/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


section.mv {
	position: relative;
	width: 2560px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("../../common/images/build/mainvis_img.jpg");
	background-position: 0 0;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/build/mainvis_ttl_img.png");
	background-position: 0 0;
	top: 100px;
	margin: 0 auto;
	height: 89px;
	width: 103px;
}
.mv_ttl h1 {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 46px;
	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;
	top: 100px;
	margin: 0 auto;
	height: 88px;
	width: 282px;
}
.mv_ttl p {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 46px;
	text-align: center;
}

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

.fix_right {
	width: 836px;
	height: auto;
}

.build_float_inner {
	width: 1100px;
	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;
	margin: 30px auto 50px;
	width: 836px;
	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: 2560px;
	background: url("../../common/images/build/build_area01_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	padding-bottom: 76px;
}
.build_desc {
	position: relative;
	width: 100%;
	height: 350px;
	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: 30px;
}
.build_img {
	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 {	
}
.build_ttl_desc {
	width: 400px;
	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: 760px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 0 auto;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 220px;
}
.build_ttl_desc h2,
.build_flow_ttl h3 {
	font-size: 24px;
	color: #013e98;
}
.build_ttl_desc p {
	font-size: 16px;
	color: #71757a;
	line-height: 30px;
	width: 100%;
}
.build_link {
    width: 560px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.build_link li {	
    width: 258px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    background-color: #103e98;
    text-align: center;
    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;
	padding-top: 90px;
}
.results_list_inner {
	position: relative;
	width: 660px;
	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: 2560px;
	height: 1127px;
	background: url("../../common/images/build/build_area02_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	padding-top: 100px;
}
.build_flow_inner {
    width: 980px;
    height: 1030px;
    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;
}
.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;
}
.build_flow_ttl h2 {
	font-size: 16px;
	color: #71757a;
	text-align: center;
	margin: 37px auto 0;
}
.build_flow_read {
	margin: 0 auto;
}
.build_flow_read p {
	font-size: 18px;
	color: #71757a;
}
.build_flow_card_list {
	width: 980px;
	height: 512px;
    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;
}
li.build_flow_card {
	width: 160px;
	height: 230px;
	font-size: 18px;
	text-align: center;
	color: #434343;
	background-color: #fff;
}
ul.build_flow_card_upper > li:first-child {
	margin-right: 20px;
}
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(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: 0 20px;
}
ul.build_flow_card_upper > li:nth-of-type(4) {
	margin-right: 130px;
	margin-left: 20px;
}
ul.build_flow_card_upper > li:last-child {
	margin-left: 20px;
}
.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 {
	margin-bottom: 30px;
}
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: 170px;
}
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 {

}
.build_flow_desc {

}
.build_flow_desc p {
	font-size: 16px;
	color: #71757a;
	margin-left: 100px;
}
.build_flow_desc p span {
	color: #013e98;
}
.build_flow_banner {
	width: 789px;
	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 {
	height: 100%;
	width: 55%;
}
.build_banner_left img {
	height: 100%;
}
.build_banner_right {
	width: 45%;
}
.build_banner_right img {
	margin: 0 auto;
	display: block;
}
/*.build_flow_banner a {
	display: block;
	width: 100%;
	height: 100%;
}*/
/*.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 {
	height: 216px;
	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;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.build_area02_results_figure {
	/*width: 40%;*/
    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 {
	padding-left: 30px;
	width: 60%;
}
.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;
}

