.overviewItem_L {
  width: 20%;
}

.textboxarea {
  padding: 30px 0;
  width: 50%;
}

.tel_item .textboxarea,
.mail_item .textboxarea {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.overviewItem_end .textboxarea {
  width: 100%;
}

.mandatory {
  background-color: #7c1109;
  color: #fff;
  font-size: 14px;
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
  font-weight: 400;
  margin: 0 0 0 0.5vw;
  padding: 1px 5px;
  vertical-align: bottom;
}

.any {
  background-color: #363636;
  color: #fff;
  font-size: 14px;
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
  font-weight: 400;
  margin: 0 0 0 0.5vw;
  padding: 1px 5px;
  vertical-align: bottom;
}

.contact_beginning {
  text-align: center;
}

.select_radio {
  margin: 0 2vw 0 0;
  font-size: 18px;
  padding-left: 1em;
  position: relative;
}

.select_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.privacy_check {
  max-width: 800px;
  width: 80%;
  margin: 0 auto 50px;
  text-align: center;
  background-color: #f9f9f9;
  border: solid 1px #c3c3c3;
  padding: 4vh;
}

.privacy_checkTitle {
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  font-size: 20px;
  margin: 0 0 2.5vh;
  font-weight: 400;
}

.privacy_checkText {
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 2.5vh;
  color: #001111;
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
}

.privacyLink {
  display: inline-block;
  color: #7c1109;
  border-bottom: solid 1px;
}

.privacyCheck_btn {
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.lastCheck_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
}

.send_btn {
  width: 300px;
  color: #fff;
  background-color: #887249;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  letter-spacing: 0.2em;
  padding: 16px 0 16px 32px;
}

button {
  border-style: none;
}

.send_btn img {
  height: 18px;
  width: auto;
  margin: 0 0 0 40px;
}

.inputbox {
  box-sizing: border-box;
  height: 60px;
  font-size: 15px;
  width: 100%;
}

.overviewItem.inputbox {
  width: 100%;
  height: 24px;
}

.tel_item .inputbox,
.mail_item .inputbox {
  width: 90%;
}

.overviewItem_end.inputbox {
  width: 100%;
}

textarea {
  font-size: 15px;
}

.send_btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.send_btn_area button {
  font-size: 18px;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  width: 300px;
  margin: 0 16px;
  padding: 24px 0;
}

.prev_btn {
  background-color: #16171d;
  position: relative;
}

.next_btn {
  background-color: #887249;
  position: relative;
}

.next_btn::after {
  content: "";
  height: 12px;
  width: 7px;
  background-image: url(../img/sendArrow.png);
  background-size: cover;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.prev_btn::before {
  content: "";
  height: 12px;
  width: 7px;
  background-image: url(../img/sendArrow_prev.png);
  background-size: cover;
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.thanks_content {
  width: 100%;
  background-color: #fff;
  padding: 16vh 0;
}

.thanks_text {
  text-align: center;
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  margin: 0 0 32px;
}

.thanks_tel_box {
  width: 600px;
  margin: 0 auto 48px;
  padding: 40px 0;
  background-color: #f9f9f9;
  border: solid 1px #bbbbbb;
}

.thanks_tel_link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  font-size: 36px;
  margin: 0 0 16px;
}

.thanks_tel_link img {
  width: 25px;
  margin: 8px 8px 0 0;
}

.thanks_tel_text {
  text-align: center;
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(54, 54, 54, 0.8);
}

.thanks_content .contentWrap {
  text-align: center;
}

.more_btn {
  font-family: "Amiri", serif;
  font-size: 20px;
  color: #887249;
  border-bottom: solid 2px;
  display: inline-block;
  padding: 0 0 15px;
  margin: 0 auto;
}

.FlexTextarea {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
}

.FlexTextarea__dummy {
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
  min-height: 120px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid;
}

.FlexTextarea__textarea {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  resize: none;
}

.FlexTextarea__textarea:focus {
  outline: 0;
}

.overviewItem_end .overviewItem_R {
  padding: 30px 0 30px 2.5%;
}

@media screen and (max-width: 1200px) {
  .overviewItem_R {
    width: 60%;
  }

  .overviewItem_L {
    width: 30%;
  }
  .textboxarea {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .tel_item .textboxarea,
  .mail_item .textboxarea {
    display: block;
  }
  .overviewItem_R {
    display: block;
  }
  .select_radio {
    display: block;
    margin: 15px 0;
  }
}

@media screen and (max-width: 500px) {
  .overviewItem:nth-child(5) {
    border-bottom: solid 1px #c3c3c3;
  }

  .overviewItem_L {
    width: 100%;
  }

  .overviewItem_R {
    font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
    font-size: 16px;
    padding: 0;
    width: 100%;
    display: block;
  }

  .overviewItem_L {
    padding: 8px 0 8px 0px;
  }

  .textboxarea {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 30px;
  }

  .inputbox {
    width: 100%;
    height: 44px;
    font-size: 14px;
  }

  .inputbox_end {
    width: 100%;
    box-sizing: border-box;
  }

  .select_btn {
    left: -8px;
  }

  .select_radio {
    display: block;
    margin: 0 0 0 16px;
    font-size: 14px;
    padding: 10px 0;
    padding-left: 1em;
    position: relative;
  }

  .select_radio:nth-child(1) {
    margin-top: 10px;
  }

  .select_radio:nth-child(3) {
    margin-bottom: 10px;
  }

  .select_item {
    padding-bottom: 5px;
  }

  .privacy_checkTitle {
    font-size: 16px;
    margin: 24px 0;
  }

  .privacy_check {
    max-width: 90%;
    width: 90%;
    margin: 0 auto 50px;
    text-align: center;
    background-color: #f9f9f9;
    border: solid 1px #c3c3c3;
    padding: 0 0 16px;
  }

  .privacy_checkText {
    font-size: 13px;
    line-height: 30px;
    margin: 0 0 16px;
    padding: 0 8px;
  }

  .privacyCheck_btn {
    font-weight: bold;
    font-size: 14px;
    position: relative;
  }

  .send_btn {
    width: 240px;
    font-size: 15px;
    letter-spacing: 0.2em;
    padding: 15px 0 15px 32px;
  }

  .send_btn img {
    height: 12px;
    width: auto;
    margin: 0 0 0 40px;
  }

  .thanks_content {
    padding: 8vh 0;
  }

  .thanks_content .sectionTitle {
    line-height: 1.3;
  }

  .thanks_text {
    font-size: 13px;
    line-height: 1.85;
  }

  .thanks_tel_box {
    width: 90%;
    margin: 0 auto 48px;
    padding: 40px 0;
  }

  .send_btn_area button {
    font-size: 13px;
    width: 45%;
    margin: 0 5px;
    padding: 16px 0;
  }

  .next_btn::after {
    right: 8px;
  }

  .prev_btn::before {
    left: 8px;
  }

  .tel_item .textboxarea,
  .mail_item .textboxarea {
    width: 80%;
    margin: 0 auto;
  }
  .tel_item .inputbox,
  .mail_item .inputbox {
    width: 100%;
  }

  .overviewItem_end .overviewItem_R {
    padding: 30px 0;
  }

  .overviewItem_end .inputbox {
    width: 80%;
    height: 100%;
    font-size: 13px;
  }

  .FlexTextarea__textarea {
    left: 0;
    right: 0;
    margin: auto;
  }

  .overviewItem_L p .mandatory,
  .overviewItem_L p .any {
    font-size: 12px;
    margin: 0 0 0 0.5vw;
    padding: 1px 5px;
    vertical-align: bottom;
  }
}
