@charset "UTF-8";

:root {
/*キーカラー*/--keycolor:#0082c8;
/*キーカラーサブ--keycolor_sub:#009b3c;*/

}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}


html,
body {
    font-family:sans-serif;
    padding:0;
    min-height:100%;
}
html {
    font-size:62.5%;
    margin:0;
    width:100%;
}
body {
    -webkit-text-size-adjust: 100%;
    background:#135597;
    color:#111;
    font-family:"Yu Gothic","游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size:14px;
    font-size:1.4rem;
    margin:0 auto;
    padding:0;
    width:100%;
    max-width:640px;
}


h1,h2,h3,h4,h5,h6,
p,
address,
ul,ol,li,dl,
dt,dd,table,
caption,
th,td,
img,
form {
  border: none;
  border-collapse: collapse;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}


a {
  color: #111;
  text-decoration: none;
}
p {
  margin: 0;
}
img {
  border-style: none;
  vertical-align: bottom;
}
hr {
  display: none;
}
em {
  font-style: normal;
}


* html .CF {
  height: 1%;
}
* + html .CF {
  min-height: 1%;
}
.cf {
  display: block;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}


input {
  line-height: normal;
  vertical-align: top;
}
textarea {
  font-size: 100%;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a,
input,
textarea,
select {
  outline: none;
}
input,
textarea,
select {
  font-size: 1.6rem;
}
input[type="email"] {
  line-height: 2;
}
.personals input[type="tel"],
.personals input[type="email"],
.personals input[type="text"],
.personals textarea,
select {
  background: #fff;
  border: 2px solid #969696;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0.5em;
}
select {
  height: 50px;
  width: 100%;
}


ul.t {
  display: table;
  width: 100%;
}
ul.t li.t {
  display: table-cell;
}
.centering {
  text-align: center;
}
.righting {
  text-align: right;
}


/*brak point*/
.max374 {
  display: none;
}
@media screen and (max-width: 374px) {
.max374 {
display: block;
}
}


/*header*/
header p.o_name{
  background:#fff;
  line-height:1;
  padding:7px 5px 5px;
  text-align:center;
  width:100%;
}
p.o_name img{
  width:50%;
  height:auto;
}
@media screen and (min-width:640px) {
p.o_name img{
width:40%;
}
}


h1{
  background:#14a5e1;
  color:#fff;
  font-size:20px;
  font-weight:bold;
  line-height:1;
  padding:10px 5px;
  text-align:center;
  width:100%;
}
h1 .yellow {
  color:#ffff00;
}

article {
  overflow: hidden;
  position: relative;
  width: 100%;
}
div.main{
    width:100%;
    height:auto;
    position:relative;
}
div.main p img{
    width:100%;
    height:auto;
}
div.main div.anime{
    position:absolute;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}
div.main p.animation{
    width:38%;
    height:auto;
}


#loader {
  background: #fff;
  border-radius: 20px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  padding: 10px;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 5;
}
#loader img {
  height: auto;
  width: 100%;
}


button {
  background: #0b87c2;
  border:  solid #135597;
  border-width: 0 0 5px;
  border-radius: 10px;
  color:#fff;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.8em 0.7em;
  position: relative;
  text-align: center;
  width: 100%;
  transition:0.3s;
}
button:focus {
  outline-width: 0;
}
button:focus,
button:active,
button:hover {
  background:#43A8F7;
}


/*main contents*/
ul#articles{/*#space_countの高さ分*/
    margin-top:-30px;/*-36*/
}
li.space {
  float: left;
  padding-bottom: 10px;
}
li.col {
  float: left;
}


section#space_answer {
  background: transparent;
  margin:0 10px;/* 28% 10px 0 10px*/
  min-height: 190px;
  padding: 35px 5px 10px;
  position: relative;
}


/*ページャー（あと○つ*/
#space_count {
  background: #fff;
  border-radius: 5px 5px 0 0;
  height:30px;/*ul#articles margin-topマイナスする*/
  left: 0;
  margin:auto auto auto 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 2;
}
#space_count ul {
  width: 210px;
}
#space_count li {
  color: #111;
  float: left;
  font-size:14px;/*1.5rem*/
  font-weight: 700;
  line-height:1;
  padding:5px 3px;
  text-align: center;
  white-space: nowrap;
  width: 70px;
}
#space_count em {
  color: #111;
  font-weight: 700;
}
#space_count em span{
  color:#ff9600;
  font-size:20px;/*2.4rem*/
}


div.contents_wrapper {
  padding:0 0 20px;/* 16px 0px 20px*/
  position: relative;
  z-index: 0;
}


/*質問文*/
.title {
  background: #fff;
  border-radius:0 5px 5px 5px;
  font-size: 1.6rem;
  height:50px;/*65px*/
  margin: 0;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}
.title ul li {
  float: left;
  font-weight: bold;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.title ul li .icon_q {
  display: block;
  line-height: 45px;
  text-align: left;
  vertical-align: top;
}
.title ul li .icon_q:before {
  background: url(../img/icon_q.png) center bottom/contain no-repeat;
  content: '';
  display: inline-block;
  height: 32px;
  margin: 7px 5px 0 5px;
  overflow: hidden;
  vertical-align: sub;
  width: 24px;
}
.title ul li .icon_q.small {
  font-size: 1.5rem;
}


#spece_contents {
  background: #fff;
  border-radius: 5px;
  margin: 10px 0 20px 0;
  padding: 30px 15px;
  overflow: hidden;
}
.nokori {
  font-size: 16px;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  margin: 20px 0;
}
.nokori_cl {
  font-size: 20px;
  color: #135597;
  margin: 0 2px;
}


/*回答ボタン*/
.button_list {
  align-items: center;
  margin: 10px auto 0;
  padding: 0 30px;
  width: 100%;
  /*max-width: 320px;320px*/
}


.button_list li {
  flex-shrink: 0;
  padding: 5px 10px 0;
  width:100%;
}
.button_list--large {
  justify-content: flex-end;
  max-width: 400px;
  padding: 5px 10px 10px 15px;
}
.button_list--large li {
  padding: 0;
}
.button_list--large li:not(:first-child) {
  padding-left: 5px;
}
.button_list--large li:nth-child(n+3) {
  padding-top: 5px;
}
.button_list--large button {
  font-size: 1.3rem;
}
.button_list--righting {
  justify-content: flex-end;
}


/*借入金額*/
.col_debt_amount input {
  background:#fff;
  border: 2px solid #969696;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.8rem;
  padding: 0.8em 1em;
  text-align:center;
  width: 80%;
}
#number_input {
  margin: 12px 5px 0 45px;
}
#number_input span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 5px 3px;
  vertical-align: bottom;
}
#number_input em {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin: 0 3em 0.5em 0;
  text-align: center;
}


/*戻る*/
p.back {
  color:#333;
  font-size: 1.2rem;
  margin: 30px 0 0 15px;
}
p.wt {
  color: #fff;
}


/*個人情報入力*/
.personals {
  /* background: #fff; */
  border-radius: 5px;
  margin: 310px 20px 0;
  min-height: 230px;
  padding: 30px 0 0;
  position: relative;
  z-index: 1;
  top: -260px;
  font-size: 30px;
  font-weight: bold;
}
.personals .title {
  height: auto;
  line-height: 1.4;
  margin: 10px 0 0 0;
  padding: 0 0 12px;
  text-align: center;
  background: #fff;
}
.personals dl {
  font-size: 1.6rem;
  margin: 0 15px;
}
.personals dt {
  font-size: 15px;
  font-weight: 700;
  margin: 16px 0 0;
}
.personals dd {
  margin: 0.4em 0 0;
}
.personals dd.tel {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.personals dd.tel span {
  font-size: 3.2rem;
}
.personals dd.tel input {
  height: 50px;
  vertical-align: baseline;
  text-align:center;
}
.personals input[type="tel"],
.tel .select_box {
  width: 27%;
}
.personals input[type="email"],
.personals input[type="text"] {
  height: 50px;
  width: 100%;
}
.personals textarea {
  height: 60px;
  width: 100%;
}


/*select box*/
.select_box {
  position: relative;
}
.select_box:after {
  background: url(../img/icon_arrow.png) left top/contain no-repeat;
  border: none;
  content: '';
  display: block;
  height: 9px;
  overflow: hidden;
  position: absolute;
  right: 4vmin;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
}


/*計算中・計算完了*/
.title_result_text {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  /*width: 110px;*/
}
/*送信ボタン*/
p.to_button{
    margin:20px auto 0;
    text-align:center;
}
p.to_button span{
    color:#111;
    font-size:16px;
    font-size:1.6rem;
    font-weight:bold;
    position:relative;
}
p.to_button span:before{
    background:url("../img/to_button_left.png") no-repeat;
    background-size:100% 100%;
    content:"";
    position:absolute;
    width:27px;
    height:20px;
    left:-35px;
    top:0;
}
p.to_button span:after{
    background:url("../img/to_button_right.png") no-repeat;
    background-size:100% 100%;
    content:"";
    position:absolute;
    width:27px;
    height:20px;
    right:-32px;
    top:0;
}
p.button {
  margin: 10px auto 0;
  width:250px;/*165px*/
}
button#submit{
    background:#ff9600;
    border: 2px solid #fa7300;
}
button#submit:focus,
button#submit:active,
button#submit:hover {
  background:#fa7300;
}


#submit:disabled {
  background:#ddd;
  border: 2px solid #ccc;
}
#submit:disabled:after {
  background:#ddd;
}
#submit em.abled {
  display: inline;
    font-size:20px;
    font-size:2.0rem;
}
#submit:disabled em.abled,
#submit em.disabled {
  display: none;
}
#submit:disabled em.disabled {
  color: #111;
  display: inline-block;
  margin-left: 1em;
}
#submit:disabled em.disabled span {
  -webkit-animation: letter_anime 1s ease -2s infinite alternate;
  animation: letter_anime 1s ease -2s infinite alternate;
  position: relative;
    font-size:20px;
    font-size:2.0rem;
}
@-webkit-keyframes letter_anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes letter_anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#submit:disabled em.disabled span:nth-of-type(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
#submit:disabled em.disabled span:nth-of-type(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
#submit:disabled em.disabled span:nth-of-type(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
#submit:disabled em.disabled span:nth-of-type(5) {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
#submit:disabled em.disabled span:nth-of-type(6) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.btn_and {
  font-size: 18px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
}

.thanks_txt{
  font-size: 26px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  margin: 10px 0 20px;
  color: #fff;
  line-height: 1.3;
}
.sp {
  display: none;
}
@media screen and (max-width:540px) {
  .thanks_txt{
    font-size: 18px;
    margin: 90px 0 20px;
  }
  .sp {
    display: block;
  }
}

.line_dtl{
	background:#135597;
  margin: 30px 0 0;
}
.line_dtl_ttl{
	padding-top: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.line_dtl_txt {
	margin-top: 10px;
	padding: 0 20px 20px 20px;
	color: #ffffff;
	text-align: center;	
	font-size: 12px;
	line-height: 1.5;
}


/*div.footer*/
div.footer{
    background:#135597;
    width:100%;
    max-width:640px;
    text-align:center;
    margin:0 auto;
    padding:340px 0 15px;
}
div.footer p{
    display:inline-block;
    padding:0 5px;
}
div.footer p a{
    color:#fff;
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
}


/*thanksページ*/
body.thanks header p.o_name{
    margin:0;
}
.thanks article {
  background: none;
}
.thanks .comment_space {
  background:#fff;
  border-radius: 5px;
  margin: 15px 10px;
  /*min-height: 230px;*/
  padding:35px 10px;/* 10px 15px 20px*/
  position: relative;
}
.thanks .title_thanks {
  color:#fa7300;
  display: block;
  font-size: 2.7rem;
  font-weight: 700;
  margin:0;
  text-align: center;
}
.thanks .comment_space p{
  color: #000;
  margin: 1em  0 0 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}


/*error*/
.error .comment_space {
  background: #fff;
  border-radius: 5px;
  margin: 15px 10px;
  min-height: 230px;
  padding: 10px 10px 20px;
  position: relative;
}
.error_title {
  font-size: 2rem;
  font-weight: 700;
  margin: 1em 0;
  text-align: center;
}
.error_text {
  color: #c30;
  font-weight: 700;
  text-align: center;
}
p.point {
    color: #333;
    font-size: 10px;
    margin: 10px 0 30px;
    text-align: center;
}
p.point span {
    display: block;
    max-width: 280px;
    text-align: left;
    margin: 5px auto 0;
}

/*手順2step 追加*/
.thanks h3{
  color: var(--keycolor);
  text-align: center;
  font-size:25px;
  position: relative;
  margin: 2.5rem 0 1.5rem;
  font-weight: bold;
}
@media screen and (min-width:640px) {
.thanks h3{
font-size:30px;
}
}
@media screen and (max-width:375px) {
.thanks h3{
font-size:20px;
}
}

.thanks h3::before{
  content: "";
    width: 30%;
    border-bottom: 2px solid var(--keycolor);
    position: absolute;
    left: 5px;
    top: 40%;
}
.thanks h3::after{
  content: "";
    width: 30%;
    border-bottom: 2px solid var(--keycolor);
    position: absolute;
    right: 5px;
    top: 40%;
}
.thanks p{
  margin: 1em  0 0 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}
.thanks div.thanks_dtl{
    margin:30px 0 0;
    border-radius: 10px;
}


.thanks .thanks_dtl_office{
  border: 3px solid var(--keycolor);
  padding: 0 0 15px;
}
.thanks .thanks_dtl_office .tel {
  background:var(--keycolor);
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 0;
  text-align: center;
  margin: 1em auto 0;
  width:90%;
}

div.thanks_call{
    margin-top:15px;
    text-align:center;
}
.thanks .thanks_dtl_office .thanks_call_num/*,
.thanks .thanks_dtl_office .thanks_call_num a*/{
    background:url(../img/tel.png) no-repeat;
    background-size:22px auto;
    background-position:0;
    color:#fa7300;
    display:inline-block;
    font-size:25px;/*8.3vw*/
    font-weight:700;
    line-height:1.6;
    margin:0;
    padding:0 0 0 25px;
}
@media screen and (min-width: 640px) {
.thanks .thanks_dtl_office .thanks_call_num{
background:url(../img/tel.png) no-repeat;
background-size:30px auto;
background-position:0;
font-size:40px;/*3vw*/
padding:0 0 0 40px;
}
}
@media screen and (max-width:540px) {
.thanks .thanks_dtl_office .thanks_call_num{
background:url(../img/tel.png) no-repeat;
background-size:20px auto;
background-position:0;
font-size:22px;/*3vw*/
padding:0 0 0 22px;
}

button {
  background: #0b87c2;
  border:  solid #135597;
  border-width: 0 0 5px;
  border-radius: 10px;
  color:#fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.4em 0.7em;
  position: relative;
  text-align: center;
  width: 100%;
  transition:0.3s;
}

}
/*.thanks_call_num:before {
  content:'';
  background:url(../img/tel.png) no-repeat;
  background-size:30px auto;
  background-position:0 0;
  display: inline-block;
  width:30px;
  height:39px;
  position:absolute;
  left:0;
  top:0;
}*/


.thanks .thanks_dtl_office .office_text{
  margin: 0.7em 0 0;
}


/*手順2step追加 おわり*/
.thanks .thanks_text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin:30px 0 0;
  text-align: center;
}
.thanks_tel_info {
  border: 3px solid #009b3c;
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
}


.thanks .thanks_call_desc {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.thanks .thanks_last_text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin:30px 0 0 0;
  text-align: center;
}



/*youtube*/
.video {
  text-align: center;
  width: 100%;
}
.video_triangle {
  border: 20px solid transparent;
  border-top: 20px solid #bebebe;
  display: block;
  margin: 0 auto 20px;
  height: 0;
  position: relative;
  width: 0;
}
.video_triangle:before {
  content: '';
  border: 20px solid transparent;
  border-top: 20px solid #dcdcdc;
  display: block;
  position: absolute;
  left: -20px;
  right: 0;
  margin: auto;
  top: 7px;
  height: 0;
  width: 0;
}
.video_img {
  width: 100%;
}
.video_img img {
  max-width: 100%;
}


/*手順1&手順2*/
.thanks .video_title,
.thanks .thanks_dtl_title{
    border:3px solid var(--keycolor);
    border-radius:10px;
    display:flex;
    text-align:left;
    z-index:1;
}
.thanks .video_title .title_text-1,
.thanks div.thanks_dtl_title .title_text-1{
    background:var(--keycolor);
    color:#fff;
    font-size:16px;
    font-weight:bold;
    line-height:1.6;
    min-height:100%;
    padding:10px 0;
    width:20%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.thanks .video_title .title_text-2,
.thanks div.thanks_dtl_title .title_text-2{
    font-size:16px;
    font-weight:bold;
    line-height:1.6;
    text-align:left;
    padding:10px 5px 10px 8px;
    margin:0;
    width:80%;
}
.thanks .video_title .title_text-2 span,
.thanks div.thanks_dtl_title .title_text-2 span{
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
@media screen and (min-width:640px) {
.thanks .video_title .title_text-1,
.thanks div.thanks_dtl_title .title_text-1,
.thanks .video_title .title_text-2,
.thanks div.thanks_dtl_title .title_text-2{
font-size:20px;
}
}
@media screen and (max-width:375px) {
.thanks .video_title .title_text-1,
.thanks div.thanks_dtl_title .title_text-1,
.thanks .video_title .title_text-2,
.thanks div.thanks_dtl_title .title_text-2{
font-size:13px;
}
}


.is_privacy_read_text {
    margin: 20px 0;
    text-align: center;
    font-size: 12px;
}


.checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox:before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 14px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 14px;
}
.checkbox:after {
    border-right: 3px solid #06b5b5;
    border-bottom: 3px solid #06b5b5;
    content: '';
    display: block;
    height: 9px;
    left: 9px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox:after {
    opacity: 1;
}
.fv {
  display: block;
  width: 100%;
  margin: 0 auto;

}
.fv img {
  display: block;
  width: 100%;
  height: auto;
}

.colTi {
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 3px solid;
  margin: 0 19px;
}

.colTi span {
      font-weight: bold;
    font-size: 30px;
}

.colTi .mum {
  width: 54px;
  color: #135597;
}

#space_2 .img {
  margin-bottom: 0.15em;
}

#space_2 .img img {
  width: 100%;
  height: auto;
}
#space_2 .ttl {
	margin:20px;
}
#space_2 .img.btn {
  margin: 0 10px 0.15em;
}

.acd {
  background: #e5e5e5;
  padding: 20px;
  margin: 30px 20px 0;
}
.acd__ti {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    padding: 15px 20px;
  position: relative;
}

.acd__ti::after {
  content: "";
  position: absolute;
  background: url("../img/ic_01.png") no-repeat;
  background-size: 28px 20px;
  width: 28px;
  height: 20px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(180deg);
  transition: .5s;
}
.acd__ti.show::after {
  transform: rotate(0deg);
  transition: .5s;
}

.acd__dt.show {
  display: block;
  transition: .5s;
}

.acd__dt {
  display: none;
  transition: .5s;
}

.acd__dt p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
      line-height: 1.7;
  margin-bottom: 1em;
}
.acd__dt p:last-child {
  margin-bottom: 0;
}
.acd__dt .right {
  text-align: right;
}


@media screen and (max-width:640px) {

  #spece_contents {
    padding: 20px 3vw;
  }

  .button_list {
    padding: 0 2vw;
  }

  .colTi .mum img {
    width: 11vw;
  }

  .colTi span {
    font-size: 4.4vw;
  }

  .acd__dt p {
    font-size: 4vw;
  }

  .personals {
    margin: 310px 0px 0;
    min-height: 230px;
    padding: 0;
  }
}

#space_2 {
  margin-bottom: -240px;
}

.line_btn {
  width: 100%;
  margin: 0 auto;
}
.mg {
  margin: 20px 0 0;
}
video{
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: -1px;
	padding: 0;
}