@charset "UTF-8";

@media (max-width: 768px) {

  /* **************************************
          Request_Form
  ************************************** */
  .request_form {
    padding: 40px 0 56px;
  }

  .request_form.is-guidebook4 {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }

  .request_form_ttl {
    text-align: center;
  }

  .request_form_ttl.is-guidebook2 {
    margin-bottom: 30px;
  }

  .request_form_ttl.is-guidebook4 {
    max-width: calc(100vw * 162 / 320);
    line-height: 1.5;
    margin: 0 auto 10px;
  }

  .request_form_table dl {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #F4FCF7;
  }

  .request_form_table dl:nth-of-type(odd) {
    background: #E8FAEC;
  }

  .request_form_table02 dl:nth-of-type(odd) {
    background: #FFF;
  }

  .request_form_table02 dl:nth-of-type(even) {
    background: #eee;
  }

  .request_form .btnConfirmation {
    width: 90%;
    margin: 12px auto 0px;
    text-align: center;
    max-width: 338px;
  }

  .request_form_table .mr5 {
    margin: 0 2px;
  }

  .request_form_table dt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 4px;
  }

  .request_form_table dt span {
    background: #ee7800;
    color: #FFF;
    padding: 0px 5px 2px;
    margin: 0;
    height: auto;
    line-height: 1.2;
    font-size: 16px;
  }

  .request_form_table dt span.is-gray {
    background: #909090;
  }

  .request_form_table dl dd {
    width: 100%;
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
  }

  .request_form_table dl dd.address {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .request_form_table dl dd .request_form_box {
    flex: 1;
  }

  .request_form_table dl dd.has-hyphen {
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
  }

  .request_form_table dl dd.has-hyphen span {
    display: block;
    width: 10px;
    height: 1px;
    background-color: #707070;
  }

  .request_form_table dl dd.is-column {
    flex-direction: column;
    row-gap: 5px;
  }

  .request_form_table dl dd.is-column .in-dt {
    margin-bottom: 5px;
  }

  .request_form_table p {
    line-height: 1.27;
  }

  .request_form input,
  .request_form textarea,
  .request_form select {
    font-family: Noto Sans JP, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, sans-serif;
    padding: 3px 10px;
    -webkit-appearance: none;
    border-radius: 5px;
    border: solid 1px #999999;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .request_form_table textarea {
    width: 94%;
  }

  .request_form select {
    background: url(../images/guidebook2/arrow.svg) no-repeat center right 10px/10px, #FFF;
    padding: 3px 40px 3px 10px;
    min-width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
  }

  .request_form .trigger {
    font-weight: 600;
    border-radius: 6px;
    margin: 30px 2% 30px;
    padding: 8px 4%;
    position: relative;
    background: url(../images/guidebook/arrow01.png) no-repeat center right 11px/30px, #dddddd;
  }

  .trigger.open {
    background: url(../images/guidebook/arrow02.png) no-repeat center right 11px/30px, #dddddd;
  }

  .request_form .btn_wrap {
    display: flex;
    align-items: center;
  }

  .dd_alert input,
  .dd_alert select {
    background-color: #FFE4E1;
  }

  .request_form .alert {
    color: #ff0000;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 8px;
    font-weight: 500;
    clear: both;
  }

  input[type="checkbox"] {
    border-radius: 3px;
    border: 1px solid #000;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -4px 14px 0 0;
    padding: 0 !important;
    text-align: center;
    width: 20px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    position: relative;
    vertical-align: middle;
  }

  input[type="checkbox"]:checked:before {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    border-bottom: 3px solid #49bc08;
    border-left: 3px solid #49bc08;
    transform: rotate(-55deg);
    position: absolute;
    top: 2px;
    left: 2px;
  }

  label {
    display: flex;
    align-items: center;
    margin: 0 13px 0 0;
  }

  .radio {
    margin: 0px 0 0 7px;
    vertical-align: middle;
  }

  input[type="radio"] {
    -webkit-appearance: none;
    border: solid 1px #b1b1b1;
    width: 24px;
    height: 24px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    background: #FFF;
    margin: 0;
    vertical-align: middle;
  }

  input[type="radio"]:checked:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #1EAFDB !important;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 10px;
  }

  input[type="radio"]:checked+.radio:before {
    opacity: 1;
  }

  .request_form .notes {
    font-size: 13px;
    text-indent: -1em;
    display: block;
    margin: 6px 0 0 1em;
  }

  .agreement {
    padding: 0 4%;
    font-size: 13px;
  }

  .request_form_table .w100 {
    width: 100%;
  }

  .request_form_table .w20 {
    width: 20%;
  }

  .request_form_table .w30 {
    width: 80px;
  }

  .request_form_table .w60 {
    width: 240px;
  }

  .request_form_table .w70 {
    max-width: 270px;
  }

  .agreement .terms02 {
    display: none;
  }

  .agreement .terms_copy p {
    font-size: 13px;
    color: #555;
    margin-bottom: 0.5em;
  }

  .agreement .terms_copy h4 {
    font-size: 14px;
    color: #555;
    font-weight: bold;
    line-height: 2;
    margin: 10px 0 0;
  }

  .agreement .terms_copy h5 {
    font-size: 13px;
    color: #555;
    font-weight: bold;
    line-height: 2;
  }

  .read02 {
    text-align: center;
    margin: 24px 0 0;
  }

  .read02 span {
    color: #1EAFDB;
    position: relative;
    padding: 0 0 3px;
    cursor: pointer;
  }

  .read02 span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1EAFDB;
  }

  .panel {
    display: none;
  }

  .request_form_completion {
    padding: 50px 0;
  }

  .request_form_completion h2 {
    text-align: center;
    margin: 0 0 30px;
  }

  .request_form_completion h2 .emp {
    background: #f4f4f4;
  }

  .request_form_completion_btn {
    width: 80%;
    margin: 30px auto 0;
  }

  .request_form_table.form_table02 {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }

  .request_form_table.form_table02 .form_table02_list .form_table02_ttl {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .request_form_table.form_table02 .form_table02_list .form_table02_ttl .is-small {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background-color: transparent;
  }

  .request_form_table.form_table02 .form_table02_data {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .request_form_table.form_table02 .form_table02_data dl {
    background-color: #F7F7F7;
  }

  /* 住所 */
  .is-guidebook4 .address {
    flex-direction: column;
  }
}

@media (min-width: 769px) {

  /* **************************************
          Request_Form
  ************************************** */
  .request_form {
    padding: 40px 0 0;
    width: 960px;
    margin: 0 auto 90px;
  }

  .request_form.is-guidebook2 {
    padding-top: 50px;
  }

  .request_form.is-guidebook4 {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }

  .request_form_ttl {
    text-align: center;
  }

  .request_form_ttl.is-guidebook2 {
    margin-bottom: 45px;
  }

  .request_form_ttl.is-guidebook4 {
    margin-bottom: 20px;
  }

  .request_form_table dl {
    padding: 16px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #F4FCF7;
  }

  .request_form_table dl:nth-of-type(odd) {
    background: #E8FAEC;
  }

  .request_form_table02 dl:nth-of-type(odd) {
    background: #FFF;
  }

  .request_form_table02 dl:nth-of-type(even) {
    background: #eee;
  }

  .request_form_table dl dd {
    margin: 0 0 20px;
    width: 62.223%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .request_form_table dl dd .request_form_box {
    flex: 1;
  }

  .request_form_table dl dd.has-hyphen {
    align-items: center;
    gap: 5px;
  }

  .request_form_table dl dd.has-hyphen span {
    display: block;
    width: 10px;
    height: 1px;
    background-color: #707070;
  }

  .request_form_table dl dd.is-column {
    flex-direction: column;
    row-gap: 5px;
  }

  .request_form_table dl dd.is-column .in-dt {
    margin-bottom: 5px;
  }

  .request_form_table dl dd:last-of-type {
    margin-bottom: 0;
  }

  .request_form_table p {
    line-height: 1.2;
  }

  .request_form .btnConfirmation {
    margin: 12px auto 0px;
    text-align: center;
    width: 338px;
  }

  .request_form_table dt {
    width: 35%;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .request_form_table dt span {
    background: #ee7800;
    color: #FFF;
    padding: 0px 5px 2px;
    margin: 0 0 0 16px;
    height: auto;
    line-height: 1.2;
    font-size: 16px;
  }

  .request_form_table dt span.is-gray {
    background: #909090;
  }

  .request_form input,
  .request_form textarea,
  .request_form select {
    font-family: Noto Sans JP, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, sans-serif;
    padding: 3px 10px;
    -webkit-appearance: none;
    border-radius: 5px;
    border: solid 1px #999999;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .request_form_table textarea {
    width: 94%;
  }

  .request_form select {
    background: url(../images/guidebook2/arrow.svg) no-repeat center right 10px/10px, #FFF;
    padding: 3px 40px 3px 10px;
    min-width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
  }

  .request_form .trigger {
    font-weight: 600;
    border-radius: 6px;
    margin: 30px 2% 0px;
    padding: 8px 4%;
    position: relative;
    background: url(../images/guidebook/arrow01.png) no-repeat center right 11px/30px, #dddddd;
    cursor: pointer;
  }

  .trigger.open {
    background: url(../images/guidebook/arrow02.png) no-repeat center right 11px/30px, #dddddd;
  }

  .request_form .btn_wrap {
    display: flex;
    align-items: center;
  }

  input[type="checkbox"] {
    border-radius: 3px;
    border: 1px solid #000;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -4px 14px 0 0;
    padding: 0 !important;
    text-align: center;
    width: 20px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    position: relative;
    vertical-align: middle;
  }

  input[type="checkbox"]:checked:before {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    border-bottom: 3px solid #49bc08;
    border-left: 3px solid #49bc08;
    transform: rotate(-55deg);
    position: absolute;
    top: 2px;
    left: 2px;
  }

  label {
    margin: 0 20px 0 0;
    position: relative;
    display: flex;
    align-items: center;
  }

  .radio {
    margin: 0px 0 0 7px;
    vertical-align: middle;
  }

  .radio::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #1EAFDB !important;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 10px;
    opacity: 0;
    cursor: pointer;
  }

  input[type="radio"] {
    -webkit-appearance: none;
    border: solid 1px #b1b1b1;
    width: 24px;
    height: 24px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    background: #FFF;
    margin: 0;
    vertical-align: middle;
  }

  input[type="radio"]:checked+.radio:before {
    opacity: 1;
  }

  .request_form select::-ms-expand {
    display: none;
  }

  .dd_alert input,
  .dd_alert select {
    background-color: #FFE4E1;
  }

  .request_form .alert {
    color: #ff0000;
    font-size: 16px;
    line-height: 1.4;
    padding-top: 8px;
    font-weight: 500;
    clear: both;
  }

  .request_form .notes {
    font-size: 13px;
    text-indent: -1em;
    display: block;
    margin: 6px 0 0 1em;
  }

  .agreement {
    padding: 0 4%;
    font-size: 13px;
  }

  .request_form_table .pc_w90 {
    width: 90%;
  }

  .request_form_table .w20 {
    width: 20px;
  }

  .request_form_table .w30 {
    width: 80px;
  }

  .request_form_table .w60 {
    width: 240px;
  }

  .request_form_table .w70 {
    max-width: 270px;
  }

  .agreement .terms02 {
    display: none;
  }

  .agreement .terms_copy p {
    font-size: 13px;
    color: #555;
    margin-bottom: 0.5em;
  }

  .agreement .terms_copy h4 {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    line-height: 2;
    margin: 0 0 10px;
  }

  .agreement .terms_copy h5 {
    font-size: 13px;
    color: #555;
    font-weight: bold;
    line-height: 2;
  }

  .read02 {
    text-align: center;
    margin: 24px 0 0;
  }

  .read02 span {
    color: #1EAFDB;
    position: relative;
    padding: 0;
    cursor: pointer;
  }

  .read02 span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1EAFDB;
  }

  .panel {
    display: none;
  }

  .request_form_completion {
    padding: 50px 0;
    text-align: center;
  }

  .request_form_completion h2 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 40px;
    letter-spacing: 0.08em;
  }

  .request_form_completion h2 .emp {
    background: #f4f4f4;
  }

  .request_form_completion_btn {
    width: 350px;
    margin: 30px auto 0;
    text-align: center;
  }

  .request_form_table.form_table02 {
    margin-top: 74px;
    display: flex;
    flex-direction: column;
  }

  .request_form_table.form_table02 .form_table02_list .form_table02_ttl {
    width: 100%;
    justify-content: center;
  }

  .request_form_table.form_table02 .form_table02_list .form_table02_ttl .is-small {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background-color: transparent;
  }

  .request_form_table.form_table02 .form_table02_data {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .request_form_table.form_table02 .form_table02_data dl {
    background-color: #F7F7F7;
  }
}

/* 生年月日 */
.request_form_table dl dd.birth {
  align-items: center;
  display: grid;
  grid-template-columns: 95px 18px 60px 18px 60px 18px;
  gap: 5px;
}

.request_form_table dl dd.birth select {
  min-width: 60px;
  padding: 3px 20px 3px 10px;
}

.request_form_table dl dd.birth span {
  line-height: 1;
}