@charset "UTF-8";

:root {
/*キーカラー*/--keycolor:#255094;
/*キーカラーサブ*/--keycolor-sub:#009b3c;

}

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


html,
body {
  font-family: sans-serif;
  height: 100%;
  margin: 0 auto;
  max-width: 640px;
  padding: 0 0;
  width: 100%;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  background:#eff5f8;
  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;
  padding: 0;
}

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;
  font-weight: bold;
}
p {
  margin: 10px 0 0;
  line-height: 1.9;
  font-size: 16px; /*1.6rem*/
  font-size: 1.6rem;
  color: #333;
}
img {
  border-style: none;
  vertical-align: bottom;
}
p img {
  width: 100%;
  height: auto;
}
hr {
  display: none;
}
em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}
/* .container {
  margin:0 0 40px;
} */
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}


/* main_contents */

.main_contents {
  margin: 0 auto;
  padding: 0;
  /* padding-bottom: 20px; */
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.fv {
  text-align: center;
  margin: 2px 10px 0 0;
  padding: 10px 5px 20px;
  font-size: 7.4vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  width: 100%;
  background: #00b901;
  letter-spacing: 0.01em;
}
.fv .small{
  font-size: 6vw;
}
.fv .yellow{
  letter-spacing: 2px;
}
.fv_em{
  font-size: 17px;
  font-size: 1.7rem;
  background: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  color: #00a501;
  line-height: 1.5;
  display: inline-block;
  margin: 0 0 5px;
}
.header_icon{
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.header_icon img{
  width: 100%;
}
h2 {
  font-size: 36px;
  font-size: 4.6875vmin;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px 0 20px;
  /* border-bottom: 3px solid #b5b5b5; */
  letter-spacing: -0.1rem;
  padding: .75em 0 .75em;
  position: relative;
}

/* h2::after {
  border-bottom: solid 3px #00a501;
  bottom: -3px;
  content: '';
  display: block;
  left: 0px;
  position: absolute;
  width: 30%;
} */
.spOnly {
  display: inline-block;
}

@media screen and (min-width: 641px){
  .fv {
    padding: 20px 0;
    font-size: 35px;
    font-size: 3.5rem;
  }
  .fv .small{
    font-size: 28px;
    font-size: 2.8rem;
  }
  .fv_em{
    font-size: 25px;
    font-size: 2.5rem;
  }

  h2{
      font-size: 22px;
  }
  .spOnly {
    display: none;
  }

}


/*****************************

文字の装飾

******************************/
.yellow{
  color: #fffc33;
  font-weight: bold;
}
.bold{
  font-weight: bold;
}
.sub{
  margin-top: 5px;
  font-size: 14px;
  text-align: right;
  color: #777;
}

/*PR表記*/
.pr_text {
  font-size: 14px;
  text-align: right;
  color:#797979;
  margin: 0 10px -20px;
}

/*****************************

画像

******************************/
.sim{
  text-align: center;
}

.sim img{
  width: 70%;
}


/*****************************

アクション

******************************/
/* .action_1{
  position: relative;
}
.action_1::after{
  display: inline-block;
  content: "";
  width: 80vw;
  height: 100px;
  background:url("../img/counter_1.gif") left top/contain no-repeat;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.action_2{
  background: #FEFF00;
  margin: 0;
  padding: 0 10px 30px;
}

@media screen and (min-width: 641px){
  .action_1::after{
    width:530px;
    height: 200px;
  }
} */

/*div.balloon*/
/* div.balloon{
	line-height:1;
	text-align:center;
	padding:3px 10px 13px;
}
div.balloon p{
	background:#00b901;
	border-radius:15px;
	color:#fff;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:1;
	margin:50px 0 0 0;
	overflow:visible;
	padding:8px 20px 7px;
	position:relative;
    animation:pyokopyoko 2s ease-in-out infinite;
}
div.balloon p span{
	color:#ffff00;
	letter-spacing:0.05em;
	font-size:15px;
	font-weight:bold;
}
div.balloon p:before{
	border-right:10px solid transparent;
	border-top:10px solid #00b901;
	border-left:10px solid transparent;
	content:"";
	width:0;
	height:0;
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-10px;
}
@media screen and (min-width:640px) {
div.balloon p{
border-radius:17px;
font-size:20px;
}
div.balloon p span{
font-size:18px;
}
}
@media screen and (max-width:380px) {
div.balloon p{
border-radius:14px;
font-size:13px;
}
div.balloon p span{
font-size:13px;
}
}
@keyframes pyokopyoko {
0%{transform: translateY(0);}
70%{transform: translateY(0);}
75%{transform: translateY(-3px);}
80%{transform: translateY(0);}
85%{transform: translateY(-3px);}
90%{transform: translateY(0);}
} */

/*h2.line*/
/* h2.line{
	background:#f2fce9;
	border:3px solid #00b901;
	border-radius:8px;
	color:#00b901;
	font-size:4.4vw;
	font-weight:bold;
	line-height:1;
	margin-top:0;
	padding:15px 8px;
	text-align:center;
}

h2.line::after {
  border-bottom: none;
}

h2.line span{
	background:#ffff00;
	color:#00b901;
	font-size:4.4vw;
	font-weight:bold;
	margin:0 3px;
	padding:3px 2px 0;
}
@media screen and (min-width:640px){
h2.line,
h2.line span{
font-size:27px;
}
}
@media screen and (max-width:380px){
h2.line,
h2.line span{
font-size:4.4vw;
}
} */

.brock-ok{
    padding-bottom: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

/***************************************

Please

***************************************/
/* .please {
  margin: 0 0 12px;
}
.please p {
  background: url("../img/please_ic.png") center 0 no-repeat;
  background-size: 25px auto;
  text-align: center;
  padding-top: 25px;
  font-weight: bold;
}
@media screen and (min-width:640px){
  .please p {
    background: url("../img/please_ic.png") center 0 no-repeat;
    background-size: 35px auto;
    padding-top: 35px;
    font-size: 18px;
  }
} */

/***************************************

Check

***************************************/
.questionnaire {
  margin: 30px 0 0;
  padding: 12px;
  background: #fff;
  border: solid 10px #00b901;
}
.h2_question{
  color: #00b901;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.questionnaire__balloon {
  margin: 30px 10px 5px 10px;
  width: 15%;
}
.questionnaire__balloon:nth-of-type(1) {
  margin-top: 10px;
}
.questionnaire__question {
  margin: 0 10px 0;
  font-size: 2.2rem;
  font-weight: bold;
}
.questionnaire ul {
  background: #f5f5f5;
  margin-top: 10px;
  padding: 7px 0;
}
.questionnaire ul li {
  padding: 8px 10px;
  line-height:1.5;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.questionnaire ul li .txSmall {
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}
.questionnaire input {
  display: none;
}
.questionnaire input + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 .2em 0;
  cursor: pointer;
}
.questionnaire input + span::before {
  position: absolute;
  content: "";
  top: 0.75em;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #333;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}
.questionnaire input:checked + span::after {
  position: absolute;
  content: "";
  top: 0.75em;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: .3em;
  margin-top: -.2em;
  display: block;
  border-left: 4px solid #FF0000;
  border-bottom: 4px solid #FF0000;
}
.questionnaire .thanks {
  text-align: center;
  margin: 20px 0 10px;
}

@media screen and (max-width: 30em) {
  .questionnaire {
    padding: 10px;
  }
  .questionnaire__balloon {
    width: 18%;
  }
  .questionnaire__question {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.5;
  }
}

/*****************************

accordion

******************************/
.accordion {
  position: relative;
  /* background: #fff; */
  border-radius: 15px;
  margin: 50px 10px 60px;
  cursor: pointer;
}
.accordion__headline {
  position: relative;
  z-index: 10;
}
.accordion__headline.active::before {
  content: "";
  border-width: 15px;
  border-style: solid;
  border-color: #00a41a transparent transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.accordion__headline h2::after {
  display: none;
}
.accordion__headline h2.btn-pekopeko {
  position: relative;
  display: table;
  background-color: #00a41a;
  background-image:
 repeating-linear-gradient(-45deg,
 rgba(255,252,51,0.1), rgba(255,252,51,0.1) 7px,
 transparent 0, transparent 14px);
  height: 70px;
  width: 100%;
  margin: -12px 0 0;
  padding: 5px 15px;
  color: #fffc33;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  border: none;
  border-radius: 50px;
  box-shadow: 0 7px 0 rgb(15, 90, 0, 1.0);
  animation: pekopeko 2s infinite;
}
.accordion__headline .icon-wrap {
  position: absolute;
  top: 46%;
  right: 20px;
}
.accordion__headline .icon-wrap .icon {
  display: block;
  /* vertical-align: middle; */
  color: #fff;
  line-height: 1;
  width: 1.2em;
  height: 0.15em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
.accordion__headline .icon-wrap .icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.accordion__headline.active .icon-wrap .icon::before {
  display: none;
}
.accordion__headline h2.btn-pekopeko.open {
  animation: none;
  border-radius: 8vw 8vw 0 0;
}
.accordion__headline h2.btn-pekopeko span {
  display: table-cell;
  vertical-align: middle;
  text-shadow: 2px 2px 0px rgb(15, 90, 0, 0.5);
}
.accordion__headline h2.btn-pekopeko:before {
  position: absolute;
  font-family: FontAwesome;
  content: "";
  color: #eeee22;
  margin-right: 3px;
  background: url("../img/ver150/accordion_ic.png") 0 0 no-repeat;
  background-size: 45px auto;
  height: 55px;
  width: 45px;
  right: 20px;
  bottom: -35px;
}
.accordion__headline.active h2.btn-pekopeko:before {
  display: none;
}
.accordion__headline h2.btn-pekopeko:hover,
.accordion__headline h2.btn-pekopeko.open{
  box-shadow: 0 0px 0 rgb(15, 90, 0, 1.0);
  animation-play-state: paused;
  top: 7px;
}
@keyframes pekopeko {
  0% {
      box-shadow: 0 7px 0 rgb(15, 90, 0, 1.0);
      top: 0px;
  }
  10% {
      box-shadow: 0 0 0 rgb(15, 90, 0, 1.0);
      top: 7px;
  }
  20% {
      box-shadow: 0 7px 0 rgb(15, 90, 0, 1.0);
      top: 0px;
  }
  30% {
      box-shadow: 0 0 0 rgb(15, 90, 0, 1.0);
      top: 7px;
  }
  40% {
      box-shadow: 0 7px 0 rgb(15, 90, 0, 1.0);
      top: 0px;
  }
}
.accordion__contents {
  display: none;
  position: relative;
  margin-top: -20px;
  padding: 30px 15px;
  z-index: 5;
  background: #d5f4d6;
  border-radius: 0 0 50px 50px;
}
.accordion__contents p {
  margin-top: 20px;
}
.accordion__contents p.sub {
  margin-top: 5px;
  letter-spacing: -1px;
  font-size: 12px;
  line-height: 1.6;
}
.accordion__contents p.sub + .sub {
  margin-top: 0;
}

@media screen and (min-width:640px){
  .accordion__headline h2.btn-pekopeko {
    height: 90px;
    font-size: 22px;
  }
  .accordion__headline .icon-wrap {
    right: 30px;
    width: 1.5em;
  }
  .accordion__contents {
    padding: 40px 30px 30px;
  }
}

/* #form */

* 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;
}


/*form_header*/
.form_header p.o_name{
  background:#fff;
  line-height:1;
  padding:0 5px;
  text-align:center;
  width:100%;
  height: 46px;
  margin: 0;
}
p.o_name img{
  width:auto;
  height:100%;
}
h1.form_h1{
  background:#255094;
  color:#fff;
  font-size:20px;
  font-weight:bold;
  line-height:1;
  padding:10px 5px;
  text-align:center;
  width:100%;
  margin: 0;
}
h1.form_h1 .yellow {
  color:#ffff00;
}

article {
  overflow: hidden;
  position: relative;
  width: 100%;
}
div.form_main{
    width:100%;
    height:auto;
    position:relative;
}
div.form_main p{
  margin: 0;
}
div.form_main p img{
    width:100%;
    height:auto;
}
div.form_main div.anime{
    position:absolute;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}
div.form_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: -moz-linear-gradient(top left, #3d50a1, #1d3688);
  background: -webkit-linear-gradient(top left, #3d50a1, #1d3688);
  background: linear-gradient(to bottom right, #3d50a1, #1d3688);
  border: 2px solid #142d81;
  border-radius: 10px;
  color:#fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.8em 0;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  transition:0s;
}
button:focus {
  outline-width: 0;
}
button:focus,
button:active,
button:hover {
  background:#0e236a;
}


/*form_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: 20px 0 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:#0e9fdd;
  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:85px;*//*50px*/
  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:1.3;/*45px*/
  overflow:visible;
  text-align: left;
  padding:17px 3px 12px 35px;
  position:relative;
  vertical-align: top;
}
.title ul li .icon_q:before {
  background: url(../img/ver150/icon_q.png) no-repeat;
  background-size:100% 100%;
  content: '';
  display: inline-block;
  /*margin: 7px 5px 0 5px;*/
  /*overflow: hidden;
  vertical-align: sub;*/
  width: 24px;
  height: 24px;
  position:absolute;
  left:5px;
  top:17px;
}
.title ul li .icon_q.small {
  font-size: 1.5rem;
}
.title ul li .icon_q.small span.smallsmall{
  font-size: 1.2rem;
}
@media screen and (min-width:640px) {
.title ul li .icon_q {
padding:25px 3px 20px 45px;
}
.title ul li .icon_q:before {
left:10px;
top:25px;
}
}


#spece_contents {
  background: #fff;
  border-radius: 5px;
  margin: 10px 0 0 0;
  padding: 0 5px 10px;
}


/*回答ボタン*/
.button_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 18px auto 0;
  padding: 0;
  max-width: 320px;
  width: 100%;
}
.button_list li {
  flex-shrink: 0;
  padding: 5px 15px 10px;/*5px 5px 10px*/
  width:50%;
}
.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: 18px 0 0 15px;
}
/*
.col_debt_amount {
  position: relative;
}
.back {
  color:#333;
  display: inline-block;
  font-size: 1.2rem;
  left: 0;
  margin: 18px 0 0 15px;
  padding: 12px 0;
  position: absolute;
}*/


/*個人情報入力*/
#personals {
  background: #fff;
  border-radius: 16px;
  margin: -15% 10px 0 10px;
  min-height: 230px;
  padding: 0 0 20px;
  position: relative;
  z-index: 1;
}
#personals .title {
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 10px 0 0 0;
  padding: 0 0 12px;
  text-align: center;
}
#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/ver150/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;
}


/*計算中・計算完了*/
#personal_title_moving {
  align-items: center;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}
.title_result_text {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  /*width: 110px;*/
}
#personal_title_moving span {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
#personal_title_moving.before {
  background:#b9b9b9;
  color: #fff
}
#personal_title_moving.after {
  background:#08cef2;
  color: #fff;
}
#personal_title_moving.before .after,
#personal_title_moving.after .before {
  display: none;
}
#personal_title_moving.before .before {
  display: inline;
  margin-left: 1em;
}
#personal_title_moving.before .before span {
  display: inline;
  position: relative;
}
#personal_title_moving.after .after {
  display: inline;
}


/*送信ボタン*/
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/ver150/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/ver150/to_button_right.png") no-repeat;
  background-size:100% 100%;
  content:"";
  position:absolute;
  width:27px;
  height:20px;
  right:-32px;
  top:0;
}
p.button {
    margin: 20px auto;
    width: 400px;
}
button#submit{
  background: -moz-linear-gradient(top left, #3d50a1, #1d3688);
  background: -webkit-linear-gradient(top left, #3d50a1, #1d3688);
  background: linear-gradient(to bottom right, #3d50a1, #1d3688);
  border: 2px solid #142d81;
}

#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;
}


/*div.footer*/
div.footer {
  background:#00b901;
  padding: 10px 0 15px 0;
  margin-bottom: -15px;
  min-height: 26px;
  text-align: center;
  line-height: 2;
}
div.footer p {
  display: inline-block;
  margin: 0;
}
div.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 13px; 
  font-size: 1.3rem;
  line-height: 2;
  padding: 0 10px;
}


/*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:#dd0e5e;
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;
}
@media screen and (min-width: 640px) {
.thanks_call_num {
  font-size: 3vw;
}
}
@media screen and (max-width: 374px) {
.max374 {
  display: block;
}
}
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: 2.3rem;
position: relative;
margin: 2.5rem 0 1.5rem;
font-weight: bold;
}
.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 div.thanks_dtl_title{
color: var(--keycolor);
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 16px;
position: relative;
z-index: 1;
border: 3px solid var(--keycolor);
border-radius: 10px;
text-align: left;
}
.thanks div.thanks_dtl_title .title_text-1{
display: inline-block;
width: 20%;
background: var(--keycolor);
color: #e9e90e;
font-size: 2rem;
font-weight: bold;
text-align: center;
padding: 5% 0;
}
.thanks div.thanks_dtl_title .title_text-2{
display: inline-block;
text-align: left;
font-size: 20px;
font-weight: bold;
padding: 8px 10px;
margin: 0;
width: 75%;
}
.thanks div.thanks_dtl_title .title_text-2 span{
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.thanks .thanks_dtl_office{
border: 3px solid var(--keycolor);
padding: 0 0 15px;
margin-top: 20px;
}

.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%;
}

.thanks .thanks_dtl_office .thanks_call_num,
.thanks .thanks_dtl_office .thanks_call_num a {
color: #0d3574;
font-size: 3.5vw;
font-weight: 700;
line-height: 1.6;
margin-top: 15px;
text-align: center;

}
.thanks_call_num span{
color: #d7000a;
}
.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 var(--keycolor-sub);
border-radius: 10px;
margin: 10px auto;
padding: 10px;
text-align: center;
}

.thanks_call_num:before {
content: "";
width: 3vw;
height: 4vw;
margin-right: 5px;
background: url(../img/ver150/tel.png) 0 0 no-repeat;
background-size: 100%;
display: inline-block;
vertical-align: middle;
}
.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 #6e91c5;
  display: block;
  margin: 0 auto 20px;
  height: 0;
  position: relative;
  width: 0;
}
.video_triangle:before {
  content: '';
  border: 20px solid transparent;
  border-top: 20px solid #a9bcd8;
  display: block;
  position: absolute;
  left: -20px;
  right: 0;
  margin: auto;
  top: 7px;
  height: 0;
  width: 0;
}
.thanks .video_title {
  color: var(--keycolor);
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  border: 3px solid var(--keycolor);
  border-radius: 10px;
  text-align: left;
}
.thanks .video_title .title_text-1{
  display: inline-block;
  width: 20%;
  background: var(--keycolor);
  color: #e9e90e;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 5% 0;
}
.thanks .video_title .title_text-2{
  display: inline-block;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 10px;
  margin: 0;
  width: 75%;
}
.thanks .video_title .title_text-2 span{
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.video_img {
  width: 100%;
}
.video_img img {
  max-width: 100%;
}
@media screen and (max-width: 344px){
  .thanks .video_title .title_text-1{
    padding: 12.2% 0;
  }
  .thanks div.thanks_dtl_title .title_text-1{
    padding: 8.3% 0;
  }
}

.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;
}
.thanks .comment_space p.surely{
    background:#0d3574;
    border-radius:5px;
    color:#ffff00;
    font-size:22px;
    font-size:2.5rem;
    font-weight:bold;
    line-height:1.6;
    margin:20px 0 0;
    padding:10px;
    text-align:center;
    animation:blink 1.2s linear infinite;
}
@keyframes blink{
0%{color:#fff;}
50%{color:#fff;}
51%{color:#ffff00;}
100%{color:#ffff00;}
}



button#submit{
  height: 70px;
  display: block;
  padding: 20px 0;
  border-radius: 100vh;
  text-align: center;
  text-decoration: none;
  background: #ff5555;
  position: relative;
  border: 0;
}

#submit:disabled {
  background:#ddd;
  border: 2px solid #ccc;
}
#submit:disabled:after {
  background:#ddd;
}
#submit em.abled {
  display: inline-block;
  width:400px;
  background: #ff5555;
  border-radius: 100vh;
  color: #fff;
  font-size:20px;
  font-size:2.0rem;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  z-index: 1;
}
#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;
  }
}

button#submit:before {
  -webkit-animation: auraBtn 2s ease-out infinite;
  animation: auraBtn 2s ease-out infinite
}

button#submit:after {
  -webkit-animation: auraBtn 2s ease-out 1s infinite;
  animation: auraBtn 2s ease-out 1s infinite
}

button#submit:before,
button#submit:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100vh;
  background: #ffaaae !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@keyframes auraBtn {

  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 1
  }

  90% {
    opacity: .1
  }

  to {
    -webkit-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
    opacity: 0
  }
}

@media screen and (max-width: 750px) {
  p.button {
    width: 80%;
  }
  .title_result_text {
    font-size: 1.6rem;
  }
  #submit em.abled {
    width: 100%;
    left: 78%;
    left: 0;
    margin-left: 0;
  }
  .head_img ul li img{
    height: 67px;
  }
}


/*div.cta*/
div.cta{
  margin:30px 0 0;
  padding:0;
}
div.cta figure{
  margin:0 auto;
  width:92%;
}
div.cta p{
  color:#111;
  font-size:18px;
  font-weight:bold;
  line-height:1.8;
  margin:10px 12px 0;
  padding:0;
  text-align:center;
}
div.cta p span.red{
  color:#f00000;
  font-size:26px;
  font-weight:bold;
}
@media screen and (min-width:640px) {
div.cta{
margin:50px 0 0;
padding:0;
}
div.cta figure{
width:86%;
}
div.cta p{
font-size:22px;
margin:20px 12px 0;
}
div.cta p span.red{
font-size:35px;
}
}
@media screen and (max-width:375px) {
div.cta p{
font-size:16px;
}
div.cta p span.red{
font-size:24px;
}
}
div.cta figure img {
    display: block;
    max-width: 100%;
    height: auto;
}