@charset "utf-8";
/* CSS Document */
p{
	font-size: 16px;
}
.contents{
	font-family: "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;
}

.head-flex{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 14px;
}
.head-flex .text{
	width: 49%;
	font-weight: 900;
	padding-top: 25px;
}
.head-flex .text .text1{
	line-height: 1;
	color: #5C5C5C;
	font-size: 39px;
	margin-bottom: 20px;
	text-indent: -0.4em;
}
.head-flex .text .text2{
	color: #FD6C01;
	font-size: 130px;
	line-height: 1;
	margin-bottom: 20px;
	white-space: nowrap;
	text-indent: -0.1em;
}
.head-flex .text .text2 span{
	font-size: 98px;
}
.head-flex .text .text3{
	margin-bottom: 8px;
	line-height: 1;
	font-size: 52px;
	color: #5C5C5C;
}
.head-flex .text .text3 span{
	border-bottom: 9px solid #FF9D00;
	display: inline-block;
	padding-bottom: 5px;
}
.head-flex .text ul{
	margin-top: 25px;
}
.head-flex .text ul li{
	margin-bottom: 9px;
	border-radius: 27px;
	line-height: 1;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #fff;
	font-size: 24px;
	background: #FF7F00;
	text-align: center;
}
.head-flex .img{
	width: 45.4%;
}
.main-ttltext{
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 30px;
	background-image: linear-gradient(to right, #2904C4, #6333A2 48%, #BF0BBF);
	text-align: center;
	color: #fff;
	margin-bottom: 8px;
	font-size: 28px;
	font-weight: 900;
}
.sankaku-img{
	max-width: 100px;
	width: 24%;
	margin-left: auto;
	margin-right: auto;
}
.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);
}
.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;
}
.sai-flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sai-flex .fukidashi{
	width: 66%;
	box-sizing: border-box;
	padding: 30px 30px 36px;
	border-radius: 26px;
	position: relative;
	margin-top: 86px;
	font-weight: 900;
	background: #1D11AC;
	text-align: center;
}
.sai-flex .fukidashi .text1{
	line-height: 1.5;
	font-size: 28px;
	color: #fff;
}
.sai-flex .fukidashi .text1 span{
	color: #FEE72E;
}
.sai-flex .fukidashi .text2{
	font-size: 52px;
	color: #FEE72E;
	text-align: center;
	line-height: 1;
	margin-top: 10px;
}
.sai-flex .fukidashi .text2 span{
	color: #fff;
	font-size: 30px;
}
.sai-flex .fukidashi::after {
    content: "";
    border-left: 42px solid transparent;
    border-top: 27px solid #1D11AC;
    position: absolute;
    top: 65px;
    right: -41px;
    left: auto;
    transform: scale(-1, 1);
}
.sai-flex .fukidashi::before {
    content: "";
    border-left: 46px solid transparent;
    border-top: 29px solid #1D11AC;
    position: absolute;
    top: 64px;
    right: -45px;
    left: auto;
    transform: scale(-1, 1);
}
.sai-flex .fukidashi .text2 span{
	font-size: 28px;
	color: #fff;
}
.sai-flex .img{
	width: 31%;
}
.mes-box{
	margin-top: -90px;
	margin-bottom: 54px;
}
.mes-box p{
	font-size: 21px;
	font-weight: 700;
}
.mes-box .big-txt{
	font-size: 26px;
	font-weight: 900;
	color: #1D11AC;
}
.mes-box .murasaki{
	color: #1D11AC;
}
.rieki-wrap{
	margin-bottom: 63px;
}
.rieki-wrap .rieki-ttl{
	color: #1D11AC;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 14px;
	text-align: center;
}
.rieki-wrap .rieki-box{
	padding:14px 40px 30px;
	border-radius: 21px;
	border:10px solid #827AE3;
}
.rieki-wrap .rieki-box .rieki-map{
	max-width: 788px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.rieki-wrap .rieki-box .rieki-subtex{
	font-size: 26px;
	line-height: 1;
	background: #FC0131;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	font-weight: 900;
	border-radius: 40px;
}
.rieki-wrap .note-wrap{
	margin-top: 15px;
	padding-left: 18px;
}
.rieki-wrap .kitei{
	border: 1px solid #707070;
	padding: 17px 17px;
	margin-top: 20px;
}
.rieki-wrap .kitei p{
	font-size: 12px;
	line-height: 1.5;
}
.risk-wrap{
	margin-bottom: 50px;
}
.risk-wrap .risk-ttl{
	font-size: 37px;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}
.risk-wrap .risk-ttl .big1{
	font-size: 123px;
	color: #FF0000;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 66px;
}
.risk-wrap .risk-ttl .big2{
	font-size: 65px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	padding-bottom: 25px;
}
.risk-wrap .risk-list{
	margin-top: -30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.risk-wrap .risk-list li{
	width: 32.3%;
	line-height: 1.71;
}
.risk-wrap .risk-list li p{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}
.risk-wrap .risk-list li .icon{
	margin-bottom: 16px;
}
.risk-wrap .risk-list li .name{
	line-height: 1;
	font-weight: 700;
	font-size: 21px;
	text-align: center;
	margin-bottom: 8px;
	width: 100%;
}
.risk-wrap .yajirushi{
	max-width: 185px;
	width: 36%;
	margin-left: auto;
	margin-right: auto;
}
.neage-text{
	color: #1D11AC;
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 40px;
	line-height: 1;
	font-weight: 900;
}

.bg-1{
	position: relative;
	z-index: 2;
}
.bg-1 .wrap,.bg-1 .wrap3,.bg-1 .wrap2{
	position: relative;
	z-index: 1;
}
.bg-1::before{
	content: "";
	background-image: linear-gradient(to bottom, rgba(240, 237, 231, 1), rgba(255, 255, 255, 1));
	height: calc(100% - 910px);
	position: absolute;
	top:910px;
	width: 100%;
	left: 0;
	z-index: 0;
}
.bg-2{
	padding-top: 56px;
	padding-bottom: 56px;
	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 .keiei-list li{
	padding: 25px 33px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
}
.bg-2 .keiei-list li .icon{
	width: 14.7%;
}
.bg-2 .keiei-list li .text{
	padding-top: 23px;
	width: 80.6%;
}
.bg-2 .keiei-list li .text .name{
	line-height: 1;
	margin-bottom: 15px;
	color: #1D11AC;
	font-size: 32px;
	font-weight: 900;
}
.bg-2 .keiei-list li .text .tex{
	line-height: 1.52;
	font-size: 21px;
	color: #525252;
	font-weight: 700;
}
.bg-2 .keiei-list li:last-child{
	margin-bottom: 0;
}
.mini-ttl{
	padding-left: 10px;
	color: #1D11AC;
	font-size: 26px;
	font-weight: 900;
}
.img-box2{
	padding: 50px 60px;
	border: 1px solid #707070;
	background: #F0F0E7;
}
.notes{
	font-size: 12px;
}
.notes2{
	font-size: 14px;
}
@media (min-width: 768px) {
	.wrap{
		width: 990px;
		margin-left: auto;
		margin-right: auto;
	}	
	.wrap2{
		width: 990px;
		margin-left: auto;
		margin-right: auto;
	}	
	.wrap3{
		width: 910px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width : 767px) {
	.page__title {
		padding: 8px 0;
		margin-bottom: 10vw;
	}
	
	.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;
	}	
	.notes{
		font-size: 3.2vw;
	}
	.main-ttl{
		padding-top: 2vw;
		padding-bottom: 2vw;
		border-radius: 30px;
		margin-bottom: 4.8vw;
		font-size: 4.8vw;
	}
	.head-flex{
		display: block;
		margin-bottom: 8vw;
	}
	.head-flex .text{
		width: 100%;
		padding-top: 0px;
	}
	.head-flex .text .text1{
		font-size: 6.6vw;
		margin-bottom: 2.3vw;
		text-indent: -0.4em;
	}
	.head-flex .text .text2{
		font-size: 23vw;
		line-height: 1;
		margin-bottom: 4vw;
		white-space: nowrap;
		text-indent: -0.1em;
	}
	.head-flex .text .text2 span{
		font-size: 17vw;
	}
	.head-flex .text .text3{
		margin-bottom: 1vw;
		line-height: 1;
		font-size: 9vw;
	}
	.head-flex .text .text3 span{
		border-bottom: 6px solid #FF9D00;
		display: inline-block;
		padding-bottom: 1vw;
	}
	.head-flex .text ul{
		margin-top: 25px;
	}
	.head-flex .text ul li{
		margin-bottom: 2vw;
		border-radius: 27px;
		line-height: 1;
		padding-top: 3vw;
		padding-bottom: 3vw;
		font-size: 4vw;
	}
	.head-flex .img{
		width: 100%;
		margin-top: 6vw;
	}
	.main-ttltext{
		line-height: 1.56;
		text-align: center;
		margin-bottom: 1.5vw;
		font-size: 4.0vw;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.sankaku-img{
		max-width: none;
		width: 24%;
		margin-left: auto;
		margin-right: auto;
	}
	.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;
	}
	.sai-flex{
		display:block;
	}
	.sai-flex .fukidashi{
		width: 100%;
		box-sizing: border-box;
		padding: 4vw 4vw 4vw;
		border-radius: 26px;
		position: relative;
		margin-top: 2.6vw;
	}
	.sai-flex .fukidashi .text1{
		line-height: 1.5;
		font-size: 3.8vw;
		color: #fff;
	}
	.sai-flex .fukidashi .text2{
		font-size: 7.7vw;
		margin-top: 2vw;
	}
	.sai-flex .fukidashi .text2 span{
		font-size: 4.2vw;
	}
	.sai-flex .fukidashi::after {
		display: none;
	}
	.sai-flex .fukidashi::before {
		display: none;
	}
	.sai-flex .img{
		width: 64%;
		margin-top: 8vw;
		margin-left: auto;
		margin-right: auto;
	}
	.mes-box{
		margin-top: 1vw;
		margin-bottom: 12vw;
	}
	.mes-box .big-txt{
		font-size: 5.6vw;
	}
	.rieki-wrap{
		margin-bottom: 18vw;
	}
	.rieki-wrap .rieki-ttl{
		font-size: 5.6vw;
		margin-bottom: 1vw;
		text-align: center;
	}
	.rieki-wrap .rieki-box{
		padding:6vw 0% 8vw;
		border-radius: 0px;
		border-top:10px solid #827AE3;
		border-bottom:10px solid #827AE3;
		border-left: none;
		border-right: none;
	}
	.rieki-wrap .rieki-box .rieki-map{
		max-width: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3vw;
	}
	.rieki-wrap .rieki-box .rieki-map .exm-ttl{
		font-size: 3.0vw;
	}
	.rieki-wrap .rieki-box img{
		width: 88%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.rieki-wrap .rieki-box .rieki-subtex{
		font-size: 3.2vw;
		padding-top: 2vw;
		padding-bottom: 2vw;
		border-radius: 40px;
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}
	.rieki-wrap .note-wrap{
		margin-top: 3vw;
		padding-left:0px;
		width: 86%;
		margin-left: auto;
		margin-right: auto;
	}
	.rieki-wrap .kitei{
		border: 1px solid #707070;
		padding: 2vw 2vw;
		margin-top: 3vw;
		width: 86%;
		margin-left: auto;
		margin-right: auto;
	}
	.rieki-wrap .kitei p{
		font-size: 3.2vw;
		line-height: 1.5;
	}
	.risk-wrap{
		margin-bottom: 12vw;
	}
	.risk-wrap .risk-ttl{
		font-size: 5.5vw;
		text-align: center;
		line-height: 1;
		margin-bottom: 4vw;
	}
	.risk-wrap .risk-ttl .big1{
		font-size: 18vw;
		vertical-align: middle;
		padding-bottom: 4vw;
	}
	.risk-wrap .risk-ttl .big2{
		font-size: 8vw;
		display: inline-block;
		line-height: 1;
		vertical-align: middle;
		padding-bottom: 2vw;
	}
	.risk-wrap .risk-list{
		margin-top: 1vw;
		display: block;
		margin-bottom: 5vw;
	}
	.risk-wrap .risk-list li{
		width: 86%;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.71;
		margin-bottom: 8vw;
	}
	.risk-wrap .risk-list li:last-child{
		margin-bottom: 0;
	}
	.risk-wrap .risk-list li .icon{
		margin-bottom: 4vw;
	}
	.risk-wrap .risk-list li .name{
		line-height: 1;
		font-size: 5.6vw;
		margin-bottom: 3vw;
	}
	.risk-wrap .yajirushi{
		max-width: 185px;
		width: 36%;
		margin-left: auto;
		margin-right: auto;
	}
	.neage-text{
		font-size: 5.6vw;
		margin-bottom: 5vw;
		margin-top: 6vw;
		line-height: 1.21;
	}

	.bg-1{
		position: relative;
		z-index: 2;
	}
	.bg-1 .wrap,.bg-1 .wrap3,.bg-1 .wrap2{
		position: relative;
		z-index: 1;
	}
	.bg-1::before{
		display: none;
	}
	.bg-2{
		padding-top: 10vw;
		padding-bottom: 10vw;
		position: relative;
		z-index: 2;
		margin-bottom: 9vw;
	}
	.bg-2 .keiei-list li{
		padding: 6vw 4vw 10vw;
		border-radius: 10px;
		margin-bottom: 5vw;
		display: block;
	}
	.bg-2 .keiei-list li .icon{
		width: 50%;
		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: 4.26vw;
		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;
}

.cost-box{
	margin-bottom: 90px;
}
.keiyaku-ttl{
	color: #1D11AC;
	line-height: 1;
	margin-bottom: 36px;
	text-align: center;
	font-weight: 900;
	font-size: 48px;
}
.cost-flex{
	display: flex;
	justify-content: space-between;
}
.cost-flex .box{
	padding-top: 14px;
	padding-bottom: 14px;
	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));
	font-weight: 900;
	width: 49%;
	border-radius: 30px;
	text-align: center;
	margin-bottom: 23px;
}
.cost-flex .box p{
	font-size: 22px;
	color: #FFFFFF;
	line-height: 1;
}
.cost-flex .box p span{
	vertical-align: middle;
	line-height: 1;
}
.cost-flex .box p span.yl{
	color: #FFF503;
	font-size: 32px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.keiyaku-ttl2{
	color: #000000;
	line-height: 1;
	text-align: center;
	font-weight: 900;
	font-size: 29px;
}
.exm-tex{
	font-size: 15px;
}
.cost-list{
	display: flex;
	justify-content: space-between;
}
.cost-list li{
	margin-bottom: 30px;
	width: 30.6%;
	box-sizing: border-box;
	padding: 25px 20px;
	border-radius: 10px;
	background: #E3E3E3;
	position: relative;
}
.cost-list li::after{
	position: absolute;
	width: 8%;
	right:-11%;
	content: "";
	height: 33px;
	top:40%;
	background: url("../images/borrowing/sankaku_02.svg") no-repeat right center / 100%;
}
.cost-list li:last-child::after{
	display: none;
}
.cost-list li .list-ttl{
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000000;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	width: 100%;
	font-weight: 900;
}
.cost-list li .list-tex{
	font-size: 66px;
	color: #FF0000;
	line-height: 1;
	text-align: center;
	font-weight: 900;
}
.cost-list li .list-tex span{
	font-size: 35px;
}
.bg-3{
	background-image: linear-gradient(to bottom, rgba(240, 237, 231, 1), rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1));
	height: 100%;
	margin-top: 0;
	padding-top: 130px;
	z-index: 2;
}
.bg-3 .bottom-flex{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 30px;
}
.bg-3 .bottom-flex .map-img{
	width: 46.8%;
}
.bg-3 .bottom-flex .text{
	width: 49.4%;
	line-height: 1.62;
}
.bg-3 .bottom-flex .text p{
	color: #525252;
	font-size: 21px;
	line-height: 1.8;
	font-weight: 700;
}
.jisseki-ttl{
	color: #3E3E3E;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 900;
	font-size: 37px;
}
.bg-3 .bottom-flex2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 115px;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-end;
}
.bg-3 .bottom-flex2 .human-img{
	width: 20.8%;
}
.bg-3 .bottom-flex2 .list{
	width: 76.8%;
}
.bg-3 .bottom-flex2 .list .house-list{
	display: flex;
	justify-content: space-between;
}
.bg-3 .bottom-flex2 .list .house-list li{
	width: 32%;
}
.rimawari-box{
	margin-bottom: 50px;
}
.rimawari-box .rimawari-ttl{
	margin-bottom: 30px;
}
.rimawari-box .rimawari-ttl span{
	display: inline-block;
	border-bottom: 8px solid #FFEB00;
	padding-bottom: 6px;
	color: #1D11AC;
	font-size: 37px;
	line-height: 1;
	font-weight: 900;
}
.rimawari-box .rimawari-tex{
	color: #525252;
	font-size: 21px;
	line-height: 1.8;
	font-weight: 700;
}
.kamiya-box{
	display: flex;
	padding: 30px 4%;
	border: 4px solid rgba(155,155,155,0.53);
	margin-bottom: 40px;
	border-radius: 23px;
}
.kamiya-box .text{
	width: 62%;
}
.kamiya-box .text p{
	font-size: 12px;
	color: #525252;
	line-height: 1.75;
}
.kamiya-box .text p.name{
	line-height: 1;
	color: #000000;
	font-size: 18px;
	font-weight: 900;
}
.kamiya-box .img{
	width: 32%;
}
.kamiya-box .img img{
	margin-top: -110px;
}
.rimawari-box2{
	padding: 22px 6% 40px;
	border: 6px solid rgba(67,77,180,0.53);
	margin-bottom: 44px;
	border-radius: 23px;
}
.rimawari-box2 p{
	font-size: 18px;
	color: #525252;
	line-height: 1.33;
	font-weight: 700;
}
.rimawari-box2 .big{
	font-size: 21px;
	line-height: 1;
}
.rimawari-box2 .obi{
	font-size: 28px;
	font-weight: 900;
	background-image: linear-gradient(to right, rgba(4, 93, 196, .9), rgba(99, 51, 162, 1) 48%, rgba(191, 11, 191, 1));
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.rimawari-box2 .orange{
	color: #FF7600;
}
.rimawari-box2 .big2{
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	color: #FF7600;
}

.btn-box2.ex a{
	margin-left: auto;
	margin-right: auto;
}
.bg-3 .contact-box{
	margin-bottom: 80px;
}
.bg-3 .contact-box .contact-ttlbox{
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: linear-gradient(to bottom, rgba(4,93,196,1) 0%, rgba(39,11,191,1) 100%);
	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/borrowing/sankaku_03.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: 44px;
	line-height: 1;
}
.bg-3 .btn-wrap{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #DEDEDE;
}
@media only screen and (max-width : 767px) {
	.cost-box{
		margin-bottom: 18.6vw;
	}
	.keiyaku-ttl{
		margin-bottom: 4.6vw;
		font-size: 4.8vw;
		line-height: 1.23;
	}
	.cost-flex{
		display: block;
		margin-bottom: 5vw;
	}
	.cost-flex .box{
		padding-top: 2.6vw;
		padding-bottom: 2.6vw;
		width: 100%;
		border-radius: 30px;
		text-align: center;
		margin-bottom: 2vw;
	}
	.cost-flex .box p{
		font-size: 3.4vw;
		color: #FFFFFF;
		line-height: 1;
	}
	.cost-flex .box p span{
		vertical-align: middle;
		line-height: 1;
	}
	.cost-flex .box p span.yl{
		font-size: 5.6vw;
		line-height: 1;
	}
	.keiyaku-ttl2{
		line-height: 1.5;
		text-align: center;
		font-size: 4.2vw;
	}
	.exm-tex{
		font-size: 3.1vw;
	}
	.cost-list{
		display: block;
	}
	.cost-list li{
		margin-bottom: 8vw;
		width: 100%;
		box-sizing: border-box;
		padding: 6vw 5vw;
	}
	.cost-list li:last-child{
		margin-bottom: 3.8vw;
	}
	.cost-list li::after{
		position: absolute;
		width: 8%;
		right:0%;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		content: "";
		height: 5.6vw;
		top:auto;
		bottom: -6.8vw;
		background: url("../images/borrowing/sankaku_02_sp.svg") no-repeat center bottom / 100%;
	}
	.cost-list li:last-child::after{
		display: none;
	}
	.cost-list li .list-ttl{
		padding-top: 2vw;
		padding-bottom: 2vw;
		margin-bottom: 2vw;
		font-size: 4.4vw;
	}
	.cost-list li .list-tex{
		font-size: 17vw;
	}
	.cost-list li .list-tex span{
		font-size:9vw;
	}
	.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;
	}
	.jisseki-ttl{
		line-height: 1.5;
		margin-bottom: 2vw;
		font-size: 4.2vw;
	}
	.bg-3 .bottom-flex2{
		display: block;
		justify-content: space-between;
		margin-bottom: 16vw;
		max-width: 970px;
		margin-left: auto;
		margin-right: auto;
		align-items: flex-end;
	}
	.bg-3 .bottom-flex2 .human-img{
		width: 65%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4vw;
	}
	.bg-3 .bottom-flex2 .list{
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.bg-3 .bottom-flex2 .list .house-list{
		display: block;
	}
	.bg-3 .bottom-flex2 .list .house-list li{
		width: 100%;
		text-align: center;
		margin-bottom: 3vw;
	}
	.rimawari-box{
		margin-bottom: 5vw;
	}
	.rimawari-box .rimawari-ttl{
		margin-bottom: 6vw;
	}
	.rimawari-box .rimawari-ttl span{
		display: inline-block;
		border-bottom: 5px solid #FFEB00;
		padding-bottom: 1vw;
		font-size: 5.6vw;
	}
	.rimawari-box .rimawari-tex{
		font-size: 3.7vw;
		line-height: 1.7;
	}
	.kamiya-box{
		display:block;
		padding: 8vw 6vw 6vw;
		border: 4px solid rgba(155,155,155,0.53);
		margin-bottom: 6vw;
		border-radius: 14px;
	}
	.kamiya-box .text{
		width: 100%;
		margin-bottom: 4vw;
	}
	.kamiya-box .text p{
		font-size: 12px;
		color: #525252;
		line-height: 1.75;
	}
	.kamiya-box .text p.name{
		line-height: 1;
		font-size: 4.8vw;
	}
	.kamiya-box .img{
		width: 100%;
	}
	.kamiya-box .img img{
		margin-top: -0px;
	}
	.rimawari-box2{
		padding: 0 0;
		border: none;
		margin-bottom: 6.6vw;
		border-radius: 0;
	}
	.rimawari-box2 p{
		font-size: 3.8vw;
	}
	.rimawari-box2 .big{
		font-size: 3.8vw;
	}
	.rimawari-box2 .obi{
		font-size: 5.6vw;
		padding-top: 3vw;
		padding-bottom: 3vw;
		line-height: 1.23;
		color: #fff;
		text-align: center;
	}
	.rimawari-box2 .big2{
		font-size: 3.8vw;
	}
	.bg-3 .bottom-flex{
		display: block;
		justify-content: space-between;
		margin-bottom: 10vw;
	}
	.bg-3 .bottom-flex .map-img{
		width:100%;
	}
	.bg-3 .bottom-flex .text{
		width: 100%;
		margin-bottom: 5vw;
	}
	.bg-3 .bottom-flex .text p{
		font-size: 3.7vw;
		line-height: 1.8;
	}
	
	
	.bg-3 .contact-box{
		margin-bottom: 16vw;
	}
	.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: 4.1vw;
		line-height: 1;
	}
	.bg-3 .btn-wrap{
		padding-top: 6vw;
		padding-bottom: 6vw;
		background: #DEDEDE;
	}
	.mes-box p{
		font-size: 4.26vw;
		line-height: 1.5;
	}
	.mes-box .murasaki{
		font-size: 4.8vw;
	}
}