@charset "UTF-8";

.l-breadcrumb {
	background-color: #fff;
}
.section {
	padding-top: 90px;
}
.wrap_inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1096px;
	width: 100%;
}
.flx_box {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}
.flx_box.jc_sb {
	justify-content: space-between;
}
.flx_box.col2.col_32 > .col {
	width: calc((100% - 32px) / 2);
}
.layoutC {
	text-align: center !important;
}

.h2_ttl {
	margin-bottom: 48px;
}
.h2_ttl .ttl {
	font-family: 'Noto Sans Japanese Medium';
	font-size: 4.4rem;
	font-weight: 600;
	text-align: center;
}
.h3_ttl {
	margin-bottom: 48px;
	padding-bottom: 16px;
	position: relative;
}
.h3_ttl::after {
	background-color: #ffeb3b;
	content: "";
	display: block;
	width: 280px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.h3_ttl .ttl {
	font-family: 'Noto Sans Japanese Medium';
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
a {
	text-decoration: none;
	color: #222;
}
.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #d35336;
	border-radius: 8px;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, .2);
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	padding: 16px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.btn:hover {
	transform: translateY(-5px);
	box-shadow: 4px 9px 0px 0px rgb(0 0 0 / 20%);
	opacity: .6;
}
.btn::after {
	background: url(../imgs/arr_link_white.png) no-repeat center center / contain;
	content: "";
	display: inline-block;
	width: 14px;
	height: 12px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: calc(50% - 6px);
}
.btn.sub_btn {
	background-color: #fff;
	border: 2px solid #008af1;
	color: #008af1;
}
.btn.sub_btn::after, .btn.color_btn_01::after {
	background-image: url(../imgs/arr_link_blue.png);
}
.btn .icn_wrap {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	text-align: left;
}
.btn .icn_wrap .icn {
	line-height: 0;
	margin-right: 10px;
}
.btn.green_btn {
	background-color: #00a674;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}

.l-section.main {
	background: url(../imgs/bg.jpg) repeat-y left top / contain;
	padding-bottom: 5rem;
}

/*mv*/
.c-figure__image.mv {
	padding-top: 4rem;
	margin-bottom: -8rem;
}
.c-figure__image.mv > img {
	max-width: inherit;
}
/*content*/
.btn_wrap.btn1 .btn {
	width: 100%;
	max-width: 325px;
}
.c-figure__image.content .copy-img {
	margin: 3rem 0 0;
}
.c-figure__image.content .copy-img.top-img {
	margin-top: 1rem;
}
.content-copy {
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 14px;
	text-indent: -2em;
	padding-left: 2em;
}

/*terms*/
h2.terms-h2 {
	background-color: #ddd;
	text-align: center;
	font-size: 1.4em;
	margin-top: 1.5em;
}
h3.terms-h3 {
	font-size: 1.2em;
	font-weight: 600;
	border-left: 4px solid #999;
	padding-left: 10px;
	margin-top: 1em;
}
p.terms {
	font-size: 1em;
	margin-top: .5em;
}
.terms-ol {
	list-style: decimal;
	margin-left: 1em;
	padding-left: 1em;
}
.terms-ul {
	margin-left: 1em;
	padding-left: 1em;
	font-size: .9em;
	line-height: 1.7;
}
.terms-ul li::marker {
	content: "※";
}

/*table*/
.table_wrap {
	box-sizing: border-box;
	position: relative;
}
.normal_table {
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	width: 100%;
	table-layout: fixed;
}
.w30p {
	width: 30% !important;
}
.w35p {
	width: 35% !important;
}
.w40p {
	width: 40% !important;
}
.normal_table thead tr:first-of-type th:first-of-type {
	border-left: none !important;
}
.normal_table thead tr th {
	border-top: none;
	vertical-align: middle;
}
.normal_table tr th {
	background-color: #e6e6e6;
	border: 1px solid #fff;
	border-right: none;
	font-family: 'Noto Sans Japanese Medium';
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.normal_table tr th.bg_black {
	background-color: #444;
	color: #fff;
}
.normal_table tr td, .normal_table tr th {
	box-sizing: border-box;
	padding: 20px 30px;
	word-break: break-all;
}
.normal_table tr td {
	background-color: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.normal_table tr th.bdl_none, .normal_table tr td.bdl_none, .normal_table tr th + td {
	border-left: none;
}
.cmn_box .box_body, .cmn_box .box_head {
	background-color: #e6e6e6;
	box-sizing: border-box;
	padding: 24px 30px;
	word-break: break-all;
}
.cmn_box .box_body {
	margin-top: 1px;
	padding-top: 16px;
}
.cmn_box.attention_box .box_body {
	background-color: #fee5e5;
}
.notes_list {
	font-size: 1.4rem;
}
.attention_txt {
	color: #f40000;
}
.notes_list > li, .unit_list > li {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}
.notes_list > li > .unit {
	padding-right: 10px;
}
.notes_list > li > .list_inner, .unit_list > li > .list_inner {
	flex: 1;
	min-width: 0;
}


/*lorn*/
.btn_wrap.btn2 .btn {
	width: calc((100% - 80px) / 2);
	margin: 0 20px;
}

/*contact*/
.contact_block {
	background: url(../imgs/bg.jpg) no-repeat left top / cover;
	margin-top: 100px;
	padding: 80px 0 52px;
}
.contact_block .contact_block_ttl {
	color: #000;
	font-family: 'Noto Sans Japanese Medium';
	font-size: 3rem;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 600;
}
.contact_box_wrap {
	background-color: #fff;
	border: 10px solid #e8d0ca;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	padding: 40px 60px;
	position: relative;
	text-align: center;
}
.contact_box_wrap.col2.bdr_col > .col {
	padding-right: 25px;
}
.contact_box_wrap.col2 > .col {
	width: calc((100% - 50px) / 2);
}
.contact_box_wrap .col_ttl.no_bdr {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.contact_box_wrap .col_ttl {
	border-bottom: 1px solid #ccc;
	font-family: 'Noto Sans Japanese Medium';
	font-size: 2.4rem;
	line-height: 1.25;
	font-weight: 600;
}
.contact_box_wrap .free_dial {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.contact_box_wrap .free_dial .icn {
	margin-right: 10px;
}
.contact_box_wrap .free_dial .tel_num {
	color: #df0037;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese Bold';
	font-size: 3.8rem;
	line-height: .8;
}
.contact_box_wrap .note {
	font-size: 1.4rem;
	margin-top: 10px;
}
.btn_wrap {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.contact_box_wrap .btn_wrap {
	margin-top: 10px;
}


.contact_box_wrap .btn_wrap .btn {
	max-width: 325px;
}

.btn.external_btn::after {
	background-image: url(../imgs/ico_block_white.png);
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
}
/*footer-btn*/
.l-fixedfooter__cv {
	background: #EFECE7;
	width: 100%;
}
.l-fixedfooter__cv-inner {
	flex-wrap: wrap;
}
.c-button--fill .c-button__inner {
	background-color: #7c914b;
}
.c-button--sub .c-button__inner {
	background-color: #d35336;
}


/*PC ONLY*/
@media (min-width: 768px), print {
	/* 画面サイズ768px以上の場合適用されるスタイルを記述してください
	主にPCで見た場合でのスタイル設定を想定しています。 */
.sp_only {
	display: none !important;
}
.l-section.main .top-line {
	background: url(../imgs/bg-line.png) no-repeat center top / contain;
	height: 28px;
}
/*footer-btn*/
.c-button--fill .c-button__inner:not([disabled]):hover {
	background-color: #a2b577;
}
.c-button--sub .c-button__inner:not([disabled="true"]):hover {
	background-color: #e97d64;
}
}

/*SP ONLY*/
@media (max-width: 767px) {
	/* 画面サイズ767px以下の場合適用されるスタイルを記述してください
	主にスマホサイズでのスタイル設定を想定しています
	タブレットのスタイルを打ち消す際もここで記述してさい */
.pc_only {
	display: none !important;
}
.l-section.main .top-line {
	background: url(../imgs/bg-line-sp.png) no-repeat center top / contain;
	height: 28px;
}
.c-figure__image.mv {
	padding-top: 1rem;
	margin-bottom: 0rem;
}
.c-figure__image.mv > img {
	width: 100%;
}
.content-copy {
	margin: 0;
	font-size: 12px;
}
.flx_box.col2.col_32.jc_sb.sp_block {
	flex-wrap: wrap;
}
.flx_box.col2.col_32 > .col.layoutC {
	width: 90%;
	margin: 0 auto 1rem;
}
.wrap_inner {
	width: 90%;
}
.h2_ttl .ttl {
	font-size: 5.5vw;
}
.h3_ttl .ttl {
	font-size: 5vw;
}
.loan-cap {
	font-size: 12px;
}
.btn_wrap.btn2 .btn {
	width: 100%;
	margin: 0;
}
.contact_block .contact_block_ttl {
	font-size: 5.5vw;
}
.contact_box_wrap {
	flex-wrap: wrap;
	padding: 10px;
	border: 5px solid #e8d0ca;
}
.contact_box_wrap.col2.bdr_col > .col {
	width: 100%;
	padding: 0;
	margin: 15px 10px;
}
.contact_box_wrap .col_ttl {
	font-size: 4.5vw;
}
.contact_box_wrap .free_dial .tel_num {
	font-size: 6vw;
}
.contact_box_wrap .note {
	font-size: 12px;
}

/*table*/
.table_wrap.sp_scroll {
	overflow-x: auto;
	position: relative;
	max-width: 100%;
}
.table_wrap.sp_scroll .normal_table {
	min-width: 720px;
}
.table_wrap.sp_scroll .sp_scroll_guide {
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.table_wrap.sp_scroll .sp_scroll_guide .swipe {
	width: 107px;
	height: 40px;
	position: absolute;
	top: 16px;
	left: 50px;
}
.notes_list {
	font-size: 3vw;
}
/*footer-btn*/
.l-fixedfooter__cv-inner:not(:has(.l-fixedfooter__cv-item:nth-of-type(3))) .l-fixedfooter__cv-item {
	width: 100%;
}
}

/* 印刷ビュー */
@media print {
	/* 印刷時にのみ適用されるスタイルを記述してください */
}
