﻿@charset "UTF-8";

/* common-style */

html {
		font-size: 100%;
}
body {
		margin: 0;
		font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
		background: #FFF;
		color: #666;
		-webkit-font-smoothing: antialiased;
		font-size: 16px;
}
a {
		color: #13C0DC;
}
a:active, a:hover {
		text-decoration: none;
		outline: 0;
}
b, strong {
		font-weight: bold;
}
strong h1, h2, h3, h4, h5, h6 {
		margin: 0;
}
h1 {
		font-size: 2em;
		margin: 0.7em 0 0.5em;
}
h2 {
		position: relative;
		font-size: 1.5em;
		font-weight: bold;
		padding: 0 0 10px;
		margin-bottom: 40px;
		border-bottom: solid 3px #13C0DC;
		display: inline-block;
		margin-bottom: 30px;
}
h2:before, h2:after {
		position: absolute;
		left: 50%;
		top: 100%;
		border: solid rgba(255, 255, 255, 0);
		content: '';
		height: 0;
		width: 0;
		border-width: 14px;
		margin: 0 0 0 -14px;
}
h2:before {
		border-top-color: #13C0DC;
		margin-left: -14px;
}
h2:after {
		border-top-color: #FFF;
		margin: -4px 0 0 -14px;
}
#recommend h2:after {
		border-top-color: #EFEFEF;
}
p {
		margin-bottom: 0;
}
p.date {
    font-size: 90%;
    color: #AAA;
    margin: 5px 10px 0;
    text-align: right;
}
p.subtit {
		font-weight: bold;
}
p.subtit.green {
		color: #67c953;
}
p.subtit.orange {
		color: #FF6122;
}
span {
		color: #13C0DC;
}
small {
		font-size: 80%;
}
img {
		border: 0;
}
input {
		line-height: normal;
}
input[type='checkbox'], input[type='radio'] {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
}
.heading {
		text-align: center;
}
.button {
		position: relative;
		width: 350px;
		height: 35px;
		display: inline-block;
		padding: 10px 0;
		color: #ffffff;
		text-align: center;
		line-height: 2.2em;
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		background-color: #FF6122;
		border-bottom: 5px solid #c84510;
		border-radius: 5px;
		cursor: pointer;
}
.button:hover, .button:active {
		opacity: .7;
}
.button i.fa {
		position: absolute;
		height: 1.1em;
		right: 8px;
		top: 21px;
}
.button.green {
		background: #8CC63F;
		border-bottom: 5px solid #599904;
}
.button .sub {
		display: inline-block;
		border: 1px solid #fff;
		border-radius: 5px;
		line-height: 2.5em;
		font-size: 14px;
		padding: 0 10px;
		margin: 0 10px 0 -10px;
		color: #FFF;
}

/* section */

#main {
		border: none;
		padding: 0;
		z-index: 100;
}
section {
		overflow: hidden;
}
section .inner {
		width: 985px;
		margin: 0 auto;
		padding: 40px 0;
}
section#top {
		background: #D9F1FF url(/loan/img/loan_top.png) repeat-x 0 317px;
		height: 470px;
}
section#ranking {
		background: #FFF;
}
section#recommend {
		background: #EFEFEF;
}
section#choose {
		background: #FFF;
}
section#comparison {
		/*! background: #EFEFEF; */
}
section#mail {
		background: #FCF6B1;
}
section#disclaimer {
		background: #FFF;
}

/* #top */

#top .inner {
		position: relative;
		padding: 0;
}
#top .contentsLeft {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 75px;
		width: 501px;
		height: 395px;
		background: url(/loan/img/loan_top.png) no-repeat 0 -139px / 800px auto;
}
#top .contentsRight {
		position: absolute;
		right: 0;
		/*width: 650px;*/
		font-weight: bold;
}
.anchorlink {
		text-align: center;
		margin: 0 auto;
}
.topTxt {
		text-align: center;
		margin: 0 auto;
}
.topTxt small {
		position: relative;
		padding-bottom: 5px;
		border-bottom: solid 1px #666;
		display: inline-block;
}
.topTxt small:before, .topTxt small:after {
		position: absolute;
		left: 50%;
		top: 100%;
		border: solid rgba(255, 255, 255, 0);
		content: '';
		height: 0;
		width: 0;
		border-width: 14px;
		margin: 0 0 0 -14px;
}
.topTxt small:before {
		border-top-color: #666;
		margin-left: -14px;
}
.topTxt small:after {
		border-top-color: #D9F1FF;
		margin: -2px 0 0 -14px;
}
.logoBox {
		padding-top: 3px;
}
.logoBox small {
		position: relative;
		top: 5px;
		left: -9px;
		padding: 5px 20px;
		color: #FFF;
		background: #13C0DC;
}
.logoBox small:before {
		content: "";
		position: absolute;
		top: 100%;
		height: 0;
		width: 0;
		border: 5px solid rgba(255, 255, 255, 0);
		border-top: 5px solid #10a3ba;
}
.logoBox small:before {
		left: 0;
		border-right: 5px solid #10a3ba;
}
.logoBox span {
		color: #fff;
		font-size: 1.3em;
}
.bank_logos {
		padding: 12px 10px 10px;
		border: solid 3px #13C0DC;
		border-bottom: solid 8px #13C0DC;
		border-radius: 0 15px 15px 15px;
		background: #FFF;
		display: flex;
		justify-content: space-evenly;
}

/* #ranking */

.tab_box1 input {
		display: none;
		visibility: hidden;
}
.tab_box1 label {
		cursor: pointer;
}
.tab_box1 label span {
		position: relative;
		top: 10px;
		color: #FFF;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
		width: 232px;
		padding: 25px 0 30px 0;
		margin-right: 10px;
		border-radius: 5px;
		background-color: #cbcbcb;
		z-index: 1;
		display: inline-block;
}
.tab_box1 label span:hover {
		background-color: #AAA;
}
.tab_box1 input:checked+label span {
		background-color: #13C0DC;
}
.tabcontent_box1 #tabContent1_1, .tabcontent_box1 #tabContent1_2, .tabcontent_box1 #tabContent1_3, .tabcontent_box1 #tabContent1_4 {
		display: none;
}
.tab_box1 #tab1_1:checked~.tabcontent_box1>#tabContent1_1 {
		display: block;
}
.tab_box1 #tab1_2:checked~.tabcontent_box1>#tabContent1_2 {
		display: block;
}
.tab_box1 #tab1_3:checked~.tabcontent_box1>#tabContent1_3 {
		display: block;
}
.tab_box1 #tab1_4:checked~.tabcontent_box1>#tabContent1_4 {
		display: block;
}
.tabcontent_box1 {
		display: inline-block;
		position: relative;
		width: 985px;
		background: #FFF;
		border: solid 4px #13C0DC;
		z-index: 2;
}
.contentsList2 {
		width: 298px;
		float: left;
		padding: 0 14px;
		margin: 20px 0;
		border-right: 2px dotted #EEE;
}
.contentsList2:last-child {
		border-right: none;
		float: right;
}
.contentsList2 dl {
		width: 298px;
		margin: 0 auto;
}
.contentsList2_title dt.crown1 {
		margin: 0 auto;
		width: 57px;
		height: 46px;
		background: url(/loan/img/loan_top.png);
		background-repeat: no-repeat;
		background-position: -568px -512px;
		content: '';
}
.contentsList2_title dt.crown2 {
		margin: 0 auto;
		width: 57px;
		height: 46px;
		background: url(/loan/img/loan_top.png);
		background-repeat: no-repeat;
		background-position: -626px -512px;
		content: '';
}
.contentsList2_title dt.crown3 {
		margin: 0 auto;
		width: 57px;
		height: 46px;
		background: url(/loan/img/loan_top.png);
		background-repeat: no-repeat;
		background-position: -684px -512px;
		content: '';
}
.contentsList2_title dd {
		padding: 20px 0 10px;
		margin: 0;
		text-align: center;
		font-size: 23px;
		font-weight: bold;
}
.contentsList2_title img {
		margin: 20px auto 0;
		text-align: center;
}
.contents_table1, .contents_table2 {
		margin-bottom: 20px;
}
.contentsList2 table {
		width: 280px;
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 0 5px;
}
.contents_table1 th {
		width: 40%;
		text-align: center;
		font-weight: bold;
		border-bottom: 2px solid #EEE;
		line-height: 1em;
}
.contents_table1 th small {
		color: #666;
		font-size: 80%;
}
.contents_table1 td {
		width: 60%;
		padding: 3px 0;
		text-align: center;
		font-size: 27px;
		font-weight: bold;
		color: #ef000f;
		border-bottom: 2px solid #EEE;
}
.contents_table1 td span {
		padding-left: 5px;
		font-size: 10px;
		font-weight: normal;
		color: #AAA;
}
.contents_table span.yearly {
		font-size: 14px;
		color: #666666;
}
.contents_table1 p {
		font-size: 10px;
		color: #AAA;
		text-align: right;
		margin: 0;
}
.contents_table1_2 th {
		width: 50%;
		background: #13C0DC;
		text-align: center;
		font-weight: bold;
		color: #FFF;
}
.contents_table1_2 td {
		width: 50%;
		background: #EFEFEF;
		padding: 7px 0;
		text-align: center;
}

/* #recommend */

.contentsList_box{
		display: inline-block;
		width: 985px;
		padding: 0;
		margin: 0 auto;
}
.contentsList {
		width: 298px;
		float: left;
		margin-right: 15px;
		padding: 20px 10px;
		background: #FFF;
		border-radius: 10px;
		box-shadow: 3px 3px #CCC;
}
.contentsList:last-child {
		margin-right: 0;
		float: right;
}
.contentsList dl {
		width: 298px;
		margin: 0 auto;
}
.contents_title dt {
		position: relative;
		font-size: 13px;
		line-height: 1.4em;
		background: #d2f3f7;
		padding: 10px 0;
		text-align: center;
		border-radius: 20px;
}
.contents_title dt:after {
		position: absolute;
		color: #d2f3f7;
		content: "▼";
		bottom: -9px;
		left: 50%;
		margin-left: -5px;
		font-size: 12px;
		line-height: 1;
		transform: scale(2.0, 1);
		text-align: center;
}
.contents_title dd {
		padding: 20px 0 10px;
		margin: 0;
		text-align: center;
		font-size: 23px;
		font-weight: bold;
}
.contents_title img {
		margin: 20px auto 0;
		text-align: center;
}
.contents_table, .contents_table2 {
		margin-bottom: 20px;
}
.contentsList table {
		width: 280px;
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 0 5px;
}
.contents_table th {
		width: 40%;
		text-align: center;
		font-weight: bold;
		border-bottom: 2px solid #EEE;
		line-height: 1em;
}
.contents_table th small {
		color: #666;
		font-size: 80%;
}
.contents_table td {
		width: 60%;
		padding: 3px 0;
		text-align: center;
		font-size: 27px;
		font-weight: bold;
		color: #ef000f;
		border-bottom: 2px solid #EEE;
}
.contents_table td span {
		padding-left: 5px;
		font-size: 10px;
		font-weight: normal;
		color: #AAA;
}
.contents_table p {
		font-size: 10px;
		color: #AAA;
		text-align: right;
		margin: 0;
}
.contents_table2 th {
		width: 50%;
		background: #13C0DC;
		text-align: center;
		font-weight: bold;
		color: #FFF;
}
.contents_table2 td {
		width: 50%;
		background: #EFEFEF;
		padding: 7px 0;
		text-align: center;
}
.contents_txt {
		display: block;
		margin-bottom: 18px;
}
.contents_txt p {
		font-size: 12px;
		width: 280px;
		margin-bottom: 2px;
		padding-left: 1em;
		text-indent: -1em;
}
.contents_btn {
		width: 280px;
		margin: 0 auto;
}
.contents_btn .button {
		font-size: 130%;
		width: 280px;
		height: 40px;
		line-height: 2.2em;
}
.contents_btn .sub {
		position: relative;
		top: -4px;
}
.contents_btn i.fa {
		line-height: 1.1em;
}

/* #choose */

.tab_box2 input {
		display: none;
		visibility: hidden;
}
.tab_box2 label {
		cursor: pointer;
}
.tab_box2 label span.tab {
		position: relative;
		top: 10px;
		color: #FFF;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
		width: 478px;
		padding: 15px 0 20px 0;
		margin-right: 10px;
		border-radius: 5px;
		background-color: #cbcbcb;
		z-index: 1;
		display: inline-block;
}
.tab_box2 label span.tab:hover {
		background-color: #AAA;
}
.tab_box2 input:checked+label span.tab {
		background-color: #13C0DC;
}
.tabcontent_box2 #tabContent2_1, .tabcontent_box2 #tabContent2_2 {
		display: none;
}
.tab_box2 #tab2_1:checked~.tabcontent_box2>#tabContent2_1 {
		display: block;
		padding: 20px;
}
.tab_box2 #tab2_2:checked~.tabcontent_box2>#tabContent2_2 {
		display: block;
		padding: 20px;
}
#tabContent2_1 h4, #tabContent2_2 h4 {
		font-size: 110%;
		background: #EFEFEF;
		padding: 3px 10px;
		border-left: 5px solid #13C0DC;
		margin: 15px 0 10px;
}
section.process, section.type, section.cost {
		padding: 10px 0;
		margin-bottom: 10px;
		font-size: 90%;
}
section.type {
		overflow: visible;
		margin-bottom: 40px;
}
.hide-wrap {
		position: relative;
}
.hide-btn {
		z-index: 2;
		position: absolute;
		right: 0;
		bottom: -20px;
		left: 0;
		margin: auto;
		padding: 8px 0;
		border: solid 1px #13C0DC;
		background: #fff;
		color: #13C0DC;
		text-align: center;
		width: 97%;
}
.hide-btn:hover {
		background: #13C0DC;
		color: #fff;
}
.hide-btn::before {
		content: "▼ 続きを読む"
}
.hide-item {
		position: relative;
		overflow: hidden;
		height: 200px;
		padding-bottom: 40px;
}
.hide-item::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: linear-gradient(top, rgba(255, 255, 255, 0), #FFF);
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF);
		content: "";
}
.hide-trigger {
		display: none;
}
.hide-trigger:checked~.hide-btn::before {
		content: "▲ 閉じる"
}
.hide-trigger:checked~.hide-item {
		height: auto;
}
.hide-trigger:checked~.hide-item::before {
		display: none;
}
.txtBox {
		padding: 0 20px;
}
.articleBox {
		width: 500px;
		margin: 20px auto 0;
}
.articleBox a {
		display: inline-block;
		border: 1px solid #ddd;
		padding: 10px;
}
.articleBox a:hover {
		border: 1px solid #cbcbcb;
}
.articleBox a:hover p {
		text-decoration: none;
}
.articleImg {
		float: left;
		width: 150px;
		margin-right: 10px;
}
.articleImg img {
		width: 150px;
}
.articleTxt {
		float: right;
		width: 315px;
}
.articleTxt p {
		line-height: 1.3;
		padding: 6px 0 3px;
		text-decoration: underline;
}
.articleTxt p.nomal {
		font-size: 0.9em;
		color: #666;
		text-decoration: none;
}
.tabcontent_box2 {
		position: relative;
		width: 985px;
		background: #FFF;
		border: solid 4px #13C0DC;
		z-index: 2;
}
.tabcontent_box2 h3 {
		color: #FFF;
		font-size: 1.3em;
		background: #13C0DC;
		padding: 8px 25px;
		margin: 20px 0;
}
.tabcontent_box2 i.fa {
		margin-right: 20px;
}
.qaBox {

}
.qaBoxInner {
		display: block;
		background-color: #EFEFEF;
		margin-bottom: 20px;
}
.qaBoxInner:hover {
		background-color: #e5e5e5;
}
.qaBox+.qaBoxInner label {
		position: relative;
		display: block;
		padding: 15px 10px;
}
.qaBox+.qaBoxInner label::before {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		width: 21px;
		height: 14px;
		margin-top: -7px;
		background: url(/loan/img/loan_top.png);
		background-repeat: no-repeat;
		background-position: -795px -515px;
		content: '';
}
.qaBox:checked+.qaBoxInner label::before {
		background: url(/loan/img/loan_top.png);
		background-repeat: no-repeat;
		background-position: -795px -528px;
		content: '';
}
.qaBoxInner span {
		position: relative;
		display: block;
		color: #666;
		line-height: 1.5em;
		padding: 0 50px 0px 60px;
}
.qaBoxInner span::before {
		position: absolute;
		top: 50%;
		left: 13px;
		display: block;
		width: 24px;
		height: 31px;
		margin-top: -18px;
		background-image: url(/loan/img/loan_top.png);
		background-repeat: no-repeat;
		background-position: -743px -512px;
		content: '';
}
.qaBox+.qaBoxInner label+.answer {
		position: relative;
		background: #FFF;
		overflow: hidden;
		max-height: 0;
		opacity: 0;
		margin: 0;
		border-radius: 20px;
}
.qaBox+.qaBoxInner label+.answer::before {
		position: absolute;
		top: 50%;
		left: 24px;
		display: block;
		width: 24px;
		height: 24px;
		margin-top: -18px;
		background-image: url(/loan/img/loan_top.png);
		background-repeat: no-repeat;
		background-position: -768px -516px;
		content: '';
}
.qaBox:checked+.qaBoxInner {
		padding-bottom: 20px;
}
.qaBox:checked+.qaBoxInner label+.answer {
		max-height: 999px;
		opacity: 1;
		margin: 5px 10px;
		padding: 15px 30px 15px 70px;
}

/* #comparison */

#comparison table {
		width: 985px;
		border: 0;
}
#comparison th {
		font-size: 90%;
		padding: 10px 0;
		text-align: center;
		color: #FFF;
		font-weight: bold;
		background: #13C0DC;
		line-height: 1.0em;
}
#comparison tr {
		background: #FFF;
}
#comparison tr:nth-child(even) {
		background: #f9f9f9;
}
#comparison td {
		text-align: center;
		padding: 2px;
		border-bottom: 1px solid #EFEFEF;
		line-height: 1.0em;
}
#comparison .tableTitle {
		width: 240px;
		text-align:left;
		padding-left:15px;
}
.tableTitle img {
		padding-right: 10px;
		vertical-align: middle;
}
.tableButton {
		width: 174px;
}
.tableButton .button {
		width: 160px;
		line-height: 2.3em;
		font-size: 1em;
		top: 3px;
}
.tableButton .button i.fa {
		top: 21px;
}
.tableButton .button .sub {
		font-size: 10px;
		padding: 0 5px;
		margin: 0 5px 0 -20px;
}
#comparison table td span {
		font-size: 70%;
}
#comparison table td span.yearly {
	color: #666666
}
#comparison table td data {
	white-space: nowrap;
}

/* #mail */

#mail h2:after {
		border-top-color: #FCF6B1;
}
#mail p {
		font-weight: bold;
}
#mail .content_inner {
		width: 630px;
		margin: 0 auto;
}
#mail .contentsLeft {
	  width: 269px;
	  height: 233px;
		background: url(/loan/img/loan_top.png) no-repeat -567px -154px;
		float: left;
}
#mail .contentsRight {
		text-align: center;
		float: right;
}
#mail .contentsRight p {
		font-weight: bold;
		font-size: 120%;
		line-height: 1.5em;
}
span#balloon_A {
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		width: 332px;
		height: 58px;
		background: url(/loan/img/loan_top.png) no-repeat -569px -389px;
		display: block;
		margin-bottom: 5px;
}
span#balloon_B {
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		width: 332px;
		height: 58px;
		background: url(/loan/img/loan_top.png) no-repeat -569px -448px;
		display: block;
		margin-bottom: 5px;
}
#mail .content_C {
		text-align: center;
		clear: both;
		padding-top: 10px;
}
#mail a.button {
		width: 360px;
		height: 40px;
		line-height: 2.2;
		font-size: 1.2em;
}
#mail a.button i.fa {
		position: absolute;
		right: 10px;
		top: 22px;
}
#mail small {
		font-size: 60%;
}

/* #disclaimer */

#disclaimer ul {
		font-size: 80%;
		line-height: 1.5;
		color: #838383;
}

/* #pageTop */

#pageTop {
		width: 985px;
		margin: 20px auto;
}
#pageTop p {
		float: right;
}
#pageTop i.fa {
		margin-right: 5px;
}
#pageTop p:hover {
		opacity: .7;
}

/* #niftop */

p#niftytop {
		position: absolute;
		left: 50%;
		top: 18px;
		text-align: right;
		width: 740px;
		margin-left: -250px;
		z-index: 999;
}
p#niftytop a {
		height: auto;
		width: auto;
		text-indent: 0;
		font-size: 0.78em;
}
#headerBanner {
		display: none;
}

/* パンくず */

#breadCrumbNav li span {
		color: #666;
}
#breadCrumbNav li a, #breadCrumbNav li a span {
		color: #13C0DC;
}

/* #footerNavi */

#bottomCaution {
		display: none;
}
#footerNaviContainer {
		font-size: .875em;
}




#top .contentsLeft {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 35px;
    width: 431px;
    height: 395px;
    background: url(/loan/img/loan_top.png) no-repeat 0 -122px / 710px auto;
}

section#top {
    background: #D9F1FF url(/loan/img/loan_top.png) repeat-x 0 317px;
    height: 290px;
}

.topTxt p,.topTxt a {
	display:none;
}