@charset "UTF-8";


/* *****************************************************
 *	pagetitle
 *  contents
 *	media queries
 * *****************************************************/
 /* *****************************************************
 *	contents
 * *****************************************************/

div.pagetitle > h2{
	color: #fff;
}

div.contents div.kaseru-top{
	margin-bottom:50px;
	text-align:center;
}

div.contents div.kaseru-top h3{
	margin-bottom:25px;
}

div.contents div.kaseru-top div.logo{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-ms-flex-align:end;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}

div.contents img.logoimg{
	width:275px;
	margin-right:10px;
}

div.contents div.kaseru-top div.logo span{
	display:block;
	width:55px;
}

div.contents div.kaseru-top div.logo span img{
	width:100%;
}

div.contents > div.explanation{
	margin-bottom:50px;
	font-weight:bolder;
}

 div.contents > div.explanation > h3 {
 	position: relative;
 	margin-bottom: 45px;
 	padding: 0 0 5px 20px;
 	color: #60411d;
 	border-bottom: 1px solid #60411d;
 	font-size: 2.4rem;
 	font-weight: bold;
 	line-height: 1.5;
 }

div.contents  > div.explanation > h3::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 1px;
	background: #cfc6bb;
}

div.contents p.f-27{
	font-size:27px;
	font-size:2.7rem;
}

div.contents p.f-24{
	font-size:24px;
	font-size:2.4rem;
}

div.contents p.f-21{
	font-size:21px;
	font-size:2.1rem;
}

div.contents p.f-18{
	font-size:18px;
	font-size:1.8rem;
}

div.contents p{
	font-weight:bold;
	line-height:2.0;
}

div.contents p strong{
	color:#cf111b;
}

div.contents p.caution{
	width:860px;
	margin:0 auto;
	padding-top:5px;
	padding-left:1.8rem;
	font-size:18px;
	font-size:1.8rem;
	text-indent:-2.7rem;
	line-height:1.5;
}

div.contents .center-text{
	text-align:center;
}

div.contents .mrb50{
	margin-bottom:50px;
}

div.contents .mrb40{
	margin-bottom:30px;
}

div.contents .mrb30{
	margin-bottom:30px;
}

div.explanation ul.able{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;

	margin-bottom:40px;

	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

div.explanation ul.able li:nth-child(2){
	padding-top:130px;
}

div.relief{
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;

	-ms-flex-align:end;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	margin-bottom:30px;
	padding-bottom:90px;
}

div.relief > span{
	display:block;
	width:280px;
}

div.relief > span img{
	width:100%;
}

div.relief::after{
	content:"";
	display:block;
	position:absolute;
	right:0;
	left:0;
	bottom:0;
	width:50px;
	height:65px;
	margin:0 auto;
	background:url(../kaseru/images/arrow01.svg) 50% 50% no-repeat;
	background-size:contain;
}

div.explanation ol.type01{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;

	margin-bottom:70px;

	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

div.explanation ol.type01 li{
	width:300px;
}

div.explanation ol.type01 li p{
	padding:25px 10px 0;
	line-height:1.8;
}

div.explanation ol.caselist{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;

	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

div.explanation ol.caselist li{
	width:48%;
	margin-bottom:40px;
	padding:30px 45px;
	border-radius:20px;
	border:#d0121b 1px solid;
}

div.explanation ol.caselist li dl dt{
	margin-bottom:30px;
}

div.explanation ol.caselist li div.caseimage{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;

	position:relative;

	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}

div.explanation ol.caselist li div.caseimage::before{
	content:"";
	display:block;
	position:absolute;
	right:0;
	left:0;
	width:30px;
	height:40px;
	margin:0 auto;
	background:url('../kaseru/images/arrow01.svg') 50% 50% no-repeat;
	background-size:contain;
}

div.explanation ol.caselist li:nth-child(1) div.caseimage span{
	display:block;
	margin-left:auto;
	margin-right:0;
	width:120px;
}

div.explanation ol.caselist li:nth-child(1) div.caseimage span img{
	width:100%;
}

div.explanation ol.caselist li figure{
	text-align:center;
}

div.explanation ol.caselist li figure img{
	max-width:100%;
}

div.explanation ol.caselist li p{
	line-height:1.8;
}

div.merit{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

div.merit dl{
	position:relative;
	width:48%;
}

div.merit dl dt{
	margin-bottom:30px;
	padding:10px 0;
	border-radius:30px;
	background:#e7be8f;
	font-size:27px;
	font-size:2.7rem;
	font-weight:bold;
	text-align:center;
}

div.merit dl dd{
	padding:0 30px;
}

div.merit dl:first-of-type{
	padding-bottom:40px;
}

div.merit dl:first-of-type::after{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	right:30px;
	width:96px;
	height:163px;
	background:url('../kaseru/images/merit_age_pc.png') no-repeat;
	background-size:contain;
}

div.merit dl:last-of-type::after{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	right:30px;
	width:201px;
	height:94px;
	background:url('../kaseru/images/merit_house01_pc.png')no-repeat;
	background-size:contain;
}

div.merit dl:first-of-type dd p{
	width:280px;
}

div.asset{
	position:relative;
	background:#fff352;
	border-radius:20px;
	margin-bottom:80px;
	padding:70px;
	color:#000;
}

div.asset::after{
	content:"";
	display:block;
	position:absolute;
	right:70px;
	bottom:-40px;
	width:196px;
	height:119px;
	background:url('../kaseru/images/merit_house02_pc.png') no-repeat;
	background-size:contain;
}

div.asset p.point01{
	text-align:center;
}

div.asset p.point02{
	position:relative;
	width:630px;
	margin-right:auto;
	margin-left:auto;
}

div.asset p.point02 span{
	display:inline-block;
	position:absolute;
	right:0;
	width:450px;
	line-height:0;
}

div.asset p.point02 span img{
	width:100%;
}

div.thin{
	display:none;
}

a.pagelink{
	width: 800px;
	display: block;
	margin: 0 auto;
	padding: 25px 0;
	background: #d0121b;
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

a.pagelink span{
	position: relative;
}

a.pagelink span::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -70px;
	margin-top: -6px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px #fff solid;
	border-right: 3px #fff solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.pagelink span em{
	display: inline-block;
	margin-left: 25px;
	font-style: normal;
}

/* *****************************************************
 *	media queries
 * *****************************************************/
@media screen and (min-width: 768px){
/* ------------------------------------------------------*/
/* pagetitle
-------------------------------------------------------*/
div.pagetitle{
	background: url(../kaseru/images/title-img.jpg) no-repeat center;
	background-size:cover;
}

*::-ms-backdrop, div.pagetitle > h2::before {
	top: -8px;
}

/* contens
-------------------------------------------------------*/
div.detail{
	width:980px;
	margin:0 auto;
}

div.contents > div.explanation{
	margin-bottom:70px;
}

div.contents > div:last-child{
	margin-bottom:0;
}

div.contents > div.explanation > h3 {
	margin: 0 10px 50px;
	padding-left: 5px;
	font-size: 2.0rem;
}

div.explanation ol.caselist li:nth-child(1) div.caseimage{
	height:418px;
	padding-top:30px;
}

div.explanation ol.caselist li:nth-child(1) div.caseimage::before{
	top:20px;
}

div.explanation ol.caselist li:nth-child(2) div.caseimage{
	height:450px;
	padding-top:30px;
}

div.explanation ol.caselist li:nth-child(2) div.caseimage::before{
	top:15px;
}

div.explanation ol.caselist li:nth-child(3) div.caseimage{
	height:302px;
	padding-top:30px;
}

div.explanation ol.caselist li:nth-child(3) div.caseimage::before{
	top:20px;
}

div.explanation ol.caselist li:nth-child(4) div.caseimage{
	height:270px;
	padding-top:30px;
}

div.explanation ol.caselist li:nth-child(4) div.caseimage::before{
	top:0;
}

div.explanation ol.caselist li:nth-child(3),
div.explanation ol.caselist li:nth-child(4){
	margin-bottom:0;
}

/* ------------------------------------------------------*/

.spbr{
	display:none;
}

a.pagelink{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

a.pagelink:hover {
	opacity: 0.6;
}

}

@media screen and (max-width: 767px){
/* ------------------------------------------------------*/
/* pagetitle
-------------------------------------------------------*/
div.pagetitle{
	background:url(../kaseru/images/title-img_sp.jpg) center center no-repeat;
	background-size:cover;
}

*::-ms-backdrop {
	top: -8px;
}

img{
	width:100%;
}

/* contens
-------------------------------------------------------*/
div.contents > div.explanation > h3 {
	margin: 0 10px 30px;
	padding-left: 5px;
	font-size: 2.0rem;
}

div.contents div.kaseru-top{
	margin-bottom:50px;
	text-align:center;
}

div.contents div.kaseru-top h3{
	padding:0 50px;
}

div.contents img.logoimg{
	width:190px;
}

div.contents div.kaseru-top div.logo span{
	width:40px;
}

div.contents p.f-27{
	font-size:18px;
	font-size:1.8rem;
}

div.contents p.f-24{
	font-size:16px;
	font-size:1.6rem;
}

div.contents p.f-21{
	font-size:16px;
	font-size:1.6rem;
}

div.contents p.f-18{
	font-size:16px;
	font-size:1.6rem;
}

div.contents p{
	line-height:1.8;
}

div.contents p.caution{
	width:100%;
	padding:10px 20px 0 41px;
	text-indent:-2.1rem;
	font-size:14px;
	font-size:1.4rem;
}

.sppadding{
	padding:0 20px;
}

div.relief{
	display:block;
	margin-bottom:30px;
	padding-bottom:90px;
	text-align:center;
}

div.relief > img.logoimg{
	width:240px;
}

div.relief > span{
	margin:0 auto;
	padding-top:15px;
	width:240px;
}

div.relief::after{
	width:45px;
	height:70px;
	background:url(../kaseru/images/arrow02.svg) 50% 50% no-repeat;
	background-size:contain;
}

div.explanation ol.type01{
	display:block;
	padding:0 15px;
}

div.explanation ol.type01 li{
	width:100%;
	margin-bottom:40px;
}

div.explanation ol.caselist{
	display:block;
	padding:0 15px;
}

div.explanation ol.caselist li{
	width:100%;
	padding:20px;
	margin-bottom:20px;
}

div.explanation ol.caselist li div.caseimage{
	margin-bottom:20px;
	padding-top:70px;
}

div.explanation ol.caselist li div.caseimage::before{
	top:10px;
	width:40px;
	height:50px;
}

div.explanation ol.caselist li figure{
	text-align:center;
}

div.explanation ol.caselist li figure img{
	max-width:100%;
}

div.explanation ol.caselist li:first-child figure{
	height:auto;
}

div.explanation ol.caselist li p{
	line-height:1.8;
}

div.merit{
	display:block;
	padding:0 15px;
}

div.merit dl{
	width:100%;
	margin-bottom:50px;
}

div.merit dl dt{
	font-size:18px;
	font-size:1.8rem;
}

div.merit dl dd{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;

	padding:0 20px;
}

div.merit dl:first-of-type{
	padding-bottom:0;
}

div.merit dl:first-of-type::after{
	right:0;
	width:30%;
	background:url('../kaseru/images/merit_age_sp.png') no-repeat 100% 100%;
	background-size:contain;
}

div.merit dl:last-of-type{
	padding-bottom:100px;
}

div.merit dl:last-of-type::after{
	background:url('../kaseru/images/merit_house01_sp.png') no-repeat;
	background-size:contain;
}

div.merit dl:first-of-type dd p{
	width:70%;
}

div.asset{
	margin:0 15px 130px;
	padding:40px 30px;
}

div.asset::after{
	left:0;
	right:0;
	bottom:-80px;
	width:180px;
	height:100px;
	margin:0 auto;
	background:url('../kaseru/images/merit_house02_sp.png') no-repeat;
	background-size:contain;
}

div.asset p.point01{
	text-align:left;
}

div.asset p.point02{
	width:100%;
}

div.asset p.point02 span{
	width:240px;
	line-height:0;
}

div.explanation ol.type01{
	margin-bottom: 0;
}

a.pagelink{
	position: relative;
	width: 92%;
	padding: 10px 0;
	font-size: 1.6rem;
	line-height: 1.4;
}

a.pagelink:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.pagelink span em{
	display: block;
}

a.pagelink span:after{
	display: none;
}
/* ------------------------------------------------------*/
}

@media screen and (min-width: 568px) and (max-width: 767px){
/* ------------------------------------------------------*/
/* pagetitle
-------------------------------------------------------*/
div.pagetitle > h2::before{
	top:-2px;
}

*::-ms-backdrop, div.pagetitle > h2::before {
	top: -5px;
}

div.explanation ul.able{
	padding:0 10px;
}

div.explanation ul.able li{
	width:32%;
}

div.explanation ul.able li:nth-child(2){
	padding-top:40px;
}

div.contents p.caution{
	width:90%;
	padding:10px 20px 0 41px;
	text-indent:-2.1rem;
	font-size:14px;
	font-size:1.4rem;
}

/* ------------------------------------------------------*/
}

@media screen and (max-width: 567px){

	div.explanation ul.able{
		display:block;
	}

	div.explanation ul.able li{
		margin-bottom:20px;
	}

	div.explanation ul.able li:nth-child(2){
		padding-top:0;
	}

	div.wide{
		display:none;
	}

	div.thin{
		display:block;
	}
/* ------------------------------------------------------*/
}
