/* =========================================================
		supplement con1
========================================================= */
.supplement_area{width: 980px; margin: 0 auto 85px;}
.supple_con1 .supple_ttl{color: #009ded; font-size: 40px; text-align: center; padding-bottom: 10px; font-weight: 400;}
.supple_con1 .supple_ttl_sub{color: #009ded; font-size: 17px; text-align: center; padding:8px 20px; border: 1px solid #009ded; display: table; margin: 0 auto 30px;}
.supple_con1 .supple_att1{font-size: 15px; text-align: center;}

.supple_pro_top{margin: 50px auto 60px; display: flex; justify-content: space-between;}
.supple_pro_top li{background: #eff9fd; width: 31%; padding: 25px 0 20px;}
.supple_pro_top li h4{color: #009ded; font-size: 22px; text-align: center; padding-bottom: 10px; font-weight: 400;}
.supple_pro_top li .product_pic{width: 80%; margin: 0 auto 15px;}
.supple_pro_top li a{display: block; text-align: center; background: #fff; padding: 8px 0; color:#009ded; position: relative; text-decoration: none;
border-radius: 3px; margin:0 auto 0; transition: all .3s; font-size: 15px; width: 86%;}
.supple_pro_top li a:after {
    content: '';
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    border-right: 1px solid #009ded;
    border-bottom: 1px solid #009ded;
}
.supple_pro_top li a:hover {background: #009ded; color: #fff;}
.supple_pro_top li a:hover::after {border-right: 1px solid #fff; border-bottom: 1px solid #fff;}

/* =========================================================
		supplement con2
========================================================= */
.gray_bg{background: #f7f7f7; }
.product_con{padding: 50px 65px 35px; margin-bottom: 55px;}

.product_area{display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px;}
.product_area .pro_pic{width: 50%;}
.product_area .pro_pic p{font-size: 13px;}
.product_area .pro_detail{width: 48%;}
.product_area .pro_detail .pro_mcopy{font-size: 21px; line-height: 1.5; color: #009ded; padding-bottom: 13px;}
.product_area .pro_detail .pro_name{font-size: 38px; font-weight: 600; line-height: 1.4;}
.product_area .pro_detail .pro_jp{font-size: 15px; padding-bottom: 22px;}

#supplement3 .product_area .pro_detail{width: 45%;}
.product_area .pro_detail .pro_name span{font-size: 1.1em;}


.reccomend_area{ border: 3px solid #d5f1fc; background: #fff; padding: 30px 25px 30px 0; display: flex; align-items: center; margin-bottom: 50px;}
.reccomend_area .reco_ttl{width: 35%; text-align: center; font-size: 20px; font-weight: 500;}
.reccomend_area .reco_ttl span{background: linear-gradient(transparent 65%, #d6f1fc 50%);}
.reccomend_area .reco_check{width:60%; border-left: 1px solid #ccc; padding-left: 5%;}
.reccomend_area .reco_check li{padding-bottom: 10px;}
.reccomend_area .reco_check li:last-child{padding-bottom: 0px;}
.reccomend_area .reco_check dl{display: flex;}
.reccomend_area .reco_check dt{width: 5.5%; padding-right: 2.5%;}
.reccomend_area .reco_check dd{width: 93%; font-size: 18px;}





.features_area .features_ttl{font-size: 26px; color: #009ded; border-bottom: 1px solid #ccc; font-weight: 400; margin-bottom: 25px; padding-bottom: 3px; }
.features_area .features_ttl span{font-size: 1.1em;}
.features_area .features_point{display: flex; flex-wrap: wrap; justify-content: space-between;}
.features_area .features_point li{width: 48.5%; background: #e4f6fd; height: 150px; position: relative; font-size: 21px; color: #009ded; font-weight: 400; border-radius: 8px; line-height: 1.5; text-align: center; margin-bottom: 25px;}
.features_area .features_point li p{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 100%;
}
.features_area .features_point2 li{width: 31.5%; height: 155px; font-size: 20px;}
.features_area .features_point li p{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 100%;
}






.features_area .features_about{background: #fff; padding: 26px 32px; line-height: 1.5; margin: 10px auto 55px; border: 2px dotted #84cfed;}
.features_area .features_about h4{font-size: 19px; padding-bottom: 10px; font-weight: 500;}


.features_item{margin: 0 auto 40px;}
.features_item .features_ttl2{margin: 0 auto 60px; font-size: 24px; color: #009ded; border-bottom: 1px solid #ccc; font-weight: 400; margin-bottom: 18px; padding-bottom: 3px;}
.features_item p{font-size: 16px;}





