@media screen and (min-width: 769px), print {
  .ttl h1 {
    padding-left: 64px !important;
  }
  .ttl h1::before {
    width: 50px;
    height: 40px;
    background: url("../../images/contact/icon_ttl.webp") no-repeat;
    top: -3px;
    left: 2px;
  }
  .main_contact {
    padding: 2px 0 71px;
  }
  .main_contact > p {
    font-size: 1.6rem;
    line-height: 31px;
    text-align: center;
  }
  .main_contact > p a {
    display: inline-block;
    color: #03a744;
    position: relative;
    opacity: 1;
  }
  .main_contact > p a:hover::before {
    width: 0;
  }
  .main_contact > p a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #03a744;
    position: absolute;
    bottom: 6px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main_contact .privacy {
    font-size: 1.3rem;
  }
  .main_contact h3 {
    width: 100%;
    height: 39px;
    background: #03a744;
    font-size: 1.6rem;
    line-height: 39px;
    color: #fff;
    letter-spacing: 0.4px;
    padding: 0 16px;
  }
  .main_contact .hdl_personal {
    padding: 30px 0 62px;
  }
  .main_contact .hdl_personal h3 {
    margin-bottom: 20px;
  }
  .main_contact .hdl_personal .scroll {
    border: 2px solid #e5e5e5;
    font-size: 1.4rem;
    line-height: 27px;
    color: #040404;
    counter-reset: dt;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar {
    height: 196px;
    overflow: hidden;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside {
    position: relative;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside::before {
    content: "";
    display: block;
    width: -webkit-calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: calc(100% - 26px);
    height: 17px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside::after {
    content: "";
    display: block;
    width: -webkit-calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: calc(100% - 26px);
    height: 24px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside > .mCSB_container {
    padding: 17px 42px 24px;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools {
    width: 28px;
    opacity: 1;
    right: -2px;
    z-index: 1;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools .mCSB_draggerContainer {
    margin: 28px 0;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    width: 24px;
    left: 2px;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
    width: 100%;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #e5e5e5;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools .mCSB_buttonUp {
    width: 28px;
    height: 28px;
    background: url("../../images/contact/scroll_up.webp") no-repeat;
    opacity: 1;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools .mCSB_buttonDown {
    width: 28px;
    height: 28px;
    background: url("../../images/contact/scroll_down.webp") no-repeat;
    opacity: 1;
  }
  .main_contact .hdl_personal .scroll dl {
    counter-increment: dt;
  }
  .main_contact .hdl_personal .scroll dl dt {
    position: relative;
    padding-left: 18px;
  }
  .main_contact .hdl_personal .scroll dl dt::before {
    content: counter(dt) ".";
    display: block;
    font-size: 1.4rem;
    line-height: 27px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_contact .hdl_personal .scroll dl dd p a {
    color: #040404;
    pointer-events: none;
  }
  .main_contact .hdl_personal .scroll dl dd ul {
    padding-left: 15px;
  }
  .main_contact .hdl_personal .scroll dl dd ul li {
    padding-left: 15px;
    position: relative;
  }
  .main_contact .hdl_personal .scroll dl dd ul li::before {
    content: "";
    display: block;
    width: 7px;
    height: 2px;
    background: #040404;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .main_contact .hdl_personal .scroll dl dd p.list span {
    display: block;
    position: relative;
    padding-left: 10px;
  }
  .main_contact .hdl_personal .scroll dl dd p.list span::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #040404;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .main_contact form .row_form {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
  }
  .main_contact form .row_form:nth-of-type(4) {
    padding: 10px 0 20px;
  }
  .main_contact form .row_form:nth-of-type(7) {
    padding-bottom: 11px;
  }
  .main_contact form .row_form:nth-of-type(9) {
    padding-bottom: 14px;
  }
  .main_contact form .row_form:nth-of-type(9) > label {
    margin-top: -6px;
  }
  .main_contact form .row_form::after {
    content: "";
    display: table;
    clear: both;
  }
  .main_contact form .row_form > label {
    float: left;
    width: 240px;
    font-size: 1.6rem;
    line-height: 35px;
    padding-left: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main_contact form .row_form > label.br {
    line-height: 22px;
  }
  .main_contact form .row_form > label em {
    display: block;
    font-style: normal;
    width: 43px;
    height: 28px;
    background: #fcff00;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 1.2rem;
    line-height: 28px;
    margin-top: 5px;
    text-align: center;
  }
  .main_contact form .row_form .wrap {
    margin-left: 290px;
    font-size: 1.6rem;
    line-height: 35px;
    width: initial;
  }
  .main_contact form .row_form .wrap.area_sl_01 label.select {
    width: 420px;
    margin-bottom: 20px;
  }
  .main_contact form .row_form .wrap.area_sl_01 label.select.no-margin {
    margin-bottom: 0;
  }
  .main_contact form .row_form .wrap::after {
    content: "";
    display: table;
    clear: both;
  }
  .main_contact form .row_form .wrap dl {
    margin-bottom: 13px;
  }
  .main_contact form .row_form .wrap dl:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .main_contact form .row_form .wrap dl:last-of-type {
    margin-bottom: 0;
  }
  .main_contact form .row_form .wrap dl dt {
    line-height: 32px;
  }
  .main_contact form .row_form .wrap dl dd label.select {
    width: 183px;
  }
  .main_contact form .row_form .wrap dl dd input {
    width: 610px;
    margin-right: 8px;
  }
  .main_contact form .row_form .wrap ul.number_01 {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_contact form .row_form .wrap ul.number_01 li {
    position: relative;
  }
  .main_contact form .row_form .wrap ul.number_01 li:first-of-type {
    padding-right: 9px;
  }
  .main_contact form .row_form .wrap ul.number_01 li:first-of-type::before {
    display: none;
  }
  .main_contact form .row_form .wrap ul.number_01 li::before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #6b6b6b;
    position: absolute;
    top: 16px;
    left: -12px;
  }
  .main_contact form .row_form .wrap ul.number_01 li input {
    width: 118px;
    margin: 0 12px;
    text-align: center;
  }
  .main_contact form .row_form .wrap ul.number_02 {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_contact form .row_form .wrap ul.number_02 li {
    position: relative;
    padding-right: 33px;
  }
  .main_contact form .row_form .wrap ul.number_02 li:last-of-type {
    padding-right: 10px;
  }
  .main_contact form .row_form .wrap ul.number_02 li:last-of-type::after {
    display: none;
  }
  .main_contact form .row_form .wrap ul.number_02 li::after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #6b6b6b;
    position: absolute;
    top: 16px;
    right: 10px;
  }
  .main_contact form .row_form .wrap ul.number_02 li input {
    width: 118px;
    text-align: center;
  }
  .main_contact form .row_form .wrap ul.block_radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_contact form .row_form .wrap ul.block_radio li {
    width: 260px;
  }
  .main_contact form .row_form .wrap .autofill {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_contact form .row_form .wrap .autofill input {
    width: 183px;
    display: block;
  }
  .main_contact form .row_form .wrap .autofill button {
    display: block;
    width: 142px;
    height: 34px;
    background: #000;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 34px;
    color: #fff;
    border: none;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0 37px 0 0;
    margin: 0 13px 0 20px;
    position: relative;
    outline: none;
    cursor: pointer;
  }
  .main_contact form .row_form .wrap .autofill button::before {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    background: url("../../images/contact/autofill.webp") no-repeat;
    position: absolute;
    top: 7px;
    right: 15px;
  }
  .main_contact form .row_form .wrap .name_input_area {
    display: none;
  }
  .main_contact form .row_form .wrap .name_input_area.active {
    display: block;
  }
  .main_contact form .row_form .schedule-table-head {
    font-size: 1.6rem;
  }
  .main_contact form .row_form .schedule-table-head + table {
    margin-top: 40px;
  }
  .main_contact form .row_form .schedule-table-head + table tbody td {
    font-size: 1.6rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #C1E8FA;
    font-style: normal;
  }
  .main_contact form .row_form .schedule-table-head + table tbody tr:first-child td {
    height: 55px;
    vertical-align: middle;
  }
  .main_contact form.taiken .row_form:nth-of-type(4) {
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .main_contact form .row_form .wrap .autofill button {
    line-height: 36px;
  }
}
@media screen and (min-width: 769px), print {
  .main_contact form .row_form .wrap .autofill small {
    width: -webkit-calc(100% - 358px);
    width: -moz-calc(100% - 358px);
    width: calc(100% - 358px);
  }
  .main_contact form small.note {
    font-size: 1.4rem;
    line-height: 35px;
    color: #03a744;
  }
  .main_contact form input[type=text] {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 35px;
    border: 1px solid #03a744;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 33px;
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .main_contact form input[type=text]::-ms-clear {
    display: none;
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .main_contact form input[type=text] {
    line-height: 36px;
  }
}
@media screen and (min-width: 769px), print {
  .main_contact form input[type=text].ip_mail {
    width: 610px;
    margin-right: 10px;
  }
  .main_contact form ::-webkit-input-placeholder, .main_contact form :-moz-placeholder, .main_contact form ::-moz-placeholder, .main_contact form :-ms-input-placeholder {
    color: #8c8c8c !important;
  }
  .main_contact form label.select {
    width: 100%;
    display: block;
    position: relative;
    background: #fff;
  }
  .main_contact form label.select.center select {
    text-align: -webkit-center;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
  }
  .main_contact form label.select.center select option {
    text-align: -webkit-center;
    text-align: center;
  }
  .main_contact form label.select::before {
    content: "";
    display: block;
    width: 43px;
    height: 34px;
    background: #03a744 url("../../images/contact/arrow_down.webp") no-repeat center;
    position: absolute;
    right: 0;
    top: 1px;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    z-index: 0;
  }
  .main_contact form label.select select {
    border: 1px solid #03a744;
    width: 100%;
    height: 35px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 43px 0 15px;
    font-size: 1.4rem;
    line-height: 33px;
    color: #8c8c8c;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    background: transparent;
  }
  .main_contact form label.select select::-ms-expand {
    display: none;
  }
  .main_contact form textarea {
    width: 640px;
    border: 1px solid #03a744;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 33px;
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: vertical;
    display: block;
    margin: 0;
  }
  .main_contact form textarea.area_01 {
    height: 124px;
  }
  .main_contact form textarea.area_02 {
    height: 215px;
    margin-top: 10px;
  }
  .main_contact form .radio input[type=radio] {
    display: none;
  }
  .main_contact form .radio input[type=radio]:checked ~ label::before {
    border-width: 5px;
    width: 8px;
    height: 8px;
  }
  .main_contact form .radio label {
    padding-left: 28px;
    position: relative;
    line-height: 20px;
    cursor: pointer;
  }
  .main_contact form .radio label::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #03a744;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_contact form .privacy {
    padding: 3px 0 24px;
    text-align: center;
    font-size: 0;
  }
  .main_contact form .privacy a {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 31px;
    color: #000;
    position: relative;
    opacity: 1;
  }
  .main_contact form .privacy a:hover::before {
    width: 0;
  }
  .main_contact form .privacy a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 6px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main_contact form .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: initial;
    border-width: 0;
  }
  .main_contact form .btn button {
    width: 254px;
    height: 50px;
    border: none;
    display: block;
    padding: 0;
    background: #03a744;
    font-size: 1.6rem;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    outline: none;
    overflow: hidden;
  }
  .main_contact form .btn button.lf::after {
    right: auto;
    left: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main_contact form .btn button.lf::before {
    right: auto;
    left: 100%;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  .main_contact form .btn button:hover::before {
    -webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
  }
  .main_contact form .btn button::after {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    background: url("../../images/contact/btn.webp") no-repeat;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .main_contact form .btn button::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #6dcc16;
    position: absolute;
    top: 50%;
    right: 100%;
    z-index: -1;
    margin: -15px 0 0 1px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .main_contact form .btn button {
    line-height: 56px;
  }
}
@media screen and (min-width: 769px), print {
  .main_contact form .btn button span {
    position: relative;
  }
  .main_contact .main_form {
    margin-top: 30px;
  }
  .main_contact .main_form h3 {
    margin-bottom: 30px;
  }
  .main_contact .form_confirm {
    padding: 28px 0 0;
  }
  .main_contact .form_confirm form .row_form {
    padding: 21px 0 23px;
  }
  .main_contact .form_confirm form .row_form:nth-of-type(4) {
    padding-bottom: 18px;
  }
  .main_contact .form_confirm form .row_form:nth-of-type(7) {
    padding-bottom: 16px;
  }
  .main_contact .form_confirm form .row_form:nth-of-type(7) > label {
    margin-top: -6px;
  }
  .main_contact .form_confirm form .row_form:nth-of-type(9) {
    padding-bottom: 13px;
  }
  .main_contact .form_confirm form .row_form:nth-of-type(10) {
    padding-bottom: 25px;
  }
  .main_contact .form_confirm form .row_form.flex {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .main_contact .form_confirm form .row_form.flex #back_btn:first-child {
    background: #a6a6a6;
  }
  .main_contact .form_confirm form .row_form.flex #back_btn:first-child::before {
    background: #454545;
  }
  .main_contact .form_confirm form .row_form.flex #back_btn:first-child::after {
    display: none;
  }
  .main_contact .form_confirm form .row_form > label {
    padding-left: 20px;
    line-height: 31px;
  }
  .main_contact .form_confirm form .row_form > label.br {
    line-height: 22px;
  }
  .main_contact .form_confirm form .row_form > label em {
    margin-top: 3px;
  }
  .main_contact .form_confirm form .row_form .wrap p {
    line-height: 31px;
    padding-right: 20px;
  }
  .main_contact .form_confirm form .row_form .btn {
    padding: 8px 0 7px;
  }
  .main_contact .form_confirm form.taiken .row_form:nth-of-type(4) {
    padding: 20px 0;
  }
  .main_contact .form_error form .btn button::after {
    top: 14px;
  }
  .main_contact .form_complete {
    padding-bottom: 180px;
  }
  .main_contact .form_complete .text {
    padding: 74px 0 123px;
    text-align: center;
  }
  .main_contact .form_complete .text h4 {
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 31px;
    padding-left: 10px;
    margin-bottom: 57px;
  }
  .main_contact .form_complete .text p {
    font-size: 2rem;
    line-height: 38px;
  }
  .main_contact .form_complete.taiken .text {
    padding: 74px 0 40px;
  }
  .main_contact .form_complete.taiken .text p:nth-of-type(2) {
    margin-top: 50px;
  }
  .main_contact .form_complete.taiken .text + .info {
    background-color: initial;
    text-align: center;
    color: #000;
    margin: 0 auto 50px;
    padding: 30px 0;
    border-top: 1.5px dashed #000;
    border-bottom: 1.5px dashed #000;
    width: min(100%, 550px);
  }
  .main_contact .form_complete.taiken .text + .info p:not(:first-child) {
    margin-top: 10px;
  }
  .main_contact .error_area {
    margin: 10px 0 0 290px;
  }
  .main_contact .error_area li {
    color: #ff0000;
    font-size: 1.4rem;
  }
  .main_contact .wrap .error_area {
    margin: 10px 0 0 0;
  }
  .main_contact .wrap .error_area li {
    color: #ff0000;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl h1 {
    padding-left: 64px !important;
  }
  .ttl h1::before {
    width: 38px;
    height: 30px;
    background-image: url("../../images/contact/icon_ttl.webp");
    top: 0;
    left: 0;
  }
  .main_contact {
    padding: 6.51042% 3.90625% 13.02083%;
  }
  .main_contact > p {
    font-size: 1.4rem;
    line-height: 22px;
  }
  .main_contact > p a {
    display: inline-block;
    color: #03a744;
    position: relative;
    opacity: 1;
  }
  .main_contact > p a:hover::before {
    width: 0;
  }
  .main_contact > p a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #03a744;
    position: absolute;
    bottom: 1px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main_contact .privacy {
    font-size: 1.3rem;
  }
  .main_contact h3 {
    width: 100%;
    height: 35px;
    background: #03a744;
    font-size: 1.4rem;
    line-height: 35px;
    color: #fff;
    letter-spacing: 0.4px;
    padding: 0 4.23729%;
    margin-bottom: 5.64972%;
  }
  .main_contact .hdl_personal {
    padding: 5.64972% 0 7.06215%;
  }
  .main_contact .hdl_personal .scroll {
    border: 2px solid #e5e5e5;
    font-size: 1.3rem;
    line-height: 24px;
    color: #040404;
    counter-reset: dt;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar {
    height: 200px;
    overflow: hidden;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside {
    position: relative;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside::before {
    content: "";
    display: block;
    width: -webkit-calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: calc(100% - 26px);
    height: 15px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside::after {
    content: "";
    display: block;
    width: -webkit-calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: calc(100% - 26px);
    height: 15px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside > .mCSB_container {
    padding: 15px 20px;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools {
    width: 28px;
    opacity: 1;
    right: -2px;
    z-index: 1;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools .mCSB_draggerContainer {
    margin: 28px 0;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    width: 24px;
    left: 2px;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
    width: 100%;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #e5e5e5;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools .mCSB_buttonUp {
    width: 28px;
    height: 28px;
    background: url("../../images/contact/scroll_up.webp") no-repeat;
    opacity: 1;
  }
  .main_contact .hdl_personal .scroll .mCustomScrollbar .mCSB_inside .mCSB_scrollTools .mCSB_buttonDown {
    width: 28px;
    height: 28px;
    background: url("../../images/contact/scroll_down.webp") no-repeat;
    opacity: 1;
  }
  .main_contact .hdl_personal .scroll dl {
    counter-increment: dt;
  }
  .main_contact .hdl_personal .scroll dl dt {
    position: relative;
    padding-left: 18px;
  }
  .main_contact .hdl_personal .scroll dl dt::before {
    content: counter(dt) ".";
    display: block;
    font-size: 1.3rem;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_contact .hdl_personal .scroll dl dd p a {
    color: #040404;
    pointer-events: none;
  }
  .main_contact .hdl_personal .scroll dl dd ul {
    padding-left: 15px;
  }
  .main_contact .hdl_personal .scroll dl dd ul li {
    padding-left: 15px;
    position: relative;
  }
  .main_contact .hdl_personal .scroll dl dd ul li::before {
    content: "";
    display: block;
    width: 7px;
    height: 2px;
    background: #040404;
    position: absolute;
    top: 11px;
    left: 0;
  }
  .main_contact .hdl_personal .scroll dl dd p.list span {
    display: block;
    position: relative;
    padding-left: 10px;
  }
  .main_contact .hdl_personal .scroll dl dd p.list span::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #040404;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 11px;
    left: 0;
  }
  .main_contact .main_form {
    padding: 5.64972% 0 0;
  }
  .main_contact form .row_form {
    padding: 5.64972% 0;
    border-top: 1px solid #e5e5e5;
  }
  .main_contact form .row_form > label {
    width: 100%;
    font-size: 1.6rem;
    line-height: 30px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    column-gap: 10px;
    margin-bottom: 2.82486%;
  }
  .main_contact form .row_form > label em {
    display: block;
    font-style: normal;
    width: 43px;
    height: 30px;
    background: #fcff00;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 1.2rem;
    line-height: 30px;
    text-align: center;
  }
  .main_contact form .row_form .wrap {
    font-size: 1.4rem;
    line-height: 35px;
    width: initial;
  }
  .main_contact form .row_form .wrap dl {
    line-height: 30px;
    margin-bottom: 2.82486%;
  }
  .main_contact form .row_form .wrap dl:last-of-type {
    margin-bottom: 0;
  }
  .main_contact form .row_form .wrap ul.number_01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_contact form .row_form .wrap ul.number_01 li {
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main_contact form .row_form .wrap ul.number_01 li:first-of-type {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main_contact form .row_form .wrap ul.number_01 li:first-of-type::before {
    display: none;
  }
  .main_contact form .row_form .wrap ul.number_01 li::before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #6b6b6b;
    position: absolute;
    top: 16px;
    left: 5px;
  }
  .main_contact form .row_form .wrap ul.number_01 li input {
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
    text-align: center;
  }
  .main_contact form .row_form .wrap ul.number_02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main_contact form .row_form .wrap ul.number_02 li {
    width: -webkit-calc(33.333% - 15px);
    width: -moz-calc(33.333% - 15px);
    width: calc(33.333% - 15px);
    position: relative;
  }
  .main_contact form .row_form .wrap ul.number_02 li:last-of-type::after {
    display: none;
  }
  .main_contact form .row_form .wrap ul.number_02 li::after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #6b6b6b;
    position: absolute;
    top: 15px;
    right: -18px;
  }
  .main_contact form .row_form .wrap ul.number_02 li input {
    text-align: center;
  }
  .main_contact form .row_form .wrap ul.block_radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_contact form .row_form .wrap ul.block_radio li {
    width: 150px;
  }
  .main_contact form .row_form .wrap .autofill {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_contact form .row_form .wrap .autofill input {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    display: block;
    margin-right: 20px;
  }
  .main_contact form .row_form .wrap .autofill button {
    display: block;
    width: 120px;
    height: 34px;
    background: #000;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 34px;
    color: #fff;
    border: none;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0 37px 0 0;
    position: relative;
    outline: none;
    cursor: pointer;
  }
  .main_contact form .row_form .wrap .autofill button::before {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    background: url("../../images/contact/autofill.webp") no-repeat;
    position: absolute;
    top: 7px;
    right: 15px;
  }
  .main_contact form .row_form .wrap .autofill small {
    width: 100%;
  }
  .main_contact form .row_form .wrap .name_input_area {
    display: none;
  }
  .main_contact form .row_form .wrap .name_input_area.active {
    display: block;
  }
  .main_contact form .row_form .schedule-table-head {
    font-size: 1.4rem;
  }
  .main_contact form .row_form .schedule-table-head + table {
    margin-top: 40px;
  }
  .main_contact form .row_form .schedule-table-head + table tbody td {
    font-size: 1.4rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #C1E8FA;
    font-style: normal;
  }
  .main_contact form .row_form .schedule-table-head + table tbody tr:first-child td {
    height: 55px;
    vertical-align: middle;
  }
  .main_contact form small.note {
    font-size: 1.4rem;
    line-height: 30px;
    color: #03a744;
    display: block;
    margin-top: 1.41243%;
  }
  .main_contact form input[type=text] {
    width: 100%;
    height: 35px;
    border: 1px solid #03a744;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
  }
  .main_contact form ::-webkit-input-placeholder, .main_contact form :-moz-placeholder, .main_contact form ::-moz-placeholder, .main_contact form :-ms-input-placeholder {
    color: #8c8c8c !important;
  }
  .main_contact form label.select {
    width: 100%;
    display: block;
    position: relative;
    background: #fff;
  }
  .main_contact form label.select.center select {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
  }
  .main_contact form label.select.center select option {
    text-align: center;
  }
  .main_contact form label.select::before {
    content: "";
    display: block;
    width: 30px;
    height: 34px;
    background: #03a744 url("../../images/contact/arrow_down.webp") no-repeat center;
    position: absolute;
    right: 0;
    top: 1px;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    z-index: 0;
  }
  .main_contact form label.select select {
    border: 1px solid #03a744;
    width: 100%;
    height: 35px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 30px 0 15px;
    font-size: 1.6rem;
    line-height: 33px;
    color: #8c8c8c;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    background: transparent;
  }
  .main_contact form textarea {
    width: 100%;
    border: 1px solid #03a744;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 1.6rem;
    line-height: 22px;
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: vertical;
    display: block;
    margin: 0;
  }
  .main_contact form textarea.area_01 {
    height: 124px;
    margin-top: 2.82486%;
  }
  .main_contact form textarea.area_02 {
    height: 215px;
    margin-top: 2.82486%;
  }
  .main_contact form .radio input[type=radio] {
    display: none;
  }
  .main_contact form .radio input[type=radio]:checked ~ label::before {
    border-width: 5px;
    width: 8px;
    height: 8px;
  }
  .main_contact form .radio label {
    padding-left: 28px;
    position: relative;
    line-height: 20px;
  }
  .main_contact form .radio label::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #03a744;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_contact form .privacy {
    padding: 1.41243% 0 4.23729%;
    text-align: center;
    font-size: 0;
  }
  .main_contact form .privacy a {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 30px;
    color: #000;
    position: relative;
    opacity: 1;
  }
  .main_contact form .privacy a:hover::before {
    width: 0;
  }
  .main_contact form .privacy a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 6px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main_contact form .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: initial;
    border-width: 0;
  }
  .main_contact form .btn button {
    width: 56.49718%;
    height: 40px;
    border: none;
    display: block;
    padding: 0;
    background: #03a744;
    font-size: 1.5rem;
    line-height: 40px;
    color: #fff;
    outline: none;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main_contact form .btn button.lf::after {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main_contact form .btn button.lf::before {
    right: auto;
    left: 100%;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  .main_contact form .btn button:hover::before {
    width: 100%;
    -webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
  }
  .main_contact form .btn button::after {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    background: url("../../images/contact/btn.webp") no-repeat;
    position: absolute;
    top: 9px;
    right: 10px;
  }
  .main_contact form .btn button::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #6dcc16;
    position: absolute;
    top: 50%;
    right: 100%;
    z-index: -1;
    margin: -15px 0 0 1px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .main_contact .form_confirm {
    padding: 5.64972% 0 0%;
  }
  .main_contact .form_confirm form .row_form .wrap {
    line-height: 25px;
  }
  .main_contact .form_complete {
    padding-bottom: 21.18644%;
  }
  .main_contact .form_complete .text {
    padding: 14.12429% 0;
    text-align: center;
  }
  .main_contact .form_complete .text h4 {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 30px;
    margin-bottom: 8.47458%;
  }
  .main_contact .form_complete .text p {
    font-size: 1.4rem;
    line-height: 30px;
  }
  .main_contact .form_complete.taiken .text {
    padding: 74px 0 40px;
  }
  .main_contact .form_complete.taiken .text p:nth-of-type(2) {
    margin-top: 50px;
  }
  .main_contact .form_complete.taiken .text + .info {
    background-color: initial;
    text-align: center;
    color: #000;
    margin: 0 auto 50px;
    padding: 30px 0;
    border-top: 1.5px dashed #000;
    border-bottom: 1.5px dashed #000;
    width: min(100%, 550px);
  }
  .main_contact .form_complete.taiken .text + .info p:not(:first-child) {
    margin-top: 10px;
  }
  .main_contact .error_area {
    margin: 10px 0 0;
  }
  .main_contact .error_area li {
    color: #ff0000;
    font-size: 1.4rem;
  }
}