@charset "utf-8";
/* CSS Document */

.c_area {
	width: 95%;
	margin: auto;
}

.content01 {
	padding: 20px 0 60px;
	text-align: left;
}

.content01 h2 {
	margin-top: 40px;
}

.content01 h2.t1 {
	border-bottom: #6FBA2C solid 2px;
}

.content01 h2.t2 {
	border-bottom: #E9537D solid 2px;
}

.content01 h2.t3 {
	border-bottom: #009DE1 solid 2px;
}

.content01 .data {
	margin-top: 20px;
	text-align: center;
}

.content01 .data img {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #939393 dotted 1px;
	display: inline-block;
	width: 45%;
	max-width: 272px;
	margin: 5px;
}


.content01 p.text1 {
	font-size: 13px;
	line-height: 180%;
	width: 95%;
	margin: 30px auto 0;
	text-align: left;
}




.content01 .flexbox {
	margin: 35px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.content01 .flexbox div {
	max-height: 140px;
	text-align: center;
	margin: 20px 10px;
}

.content01 .flexbox div img {
	width: auto !important;
	max-height: 120px;
}

.content01 .c_area h2.t2020 {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	background: #007f41;
	line-height: 100%;
	padding: 10px 20px 5px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px; 
}

.content01 .c_area h2.t2020 span {
	font-size: 14px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: #FFF solid 1px;
}

.content01 .sp-box div {
    border-bottom: #A3A3A3 dotted 1px;
    max-width: 80vw;
    margin: auto;
}

.content01 .sp-box div:last-of-type {
    border-bottom: none;
}

.content01 .sp-box2 {
    display: flex !important;
    flex-wrap: wrap;
}

.content01 .sp-box2 div {
    width: 20vw !important;
}



.content01 .c_area h2.green1 {
	background: #007f41;
}

.content01 .c_area h2.green2 {
	background: #8fc31f;
}

.content01 .c_area h2.pink {
	background: #EB6EA5;
}

.content01 .c_area h2.blue {
	background: #00A0E9;
}

.content01 .chu {
    margin-top: 14px;
}

.content01 .chu p {
    font-size: 12px;
    line-height: 140%;
    margin-top: 6px;
}
