@charset "utf-8";
/**
 *	loan
 *	update.22.05.20
**/
.section-sub > .title > span {
	position: relative;
	display: inline-block;
	padding:0 2em;
}
.section-sub > .title > span:before,
.section-sub > .title > span:after {
	content: '';
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	font-size:1.25em;
	width:1em;
	height:1em;
	line-height:1;
}
.section-sub > .title > span:before {
	content: '〈';
	left:0;
}
.section-sub > .title > span:after {
	content: '〉';
	right:0;
}
.section-sub > .list {
	margin:8px 0 0;
	text-align:center;
}
.section-sub .list > li {
	font-size:1.5rem;
	font-weight:500;
	margin:4px 0 0;
}
.section-sub .list-2 {
	margin:0;
}
.section-sub .list-3 {
	margin:10px 0 0;
	text-align:left;
}
.section-sub .list-3 > li {
	font-size:1.4rem;
	margin:0;
}
.section-flow .box {
	margin:0;
	letter-spacing: 0;
}
.section-flow .flow {
	margin:20px 0 0;
	text-align:center;
}
.section-flow .flow > .title {
	position: relative;
	margin:0 auto;
	padding:20px 0.5em 20px 0;
	width:241px;
	height:57px;
	background:url(../img/loan-flow.png) center no-repeat;
	background-size: contain;
	font-size:1.7rem;
	line-height: 1;
	color:#fff;
	font-weight:700;
	text-align:center;
}
.section-flow .flow > .title:after {
	content: '';
	position: absolute;
	background:url(../img/loan-flow-edge.png) left center no-repeat;
	background-size: contain;
	left:0;
	top:0;
	width:30px;
	height:100%;
}
.section-flow .flow > .text {
	margin:10px 0 0;
	padding:0;
	font-size:1.5rem;
}
.section-flow .flow > .list {
	padding:0;
}
.section-flow .flow > .list > li {
	font-size:1.4rem;
}
.section-flow .group-button {
	margin:10px -10px 0;
	text-align:center;
	letter-spacing: 0;
}
.section-flow .group-button > .button {
	margin:20px 10px 0;
	padding:16px 0;
	width:260px;
	height:54px;
	background:url(../img/button-dots.png) center no-repeat;
	background-size: contain;
	line-height: 1;
	font-size:1.8rem;
	font-weight:700;
	text-decoration: none;
	color:#fff;
}
.popup-box {
	background:#fff;
	padding:20px 10px 30px;
	max-width:720px;
}
.popup-box > .title {
	text-align:center;
	font-size:1.8rem;
	font-weight:500;
	line-height:1.4;
	padding:0 0 1em;
	border-bottom:1px solid #9fa0a0;
	letter-spacing: 0.1em;
}
.popup-box > .text {
	margin:20px 0 0;
	font-size:1.5rem;
	text-align: center;
	letter-spacing: 0.1em;
}
.popup-box > .box {
	font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	margin:0;
}
.popup-box .download {
	width:270px;
	margin:20px auto 0;
}
.popup-box .download > .title {
	position: relative;
	margin:0;
	padding:20px 0;
	width:270px;
	height:60px;
	background:url(../img/merit-label.png) center no-repeat;
	background-size: contain;
	font-size:1.7rem;
	line-height: 1;
	color:#fff;
	font-weight:700;
	text-align:center;
}
.popup-box .download > .text,
.popup-box .download > .list-box {
	margin:6px 0 0;
	text-align:left;
}
.popup-box .download > .text {
	font-size:1.2rem;
}
.popup-box .download > .list-box > li {
	width:100%;
	font-size:1.2rem;
}
.popup-box .download > .button {
	position: relative;
	margin:10px 0 0;
	padding:9px 0;
	width:241px;
	height:36px;
	background:url(../img/button-normal.png) center no-repeat;
	background-size: contain;
	font-size:1.5rem;
	line-height: 1;
	color:#fff;
	font-weight:700;
	text-align:center;
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	.section-main > .text {
		margin:26px 0 0;
		line-height:1.8;
		text-align: center;
	}
	.section-sub > .title > span {
		padding:0 1.1em;
	}
	.section-sub > .title > span:before,
	.section-sub > .title > span:after {
		font-size:1em;
		top:3px;
	}
	.section-sub .list > li {
		margin:4px 10px 0;
	}
	.section-sub .list-1 > li {
		margin:4px 18px 0;
	}
	.section-sub .list-3 {
		margin:36px 0 0;
		text-align: center;
	}
	.section-sub .list-3 > li {
		font-size:1.2rem;
		margin: 0;
	}
	.section-flow .box {
		margin:30px 0 0;
		font-size:0;
	}
	.section-flow .flow {
		display:inline-block;
		vertical-align: top;
		width:241px;
		margin:0 -7px 0 0;
		text-align: left;
	}
	.section-flow .flow-4 {
		width:254px;
	}
	.section-flow .flow > .title {
		margin:0;
		padding-left:0;
	}
	.section-flow .flow-2 > .title:after,
	.section-flow .flow-3 > .title:after,
	.section-flow .flow-4 > .title:after {
		content: none;
	}
	.section-flow .flow > .text {
		margin:6px 0 0;
		padding-left:14px;	
	}
	.section-flow .flow > .list {
		padding-left:14px;
	}
	.section-flow .flow > .list > li {
		font-size:1.2rem;
	}
	.section-flow .group-button {
		margin:60px 0 0;
	}
	.section-flow .group-button > .button {
		margin:0 30px;
		padding:20px 0;
		width:330px;
		height:68px;
		font-size:2.4rem;
	}
	.popup-box {
		padding:60px 30px;
	}
	.popup-box > .title {
		font-size:2.4rem;
	}
	.popup-box > .text {
		margin:26px 0 0;
		font-size:1.8rem;
	}
	.popup-box > .box {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		width:660px;
		margin:0 auto;
		padding:0;
	}
	.popup-box .download {
		display: block;
		position: relative;
		margin:40px 30px 0;
		padding-bottom:46px;
	}
	.popup-box .download > .button {
		position: absolute;
		bottom:0;
		left:0;
		right:0;
		margin:0 auto;
	}
}