@charset "UTF-8";

/* すべてのWebパージに適用される */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: YuGothic, 'Yu Gothic', sans-serif;
}

body {
	margin: 0;
}

img {
	/* 伸縮ここから */
	max-width: 100%;
	/*レスポンシブデザインのための設定*/
	height: auto;
	/*レスポンシブデザインのための設定*/
	/* 伸縮ここまで */
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #294F6B;
}

body {
	background-color: #FFFFFF;
	/*background-color: #F8F6F3;*/
}

.wrapper {
	max-width: 1000px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

main {
	max-width: 1000px;
	margin: 0 auto;
}

.red {
	color: #BE4348;
}
/* ヘッダー */

.headbox {
	display: flex;
	justify-content: center;
	align-items: center;
}

.headbox img {
	margin: 20px;
	max-width: 55px;
}

.headbox p {
	font-size: 12px;
}

/* リード文 */
.readbox {
	font-size: .9375rem;
	line-height: 27px;
	margin: 50px 0 30px 0;
	text-align: center;
}

.kome{
	font-size: 0.8rem;
	color: #969696;
}


/* 目次 */

.index li:hover { opacity: 0.6;  filter: brightness(110%); }

.index a {
	color: #000;
}
.index ul{
	display: flex;
	justify-content: center;
	list-style: none;
	margin-bottom: 50px;
}

.index li {
	border: 1px solid #000;
	border-radius: 30px;
	padding: 10px 30px;
	margin: 10px;
	font-weight: bold;
	box-shadow: #D8D8D8 4px 4px;
	background-color: #fff;
}

.index li::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid;
	border-color: #000 #000 transparent transparent;
	transform: rotate(135deg);
	margin: 0 0 3px 20px;
}


/*　4ステップ　*/

.step h2 {
	background-color: #754C24;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 0;
	padding: 10px 0;
}

.sankaku{
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #754C24;
	margin: 0 auto;
}

.step_midashi{
	position: relative;
	z-index: 1;
}

.step_midashi img{
	max-width: 93px;
}

.step_midashi::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #363636;
}

.step h3{
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 20px;
}

.step p {
	margin-bottom: 30px;
	font-size: .875rem;
}


.step a {
	color: #1f6db6;
	text-decoration : underline;
}

/* ページ中央ボタン */

.btn_jyuutaku:hover { opacity: 0.6;  filter: brightness(110%); }
.btn_event:hover { opacity: 0.6;  filter: brightness(110%); }

.btn_click {
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.btn_jyuutaku a {
	display: inline-block;
	height: 100px;
	padding-top: 15px;
}

.btn_jyuutaku {
	background-color: #D37442;
	width: 360px;
	height: 100px;
	border-radius: 10px;
	box-shadow: #D8D8D8 4px 4px;
	position: relative;
	background-image: url(../img/icon_home.png);
	background-repeat: no-repeat;
	background-position: 10% 50%;
	background-size: 12%;

}

.btn_jyuutaku::before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        /*top right bottom を透明化 */
    border-left: 5px solid #fff;
}

.btn_event a {
	display: block;　
	height: 100px;
	padding-top: 15px;
}

.btn_event {
	background-color: #FFDE1D;
	width: 450px;
	height: 100px;
	border-radius: 10px;
	box-shadow: #D8D8D8 4px 4px;
	position: relative;
	background-image: url(../img/icon_hata.png);
	background-repeat: no-repeat;
	background-position: 13% 50%;
	background-size: 8.5%;
	margin: 0 auto;　　/*ボタンを１つした時の調整*/
}

.btn_event::before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        /*top right bottom を透明化 */
    border-left: 5px solid #294F6B;
}
/* 住宅会社一覧 */

.company h2 {
	background-color: #ff6477;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	margin: 50px 0 0 0;
	padding: 10px 0;
}

.sankaku2 {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #ff6477;
	margin: 0 auto;
	margin-bottom: 30px;
}

.company_box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	list-style: none;
	padding-left: 0;
	justify-content: space-between;
}

.company_li {
	width: 240px;
	height: auto;
	margin-bottom: 20px;
	/* border: 1px solid #000; */
	list-style: none;
	position: relative;
	list-style: none;
	background-color: #fff;
}

.company_box::after {
	display: block;
	content:"";
	width: 175px;
}
.company_box::before {
	display: block;
	content:"";
	width: 175px;
	order: 1;
}

.company_text {
	margin: 10px 0 10px 0;
	font-size: 0.7rem;
}

.company_text p{
	color: #969696;
	margin: 0 ;
}


.company_name {
	color: #000;
	font-size: 0.85rem;
	margin: 5px 0 ;
}


/* キャンペーン概要 */

.gaiyou {
	border: 2px solid #754C24;
	border-radius: 10px;
	padding: 40px;
	margin: 50px 0px;
	background-color: #fff;
}

.gaiyou_title {
	text-align: center;
}

.gaiyou h2{
	display: inline-block;
	color: #754C24;
	border-bottom: #754C24 solid 2px;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 18px;
	margin-bottom: 30px;
}

.gaiyou h3 {
	font-size: 14px;	
}

.gaiyou p {
	font-size: .8125rem;	
	margin-bottom: 40px;
}

.gaiyou ul {
	font-size: .8125rem;	
	margin-top: -30px;
	margin-bottom: 50px;
}


/* フッター */
footer{
	display: block;
	background-color: #c4c4c4;
	text-align: center;
	height: 100px;
	position: relative;
	margin-top: 100px;
}

footer p {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.back_btn {
	position: absolute;
	right:80px;
	top:-40px;
}

.full-width {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}

footer a{
	color: #ffffff;
}

.img-pc {
	display: block;
}
.img-sp {
	display: none;
}
.name{
	color: #8f8f8f;
}

/* レスポンシブ */
@media (max-width: 767px) {

	.img-pc {
		display: none;
	}
	.img-sp {
		display: block;
	}

	.wrapper {
		margin: 0 10px;
	}

	.headbox img {
		margin: 10px 15px 10px 0;
	}


	/* リード文 */
    .readbox {
		margin: 30px 10px;
	}
	
	/* 目次 */
	
	.index ul {
		display: block;
		text-align: center;
		margin: 10px 0 40px 0;
		padding: 0;
	}

	.index li {
		margin-bottom: 20px;
		font-size: 0.9rem;

	}
	
	
	/* ステップ */
	.step h3{
		padding: 10px;
		margin-bottom: 0;
	}

	.step p {
		padding: 10px;
		margin-top: 0;
	}

	/* ページ中央ボタン */

	.btn_event {
		width: 90%;
	}

/*	.btn_click {
		font-size: 16px;
	}

	.btn_jyuutaku a {
		height: 155px;
		padding-top: 80px;
	}
	
	
	.btn_jyuutaku {
		background-color: #D37442;
		width: 44%;
		height: 155px;
		background-position: 50% 15%;
		margin-left: 10px;
		background-size: 25%;
	}
	
	.btn_jyuutaku::before{
		display: none;
	}

	.btn_event a {
		height: 155px;
		padding-top: 80px;
	}
	
	.btn_event {
		background-color: #BE4348;
		width: 44%;
		height: 155px;
		background-position: 50% 15%;
		margin-right: 10px;
		background-size: 19%;
	}

	.btn_event::before{
		display: none;
	}
*/

	/* 住宅会社一覧 */

	.company_box {
		padding: 0 10px;
	}
	

	.company_li {
		min-width: 160px;
		width: 48%;
	}

	/* キャンペーン概要 */
	
	.gaiyou {
		padding: 20px;
		margin: 50px 10px;
	}

	.gaiyou p {
		margin-bottom: 20px;
	}

	.gaiyou ul {
		margin-top: 20px;
		padding-left: 20px;
		margin-bottom: 20px;
	}

	/* フッター */

	.back_btn {
		position: absolute;
		right:10px;
		top:-40px;
	}

	footer a{
	color: #ffffff;
}



}