@charset "UTF-8";

/* -------------------------------------
consult
------------------------------------- */
.header__links.pc {
  display: none !important;
}
.consult .ttlbk .cp {
  max-width: 653px;
  margin: 0 auto;
}
.consult .ttlbk .cp span {
  display: inline-block;
}
.tell_contbox {
  text-align: center;
  width: 100%;
  max-width: 540px;
  margin: 0 auto 38px;
  padding: 20px;
  background-color: #efede7;
  border-radius: 47px;
}
.tell_contbox .tell_conts {
  width: 100%;
  max-width: 371px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.tell_contbox .imgbk {
  width: calc(100% - 260px);
  max-width: 100px;
}
.tell_contbox .txtbk {
  width: 250px;
}
.tell_contbox .txtbk dt {
  margin: 0 auto;
  padding: 6px 10px;
  background-color: #ca5142;
  border-radius: 30px;
  line-height: 1;
}
.tell_contbox .txtbk dt span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.tell_contbox .txtbk dd {
  font-weight: 500;
  line-height: 1.6;
  padding-top: 4px;
}
.tell_contbox .txtbk dd .flex {
  display: flex;
  align-items: center;
}
.tell_contbox .txtbk dd a {
  display: block;
}
.tell_contbox .txtbk dd .min {
  font-size: 15px;
}
.tell_contbox .txtbk dd .inline > * {
  font-weight: 700;
  display: inline-block;
  line-height: 1.1;
}
.tell_contbox .txtbk dd a {
  font-size: 30px;
  line-height: 1;
}
.tell_contbox .txtbk .dd a .min {
  display: inline-block;
}
.tell_contbox .txtbk dd .smin {
  font-size: 13px;
}

/* form */
#consult {
  padding: 7.3% 4% 10%;
  border: 2px dashed #ca5142;
  border-radius: 50px;
}
#consult #form {
  max-width: 730px;
  margin: 0 auto 40px;
}
/* form */
select {
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}
#form .form_1 {
  padding-bottom: 25px;
  border-bottom: 1px solid #ca5142;
  margin-bottom: 20px;
}
#form dl {
  font-size: 15px;
}
#form dl dt {
  margin-bottom: 6px;
}
#form dl dt .must {
  font-size: 11px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  width: 34px;
  margin: 0 5px;
  background-color: #ca5142;
}
#form dl dt .sml {
  font-size: 13px;
}
#form dl dt label {
  display: inline-block;
  vertical-align: middle;
}
#form dl dd {
  color: #000;
  width: 100%;
  margin-bottom: 20px;
}
#form dl dd:last-child {
  margin-bottom: 0;
}
#form .form_1 .mwform-checkbox-field-text {
  margin-right: 2em;
  min-width: 5em;
  display: inline-block;
}
#form .form_1 .horizontal-item + .horizontal-item {
  margin-left: 0;
  display: inline-block;
}
#form dl dd input[type="text" i],
#form dl dd textarea {
  font-size: 14px;
  color: #000;
  max-width: 500px;
  width: 100%;
  padding: 1.4% 11px;
  box-sizing: border-box;
}
#form dl dd input.addr,
#form dl dd textarea {
  max-width: initial;
}
#form dl dd input,
#form dl dd textarea {
  border: 1px solid #000;
}
#form dl dd textarea {
  min-height: 250px;
}
.mwform-checkbox-field input {
  transform: scale(1.2);
  cursor: pointer;
}
#form .pp {
  position: relative;
  padding-left: 35px;
}
#form .pp .mwform-checkbox-field {
  position: absolute;
  top: 0;
  left: 0;
}
#form .pp .mwform-checkbox-field-text {
  display: none;
}
#form .pp p {
  font-size: 14px;
}
#form .pp p a {
  color: #000;
  display: inline;
  text-decoration: underline;
  text-decoration-color: #ca5142;
}

#form #pp .mwform-checkbox-field-text {
  display: none;
}
#form #pp .smtx {
  font-size: 13px;
  padding-top: 25px;
  margin-bottom: 6%;
  padding-left: 47px;
}
.btnblk {
  display: flex;
  justify-content: center;
}
.btnblk .confirm_button {
  color: #ca5142;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  max-width: 220px;
  padding: 8px 30px 9px;
  margin: 0 auto;
  border: 1px solid #ca5142;
  border-radius: 25px;
  background: url(../imgs/common/arrow_btn_r.svg) no-repeat center right 20px/22px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btnblk .confirm_button:hover {
  color: #fff;
  background-color: #ca5142;
  background-image: url(../imgs/common/arrow_btn_r_hv.svg);
}
/* 確認画面 */
.confirm .required,
.confirm #form {
  max-width: 916px;
  margin: 0 auto;
}
.confirm #form .pp {
  padding-left: 0;
}
.confirm #form .pp p {
  display: none;
}
.confirm .btnblk {
  justify-content: space-between;
}
.confirm .btnblk .confirm_button {
  width: 48%;
  max-width: 220px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  max-width: 220px;
  background: #ca5142 url(../imgs/common/arrow_btn_r_hv.svg) no-repeat center right 20px/22px;
  cursor: pointer;
}
.confirm .btnblk .confirm_button.back {
  color: #ca5142;
  padding-left: 60px;
  background: url(../imgs/common/arrow_btn_l.svg) no-repeat center left 20px/22px;
}
.confirm .btnblk .confirm_button.back:hover {
  color: #fff;
  background-color: #ca5142;
  background-image: url(../imgs/common/arrow_btn_l_hv.svg);
}
/* 完了画面 */
.end #consult {
  margin-bottom: 48px;
}
.end #consult p {
  color: #000;
  max-width: 520px;
  margin: 0 auto;
}
.end #consult .strong {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.end #consult .strong span {
  display: inline-block;
}

.end .home_btn {
  color: #ca5142;
  font-size: 14px;
  display: block;
  width: 100%;
  max-width: 220px;
  padding: 8px 30px 9px 80px;
  margin: 0 auto;
  border: 1px solid #ca5142;
  border-radius: 25px;
  background: url(../imgs/common/arrow_btn_r.svg) no-repeat center right 20px/22px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.end .home_btn:hover {
  color: #fff;
  background-color: #ca5142;
  background-image: url(../imgs/common/arrow_btn_r_hv.svg);
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 640px) {
  .tell_contbox {
    border-radius: 40px;
  }
  #consult {
    border-radius: 40px;
  }
}
@media screen and (max-width: 550px) {
  /* 確認画面 */
  .confirm .btnblk,
  .confirm .btnblk .confirm_button {
    display: block;
    width: 100%;
  }
  .btnblk .confirm_button.back {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .tell_contbox {
    border-radius: 30px;
  }
  #consult {
    padding: 33px 4% 50px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 374px) {
  .tell_contbox .tell_conts {
    justify-content: center;
  }
  .tell_contbox .imgbk {
    display: none;
  }
}

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

@media screen and (min-width: 769px) {
}
