@charset "UTF-8";

* {
  outline: none;
}

body {
  padding-top: 0;
}

button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: opacity .5s ease;
  width: 100%;
}

a {
  transition: opacity .5s ease;
}

a:hover,
button:hover {
  opacity: .8;
}


input::-webkit-input-placeholder {
  color: rgba(117, 117, 117, .7);
}

input:-moz-placeholder {
  color: rgba(117, 117, 117, .7);
}

input::-moz-placeholder {
  color: rgba(117, 117, 117, .7);
}

input:-ms-input-placeholder {
  color: rgba(117, 117, 117, .7);
}

@media (max-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
    overflow: hidden;
  }

  .inner {
    padding: 0 4%;
  }

  .emp {
    color: #48bc07;
    background: #FFF;
    padding: 2px 4px 3px 6px;
    font-size: 120%;
    margin: 0 5px 0 0;
  }

  .guidebook_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 3%;
    box-shadow: 0px 5px 10px 0px rgba(17, 17, 17, 0.1);
    position: relative;
    z-index: 1;
  }

  .guidebook_header h1 {
    width: 120px;
    position: relative;
    top: -3px;
  }

  .is-guidebook2 .guidebook_header_logo {
    width: 120px;
    height: 36px;
    top: 0;
  }

  .guidebook_header .description {
    font-size: 13px;
  }

  .guidebook_header .header_btn {
    width: calc(100vw * 307 / 640);
  }

  /* .guidebook_header.is-guidebook2 .header_btn {
    width: 176px;
  } */
  .guidebook_header.is-guidebook2 {
    width: 100%;
    padding: 3px 3%;
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
  }

  .guidebook_header.is-guidebook2+.wrap {
    padding-top: clamp(48px, 11.875vw, 76px);
  }

  .guidebook_header.is-guidebook2 h1 {
    line-height: 1;
  }

  .guidebook_header.is-guidebook2 h1 img {
    line-height: 1;
  }

  .guidebook_header.is-guidebook2 .header-btn {
    width: calc(100vw * 309 / 640);
  }

  .guidebook_header.is-guidebook2 .header-btn img {
    height: auto;
  }

  .guidebook_header.is-guidebook2 .header-txt {
    font-size: clamp(10px, 2.1875vw, 14px);
  }

  /* **************************************
          main
  ************************************** */
  .main {
    padding: 0 0 60px;
    text-align: center;
  }

  .main_ttl img {
    max-width: initial;
    width: 100%;
  }

  .main_unit {
    position: relative;
    margin: 0 0 30px;
  }

  .main_unit.is-guidebook2 {
    margin: 0 0 15px;
  }

  .main_unit.is-guidebook4 {
    margin: 0 0 15px;
  }

  .main_btn {
    position: absolute;
    bottom: 22%;
    left: 50%;
    width: 85%;
    transform: translateX(-50%);
  }

  .main_btn.is-guidebook2 {
    position: initial;
    transform: translateX(0);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 93%;
  }

  .main_btn.is-guidebook4 {
    position: initial;
    transform: translateX(0);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 93%;
  }

  .main_heading.is-guidebook4 {
    margin-top: -27px;
  }

  .main_note {
    font-size: calc(100vw * 28 / 640);
    text-align: right;
    transform: scale(0.5);
  }

  .main_note.is-guidebook2 {
    width: 200%;
    transform-origin: left center;
  }

  .main_note:not(.is-guidebook2) {
    width: 192%;
    color: #fff;
    position: absolute;
    bottom: 12.5%;
    right: 4%;
    transform-origin: right bottom;
  }

  /* **************************************
          Feature
  ************************************** */
  .feature {
    padding: 0 0 40px;
  }

  .feature.is-guidebook2 {
    border-bottom: #cbcbcb 1px solid;
  }

  .feature_block {
    background: #f4f4f4;
    padding: 40px 0;
  }

  .feature_block:nth-of-type(even) {
    background: #FFF;
  }

  .feature_block:nth-of-type(even) .emp {
    background: #f4f4f4;
  }

  .feature_ttl {
    position: relative;
    padding: 0 0 0 16%;
    font-size: 6.3vw;
    margin: 0 0 30px;
  }

  .feature_ttl.is-guidebook2 {
    display: flex;
    align-items: flex-start;
    padding: 0;
  }

  .feature_ttl img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }

  .feature_ttl.is-guidebook2 img {
    position: initial;
    width: 50px;
    margin-top: 0.2em;
    height: auto;
    margin-right: 20px;
  }

  .feature__block01 {
    text-align: center;
    margin-top: 25px;
  }

  .feature_txt strong {
    font-weight: 600;
  }

  .feature_txt {
    position: relative;
    font-size: 4.3vw;
  }

  .feature_txt_wrap {
    display: block;
    position: absolute;
  }

  .feature_txt_wrap01 {
    top: -70%;
    width: 55%;
  }

  .feature_txt_wrap02 {
    top: -73%;
    width: 44%;
    right: 0;
  }

  .feature_txt_wrap03 {
    top: -40%;
    width: 51%;
  }

  .feature_heading {
    display: block;
    font-weight: 600;
    font-size: calc(100vw * 40 / 640);
    line-height: 2;
    color: #48bc07;
    margin-bottom: calc(100vw * 16 / 640);
  }

  .feature_heading sup {
    display: inline-block;
    font-size: calc(100vw * 20 / 640);
    color: #333;
    margin-left: 0.2em;
  }

  .feature_note {
    display: block;
    font-weight: 500;
    font-size: calc(100vw * 20 / 640);
    line-height: 1.5;
    margin-top: calc(100vw * 20 / 640);
  }

  .feature_img {
    margin: 0 0 20px;
  }

  .feature_block:nth-of-type(3) .feature_img {
    margin: -30px 0 10px 0;
  }

  .feature_img img {
    width: 116%;
    max-width: inherit;
    margin: 0 0 0 -8%;
  }

  .feature_block:nth-of-type(even) .feature_img img {
    margin: 0 0 0 -8%;
  }

  .feature_btn {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }

  /* **************************************
          Company
  ************************************** */
  .company {
    background: #f4f4f4;
    padding: 40px 0;
  }

  .company_ttl {
    text-align: center;
    margin: 0 0 30px;
    font-size: 7vw;
    letter-spacing: .05em;
  }

  .company_ttl b {
    display: block;
    font-size: 13px;
    margin: 10px 0 0;
    letter-spacing: normal;
  }

  .company .emp {
    margin: 0;
  }

  .company_img {
    margin: 0 0 30px;
    text-align: center;
  }

  .company_txt {
    margin: 0 0 30px;
  }

  .company_info {
    background: #FFF;
  }

  .company_info_unit {
    display: flex;
    border-bottom: solid 1px #999999;
    padding: 15px 4%;
    align-items: center;
    font-size: 15px;
  }

  .company_info_unit:nth-of-type(1) {
    border-top: solid 1px #999999;
  }

  .company_info_unit dt {
    color: #48bc07;
    width: 30%;
  }

  .company_info_unit dd {
    width: 70%;
  }

  .company_info_unit a {
    color: #0098e1;
    text-decoration: underline;
  }

  /* **************************************
          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: 15px 4%;
  }

  .request_form_table dl:nth-of-type(odd) {
    background: #ebf6ed;
  }

  .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: 30px auto 0px;
    text-align: center;
    max-width: 400px;
  }

  .request_form_table .mr5 {
    margin: 0 2px;
  }

  .request_form_table dt {
    margin: 0 0 10px;
  }

  .request_form_table dt span {
    background: #ee7800;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    margin: 0 0 0 9px;
  }

  .request_form input,
  .request_form textarea,
  .request_form select {
    font-size: 16px;
    padding: 8px 10px;
    -webkit-appearance: none;
    border-radius: 5px;
    border: solid 1px #999999;
    margin: 3px 0;
  }

  .request_form_table textarea {
    width: 94%;
  }

  .request_form select {
    background: url(../images/guidebook/arrow.png) no-repeat center right 10px/20px, #FFF;
  }

  .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;
  }

  input[type="radio"] {
    -webkit-appearance: none;
    border: solid 1px #b1b1b1;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    left: -4px;
    background: #FFF;
    margin: 0 5px 0 0;
  }

  input[type="radio"]:checked,
  input[type="checkbox"]:checked {
    background: #FFF;
  }

  input[type="radio"]:checked:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #48bc07;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 10px;
  }

  .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: 28%;
  }

  .request_form_table .w60 {
    width: 60%;
  }

  .agreement .terms02 {
    display: none;
  }

  .agreement .terms p {
    font-size: 13px;
    color: #555;
    margin-bottom: 0.5em;
  }

  .agreement .terms h4 {
    font-size: 14px;
    color: #555;
    font-weight: bold;
    line-height: 2;
    margin: 10px 0 0;
  }

  .agreement .terms h5 {
    font-size: 13px;
    color: #555;
    font-weight: bold;
    line-height: 2;
  }

  .read02 {
    text-align: center;
  }

  .read02 span {
    color: #0A67B4;
    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: #0A67B4;
  }

  .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;
  }

  .guidebook-lp-2-5 .request_form_completion h2 .emp {
    background: transparent;
  }

  .request_form_completion_btn {
    width: 80%;
    margin: 30px auto 0;
  }

  /* **************************************
          Treatment
  ************************************** */
  .treatment {
    background: #f4f4f4;
    margin: 0 0 46px;
  }

  .treatment .inner {
    padding-top: 42px;
    padding-bottom: 7px;
  }

  .treatment .ttlPage {
    margin-bottom: 42px;
    color: #48bc07;
    font-size: 155%;
    text-align: center;
  }

  .treatment .ttlPage span {
    display: inline-block;
    padding: 5px 2px 4px 5px;
    background: #fff;
  }

  .treatment .segmentM {
    margin-bottom: 42px;
  }

  .treatment_btn {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }

  /* **************************************
          Footer
  ************************************** */
  .pagetop {
    text-align: center;
    width: 105px;
    margin: 0 auto;
  }

  .guidebook_footer {
    background: #eeeeee;
    text-align: center;
  }

  .guidebook_footer_privacy {
    font-size: 12px;
    color: #555555;
    display: inline-block;
    margin: 50px 0 10px;
  }

  .guidebook_footer_copy {
    font-size: 12px;
    color: #555555;
    padding: 0px 0 50px;
  }
}

@media (min-width: 769px) {
  .wrap {
    min-width: 1040px;
    padding: 0;
    margin-bottom: 100px;
    overflow: hidden;
    width: 100%;
  }

  .inner {
    width: 960px;
    margin: 0 auto;
  }

  .emp {
    display: inline-block;
    position: relative;
    padding: 5px 9px 9px 12px;
    background: #fff;
    margin: 0 10px 0 0;
    color: #48bc07;
    text-shadow: 0 0 black;
    line-height: 1;
    z-index: 1;
  }

  .emp:after {
    content: '';
    width: 100%;
    height: 55px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: -1;
  }

  .guidebook_header {
    display: flex;
    align-items: center;
    padding: 21px 4%;
    width: 960px;
    margin: 0 auto;
  }

  .guidebook_header.is-guidebook2 {
    padding: 15px 4%;
  }

  .guidebook_header h1 {
    margin: 0 20px 0 0;
  }

  .is-guidebook2 .guidebook_header_logo {
    width: 160px;
    height: 48px;
  }

  .guidebook_header .description {
    font-size: 15px;
  }

  .guidebook_header .header_btn {
    margin-left: auto;
  }

  .guidebook_header.is-guidebook2 .guidebook_header__inr {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    flex: 1;
  }

  /* **************************************
          main
  ************************************** */
  .main {
    padding: 0 0 60px;
    text-align: center;
  }

  .main_ttl img {
    margin: 0 auto;
  }

  .main_unit {
    position: relative;
    margin: 0 0 40px;
    background: url(../images/guidebook/main_bg.jpg) no-repeat center 0 /cover, #009bc7;
    padding: 20px 0 30px;
  }

  .main_unit.is-guidebook2 {
    padding: 20px 0 0;
    background: url(../images/guidebook2/main_bg.jpg) no-repeat center 0 /cover, #009bc7;
    margin-bottom: 30px;
  }

  .main_unit.is-guidebook4 {
    padding: 20px 0 0;
    background: url(../images/guidebook4/main_bg.jpg) no-repeat center 0 /cover, #009bc7;
    margin-bottom: 30px;
  }

  .main_btn.is-guidebook2 {
    margin-bottom: 20px;
  }

  .main_btn.is-guidebook4 {
    margin-bottom: 45px;
  }

  .main_heading.is-guidebook2 {
    margin-bottom: 20px;
  }

  .main_heading.is-guidebook4 {
    margin-bottom: 20px;
  }

  .main_note {
    max-width: 88%;
    font-size: 12px;
    text-align: right;
    margin: 0 auto 60px;
  }

  /* **************************************
          Feature
  ************************************** */
  .feature {
    padding: 0 0 100px;
  }

  .feature.is-guidebook2 {
    border-bottom: #cbcbcb 2px solid;
  }

  .feature.is-guidebook4 {
    padding: 0;
  }

  .feature_block {
    background: #f4f4f4;
    padding: 70px 0 60px;
    position: relative;
  }

  .feature_block:nth-of-type(even) {
    background: #FFF;
  }

  .feature_block:nth-of-type(even) .emp::after {
    background-color: #f4f4f4;
  }

  .feature_unit {
    display: flex;
    justify-content: space-between;
  }

  .feature_block:nth-of-type(odd) .feature_unit {
    flex-direction: row-reverse;
  }

  .feature_ttl {
    position: relative;
    padding: 0 0 0 50px;
    font-size: 40px;
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    letter-spacing: .05em;
    line-height: 1.3;
  }

  .feature_ttl.is-guidebook2 {
    padding: 0;
  }

  .feature_ttl img {
    margin: 0 30px 0 0;
    width: 40px;
  }

  .feature_ttl.is-guidebook2 img {
    width: 60px;
  }

  .feature__block01 {
    text-align: center;
    margin-top: 45px;
  }

  .feature_txt strong {
    font-weight: 600;
  }

  .feature_txt {
    position: relative;
    font-size: 20px;
    width: 41%;
  }

  .feature_txt_wrap02 {
    top: -73%;
    width: 44%;
    right: 0;
  }

  .feature_txt_wrap03 {
    top: -40%;
    width: 51%;
  }

  .feature_heading {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 2;
    color: #48bc07;
    margin-bottom: 16px;
  }

  .feature_heading sup {
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-left: 0.2em;
  }

  .feature_note {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 16px;
  }

  .feature_img {
    width: 56%;
  }

  .feature_block:nth-of-type(3) .feature_img {
    margin: -40px 0 0 0;
  }

  .feature_btn {
    text-align: center;
    margin: 60px 0 0;
  }

  /* **************************************
          Company
  ************************************** */
  .company {
    background: #f4f4f4;
    padding: 60px 0;
  }

  .company_ttl {
    text-align: center;
    margin: 0 0 50px;
    font-size: 45px;
    letter-spacing: 0.2em;
  }

  .company_ttl b {
    display: block;
    font-size: 13px;
    margin: 10px 0 0;
    letter-spacing: .05em;
  }

  .company .emp {
    padding: 5px 1px 9px 12px;
    margin: 0;
  }

  .company_img {
    margin: 0 0 50px;
    text-align: center;
  }

  .company_txt {
    margin: 0 0 50px;
  }

  .company_info {
    background: #FFF;
    margin: 0 auto;
  }

  .company_info_unit {
    display: flex;
    border-bottom: solid 1px #999999;
    padding: 18px 20px 18px 70px;
    align-items: center;
  }

  .company_info_unit:nth-of-type(1) {
    border-top: solid 1px #999999;
  }

  .company_info_unit dt {
    color: #48bc07;
    width: 24%;
    font-weight: 500;
    font-size: 18px;
  }

  .company_info_unit dd {
    width: 70%;
  }

  .company_info_unit a {
    color: #0098e1;
    text-decoration: underline;
  }

  .company_info_unit a.tel_link {
    pointer-events: none;
    text-decoration: none;
    color: #333;
  }

  /* **************************************
          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: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .request_form_table dl:nth-of-type(odd) {
    background: #ebf6ed;
  }

  .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: 60%;
  }

  .request_form_table dl dd:last-of-type {
    margin-bottom: 0;
  }

  .request_form .btnConfirmation {
    margin: 30px auto 0px;
    text-align: center;
    width: 350px;
  }

  .request_form_table dt {
    font-weight: 500;
    width: 35%;
    padding: 0 40px 0 0px;
  }

  .request_form_table dt span {
    background: #ee7800;
    color: #FFF;
    font-size: 12px;
    padding: 2px 5px 1px;
    margin: 0 0 0 9px;
    line-height: 12px;
    height: 15px;
    display: inline-block;
  }

  .request_form input,
  .request_form textarea,
  .request_form select {
    font-size: 16px;
    padding: 8px 10px;
    -webkit-appearance: none;
    border-radius: 5px;
    border: solid 1px #999999;
  }

  .request_form_table textarea {
    width: 94%;
  }

  .request_form select {
    background: url(../images/guidebook/arrow.png) no-repeat center right 10px/20px, #FFF;
    padding: 8px 40px 8px 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: 15px;

    height: 15px;
    background: #48bc07 !important;
    position: absolute;
    top: 5px;
    left: 5px;

    border-radius: 10px;
    opacity: 0;
  }

  input[type="radio"] {
    -webkit-appearance: none;
    border: solid 1px #b1b1b1;
    width: 25px;
    height: 25px;
    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: 40px;
  }

  .request_form_table .w60 {
    width: 180px;
  }

  .agreement .terms02 {
    display: none;
  }

  .agreement .terms p {
    font-size: 13px;
    color: #555;
    margin-bottom: 0.5em;
  }

  .agreement .terms h4 {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    line-height: 2;
    margin: 0 0 10px;
  }

  .agreement .terms h5 {
    font-size: 13px;
    color: #555;
    font-weight: bold;
    line-height: 2;
  }

  .read02 {
    text-align: center;
    margin: 50px 0 0;
  }

  .read02 span {
    color: #0A67B4;
    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: #0A67B4;
  }

  .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;
  }

  .guidebook-lp-2-5 .request_form_completion h2 .emp {
    background: transparent;
  }

  .request_form_completion_btn {
    width: 350px;
    margin: 30px auto 0;
    text-align: center;
  }

  /* **************************************
          Treatment
  ************************************** */
  .treatment {
    background: #f4f4f4;
  }

  .treatment .inner {
    padding-top: 62px;
    padding-bottom: 20px;
  }

  .treatment .ttlPage {
    margin-bottom: 70px;
    color: #48bc07;
    font-size: 40px;
    text-align: center;
  }

  .treatment .ttlPage span {
    padding: 2px 1px 3px 8px;
    background: #fff;
  }

  .treatment .segmentM {
    margin-bottom: 65px;
  }

  .treatment .ttlSection_implant_02 {
    margin-bottom: 39px;
  }

  .treatment .imgImplant01 {
    margin-bottom: 34px;
  }

  .treatment_btn {
    margin: 60px 0 0;
    text-align: center;
  }

  /* **************************************
          Footer
  ************************************** */
  .pagetop {
    text-align: center;
    margin: 0 auto;
    width: 150px;
  }

  .guidebook_footer {
    background: #eeeeee;
    text-align: center;
  }

  .guidebook_footer_privacy {
    font-size: 12px;
    color: #555555;
    display: inline-block;
    margin: 50px 0 20px;
  }

  .guidebook_footer_copy {
    font-size: 12px;
    color: #555555;
    padding: 0px 0 50px;
  }
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .request_form_table dt span {
    line-height: 15px;
    height: 17px;
  }

  *::-ms-backdrop,
  .radio::before {
    top: 10px;
  }

  *::-ms-backdrop,
  .radio {
    margin: 10px 0 0 7px;
  }
}


@media all and (max-width:320px) {
  .guidebook_header .description {
    font-size: 10px;
  }
}

@media all and (max-width:400px) {
  .guidebook_header.is-guidebook2 .guidebook_header_logo {
    width: 30%;
  }
}