@charset 'UTF-8';

/* 個別設定 */

/* ヘッダー */
.h_wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 99;
}
.h_logo_wrap {
  width: 25%;
  margin: 1em;
}
.h_btn_wrap {
  width: 60%;
  display: flex;
  justify-content: center;
}
.ctaButton img:hover{
  opacity: .8;
}
.h_logo {
  width: 25%;
  margin-left: auto;
}
.h_btn {
  width: 25%;
  margin-right: 1em;
}

/* ボタンコンテント */
.btn_content {
  padding: 3em 0;
  text-align: center;
}
.c_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  position: relative;
}
.c_btn {
  width: 25%;
}
.ctaButton-c img:hover{
  opacity: .8;
}
.h1_spa {
  color: #DA0029;
}
.hidden {
  display: none;
}
.hidden-c {
  display: none;
}
#qrCode {
  text-align: center;
  position: fixed;
  z-index: 2;
  right: 10%;
  width: 15%;
  top: 5vw;
}
#qrCode02 {
  text-align: center;
  position: absolute;
  z-index: 2;
  right: 12%;
  width: 15%;
  top: -15vw;
}
/* 距離料金の仕組み */
.price_top_t {
  text-align: center;
}
/* クラス */
.class_content {}

.class_top_t {
  text-align: center;
}

.c_cars_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_car {
  width: 48%;
}
.c_car:nth-child(n + 3) {
  margin-top: 3em;
}

.c_bottom_t {
  display: inline-block;
  text-align: center;
  position: relative;
}
.c_bottom_t::before {
  content: "";
  display: inline-block;
  width: 14em;
  height: 10em;
  background: url(../img/option_t.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-80%,-90%);
  z-index: 0;
}
.c_option_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
.c_option {
  width: 30%;
}
.c_btn.sp-only{
  display: none;
}

/* price-summary */
.price-summary {
  height: 20vw;
  background: url(../img/ps-back.png) no-repeat;
  background-size: 100% 20vw;
  padding-top: 9%;
  background-position: bottom;
}
.ps_wrap {
  padding: 3em;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top: -6vw;
  opacity : 0.85;
  border-radius: 10px;
  box-shadow: #000000 2px 2px 23px -12px;
  background-color: #ffffff;
}
.ps_wrap p {
  line-height: 1.8;
  font-weight: 700;
  font-size: 1.56vw;
}
.ps_wrap span{
  color: #EF3300;
}

/* comparison */
.comparison_top_t {
  text-align: center;
  color: white;
}

.c_step_wrap{
  margin: 0 auto;
  width: 80%;
}

.c_step_wrap img{
  margin-top: 1.5vw;
}

/* price-summary02 */
.price-summary02 {
  height: 20vw;
  background: url(../img/ps-back02.png) no-repeat;
  background-size: 100% 20vw;
  padding-top: 10%;
  background-position: bottom;
}
.ps02_wrap {
  padding: 3em;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top: -6vw;
  opacity : 0.85;
  border-radius: 10px;
  box-shadow: #000000 2px 2px 23px -12px;
  background-color: #ffffff;
}
.ps02_wrap p {
  line-height: 1.8;
  font-weight: 700;
  font-size: 1.56vw;
}
.ps02_wrap span{
  color: #EF3300;
  display: inline; 
}

/* mileage */
.mileage_top_t {
  text-align: center;
}
.m_mileage_wrap p{
  margin-top: 2vw;
}

/* flow */
.flow_top_t {
  text-align: center;
  color: #ffffff;
}
.f_step_wrap {
  width: 80%;
  margin: 3em auto 0;
  display: flex;
  justify-content: space-between;
}
.f_step {
  width: 19%;
  border-radius: 10px;
  background-color: #ffffff;
}
.st_top_t {
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-color: #93C9FF;
}
.st_top_t p {
  font-weight: 500;
}
.st_bottom_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3em 1em 2em;
}
.st_logo {
  width: 10em;
  height: 9em;
}
.st_l3 {
  width: 7.5em;
}
.st_l4 {
  width: 13em;
}
.st_bottom_t {
  font-weight: bold;
  text-align: center;
  margin: 3em 0 1em;
}
.sp_f_txt_wrap {
  color: #3F3F3F;
}
.st_osk {
  color : #EF3300;
}
.f_ok {
  text-align: center;
  padding: 2em;
  font-weight: bold;
  letter-spacing : 1.44px;
  color: #3F3F3F;
}

/* reason */
.rea_seven {
  font-size: 1.9em;
}
.rs_h4_wrap {
  text-align: center;
}
.rs_h4 {
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.rs_h4::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/reason_l.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -2em;
  transform: translateY(-20%);
  z-index: 0;
}
.rs_h4::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/reason_r.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -2em;
  transform: translateY(-20%);
  z-index: 0;
}
.reason_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  margin-top: 3em;
  border-radius: 10px;
  border: 2px solid #000000;
}
.re_t_wrap {
  width: 60%;
}
.re_t_wrap h4 {
  font-weight: bold;
}
.reason_img {
  width: 35%;
}
.re_tt {
  font-family: Avenir Next Condensed;
  display: inline-block;
  padding: 0.2em 0.4em;
  margin-top: .4em;
  color: #ffffff;
  background-color: #007FD1;
}
.re_t_wrap h4 {
  margin-top: 2rem;
}
.re_t_wrap p:nth-child(n + 2) {
  margin-top: 2rem;
  color: #3F3F3F;
}

/* philosophy */
.philosophy {
  width: 100%;
  position: relative;
  background: url(../img/c_back.png) no-repeat;
  background-size: contain;
  padding-top: 50.5%;
}
.ph_wrap {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-28em,5em);
  padding: 3em;
  opacity : 0.85;
  border-radius: 10px;
  box-shadow: #000000 2px 2px 23px -12px;
  background-color: #ffffff;
}
.ph_wrap p {
  line-height: 1.8;
}

/* vs / guarantee */
.vs_tab_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 2px solid #000000;
}
.vs_tab1 {
  width: 50%;
  border-right: 2px solid #000000;
}
.vs_tab2 {
  width: 50%;
}
.vs_tab3 {
  width: 100%;
  padding: 2em 3em;
  border-top: 2px solid #000000;
}
/* tab1 */
.tab1_top {
  font-weight: bold;
  padding: 1em 0;
  border-radius: 8px 0 0 0;
  color: #ffffff;
  background-color: #9D9D9D;
}
.tab1_bottom {
  padding: 2em 3em 3em;
}
.tab1_fees_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab1_fee {
  width: 45%;
}
.fee_d {
  position: relative;
  padding-left: 4em;
  padding-bottom: .5em;
  margin-top: 1em;
  border-bottom: 1px solid #848484;
}
.fee_d::before {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  background: url(../img/check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  z-index: 0;
}
.tab1_ment {
  margin-top: 1.5em;
}

/* tab2 */
.tab2_top {
  font-weight: bold;
  padding: 1em 0;
  border-radius: 0 8px 0 0;
  color: #ffffff;
  background-color: #E87100;
}
.tab2_bottom {
  padding: 3em 0;
}
.tab2_t_wrap p:nth-child(n + 2) {
  margin-top: 1.5rem;
}

.tab2_nec {
  display: inline-block;
}
.tab2_nec span {
  position: relative;
}
.tab2_nec span::before {
  content: "・";
  position: absolute;
  font-size: 1em;
  top: -1em;
  left: 0px;
  color: #111111;
}

.tab_rent {
  font-size: 4.2em;
  font-weight : bold;
  letter-spacing : 2.52px;
  margin-top: 1.5rem;
  color: #EF3300;
}
.tab3_dif {
  padding: 2em 3em;
  border-radius: 10px;
  color: #ffffff;
  background-color: #007FD1;
}

/* tab3 */
.tab3_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab3_t {
  font-weight: bold;
  margin-bottom: 1rem;
}
.tab3_line {
  width: 2px;
  height: 12em;
  border-radius: 5px;
  background-color: #111111;
}
.tab3_period,
.tab3_proof {
  color: #3F3F3F;
}

/* guarantee */
.gua_wrap {
  margin-top: 5em;
}
.g_wrap {
  padding: 3em;
  border-radius: 10px;
  border: 2px solid #000000;
}
.g_top_t {
  /* width: 90%;
  margin-left: auto; */
  text-align: center;
  position: relative;
}
.g_top_t::before {
  content: "";
  display: inline-block;
  width: 7em;
  height: 7em;
  background: url(../img/hart.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 8em;
  transform: translateY(-50%);
  z-index: 0;
}
.g_top_p {
  font-size: 3.2em;
  font-weight: bold;
}
.g_top_lef {
  margin-right: .5em;
  color: #E87100;
}
.g_mid_p {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  margin-left: 16.5em;
  color: #3F3F3F;
}
.g_bottom_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3em;
  padding: 3em;
  background-color: #E6F5FF;
}
.g_ins p {
  font-weight: bold;
}
.g_case p:first-of-type {
  font-weight: bold;
}
.g_line {
  width: 2px;
  height: 17em;
  border-radius: 5px;
  background-color: #111111;
}
.g_bottom_wrap ul {
  margin-top: 1em;
}
.g_bottom_wrap li {
  font-size: 2em;
  display: flex;
  align-items: center;
}
.g_bottom_wrap li span {
  width: .5em;
  height: .5em;
  margin-right: .7rem;
  border-radius: 50%;
  background-color: #007FD1;
}
.g_ant {
  margin-top: 1rem;
  color: #3F3F3F;
}



/* form */
.fr_top_t {
  color: #ffffff;
}
.form_wrap {
  border-radius: 10px;
  border: 2px solid #000000;
}
.b_b {
  border-bottom: 1px solid #000000;;
}
.f_row {
  display: flex;
}
.f_label {
  width: 30%;
  padding: 2em;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #93C9FF;
}
.f_label p {
  font-weight: bold;
}
.require {
  font-family : ヒラギノ角ゴシック;
  font-size: 1.3em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%,-50%);
  padding: .5em;
  color: #EF3300;
  background-color: #ffffff;
}
.f_field {
  width: 70%;
  padding: 2em;
}
.f_field input[type="text"] {
  font-size: 2em;
  width: 100%;
  padding: 2rem;
  border-radius: 5px;
  background-color: #F0F0F0;
}
.f_field textarea {
  font-size: 2em;
  width: 100%;
  padding: 2rem;
  border-radius: 5px;
  background-color: #F0F0F0;
}
.f_field input[type="text"]::placeholder {
  font-size: 1em;
  color : #808080;
}
.date_f {
  width: 45%;
}
.date_f input[type="text"] {
  font-size: 1.8em;
}
.date_f input[type="text"]::placeholder {
  color : #111111;
}
.date_input_wrap {
  position: relative;
}
.date_input_wrap::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 3em;
  transform: translateY(-50%);
  z-index: 0;
  border-top: 1.5em solid #111111;
  border-right: 1.5em solid transparent;
  border-left: 1.5em solid transparent;
  pointer-events: none;
}

.f_bottom_wrap {
  margin-top: 3em;
  text-align: center;
}
.f_btn_wrap {
  position: relative;
  display: inline-block;
  padding: 1em 7em;
  margin-bottom: 2em;
  border-radius: 10px;
  border: 2px solid #111111;
  background : #FFC606;
}
.f_btn_wrap:hover {
  opacity: .8;
}
.btn_spa {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-100%,-50%);
}
.sub_ant {
  color: #000000;
}

.br_1 {
  border-radius: 8px 0 0 0;
}
.br_2 {
  border-radius: 0 0 0 8px;
}

/* bottom_content */
.bottom_content {
  width: 80%;
  margin: 0 auto;
  padding: 10em 0;
}
.url_img {
  width: 50%;
  margin: 5rem auto 0;
}
.b_com {
  font-family : 小塚ゴシック Pr6N;
  margin-top: 3em;
}
.b_com_spa {
  font-size: 1.3em;
  font-weight: bold;
  margin-right: 2rem;
}
.com_contact {
  width: 80%;
  margin: 0 auto;
}
.b_con_t {
  padding: .5em;
  margin-top: 5em;
  color: #ffffff;
  background-color: #007FD1;
}
.com_contact ul {
  margin-top: 2em;
  color: #000000;
}
.com_contact li {
  position: relative;
  font-size: 1.9em;
  display: flex;
  align-items: baseline;
  letter-spacing : 1.14px;
  padding-left: 2em;
}
.com_contact li:nth-child(n + 2) {
  margin-top: 1rem;
}
.com_contact li .c_dot {
  width: .7em;
  height: .7em;
  margin-right: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background-color: #111111;
}
.fx_spa {
  white-space: nowrap;
}

/* confirm.php */
.cf_btn_wrap {
  margin-top: 2em;
  margin-bottom: 3em;
}
.back_link input {
  font-size: 2em;
  color: #007FD1;
}

/* thanks.html */
.thank_wrap {
  padding: 10em 5em;
  background-color: #007FD1;
}
.thank_top {
  text-align: center;
  color: #ffffff;
}
.t_content {
  width: 80%;
  border: 2.5px solid;
  border-radius: 1rem;
  margin: 5em auto 0;
  padding: 3em 0;
  text-align: center;
  background-color: #ffffff;
}
.t_txt_wrap p {
  font-size: 2.5em;
}
.t_t_bottom {
  margin-top: 3em;
}
.t_sub_wrap {
  margin-top: 3em;
}
.t_sub_btn {
  width: 30%;
  margin: 0 auto;
  border: 2.5px solid;
  border-radius: 1rem;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  background-color: #0F52A7;
}



@media screen and (max-width: 780px) {
  
  /* ヘッダー */
  .h_wrap {
    justify-content: unset;
    position: unset;
  }
  .h_logo_wrap {
    width: 20%;
    margin: .5em .5em .5em 1em;
  }
  .h_logo {
    width: 100%;
    margin-left: unset;
  }
  .sp_h_txts {
    color : #FFF100;
  }
  .sp_h_top {
    font-weight: bold;
  }

  /* btn content */
  .c_btn_wrap {
    flex-direction: column;
    align-items: center;
  }
  .c_btn {
    width: 95%;
  }
  .c_btn:nth-child(n + 2) {
    margin-top: 2em;
  }
  #qrCode {
    display: none;
  }
  .c_btn.pc-only{
    display: none;
  }
  .c_btn.sp-only{
    display: flex;
  }

  /* type */
  .c_cars_wrap {
    flex-direction: column;
    align-items: center;
  }
  .c_car {
    width: 100%;
  }
  .c_car:nth-child(n + 2) {
    margin-top: 1em;
  }
  .c_option_wrap {
    margin-top: 1em;
  }
  .c_option {
    width: 100%;
  }
  .c_bottom_t::before {
    width: 10em;
    height: 8em;
  }

  /* price-summary */
   .price-summary{
    background-image: url(../img/ps-back_sp.png);
    height: 76vw;
    background-size: 100%;
   }
   .ps_wrap{
    text-align: left;
    width: 60%;
    margin-top: 1vw;
    margin-left: 6vw;
   }
   .ps_wrap p{
    font-size: 1.3em;
    line-height: 2;
   }

   /* compariso */
   .c_step_wrap{
    position: relative;
    width: 100%;
   }
   .scroll-container {
    width: 100%; 
    overflow-x: scroll;
    white-space: nowrap; 
   }

   .scroll-container img {
    max-width: none;
    width: 144vw;
    margin-left: 5%;
    margin-top: 5vw;
   }
   .c_step_wrap .scroll-img{
    width: 32.56vw;
    position: absolute;
    right: 4%;
    top: 4%;
    }
  
  /* price-summary02 */
   .price-summary02{
    background-image: url(../img/ps02-back_sp.png);
    height: 76vw;
    background-size: 100%;
   }
   .ps02_wrap{
    text-align: left;
    width: 60%;
    margin-top: 1vw;
    margin-left: 35vw;
   }
   .ps02_wrap p{
    font-size: 1.3em;
    line-height: 2;
   }
 /* mileage */
   .mileage_top_t{
    width: 90%;
    margin: 0 auto;
   }
   
  
   /* flow */
  .f_step_wrap {
    width: 90%;
    margin: 3em auto 0;
    flex-direction: column;
  }
  .f_step {
    width: 100%;
  }
  .f_step:nth-child(n + 2) {
    margin-top: 1em;
  }
  .st_bottom_wrap {
    display: flex;
    justify-content: space-evenly;
    flex-direction: unset;
    align-items: center;
    padding: 2em 1em 2em;
  }
  .st_logo {
    width: 11em;
    height: 8em;
  }
  .st_l3 {
    width: 8em;
  }
  .st_l4 {
    width: 12em;
  }
  .st_l5 {
    width: 9em;
  }
  .sp_f_txt_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .st_bottom_t {
    font-weight: bold;
    margin: 0em 0 1em;
    text-align: center;
  }
  .f_ok {
    padding: 1.5em 1em;
  }

  /* reason */
  .rea_seven {
    font-size: 1.96em;
  }
  .reason {
    padding: 1em;
    margin-top: 1em;
    flex-direction: column;
    border: 1px solid #000000;
  }
  .re_t_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .rs_h4 {
    margin-bottom: .5em;
  }
  .rs_h4::before {
    width: 1em;
    height: 1em;
    left: -1em;
    transform: unset;
  }
  .rs_h4::after {
    width: 1em;
    height: 1em;
    right: -1em;
    transform: unset;
  }
  .re_tt {
    font-size: 1.3em;
    margin-top: 0;
    padding: 0.3em 0.4em 0.2em;
  }
  .re_t_wrap h4 {
    font-size: 1.9em;
    margin-top: 0;
    margin-left: 1em;
  }
  .re_t_wrap p:nth-child(n + 2) {
    margin-top: 1rem;
  }
  .reason_img {
    width: 100%;
    margin-top: 1em;
  }

  /* philosophy */
  .philosophy {
    width: 100%;
    position: relative;
    background: url(../img/sp_c_back.jpg) no-repeat;
    background-size: contain;
    padding-top: 121.8%;
  }
  .ph_wrap {
    transform: translate(-2em,1em);
    padding: 1.5em;
  }
  .ph_wrap p {
    font-weight: bold;
  }

  /* vs */
  .vs_tab_wrap {
    flex-direction: column;
    flex-wrap: unset;
    border: 1px solid #000000;
  }
  .vs_tab1 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
  .tab1_top {
    border-radius: 8px 8px 0 0;
  }
  .tab1_bottom {
    padding: 1em 2em 2em;
  }
  .tab1_ment p {
    font-size: 1.2em;
  }
  .t_ment_spa {
    font-size: .7em;
  }
  .t_etc_spa {
    font-size: .8em;
  }
  .fee_d {
    padding-left: 2.5em;
  }
  .fee_d::before {
    width: 1.5em;
    height: 1.5em;
  }
  

  .vs_tab2 {
    width: 100%;
  }
  .tab2_top {
    border-radius: unset;
  }
  .tab_rent {
    font-size: 3.2em;
  }

  .vs_tab3 {
    padding: 2em;
    border-top: 1px solid #000000;
  }
  .tab3_wrap {
    flex-direction: column;
    align-items: baseline;
  }
  .tab3_dif {
    padding: 1em;
  }
  .tab3_t {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  /* guarantee */
  .g_wrap {
    padding: 2em;
    border: 1px solid #000000;
  }
  .g_mid_p {
    margin-left: 0;
  }
  .g_bottom_wrap {
    flex-direction: column;
    margin-top: 2em;
    padding: 1em;
  }
  .g_bottom_wrap li {
    font-size: 1.4em;
    line-height: 1.8;
  }
  .g_ins p {
    font-size: 1.6em;
  }
  .g_case p:first-of-type {
    font-size: 1.6em;
    margin-top: 1rem;
  }
  .g_top_lef {
    display: inline;
    margin-right: 0;
  }
  .g_top_p {
    font-size: 1.8em;
  }
  .g_top_t {
    padding-left: 8em;
  }
  .g_top_t::before {
    left: 0;
  }

  /* form */ 
  .form_content .c_w {
    background-color: unset;
    padding: 0;
  }
  .form_wrap {
    border: unset;
  }
  .f_row {
    flex-direction: column;
    border-bottom: unset;
  }
  .f_label {
    width: 100%;
    padding: 1.5em;
  }
  .f_field {
    width: 100%;
    padding: 1.5em;
    background-color: #ffffff;
  }
  .f_label p {
    font-size: 1.6em;
  }

  .br_1 {
    border-radius: 8px 8px 0 0;
  }
  .br_2 {
    border-radius: unset;
  }
  .require {
    font-size: 1.3em;
    position: inherit;
    transform: unset;
    padding: .5em;
    margin-left: 1em;
  }
  .sub_ant {
    color: #ffffff;
  }
  .f_field input[type="text"],
  .f_field textarea {
    font-size: 1.5em;
    padding: .8rem;
  }
  .f_field input[type="text"]::placeholder {
    font-size: .8em;
  }
  .date_input {
    border: 1px solid #B4B4B4;
  }
  .date_f {
    position: relative;
    border-radius: 0 0 8px 8px;
  }
  .date_input_wrap::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    z-index: 0;
    border-top: 1em solid #111111;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
    pointer-events: none;
  }

  /* bottom-content */
  .bottom_content {
    width: 90%;
    margin: 0 auto;
    padding: 2em 0;
  }
  .url_img {
    width: 100%;
    margin: 3rem auto 0;
  }
  .b_com_spa {
    display: block;
    font-size: 1.8em;
    font-weight: 600;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .com_contact {
    width: 100%;
  }
  .b_con_t {
    padding: 1em;
    margin-top: 2em;
  }
  .b_con_t p {
    font-size: 1.4em;
  }
  .com_contact li {
    font-size: 1.1em;
    align-items: baseline;
    letter-spacing: unset;
    text-align: left;
  }
  .com_contact li .c_dot {
    width: .8em;
    height: .8em;
    margin-right: .5em;
  }
  .com_contact li .c_store {
    margin-right: 1.5em;
  }

  /* sp_fix */
  .sp_fix_wrap {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    z-index: 99;
    background : #0F52A7;
  }
  .sp_fix_content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px 0;
  }
  .sp_fix_btn {
    width: 45%;
  }
  .sp_fix_btn.__line{
    width: 93%;
    margin: 0 auto;
    padding-bottom: 1vw;
  }
  .back_link input {
    color: #ffffff;
  }

  /* thanks.html */
  .thank_wrap {
    padding: 5em 0;
    background-color: #007FD1;
  }
  .t_content {
    width: 90%;
    margin: 3em auto 0;
    padding: 3em 2em;
  }
  .t_txt_wrap p {
    font-size: 1.5em;
  }
  .t_t_bottom {
    margin-top: 2em;
  }
  .t_sub_wrap {
    margin-top: 3em;
  }
  .t_sub_btn {
    width: 90%;
    padding: 1rem 0;
  }



  
  
}