@charset "UTF-8";
/* CSS Document */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;padding-top: 15px;}

.pc{ display:none;}

body {
    font-size: 1.4rem;
    color: #444;
}

h1.top_banner img {
    width: 100%;
    height: auto;
}


section{ margin:1rem; line-height:1.4;}

section h1{
	font-size:2rem;
	font-weight:bold;
	margin: 1.5rem 0 0;
	border-top: 1px solid #ddd;
	padding: 1rem 0;
}

section h1 span{
	font-size:1.4rem;
	font-weight:bold;
}

h2{border:none;}

section h2{
	font-weight:bold;
	border:none;
	margin:0;
	padding:0;
	line-height:1.2;
}

section h2 span {
    float: none;
    font-size:100%;
    padding:0;
}

section h3{
	font-weight:bold;
	font-size:1.6rem;
}

.col {color:#ff5600; font-weight:bold;}



.loan-sample img {width:100%; height:auto; border:1px solid #ccc; margin:0.5rem 0}

.loan-sample img:hover{ opacity:0.8;}

table { width:100%;}
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
	vertical-align:middle;
	text-align:center;
}
td, th {
	padding: 3px 0;
}

input#simulator,
.more {
    background-color: #f16a43;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border:none;
	padding: 1.2rem 4rem;
	border-radius: 0.5rem;
	width: 90%;
}

input#simulator:hover,
.more:hover { opacity:0.8;}


#simulator,
.more {margin:1rem 0}

a.shiny {
    color: #fff;
}

.shiny {display: block;color: #fff;}

.shiny {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #ff5600;
    box-shadow: 0 3px 0 0 rgb(170 63 29);
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny:hover {
    text-decoration: none;
    color: #fff;
}
.shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny 3s ease-in-out infinite;
}
@-webkit-keyframes shiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.percent {font-size:3.5rem; font-weight:bold; text-align:center; margin:0.5rem;line-height: 1;}

.loan-image img {
	width: 100%;
    height: auto;
	border:1px solid #ccc;
	margin:0.5rem 0;
}

/*.step img{transform:rotate(90deg)}*/



.loan-step {
   /* display: none;*/
}


ul#attention {
    padding: 1rem;
    background: #eee;
}


ul.qanda li{
	/* background:#EAEAEA; */
	border-bottom: 1px solid #ccc;
}

ul.qanda li a{
	display:block;
	padding:0.5rem;
}
ul.qanda li a:hover{
	background:#ccc;
}

.answer dt {
    text-indent: 1rem;
    border-bottom: 1px solid #ccc;
    margin: 3rem 0 0;
}

.answer dd{
	background: #FFFFD8;
    padding: 1rem;
	line-height: 1.8;
}

.answer dd p a:hover{
	text-decoration:underline;
}


/* ウィンドウ幅が480px以上の場合に適用するCSS */
@media screen and ( min-width:740px )
{
	.pc{ display: block;}

	.sp{ display:none;}
	
td {
    width: 18px;
}
	
	#wrapper {
	margin: 0 auto;
	padding: 0 0 40px;
}

	#contents {
		margin: 0 auto;
		width: 1000px;
	}
	
	#main {
		width:1000px;
		padding: 0 10px;
		float:left;
		background: #fff;
	}
	
	#recont {
		width:150px;
		height:100px;
		float:right;
		}
	
	section{
		margin:2rem 0;
		box-sizing:border-box;
	}
	
	section h1{
	font-size:2rem;
	font-weight:bold;
	margin:0.5rem 0;
}
	
	h1.top_banner img {
    width: 1000px;
    height: auto;
}
	
	.loan-sample li { float:left;}
	.loan-sample li:nth-of-type(2) { float: right;}
	
	.loan-sample img {width:100%; height:auto; border:1px solid #ccc; margin:0.5rem 0; box-sizing:border-box;}
	
	
	table.pc { display:table;}
	
	.percent { float:left; width:40%;font-size: 30px;}
	.percent-dis { float:left;margin: 16px 0 0 10px;}
	
	h2.kinri{ text-align:center;}
	
	#simulator,
	.more {
    margin: 2rem 0;
}
	
	
	.pagetop {
		display: none;
		position: fixed;
		right: 35px;
		bottom: 0px;
	}
	.pagetop a {
		display: block;
		height: 40px;
		padding: 0 10px;
		line-height: 40px;
		background: #575757;
		text-align: center;
		color: #fff;
		font-size: 14px;
		border-radius: 6px 6px 0 0;
		text-decoration: none;
	}
	
.howto {
    display: flex;
    justify-content: space-between;
}

.loan-step {
    display: flex;
}
	
	.loan-image { float:left;}
	.loan-image img {
	width: 530px;
    height: auto;
	}

	.loan-image-dis {
		float: right;
		width: 435px;
		padding: 10px;
		background: #FFFFD8;
	}
	
	.loan-step dl {
    float: left;
    width: 220px;
}

.loan-step dd {
    width: 200px;
    margin: 0 auto;
}

p.step {
    float: left;
    margin-top: 25px;
}


}
