@charset "UTF-8";
/* ================== お問い合わせフォーム ================= */

.inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }
  /* @media screen and (max-width: 834px) {
    #cm-mv .inner {
      width: 100%;
      padding: 0 5%;
    }
  } */

  .c-ttl04 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.07em;
  }
  @media screen and (max-width: 1200px) {
    .c-ttl04 {
      font-size: 21px;
      font-size: 2.1rem;
    }
  }
  @media screen and (max-width: 834px) {
    .c-ttl04 {
      font-size: 18px;
      font-size: 1.8rem;
    }
  }

  .c-al__c {
    text-align: center !important;
  }
  @media screen and (min-width: 835px) {
    .c-al__c--pc {
      text-align: center !important;
    }
  }

  @media screen and (max-width: 834px) {
    .pc {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 835px) {
    .sp {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 640px) {
    .pc-sm {
      display: none;
    }
  }
  
  @media screen and (min-width: 641px) {
    .sp-sm {
      display: none;
    }
  }
  
  @media screen and (max-width: 990px) {
    .pc-lg {
      display: none;
    }
  }
  
  @media screen and (min-width: 991px) {
    .sp-lg {
      display: none;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .pc-xl {
      display: none;
    }
  }
  
  @media screen and (min-width: 1201px) {
    .sp-xl {
      display: none;
    }
  }

  .c-txt02 {
    font-size: 16px;
    font-size: 1.2rem;
    line-height: 1.875;
  }
  @media screen and (max-width: 834px) {
    .c-txt02 {
      font-size: 1rem;
    }
  }
  @media screen and (max-width: 374px) {
    .c-txt02 {
      font-size: 12px;
      font-size: 1.2rem;
    }
  }

  .c-fc__or {
    color: #e94638;
  }

  .c-fw__bd {
    font-weight: 700 !important;
  }

  .c-ft__en {
    font-family: "Oswald", sans-serif;
  }

  .c-fw__sbd {
    font-weight: 600 !important;
  }

  .c-fw__rg {
    font-weight: 400 !important;
  }

  .c-fc__bl {
    color: #141414;
  }

  .c-fc__gra {
    color: #666666;
  }

  .c-btn03 {
    /* font-family: "Shippori Mincho", serif; */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 18px;
    /* font-size: 1.8rem; */
    font-weight: 600;
    cursor: pointer;
    /* background: #e94638; */
    color: white;
    /* border: 1px solid #e94638; */
    border-radius: 5px;
    min-height: 69px;
    padding: 8px 5px 5px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  @media screen and (max-width: 834px) {
    .c-btn03 {
      font-size: 15px;
      font-size: 1.1rem;
      min-height: 56px;
    }
  }
  .c-btn03--gray {
    background: #7c7c7c;
    border-color: #7c7c7c;
  }
  .c-btn03--blue {
    background: #00317a;
    border-color: #00317a;
    font-size: 24px;
    font-size: 1.3rem;
  }
  @media screen and (max-width: 834px) {
    .c-btn03--blue {
      font-size: 20px;
      font-size: 1.2rem;
    }
  }
  .c-btn03:hover {
    opacity: 0.7;
  }

.sec-contact {
    padding: 137px 0;
  }
  @media screen and (max-width: 1200px) {
    .sec-contact {
      padding: 100px 0;
    }
  }
  @media screen and (max-width: 834px) {
    .sec-contact {
      padding: 40px 0 30px;
    }
  }
  
  .contact-ttl {
    font-size: 24px;
    font-size: 1.2rem;
    letter-spacing: 0;
    margin: 0 0 4px;
  }
  @media screen and (max-width: 834px) {
    .contact-ttl {
      font-size: 18px;
      font-size: 1.8rem;
    }
  }
  @media screen and (max-width: 640px) {
    .contact-ttl {
      font-size: 16px;
      font-size: 1.1rem;
    }
  }
  .contact-ttl:last-child {
    margin-bottom: 0;
  }
  .contact-note {
    margin: 0 0 39px;
  }
  @media screen and (max-width: 834px) {
    .contact-note {
      margin: 0 0 30px;
    }
  }
  .contact-wrap {
    /* background: #f9f9f9;
    padding: 178px 0 152px; */
    margin: 83px 0 0;
  }
  /* @media screen and (max-width: 1200px) {
    .contact-wrap {
      padding: 100px 0;
    }
  } */
  @media screen and (max-width: 834px) {
    .contact-wrap {
      /* padding: 50px 0; */
      margin: 50px 0 0;
    }
  }
  .contact-step {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    max-width: 290px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
    padding-left: 0;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .contact-step {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  }
  @media screen and (max-width: 1200px) {
    .contact-step {
      margin: 0 auto 80px;
    }
  }
  @media screen and (max-width: 834px) {
    .contact-step {
      margin: 0 auto 50px;
    }
  }
  .contact-step:before {
    position: absolute;
    z-index: -1;
    content: "";
    height: 1px;
    background: #b4b4b4;
    left: 0;
    right: 0;
    top: 51.2%;
  }
  .contact-step .item {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #b4b4b4;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .contact-step .item.active > div{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #321809;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  /* @media screen and (max-width: 640px) {
    .contact-step .item {
      width: 80px;
      height: 80px;
      padding: 5px 5px 10px;
    }
  } */
  .contact-step .item:nth-child(3n+2) {
    /* margin: 0 auto; */
    left: 50%;
    transform: translateX(-50%);
}
  /* .contact-step .item.active {
    background: #321809;
    z-index: 3;
  } */
  .contact-step .item.active{
    width: 56px;
    height: 56px;
    display: block;
    content: "";
    background-color: #fff;
    border: 1px solid #321809;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-5px);
  }
  .contact-step .item > * {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    /* -ms-flex-align: end; */
    /* -webkit-box-align: end; */
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* transform: translateY(3px); */
    width: 100%;
    height: 100%;
}
  .contact-step .item .en {
    /* position: relative; */
    /* letter-spacing: 0.08em;
    margin: 0 0 12px; */
    line-height: 1;
  }
  /* @media screen and (max-width: 834px) {
    .contact-step .item .en {
      margin: 0 0 7px;
    }
  } */
  /* .contact-step .item .en:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    background: white;
    height: 1px;
  } */
  .contact-step .item .en .en-txt {
    font-size: 12px;
    font-size: 1.1rem;
  }
  @media screen and (max-width: 834px) {
    .contact-step .item .en .en-txt {
      font-size: 10px;
      font-size: 0.8rem;
    }
  }
  .contact-step .item .en .number {
    font-size: 16px;
    font-size: 1.2rem;
    font-family: 'Libre Baskerville', serif;
}
  @media screen and (max-width: 834px) {
    .contact-step .item .en .number {
      font-size: 13px;
      font-size: 1.1rem;
    }
  }
  .contact-step .item .txt {
    width: 100%;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "游ゴシック体", YuGothic,"游ゴシック", "Yu Gothic", sans-serif;
    color:#ccc;
}
.contact-step .item.active .txt {
  color:#000;
}
  /* @media screen and (max-width: 834px) {
    .contact-step .item .txt {
      font-size: 18px;
      font-size: 0.9rem;
    }
  } */
  .contact-list, .contact-info {
    font-size: 14px;
    /* font-size: 1.4rem; */
    font-size: 1rem;
    line-height: 2.1428571429;
    letter-spacing: 0.1em;
  }
  .contact-item {
    margin: 0 0 22px;
  }
  @media screen and (max-width: 834px) {
    .contact-item {
      margin: 0 0 15px;
    }
  }
  .contact-item:last-child {
    margin-bottom: 0;
  }
  .contact-lbl {
    margin: 0 0 13px;
  }
  @media screen and (max-width: 834px) {
    .contact-lbl {
      margin: 0 0 5px;
    }
  }
  .contact-cnt .pure-list {
    margin: -10px 0 0 -2px;
    padding: 0 0 2px;
  }
  .contact-f {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-f .item-02 {
    width: 41.8%;
    margin-right: 2.45%;
  }
  @media screen and (max-width: 834px) {
    .contact-f .item-02 {
      width: 49%;
      margin-right: 2%;
    }
  }
  @media screen and (max-width: 374px) {
    .contact-f .item-02:last-child {
      margin-bottom: 0;
    }
  }
  .contact-f .item-02:nth-child(even) {
    margin-right: 0;
  }
  .contact-f .item-04 {
    width: 269px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  @media screen and (max-width: 1024px) {
    .contact-f .item-04 {
      width: 33.33%;
    }
  }
  @media screen and (max-width: 834px) {
    .contact-f .item-04 {
      width: 50%;
      margin-bottom: 10px;
    }
    .contact-f .item-04:first-child {
      width: 100%;
    }
  }
  @media screen and (max-width: 374px) {
    .contact-f .item-04 {
      margin: 0 0 10px;
    }
  }
  .contact-f .item-04 .form-control {
    width: 202px;
    margin: 0 20px 0 0;
  }
  @media screen and (max-width: 1024px) {
    .contact-f .item-04 .form-control {
      width: calc(100% - 35px);
      margin: 0;
    }
  }
  .contact-f .item-04 .txt {
    margin: 0 0 2px;
    color: #8c8c8c;
  }
  @media screen and (max-width: 1024px) {
    .contact-f .item-04 .txt {
      width: 35px;
      padding: 0 0 0 5px;
    }
  }
  .contact-f--02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-f--02 .txt-f {
    width: 34px;
  }
  .contact-f--02 .txt-line {
    width: 19px;
    text-align: center;
    padding: 0 0 6px;
  }
  .contact-f--02 .txt-l {
    padding: 0 0 2px 46px;
    letter-spacing: 0.125em;
  }
  @media screen and (max-width: 834px) {
    .contact-f--02 .txt-l {
      width: 100%;
      padding: 0;
    }
  }
  .contact-list {
    margin: 0 0 60px;
  }
  @media screen and (max-width: 834px) {
    .contact-list {
      margin: 0 0 40px;
    }
  }
  .contact-txt {
    letter-spacing: 0.13em;
    margin: 0 0 3px;
  }
  @media screen and (max-width: 640px) {
    .contact-txt {
      letter-spacing: 0;
    }
  }
  .contact-txt a {
    display: inline-block;
    position: relative;
    margin: 0 0 0 44px;
  }
  @media screen and (max-width: 834px) {
    .contact-txt a {
      margin: 0;
    }
  }
  .contact-txt a:before {
    position: absolute;
    content: "";
    height: 1px;
    bottom: 1px;
    left: 0;
    right: 0;
    background: #141414;
  }
  .contact-txt a img {
    margin: 0 4px 0 2px;
    position: relative;
    top: -2px;
  }
  .contact-privacy {
    margin: 0 0 21px;
  }
  @media screen and (max-width: 834px) {
    .contact-privacy {
      margin: 0 0 15px;
    }
  }
  .contact-privacy .pure-input span {
    padding-left: 30px;
    letter-spacing: 0.115em;
    margin-top: 25px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 640px) {
    .contact-privacy .pure-input span {
      padding-left: 2.3em;
      letter-spacing: 0.05em;
    }
  }
  .contact-privacy .pure-input span:before {
    left: 0px;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    margin-right: 10px;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .contact-privacy .pure-input span:before {
      margin-top: -4px;
    }
  }
  @media screen and (max-width: 640px) {
    .contact-privacy .pure-input span:before {
      left: 0;
    }
  }
  .contact-privacy .pure-input span:after {
    left: 5px !important;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .contact-privacy .pure-input span:after {
      margin-top: -1px !important;
      left: 46px !important;
    }
  }
  /* @media screen and (max-width: 640px) {
    .contact-privacy .pure-input span:after {
      left: 3px !important;
    }
  } */
  .contact-btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-btn > * {
    width: 46.4%;
    max-width: 300px;
    margin: 0 1.8%;
  }
  @media screen and (max-width: 640px) {
    .contact-btn > * {
      width: 100%;
      margin-bottom: 10px;
    }
    .contact-btn > *:last-child {
      margin-bottom: 0;
    }
  }
  .contact-info {
    max-width: 1198px;
    margin: 0 auto 140px;
    /* border: 1px solid #b4b4b4; */
  }
  @media screen and (max-width: 1200px) {
    .contact-info {
      margin: 0 auto 100px;
    }
  }
  @media screen and (max-width: 834px) {
    .contact-info {
      margin: 0 auto 50px;
    }
  }
  .contact-info dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* border-bottom: 1px solid #b4b4b4; */
  }
  .contact-info dl:last-child {
    border-bottom: none;
  }
  .contact-info dl dt {
    width: 32.35%;
    /* border-right: 1px solid #b4b4b4; */
    padding: 20px 17px 19px 10px;
    /* background: #f2f2f2; */
  }
  @media screen and (max-width: 834px) {
    /* .contact-info dl dt {
      width: 100%;
      padding: 10px;
      border-right:none;
    } */
    .contact-info dl dt {
      width: 100%;
      padding: 10px 10px 0;
      border-right: none;
  }
  }
  .contact-info dl dd {
    width: 67.65%;
    word-wrap: break-word;
    padding: 20px 10px 19px 58px;
  }
  @media screen and (max-width: 834px) {
    /* .contact-info dl dd {
      width: 100%;
      padding: 10px;
    } */
    .contact-info dl dd {
      width: 100%;
      padding: 0 10px 10px;
      border-bottom: 1px solid #ccc;
  }
  }
  .contact-txt02 {
    margin: 0 0 104px;
  }
  @media screen and (max-width: 834px) {
    .contact-txt02 {
      margin: 0 0 50px;
    }
  }
  
  .msg-error {
    color: red;
    display: block;
  }

  .form-control {
    display: block;
    width: 100%;
    height: 52px;
    background: white;
    border: 2px solid #b4b4b4;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1rem;
    outline: none;
    resize: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .form-control::-ms-expand {
    display: none;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .form-control--select {
    max-width: 363px;
    position: relative;
    padding: 0;
  }
  .form-control--select:before, .form-control--select:after {
    position: absolute;
    content: "";
  }
  .form-control--select:before {
    top: 0;
    bottom: 0;
    right: 0;
    background: #dcdcdc;
    width: 50px;
  }
  .form-control--select:after {
    border-top: 8px solid #8c8c8c;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 50%;
    right: 19px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form-control--select select {
    font-size: 1rem;
    display: block;
    position: relative;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 5px 60px 6px 9px;
    letter-spacing: 0.13em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    background: transparent;
  }
  .form-control--select select::-ms-expand {
    display: none;
  }
  .form-control--text {
    height: 182px;
  }
  .form-control.sm-03 {
    height: 51px;
    max-width: 70px;
    border-width: 1px;
  }
  .form-control.sm-04 {
    height: 51px;
    max-width: 80px;
    border-width: 1px;
  }

  .pure-list > * {
    margin: 0 0 -2px;
    list-style: none;
  }
  .pure-list > *:last-child {
    margin-bottom: 0;
  }
  .pure-input input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .pure-input input[type=checkbox] + span:after {
    background-color: transparent;
    top: 50%;
    left: 5px;
    width: 10px;
    height: 5px;
    margin-top: -6px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0 0 2px 2px;
    -o-border-image: none;
       border-image: none;
    -webkit-transform: rotate(-45deg) scale(0);
        -ms-transform: rotate(-45deg) scale(0);
            transform: rotate(-45deg) scale(0);
  }
  .pure-input input[type=checkbox]:checked + span:after {
    content: "";
    -webkit-transform: rotate(-45deg) scale(1);
        -ms-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  }
  .pure-input input[type=checkbox]:checked + span:before {
    -webkit-animation: borderscale 200ms ease-in;
            animation: borderscale 200ms ease-in;
    background: #8c8c8c;
  }
  .pure-input input[type=radio] + span:after, .pure-input input[type=radio] + span:before {
    border-radius: 50%;
  }
  .pure-input input[type=radio]:checked + span:before {
    -webkit-animation: borderscale 300ms ease-in;
            animation: borderscale 300ms ease-in;
    background-color: white;
  }
  .pure-input input[type=radio]:checked + span:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .pure-input span {
    position: relative;
    padding: 2px 5px 2px 2.3em;
    letter-spacing: 0.13em;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .pure-input span:before {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    content: "";
    color: #4F8196;
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 19px;
    margin-top: -9px;
    border: 1px solid #8c8c8c;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pure-input span:after {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    content: "";
    background-color: #8c8c8c;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 13px;
    height: 13px;
    margin-top: -5px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  }
  
  @media screen and (min-width: 835px) {
    a[href^=tel] {
      pointer-events: none;
    }
  }
  @media screen and (min-width: 835px) and (-ms-high-contrast: none), screen and (min-width: 835px) and (-ms-high-contrast: active) {
    a[href^=tel] {
      display: inline-block;
    }
  }
  
/* 20230104__add */
.contact__en-title{
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  width: fit-content;
  padding: 30px 100px;
  border-bottom: 1px solid #e4dcd7;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  line-height: 1;
  white-space: nowrap;
}

.contact__en-title::after {
  width: 80px;
  height: 1px;
  background-color: #321809;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,100%);
  display: block;
  content: "";
  position: absolute;
}
.align-center_sp-left{
  text-align: center;
}
@media screen and (max-width: 834px) {
  .align-center_sp-left{
    text-align: left;
  }
}
.contact__main-txt-bl{
  padding: 50px 0 70px;
  border-bottom: 1px solid #b2b2b2;
}
.hissu-main-txt{
  text-align: center;
  padding: 60px 0;
  font-size: 14px;
}
.contact-list.inner,
.privacy__bl.inner,
.contact-info.inner{
  width: 820px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.contact-item{
  display: flex;
}

.contact-lbl{
  width: calc(100% - 510px);
  margin-right: 20px;
}

.contact-cnt{
  width: 510px;
}
.contact-cnt input[type="text"],
.contact-cnt input[type="email"],
.contact-cnt textarea{
  width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
}

.contact-cnt input[type="text"],
.contact-cnt input[type="email"]{
  height: 36.5px;
}
.contact-list, .contact-info {
  font-size: 18px;
}
.msg-error {
  font-size: 14px;
}
input::placeholder,
textarea::placeholder {
  font-size: 18px;
  color: #e4e4e4;
  padding-top: 3px;
  display: inline-block;
  transform: translateY(1px);
}
.zip-input{
  width: 120px!important;
  margin-right: 10px;
}
.ajaxzip3{
  border: none;
  background-color: #ededed;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 36.5px;
  font-size: 14.5px;
}

.contact-cnt.koumoku{
  width: 497px;
  display: flex;
  flex-wrap: wrap;
}

.contact-cnt.koumoku input[type="radio"]{
  margin-right: 7px;
}

.input-harf{
  min-width: 34%;
  display: inline-block;
}
.sonota-bl{
  display: flex;
  width: 100%;
}

.sonota-bl input[type="text"] {
  width: calc(100% - 90px);
  margin-left: 10px;
  transform: translateY(5px);
  padding: 5px 10px;
}

.privacy__main-title{
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.privacy__slide-bl{
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  height: 430px;
  overflow-y: scroll;
  padding: 50px 40px;
}

.privacy__title{
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}

.privacy__txt{
  font-size: 15.5px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.privacy__middle-title{
  font-size: 18px;
}
.form-control {
  font-size: 16px;
}

.contact-btn{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.material-icons {
  color: #fff;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  z-index: 5;
  width: 17px;
  font-size: 17px;
}

button[type="submit"]{
  border-radius: 100px;
  background-color: #321809;
  width: 360px;
  max-width: 90%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  position: relative;
}

.sp-only{
  display: none;
}

.privacy__slide-bl::-webkit-scrollbar{
  width: 20px;
}

.privacy__slide-bl::-webkit-scrollbar-track{
  background-color: transparent;
}

.privacy__slide-bl::-webkit-scrollbar-thumb{
  background-color: #eeeeee;
  border-radius: 50px;
  border: 6.5px solid transparent;
  background-clip: content-box;
}

/* 確認ページ */
.confirm-page .contact-step .item:last-of-type{
  margin-right: 0;
  margin-left: auto;
}

.confirm-page .contact-step .item:nth-child(3n+2){
  transform: translate(-45%,-7px);
}

.confirm-page .contact-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 750px;
}

button[name="back"]{
  background-color: #d6d1ce!important;
  border: 1px solid #d6d1ce;
}

button[name="back"] .material-icons {
  right: auto;
  left: 40px!important;
  transform: rotate(180deg) translateY(50%)!important;
}

/* サンクスページ */
.page-entry_form_thanks .contact-step{
  height: 46px;
}

.page-entry_form_thanks .contact-step .item.active:nth-of-type(2){
  left: 50%;
  transform: translate(-45%,-5px);
}

.page-entry_form_thanks .contact-step .item.active:last-of-type{
  right: 0;
}

.page-entry_form_thanks .contact-txt02 {
  margin: 80px 0;
  font-size: 16px;
  text-align: center;
}

.page-entry_form_thanks .thanks-link{
  width: 360px;
  border-radius: 100px;
  height: 90px;
  background: #321809;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .contact-cnt.koumoku {
    width: 450px;
    max-width: 100%;
}
.contact-list, .contact-info {
  font-size: 16px;
}
}

@media screen and (max-width: 834px) {
  .contact-item {
    display: flex;
    flex-direction: column;
  }
  .contact-list{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .contact-lbl {
    width: 100%;
}
.contact-cnt {
  width: 100%;
}
.privacy__slide-bl {
  padding: 30px 25px;
}
.privacy__title {
  font-size: 20px;
  margin-bottom: 20px;
}
.privacy__txt {
  font-size: 15px;
}
.privacy__middle-title {
  font-size: 17px;
}
.privacy__title {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.contact-list.inner,
.privacy__bl.inner,
.contact-info.inner {
  max-width: 100%;
  padding: 0;
}
.contact__en-title {
  font-size: 40px;
  padding: 30px 50px 20px;
}
.sec-contact {
  padding: 30px 20px 60px;
}
.sp-only{
  display: inline-block;
}
.input-harf {
  min-width: 150px;
}
.confirm-page .contact-btn {
  flex-direction: column-reverse;
  flex-wrap: wrap;
  width: 360px;
}
button[name="back"]{
  margin-top: 15px;
}
.page-entry_form_thanks .thanks-link{
  width: 300px;
  height: 80px;
}
.page-entry_form_thanks .contact-txt02 {
  margin: 60px 0;
  font-size: 15px;
  text-align: left;
}
}


@media screen and (max-width: 640px) {
.contact-step .item .en {
  /* position: relative; */
  line-height: 0.7;
}
.contact__en-title {
  font-size: 36px;
  padding: 30px 25px 20px;
}
.contact__main-txt-bl {
  padding: 20px 0 40px;
}
.hissu-main-txt {
  padding: 40px 0 20px;
}
button[type="submit"] {
  width: 300px;
  height: 80px;
}
}

@media screen and (max-width: 400px) {
  .cm-page-ttl {
    bottom: 60px;
}
}

a,button { -webkit-tap-highlight-color:rgba(0, 0, 0, 0)!important; }

/* .contact-clinic .table-clinic--02 tbody tr td:last-child,
.contact-clinic .table-clinic--02 tbody tr th:last-child {
  border-right: none!important;
}

@media screen and (max-width: 834px){
  .contact-clinic .contact-clinic__item:first-of-type .table-clinic tbody tr td {
    width: calc((100% - 80px) / 7);
  }
  .contact-clinic .contact-clinic__item:nth-of-type(2) .table-clinic tbody tr td {
    width: calc((100% - 80px) / 8);
  }
  
  .contact-clinic .contact-clinic__item:first-of-type .table-clinic tbody tr td:first-child,
  .contact-clinic .contact-clinic__item:nth-of-type(2) .table-clinic tbody tr td:first-child {
    width: 80px;
  }
} */

