@charset "utf-8";
/* CSS Document */

.c_area {
	width: 900px;
	margin: auto;
}

.content01 {
	padding: 0px 0;
	text-align: left;
}

.content01 h2 {
	margin-top: 80px;
}

.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: 30px;
	text-align: center;
}

.content01 .data img {
	width: 100%;
	max-width: 1003px;
}


.content01 p.text1 {
	font-size: 14px;
	line-height: 180%;
	margin: 50px auto 0 0;
	text-align: left;
}

.content01 .flexbox {
	margin: 35px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}

.content01 .flexbox div {
	min-width: 280px;
	text-align: center;
	margin: 30px 0;
}

.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.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 .c_area h2.t2020 span {
	font-size: 14px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: #FFF solid 1px;
}

.footer2 {
	margin-top: 0;
}

.lmenu2 {
	text-align: center;
	margin: auto !important;
	max-width: 900px;
}

.content01 .pc-box {
    margin-top: 20px;
}

.content01 .chu {
    margin-top: 24px;
}

.content01 .chu p {
    font-size: 12px;
    line-height: 140%;
    margin-top: 6px;
}