/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*spのdetail関連を非表示ココカラ*/
#sp_head_close {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/

section.mv {
	background-image: url("../../common/images/build/mainvis_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
	width: 100%;
}
.mv_ttl {

}
.mv_ttl h1 {
	font-size: 18px;
	color: #013e98;
	position: relative;
	margin-bottom: 21px;
	text-align: center;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/build/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
	top: 74px;
	margin: 0 auto;
	height: 88px;
	width: 163px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_ttl p {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 46px;
	text-align: center;
}

section.build_float {
	width: 100%;
	/*height: 4615px;*/
	position: relative;	
}

.fix_right {
	width: 100%;
	height: auto;
}

.build_float_inner {
	width: 100%;
	height: auto;
	position: relative;
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	/*-webkit-box-pack: justify;*/
	    /*-ms-flex-pack: justify;*/
	        /*justify-content: space-between;*/
	margin: 18px auto 0;
}		
.build_news {
	position: relative;
	width: 100%;
	height: 135px;
	margin-bottom: 60px;
}
.build_news_inner {
	width: 836px;
	height: 135px;
}	
.build_news_inner > ul.link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.build_news_inner > ul.link li {
	width: 258px;
	height: 60px;
	color: #fff;
	font-size: 16px;
	background-color: #103e98;
	text-align: center;
	line-height: 60px;
}
.build_news_inner > ul.link li::before {
	content: url("../../common/images/build/down_arrow.svg");
	position: absolute;
	display: block;
	margin-left: 30px;
}
.build_news .section_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/build/news_ttl.png");
	background-position: 0 0;
	/*top: 100px;*/
	margin: 0 auto 30px;
	height: 78px;
	width: 102px;
}
.build_news .section_ttl p {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 39px;
	text-align: center;
}
.build_news_inner .more_btn {
	position: absolute;
	left: 711px;
	top: 50px;
}

.top_news_list {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
}
.top_news_list li {
	height: 26px;
	margin-bottom: 30px;
}
.top_news_list li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.post_date {
	font-size: 16px;
	color: #013e98;
	margin-right: 20px;
	line-height: 28px;
}
.news_cat_icon {
	font-size: 16px;
	color: #fff;
	background-color: #dfb850;
	margin-right: 30px;
	width: 110px;
	height: 26px;
	text-align: center;
}

.news_desc {
	font-size: 16px;
	color: #56595b;	
}

.background_img {
	width: 100%;
	background: url("../../common/images/build/build_area01_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
    background-position: center bottom;
    background-size: contain;
	position: relative;
	padding-bottom: 76px;
}
.build_desc {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 50px;
}
@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.build_img {
		width: 100%;
		order: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;	
	}
	.build_img img {
		width: 100%;
		margin: 0 auto;
	}
	.build_ttl_desc {
		order: 1;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        /*align-items: center;*/
	}
	.build_desc_inner {
		width: 90%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		margin: 0 auto;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-around;
		height: auto;
		margin-bottom: 40px;
	}

	.build_area02_results_figure {
		/*width: 40%;*/
	    width: 276px;
	    height: auto;
	    margin-bottom: 20px;
	}
	.build_area02_results_explanation {
		width: 90%;
	}
	li.build_flow_card {
		width: 37%;
	}
	ul.build_flow_card_upper > li.build_flow_card::before {
		margin-left: calc((100vw / 10) * 3.8);
	}
}
@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.build_img {
		width: 40%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;	
	}
	.build_img img {
		width: 100%;
		margin: 0 auto;
	}
	.build_ttl_desc {
		width: 55%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
	}
	.build_desc_inner {
		width: 90%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 auto;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-around;
		height: auto;
		margin-bottom: 40px;
	}

	.build_area02_results_figure {
		/*width: 40%;*/
	    width: 45%;
	    height: auto;
	}
	.build_area02_results_explanation {
		width: 45%;
	}
	li.build_flow_card {
		width: 133px;
	}
	ul.build_flow_card_upper > li.build_flow_card::before {
		margin-left: 137px;
	}
}
.build_ttl_desc h2,
.build_flow_ttl h3 {
	font-size: 30px;
	margin-bottom: 10px;
	color: #013e98;
}
.build_ttl_desc p {
	font-size: 16px;
	color: #1b1b1b;
	line-height: 30px;
	width: 100%;
	margin-bottom: 10px;
}
.build_link {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-around;
}
ul.build_link li {	
    width: 258px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    background-color: #103e98;
    text-align: center;
    margin: 20px 0;
    line-height: 60px;
}
ul.build_link li a {
	display: block;
	width: 100%;
}
ul.build_link li::before {
	content: url(../../common/images/rent/down_arrow.svg);
	position: absolute;
	display: block;
	margin-left: 30px;
}
.build_result_link {
	position: relative;
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 60px;
}


.build_result_link a {
	width: 258px;
	background: #013e98;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	line-height: 60px;
}

.results_list {
	position: relative;
	height: auto;
}
.results_list_inner {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.results_ttl {
	position: relative;
	background: url("../../common/images/build/results_ttl_img.png");
	width: 260px;
	height: 77px;
	margin: 0 auto 40px;
}
.results_ttl h2 {
	font-size: 16px;
	color: #013e98;
	position: absolute;
	top: 37px;
	left: 98px;
}
.results_list_desc {
	font-size: 16px;
	color: #71757a;
	margin: 0 auto 50px;
}
.results {
	position: relative;
	padding-bottom: 100px;

}
.results li {
	height: 216px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}
.results li > img {
	height: 216px;
	width: 276px;
}
.build_style {
	font-size: 16px;
	color: #013e98;
	padding: 3px 6px;
	border: solid 2px;
	display: inline-block;
	margin-bottom: 10px;
}
.build_contents {
	font-size: 20px;
	color: #71757a;
}
.results > li > div {
	margin: 35px;

}
.pagenation {
	width: 300px;
	height: 40px;
	margin: 0 auto;
	
}
/*.build_flow_inner > dl > dd:nth-of-type(2):after {
	content: url("../../common/images/build/flow_arrow_down.svg");
	width: 32px;
	height: 18px;
	position: absolute;
	display: inline-block;
	fill: #013e98;
	margin-top: 190px;
	margin-left: 410px;
}
*/
#build_flow {
	width: 100%;
	background: url("../../common/images/build/build_area02_bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 40px;
}
.build_flow_inner {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.build_flow_ttl {
	background: url("../../common/images/build/build_area02_ttl_img.png");
	background-repeat: no-repeat;
	background-position: 0 0;
    width: 98px;
    height: 78px;
	margin: 0 auto 20px;
}
.build_flow_ttl h2 {
	font-size: 16px;
	color: #71757a;
	text-align: center;
	margin: 37px auto 0;
}
.build_flow_read {
	margin: 0 auto 20px;
}
.build_flow_read p {
	font-size: 16px;
	color: #71757a;
}
.build_flow_card_list {
	width: 100%;
	margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.build_flow_card_upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
li.build_flow_card {
	/*width: 120px;*/
	height: 230px;
	font-size: 16px!important;
	text-align: center;
	color: #434343;
	margin: 0px 16px 30px;
	background-color: #fff;
}
ul.build_flow_card_upper > li:first-child {
	/*margin-right: 30px;*/
}
ul.build_flow_card_upper > li:nth-of-type(2),
ul.build_flow_card_upper > li:nth-of-type(3),
ul.build_flow_card_upper > li:nth-of-type(4),
ul.build_flow_card_upper > li:nth-of-type(5),
ul.build_flow_card_upper > li:nth-of-type(6),
ul.build_flow_card_upper > li:nth-of-type(7),
ul.build_flow_card_upper > li:nth-of-type(8) {
	/*margin-right: 30px;*/
}
ul.build_flow_card_upper > li:last-child {
	/*margin-left: 15px;*/
}

.build_flow_card > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.build_flow_card > div img {
	margin-bottom: 10px;
}
ul.build_flow_card_upper > li.build_flow_card::before {
	content: url('../../common/images/empty_p/empty_p_area04_arrow.svg');
    position: absolute;
    display: block;
    margin-top: 100px;
    /*margin-left: calc((100vw / 10) * 3.8);*/
}
ul.build_flow_card_upper > li.build_flow_card:last-child:before {
	content: none;
}
ul.build_flow_card_lower {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
ul.build_flow_card_lower > li.build_flow_card {
	margin-left: 40px;
}
ul.build_flow_card_lower li.build_flow_card::before {
	content: url('../../common/images/empty_p/empty_p_area04_arrow.svg');
	position: absolute;
	display: block;
    margin-left: -31px;
    top: 695px;
}
.build_flow_desc {
	width: 90%;
    margin: 0 auto 30px;
}
.build_flow_desc p {
	font-size: 16px;
	color: #71757a;
}
.build_flow_desc p span {
	color: #013e98;
}
.build_flow_banner {
	width: 90%;
	margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #fff;
  border: 4px solid;
  border-image: repeating-linear-gradient(90deg,#d3f2ff, #d3f2ff 40px, #cce198 40px, #cce198 80px, #fae47e 80px, #fae47e 120px, #eaacff 120px, #eaacff 160px, #ff7686 160px, #ff7686 200px) 4 round;
  /*border-image-slice: 1;*/
}
.build_banner_left {
}
.build_banner_left img {
}
.build_banner_right {
}
.build_banner_right img {
	display: block;
}
/*.build_flow_banner {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.build_flow_banner a {
	display: block;
	width: 100%;
	height: 100%;
}
.build_flow_banner a img {
	width: 100%;
	height: auto;
}*/
/*.empty_p_area04_flow_list_card {
	background-image: url('../../common/images/empty_h/empty_h_area04_flow_frame_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    height: 234px;
	margin: 0 auto 25px;
	overflow: hidden;
	padding: 40px 50px;
	position: relative;
    width: 718px;
}
.empty_p_area04_flow_list_card::before {
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	position: absolute;
	top: 15px;
	left: -13px;
}
*/
.build_wrap li {
	margin-bottom: 60px;

}
.build_area02_results {

}
.build_area02_results_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
/*.build_area02_results_figure {
    width: 276px;
    height: 216px;
}*/
.build_area02_results_figure div {
	/*仮ボックス*/
/*	background-color: lightpink;
	height: 240px;
	width: 276px;*/
}
.build_area02_results_figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.build_area02_results_explanation {

}
.build_area02_results_icon {
	/*padding-top: 20px;*/
}
.build_area02_results_icon div {
	border: solid 2px;
	color: #013e98;
    display: inline-block;
    padding: 2px 12px;
}
.build_area02_results_explanation p {
	font-size: 20px;
	padding-top: 25px;
}
.--color-gray {
	color: #71757a;
}
@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.build_flow_banner {
		flex-direction: column;
	}
	.build_banner_left {
		width: 100%
	}
	.build_banner_right {
		width: 100%
	}
	.build_banner_left img {
		width: 100%
	}
	.build_banner_right img {
		width: 80%;
		margin: 15px auto;
	}
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.build_banner_left {
		display: flex;
	}
	.build_banner_right {
	}
	.build_banner_left img {
		width: 100%;
	}
	.build_banner_right img {
		margin: 0 auto;
		width: 90%;
	}
}
