<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
 * お支払い方法 /fee/payment/
 */


/* ==========================================================
[ Page CSS - Contents ]
========================================================== */



/* ---------------------------------------------
*   anchor
--------------------------------------------- */
#sp #anchor01,
#sp #anchor02,
#sp #anchor03,
#sp #anchor04,
#sp #anchor05 {
	padding-top: 45px;
	margin-top: -45px;
}
#pc #anchor01,
#pc #anchor02,
#pc #anchor03,
#pc #anchor04,
#pc #anchor05 {
	padding-top: 65px;
	margin-top: -65px;
}

#sp #anchor05 {
	margin-bottom: 50px;
}
#pc #anchor05 {
	margin-bottom: 100px;
}
#pc .pnav_list::after{
  content:"";
  display: block;
  width:32%;
}
#pc .pnav_list .item_list {
	width:32%;
	border-top: 1px dashed #7ad311;
}
#pc .pnav_list .item_list:nth-child(4),
#pc .pnav_list .item_list:nth-child(5) {
	border-top:none;
}
#pc .pnav_list .item_list .item_caption {
    width: 250px;
    padding: 0 14px 0 14px;
}

/* ---------------------------------------------
*   module_section
--------------------------------------------- */
#sp .section_body &gt; .text_basic {
	margin-bottom: 10px;
}
#pc .section_body &gt; .text_basic {
	margin-bottom: 20px;
}


/* box_red
--------------------------------------------- */
#sp .box_red {
	margin-top: 10px;
}
#pc .box_red {
	margin-top: 20px;
}


/* payment_recommend_box
--------------------------------------------- */
.payment_recommend_box {
	position: relative;
	padding: 25px 10px 15px;
	background-color: #e4f6d0;
	margin-top: 20px;
}
#pc .payment_recommend_box {
	padding: 50px 20px 30px;
	margin-top: 40px;
	margin-bottom:40px;
}

/* -- payment_recommend_title -- */
.payment_recommend_title {
	position: absolute;
	top: -5px;
	left: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 180px;
	padding-left: 15px;
	text-align: center;
	color: #fff;
	font-size: .6875em;
	font-weight: bold;
	line-height: 20px;
	background: #79d311 url(../img/icon_light.png) 10px 50% no-repeat;
}
.payment_recommend_title:after {
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 5px 5px;
	border-color: transparent transparent #276a06 transparent;
}
#sp .payment_recommend_title {
	background-size: 9px auto;
}
#pc .payment_recommend_title {
	top: -10px;
	left: 24px;
	width: 320px;
	padding-left: 30px;
	font-size: 1.125em;
	line-height: 40px;
	background-position: 20px 50%;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
}
#pc .payment_recommend_title:after {
	left: -10px;
	border-width: 0 0 10px 10px;
}

/* -- payment_recommend_list -- */
.payment_recommend_list .item_list {
	padding-left: 1em;
	font-size: .625em;
	font-weight: bold;
	text-indent: -1em;
	margin-top: 5px;
}
#pc .payment_recommend_list .item_list {
	font-size: 1em;
	margin-top: 10px;
}


/* module_section_small
--------------------------------------------- */
.module_section_small {
	margin: 10px 0 20px;
}
#pc .module_section_small {
	margin: 20px 0 40px;
}

/* -- module_flow_list -- */
.module_flow_list .item_text {
	margin-bottom: 10px;
}
.module_flow_list .item_text_small {
	display: block;
	font-size: .5625em;
	line-height: 1.4;
}
.module_flow_list .item_text_small.mgb_add {
	margin-bottom: 10px;
}
#pc .module_flow_list .item_text {
	margin-bottom: 20px;
}
#pc .module_flow_list .item_text_small {
	font-size: .95em;
}
#pc .module_flow_list .item_text_small.mgb_add {
	margin-bottom: 20px;
}

/* -- module_figure_list -- */
.module_figure_list {
	margin-bottom: 20px;
}
#pc .module_figure_list {
	padding-bottom: 0;
	margin-bottom: 40px;
}

#sp .module_figure_list.skin_single .item_image img {
	max-width: 170px;
}


/* loan_list
--------------------------------------------- */
.loan_list {
	padding-bottom: 10px;
	border-bottom: 1px dashed #7ad311;
	margin-bottom: 15px;
}
.loan_list:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.payee .loan_list {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#pc .loan_list {
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#pc .payee .loan_list {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* -- item_title -- */
.loan_list .item_title {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	font-size: .6875em;
	font-weight: bold;
	line-height: 20px;
	background-color: #79d311;
	margin-bottom: 10px;
	border-radius:5px;
}
#pc .loan_list .item_title {
	padding: 0 20px;
	font-size: 1em;
	line-height: 30px;
	margin-bottom: 10px;
}
#pc.ie11 .loan_list .item_title {
	padding: 5px 20px 0;
	line-height: 35px;
}

/* -- item_contents -- */
.loan_list .item_contents .text_basic {
	display: block;
	margin-bottom: 10px;
}
.loan_list .item_contents .text_basic_note {
	display: block;
}
#pc .loan_list .item_contents .text_basic {
	margin-bottom: 20px;
}
#pc .payee_contents_nyukou .button_simple{
	width: 240px;
	margin-top: 2em;
}
#sp .payee_contents_nyukou .button_simple{
	margin-bottom: 1em;
}
/* -- QRCODE --  */
.qrcode {
	text-align: center;
	margin: 10px 0;
}
.qrcode img {
	width: 120px;
}
#sp .qrcode .item_text {
	font-size: 0.6em;
	font-weight: bold;
}
#pc .qrcode .item_text {
	font-size: 0.8em;
	font-weight: bold;
}
#pc .module_flow_list .qrcode .item_text {
    margin-bottom: 5px;
}

/* -- loan_list --  */
.payee_contents {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#pc .payee_contents_nyukou{
	display: contents;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#pc .payee .loan_list .item_contents .text_basic {
	margin: 0 0 5px 0;
	padding: 0;
}
#sp .module_flow_list .payee .item_contents,
#pc .module_flow_list .payee .item_contents {
	margin: 0;
	padding: 0;
}
#sp .payee.text_basic {
    margin: 0.5em 1em;
}
#pc .payee.text_basic {
    font-size: 0.95em;
    margin: 1em;
}</pre></body></html>