@charset "UTF-8";

.contentpage .m_img_area .m_img {background-image: url("../images/root/m_img@2x.jpg");}
.med_lead .com_lead_txt {background-image: url("../images/root/parts1@2x.png");}

.med_framebox {border-color: #87a5e6;}
.med_framebox .fram_index {color: #527ebc;}

/*.med_point {background: rgba(135,165,230,0.2);}
.med_point .point_title {color: #527ebc;}*/

.med_flow_vertical > li::before {
    color: #87a5e6;
    border: solid 1px #87a5e6;
}
.med_flow_vertical > li::after {
    background: #87a5e6;
}


/*
---------------------------------------------------------*/
/*box1*/
.box1 .med_check .check_list li dt {
	font-weight: bold;
	margin-bottom: .5em;
}

/*box2*/
.box2 .med_point .flex_box {
    align-items: flex-start;
}

/*box3*/
.box3 .med_boxlist {
	max-width: 1180px;
}
.box3 .med_framebox {
	width: 100%;
	max-width: 1130px;
}
.box3 .med_framebox .med_strong {
	color: #80634f;
}
.box3 .med_framebox .med_flt .img_r {
	width: 45%;
	max-width: 460px;
}
.box3 .med_framebox .med_flt .txt_l {
	width: 53%;
}
.box3 .med_framebox .merit .merit_index {
	position: relative;
	text-align: center;
    color: #FFF;
	font-size: 117%;
	background-color: #97b2d7;
	padding: .5em 0;
	border-radius: 3.0em;
	margin-bottom: 1em;
}
.box3 .med_framebox .merit .merit_index::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 16px solid #bacbe4;
	border-bottom: 0;
	left: 50%;
	top: calc(100% - 5px);
	transform: translateX(-50%);
}
.box3 .med_framebox .merit li {
	position: relative;
	padding-left: 1.5em;
	border-bottom: 1px solid #ccc5c2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.box3 .med_framebox .merit li:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.box3 .med_framebox .merit li::before {
	position: absolute;
	font-family: 'fontello';
    content: '\e805';
    color: #97b2d7;
	font-size: 110%;
    font-weight: normal;
    left: 0;
    top: 0;
}
.box3 .med_framebox .merit li dt {
	color: #80634f;
	font-size: 117%;
	margin-bottom: .3em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*box3*/
.box3 .med_framebox .med_flt .txt_l {
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {	
/*box1*/
.box1 .med_check .check_list li {
    margin-top: 0.8em !important;
}
.med_check .check_list li::before {
    top: 0.1em;
}
.box1 .med_check .check_list li dt {
	margin-bottom: .2em;
}

/*box3*/
.box3 .med_framebox .med_flt .img_r {
	width: 90%;
}
.box3 .med_framebox .med_flt .txt_l {
	width: 100%;
}
.box3 .med_framebox .merit .merit_index {
    font-size: 110%;
}
.box3 .med_framebox .merit .merit_index::after {
	border-right-width: 7px;
	border-left-width: 7px;
	border-top-width: 12px;
	top: calc(100% - 4px);
}
.box3 .med_framebox .merit li dt {
    font-size: 110%;
}	
}