/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
@charset "UTF-8";
/* CSS Document */

/*-----------
   デバイス共通
------------*/

/*cta*/
.sim{
  background: url(../img/pc_cta_box.png);
  background-size: 100% 100%;
  padding: 50px;
}
.cta_tit{
  margin-top: -90px;
  margin-bottom: 30px;
}
.sim div:focus {
  outline: none;
}
.check {
  width: 100%;
  height: 640px;
  background: #fffffa;
  text-align: center;
  overflow: hidden;
}
.check .fx-row-gutter-s > div{
    padding-left: 19px;
    padding-right: 19px;
    margin-top:0;
    margin-bottom: 30px;
}
.check .q .btn_input label{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.check .q input{
  width: 100%;
}
.check .q input[type="radio"] {
  display: none;
}
.check .q .btn_input {
  cursor: pointer;
  height: 320px;
  padding: 0;
  box-sizing: border-box;
  color: #FFF;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin: 29px 30px 34px 29px;
  padding: 36px 79px 36px 80px;
  border-radius: 10px;
  box-shadow: 0px 3px 4.9px 0.2px rgba(0, 0, 0, 0.2);
  background: rgb(94,221,0);
  background: linear-gradient(180deg, rgba(94,221,0,1) 4%, rgba(57,149,2,1) 100%);
  border: none;
}
.check .q .btn_input:hover{
  background: rgb(94,221,0);
  background: linear-gradient(180deg, rgb(107, 231, 12) 4%, rgb(73, 176, 13) 100%);

}
.check .q .boxheght02 .btn_input{
  height: 160px;
}
.check .q .boxheght03 .btn_input{
  height: 85px;
}
.check .money_box{
  padding-top: 60px;
}
.check .q .back,
.check .q .back02,
.check .q .back03{
  font-weight: bold;
  font-size: 22px;
  right: 0;
  left: 0;
  bottom: 20px;
  position: absolute;
  color: #111;
  margin-bottom: 0;
}
.check .q .back:hover,
.check .q .back02:hover,
.check .q .back03:hover{
  cursor: pointer;
  text-decoration: underline;
}
.q_tit{
  background-color: #ffedf1;
  font-size: 36px;
  text-align: center;
  font-weight:bold;
  color: #111111;
  height: 170px;
  display: flex;
  align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
}
.q_tit span{
  font-size: 22px;
  font-weight: bold;
}
#q4a .q_tit .box{
  line-height: 1.2;
}
.answer{
  margin-top: 30px;
}
.check .q {
  margin-left: 960px;
  width: 100%;
  box-sizing: border-box;
  height: 640px;
  position: relative;
}
.check .q:first-child {
  margin-left: 0;
}
.check .q dt {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}
.check .q dt span {
  padding: 3px;
  margin-bottom: 15px;
  font-size: 16px;
  display: block;
  border: 2px #333 solid;
}
.check .q .any {
  margin-right: 40px;
  line-height: 1.4;
}
.check .q .fx-row{
  padding: 8px;
  margin-top: -8px;
  padding-top: 0;
}
.check #q4a .fx-row {
  padding: 8px;
  padding-top: 20px;
  padding-left: 25px;
}
.check .money_box #money {
  width: 618px;
  border: solid 6px #b5b5b5;
  height: 155px;
  border-radius: 10px;
  vertical-align: bottom;
  font-size: 60px;
  margin-right: 2%;
  padding: 10px;
}
.money_box .unit{
  font-size: 50px;
  font-weight: bold;
  color: #111;
}
.check .last_form{
  font-size: 22px;
  font-weight: bold;
  padding-top: 8px;
}
.check .last_form .form-inline{
  display: flex;
  align-items: center;
}
.check .last_form .form_tit{
  text-align: right;
}
.check .last_form .fx-row-gutter-s > div {
  margin-bottom: 20px;
  padding-left: 0;
}

/*PC用スタイル*/
@media (min-width: 960px) {
.br_sp{display:none;}
.br_pc{display:block;}
.sim{
  width: auto;
  margin: 0 auto;
  }
}
/*タブレット用スタイル*/
@media (min-width: 768px) and (max-width: 959px) {
.br_sp{display:none;}
.br_pc{display:block;}
.br_tab{display:block;}
.cta .simulater_ttl {
    margin-left: -10px;
    margin-bottom: -10px;
}
.q_tit {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
}
.check .q{
  height: 660px;
}
.sim_tit::before {
    left: 0;
    border-right: solid 15px #101036;
}
.sim_tit .img01 {
    position: relative;
    left: 8vw;
    width: 74vw;
}
.sim_tit .img02 {
    position: absolute;
    top: -3vw;
    left: 2vw;
    width: 17vw;
    z-index: 2;
}
.check {
    height: 660px;
    width: 640px;
}
.check .q .btn_input{
  height: 280px;
}
.check .q .boxheght02 .btn_input {
    height: 75px;
    font-size: 20px;
}
.check .q .money_box .btn_input {
    width: 400px;
    height: 90px;
    font-size: 20px;
}
.check .fx-row-gutter-s > div {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 20px;
}
.check .q .boxheght03 .btn_input{
  font-size: 20px;
}
.check .q .cv_btn .btn_input {
    height: 70px;
    width: 400px;
    font-size: 20px;
}
.check .money_box {
    padding-top: 30px;
}
.check .money_box #money {
    width: 400px;
    height: 120px;
    font-size: 40px;
}
.last_form .cv_btn {
    margin-top: 15px;
}
.check .q .back, .check .q .back02, .check .q .back03{
  bottom: 0;
}
.money_box .unit{
  font-size: 40px;
  }
  .check .last_form {
    font-size: 20px;
  }
  .last_form .form-inline .form-control {
    height: 50px;
  }
}
/*スマホ用スタイル*/
@media screen and (max-width: 767px){
.br_sp{display:block;}
.br_pc{display:none;}
.br_tab{display:none;}
.sim{
  background: url(../img/sp_cta_box.png);
  background-size: 100% 100%;
  padding: 15px;
}
.cta_tit {
  margin-top: -30px;
  margin-bottom: 15px;
}
.check .q {
  margin-left: 100%;
}
.answer {
  margin-top: 15px;
  padding: 5px;
}
.q_tit{
  font-size: 16px;
  padding: 10px;
  height: 100px;
}
.check{
  height: 430px;
}
.check .q {
  height: 430px;
}
.check .money_box {
    padding-top: 40px;
}
.check .money_box .form-inline{
  display: flex;
}
.check .q .btn_input{
  height: 130px;
  font-size: 20px;
}
.check .q .boxheght02 .btn_input {
  height: 75px;
}
.check .money_box #money{
  width: 80%;
  height: 75px;
}
.check .q .nxt_btn.btn_input {
  width: 100%;
  height: 75px;
  font-size: 30px;
}
.check .q .nxt_btn.btn_input{
  margin: 25px auto;
}
.check .q .boxheght03 .btn_input {
  width: calc((100% - 30px) / 2);
  height: 60px;
}
.check .q .check_input {
  cursor: pointer;
  width: 48%;
  margin: 0 2% 15px 0;
  font-size: 16px;
}
.check .money_box #money {
  margin-right: 2%;
  height: 85px;
  font-size: 30px;
  border: solid 3px #b5b5b5;
}
.money_box .unit {
  font-size: 26px;
  font-weight: bold;
  padding-top: 40px;
  bottom: 0;
}
.check .q .last_form input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 3px 10px;
}
.check .q .cv_btn{
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 10px;
}
.check .q .cv_btn .btn_input {
    width: 100%;
    height: 50px;
    font-size: 20px;
}
.check .q .back, .check .q .back02, .check .q .back03 {
  font-size: 16px;
  bottom: 10px;
}
.check .fx-row-gutter-s > div {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 10px;
}
.fx-row-gutter-s {
    margin-top: 15px;
}
.check .last_form {
    font-size: 22px;
    padding-top: 0;
    font-weight: bold;
}
.check .q span.required {
    padding: 2px 3px;
    font-size: 10px;
    margin-left: 2px;
}
}




/* style.css */
.last_form .fx-row {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.last_form .fx-row-gutter-s {
  margin-left: -8px;
  margin-right: -8px;
}
.fx-col-40-xs {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}
.fx-col-60-xs {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
@media screen and (min-width: 768px){
.last_form .fx-col-33-s {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}
.last_form .fx-col-60-s {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
}

/*cta*/
.check .btn_box{
  padding: 30px;
  padding-bottom: 0;
  margin-right: -2%;
}
.check .q .btn_input label{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.check .q input{
  width: 100%;
}
.check .q input[type="radio"] {
  display: none;
}
.check .q .btn_input {
  cursor: pointer;
  width: 45%;
  margin: 0 2% 10px 0;
  padding: 0;
  box-sizing: border-box;
  color: #FFF;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  border: none;
}
.check .q .boxheght02 .btn_input{
  width: calc((100% - 60px) / 2);
  height: 90px;
  margin: 10px;
}
.check .q .boxheght02 .btn_input span{
  font-weight: bold;
}
.check .q .boxheght02 .btn_input span.font_s{
  font-size: 14px;
}
.check .q .boxheght03 .btn_input{
  width: calc((100% - 60px) / 3);
  height: 90px;
  margin: 10px;
}
.check .btn_box.money_box{
  padding-top: 60px;
}
.check .q .nxt_btn.btn_input {
  height: 90px;
  width: 400px;
  float: none;
  margin: 45px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.check .q .cv_btn .btn_input {
  width: 400px;
  height: 90px;
  float: none;
  margin: 0 auto 18px;
  padding: 0;
  padding-top: 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.check .q .check_input {
  cursor: pointer;
  width: 48%;
  margin: 0 2% 30px 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: none;
}
.check .q .check_input label{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.check .q .check_input label input{
  width: 30px;
  transform:scale(3.0)
}
.check .q .check_input label span{
  margin-left: 10px;
  text-align: left;
}
.check .q .back,
.check .q .back02,
.check .q .back03{
  font-weight: bold;
  font-size: 22px;
  right: 0;
  left: 0;
  bottom: 10px;
  position: absolute;
}
.check .q .back:hover,
.check .q .back02:hover,
.check .q .back03:hover{
  cursor: pointer;
  text-decoration: underline;
}
.q {
  margin-left: 960px;
  width: 100%;
  box-sizing: border-box;
  height: 500px;
  position: relative;
}
.q:first-child {
  margin-left: 0;
}
.q dt {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}
.q dt span {
  padding: 3px;
  margin-bottom: 15px;
  font-size: 16px;
  display: block;
  border: 2px #333 solid;
}
.q span.required {
  color: #FFF;
  background-color: #be1c45;
  padding: 2px 5px;
  font-size: 16px;
  margin-left: 10px;
  vertical-align: middle;
}
.q .any {
  margin-right: 40px;
  line-height: 1.4;
}
.check .money_box #money {
  width: 490px;
  border: solid 6px #b5b5b5;
  height: 120px;
  border-radius: 10px;
  vertical-align: bottom;
  font-size: 60px;
}
.money_box .unit{
  font-size: 40px;
  font-weight: bold;
}
.last_form{
  font-size: 22px;
}
.last_form .form-inline .form-control{
  width: 100%;
  height: 60px;
  font-size: 22px;
  font-weight: bold;
  border: solid 2px #b5b5b5;
  box-shadow: none;
  border-radius:10px;
  padding: 15px;
}
.last_form .form-inline .form-control::placeholder{
  color: #b3b3b3;
}
.last_form .form-inline .form-control:-ms-input-placeholder{
  color: #b3b3b3;
}
.last_form .form-inline .form-control::-ms-input-placeholder{
  color: #b3b3b3;
}




@media screen and (max-width: 767px){
/*sim*/
.check{
  height: 430px;
}
.q {
  height: 430px;
}
.q_tit {
  font-size: 16px;
  padding: 10px;
  height: 100px;
}
.q_tit span {
  font-size: 14px;
}
.check .q .fx-row{
  margin-top: 0;
}
.check .q .last_form .fx-row{
  padding: 0;
  margin-right: 5px;
  margin-bottom: 10px;
}
.check .btn_box {
  padding: 15px;
  margin-right: 0;;
}
.check .q .btn_input{
  float: none;
  width: 100%;
  height: 130px;
  margin-bottom: 20px;
  font-size: 18px;
}
.check .q .cv_btn .btn_input{
  font-size: 16px;
}
.check .q .boxheght02 .btn_input {
  height: 65px;
  width: 44%;
  float: left;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 15px;
  margin: 3%;
}
.check .q .boxheght03 .btn_input {
  font-size: 14px;
}
.check .money_box #money,
.check .q .nxt_btn.btn_input {
  width: 90%;
  height: 60px;
  font-size: 16px;
  margin: 0 auto;
}
.check .money_box #money {
  width: 70%;
  float: left;
  margin-right: 3%;
  height: 85px;
  font-size: 30px;
  border: solid 3px #b5b5b5;
}
.check .last_form .fx-row-gutter-s > div{
  margin-bottom: 0;
  padding-right: 0;
}
.money_box .unit {
  font-size: 30px;
  font-weight: bold;
  float: left;
  padding-top: 40px;
}
.last_form .form_tit {
  padding-top: 0;
  font-size: 16px;
  margin-bottom: 0;
}
.check .btn_box .text-right{
  text-align: left!important;
  margin-bottom: 3px!important;
}
.check .q .last_form{
  margin-right: 0;
  margin-top: 10px;
}
.check .q .last_form input {
  width: 95%;
  height: 40px;
  font-size: 14px;
  padding: 3px 10px;
  margin-left: 5%;
}
.check .last_form .form_tit{
  font-size: 14px;
}
.check .q .cv_btn .btn_input {
  width: 100%;
  height: 50px;
}
.check .q .check_input {
  margin: 0 2% 6vw 0;
  box-sizing: border-box;
  font-size: 16px;
}
.check .q .check_input label{
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.check .q .check_input label input{
  width: 15px;
  transform:scale(1.5)
}
.check .q .check_input label span{
  margin-left: 5px;
  width: calc(100% - 20px);
}

.check .q .back, .check .q .back02, .check .q .back03 {
  font-size: 16px;
}
#q3a .btn_input{
  width: 95%;
  float: none;
}
.last_form .fx-row-gutter-s {
  margin-left: 0;
  margin-right: 15px;
}
.check .q .cv_btn .btn_input {
  height: 60px;
  padding-top: 0;
}
.check .q span.required{
  font-size: 10px;
  margin-left: 5px;
  white-space: nowrap;
}
.check .last_form .fx-row-gutter-s .spmb0{
  margin-bottom: 0;
}
.back{
  font-size: 14px;

}
}
