/* style.css */

@charset "UTF-8";

@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

body {
	background: #FFFFFF;
	color: #000;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Noto Sans JP',YuGothic, '游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	-webkit-text-size-adjust: 100%;
}
a,a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a img:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}


.is-sp {display: none;}
.is-pc {display: block;}

#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#wrapper img {
	max-width: 100%;
	vertical-align: bottom;
}

header {
	display: flex;
	justify-content:space-between;
}


.tel {
	padding: 10px 10px 0;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
.tel a {
	display: block;
	color: #e65504;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

.sp-nav {
	display: none;
}

footer {
	padding-top: 20px;
	background: #736357;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.footer-sig,
.footer-info {
	padding: 5px 10px;
}
footer address {
	margin-top: 20px;
	background: #fff;
	color: #000;
	padding: 10px 15px;
}

.inner-block {
	margin: 0 auto;
	max-width: 1024px; 
	position: relative;
	padding-bottom: 3%;
}
.btn-group .btn_apply {
	margin: 0 auto;
	max-width: 820px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: center;
}
.btn-group p{
	font-size: 1.1em;
	font-weight: bold;
}
.btn-group .btn_apply .text{
	font-size: 1.3em;
	padding-left: 20px;
	font-weight: bold;
}
.btn-group .btn_apply p{
	width: 50%;
	box-sizing: border-box;
}
.btn-group .btn_apply .text strong {
	font-size: 1.5em;
	font-weight: bold;
	color: #F00;
}
#fv {
}

#fv .inner-block {
	padding-bottom: 0;
}

#block01 {
	padding-top: 15%;
	background: #d9e8f4 url(../images/arrow_white.svg) center top no-repeat;
	background-size: 100% auto;
}
#block01 .inner-block {
	max-width: 900px;
}
#block01 .point {
	display: flex;
	flex-wrap: wrap;
}
#block01 .point_box {
	padding: 1%;
	box-sizing: border-box;
	width: 33%;
	position: relative;
}
#block01 .point_box img {
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	border-radius: 3.3%; 
	-webkit-border-radius: 3.3%;
	-moz-border-radius: 3.3%; 
}
#block01 .point_box .text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	top: 56.5%;
	width: 100%;
	height: 40%;
	box-sizing: border-box;
	padding: 0 10%;
}
#block01 .point_box p {
	width: 100%;
	font-size: 1.1em;
	line-height: 1.3;
}
#block01 #point4 .text {
	top: 45%;
}
#block01 #point4 dl {
	display: flex;
	flex-wrap: wrap;
}
#block01 #point4 dt {
	font-size: 1.1em;
	line-height: 1;
	font-weight: bold;
	padding: 1.5% 0;
	box-sizing: border-box;
	width: 70%;
	border-bottom: #e5f0f7 3px solid;
}
#block01 #point4 dd {
	font-size: 2.2em;
	line-height: 1;
	color: #be272d;
	font-weight: bold;
	box-sizing: border-box;
	width: 30%;
	border-bottom: #e5f0f7 3px solid;
}
#block01 #point4 dd span {
	font-size: 0.75em;
	font-weight: bold;
}
#block01 #point4 p {
	font-size: 0.9em;
	text-align: right;
}


#block02 {
	padding-top: 15%;
	background: #fff url(../images/arrow_blue.svg) center top no-repeat;
	background-size: 100% auto;
}
#block02 .inner-block {
	padding-bottom: 0;
}

#block02 p {
	margin: 30px 0 0;
	font-size: 26px;
}

#block03 {
	padding-top: 15%;
	background: #d9e8f4 url(../images/arrow_white.svg) center top no-repeat;
	background-size: 100% auto;
}
#block03 .step {
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
}
#block03 .step_box {
	box-sizing: border-box;
	width: 25%;
	position: relative;
}
#block03 .step_box .text {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	top: 14%;
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	padding: 0 11%;
}
#block03 .step_box .text h2{
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 5%;
}
#block03 .step_box .text p{
	text-align: left;
	line-height: 1.4;
}
#block03 .step_box .text p strong{
	color: #ff0000;
	font-weight: bold;
}
#block03 .note {
	margin: 30px 0 0;
	font-size: 20px;
	font-weight: bold;
}

#block04 {
	background: url(../images/block04_bg.png) center top no-repeat;
}
#block04 .inner-block {
	max-width: 100%;
	padding-top: 15%;
	background: url(../images/arrow_blue_s.svg) center top no-repeat;
	background-size: 100% auto;
}
#block04 .note {
	margin: 30px 0;
	font-size: 18px;
	font-weight: bold;
}

#block04 .table_box {
	margin: 0 auto;
	max-width: 1000px;
	box-sizing: border-box;
	padding: 0 2.5%;
}

#block05 {
background: rgb(0,148,220);
background: -moz-linear-gradient(top,  rgba(0,148,220,1) 0%, rgba(0,104,179,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,148,220,1) 0%,rgba(0,104,179,1) 100%);
background: linear-gradient(to bottom,  rgba(0,148,220,1) 0%,rgba(0,104,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094dc', endColorstr='#0068b3',GradientType=0 );
}
#block05 .inner-block {
	padding: 20% 2.5% 0;
	background: url(../images/arrow_white.svg) center top no-repeat;
	background-size: 100% auto;
	max-width: 100%;
	color: #fff;
}

#block05 h1{
	font-size: 50px;
	font-weight: bold;
}
#block05 .branch {
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 5px;
}
#block05 .branch_box {
	color: #000;
	margin: 0.5%;
	box-sizing: border-box;
	padding: 15px;
	width: 49%;
	background: #fff;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
	position: relative;
}
#block05 .branch_box h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1.5%;
}
#block05 .branch_box dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #b2d2e8;
}
#block05 .branch_box dt {
	text-align: center;
	font-weight: bold;
	padding: 1.5%;
	box-sizing: border-box;
	width: 20%;
}
#block05 .branch_box dt:first-Child {
	border-bottom: #fff 2px solid;
}
#block05 .branch_box dd {
	background: #fff;
	padding: 1.5%;
	line-height: 1.5;
	box-sizing: border-box;
	width: 80%;
	border-bottom: #fff 2px solid;
}

#block05 .branch_box .map {
	width: 12.5%;
	position: absolute;
	right: 10px;
	top: 10px;
}
#block05 .note {
	padding: 20px 5%;
	font-size: 18px;
	font-weight: bold;
}

#block06 {
	margin-top: 3%;
	background: #dad6d2;
	padding: 3%;
}

#block06 h1 {
	color: #534741;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1.5%;
}

#block06 table {
	text-align: left;
}


.simulation table {
  width: 100%;
  border-collapse: collapse; }

.simulation .input-date,
.simulation .input-date-2 {
  width: 70px;
  padding: 0 0 0 10px;
  margin-right: 10px; }

.simulation .input-date-2 {
  margin-left: 10px; }

.simulation .in-yen::after {
  content: "お借入希望額は100千円以上にしてください。";
  background: #fff;
  border: 2px solid #ee783a;
  opacity: 0;
  position: absolute;
  bottom: -35px;
  left: -70px;
  padding: 5px 20px;
  border-radius: 10px;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.simulation .simulation .in-yen.few::after {
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.simulation .in-period {
  position: relative; }

.simulation .in-period::after {
  content: "返済期間は35年以内にしてください。";
  background: #fff;
  border: 2px solid #ee783a;
  opacity: 0;
  position: absolute;
  bottom: -35px;
  left: -70px;
  padding: 5px 20px;
  border-radius: 10px;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.simulation .in-period.over::after {
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.simulation .calculation {
  position: relative; }

.simulation .calculation::after {
  content: "未入力欄を記入してください。";
  position: absolute;
  top: -30px;
  left: 0;
  color: red;
  font-size: 14px;
  right: 0;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.simulation .calculation.notyet::after {
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.simulation .calculation:focus {
  outline: none; }

.simulation .input-yen {
  width: 50%;
  padding: 0 0 0 10px;
  margin-right: 10px; }

.simulation .input-interest {
  width: 70%;
  padding: 0 0 0 10px;
  margin-right: 10px; }

.simulation .calculation {
  text-align: center;
  margin: 50px 0; }
  .simulation .calculation button {
    padding: 0;
    background: none;
    border: none;
    margin: 0 auto;
	}

.simulation .input-area th {
  background: #93c9d2;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  border-left: 1px solid #fff; }

.simulation .input-area td {
  background: #f8f8f8;
  text-align: center;
  padding: 10px 0;
  border-left: 1px solid #fff; }

.simulation .reference th {
  background: #1facc5;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  border-left: 1px solid #fff; }

.simulation .reference td {
  background: #f8f8f8;
  padding: 10px;
  border-left: 1px solid #fff; }

.simulation-result {
  margin-top: 30px; }
  .simulation-result th.caption1 {
    background: #bbb;
    color: #fff;
    text-align: left;
    padding: 10px 20px; }
  .simulation-result th.caption {
    background: #ee783a;
    color: #fff;
    text-align: left;
    padding: 10px 20px; }
  .simulation-result th.monthly {
    font-weight: bold; }
  .simulation-result th {
    font-weight: normal;
    padding: 10px;
    background: #d8d8d8;
    border-left: 1px solid #fff;
    text-align: center; }
  .simulation-result td {
    padding: 10px;
    background: #e8e8e8;
    border-left: 1px solid #fff;
    text-align: center; }
.simulation-result {

    display: none;
    overflow: hidden;

}
.calculation:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	cursor: pointer;
}

#block06 table {
  border-top: 1px solid #d0d0d0; }
  #block06 table tr {
    border-bottom: 1px solid #d0d0d0; }
  #block06 table th {
    background: #ededed;
    width: 25%;
    padding: 5px 10px;
	box-sizing: border-box;
    font-weight: normal; }
  #block06 table td {
    background: #f8f8f8;
    width: 75%;
	box-sizing: border-box;
    padding: 5px 10px; }
  #block06 table .list-d li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #block06 table .list-d li::before {
      content: "〇";
      display: block; }




@media screen and (max-width: 768px) {
.is-pc {display: none;}
.is-sp {display: block;}

body {
	font-size: 20px;
}
#wrapper {
	width: 100%;
}
header h1 img {
	width: 35vw;
}
.tel {
	padding: 1vw 1vw 0;
	font-size: 3.0vw;
}
.tel a {
	font-size: 4.8vw;
	margin-bottom: 1vw;
}
.tel a img {
	width: 7vw;
}

  .inner-wrap {
    width: 100%; }
  .row {
    margin-right: 0;
    margin-left: 0; }
	
.btn-group .btn_apply {
	flex-direction: column;
	justify-content:center;
}
.btn-group p{
	font-size: 3vw;
}
.btn-group .btn_apply p{
	width: 100%;
}
.btn-group .btn_apply .text{
	font-size: 4vw;
	padding: 0;
}
.btn-group .btn_apply .text strong {
	font-size: 1.5em;
	font-weight: bold;
	color: #F00;
}


.sp-nav {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.sp-nav ul {
	display: flex;
}
.sp-nav li {
	width: 50%;
}
.sp-nav li img {
	width: 100%;
}
footer {
	font-size: 0.8em;
}
footer address {
	padding-bottom: 25vw;
}
#block01 .point {
	margin: 0 auto;
	width: 95%;
}
#block01 .point_box {
	padding: 2%;
	width: 50%;
}
#block01 .point_box img {
	width: 100%;
}
#block01 .point_box p {
	font-size: 2.6vw;
}
#block01 #point4 dt {
	font-size: 2.6vw;
}
#block01 #point4 dd {
	font-size: 5.4vw;
}
#block01 #point4 p {
	font-size: 2.4vw;
}

#block02 p {
	margin: 4.6vw 0;
	font-size: 4.6vw;
}
#block02 .member {
	overflow: hidden;
}
#block02 .member img{
	max-width: 170%!important;
	position: relative;
	left: -35%;
}
#block03 .step_box {
	width: 100%;
}
#block03 .step_box .text {
	left: 4%;
	top: 8vw;
	width: 45%;
	height: 30vw;
	padding: 0 2%;
}
#block03 .step_box .text h2{
	font-size: 4vw;
}
#block03 .step_box .text p{
	font-size: 2.8vw;
}

#block03 .note {
	margin: 3vw 0 0;
	font-size: 4vw;
}
#block04 .note {
	margin: 3vw 0;
	font-size: 3.2vw;
}

#block05 h1{
	font-size: 8vw;
}
#block05 .branch {
	width: 95%;
}
#block05 .branch_box {
	margin: 1%;
	width: 98%;
}
#block05 .note {
	padding: 3vw 5vw 5vw;
	font-size: 3.2vw;
}
	
  #block06 table th {
    display: block;
    width: 100%; }
  #block06 table td {
    display: block;
    width: 100%; }
  .simulation table {
    font-size: 1.2rem; }
  .simulation .calculation button {
    padding: 20px;
    width: 100%; }
  .simulation .input-area td {
	  width: 33%;
	  white-space: nowrap;
    text-align: left;
    padding: 10px; }
  .simulation .input-yen {
	font-size: 1.5rem; 
    padding: 10px; }
  .simulation .input-date {
	  width: 50%;
    font-size: 1.5rem; 
    padding: 10px; }
  .simulation .input-date-2 {
	  width: 50%;
    margin: 10px 0;
    font-size: 1.5rem; 
    padding: 10px; }
  .simulation .input-interest {
	  width: 50%;
    font-size: 1.5rem; 
    padding: 10px; }
}
