@charset "utf-8";
/* CSS Document */
p{
	font-size: 16px;
}
.contents{
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.maru{
	font-family: 'M PLUS Rounded 1c',"Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.page__title {
	text-align: center;
	padding: 8px 0;
	background-image: linear-gradient(to right, rgba(4, 93, 196, .9), rgba(99, 51, 162, 1) 48%, rgba(191, 11, 191, 1));
	margin-bottom: 0px;
}

.page__title-h {
	font-size: 28px;
	color: #fff;
}

.page__title2 {
	text-align: center;
	padding: 70px 0 10px;
}

.page__title2-h {
	font-size: 32px;
}

.main-imgbox{
	margin-bottom: 24px;
}
.main-text{
	margin-bottom: 80px;
}
.main-text p{
	font-size: 21px;
	line-height: 1.8;
	text-align: center;
	font-weight: 700;
}
.omakase-text1{
	color: #1D11AC;
	font-size: 27px;
	line-height: 1;
	text-align: center;
	font-weight: 900;
	margin-bottom: 14px;
}
.omakase-text2{
	color: #000000;
	font-size: 42px;
	line-height: 1;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 700;
}
.img-box{
	margin-bottom: 100px;
}
.img-box img{
	border-radius: 10px;
}

.bg-2{
	padding-top: 70px;
	padding-bottom: 80px;
	background-image: linear-gradient(to top, rgba(4, 93, 196, 0.9), rgba(155, 118, 255, 0.9));
	position: relative;
	z-index: 2;
	margin-bottom: 78px;
}
.bg-2 .wt-ttl{
	color: #fff;
	line-height: 1;
	text-align: center;
	font-size: 34px;
	font-weight: 900;
	margin-bottom: 15px;
}
.bg-2 .wt-text{
	color: #fff;
	line-height: 1.47;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 25px;
}
.bg-2 .keiei-list li{
	padding: 25px 33px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 18px;
	display: flex;
}
.bg-2 .keiei-list li .icon{
	width: 20%;
	margin-right: 4%;
}
.bg-2 .keiei-list li .text{
	padding-top: 0px;
	width: 73%;
}
.bg-2 .keiei-list li .text .name{
	line-height: 1;
	margin-bottom: 10px;
	color: #2466C5;
	font-size: 32px;
	font-weight: 700;
}
.bg-2 .keiei-list li .text .name.ptn2{
	color: #5F36A4;
}
.bg-2 .keiei-list li .text .name.ptn3{
	color: #941EB2;
}
.bg-2 .keiei-list li .text .tex{
	line-height: 1.71;
	font-size: 14px;
	color: #000000;
}
.bg-2 .keiei-list li:last-child{
	margin-bottom: 0;
}
.mini-ttl{
	padding-left: 10px;
	color: #1D11AC;
	font-size: 26px;
	font-weight: 700;
}
.img-box2{
	padding: 50px 60px;
	border: 1px solid #707070;
	background: #F0F0E7;
}
.notes{
	font-size: 12px;
}
.notes2{
	font-size: 14px;
}
.bottom-box .bnr a{
	display: block;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
	.wrap{
		width: 990px;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap.ex{
		width: 863px;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap.ex2{
		width: 1020px;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap2{
		width: 820px;
		margin-left: auto;
		margin-right: auto;
	}	
	.wrap3{
		width: 990px;
		margin-left: auto;
		margin-right: auto;
	}	
	.main-imgbox{
		margin-top: -20px;
	}
}
@media only screen and (max-width : 767px) {
	.page__title {
		padding: 8px 0;
	}
	
	.page__title-h {
		font-size: 19px;
	}
	
	.page__title2 {
		text-align: center;
		padding: 50px 0 30px;
	}
	
	.page__title2-h {
		font-size: 26px;
	}
	p{
		font-size: 3.6vw;
		line-height: 1.85;
	}
	.wrap{
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}	
	.wrap2{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}		
	.wrap3{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.notes{
		font-size: 3.2vw;
	}
	.main-ttl{
		padding-top: 2vw;
		padding-bottom: 2vw;
		border-radius: 30px;
		margin-bottom: 4.8vw;
		font-size: 4.8vw;
	}
	.main-imgbox{
		margin-bottom: 5vw;
	}
	.main-text{
		margin-bottom: 15vw;
	}
	.main-text p{
		font-size: 4.26vw;
		line-height: 1.8;
		text-align: left;
	}
	.omakase-text1{
		font-size: 5.6vw;
		line-height: 1;
		margin-bottom: 2vw;
	}
	.omakase-text2{
		font-size: 4.2vw;
		line-height: 1;
		margin-bottom: 2vw;
	}
	.img-box{
		margin-bottom:6vw;
	}
	.img-box img{
		border-radius: 0px;
	}
	.bg-2{
		padding-top: 8vw;
		padding-bottom: 10vw;
		position: relative;
		z-index: 2;
		margin-bottom: 24vw;
	}
	.bg-2 .wt-ttl{
		font-size: 5.6vw;
		margin-bottom: 3.2vw;
	}
	.bg-2 .wt-text{
		line-height: 1.5;
		font-size: 4.26vw;
		font-weight: 700;
		margin-bottom: 5vw;
	}
	.bg-2 .keiei-list li{
		padding: 6vw 4vw 10vw;
		border-radius: 10px;
		margin-bottom: 5vw;
		display: block;
	}
	.bg-2 .keiei-list li .icon{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.bg-2 .keiei-list li .text{
		padding-top: 7vw;
		width: 90.6%;
		margin-left: auto;
		margin-right: auto;
	}
	.bg-2 .keiei-list li .text .name{
		line-height: 1;
		margin-bottom: 2.6vw;
		font-size: 8.5vw;
		text-align: center;
	}
	.bg-2 .keiei-list li .text .tex{
		line-height: 1.52;
		font-size: 3.8vw;
	}
	.bg-2 .keiei-list li:last-child{
		margin-bottom: 0;
	}
	.mini-ttl{
		padding-left: 0px;
		font-size: 4.26vw;
	}
	.mini-ttl.ex{
		width: 86%;
		margin-left: auto;
		margin-right: auto;
	}
	.img-box2{
		padding: 8vw 8vw;
		border: 1px solid #707070;
		border-left: none;
		border-right:none;
	}
}

.notes.ex{
	color: #751C7A;
}
footer{
	position: relative;
	z-index: 3;
}

.chintai-ttl{
	line-height: 1;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}
.chintai-ttl .big1{
	color: #5F36A4;
	font-size: 78px;
}
.chintai-ttl .sm{
	color: #000000;
	font-size: 59px;
}
.chintai-ttl .big2{
	color: #2466C5;
	font-size: 78px;
}
.chintai-text{
	font-size: 21px;
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 700;
}
.flex-box1{
	display: flex;
	justify-content: space-between;
}
.flex-box1 .box1{
	margin-bottom: 27px;
	padding:35px 25px 25px;
	background: #2466C5;
	width: 49%;
	border-radius: 10px;
}
.flex-box1 .box2{
	margin-bottom: 27px;
	padding:35px 25px 25px;
	background: #5F36A4;
	width: 49%;
	border-radius: 10px;
}
.flex-box1 .ttl1{
	font-size: 78px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 13px;
	line-height: 1;
}
.flex-box1 .ttl2{
	margin-bottom: 15px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 27px;
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border: 2px solid #FFFFFF;
}
.flex-box1 .flex-list li{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 23px 23px;
	margin-bottom: 14px;
}
.flex-box1 .flex-list li:last-child{
	margin-bottom: 0;
}
.flex-box1 .flex-list li .name{
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	line-height: 1;
	background: #000000;
	color: #fff;
	font-weight: 900;
	font-size: 28px;
	margin-bottom: 10px;
}
.flex-box1 .flex-list li .flex-wrap{
	display: flex;
	justify-content: space-between;
}
.flex-box1 .flex-list li .flex-wrap:last-child{
	margin-bottom: 0;
}
.flex-box1 .flex-list li .flex-wrap .text{
	width: 74%;
}
.flex-box1 .flex-list li .flex-wrap .text p{
	font-size: 16px;
	line-height: 1.5;
	padding-top: 14px;
	color: #000;
}
.flex-box1 .flex-list li .flex-wrap .text p + p{
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #000;
}
.flex-box1 .flex-list li .flex-wrap .icon{
	width: 26%;
}
.yajirushi-img{
	width: 32%;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.obi-text1{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #1D11AC;
	border-radius: 15px;
}
.obi-text1 p{
	text-align: center;
	font-size: 28px;
	line-height: 1.6;
	color: #fff;
	font-weight: 900;
}
.bosyu-text{
	font-size: 37px;
	line-height: 1.48;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 900;
}
.obi-text2{
	padding-top: 22px;
	padding-bottom: 22px;
	background: #0076DB;
	border-radius: 15px;
}
.obi-text2 p{
	text-align: center;
	font-size: 28px;
	line-height: 1;
	color: #fff;
	font-weight: 900;
}
.bottom-flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-end;
}
.bottom-flex .human-img{
	width: 23.6%;
}
.bottom-flex .list{
	width: 76.8%;
}
.bottom-flex .list .house-list{
	display: flex;
	justify-content: space-between;
}
.bottom-flex .list .house-list li{
	width: 32%;
}
.bottom-flex2{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 103px;
}
.bottom-flex2 .text{
	width: 47.9%;
	line-height: 1.8;
	color: #525252;
}
.bottom-flex2 .text p{
	font-size: 21px;
	font-weight: 700;
}
.bottom-flex2 .text .big-ttl{
	white-space: nowrap;
	font-size: 37px;
	line-height: 1.51;
	color: #3E3E3E;
	font-weight: 900;
}
.bottom-flex2 .text .obi{
	line-height: 1;
	background-image: linear-gradient(to right, rgba(4, 93, 196, .9), rgba(99, 51, 162, 1) 48%, rgba(191, 11, 191, 1));
	padding-top: 13px;
	padding-bottom: 13px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 21px;
}
.bottom-flex2 .dm-img{
	width: 45.7%;
}

.bottom-flex3{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 138px;
}
.bottom-flex3 .map-img{
	width: 46.8%;
}
.bottom-flex3 .text{
	width: 49.4%;
	line-height: 1.62;
}
.bottom-flex3 .text p{
	color: #525252;
	font-size: 21px;
	line-height: 1.8;
	font-weight: 700;
}

.bg-3{
	background-image: linear-gradient(to bottom, rgba(240, 237, 231, 1), rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1));
	height: 100%;
	margin-top: 0;
	padding-top: 90px;
	z-index: 2;
}
.bg-3 .copy1{
	margin-bottom: 13px;
	text-align: center;
}
.bg-3 .copy1 span{
	line-height: 1;
	font-weight: 900;
	font-size: 37px;
	padding-bottom: 5px;
	display: inline-block;
	color: #000000;
	border-bottom: 9px solid #FD8901;
}
.bg-3 .copy2{
	margin-bottom: 23px;
	font-size: 37px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	color: #000000;
}
.bg-3 .copy2 .big{
	font-size: 65px;
	line-height: 1;
	display: inline-block;
}
.bg-3 .copy3{
	font-size: 21px;
	line-height: 1.8;
	color: #525252;
	font-weight: 700;
}
.bg-3 .risk-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.bg-3 .risk-list li{
	width: 32.3%;
	line-height: 1.71;
}
.bg-3 .risk-list li p{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}
.bg-3 .risk-list li .icon{
	margin-bottom: 10px;
}
.bg-3 .risk-list li .name{
	line-height: 1;
	font-weight: 700;
	font-size: 21px;
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
}
.bg-3 .akiya-box{
	padding: 45px 62px 40px;
	border: 5px solid #AAAAAA;
	border-radius: 16px;
	margin-bottom: 70px;
}
.bg-3 .akiya-box .akiya-ttl{
	line-height: 1;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
	color: #000000;
}
.bg-3 .akiya-box .akiya-flex{
	display: flex;
	justify-content: space-between;
}
.bg-3 .akiya-box .akiya-flex .text{
	width: 50%;
	line-height: 1.71;
}
.bg-3 .akiya-box .akiya-flex .text p{
	font-size: 14px;
}
.bg-3 .akiya-box .akiya-flex .pic{
	width: 48%;
}
.bottom-box{
	display: flex;
	padding:23px 35px 35px 17px;
	border:10px solid rgba(112,112,112,0.35);
	margin-bottom: 138px;
	border-radius: 19px;
	align-items: center;
}
.bottom-box .img{
	width: 21%;
	margin-right: 1%;
}
.bottom-box .text{
	width: 30.9%;
	margin-right: 4%;
}
.bottom-box .text .ttl{
	margin-bottom: 5px;
	background-image: linear-gradient(to right, rgba(4, 93, 196, .9), rgba(99, 51, 162, 1) 48%, rgba(191, 11, 191, 1));
	padding-top: 13px;
	padding-bottom: 13px;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	font-weight: 700;
}
.bottom-box .text .tex{
	color: #484848;
	line-height: 1;
	font-size: 28px;
	text-align: center;
	font-weight: 700;
}
.bottom-box .text .tex span{
	font-size: 36px;
}
.bottom-box .bnr{
	width: 42.4%;
}
.bottom-box .bnr ul{
	display: flex;
	justify-content: space-between;
}
.bottom-box .bnr ul li{
	width: 48.5%;
}

.bg-3 .contact-box{
	margin-bottom: 80px;
}
.bg-3 .contact-box .contact-ttlbox{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #1D11AC;
	text-align: center;
	color: #fff;
	font-weight: 900;
	position: relative;
	border-radius: 30px 30px 0 0;
	z-index: 2;
}
.bg-3 .contact-box .contact-ttlbox::after{
	content: "";
	width: 36px;
	height: 23px;
	bottom: -20px;
	left: 0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/sale/sankaku.svg") no-repeat center bottom / 100%;
	position: absolute;
}
.bg-3 .contact-box .top-tex{
	font-size: 33px;
	line-height: 1;
	margin-bottom: 8px;
}
.bg-3 .contact-box .bottom-tex{
	font-size: 40px;
	line-height: 1;
}
.bg-3 .btn-wrap{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #DEDEDE;
}
.btn-box2 a{
  border-radius: 100px;
  padding:22px 0 22px 0px;
	border: 5px solid #FFFFFF;
	background:#000000 ;
	position: relative;
	display: block;
	width: 80%;
	max-width: 485px;
	color:#fff;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	margin-left: auto;
	margin-right: auto;
}
.btn-box2 a .yajirushi{
	width: 14px;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 3px;
	margin-right: 14px;
}
.btn-box2 a .yajirushi img{
	display: block;
}
@media only screen and (max-width : 767px) {
	.chintai-ttl{
		margin-bottom:2.6vw;
	}
	.chintai-ttl .big1{
		font-size: 9.8vw;
	}
	.chintai-ttl .sm{
		font-size: 7.4vw;
	}
	.chintai-ttl .big2{
		font-size: 9.8vw;
	}
	.chintai-text{
		font-size: 4.2vw;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 6vw;
	}
	.flex-box1{
		display: block;
	}
	.flex-box1 .box1{
		margin-bottom: 2.6vw;
		padding:12vw 5vw 9.6vw;
		width: 100%;
		border-radius: 0px;
	}
	.flex-box1 .box2{
		margin-bottom: 6.6vw;
		padding:12vw 5vw 9.6vw;
		width: 100%;
		border-radius: 0px;
	}
	.flex-box1 .ttl1{
		font-size: 14.6vw;
		margin-bottom: 3.6vw;
		line-height: 1;
	}
	.flex-box1 .ttl2{
		margin-bottom: 7vw;
		width: 100%;
		padding-top: 1.3vw;
		padding-bottom: 1.3vw;
		border-radius: 27px;
		font-size: 5.6vw;
		border: 2px solid #FFFFFF;
	}
	.flex-box1 .flex-list li{
		border-radius: 10px;
		padding: 5vw 5vw;
		margin-bottom: 4vw;
	}
	.flex-box1 .flex-list li:last-child{
		margin-bottom: 0;
	}
	.flex-box1 .flex-list li .name{
		padding-bottom: 1.5vw;
		padding-top: 1.5vw;
		font-size: 5.6vw;
		margin-bottom: 1.3vw;
	}
	.flex-box1 .flex-list li .flex-wrap{
		display: flex;
		justify-content: space-between;
	}
	.flex-box1 .flex-list li .flex-wrap:last-child{
		margin-bottom: 0;
	}
	.flex-box1 .flex-list li .flex-wrap .text{
		width: 68%;
	}
	.flex-box1 .flex-list li .flex-wrap .text p{
		font-size: 3.7vw;
		line-height: 1.5;
		padding-top: 3vw;
		color: #000;
	}
	.flex-box1 .flex-list li .flex-wrap .text p + p{
		padding-top: 3vw;
		margin-top: 3vw;
		border-top: 1px solid #000;
	}
	.flex-box1 .flex-list li .flex-wrap .icon{
		width: 32%;
	}
	.yajirushi-img{
		width: 32%;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}
	.obi-text1{
		padding-top: 7vw;
		padding-bottom:7vw;
		border-radius: 15px;
	}
	.obi-text1 p{
		text-align: center;
		font-size: 4.26vw;
		line-height: 1.5;
	}
	.bosyu-text{
		font-size: 4.26vw;
		line-height: 1.5;
		margin-bottom: 3.9vw;
	}
	.obi-text2{
		padding-top: 3vw;
		padding-bottom:  3vw;
		border-radius: 15px;
	}
	.obi-text2 p{
		text-align: center;
		font-size: 4.26vw;
		line-height: 1.5;
	}
	.bottom-flex{
		display: block;
		justify-content: space-between;
		margin-bottom: 12vw;
		max-width: 970px;
		margin-left: auto;
		margin-right: auto;
		align-items: flex-end;
	}
	.bottom-flex .human-img{
		width: 65%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4vw;
	}
	.bottom-flex .list{
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.bottom-flex .list .house-list{
		display: block;
	}
	.bottom-flex .list .house-list li{
		width: 100%;
		text-align: center;
		margin-bottom: 3vw;
	}
	.bottom-flex2{
		display: block;
		margin-bottom: 13vw;
	}
	.bottom-flex2 .text{
		width: 100%;
		line-height: 1.8;
	}
	.bottom-flex2 .text p{
		font-size: 3.7vw;
	}
	.bottom-flex2 .text .big-ttl{
		white-space: nowrap;
		font-size: 5.6vw;
	}
	.bottom-flex2 .text .obi{
		padding-top: 2.6vw;
		padding-bottom: 2.6vw;
		font-size:4.8vw;
	}
	.bottom-flex2 .dm-img{
		width: 100%;
		margin-top: 1.5vw;
	}
	
	
	.bottom-flex3{
		display: block;
		justify-content: space-between;
		margin-bottom: 17vw;
	}
	.bottom-flex3 .map-img{
		width:100%;
	}
	.bottom-flex3 .text{
		width: 100%;
		margin-bottom: 5vw;
	}
	.bottom-flex3 .text p{
		font-size: 3.7vw;
		line-height: 1.8;
	}
	.bg-3{
		background-image: linear-gradient(to bottom, rgba(240, 237, 231, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
		height: 100%;
		margin-top: 0;
		padding-top: 13vw;
		z-index: 2;
	}
	
	.bg-3 .copy1{
		margin-bottom: 4vw;
	}
	.bg-3 .copy1 span{
		line-height: 1;
		font-size: 5.6vw;
		padding-bottom: 1vw;
		display: inline-block;
		border-bottom: 5px solid #FD8901;
	}
	.bg-3 .copy2{
		margin-bottom: 4vw;
		font-size: 5.6vw;
		line-height: 1.6;
		text-align: center;
	}
	.bg-3 .copy2 .big{
		font-size:10.3vw;
		line-height: 1;
		display: inline-block;
	}
	.bg-3 .copy3{
		font-size: 3.7vw;
		line-height: 1.8;
	}
	.bg-3 .risk-list{
		margin-top: 1vw;
		display: block;
		margin-bottom: 5vw;
	}
	.bg-3 .risk-list li{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.71;
		margin-bottom: 8vw;
	}
	.bg-3 .risk-list li .icon{
		margin-bottom: 4vw;
	}
	.bg-3 .risk-list li .name{
		line-height: 1;
		font-size: 5.6vw;
		margin-bottom: 3vw;
	}
	.bg-3 .akiya-box{
		padding: 8vw 6vw;
		border-radius: 14px;
		margin-bottom: 12.8vw;
		border: 4px solid #AAAAAA;
	}
	.bg-3 .akiya-box .akiya-ttl{
		line-height: 1.3;
		font-size: 4.8vw;
		text-align: left;
		margin-bottom: 2.6vw;
	}
	.bg-3 .akiya-box .akiya-flex{
		display: block;
	}
	.bg-3 .akiya-box .akiya-flex .text{
		width: 100%;
		line-height: 1.71;
		margin-bottom: 4vw;
	}
	.bg-3 .akiya-box .akiya-flex .text p{
		font-size: 3.7vw;
	}
	.bg-3 .akiya-box .akiya-flex .pic{
		width: 100%;
	}
	.bottom-box{
		display: block;
		padding:9.7vw 14vw 14vw;
		border:6px solid rgba(112,112,112,0.35);
		margin-bottom: 8.3vw;
		border-radius: 19px;
		align-items: center;
	}
	.bottom-box .img{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 8vw;
	}
	.bottom-box .text{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 8vw;
	}
	.bottom-box .text .ttl{
		margin-bottom: 1.5vw;
		padding-top: 2.6vw;
		padding-bottom: 2.6vw;
		font-size: 6.1vw;
		line-height: 1;
		text-align: center;
	}
	.bottom-box .text .tex{
		line-height: 1;
		font-size: 5.8vw;
	}
	.bottom-box .text .tex span{
		font-size: 8vw;
	}
	.bottom-box .bnr{
		width: 100%;
	}
	.bottom-box .bnr ul{
		display:block;
		justify-content: space-between;
	}
	.bottom-box .bnr ul li{
		width: 100%;
		margin-bottom: 3.4vw;
	}
	.bottom-box .bnr ul li:last-child{
		margin-bottom: 0;
	}
	
	.bg-3 .contact-box{
		margin-bottom: 12vw;
	}
	.bg-3 .contact-box .contact-ttlbox{
		padding-top: 5vw;
		padding-bottom: 5vw;
		text-align: center;
		color: #fff;
		position: relative;
		border-radius: 10px 10px 0 0;
		z-index: 2;
	}
	.bg-3 .contact-box .contact-ttlbox::after{
		content: "";
		width: 18px;
		height: 12px;
		bottom: -10px;
		left: 0;
		right:0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
	}
	.bg-3 .contact-box .top-tex{
		font-size: 3.9vw;
		line-height: 1;
		margin-bottom: 8px;
	}
	.bg-3 .contact-box .bottom-tex{
		font-size: 5.1vw;
		line-height: 1.21;
	}
	.bg-3 .btn-wrap{
		padding-top: 6vw;
		padding-bottom: 6vw;
		background: #DEDEDE;
	}
	.btn-box2 a{
	  border-radius: 100px;
	  padding:4.5vw 0 4vw 0px;
		border: 2px solid #FFFFFF;
		position: relative;
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		max-width: 485px;
		color:#fff;
		font-size: 3.3vw;
		line-height: 1;
		text-align: center;
		font-weight: bold;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	}
	.btn-box2 a .yajirushi{
		width: 14px;
		display: inline-block;
		vertical-align: top;
		padding-bottom: 3px;
		margin-right: 14px;
		margin-top: -0.1em;
	}
	.btn-box2.ex a{
		margin-top: 0;
	}
}
