@charset "UTF-8";

.hideSP {
	display: inline;
}
.showSP {
	display: none;
}

.inner {
	width: 910px;
	margin: 0 auto;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

#main {
	float: none;
	width: 100% !important;
	margin: 0 auto 60px;
	padding: 0 !important;
	box-sizing: border-box;
	font-size: 13px !important;
}
#main h1 {
	font-size: 2.1rem;
	color: #0f1350;
	padding-bottom: 16px;
	border-bottom: 1px solid #0f1350;
	font-weight: bold;
}
#main .lead {
	padding-bottom: 40px;
	text-align: center;
	font-size: 16px;
}

#main .revosim {
	background: #efefef;
	padding: 10px 0 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#main .revosim p.text01 {
	margin: 20px 0 30px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.8 !important;
}

#main .revosim form {
	width: 650px;
	margin: 0 auto;
}
#main .revosim form dl {
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #b1b1b1;
}
#main .revosim form dt {
	width: 200px;
	margin: 14px 0 10px;
	font-size: 18px;
	font-weight: 600;
	color: #10228a;
}
#main .revosim form dd {
	width: 450px;
	font-size: 18px;
	font-weight: 600;
}
#main .revosim form dd span.msg {
	font-size: 0.9em;
	color: #CC0000;
	display: block;
	margin-top: 15px;
}
#main .revosim form input[type="text"]{
	box-sizing: border-box;
	min-height: 40px;
	font-size: 20px;
	text-align: center;
	vertical-align: bottom;
	padding-top: .1875rem;
	padding-right: .625rem;
	padding-left: .625rem;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 4px;
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
}
#main .revosim form input[type="text"]:focus{
	outline: 2px solid #000000;
}

#main .revosim form dd ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
#main .revosim form dd ul li:first-child {
	margin-bottom: 15px;
}
#main .revosim form dd ul li input {
	vertical-align: baseline;
}
#main .revosim form dd ul li label span {
	display: inline-block;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.5;
	text-indent: -0.8em;
	margin-top: 5px;
	margin-left: 3px;
}
#main .revosim form dd ul li select {
	padding-right: .625rem;
	padding-left: .625rem;
	width: 90%;
	height: 2.25rem;
	box-sizing: border-box;
	padding-top: .1875rem;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 4px;
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
	font-size:15px;
}
#main .revosim form .ui-datepicker-trigger {
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;
	padding-bottom: 2px;
}
#main .revosim form .btn_submit {
	display: block;
	position: relative;
}
#main .revosim form .btn_submit span {
	display: block;
	width: 650px;
	text-align: center;
	color: #FFFFFF !important;
	background-color: #0f1350;
	margin: 0 auto 10px;
	border-radius: 4px;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
	z-index: 0;
}
#main .revosim form .btn_submit span::after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	transition-property: opacity;
	transition-duration: .1s;
	transition-timing-function: linear;
	content: "";
	opacity: 0;
	background-image: linear-gradient(88.83deg, #0f1350, #004098);
}
#main .revosim form .btn_submit span:hover::after {
	opacity: 1;
}
#main .revosim form .btn_submit input {
	color: #FFFFFF !important;
	background: none;
	font-size: 1.3em;
	font-weight: bold;
	border: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px 0;
}
#main .revosim form .btn_submit span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: .875rem;
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	transform: translateY(-50%) rotate(45deg);
}
#main .revosim p.revo_link {
	text-align: center;
	margin: 20px 0;
}
#main .revosim p.revo_link a,
.arwlink a {
	display: inline-block;
	margin: 3px 15px;
}
#main .revosim p.revo_link a:before,
.arwlink a:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #0050A3;
	border-right: 2px solid #0050A3;
	transform: rotate(45deg);
	margin-right: 8px;
}

#main h2 {
	margin: 0 auto 20px;
	padding: 18px 0px;
	background: none;
	background-color: #10228a;
	height: auto;
	font-size: 20px;
	text-align: center;
	color: #fff;
	line-height: 1;
	letter-spacing: 2px;
	border: none;
}
p.txtLoan {
	background: #f5f5f5;
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
	color: #004098;
	font-size: 1rem;
	font-weight: bold;
}
p.txtLoan span {
	font-size: 2.2rem;
	line-height: 1.8;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	color: #004098;
}

.tb {
	width: 90%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #dfdfdf;
	border-left: none;
	border-top: none;
	margin: 20px auto;
	padding: 0;
	border-collapse: collapse;
	font-size: 1rem;
}
.tb td, .tb th {
	width: 25%;
	border: 1px solid #dfdfdf;
	border-right: none;
	border-bottom: none;
	vertical-align: top;
	padding: 3px;
	text-align: center;
	padding: 10px;
	line-height: 1.8;
}
.tb th {
	background: #f5f5f5;
}
.tb td {
	color: #004098;
	font-weight: bold;
}
.tb.simResult td {
	text-align: right;
}
.tb2 {
	width: 90%;
	text-align: right;
	vertical-align: top;
	border: 1px solid #dfdfdf;
	border-left: none;
	border-top: none;
	margin: 10px auto;
	padding: 0;
	border-collapse: collapse;
	font-size: 1rem;
}
.tb2 td, .tb2 th {
	width: 33%;
	border: 1px solid #dfdfdf;
	border-right: none;
	border-bottom: none;
	vertical-align: top;
	padding: 10px;
	line-height: 1.8;
}
.tb2 th {
	background: #f5f5f5;
	text-align: center;
}
.tb2 td {
	padding-right: 1em;
	color: #004098;
	font-weight: bold;
	text-align: right;
}

#main h3 {
	background-color: #e5e5e5;
	color: #10228a;
	text-align: center;
	padding: 10px;
	position: relative;
	margin: 40px 0 15px;
	line-height: 1.8;
}
#main h3:after {
	width: 0;
	height: 0;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	border: 15px solid transparent;
	border-top: 15px solid #e5e5e5;
	content: "";
}

#main .left_box {
	float: left;
	width: 48%;
	
}
#main .sim_again .revosim form {
	width: 95%;
	margin: 15px auto 0;
}
#main .sim_again .revosim form dt {
	font-size: 15px;
}
#main .sim_again .revosim form dd {
	width: 450px;
	font-size: 15px;
}
#main .sim_again .revosim form input[type="text"]{
	width: 77%;
}
#main .sim_again .revosim form .btn_submit {
	width: 80%;
	margin: 0 auto;
}
#main .sim_again .revosim form .btn_submit span, 
#main .sim_again .revosim form .btn_submit input {
	width: 100%;
}

#main .right_box {
	float: right;
	width: 48%;
}
dl.sim__atu_login_box dt {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	background: none repeat scroll 0% 0% #F1F9FA;
	text-align: center;
	padding: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
dl.sim__atu_login_box dd.sim__atu_login_btn {
	text-align: center;
	margin-bottom: 15px;
}
dl.sim__atu_login_box dd.td_login2 {
	line-height: 1.5;
	width: 80%;
	margin: 0 auto 40px;
}

ul.note_n {
	margin-bottom: 40px;
	padding: 0 5px;
}
ul.note_n li {
	list-style-type: none;
	line-height: 1.5;
	text-indent: -1em;
	margin: 10px 0 10px 1em;
}
ul.note_n li:before {
	content: '＊';
}
ul.note_n li div {
	text-indent: 0;
}

.txtC {
	text-align: center;
}

.login_box {
	margin-top: 30px;
	display: flex;
}
.login_box .left_box {
	float: left;
	width: 40%;
	margin: 0 2% 0 8%;
}
.login_box .right_box {
	float: right;
	width: 40%;
	margin: 0 8% 0 2%;
}
.loginArea {
	position: relative;
	margin: 30px auto 0;
	text-align: center;
	width: 45%;
	font-weight: bold;
	font-size: 15px;
}
.loginArea .loginBtn {
	margin-left: auto;
	margin-right: auto;
}
.loginArea .loginAreaLinks {
	width: 18em;
	margin: 0 auto;
	list-style: none;
	text-align: left;
}
.loginArea .loginAreaLinks li {
	margin-bottom: 10px;
}
.loginArea .loginAreaLinks li .linkIcon_bef._rightWhite {
	color: #0f1350;
	display: inline;
}
.loginArea .loginAreaLinks li .linkIcon_bef._rightWhite::before {
	border-top: 1px solid #0f1350;
	border-right: 1px solid #0f1350;
}
.right_box .loginArea {
	width: 80%;
	margin: 20px auto 0;
}

@media screen and (max-width: 767px){
	.spNav {
		top: 0;
	}
	.hideSP {
		display: none;
	}
	.showSP {
		display: inline;
	}

	.inner {
		width: 95%;
		margin: 0 auto;
	}

	#main h1 {
		margin-bottom: 20px;
		padding: .8em 0px;
		font-size: 1.5em !important;
		line-height: 1.3em;
	}
	#main .lead {
		text-align: left;
		padding: 0 2.5% 20px;
		line-height: 1.5 !important;
	}
	#main .revosim p.text01 {
		text-align: left;
		font-size: 1.1em;
		line-height: 1.5 !important;
	}

	#main .revosim form {
		width: 100%;
	}
	#main .revosim form input[type="text"] {
		width: 77%;
	}
	#main .revosim form dl {
		display: block;
	}
	#main .revosim form dt {
		width: 100%;
	}
	#main .revosim form dd,
	#main .sim_again .revosim form dd {
		width: 100%;
		font-size: 15px;
	}

	#main .revosim form .btn_submit span,
	#main .revosim form .btn_submit input,
	#main .sim_again .revosim form .btn_submit input {
		width: 80%;
	}

	#main h2 {
		font-size: 16px !important;
		padding: 12px 0;
	}

	#main .left_box,
	#main .right_box {
		float: none;
		width: 100%;
	}

	p.txtLoan {
		width: 100%;
	}
	.tb {
		width: 100%;
		font-size: 14px;
	}
	.tb2 {
		width: 100%;
		font-size: 15px;
	}
	.tb td, .tb th {
		padding: 10px 5px;
	}
	.login_box {
		display: block;
	}
	.login_box .left_box,
	.login_box .right_box {
		margin: 0;
	}
	.loginArea {
		width: 100%;
	}
	.loginArea .loginAreaLinks {
		font-size: 13px;
	}
	.right_box .loginArea {
		width: 100%;
		margin: 20px auto 40px;
	}
	p.txtLoan span {
		font-size: 2.6rem;
	}
}

/**********************************************/
.quicknote {
	display: inline-block;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.5;
	text-indent: 0.2em;
	margin-top: 5px;
	color:#222;
	/*margin-left: 3px;*/
}


.ui-datepicker-trigger {
	width: 43px;
	height: 42px;
	margin: 0 0 0 0px;
}
#ui-datepicker-div {
	z-index: 999 !important;
}
#main .revosim form dd ul li .formErrorContent{
	text-indent: 0em ;
}
.select {
	/*color: orange;*/
	background: lightgray;
}

#nenri {
	-webkit-appearance: none;
	appearance: none;
	border: none !important;
	box-shadow: none !important;
	background:none;
	padding:0;
	font-weight: bold;
	color: #000;
	font-size: 18px !important;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#nenri2 {
	-webkit-appearance: none;
	appearance: none;
	border: none !important;
	box-shadow: none !important;
	background:none;
	padding:0;
	font-weight: bold;
	color: #000;
	font-size: 15px !important;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px){
	#nenri ,
	#nenri2 {
		font-size: 15px !important;
	}
}
.sec_ttl {
	text-align: center;
	font-weight: bold;
	display: table;
	margin: 60px auto;
}
@media screen and (max-width: 767px){
	.sec_ttl {
		margin: 20px auto;
	}
}
