@charset "UTF-8";

p.cntr_txt {
	text-align: center;
	margin: 50px 0;
}
a.cntr_link {
	display: block;
	margin: 30px auto 0 auto;
	font-size: 16px;
}
a.cntr_link2 {
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 12px;
}

.err, .err input, .err select {
	background-color: #fff0e6;
}
.width_s {
	width: 17% !important;
}
.width_m {
	width: 40% !important;
}


/* loan top */
h1.top_img {
	display: block;
}

/* border_dl_box dl,dt,dd */
.border_dl_box {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	-moz-box-sizing: border-box;		/* Firefox */
	-webkit-box-sizing: border-box;		/* Chrome + Safari 3 */
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
}
.border_dl_box.border_t {
	border-top: 1px solid #cccccc;
}
.border_dl_box.border_dotted {
	border-bottom: 1px dotted #cccccc;
}

.border_dl_box dt {
	/*background:url(../images/common/icon_subttl.png) no-repeat 0 14px;*/
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	font-size:15px;
	font-weight: bold;
	color:#000000;
	padding: 10px 0 0 0;
	margin: 0 9px 10px 9px;
}
.border_dl_box dt a {
	color: #000000 !important;
}
.border_dl_box dt img {
	display: inline-block;
	margin: 0 0 3px 5px;
}
.border_dl_box dd {
	border-bottom: 1px dotted #cccccc;
}
.border_dl_box dd:last-child{
	border-bottom: none;
}
.border_dl_box dd div {
	margin: 10px 9px;
}
.border_dl_box dd div.div_pd {
	margin: 0;
	padding: 10px 9px;
}
.border_dl_box dd div.no_mrg {
	margin: 0;
}

.border_dl_box .tanpo_parent {
	height: 44px;
	overflow: hidden;
}
.border_dl_box .tanpo {
	float: left;
	background: #fff;
	width: 28%;
	padding-left: 10px;
	height: 44px;
	line-height: 44px;
}

.border_dl_box_l {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	-moz-box-sizing: border-box;		/* Firefox */
	-webkit-box-sizing: border-box;		/* Chrome + Safari 3 */
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
}
.border_dl_box_l dt {
	background:url(../images/common/icon_subttl.png) no-repeat 0 14px;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	font-size:15px;
	font-weight: bold;
	color:#000000;
	padding: 10px 0 0 19px;
	margin: 0 9px 10px 9px;
}
.border_dl_box_l dt a {
	color: #000000 !important;
}
.border_dl_box_l dt img {
	display: inline-block;
	margin: 0 0 3px 5px;
}
.border_dl_box_l dd {
	border-bottom: 1px dotted #cccccc;
}
.border_dl_box dd.border_solid {
	border-bottom: 1px solid #cccccc;
}
.border_dl_box_l dd:last-child{
	border-bottom: none;
}
.border_dl_box_l dd div {
	margin: 10px 9px;
}
.border_dl_box_l dd div.div_pd {
	margin: 0;
	padding: 10px 9px;
}
.border_dl_box_l dd div.no_mrg {
	margin: 0;
}

/* section_subttl icon_en dl,dt,dd */
.section_subttl {
	margin: 30px 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 2px #cccccc;
}
.section_subttl.other {
	margin: 1px 0 0px 0;
	padding: 14px 0 15px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: none;
}
.section_subttl.other span {
	line-height: 1;
}
.section_subttl h2 {
	margin: 0;
	padding: 0 0 0 25px;
	background: url(../images/common/icon_box.gif) no-repeat 0 0;
	background-position: 2px 0;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
}

.icon_en dt {
	background:url(../images/common/icon_subttl_en.png) no-repeat 0 18px !important;
	background-size: 7px auto !important;
	-webkit-background-size: 7px auto !important;
	padding: 10px 0 0 12px !important;
}
.subttl_cap {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding: 10px;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
.icon_en dd .caution_box {
	margin: 20px 0 10px 0;
	padding: 0;
}
.icon_en dd .caution_box dt {
	width: 80px;
	text-align:center;
	line-height: 1.2;
	background: #e20000 !important;
	background-image: none !important;
	padding: 8px 0 !important;
	margin: 0 !important;
	color: #ffffff;
	display: inline-block;
}
.icon_en dd .caution_box dd {
	padding: 5px 0 0 8px;
	line-height: 1.4;
	font-size: 13px;
	background:url(../images/common/icon_subttl_en.png) no-repeat 0 12px;
	background-size: 3px auto;
	-webkit-background-size: 3px auto;
	border-bottom: none;
}

/* section_ttl enq_dl_box dl,dt,dd */
dl.enq_dl_box dt {
	background: none !important;
	list-style-type: none;
	text-indent:-18px;
	padding-left:18px;
}
dl.enq_dl_box dt span {
	color: #e20000;
	font-weight:bold;
}

dl.enq_dl_box dd label {
	margin: 0px !important;
	display: inline-block;
	width: 90%;
}
dl.enq_dl_box dd li {
	vertical-align: top !important;
}
dl.enq_dl_box dd li input {
	vertical-align: top !important;
}


/* agreement area */
#agree_box .msg_dl_ttl {
	border-bottom: solid 1px #CCC;
	font-weight: bold;
	color: #E20000;
	padding: 0 0 5px 0;
	font-size: 14px;
	margin: 10px 0 20px 0;
}
#agree_box .msg_dl {
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
#agree_box .msg_dl dt {
	margin: 0 0 5px 0;
	padding: 5px 0 0 8px;
	background:url(../images/common/icon_subttl_en.png) no-repeat 0 12px;
	background-size: 3px auto;
	-webkit-background-size: 3px auto;
	line-height: 1.4;
	font-size: 13px;
}
#agree_box .msg_dl dt.agree_ttl {
	font-weight: bold;
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 14px;
	background: none;
}
#agree_box .msg_dl dt.dt_sub {
	margin: 10px 0 5px 0;
	padding: 0;
	background: none;
}
#agree_box .msg_dl dd {
	margin: 0 0 20px 0;
	border-bottom: none;
	font-size: 12px;
}
#agree_box ul.dec li {
	list-style: decimal;
	margin-left: 18px;
	margin-bottom: 5px;
}
#agree_box .msg_dl dd dl.sub_dl dt {
	margin: 10px 0 0 0;
	padding: 0;
	background: none;
	font-size: 12px;
}
#agree_box .msg_dl dd dl.sub_dl dd {
	margin: 10px 0 0 0;
	font-size: 12px;
}
#agree_box .msg_dl dd ul.dec li .sub_ul,#agree_box .msg_dl dd ul.dec li .sub_ul2 {
	margin-top: 10px;
}
#agree_box .msg_dl dd ul.dec li .sub_ul li {
	list-style: none;
	line-height: 1.4;
	margin: 0 0 3px 12px;
}
#agree_box .msg_dl dd ul.dec li .sub_ul2 li {
	list-style: none;
	margin: 0 0 5px 12px;
}

/* input */
.border_dl_box input[type=text], .border_dl_box input[type=password], .border_dl_box input[type=tel], .border_dl_box input[type=number], .border_dl_box input[type=email] {
	height: 35px;
	font-size:14px;
	width: 70%;
	display: inline-block;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
.border_dl_box select {
	height:35px;
	font-size:14px;
	width: 70%;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
.border_dl_box input[type=radio],.border_dl_box input[type=checkbox] {
	font-size:14px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 8px;
}
.border_dl_box label {
	font-size: 14px;
}
dl.border_dl_box dd div span {
	line-height: 35px;
}
.border_dl_box_l input[type=text], .border_dl_box_l input[type=password], .border_dl_box_l input[type=tel], .border_dl_box_l input[type=number], .border_dl_box_l input[type=email] {
	height: 35px;
	font-size:14px;
	width: 55%;
	display: inline-block;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
.border_dl_box_l select {
	height:35px;
	font-size:14px;
	width: 100%;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
.border_dl_box_l input[type=radio],.border_dl_box_l input[type=checkbox] {
	font-size:14px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 8px;
}
.border_dl_box_l label {
	font-size: 14px;
}
dl.border_dl_box_l dd div span {
	line-height: 35px;
}

.inp_width_l input[type=text], .inp_width_l input[type=number], .inp_width_l input[type=email] {
	width: 100%;
}
.inp_width_lm input[type=text], .inp_width_lm input[type=number], .inp_width_lm input[type=email] {
	width: 75%;
}
.inp_width_m input[type=text], .inp_width_m input[type=number], .inp_width_m input[type=email] {
	width: 40%;
}
.inp_width_s input[type=text], .inp_width_s input[type=number], .inp_width_s input[type=email] {
	width: 20%;
}
.inp_width_s select:first-child {
	width: 33%;
}
.inp_width_s select {
	width: 20%;
}
.select_list li {
	list-style: none;
	margin:0 0 20px 0;
	padding: 0;
}
.select_list li:last-child {
	margin:0;
}
.input_dual input[type=text]:first-child {
	margin-bottom: 20px;
}

.hide_lender {
	display: none;
}

/* education 4 only use */
.loan_info_list {
	margin-top: 10px;
}
.loan_info_list li {
	list-style-type: none !important;
	text-indent:-20px !important;
	padding-left:20px !important;
	margin: 0px !important;
}

/* education 4 only use */
#receipt_num_box {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
#receipt_num_box p {
	border: 1px solid #cccccc;
	padding: 5px 10px;
	font-size: 14px;
	display: inline-block;
}
#receipt_num_box span {
	font-size: 16px;
	font-weight: bold;
}

/*-----以下、2016/9/23日以降追加分-----*/
.notes > li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 25px;
}
.notes > li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	background: #ff6b00;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.notes2 li { 
	text-indent: -14px; padding-left:14px;
}

.icn_required {
  width: 36px;
  margin: 2px 4px;
}

/*first*/
.flow {
	display: table;
	width: 100%;
}
.flow img {
	position: relative;
	top: 50px;
	display: block;
	width: 10px;
	margin: 0 auto;
}
.flow .dummy_btn {
	display: table-cell;
	width: 43px;
	height: 140px;
	line-height: 1.1;
	padding: 13px;
	color: #8c8c8c;
	border: 1px solid #fff;
	border-radius: 5px;
	box-sizing: border-box;
	-o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	background: -webkit-linear-gradient(top, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 4%, rgb(255, 255, 255) 98%);
	background: -o-linear-gradient(top, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 4%, rgb(255, 255, 255) 98%);
	background: -ms-linear-gradient(top, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 4%, rgb(255, 255, 255) 98%);
	background: -moz-linear-gradient(top, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 4%, rgb(255, 255, 255) 98%);
	background: linear-gradient(to bottom, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 4%, rgb(255, 255, 255) 98%);
}
.flow .dummy_btn span {
	display: block;
	margin-bottom: 5px;
}

/*third*/
.inp_width_m span.size_m {
	width: 28.215%;
	display: inline-block;
}
.inp_width_m select.size_m {
	width: 40%;
}
.purchase_total {
	color: #ff6b00;
	font-size: 20px;
	text-align: right;
}

/*complete*/
.comp_notice {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.process_flow {
	margin-bottom: 20px;
}
.process_flow img {
	display: block;
	width: 51px;
	height: 21px;
	margin: 6px auto;
}
.process_box {
	width: 100%;
	padding: 8px;
	border: 1px solid #fff;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	box-sizing: border-box;
	-o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	background: -webkit-linear-gradient(top, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 4%, rgb(255, 255, 255) 98%);
	background: -o-linear-gradient(top, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 4%, rgb(255, 255, 255) 98%);
	background: -ms-linear-gradient(top, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 4%, rgb(255, 255, 255) 98%);
	background: -moz-linear-gradient(top, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 4%, rgb(255, 255, 255) 98%);
	background: linear-gradient(to bottom, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 4%, rgb(255, 255, 255) 98%);
}
.process_box h2 {
	padding: 4px 0px;
	line-height: 1.4;
	overflow: auto;
	color: #ff6b00;
	font-size: 20px;
}
.process_box img {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 6px;
}
.process_box p {
	clear: both;
}
