@charset "UTF-8";
/*-----------------------------------------------------------------------
/ Foundation - reset
----------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
button, select, option, input, textarea {
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

video {
	max-width: 100%;
}

.num{
	font-family: 'Commissioner', sans-serif;
	font-weight: bold;
}

.red{
	color: #E95505;
}

.largest {
	font-size: 40px;
	line-height: 1.3;
}

@media screen and (max-width: 999px) {
	.largest {
		font-size: 20px;
	}
}

.smallest {
	font-size: .7em;
}

/*
	base.css
	サイト全体のスタイル指定用
*/
@charset "utf-8";

.keyvisual {
	margin:0 auto;
	padding: 0 20px;
	max-width:960px;
	background: #4F9BEF;
	text-align: center;
}

/* .keyvisual .kv {
	margin-bottom: 100px;
} */

/* .keyvisual img.kv1 {
	width:50%;
} */

.keyvisual .lead{
	margin-bottom: 30px;
}


.keyvisual h1 {
	margin-bottom: 30px;
}


.keyvisual .jouken{
	/* margin-left: auto;
	margin-right: auto; */
	margin-bottom: 30px;
}


.keyvisual .riyu{
	margin-bottom: 30px;
}

/*SP*/
@media screen and (max-width: 767px) {
	/* .keyvisual .lead{
		font-size: 20px;
	}

	.keyvisual .riyu{
		font-size: 20px;
	}
	
	.keyvisual .jouken{
		width: 100%;
	} */
	
}

header {
	background-color: #fff;
	margin:0 auto;
	padding:10px 0;
	width:1000px;
	text-align:left;
}

.approval{font-size: 10px; margin-top: 10px;}

/*  --------------------------------------
デバイス振り分け(PC)
--------------------------------------  */
@media screen and (min-width:1000px) {
	.sp {display:none;}
	body{
		font-family : Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
		text-align : center;
		font-size:16px;
	}
	/* --------------------  ヘッダー */
/*
	header {
		background-color: #fff;
		margin:0 auto;
		padding:10px 0;
		width:1000px;
		height:47px;
		text-align:left;
	}
*/
	header div {
		margin:0 auto 0 0;
		width:20%;
		font-size:0;
		line-height:0;
	}
	header div img {
		margin-left: 10px;
		width:100%;
	}
	
/*
	.keyvisual {
		margin:0 auto;
		width:1000px;
		background: #ec6c00;
	}
*/
	
	.reason_wrap {
		margin:0 auto;
		padding:0 0 30px;
		width:630px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.rea_box {width:32%;}
	.rea_box img {width:100%;}
	
	/* =========================================
	CONTENT
	========================================= */
	.contentsbox{
		background-color: #fff;
		margin:0 auto;
		padding: 50px 0;
		width:1000px;
	}
	
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	
	.main {
		margin:0 auto;
		width:100%;
	}
	
	
	
	.sec_1st {
		margin:0 45px 45px;
		padding:0 0 10px;
		background: #ec6c00;
	}
	.sec_1st h2 {
		padding:0 0 10px;
		font-size:27px;
		font-weight:bold;
	}
	.sec_1st .h2_read {
		padding:0 0 10px;
		font-size:21px;
		line-height:32px;
		font-weight:bold;
	}
	
	.sec_1st h3 {
		padding:30px 0 10px;
		font-size:36px;
		font-weight:bold;
		color:#FFF;
	}
	.h3_read {
		padding:0 0 10px;
		font-size:21px;
		line-height:42px;
		font-weight:bold;
		color:#FFF;
		position:relative;
	}
	
	.reason {
		margin:0 auto;
		width:630px;
		font-size:0;
		line-height:0;
	}
	.reason img {
		width:100%;
	}
	.s1img {padding:0 0 30px;}
	.s1img img {width:90%;}
	
	.s1_wrap {
		margin:0 auto;
		padding:30px 16px 20px;
		width:730px; /*★*/
		background: #FFF;
	}
	.s1wimg img {width:730px;}
	
	.s1_memo {
		font-size:16px;
		line-height:24px;
		text-align:left;
	}
	.s1_memo span {
		font-weight:bold;
		text-decoration:underline;
	}
	.s1img_l {
		width:91px;
		position:absolute;
		top:83px;
		left:30px;
	}
	.s1img_r {
		width:91px;
		position:absolute;
		top:83px;
		right:30px;
	}
	.s1img_l img,
	.s1img_r img {width:100%;}
	
	.sec_2nd,
	.sec_3rd,
	.sec_5th {
		margin:0 45px 45px;
		padding:0 0 45px;
		background: #ec6c00;
	}
	.sec_2nd h2 {
		padding:20px 0 10px;
		font-size:27px;
		font-weight:bold;
		color:#000;
	}
	
	.sec_2nd .h2_read {
		padding:0 0 30px;
		font-size:21px;
		line-height:32px;
		font-weight:bold;
		color:#000;
	}
	
	.s2img {
		margin:0 auto;
		padding:12px 16px 6px;
		width:730px;
		text-align:center;
		background: #2ca6e0;
		border-radius: 12px 12px 0 0;
	}
	.s2img img {width:85%;}
	.s2_wrap {
		margin:0 auto;
		padding:20px 16px 5px;
		width:730px;
		background: #b2dff7;
		border-radius:0 0 12px 12px;
	}
	.s2wimg,
	.s3wimg {
		font-size:0;
		line-height:0;
	}
	.s2wimg img,
	.s3wimg img {width:100%;}
	
	.s2_readwrap {
		margin:10px auto 40px;
		width:98%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		font-size:18px;
		line-height:26px;
		text-align:justify;
	}
	.read_box {
		width:45%;
	}
	.s2_readbtm {
		margin:10px auto 20px;
		width:96%;
		font-size:18px;
		line-height:26px;
		text-align:justify;
	}
	.s2_notice {
		margin:20px auto 10px;
		width:86%;
		font-size:16px;
		line-height:22px;
		text-align:justify;
		padding-left:1em;
		text-indent:-1em;
	}
	.s2_caution {
		margin:20px auto 0;
		width:88%;
		font-size:24px;
		line-height:33px;
		font-weight:bold;
		text-align:justify;
	}
	
	.sec_3rd h2 {
		padding:30px 0 20px;
		font-size:27px;
		font-weight:bold;
	}
	
	
	
	.flex2{
		margin:0 auto;
		padding:40px 16px 30px;
		width:850px;
		
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	
	.s3_wrap {
		background: #FFF;
		width: 46%;
		padding: 1.5%;
	}
	
	
	.s3_wrap h3 {
		font-size:32px;
		line-height:45px;
		font-weight:bold;
		text-align:center;
	}
	.s3_wrap h3 span {color:#ec6c00;}
	.s3_notice {
		margin:20px auto 10px;
		width:86%;
		font-size:20px;
		line-height:28px;
		font-weight:bold;
		text-align:justify;
	}
	.s3_caution {
		margin:20px auto 0;
		width:92%;
		font-size:18px;
		line-height:24px;
		text-align:justify;
	}
	
	.sec_4th {
		margin:0 45px 45px;
		padding:0 0 30px;
		border:1px solid #000;
	}
	.sec_4th table {margin:12px auto;width:96%;}
	
	.sec_4th th {
		padding:10px 30px;
		width:calc(28% - 60px);
		vertical-align:middle;
		text-align:center;
		font-size:0;
		line-height:0;
		background:#b2dff7;
		box-shadow: 0 0 0 3px #fff inset;
	}
	.sec_4th th img,
	.sec_4th td img {width:90%;}
	.sec_4th td {
		padding:10px 0 10px 10px;
		width:67%;
		font-size:16px;
		line-height:1.5;
		box-shadow: 0 0 0 3px #fff inset;
	}
	.sec_4th td li {
		padding-left:1em;
		text-indent:-1em;
	}
	.sec_4th td li span {color:#2ca6e0;}
	.bdr {border-bottom:1px solid #b2dff7;}
	
	.s4_notice {
		margin:10px auto 0;
		width:92%;
		font-size:16px;
		line-height:22px;
		text-align:justify;
		padding-left:1em;
		text-indent:-1em;
	}
	
	.sec_5th h2 {
		padding:30px 0 10px;
		font-size:27px;
		font-weight:bold;
	}
	
	.s5_wrap {
		margin:0 auto;
		padding:40px 16px 30px;
		width:730px;
		background: #FFF;
		text-align:justify;
	}
	
	.q3,.q4,
	.a1,.a3,.a4 {
		padding: 0 0 0 50px;
		font-size: 24px;
		line-height:30px;
		font-weight: bold;
	}
	.q1,.q2,
	.a2 {
		padding: 5px 0 5px 50px;
		font-size: 24px;
		line-height:30px;
		font-weight: bold;
	
	}
	
	.q1,.q2,.q3,.q4 {margin:0 0 10px;}
	.a1,.a2,.a3,.a4 {margin:0 0 40px;}
	.q1 {background: url(/loan/asahi_free_lp_2311/blue/img/q1.svg) no-repeat 0 0;background-size: auto 1.5em;}
	.q2 {background: url(/loan/asahi_free_lp_2311/blue/img/q2.svg) no-repeat 0 0;background-size: auto 1.5em;}
	.q3 {background: url(/loan/asahi_free_lp_2311/blue/img/q3.svg) no-repeat 0 10px;background-size: auto 1.5em;}
	.q4 {background: url(/loan/asahi_free_lp_2311/blue/img/q4.svg) no-repeat 0 10px;background-size: auto 1.5em;}
	
	.a1 {background: url(/loan/asahi_free_lp_2311/blue/img/a1.svg) no-repeat 0 10px;background-size: auto 1.5em;}
	.a2 {background: url(/loan/asahi_free_lp_2311/blue/img/a2.svg) no-repeat 0 0;background-size: auto 1.5em;}
	.a3 {background: url(/loan/asahi_free_lp_2311/blue/img/a3.svg) no-repeat 0 10px;background-size: auto 1.5em;}
	.a4 {background: url(/loan/asahi_free_lp_2311/blue/img/a4.svg) no-repeat 0 10px;background-size: auto 1.5em;}
	
	.a4 div {margin:20px 0 0;}
	.a4span {
		display:block;
		margin:-5px 0 10px;
		font-size: 18px;
		font-weight: normal;
	}
	
	.s5_wrap ul {margin:10px 0 0;}
	.s5_wrap li {
		font-size: 20px;
		line-height:26px;
		font-weight: normal;
		padding-left:1em;
		text-indent:-0.8em;
	}
	
	.sec_6th {
		margin:0 45px 45px;
		padding:0 0 45px;
	}
	.sec_6th h2,
	.sec_7th h2 {
		padding:20px 0 10px;
		font-size:27px;
		font-weight:bold;
	}
	.s6_wrap {
		font-size: 20px;
		line-height:26px;
		text-align:left;
	}
	
	.sec_7th {
		margin:0 45px 25px;
		padding:0 0 25px;
		background: #ec6c00;
	}
	.sec_7th h3,
	.sec_7th h4 {
		margin:0 auto 10px;
		padding:10px 0 10px;
		width:90%;
		font-size:18px;
		font-weight:bold;
		border-bottom:1px solid #000;
	}
	
	.heed {
		margin:0 auto;
		width:90%;
		height:320px;
		text-align:left;
		border:1px solid #231815;
		background:#FFF;
		overflow-x: auto;
		overflow-y: scroll;
	}
	.heed ul,
	.heed p,
	.heed table {
		margin:0 auto 20px;
		width:90%;
		font-size:13px;
	}
	.heed li {
		margin:0 0 5px;
		padding:0 0 5px;
		border-bottom:1px solid #efefef;
		padding-left:1em;
		text-indent:-1em;
	}
	.heed table {
		margin: 0 auto 30px;
		border-top:1px solid #efefef;
		border-left:1px solid #efefef;
	}
	.heed th,
	.heed td {
		margin: 0;
		padding: 5px 5px 5px 10px;
		width:50%;
		font-size:10px;
		border-bottom:1px solid #efefef;
		border-right:1px solid #efefef;
	}
	.heed .arrange th {
		margin: 0;
		padding: 5px 5px 5px 10px;
		width: 40%;
		font-size:10px;
		border-bottom:1px solid #efefef;
		border-right:1px solid #efefef;
	}
	.heed .arrange td {
		margin: 0;
		padding: 5px 5px 5px 10px;
		width: 50%;
		font-size:10px;
		border-bottom:1px solid #efefef;
		border-right:1px solid #efefef;
	}
	
	.s7_heedwrap {
		margin:10px auto 10px;
		width:90%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.heed_box {
		width:45%;
	}
	.heed_box img {width:100%;}
	.heed_read {
		font-size: 18px;
		line-height:26px;
		text-align:center;
	}
	
	.s7_notice {
		margin:0 auto;
		width:100%;
		text-align:left;
	}
	.s7_notice h2 {text-align:center;}
	.s7_notice ul,
	.s7_notice p {
		margin:0 auto;
		width:90%;
		font-size:16px;
	}
	.s7_notice li {
		margin:0;
		padding:0;
		padding-left:1em;
		text-indent:-1em;
	}
	.mbi20 {margin-bottom:20px!important;}
	
	.pdfIcn-deco {
		display: flex!important;
		align-items: center;
		justify-content: center;
	}
	.pdfIcn-deco img {
		width: 24px;
		height: auto;
		margin-right: 8px;
	}
	.pdfIcn-deco p {
		margin-top: 0!important;
	}
	
	/* =========================================
	FOOTER
	========================================= */
	footer {
		margin:0 auto;
		padding:0 50px 30px;
		width:900px;
		background: #FFF;
		text-align:left;
	}
	footer h2 {
		padding:0 0 10px;
		font-size:27px;
		font-weight:bold;
	}
	.f_read {
		padding:0 0 30px;
		font-size:24px;
		font-weight:bold;
	}
	.f_info {
		font-size:20px;
		font-weight:normal;
	}
	
	.request {
		width:310px;
		position:fixed;
		bottom:0.5vw;
		right:0.5vw;
	}
	.request img {width:100%;}
	
	/* --------------------  aタグ処理 画像透過リンク */
	a img {
		-webkit-transition:opacity 0.5s; /*Safari,Chrome*/
		-o-transition     :opacity 0.5s; /*Opera*/
		-moz-transition   :opacity 0.5s; /*Firefox*/
		transition        :opacity 0.5s; /*CSS3 Real Property*/
	}
	a:hover img {
		filter:alpha(opacity=70); /*IE*/
		-moz-opacity:0.7; /*Older Firefox*/
		opacity:0.7; /* Modern Browsers*/
	}
	
	
	/* --------------------  common */
	.mb2  {margin-bottom:2px;}
	.mb5  {margin-bottom:5px;}
	.mb8  {margin-bottom:8px;}
	.mb10 {margin-bottom:10px;}
	.mb15 {margin-bottom:15px;}
	.mb18 {margin-bottom:18px;}
	.mb20 {margin-bottom:20px;}
	.mb27 {margin-bottom:27px;}
	.mb30 {margin-bottom:30px;}
	.mb40 {margin-bottom:40px;}
	.mb50 {margin-bottom:50px;}
	.mb60 {margin-bottom:60px;}
	.mb80 {margin-bottom:80px;}
	.mb100 {margin-bottom:100px;}
	
	.mtb50  {margin-bottom:50px;margin-top:50px;}
	.mtb100 {margin-bottom:100px;margin-top:100px;}
	
	.mt10 {margin-top:10px;}
	.mt20 {margin-top:20px;}
	.mt48 {margin-top:48px;}
	
	.mr5  {margin-right:5px;}
	.mr10 {margin-right:10px;}
	.mr13 {margin-right:13px;}
	.mr15 {margin-right:15px;}
	.mr20 {margin-right:20px;}
	.mr35 {margin-right:35px;}
	
	.ml10 {margin-left:10px;}
	.ml15 {margin-left:15px;}
	
	.pb10  {padding-bottom:10px;}
	.pb20  {padding-bottom:20px;}
	.pb30  {padding-bottom:30px;}
	.pb50  {padding-bottom:50px;}
	.pb60  {padding-bottom:60px;}
	.pb100 {padding-bottom:100px;}
	
	.pt10 {padding-top:10px;}
	.pt86 {padding-top:86px;}
	
	.w20 {width:20%;}
	.w30 {width:30%;}
	.w70 {width:70%;}
	.w80 {width:80%;}
	
	.fb {font-weight:bold;}
	.tc {text-align:center;}
	
}/* end */

/*  --------------------------------------
デバイス振り分け(SP)
--------------------------------------  */

body{background-color: #FFFAC6;}

/*SP*/
@media screen and (max-width: 999px) {
	.flex2{
		display: block;
	}
	
}

@media screen and (max-width: 999px) {
	.pc {display:none;}
	body{
		background : #FFF;
		font-family : Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
		text-align : left;
		position:relative;
	}
	
	/*  --------------------------------------
	Header
	--------------------------------------  */
	header {
		padding: 5px 0 0;
		width:96%;
	}
	
	
	/*  --------------------------------------
	Contents
	--------------------------------------  */
	.contentsbox{
		margin : 0 auto;
		width : 100%;
	}
	
	.keyvisual img {width:100%;}
	
	.reason_wrap {
		margin:0 auto 4vw;
		padding:0 0 3vw;
		width:93%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.rea_box {width:32%;}
	
	.sec_1st {
		margin: 4vw auto 0;
		width:93%;
		background: #ec6c00;
	}
	.sec_1st h2 {
		padding:1vw 0;
		font-size:4vw;
		font-weight:bold;
		text-align:center;
	}
	.sec_1st .h2_read {
		padding:0 0 1vw;
		font-size:3vw;
		line-height:5.2vw;
		font-weight:bold;
		text-align:center;
	}
	
	.sec_1st h3 {
		padding:3vw 0 1vw;
		font-size:4vw;
		font-weight:bold;
		text-align:center;
		color:#FFF;
	}
	.h3_read {
		margin:0 0 6vw;
		padding:0 0 2vw;
		font-size:3.2vw;
		line-height:7.2vw;
		font-weight:bold;
		text-align:center;
		color:#FFF;
		position:relative;
	}
	.reason {
		margin:0 auto;
		width:100%;
		font-size:0;
		line-height:0;
	}
	.reason img {
		width:100%;
	}
	
	.s1img {
		margin:0 auto;
		padding:0 0 2vw;
		width:90%;
	}
	.s1img img {width:100%;}
	
	.s1_wrap {
		margin:0 auto;
		padding:3vw 1.6vw 2vw;
		width:90%;
		background: #FFF;
	}
	.s1wimg img {width:100%;}
	
	.s1_memo {
		font-size:2.4vw;
		line-height:3.6vw;
		text-align:left;
	}
	.s1_memo span {
		font-weight:bold;
		text-decoration:underline;
	}
	
	/* 横向きの場合のスタイル */
	/*
	@media screen and (orientation: landscape) { 
		.s1img_l {
			position:absolute;
			top:18vw;
			left:2vw;
		}
		.s1img_r {
			position:absolute;
			top:18vw;
			right:5vw;
		}
		.s1img_l img,
		.s1img_r img {width:130%;}
	}
	*/
	
	/* 縦向きの場合のスタイル */
	
	
		.s1img_l {
			position:absolute;
			top:16vw;
			left:2vw;
		}
		.s1img_r {
			position:absolute;
			top:16vw;
			right:2vw;
		}
		.s1img_l img,
		.s1img_r img {width:90%;}
	
	
	
	.sec_2nd,
	.sec_3rd,
	.sec_5th {
		margin:0 auto 4.5vw;
		padding:0 0 4.5vw;
		width:93%;
		background: #ec6c00;
	}
	.sec_2nd h2 {
		padding:2vw 0 1vw;
		font-size:4vw;
		font-weight:bold;
		color:#FFF;
		text-align:center;
	}
	
	.sec_2nd .h2_read {
		padding:0 0 3vw;
		font-size:3.2vw;
		line-height:5.2vw;
		font-weight:bold;
		color:#FFF;
		text-align:center;
	}
	
	.s2img {
		margin:0 auto;
		padding:1.2vw 0;
		width:90%;
		text-align:center;
		background: #2ca6e0;
		border-radius: 12px 12px 0 0;
	}
	.s2img img {width:85%;}
	.s2_wrap {
		margin:0 auto;
		padding:1.2vw 0;
		width:90%;
		background: #b2dff7;
		border-radius:0 0 12px 12px;
	}
	.s2wimg,
	.s3wimg {
		margin:1vw auto 0;
		width:90%;
		font-size:0;
		line-height:0;
	}
	.s2wimg img,
	.s3wimg img {width:100%;}
	
	.s2_readwrap {
		margin:1vw auto 4vw;
		width:90%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		font-size:2.6vw;
		line-height:3.6vw;
		text-align:justify;
	}
	.read_box {
		width:45%;
	}
	.s2_readbtm {
		margin:1vw auto 2vw;
		width:86%;
		font-size:2.6vw;
		line-height:3.6vw;
		text-align:justify;
	}
	.s2_notice {
		margin:20px auto 10px;
		width:86%;
		font-size:2.6vw;
		line-height:3.6vw;
		text-align:justify;
		padding-left:1em;
		text-indent:-1em;
	}
	.s2_caution {
		margin:20px auto 0;
		width:88%;
		font-size:3.6vw;
		line-height:5.2vw;
		font-weight:bold;
		text-align:justify;
	}
	
	.sec_3rd h2 {
		padding:4vw 0 3vw;
		font-size:4vw;
		font-weight:bold;
		text-align:center;
	}
	
	.s3_wrap {
		margin:0 auto;
		padding:4vw 0 5vw;
		width:90%;
		background: #FFF;
	}
	
	.s3_wrap:first-child {
		margin-bottom: 10px;	
	}
	
	.s3_wrap h3 {
		font-size:5.2vw;
		line-height:7.4vw;
		font-weight:bold;
		text-align:center;
	}
	.s3_wrap h3 span {color:#ec6c00;}
	.s3_notice {
		margin:2vw auto;
		width:86%;
		font-size:2.6vw;
		line-height:3.6vw;
		font-weight:bold;
		text-align:center;
	}
	.s3_caution {
		margin:20px auto 0;
		width:92%;
		font-size:2.4vw;
		line-height:3.6vw;
		text-align:justify;
	}
	
	.sec_4th {
		margin:0 auto 5vw;
		width:93%;
		border:1px solid #000;
	}
	.sec_4th table {margin:2vw auto;width:96%;}
	
	.sec_4th th {
		padding:1.4vw 2vw;
		width:calc(28% - 4vw);
		vertical-align:middle;
		font-size:0;
		line-height:0;
		text-align:center;
		background:#b2dff7;
		box-shadow: 0 0 0 3px #fff inset;
	}
	.sec_4th th img {width:80%;}
	.sec_4th td img {width:92%;}
	.sec_4th td {
		padding:1.4vw 0 1.4vw 1vw;
		width:67%;
		font-size:2.6vw;
		box-shadow: 0 0 0 3px #fff inset;
	}
	.sec_4th td li {
		padding-left:1em;
		text-indent:-1em;
	}
	.sec_4th td li span {color:#2ca6e0;}
	.bdr {border-bottom:1px solid #b2dff7;}
	
	.s4_notice {
		margin:2vw auto;
		width:92%;
		font-size:2.6vw;
		line-height:3.6vw;
		text-align:justify;
		padding-left:1em;
		text-indent:-1em;
	}
	
	.sec_5th h2 {
		padding:4vw 0 3vw;
		font-size:4vw;
		font-weight:bold;
		text-align:center;
	}
	
	.s5_wrap {
		margin:0 auto;
		padding:4vw 5vw 1vw;
		width:calc(90% - 10vw);
		background: #FFF;
	}
	
	.q1,.q3,.q4,
	.a1,.a3,.a4 {
		padding: 0 0 0 8vw;
		font-size:3.6vw;
		line-height:5.2vw;
		font-weight: bold;
	}
	.q2,
	.a2 {
		padding: 5px 0 5px 8vw;
		font-size:3.6vw;
		line-height:5.2vw;
		font-weight: bold;
	
	}
	
	.q1,.q2,.q3,.q4 {margin:0 0 2vw;}
	.a1,.a2,.a3,.a4 {margin:0 0 4vw;}
	.q1 {background: url(/loan/asahi_free_lp_2311/blue/img/q1.svg) no-repeat 0 0;background-size: auto 1.5em;}
	.q2 {background: url(/loan/asahi_free_lp_2311/blue/img/q2.svg) no-repeat 0 1vw;background-size: auto 1.5em;}
	.q3 {background: url(/loan/asahi_free_lp_2311/blue/img/q3.svg) no-repeat 0 0;background-size: auto 1.5em;}
	.q4 {background: url(/loan/asahi_free_lp_2311/blue/img/q4.svg) no-repeat 0 0;background-size: auto 1.5em;}
	
	.a1 {background: url(/loan/asahi_free_lp_2311/blue/img/a1.svg) no-repeat 0 0;background-size: auto 1.5em;}
	.a2 {background: url(/loan/asahi_free_lp_2311/blue/img/a2.svg) no-repeat 0 1vw;background-size: auto 1.5em;}
	.a3 {background: url(/loan/asahi_free_lp_2311/blue/img/a3.svg) no-repeat 0 0;background-size: auto 1.5em;}
	.a4 {background: url(/loan/asahi_free_lp_2311/blue/img/a4.svg) no-repeat 0 0;background-size: auto 1.5em;}
	
	.a4 div {margin:20px 0 0;}
	.a4span {
		display:block;
		margin:-0.5vw 0 1.2vw;
		font-size: 2.8vw;
		font-weight: normal;
	}
	
	.s5_wrap ul {margin:10px 0 0;}
	.s5_wrap li {
		font-size: 3vw;
		line-height:3vw;
		font-weight: normal;
		padding-left:1em;
		text-indent:-1em;
	}
	
	.sec_6th {
		margin:0 auto 8vw;
		width:93%;
	}
	.sec_6th h2,
	.sec_7th h2 {
		padding:4vw 0 1vw;
		font-size:4vw;
		font-weight:bold;
		text-align:center;
	}
	.s6_wrap {
		font-size:3.6vw;
		line-height:5.2vw;
		text-align:left;
	}
	
	.sec_7th {
		margin:0 auto 4.5vw;
		padding:0 0 4.5vw;
		width:93%;
		background: #ec6c00;
	}
	.sec_7th h3,
	.sec_7th h4 {
		margin:0 auto 1.5vw;
		padding:1vw 0 1.5vw;
		width:90%;
		font-size:3.6vw;
		font-weight:bold;
		border-bottom:1px solid #000;
	}
	
	.heed {
		margin:0 auto;
		width:90%;
		height:200px;
		text-align:left;
		border:1px solid #231815;
		background:#FFF;
		overflow-x: auto;
		overflow-y: scroll;
	}
	.heed ul,
	.heed p,
	.heed table {
		margin:0 auto 2vw;
		width:90%;
		font-size:3vw;
	}
	.heed li {
		margin:0 0 1vw;
		padding:0 0 1vw;
		border-bottom:1px solid #efefef;
		padding-left:1em;
		text-indent:-1em;
	}
	.heed table {
		margin: 0 auto 2vw;
		border-top:1px solid #efefef;
		border-left:1px solid #efefef;
	}
	.heed th,
	.heed td {
		margin: 0;
		padding: 5px 5px 5px 10px;
		width:50%;
		font-size:2.8vw;
		border-bottom:1px solid #efefef;
		border-right:1px solid #efefef;
	}
	
	.s7_heedwrap {
		margin:0 auto 1vw;
		width:90%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.heed_box {
		width:48%;
	}
	.heed_box img {width:100%;}
	.heed_read {
		font-size: 2.4vw;
		line-height:3vw;
		text-align:center;
	}
	
	.s7_notice {
		margin:0 auto;
		width:100%;
		text-align:left;
	}
	.s7_notice h2 {text-align:center;}
	.s7_notice ul,
	.s7_notice p {
		margin:0 auto;
		width:90%;
		font-size:2.8vw;
	}
	.s7_notice li {
		margin:0;
		padding:0;
		padding-left:1em;
		text-indent:-1em;
	}
	
	.pdfIcn-deco {
		display: flex!important;
		align-items: center;
		justify-content: center;
	}
	.pdfIcn-deco img {
		width: 24px;
		height: auto;
		margin-right: 8px;
	}
	.pdfIcn-deco p {
		margin-top: 0!important;
	}
	
	/* =========================================
	FOOTER
	========================================= */
	footer {
		margin:0 auto;
		padding-bottom: 130px;
		width:93%;
		background: #FFF;
		text-align:left;
	}
	footer h2 {
		padding:0 0 1.2vw;
		font-size:4vw;
		font-weight:bold;
	}
	.f_read {
		padding:0 0 3vw;
		font-size:3.6vw;
		font-weight:bold;
	}
	.f_info {
		font-size:3vw;
		font-weight:normal;
	}
	
	.request {
		width:60%;
		position:fixed;
		bottom:0.5vw;
		right:0.5vw;
	}
	.request img {width:100%;}
	
	.mt10 {margin-top:1vw;}
	.mt48 {margin-top:5vw;margin-bottom:4vw;}
	.mb20 {margin-bottom:2.5vw;}
	.mb30 {margin-bottom:45vw;}
	.mb40 {margin-bottom:4vw;}
	.mb60 {margin-bottom:6vw;}
	
	.fb {font-weight:bold;}
	.tc {text-align:center;}

}/* sp end */
