@charset "UTF-8";
/* CSS Document */


.about .contents_box2 {
	background-color: #fdd000;
}
.about .sec_idea,
.about .sec_objective,
.about .sec_policy {
	font-size: 16px;
	position: relative;
}
.about .sec_feature {
	font-size: 15px;
	position: relative;
}
.about .sec_idea .txt {
	text-align: center;
	line-height: 2;
}
.about .sec_idea .img {
	position: absolute;
	top: -50px;
	left: -5%;
}
.about .sec_objective .img {
	position: absolute;
	top: -50px;
	right: -9%;
}
.about .sec_policy .img {
	position: absolute;
	top: -40px;
	left: -5%;
}
.about .sec_objective li,
.about .sec_policy li {
    margin-bottom: 15px;
    padding-left: 1.15em;
    text-indent: -1.15em;
}
.about .sec_objective li::before,
.about .sec_policy li::before {
    content:  "";
    width:  14px;
    height:  14px;
    display:  inline-block;
    background-color: #2a9f4d;
    border-radius:  50%;
    margin: 0 5px -1px 0;
}
.about .sec_objective h3 img {
    margin: 0 6px -2px 0;
}
.about .sec_feature dl {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.about .sec_feature dt {
	width: 36%;
	margin: 0 5% 50px 0;
}
.about .sec_feature dd {
	width: 59%;
	line-height: 1.8;
}
.about .sec_feature h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.about .sec_feature h4 img {
	margin: 0 0 -8px 10px;
}
.about .sec_feature .img {
	position: absolute;
	top: -50px;
	right: -5%;
}
@media only screen and (max-width: 768px){
.about .sec_idea,
.about .sec_objective,
.about .sec_policy {
	font-size: 14px;
}
.about .sec_feature {
	font-size: 15px;
}
.about h3 img {
    margin: 0 6px -9px 0;
    width: 13%;
    max-width: 80px;
}
.about .sec_policy h3 img {
    margin: 0 6px -9px 0;
    width: 20%;
    max-width: 80px;
}
.about .sec_idea .txt {
	line-height: 1.7;
}
.about .sec_idea .img {
	top: -50px;
	left: -10%;
	width: 18%;
	z-index: 0;
}
.about .sec_objective .img {
	top: -30px;
	right: -9%;
	z-index: 0;
	width: 35%;
}
.about .sec_policy .img {
	top: -25px;
	left: -10%;
	z-index: 0;
	width: 35%;
}
.about .sec_objective li,
.about .sec_policy li {
    margin-bottom: 10px;
    padding-left: 1.15em;
    text-indent: -1.15em;
}
.about .sec_objective li::before,
.about .sec_policy li::before {
    width: 10px;
    height: 10px;
    margin: 0 5px -1px 0;
}
.about .sec_feature dl {
	display: block;
	margin: 0 auto 30px;
}
.about .sec_feature dt {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}
.about .sec_feature dd {
	width: 100%;
	line-height: 1.7;
}
.about .sec_feature h4 {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.about .sec_feature h4 img {
	margin: 0 0 0px 10px;
	width: auto;
	height: 45px;
}
.about .sec_feature dl:nth-child(6) h4 img {
	margin: 0 0 0px 10px;
	height: 35px;
}
.about .sec_feature .img {
	top: 27px;
	right: -11%;
	z-index: 0;
	width: 35%;
}
}