@charset "UTF-8";

figure{
	margin:0;
	padding:0;
}

.site-main2 {
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
}
/*-- clearfix --*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table;zoom:1; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*-- end clearfix --*/

.fl_l{float:left;}
.fl_box{overflow: hidden; *zoom: 1;}

.flex_wrap{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:  wrap;
   /* -webkit-justify-content: space-between;
    justify-content: space-between;*/
}
/*--------------
reform
---------------*/
.cnt{
	font-size: 1.4rem;
}
.mv_area.reform{
	background:url(../../../service/reform/img/area_top.jpg) no-repeat center;
	background-size:cover;
	padding:1rem;
}
.mv_area.trouble{
	background:url(../../../service/trouble/img/area_top.jpg) no-repeat center;
	background-size:cover;
	padding:1rem;
}
.mv_area.care{
	background:url(../../../service/care/img/area_top.jpg) no-repeat center;
	background-size:cover;
	padding:1rem;
}
.mv_area.other{
	background:url(../../../service/other/img/area_top.jpg) no-repeat center;
	background-size:cover;
	padding:1rem;
}
.mv_area.kajicourse{
	background:url(../../../service/kaji/course/img/area_top.jpg) no-repeat center;
	background-size:cover;
	padding:1rem;
}
.mv_area.kajiregular{
	background:url(../../../service/kaji/regular/img/area_top.jpg) no-repeat center;
	background-size:cover;
	padding:1rem;
}

.mv_area .inner_wrap{
	margin:auto;
	max-width:960px;
	width:100%;
}
.mv_area.reform .inner_wrap h2{
	margin-bottom:39px;
}
.mv_area.reform .inner_wrap .lead{
	margin-bottom:46px;
}
.mv_area.reform .inner_wrap .article{
	font-size:14px;
	margin-bottom:40px;
	color:#333;
	width: 50%;
}
.sp_only{
	display:none;
}

.ttl_pic{
	text-align:center;
	padding:36px 0 18px;
	line-height:1;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:32px;
	letter-spacing: 3px;
}
.ttl_pic::after{
	display:block;
	content:url(../../../service/kaji/img/arrow_ttl.png) ;
}

.bg_color{
	background:#eaeade;
	padding:3rem 1rem;
}


.lnav li{
	width:24%;
	background:#FC9438;
	position:relative;
}
.lnav li a{
	display:block;
}
.lnav li::after{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	width:0;
	bottom:-23px;
	content:'';
	display:block;
	border: 12px solid transparent;
	border-top: 12px solid #FC9438;
}


.reform_case li{
	width:30%;
	border: 1px solid #FC9438;
	background-color: #fff;
	margin-bottom: 1.6rem;
	margin-right: 25px;
}

.reform_case li h4{
	font-size:18px;
	font-weight:bold;
	padding: 0.5rem 0;
}

.reform_case li h4 a{
	text-decoration: none;
}
.green{
	color:#FC9438;
}

.reform_case li figure{
	margin:0.4rem 0.8rem 0.4rem 0.4rem;
	float: left;
}
.reform_case li .text_kd{
	margin:0 1rem 1rem;
	font-size: 12px;
	line-height: 1.6rem;
}

.area{
	margin-bottom:3rem;
}
@media screen and (max-width: 768px){
	.pc_only{display:none;}
	.mv_area{background:url(../../../service/hc/img/area_top_sp.jpg) no-repeat center;background-size:cover;}
	.mv_area.reform{background:url(../../../service/trouble/img/area_top_sp.jpg) no-repeat center;background-size:cover;}
	.sp_only{display:block;}
	.mv_area.reform .inner_wrap h2{width:90%;margin-bottom:1rem;}
	.mv_area.reform .inner_wrap .lead{width:60%;margin-bottom:1rem;}
	.mv_area.reform .inner_wrap .article{font-size:14px; margin-bottom:1rem;}
	.ttl_pic{font-size:18px;padding:18px 0 9px;}
	.ttl_h4_meiryo{font-size:16px;}
	.bg_color{padding:1.5rem 1rem;}
	.lnav li{width:46%; border-radius:3px; margin-bottom:4%;}
	.lnav li:nth-of-type(n + 3){margin-bottom:0;}
	.lnav li::after{display:none;}
	.reform_case li{width:100%;}
	.reform_case li h4{height:auto;}
	.area{margin-bottom:0;}
	
	.reform_case li{
	width:100%;
	display: block;
	margin-right: 0;
}

}
