@charset "utf-8";

.contentsPage {
	width: 100%;
}
.contentsPage .cms_block,
#form_box {
	width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.contents .wide.cms_block {
	width: 100%;
}

.imgonLink {
	position: relative;
}
.imgonLink img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.imgonLink.cms_fl  {
	border-right: solid 2px #fff;
}
.imgonLink.cms_fr  {
	border-left: solid 2px #fff;
}
.imgonLink .cms_caption_b {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 0;
}
.imgonLink .cms_caption_b a {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	text-decoration: none;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.imgonLink:hover img{
	opacity: .7;
}
.imgonLink .cms_caption_b a span {
	width: 500px;
	height: 135px;
	padding: 35px 5px;
	border-radius: 3px;
	background: rgba(255, 255, 255, .8);
}
.imgonLink .cms_caption_b a span::before {
	content: "";
	width: 15px;
	height: 12px;
	margin-right: 8px;
	display: inline-block;
	background: url(../img/arrow01.png) no-repeat 0 0 / cover;
}
.imgonLink.cms_fl .cms_caption_b a span {
	padding-top: 55px;
}

.blueList li strong{
	font-size: 2rem;
}

/* ------------------------------
 
------------------------------ */
.addrTr{
 display:none;
}

.telTr{
 display:none;
}

/* メリット */
.cms_text.merit {
	position: relative;
	padding-top: 30px;
}
.cms_text.merit > div:first-child {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 6px;
	height: 58px;
	background: url('../img/readybuilt/readybuilt_request_merit.svg') no-repeat top / 72px;
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1;
	color: #fff;
}
.cms_text.merit > div:first-child span {
	display: block;
	font-size: 1.0rem;
}
.cms_block.w832 {
	margin: auto;
	background-color: #f5f2e9;
}
/* ------------------------------
 PC
------------------------------ */
@media print,screen and (min-width:768px) {
	.imgonLink .cms_caption_b a span,
	.imgonLink.cms_fl .cms_caption_b a span {
		margin-top: 100px;
	}
	.cms_block.w832 {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 832px;
		padding: 45px;
	}
	.cms_block.w832::after {
		content: none;
	}
	.cms_block.w832 >.cms_text {
	  margin-bottom: 0;
	}
}
/* ------------------------------
 スマホ専用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsPage,
	.contentsPage .cms_block,
	#form_box {
		width: auto;
	}
	
	
	
	
	.imgonLink.cms_fl  {
		border-right: none;
	}
	.imgonLink.cms_fr  {
		border-left: none;
	}
	
	.imgonLink .cms_caption_b a {
		font-size: 1.8rem;
	}
	.imgonLink .cms_caption_b a span {
		width: 90%;
		height: auto;
		padding: 15px 5px;
	}
	.imgonLink.cms_fl .cms_caption_b a span {
		padding-top: 15px;
	}

	.blueList li strong{
		font-size: 1.8rem;
	}

	.cms_block.w832 {
		padding: 30px 20px;
	}
}
