@charset "UTF-8";


main#contents {
margin-bottom: clamp(90px, 13vw, 120px);
}

.contact .comm-blc{
  max-width: 960px;
}

.required{
  background: #f74b4b;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 6px;
  text-align: center;
  width: 40px;
  border-radius: 3px;
}

.contact #contents{
  line-height: 1.9;
}

.title-txt_small{
  margin: 0 0 clamp(16px, 2.6vw, 24px);
  text-align: center;
}

.contact #How .howGrid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 2.6vw, 34px);
  padding: clamp(18px, 2.6vw, 28px) 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.contact #How .howItem{
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 0 clamp(10px, 1.6vw, 18px);
  box-sizing: border-box;
}

.contact #How .howItem + .howItem{
  border-left: 1px solid #e6e6e6;
}

.contact #How .howItem .howLead{
line-height: 1.2;
}


.contact #How .howIcon{
    width: 40px;
    height: auto;
    flex: 0 0 40px;
    display: block;
}
 .contact #How .tel .howIcon{
    width: 35px;
    flex: 0 0 35px;
}


.contact #How .tel .howBody p.howMain a.howTel{
color: #ff625c;
    font-size: clamp(22px, 2.6vw, 32px);
    font-weight: 600;
        color: #ff625c;
    display: block;
}

  .contact #How .mail .howBody p.howSub{
    font-size: 14px;
  }




.contact #How .howBody{
  flex: 1 1 auto;
  min-width: 0;
}

.contact #How .howHead{
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
}

.contact #How .howTel{
  margin: 6px 0 0;
  line-height: 1.1;
}

.contact #How .howTel a{
  color: #ff4f7a;
  font-weight: 800;
  font-size: clamp(22px, 3.2vw, 34px);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.contact #How .howText{
  margin: 6px 0 0;
  line-height: 1.7;
}

.contact #form .cm-ttl{
  margin: clamp(24px, 3.2vw, 40px) 0 clamp(14px, 2vw, 22px);
}

.contact #form .att{
  margin: 0 0 14px;
}

.contact .txtRed{
  color: #bd2d2b;
}

.contact .formTbl{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #efe3a6;
  background: #fff;
}

.contact .formTbl th,
.contact .formTbl td{
  padding: clamp(14px, 2vw, 18px);
  vertical-align: top;
  border-top: 1px solid #efe3a6;
}

.contact .formTbl tr:first-child th,
.contact .formTbl tr:first-child td{
  border-top: 0;
}

.contact .formTbl th{
  width: 28%;
  background: #fefbec;
  font-weight: 500;
}

.contact .formTbl td{
  background: #fff;
}

.contact .formTbl input[type="text"],
.contact .formTbl input[type="date"],
.contact .formTbl select,
.contact .formTbl textarea{
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  outline: none;
}

.contact .formTbl textarea{
  min-height: 180px;
  resize: vertical;
}

.contact .formTbl input[type="text"]:focus,
.contact .formTbl input[type="date"]:focus,
.contact .formTbl select:focus,
.contact .formTbl textarea:focus{
  border-color: #bfa6c9;
}

.contact .formTbl input[name="name"],
.contact .formTbl input[name="kana"],
.contact .formTbl input[name="tel"]{
  display: inline-block;
  width: 340px;
  max-width: 100%;
}

.contact .formTbl input[name="postcode"]{
  display: inline-block;
  width: 180px;
  max-width: 100%;
}

.contact .formTbl input[type="date"]{
  max-width: 260px;
}

.contact .formTbl select{
  max-width: 250px;
}

.contact .formTbl .fullsize{
  max-width: none;
}

.contact .errorTxt,
.contact .error{
  margin-top: 6px;
  color: #bd2d2b;
  font-size: 14px;
  line-height: 1.4;
}

#rule{
  margin-top: clamp(18px, 2.6vw, 28px);
  /* padding: clamp(14px, 2.2vw, 18px);
  background: #f8f8f8;
  border: 1px solid #e5e5e5; */
}

#rule a{
  font-weight: 700;
}

#formSubmit{
  margin: clamp(18px, 2.6vw, 30px) 0 0;
  text-align: center;
}

#formSubmit .btnPrimary{
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(220px, 40vw, 320px);
  padding: 14px 18px;
  background: #bfa6c9;
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}
#formSubmit .btnPrimary,
#formSubmit .btnSecondary{
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}

#formSubmit .btnPrimary:hover{
  background: #a98bb7;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
}

#formSubmit .btnPrimary:active{
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0,0,0,.10);
}

#formSubmit .btnPrimary:focus-visible,
#formSubmit .btnSecondary:focus-visible{
  outline: 3px solid rgba(191,166,201,.55);
  outline-offset: 3px;
}

#formSubmit .btnSecondary{
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(220px, 40vw, 320px);
  padding: 14px 18px;
  background: #fff;
  color: #333;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

#formSubmit .btnSecondary:hover{
  background: #f2f2f2;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

#formSubmit .btnSecondary:active{
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
}


@media (max-width: 767px){
  .contact #How .howGrid{
    grid-template-columns: 1fr;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .contact #How .howItem{
    padding: clamp(14px, 2.6vw, 18px) 0;
    border-top: 1px solid #e6e6e6;
  }

  .contact #How .howItem + .howItem{
    border-left: 0;
  }

  .contact #How .howItem:last-child{
    border-bottom: 1px solid #e6e6e6;
  }

  .contact .formTbl th,
  .contact .formTbl td{
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .contact .formTbl input[name="name"],
  .contact .formTbl input[name="kana"],
  .contact .formTbl input[name="tel"]{
    width: 100%;
  }
}