@charset "utf-8";

/* --------------------------------------------------------
 *
 * 		form styles
 *
 * -------------------------------------------------------- */

/* common use --------------------------------------------- */

* {
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 1.6;
}
body, h1, h2, h3, div, p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul,ol {
	list-style:none;
}

ul,li {
	list-style:none;
}

a:link {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #0066cc;
	text-decoration: underline;
}
a:visited {
	color: #0066cc;
}


/* ------ clear ------ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	} /*IE7以外のモダンブラウザ*/
.clearfix {
	display:inline-block;
	} /*IE7*/
/*Hides from IE-mac\*/
* html .clearfix {
	height:1%;
	}
.clearfix {
	display:block;
	}
/*End hide from IE-mac*//*IE6*/

.bold{
	font-weight: bold;
}
.c_red {
	color: #e20000;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

/* form-header-area --------------- */
#form-header-area {
	width: 100%;
	height: 78px;
	position: relative;
	background:url(../images/common/grd_pageTop.gif) repeat-x 0 0;
}
#form-header-area #header_inner {
	width: 760px;
	margin: 0 auto;
	position: relative;
}
#form-header-area #header_inner h1 {
	position: absolute;
	top: 21px;
	left: 0;
	width:175px;
}
#form-header-area #header_inner .close_btn {
	position: absolute;
	top: 20px;
	right: 0;
	width:92px;
}


/* form-footer-area --------------- */
#form-footer-area {
	width: 100%;
	background:url(../images/common/bk_footer.gif) repeat-x 0 0;
	padding:16px 0 20px 0;
}
#form-footer-area #footer_inner {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
}
.copyright {
	text-indent: -29px;
}
#form-footer-area .city_mark {
	margin-right: 13px;
}

.foot_gototop {
	text-align: right;
	margin-bottom: 20px;
}
.foot_gototop a {
	display: inline-block;
	background:url(../images/common/icon_gototop.gif) no-repeat 0 center;
	height: 13px;
	line-height: 13px;
	padding: 0 0 0 12px;
	color: #484848;
	*display: inline;	/* IE7 inline-block */
	*zoom: 1;			/* IE7 inline-block */
}
.foot_gototop a:hover, .foot_gototop a:visited {
	color: #484848;
}

/* form-contents-area --------------- */
#form-contents-area {
	width: 760px;
	margin: 0 auto;
	position:relative;
}
#form-contents-area #ttl_pos {
	width: 765px;
	height: 77px;
	position: absolute;
	top: 0;
	left: -1px;
	background:url(../images/common/bk_head_title.png) no-repeat 0 0;
	color: #ffffff;
	font-size: 25px;
	line-height: 72px;
	text-indent: 1em;
}
#form-contents-area #form-box {
	width: 760px;
	/*margin: 0 0 20px 0;*/
	/*background:url(../images/common/bk_pageBottom.gif) no-repeat 0 bottom;*/
	/*padding: 72px 0 34px 0;*/
}
#form-contents-area #form-box .bg_top {
	padding-top: 35px;
	/*background: url(../images/common/bk_pagehead.gif) no-repeat 0 0;*/

}
#form-contents-area #form-box #form-body {
	width: 700px;
	/*background:url(../images/common/bk_pageBody.gif) repeat-y 0 0;*/
	padding:10px 30px 20px 30px;
}
#form-body .step_img {
	text-align: center;
	margin-bottom: 25px;
}
/* step_bar */
.step_area {
	width: 90%;
	margin: 0 auto;
}
.step_area p {
	float: left;
	width: 12%;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	color: #999999;
}
.step_bar {
	float: left;
	position: relative;
	margin: 0 0 30px;
	text-align: center;
	width: 88%;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	color: #999999;
	/*background-color: #999999;*/
}
.step_bar .step {
	position: relative;
	float: left;
	padding: 6px 0px 6px 9px;
	background-color: #ffffff;
	font-size: 12.55px !important;
	box-sizing: border-box;
}
.step_bar .step:before {
	position: absolute;
	left: -1px;
	display: block;
	content: '';
	background:url(../images/common/step_arrow.png) no-repeat right center;
	width: 11px;
	height: 100%;
	bottom: 0px;
}
.step_bar .step:first-child {
	padding: 6px 0;
}
.step_bar .step:first-child:before {
	content: none;
}
.step_bar .step.current {
	color: #ffffff;
	background-color: #999999;
}
.step_bar .step.current+li:before {
	background:url(../images/common/step_arrow_on.png) no-repeat right center;
}
.step_bar.step4 .step {
	width: 25%;
}
.step_bar.step5 .step {
	width: 20%;
}
.step_bar.step6 .step {
	width: 19.6%;
}
.step_bar.step6 .step:last-child {
	width: 19%;
}

.step_procedure {
	width: 700px;
	margin: 0 auto 30px;
}
.step_procedure li {
	position: relative;
	display: inline-block;
	width: 116px;
	height: 58px;
	margin-right: 26px;
	text-align: center;
	color: #8c8c8c;
	line-height: 58px;
	background: url(../images/common/bk_step_procedure.png) no-repeat 0 0;
}
.step_procedure li:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 14px;
	background:url(../images/common/step_procedure_arrow.png) no-repeat 0;
	top: 22px;
	left: 126px;
}
.step_procedure li:last-child {
	margin-right: 0;
}
.step_procedure li:last-child:after {
	background: none;
}

#form-body .body_txt {
	width: 700px;
	margin-bottom: 30px;
	word-wrap: break-word;
	word-break: break-all;
}
#form-body h3 {
	width: 700px;
	height: 34px;
	margin: 0 0 15px 0;
	padding: 0;
	background: #fff0e6;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
#form-body h3 span {
	display: inline-block;
	position: relative;
	min-width: 206px;
	padding: 0 14px;
	background: #ff6b00;
	line-height: 34px;
}
#form-body h3 span:after {
	position: absolute;
	display: inline-block;
	content: '';
	background: url(../images/common/bk_ttl_h3.png) no-repeat right center;
	width: 20px;
	height: 34px;
	right: -20px;
}
#form-body .ttl_udr_txt {
	line-height: 19px;
	margin-bottom: 10px;
}
#form-body .ttl_udr_txt img {
	*vertical-align: middle;
}

.wrap {
font-size: 13px;
width:auto;
margin:0px auto;
}
.notes li {
	padding-left: 25px;
	background: url(../images/common/icon_list_en.png) no-repeat 9px 7px;
}
.notes2 li {
	text-indent: -14px;
	padding-left:14px;
	background: none;
}

.net_consult {
	margin-top: 10px;
}
.net_consult .img_internet {
	float: left;
	margin-right: 10px;
}

.notes_required {
	margin-bottom: 10px;
}
.notes_required img {
	margin: 0 6px 1px;
}
/* form_tbl education1 */
.form_tbl table {
	border:0;
	padding:0;
	width: 700px;
}
.form_tbl th {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	width: 210px;
	padding: 10px;
	background-color: #f3f3f3;
	vertical-align:top;
}
.form_tbl th p.icon_required {
	padding: 1px 41px 0 0;
	display: block;
	margin-right: 5px;
}
.form_tbl th p.icon_any {
	background:url(../images/common/any_icon.png) no-repeat right top;
	padding: 1px 41px 0 0;
	display: block;
	margin-right: 5px;
}
.form_tbl td {
	width: 450px;
	padding: 10px;
}
.form_tbl td.none {
	padding:0;
	width: 700px;
}
.form_tbl td.no_pad {
	padding: 0;
}
.form_tbl img {
	*display: block;
	*vartical-align:text-bottom;
}
.form_tbl .inner_table {
	width:400px;
}
.form_tbl .inner_table td {
	padding-top: 0;
}
.form_tbl .inner_table tr:last-of-type td {
	padding-bottom: 0;
}
div.pad_box {
	padding: 10px;
}
.form_tbl .total th {
	background: none;
	color: #ff6b00;
	font-weight: bold;
	line-height: 24px;
}
.form_tbl .total td{
	font-size: 24px;
	color: #ff6b00;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}
.form_tbl .total td span{
	font-size: 13px;
}
.form_tbl .table_confirm .total td{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.half_width {
	width: 335px;
	display: inline-block;
	float: left;
}
.form_tbl .half_width table, .form_tbl .half_width tr, .form_tbl .half_width .none {
	width: 335px;
}
.form_tbl .half_width th, .form_tbl .half_width td{
	width: 148px;
}

/*table_karikae*/
.form_tbl .table_karikae th {
	text-align: center;
	background: #f3f3f3 url(../images/common/line_table_2.gif) no-repeat right top;
}
.form_tbl .table_karikae td {
	background: url(../images/common/line_table_2.gif) repeat-y right top;
}
.form_tbl .table_karikae th:last-child,
.form_tbl .table_karikae td:last-child,
.form_tbl .table_karikae .total td {
	background-image: none;
}
.form_tbl .table_karikae .radius_box select {
	width: 50px;
}
.form_tbl .table_karikae td:first-child,
.form_tbl .table_karikae .total td:nth-of-type(2) {
	text-align: center;
}
.table_karikae.table_confirm td:nth-of-type(3),
.table_karikae.table_confirm td:nth-of-type(4),
.table_karikae.table_confirm td:nth-of-type(5) {
	text-align: right;
}
.table_karikae.table_confirm td:nth-of-type(6) {
	text-align: center;
}


/* form_tbl education2 */
.form_tbl .dbl_td_left {
	width: 200px !important;
}
.form_tbl .dbl_td_left .tbl_data {
	width: 250px;
	margin: 0;
	padding: 0;
}
.form_tbl .dbl_td_right {
	width: 230px !important;
}
.form_tbl .txt_mrg_left {
	margin-right: 30px;
}
.btn_box_cap {
	text-align: right;
	margin: 19px 0 0 0;
}
.form_tbl dl.caution_box {
	margin: 15px 0 10px 0;
	padding: 0;
}
.form_tbl dl.caution_box dt {
	width: 54px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #e20000;
	color: #ffffff;
	font-size: 12px;
}
.form_tbl dl.caution_box dd {
	width: 415px;
	padding: 10px 0 0 15px;
	line-height: 1.6;
	background:url(../images/common/icon_red_en.gif) no-repeat 0 18px;
}
.form_tbl td .income_txt_box {
	position: relative;
	height: 32px;
}
.form_tbl td .income_txt_box .income_cap {
	position: absolute;
	right: 0;
	top: -3px;
	margin: 0;
}

/* form_tbl input */
.form_tbl .radius_box {
	display: inline-block;
	*display: inline;	/* IE7 inline-block */
	*zoom: 1;			/* IE7 inline-block */
}
*:first-child+html .radius_box {
	border: none;
	padding: 0;
}
.form_tbl .radius_box input[type="text"], .form_tbl .radius_box select {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #c0c0c0;
}
*:first-child+html .form_tbl select, *:first-child+html .form_tbl input[type="text"] {
	border: 1px solid #c0c0c0;
	padding: 0 5px;
	line-height: 1.4;
}
.form_tbl .radius_box input[type="text"] {
	height: 20px;
	padding: 5px;
}
.form_tbl .radius_box select {
	height: 30px;
	padding: 5px;
	margin: 0;
	*overflow: hidden;
	*height: auto;
}
.form_tbl label {
	padding: 0 0 0 5px;
}
.form_tbl .doui_table label{
	display: inline-block;
	width: 95%;
	vertical-align: top;
	padding-left: 10px;
}
.form_tbl .doui_table input{
	margin-top: 3px;
}
.form_tbl .select1 select {
	width: 160px;
}
.form_tbl .select2 select {
	width: 80px;
}
.form_tbl .select3 select {
	width: 240px;
}
.form_tbl .select4 select {
	width: 120px;
}
.form_tbl .select5 select {
	width: 450px;
	font-size: 11.4px;
}
.form_tbl .txt1 input[type="text"] {
	width: 330px;
}
.form_tbl .txt2 input[type="text"] {
	width: 90px;
}
.form_tbl .txt3 input[type="text"] {
	width: 170px;
}
.form_tbl .txt4 input[type="text"] {
	width: 60px;
}
.form_tbl .txt5 input[type="text"] {
	width: 230px;
}
.form_tbl .txt6 input[type="text"] {
	width: 50px;
}
.form_tbl .err, .form_tbl .err input, .form_tbl .err select {
	background-color: #fff0e6;
}
.form_tbl .err2, .form_tbl .err2 input, .form_tbl .err2 select {
	background-color: #f7d0d0;
}
.form_tbl td p {
	margin-top: 5px;
}
.form_tbl td span {
	line-height: 32px;
	display: inline-block;
	*display: inline;	/* IE7 inline-block */
	*zoom: 1;			/* IE7 inline-block */
}
.form_tbl td span.no_st {
	line-height: 1.6;
	display: inline;
}

/* カスタムform_tbl */
.form_tbl.custom_table table *:not(input) {
	box-sizing: border-box;
}

.form_tbl.custom_table table tr th {
	padding: 10px 5px;
	font-size: 12px;
}
.form_tbl.custom_table table tr th:nth-of-type(1) {
	max-width: 29px;
	min-width: 29px;
}

.form_tbl.custom_table table tr th:nth-of-type(2) {
	max-width: 100px;
	min-width: 100px;
}

.form_tbl.custom_table table tr th:nth-of-type(3),
.form_tbl.custom_table table tr th:nth-of-type(4),
.form_tbl.custom_table table tr th:nth-of-type(5){
	max-width: 112px;
	min-width: 112px;
}

.form_tbl.custom_table table tr th:nth-of-type(6){
	max-width: 90px;
	min-width: 90px;
}

.form_tbl.custom_table table tr th:nth-of-type(7) {
	max-width: 70px;
	min-width: 70px;
}

.form_tbl.custom_table table td input{
	box-sizing: border-box;
	height: 32px !important;
}

.form_tbl.custom_table table tr td:nth-of-type(2) input {
	width: 100%;
}

.form_tbl.custom_table table tr:nth-of-type(n+3) td {
	padding: 10px 5px;
	max-width: 100px;
}

.form_tbl.custom_table table tr:nth-of-type(n+3) td.none {
	padding: 0;
}

*:first-child+html .form_tbl td span {
	height: 18px !important;
	line-height: 18px !important;
}
.lend_mt10 {
	margin-top: 10px;
	*margin-top: 15px;
}
.input_mini_mrg .radius_box {
	margin: 0 3px;
}
.input_mini_mrg .mini_mrg_none {
	margin-left: 0 !important;
}

.rewrite_btn {
	text-align: right;
	margin-top: 10px;
}
.rewrite_btn a {
	display: block;
	float: right;
	width: 155px;
	height: 34px;
	padding: 0 22px 0 0px;
	color: #333333;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/common/btn_bg_sub02.png) no-repeat 0 0;
}
.rewrite_btn a:hover {
	color: #333333;
	text-decoration: none;
	background: url(../images/common/btn_bg_sub02.png) no-repeat -190px 0;
}

.dl_input_under {
	padding:10px 0 0 0;
}
.dl_input_under dt {
	font-weight: bold;
	margin:5px 0 0 0;
}
.dl_input_under dd {
	margin: 0 0 0 20px;
}

#mail_add1, #mail_add2 {
	ime-mode: disabled;
}
.hide_lender {
	display: none;
}
/* btn_box */
.btn_box {
	width: 100%;
	margin:19px 0 20px 0;
}
.btn_box .btn_left {
	display: block;
	float: left;
}
.btn_box .btn_right {
	display: block;
	float: right;
}
.btn_box input {
	cursor: pointer;
}
.btn_box .btn_back {
	width: 157px;
	height: 34px;
	padding: 0 0 0 20px;
	color: #333333;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/common/btn_bk_sub.png) no-repeat 0 0;
}
.btn_box .btn_back:hover {
	color: #333333;
	text-decoration: none;
	background: url(../images/common/btn_bk_sub.png) no-repeat -190px 0;
}

/* agreement area */
.ttl_underline {
	width: 100%;
	margin: 30px 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 2px #cccccc;
}
.ttl_underline .ttl_box {
	width: 100%;
	margin: 0;
	padding: 0 0 0 25px;
	background:url(../images/common/icon_box.gif) no-repeat 0 0;
	background-position: 2px 1px;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
}
#agree_wrap {
	width: 678px;
	height: 180px;
	padding: 0 9px;
	border: 1px solid #cccccc;
	overflow-y: scroll;
}
#agree_wrap .txt_before {
	margin: 15px 0;
}
#agree_wrap .msg_dl_ttl {
	border-bottom: solid 1px #CCC;
	font-weight: bold;
	color: #e20000;
	padding: 0 0 5px 0;
	font-size: 15px;
	margin: 10px 0 20px 0;
}
#agree_wrap .msg_dl {
	width: 660px;
}
#agree_wrap .msg_dl dt {
	margin: 0 0 5px 0;
}
#agree_wrap .msg_dl dt.agree_ttl {
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 15px;
}
#agree_wrap .msg_dl dt.dt_sub {
	margin: 10px 0 0 13px;
}
#agree_wrap .msg_dl dd {
	margin: 0 0 20px 13px;
}
#agree_wrap ul.dec li {
	list-style: decimal;
	margin-left: 26px;
}
#agree_wrap ul.dec li .sub_ul li {
	list-style: none;
	margin-left: 13px;
}
#agree_wrap ul.dec li .sub_ul2 li {
	list-style: none;
	margin-left: 0;
}

#agree_wrap .msg_dl dd dl.sub_dl dt {
	margin: 10px 0 0 13px;
}
#agree_wrap .msg_dl dd dl.sub_dl dd {
	margin: 10px 0 0 26px;
}

.txt_box_right {
	width: 100%;
	text-align: right;
	margin: 8px 0 20px 0;
}
.link_arrow {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 11px;
	background:url(../images/common/icon_arrow1.gif) no-repeat 0 7px;
	line-height: 13px;
	font-size: 13px;
	*display: inline;	/* IE7 inline-block */
	*zoom: 1;			/* IE7 inline-block */
}
.tabbox .link_arrow {
	background: none;
}

.icon_pdf img {
	line-height: 13px;
	display: inline-block;
	padding: 0 0 3px 5px;
	*padding: 0 0 0 5px;
	*display: inline;	/* IE7 inline-block */
	*zoom: 1;			/* IE7 inline-block */
}

/* ssl_box */
#ssl_box {
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	background:url(../images/common/bk_ssl_box_foot.gif) no-repeat 0 bottom;
}
#ssl_box img p.ssl_head{
	margin: 0;
	padding:0;
	line-height: 0 !important;
	font-size: 0px;
}
#ssl_box_inner {
	width: 700px;
	margin: 0;
	background:url(../images/common/bk_ssl_box_body.gif) repeat-y 0 0;
	position: relative;
}
#ssl_box_inner .ssl_img {
	padding: 18px 9px;
}
#ssl_box_inner .ssl_caption {
	position: absolute;
	width: 522px;
	top: 20px;
	right: 10px;
	font-size: 11px;
}
#ssl_box_inner .ssl_caption span {
	font-size: 13px;
	line-height: 1.7;
	display: block;
	margin-bottom: 5px;
}

/* education3 */
/* entry_step_box */
#entry_step_box {
	margin: 20px 0 30px 0;
}
#entry_step_box ul {
	width: 632px;
	margin: 0 auto;
}
#entry_step_box li {
	list-style: none;
	width: 632px;
	height: auto;
	margin: 0 0 48px 0;
	background:url(../images/common/bk_step_body.png) repeat-y 0 0;
	position: relative;
}
#entry_step_box li:after {
	position: absolute;
	display: block;
	content: '';
	background:url(../images/common/icon_next_step.png) no-repeat center;
	width: 64px;
	height: 27px;
	bottom: -38px;
	left: 284px;
}
#entry_step_box li:last-child:after {
	display: none;
}
/*
#entry_step_box ul li.step2 {
	list-style: none;
	width: 632px;
	height: 183px;
	margin: 0 0 10px 0;
	background:url(../images/education/bk_entry_step2.gif) no-repeat 0 0;
	position: relative;
}
#entry_step_box ul li.last {
	list-style: none;
	width: 632px;
	height: 146px;
	margin: 0;
	background:url(../images/education/bk_entry_step_last.gif) no-repeat 0 0;
}
#entry_step_box ul li.last_premiere {
	list-style: none;
	width: 632px;
	height: 295px;
	margin: 0;
	background:url(../images/card_premiere/bk_entry_step_last_premiere.gif) no-repeat 0 0;
}
*/
#entry_step_box dl {
	width: 100%;
	padding: 0;
	background:url(../images/common/bk_step_head.png) no-repeat 0 0;
}
#entry_step_box dt {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 20px 0;
}
#entry_step_box dt img {
	vertical-align: top;
	margin-right: 14px;
}
#entry_step_box dt span {
	display: inline-block;
	width: 90%;
	margin-top: 5px;
	color: #ff6b00;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
#entry_step_box dd {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 20px 24px 74px;
	background:url(../images/common/bk_step_foot.png) no-repeat 0 bottom;
}

#receipt_num_box {
	border: 1px solid #cccccc;
	padding: 5px 0;
	font-size: 15px;
	vertical-align: bottom;
	margin: 0 auto 20px auto;
	width: 200px;
	text-align: center;
}
#receipt_num_box span {
	font-size: 16px;
	font-weight: bold;
}

#receipt_num_box_consult {
	border: 1px solid #cccccc;
	padding: 5px 0;
	font-size: 15px;
	vertical-align: bottom;
	margin: 0 auto 20px auto;
	width: 400px;
	text-align: center;
}
#receipt_num_box_consult span {
	font-size: 16px;
	font-weight: bold;
}

/*completeページの文字強調部分*/
p.strong {
	margin-bottom: 13px;
	font-size: 16px;
	font-weight: bold;
}

/*complete.htmlの印刷用リンク*/
.print {
	text-align: right;
	margin: 0 10px 15px 0;
}
