@charset "UTF-8";
/*  トップ  */
.top_contact {
  width: 100%;
  background-color: #FAF3F0;
  padding-bottom: 60px;
}

.top_contact img {
  width: 1080px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 120px;
}

.top_contact img.sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  .top_contact img {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  .top_contact img.pc {
    display: none;
  }
  .top_contact img.sp {
    width: 100%;
    display: block;
    padding-top: 60px;
  }
}

/*  フォーム  */
.container {
  width: 100%;
  height: auto;
  background-color: #FAF3F0;
}

.container .contact_thanks_wrap {
  width: 100%;
  margin: 0 auto;
}

.container .contact_thanks_wrap .text01 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding-top: 60px;
}

.container .contact_thanks_wrap .text02 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 60px;
}

.container .contact_thanks_wrap .imgwrap {
  width: 348px;
  height: 83px;
  display: block;
  margin: 150px auto 0;
}

.container.contact_form .submit {
  display: none !important;
}

.container.contact_confirm .submit_area {
  display: flex;
  margin-top: 60px;
}

.container.contact_comp .contact_wrap {
  background-color: transparent;
}

.container.contact_comp .text01 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.container.contact_comp .text02 {
  font-size: 1.5rem;
  line-height: 3;
  text-align: center;
  margin-top: 80px;
}

.container.contact_comp a {
  display: flex;
}

.container.contact_comp a img {
  margin: auto;
  margin-top: 90px;
}

.container .mwform-radio-field.horizontal-item {
  display: block;
  margin-left: 0 !important;
  margin-bottom: 20px;
}

.container .contact_wrap {
  width: 1092px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 60px;
}

.container .contact_wrap table {
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 85px;
}

.container .contact_wrap table tr td {
  padding: 15px;
  vertical-align: top;
}

.container .contact_wrap table tr td:first-child {
  width: 305px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: right;
  padding-right: 73px;
}

.container .contact_wrap table tr td:first-child.hissu {
  padding-right: 0;
}

.container .contact_wrap table tr td:first-child.hissu:after {
  content: "必須";
  width: 63px;
  height: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #CB2727;
  border-radius: 35px;
  text-align: center;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 1.9;
  font-weight: normal;
  margin-top: -2px;
  margin-left: 10px;
}

.container .contact_wrap table tr td:last-child {
  font-size: 1.6rem;
  font-weight: 500;
}

.container .contact_wrap table tr td input[type="text"], .container .contact_wrap table tr td input[type="tel"], .container .contact_wrap table tr td input[type="email"], .container .contact_wrap table tr td textarea {
  width: 400px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-left: 20px;
  padding: 15px 10px;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background-color: #F5F4F4;
}

.container .contact_wrap table tr td input[type="radio"], .container .contact_wrap table tr td input[type="checkbox"] {
  font-size: 1.6rem;
  margin-left: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.container .contact_wrap table tr td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent url(../img_contact/arrow_contact.svg) no-repeat center right 16px/19px 11px;
  font-size: 1.6rem;
  color: #999999;
  text-align: center;
  width: 400px;
  background-color: #F5F4F4;
  border-radius: 0;
  margin-left: 20px;
  padding: 15px 10px;
  cursor: pointer;
}

.container .contact_wrap table tr td select::-ms-expand {
  display: none;
}

.container .contact_wrap .privacytext {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

.container .contact_wrap .privacytext:after {
  content: "必須";
  width: 63px;
  height: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #CB2727;
  border-radius: 35px;
  text-align: center;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 1.9;
  font-weight: normal;
  margin-top: -2px;
  margin-left: 10px;
}

.container .contact_wrap .privacy_box {
  width: 100%;
  height: 200px;
  position: relative;
  overflow-y: scroll;
  border: solid 2px #CB2727;
  border-radius: 15px;
  padding: 30px 45px;
}

.container .contact_wrap .privacy_box p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}

.container .contact_wrap .ps__thumb-y {
  width: 8px;
  background-color: #D90E0E;
  opacity: 1;
}

.container .contact_wrap .doui {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}

.container .contact_wrap .doui input[type="checkbox"] {
  font-size: 1.6rem;
  margin-left: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.container .contact_wrap input[type="submit"] {
  width: 348px;
  height: 83px;
  background: url(../img_contact/submit.svg) no-repeat;
  font-size: 0;
  margin: 80px auto 0;
  display: block;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

.container .contact_wrap input[type="submit"].back {
  margin: auto;
  margin-right: 20px;
  background: url(../img_contact/submit_back.svg) no-repeat;
}

.container .contact_wrap input[type="submit"].submit {
  margin: auto;
  margin-left: 0;
  background: url(../img_contact/submit_send.svg) no-repeat;
}

@media screen and (max-width: 1100px) {
  .container .contact_wrap {
    width: 90%;
  }
}

@media screen and (max-width: 960px) {
  .container .contact_wrap table tr td:first-child {
    width: 305px;
    font-size: 1.6rem;
  }
  .container .contact_wrap table tr td:first-child.hissu:after {
    content: "必須";
    width: 50px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .container .contact_wrap table tr td:last-child {
    font-size: 1.6rem;
  }
  .container .contact_wrap table tr td input[type="text"], .container .contact_wrap table tr td input[type="tel"], .container .contact_wrap table tr td input[type="email"], .container .contact_wrap table tr td textarea {
    font-size: 1.6rem;
  }
  .container .contact_wrap table tr td input[type="radio"], .container .contact_wrap table tr td input[type="checkbox"] {
    font-size: 1.6rem;
  }
  .container .contact_wrap table tr td select {
    font-size: 1.6rem;
  }
  .container .contact_wrap .privacytext {
    font-size: 1.6rem;
  }
  .container .contact_wrap .privacytext:after {
    content: "必須";
    width: 50px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .container .contact_wrap .privacy_box p {
    font-size: 1.4rem;
  }
  .container .contact_wrap .doui {
    font-size: 1.6rem;
  }
  .container .contact_wrap .doui input[type="checkbox"] {
    font-size: 1.4rem;
  }
  .container .contact_wrap input[type="submit"] {
    width: 348px;
    height: 83px;
  }
}

@media screen and (max-width: 640px) {
  .container .contact_thanks_wrap .text01 {
    font-size: 2.4rem;
    padding-top: 30px;
  }
  .container .contact_thanks_wrap .text02 {
    font-size: 1.4rem;
    margin-top: 60px;
  }
  .container .contact_thanks_wrap .imgwrap {
    width: 348px;
    height: 83px;
    margin: 60px auto 0;
    padding-bottom: 120px;
  }
  .container.contact_confirm .submit_area {
    display: block;
    margin-top: 60px;
  }
  .container.contact_comp .contact_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .container.contact_comp .text01 {
    font-size: 2.4rem;
  }
  .container.contact_comp .text02 {
    font-size: 1.2rem;
    line-height: 2.5;
    margin-top: 40px;
  }
  .container.contact_comp a img {
    margin-top: 60px;
  }
  .container .contact_wrap {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  .container .contact_wrap table {
    margin-bottom: 40px;
    display: block;
  }
  .container .contact_wrap table tr {
    display: block;
  }
  .container .contact_wrap table tr td {
    display: block;
    line-height: 1.5;
    padding: 15px 0;
  }
  .container .contact_wrap table tr td:first-child {
    width: 90%;
    font-size: 1.6rem;
    text-align: left;
    padding: 30px 0 0;
  }
  .container .contact_wrap table tr td:first-child.hissu:after {
    content: "必須";
    width: 50px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .container .contact_wrap table tr td:last-child {
    font-size: 1.6rem;
  }
  .container .contact_wrap table tr td input[type="text"], .container .contact_wrap table tr td input[type="tel"], .container .contact_wrap table tr td input[type="email"], .container .contact_wrap table tr td textarea {
    width: 100%;
    background-color: #ffffff;
    font-size: 1.6rem;
    margin-left: 0;
  }
  .container .contact_wrap table tr td input[type="radio"], .container .contact_wrap table tr td input[type="checkbox"] {
    font-size: 1.6rem;
    line-height: 2;
    margin-left: 0;
  }
  .container .contact_wrap table tr td select {
    width: 100%;
    background-color: #ffffff;
    font-size: 1.6rem;
    margin-left: 0;
  }
  .container .contact_wrap .privacytext {
    font-size: 1.6rem;
  }
  .container .contact_wrap .privacytext:after {
    content: "必須";
    width: 50px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .container .contact_wrap .privacy_box {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
  }
  .container .contact_wrap .privacy_box p {
    font-size: 1.4rem;
  }
  .container .contact_wrap .doui {
    font-size: 1.6rem;
    line-height: 2;
  }
  .container .contact_wrap .doui input[type="checkbox"] {
    font-size: 1.6rem;
  }
  .container .contact_wrap input[type="submit"] {
    width: 348px;
    height: 83px;
    margin-top: 60px;
  }
  .container .contact_wrap input[type="submit"].back {
    margin: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background: url(../img_contact/submit_back.svg) no-repeat;
  }
  .container .contact_wrap input[type="submit"].submit {
    margin: auto;
    margin-left: auto;
    background: url(../img_contact/submit_send.svg) no-repeat;
  }
}

@media screen and (max-width: 350px) {
  .container .contact_thanks_wrap .text01 {
    font-size: 2rem;
    padding-top: 10px;
  }
  .container .contact_thanks_wrap .text02 {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    margin-top: 60px;
  }
  .container .contact_thanks_wrap .imgwrap {
    width: 200px;
    height: 47px;
    margin: 60px auto 0;
    padding-bottom: 90px;
  }
  .container .contact_wrap .privacytext {
    font-size: 1.4rem;
  }
  .container .contact_wrap .doui {
    font-size: 1.4rem;
  }
  .container .contact_wrap .doui input[type="checkbox"] {
    font-size: 1.4rem;
  }
  .container .contact_wrap input[type="submit"] {
    width: 200px;
    height: 47px;
    margin-top: 40px;
  }
}

/*# sourceMappingURL=contact.map */