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

#features{
	    margin-top: 6.92%;
	margin-bottom: 8.46%;
}
#fea_top{
	margin-bottom: 7.69%;
}
#fea_top_p{
    text-align: center;
    line-height: 1.8em;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5.38%;
}
#fea_top ul{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
#fea_top ul li{
	box-sizing: border-box;
	width: 30.76%;
	margin-right: 3.86%;
	border: 1px solid #009450;
	background-color: #f7f8fb;
}
#fea_top ul li:last-child{
	margin-right: 0;
}
#fea_top ul li a{
	display: block;
	padding: 13.84% 8.46%;
	height: 100%;
	box-sizing: border-box;
}
.fea_top_ico{
	width: 64px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 24px;
}
.fea_top_ico img{
	width: 100%;
}
#features .feature-num{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}
#features .feature-num_fea{
	color: #0094a3;
	font-size: 22px;
	line-height: 1em;
	font-weight: 500;
	margin-right: 14px;
	font-family: "Anton", sans-serif;
	padding-right: 0;
	padding-left: 0;
}
#features .feature-num_num{
	font-size: 46px;
    letter-spacing: 4.8px;
    line-height: 1em;
    font-weight: 500;
	font-family: "Anton", sans-serif;
	padding-right: 0;
	padding-left: 0;
}
#fea_top ul li h2{
	text-align: center;
	font-size: 30px;
    line-height: 1.4em;
    font-weight: 600; 
}


#fea_main{
	
}
.fea-each {
    position: relative;
    margin-bottom: 6.15%;
    padding-left: 6.15%;
    padding-right: 6.15%;
}
.fea-cont {
    display: flex
;
    align-items: flex-start;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.fea-cont.reverse {
    flex-direction: row-reverse;
}

.fea-text-wrap {
/*
    width: 48.46%;
    display: flex
;
    margin-top: 10%;
    margin-right: -7.69%;
    justify-content: flex-start;
    position: relative;
    min-height: 432px;
	z-index: 1;
	padding: 96px;
*/
}
/*
.fea-text-box {
    z-index: 2;
    position: relative;
	background-color: #FFFFFF;
    padding-top: 12.3%;
    padding-right: 5.38%;
    padding-left: 26.92%;
    padding-bottom: 12.3%;
    z-index: 1;
    background-image: url(../images/top_feas_suuji01.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 248px auto;
    margin-bottom: 12.3%;
}
*/
.fea-text-box{
    box-sizing: border-box;
    width: 60.76%;
    margin-top: 6.15%;
    position: relative;
    z-index: 1;
    background-color: #f7f8fb;
    padding-top: 4.61%;
    margin-left: -7.69%;
    padding-bottom: 4.61%;
	
}
.fea-cont.reverse .fea-text-box {
    margin-left: 0px;
    margin-right: -7.69%;
}

.fea-text-box h2 {
    font-size: 38px;
    margin-bottom: 24px;
    line-height: 1.5em;
	position: relative;
	padding-left: 80px;
}
.fea-text-box h2::before {
    position: absolute;
    content: "";
    width: 72px;
    height: 1px;
    bottom: 50%;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0a2a3a;
}
.fea-text-box p {
    line-height: 2em;
    font-weight: 500;
    padding-right: 88px;
    padding-left: 88px;
}
.fea-image-box {
    z-index: -1;
    position: relative;
    width: 62.3%;
    margin-left: auto;
}
.fea-image-box img {
    display: block;
}
.fea_tit-ue{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding-left: 80px;
}
.fea_ico{
	width: 56px;
	min-width: 56px;
	margin-right: 16px;
}
.margin-b_p{
	margin-bottom: 24px;
}
