@charset "UTF-8";

/* confirm */
.birth-date {
    display: flex;
    align-items: center;
  }
  .birth-date > input {
    padding: 0 calc(100vw / var(--viewport) * 30);
  }

.birth_date {
    display: flex;
    color: #333;
  }

  .fl_box {
    display: flex;
    align-items: center;
  }
  @media screen and (min-width: 768px) {
    .birth_date span {
      margin: 0 7px;
    }
  }
  @media screen and (max-width: 767px) {
    .birth_date span {
      margin: 0 3px;
    }
    .select_ymd {
      padding: 0 calc(100vw / var(--viewport)* 20);
      width: calc(100vw / var(--viewport)* 150);
    }
  }

:root {
    --viewport: 750;
    --hige_color: #769D98;
    --body_color: #8888A7;
}

#annotation {
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
    color: #CE2626;
    font-weight: bold;
}

.annex-time {
    color: #CE2626;
    margin-top: 20px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .annex-time {
        margin-top: calc(100vw / var(--viewport)* 25);
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .reserve03 {
        margin-top: 32px;
    }
}

.padding_plan {
    padding: 39px 0 0 0;
}

.ul_active>li.active>.label_check {

    color: #000;
    background: #FC9740 !important;
}

.label_check_01 {
    background: var(--hige_color);
}

.label_check_02 {
    background: var(--body_color);
}

@media screen and (max-width: 767px) {
    .padding_plan {
        padding: calc(100vw / var(--viewport)* 50) 0 0 0;
    }
}

/* =========================================================
    Common
========================================================= */
@media screen and (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp-only {
        display: none !important;
    }
}

body {
    color: #000;
}

.font_red {
    color: #f00;
}

.bold {
    font-weight: bold;
}

.relative {
    position: relative;
}

.flex {
    display: flex;
    justify-content: space-evenly;
}

.body_aco {
    display: none;
}

span.required:before {
    content: "必須";
    color: #fff;
    font-size: calc(100vw / var(--viewport) * 19);
    font-weight: bold;
    line-height: 1;
    background: #CE2626;
    border-radius: calc(100vw / var(--viewport) * 6);
    padding: 0.2em 1em;
    margin-right: calc(100vw / var(--viewport) * 15);
    vertical-align: middle;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
select,
textarea {
    font-size: calc(100vw / var(--viewport) * 33);
    font-weight: bold;
    height: calc(100vw / var(--viewport) * 94);
    width: 100%;
    background: linear-gradient(#fff, rgba(128, 128, 128, 0.11));
    border: calc(100vw / var(--viewport) * 3) solid #A5A5A5;
    border-radius: calc(100vw / var(--viewport) * 20);
    padding: 0 calc(100vw / var(--viewport) * 47);
    box-sizing: border-box;
}

input.half {
    width: 62%;
}

select {
    font-size: calc(100vw / var(--viewport) * 28);
    font-weight: bold;
}

select:invalid {
    color: #909090;
}

select.half {
    width: 55%;
}

.label_check:hover {
    cursor: pointer;
}

.label_check input {
    display: none;
}

.label_check .checkbox {
    width: calc(100vw / var(--viewport) * 26);
    height: calc(100vw / var(--viewport) * 26);
    border: 1px solid #000;
    display: inline-flex;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.label_check input:checked+.checkbox,
.active .label_check input+.checkbox {
    background: #fff;
    border: 1px solid #000;
}

.label_check input:checked+.checkbox:after {
    content: '';
    width: calc(100vw / var(--viewport) * 22);
    height: calc(100vw / var(--viewport) * 22);
    background: url(../img/icon_check.svg) center center no-repeat;
    background-size: 100% auto;
    margin: 0 0 0 1px;
}

textarea {
    font-size: calc(100vw / var(--viewport) * 22);
    line-height: 1.5;
    min-height: calc(100vw / var(--viewport) * 156);
    padding: calc(100vw / var(--viewport) * 12) calc(100vw / var(--viewport) * 23);
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    color: #909090;
    font-weight: bold;
}

.parts+.caution {
    font-size: calc(100vw / var(--viewport) * 24);
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: calc(100vw / var(--viewport) * 15);
}

/* =========================================================
    Contact Page
========================================================= */
#conts {
    font-size: calc(100vw / var(--viewport) * 26);
    padding: 0 0 calc(100vw / var(--viewport) * 77);
    overflow-y: hidden;
}

#conts .steps {
    margin: calc(100vw / var(--viewport) * 80) calc(100vw / var(--viewport) * 40) 0;
}

#conts .btn_revisit {
    width: calc(100vw / var(--viewport) * 560);
    display: block;
    margin: calc(100vw / var(--viewport) * 80) auto 0;
    position: relative;
}

#conts .btn_revisit a {
    color: #fff;
    text-decoration: none;
}

#conts .btn_revisit a p {
    font-size: calc(100vw / var(--viewport) * 28);
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

#conts .bg_gray {
    background: #F2F2F2;
    padding: calc(100vw / var(--viewport) * 50) calc(100vw / var(--viewport) * 75);
}

#conts .bg_gray.thin {
    padding: calc(100vw / var(--viewport) * 50) calc(100vw / var(--viewport) * 20);
}

#conts .btn_selector li {
    font-size: calc(100vw / var(--viewport) * 23);
    text-align: center;
    width: 100%;
    background: #E0E0E0;
    border: calc(100vw / var(--viewport) * 4) solid #707070;
    border-radius: calc(100vw / var(--viewport) * 6);
}

#conts .btn_selector li.active {
    background: #FC9740;
}

#conts .btn_selector li input {
    pointer-events: none;
}

#conts .btn_selector li label {
    display: block;
    padding: calc(100vw / var(--viewport) * 30) 0 calc(100vw / var(--viewport) * 36);
}

#conts .btn_selector li .midashi {
    font-size: calc(100vw / var(--viewport) * 38);
    font-weight: bold;
    margin-bottom: calc(100vw / var(--viewport) * 10);
}

#conts .btn_selector li .text {
    line-height: 1.48;
}

#conts .btn_selector+.bg_gray {
    padding-top: calc(100vw / var(--viewport) * 30);
    margin-top: 0;
}

#conts .form_content {
    margin: 0 calc(100vw / var(--viewport) * 20);
}

#conts .form_content h2 {
    color: #fff;
    font-size: calc(100vw / var(--viewport) * 36);
    font-weight: bold;
    text-align: center;
    background: linear-gradient(#8D8D8D, #474747);
    border-radius: calc(100vw / var(--viewport) * 8) calc(100vw / var(--viewport) * 8) 0 0;
    padding: calc(100vw / var(--viewport) * 30) 0;
    margin: calc(100vw / var(--viewport) * 80) 0 0;
}

#conts .ttl_aco {
    text-align: center;
    font-size: calc(100vw / var(--viewport) * 28);
    font-weight: bold;
    line-height: calc(100vw / var(--viewport) * 78);
    background: #fff;
    border: calc(100vw / var(--viewport) * 2) solid #000;
    margin-top: calc(100vw / var(--viewport) * 50);
    cursor: pointer;
    position: relative;
}

#conts .ttl_aco:before,
#conts .ttl_aco:after {
    content: "";
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#conts .ttl_aco:before {
    width: calc(100vw / var(--viewport) * 3);
    height: calc(100vw / var(--viewport) * 20);
    right: calc(100vw / var(--viewport) * 32);
}

#conts .ttl_aco.active:before {
    display: none;
}

#conts .ttl_aco:after {
    width: calc(100vw / var(--viewport) * 20);
    height: calc(100vw / var(--viewport) * 3);
    right: calc(100vw / var(--viewport) * 24);
}

#conts .ttl_aco.first {
    margin-top: 0;
}

#conts .body_aco {
    padding: calc(100vw / var(--viewport) * 50) 0 calc(100vw / var(--viewport) * 30);
}

.clinics .body_aco ul {
    justify-content: center;
    flex-wrap: wrap;
}

.clinics .body_aco li {
    color: #fff;
    font-size: calc(100vw / var(--viewport) * 26);
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    background: #898989;
    border-radius: calc(100vw / var(--viewport) * 6);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* セルリアンタワー院のフォントサイズ */
.clinics .body_aco li.font_small {
    font-size: calc(100vw / var(--viewport) * 22);
}

.clinics .body_aco li.font_small label {
    display: block;
    padding-top: 5px;
    box-sizing: border-box;
}

.clinics .body_aco li .checkbox {
    border: 1px solid #fff;
}

.clinics .body_aco li.active {
    color: #000;
    background: #FC9740;
}

.clinics .body_aco li label {
    width: calc(100vw / var(--viewport) * 210);
    height: calc(100vw / var(--viewport) * 68);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hiddenBox02,
.hiddenBox03 {
    display: none;
}

.hiddenBox01 {
    display: block;
}

.hiddenBox03 {
    margin-top: calc(100vw / var(--viewport) * 80);
}

.hidden15,
.hidden18 {
    line-height: 1.5;
    margin-top: calc(100vw / var(--viewport) * 15);
    display: none;
}

.hidden15 p,
.hidden18 p {
    font-size: calc(100vw / var(--viewport) * 24);
}

.hidden15 p.midashi,
.hidden18 p.midashi {
    color: #f00;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.hidden15 img,
.hidden18 img {
    margin: 0.7em 0;
}

.hidden15 .txt_right,
.hidden18 .txt_right {
    text-align: right;
}

.hidden15 .txt_right a,
.hidden18 .txt_right a {
    text-decoration: underline;
}

.parts dt {
    color: #fff;
    font-size: calc(100vw / var(--viewport) * 26);
    font-weight: bold;
    line-height: calc(100vw / var(--viewport) * 55);
    text-align: center;
    white-space: nowrap;
    background: url(../img/bg_dt_sp.svg) center right no-repeat;
    background-size: cover;
    width: calc(100vw / var(--viewport) * 327);
    padding: 0 calc(100vw / var(--viewport) * 27) 0 0;
    box-sizing: border-box;
    margin-top: calc(100vw / var(--viewport) * 50);
    position: relative;
}

.parts dt.wide {
    width: calc(100vw / var(--viewport) * 450);
}

.parts dt.required {
    padding: 0 calc(100vw / var(--viewport) * 27) 0 calc(100vw / var(--viewport) * 95);
}

.parts dt.required span.required {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100vw / var(--viewport) * 15);
}

#conts .hope .bg_gray.thin {
    padding-bottom: 0;
}

#conts .hope .bg_gray.thin+.bg_gray {
    padding-top: calc(100vw / var(--viewport) * 39);
}

#conts .hope p {
    font-size: calc(100vw / var(--viewport) * 24);
    line-height: 1.67;
}

#conts .hope .phone a {
    color: #fff;
    font-size: calc(100vw / var(--viewport) * 26);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #83B9D1;
    display: block;
    width: calc(100vw / var(--viewport) * 344);
    padding: calc(100vw / var(--viewport) * 6);
    margin: calc(100vw / var(--viewport) * 25) 0;
    border-radius: calc(100vw / var(--viewport) * 10);
}

#conts .hope .phone a img {
    width: calc(100vw / var(--viewport) * 16);
    vertical-align: middle;
    margin-top: -2px;
    margin-left: calc(100vw / var(--viewport) * 8);
}

#conts .hope .date p {
    font-size: calc(100vw / var(--viewport) * 28);
    font-weight: bold;
    margin-bottom: calc(100vw / var(--viewport) * 15);
}

#conts .hope .date p .required {
    margin-left: calc(100vw / var(--viewport) * 15);
}

#conts .hope .date p .note {
    font-size: calc(100vw / var(--viewport) * 20);
    font-weight: normal;
    color: #CB2625;
}

#conts .hope .date .datepickerWrap {
    position: relative;
}

#conts .hope .date .datepickerWrap input {
    font-size: calc(100vw / var(--viewport) * 28);
}

#conts .hope .date .datepickerWrap:after {
    content: "";
    background: url(../img/icon_calendar.svg) center center no-repeat;
    background-size: calc(100vw / var(--viewport) * 54) auto;
    width: calc(100vw / var(--viewport) * 54);
    height: calc(100vw / var(--viewport) * 57);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100vw / var(--viewport) * 15);
    pointer-events: none;
}

#conts .hope .date .selectWrap {
    width: 55%;
    margin-top: calc(100vw / var(--viewport) * 27);
    margin-bottom: calc(100vw / var(--viewport) * 42);
    position: relative;
}

#conts .hope .date .selectWrap select {
    appearance: none;
}

#conts .hope .date .selectWrap select.half {
    width: 100%;
}

#conts .hope .date .selectWrap.disabled {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

#conts .hope .date .selectWrap.disabled:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #F2F2F2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}

#conts .hope .date .selectWrap:after {
    content: "";
    background: url(../img/icon_calendar2.svg) center center no-repeat;
    background-size: calc(100vw / var(--viewport) * 54) auto;
    width: calc(100vw / var(--viewport) * 54);
    height: calc(100vw / var(--viewport) * 57);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100vw / var(--viewport) * 15);
    pointer-events: none;
}

#conts .hope .date input::placeholder {
    font-size: calc(100vw / var(--viewport) * 28);
}

#conts .plan.bg_gray {
    padding-bottom: calc(100vw / var(--viewport) * 80);
}

#conts .plan .lead {
    font-size: calc(100vw / var(--viewport) * 24);
    margin-top: calc(100vw / var(--viewport) * -18);
    margin-bottom: calc(100vw / var(--viewport) * 18);
}

#conts .plan .lead .notes {
    color: #CE2626;
    display: none;
    margin-top: calc(100vw / var(--viewport) * 10);
    font-size: calc(100vw / var(--viewport) * 24);
    font-weight: 600;
    line-height: 1.4;
}

#conts .plan .flex.split3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#conts .plan .flex.split3 ul li {
    width: calc(100vw / var(--viewport) * 212);
    margin-top: 0 !important;
}

#conts .plan .flex.split3 ul li:nth-child(n+4) {
    margin-top: calc(100vw / var(--viewport) * 17) !important;
}

#conts .plan .ttl_aco {
    font-size: calc(100vw / var(--viewport) * 32);
    line-height: calc(100vw / var(--viewport) * 100);
    text-align: left;
    padding: 0 0 0 calc(100vw / var(--viewport) * 55);
}

#conts .plan .hige .ttl_aco {
    color: var(--hige_color);
    border-color: var(--hige_color);
}

#conts .plan .ttl_aco.sub_ttl {
    color: #fff;
    justify-content: flex-start;
    padding: 0;
    margin-top: calc(100vw / var(--viewport) * 14);
    border: none;
}

#conts .plan .ttl_aco.sub_ttl label {
    background: var(--hige_color);
}

#conts .plan .ttl_aco.sub_ttl:before,
#conts .plan .ttl_aco.sub_ttl:after {
    content: none;
}

#conts .plan .hige .ttl_aco:before,
#conts .plan .hige .ttl_aco:after {
    background: var(--hige_color);
}

#conts .plan .body .ttl_aco {
    color: var(--body_color);
    border-color: var(--body_color);
}

#conts .plan .body .ttl_aco:before,
#conts .plan .body .ttl_aco:after {
    background: var(--body_color);
}

#conts .plan ul {
    flex-wrap: wrap;
}

#conts .plan li {
    color: #fff;
    font-size: calc(100vw / var(--viewport) * 32);
    width: 100%;
    margin-top: calc(100vw / var(--viewport) * 50);
    border-radius: calc(100vw / var(--viewport) * 6);
}

#conts .plan li:nth-child(1) {
    margin-top: 0;
}

#conts .plan .label_check {
    line-height: 1.4;
    width: 100%;
    height: calc(100vw / var(--viewport) * 100);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0 0 0 calc(100vw / var(--viewport) * 55);
    box-sizing: border-box;
    border-radius: calc(100vw / var(--viewport) * 6);
}

#conts .plan .label_check p {
    font-weight: bold;
    line-height: 1.3;
    width: 100%;
}

#conts .plan .label_check p .subText {
    font-size: calc(100vw / var(--viewport) * 24);
    font-weight: normal;
    margin-left: calc(calc(100vw / var(--viewport) * 26) + 7px);
}

#conts .plan .body_aco.hige-parts .sub {
    color: var(--hige_color);
    font-size: calc(100vw / var(--viewport) * 24);
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 1.2em;
}

#conts .plan li .midashi {
    font-size: calc(100vw / var(--viewport) * 32);
    font-weight: bold;
}

#conts .plan li .text {
    font-size: calc(100vw / var(--viewport) * 24);
    padding-left: calc(calc(100vw / var(--viewport) * 26) + 0.2em + 2px);
}

#conts .plan .body_aco.sub_body {
    padding-top: calc(100vw / var(--viewport) * 28);
    padding-bottom: 0;
}

#conts .plan .body_aco.sub_body .caution {
    font-size: calc(100vw / var(--viewport) * 24);
    margin-bottom: calc(100vw / var(--viewport) * 27);
}

#conts .plan .body_aco.sub_body li {
    font-size: calc(100vw / var(--viewport) * 26);
}

#conts .plan .body_aco.sub_body li .label_check {
    height: calc(100vw / var(--viewport) * 68);
    padding: 0;
}

#conts .plan .body_aco.sub_body li .label_check p {
    text-align: center;
}

#conts .plan .body_aco ul:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 50);
}

#conts .plan .checkbox {
    border: 1px solid #fff;
}

#conts .plan .hige .body_aco .label_check {
    background: var(--hige_color);
}

#conts .plan .body .body_aco .label_check {
    background: var(--body_color);
}

#conts .plan .body_aco li.active .label_check,
#conts .plan .ttl_aco.sub_ttl.active .label_check {
    color: #000;
    background: #FC9740;
}

#conts .plan .body_aco li.disabled .label_check {
    background: #ccc;
    pointer-events: none;
}

#conts .plan .body_aco .caption {
    font-size: calc(100vw / var(--viewport) * 24);
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1em;
}

#conts .plan .body .ttl_aco.sub_ttl {
    color: #fff;
    margin-top: calc(100vw / var(--viewport) * 50);
}

#conts .anesthesia ul,
#conts .pair_anesthesia ul,
#conts .payment ul,
#conts .pair_payment ul {
    flex-wrap: wrap;
}

#conts .anesthesia ul li,
#conts .pair_anesthesia ul li,
#conts .payment ul li,
#conts .pair_payment ul li {
    color: #fff;
    font-size: calc(100vw / var(--viewport) * 26);
    font-weight: bold;
    width: 100%;
    background: #898989;
    margin-top: calc(100vw / var(--viewport) * 50);
    border-radius: calc(100vw / var(--viewport) * 6);
}

#conts .anesthesia ul li.active,
#conts .pair_anesthesia ul li.active,
#conts .payment ul li.active,
#conts .pair_payment ul li.active {
    color: #000;
    background: #FC9740;
}

#conts .anesthesia ul li:nth-child(1),
#conts .pair_anesthesia ul li:nth-child(1),
#conts .payment ul li:nth-child(1),
#conts .pair_payment ul li:nth-child(1) {
    margin-top: 0;
}

#conts .anesthesia ul li label,
#conts .pair_anesthesia ul li label,
#conts .payment ul li label,
#conts .pair_payment ul li label {
    line-height: 1.4;
    width: 100%;
    height: calc(100vw / var(--viewport) * 68);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0 0 0 calc(100vw / var(--viewport) * 55);
    box-sizing: border-box;
}

#conts .anesthesia ul li label p,
#conts .pair_anesthesia ul li label p,
#conts .payment ul li label p,
#conts .pair_payment ul li label p {
    width: 100%;
}

#conts .anesthesia ul li .checkbox,
#conts .pair_anesthesia ul li .checkbox,
#conts .payment ul li .checkbox,
#conts .pair_payment ul li .checkbox {
    border: 1px solid #fff;
}

#conts .waribiki ul {
    flex-wrap: wrap;
}

#conts .waribiki ul li {
    color: #fff;
    font-size: calc(100vw / var(--viewport) * 26);
    font-weight: bold;
    width: 100%;
    background: #898989;
    margin-top: calc(100vw / var(--viewport) * 50);
    border-radius: calc(100vw / var(--viewport) * 6);
}

#conts .waribiki ul li.active {
    color: #000;
    background: #FC9740;
}

#conts .waribiki ul li:nth-child(1) {
    margin-top: 0;
}

#conts .waribiki ul li label {
    line-height: 1.4;
    width: 100%;
    height: calc(100vw / var(--viewport) * 68);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0 0 0 calc(100vw / var(--viewport) * 55);
    box-sizing: border-box;
}

#conts .waribiki ul li label p {
    width: 100%;
}

#conts .waribiki ul li .checkbox {
    border: 1px solid #fff;
}

#conts .hiddenText {
    margin-top: calc(100vw / var(--viewport) * 22);
    margin-bottom: calc(100vw / var(--viewport) * -22);
    display: none;
}

#conts .hiddenText p {
    font-size: calc(100vw / var(--viewport) * 24);
    line-height: 1.67;
}

#conts .pair_box {
    display: none;
}

#conts .pair_box p.caption {
    font-size: calc(100vw / var(--viewport) * 24);
    line-height: 1.67;
}

#conts .pair_box .pair_users .bg_gray.thin {
    padding-bottom: 0;
}

#conts .pair_box .pair_users .bg_gray.thin+.bg_gray {
    padding-top: calc(100vw / var(--viewport) * 39);
}

#conts .privacy {
    height: calc(100vw / var(--viewport) * 350);
    background: #F2F2F2;
    border: 1px solid #A5A5A5;
    padding: calc(100vw / var(--viewport) * 30);
    margin: calc(100vw / var(--viewport) * 80) calc(100vw / var(--viewport) * 20) 0;
    overflow-y: scroll;
}

#conts .privacy h3 {
    color: #909090;
    font-size: calc(100vw / var(--viewport) * 24);
    margin-bottom: calc(100vw / var(--viewport) * 26);
}

#conts .privacy p,
#conts .privacy dt,
#conts .privacy dd {
    color: #909090;
    font-size: calc(100vw / var(--viewport) * 20);
    line-height: 1.9;
}

#conts .privacy dt {
    margin-top: 1.9em;
}

#conts #contraindications {
    height: auto;
}

#conts .agree {
    color: #909090;
    font-size: calc(100vw / var(--viewport) * 22);
    text-align: center;
    line-height: 1.4;
    margin-top: calc(100vw / var(--viewport) * 73);
}

#conts .agree .label_check {
    font-size: calc(100vw / var(--viewport) * 29);
    font-weight: bold;
    margin-top: calc(100vw / var(--viewport) * 22);
    display: inline-block;
}

#conts .agree .label_check input:checked+.checkbox {
    background: #FC9740;
}

#conts .agree .label_check .checkbox {
    width: calc(100vw / var(--viewport) * 22);
    height: calc(100vw / var(--viewport) * 22);
}

#conts .btn_submit {
    text-align: center;
}

#conts .btn_submit p {
    color: #fff;
    font-size: calc(100vw / var(--viewport) * 30);
    font-weight: bold;
    width: calc(100vw / var(--viewport) * 600);
    height: calc(100vw / var(--viewport) * 102);
    background: url(../img/bg_submit.svg) center center no-repeat;
    background-size: 100% auto;
    margin: calc(100vw / var(--viewport) * 73) auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#conts .btn_submit p.disabled {
    opacity: 0.5;
    cursor: no-drop;
}

.email:after {
    content: "pms@junikai.or.jp";
}

/* 2022.05.05 added  */
.checkBoxBlock.cannot label {
    color: red;
    text-decoration: line-through;
}

.checkBoxBlock.cannot label span {
    color: #000;
}

.checkBoxBlock.cannot:after {
    color: red;
    content: "\A※トライアルは1つのみ選択可能です。";
    white-space: nowrap;
}

@media screen and (max-width:767px) {
    #conts .btn_selector ul {
        flex-wrap: wrap;
    }

    #conts .btn_selector li {
        margin-top: calc(100vw / var(--viewport) * 50);
    }

    #conts .btn_selector li:nth-child(1) {
        margin-top: 0;
    }

    .parts dt:nth-child(1) {
        margin-top: 0;
    }

    #conts .plan .flex.split3_sp ul {
        display: flex;
        flex-wrap: wrap;
    }

    #conts .plan .flex.split3_sp ul li {
        width: calc(100vw / var(--viewport) * 212);
        margin-top: 0 !important;
    }

    #conts .plan .flex.split3_sp ul li:nth-child(n+4) {
        margin-top: calc(100vw / var(--viewport) * 17) !important;
    }

    #conts .plan .ttl_aco.sub_ttl {
        line-height: 1.5;
        height: calc(100vw / var(--viewport) * 100);
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .clinics .body_aco li:nth-child(3n - 1),
    .clinics .body_aco li:nth-child(3n) {
        margin-left: calc(100vw / var(--viewport) * 19);
    }

    .clinics .body_aco li:nth-child(n + 4) {
        margin-top: calc(100vw / var(--viewport) * 19);
    }

    /* 関西を横2列にするためのCSS */
    .clinics>div:nth-child(8) ul {
        width: 80%;
        margin: 0 auto;
    }

    .clinics>div:nth-child(8) li:nth-child(3) {
        margin-top: calc(100vw / var(--viewport) * 19);
        margin-left: 0;
    }

    .clinics>div:nth-child(8) li:nth-child(4) {
        margin-left: calc(100vw / var(--viewport) * 19);
    }

    /* /関西を横2列にするためのCSS */

    .picker {
        left: calc(100vw / var(--viewport) * -52.5);
        width: calc(100vw / var(--viewport) * 670);
    }
}

@media screen and (min-width:768px) {
    span.required:before {
        font-size: 14px;
        border-radius: 6px;
        padding: 3px 16px;
        margin-right: 18px;
    }

    #conts {
        font-size: 28px;
        padding: 0 0 80px;
    }

    #conts .steps {
        width: 800px;
        margin: 40px auto 0;
    }

    #conts .btn_revisit {
        width: 600px;
        margin: 40px auto 0;
    }

    #conts .btn_revisit a p {
        font-size: 22px;
    }

    #conts .form_content {
        margin: 0;
    }

    #conts .form_content h2 {
        font-size: 30px;
        border-radius: 8px 8px 0 0;
        padding: 20px 0;
        margin: 80px 0 0;
    }

    #conts .form_content h2.first {
        margin-top: 40px;
    }

    #conts .bg_gray,
    #conts .bg_gray.thin {
        padding: 40px 60px 57px;
    }

    #conts .btn_selector li {
        font-size: 12px;
        width: 269px;
        border-width: 4px;
        border-radius: 6px;
    }

    #conts .btn_selector li label {
        height: 141px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        box-sizing: border-box;
    }

    #conts .btn_selector li .midashi {
        font-size: 19px;
        margin-bottom: 19px;
    }

    #conts .btn_selector li:nth-child(2) .midashi {
        margin-bottom: 6px;
    }

    #conts .btn_selector+.bg_gray {
        padding-top: 0;
    }

    .label_check .checkbox {
        width: 18px;
        height: 18px;
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }

    .label_check input:checked+.checkbox:after {
        width: 12px;
        height: 11px;
    }

    .hiddenBox03 {
        margin-top: 26px;
    }

    .hidden15,
    .hidden18 {
        margin-top: 15px;
    }

    .hidden15 p,
    .hidden18 p {
        font-size: 21px;
    }

    .hidden15 .txt_right a:hover,
    .hidden18 .txt_right a:hover {
        text-decoration: none;
    }

    .parts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .parts dt {
        font-size: 26px;
        line-height: 78px;
        width: 316px;
        background: url(../img/bg_dt_pc.svg) top center no-repeat;
        background-size: 100% auto;
        padding: 0 10px 0 0;
        margin-top: 40px;
    }

    .parts dt.required {
        padding: 0 25px 0 79px;
    }

    .parts dt.required span.required {
        top: 0;
        transform: translateY(0);
        left: 16px;
    }

    .parts dd {
        width: 554px;
        margin-top: 40px;
    }

    .parts dt:nth-child(1),
    .parts dd:nth-child(2) {
        margin-top: 9px;
    }

    .parts+.caution {
        font-size: 21px;
        margin-top: 15px;
    }

    input[type="text"],
    input[type="url"],
    input[type="tel"],
    input[type="email"],
    select,
    textarea {
        font-size: 26px;
        height: 78px;
        border-width: 3px;
        border-radius: 20px;
        padding: 0 36px;
    }

    textarea {
        font-size: 20px;
        min-height: 156px;
        width: 800px;
        padding: 18px 31px;
        margin: 0 auto;
        display: block;
    }

    #conts .ttl_aco {
        font-size: 28px;
        line-height: 74px;
        border-width: 2px;
        margin-top: 40px;
    }

    #conts .ttl_aco:before {
        width: 3px;
        height: 20px;
        right: 32px;
    }

    #conts .ttl_aco:after {
        width: 20px;
        height: 3px;
        right: 24px;
    }

    #conts .body_aco {
        padding: 39px 0;
    }

    .clinics .body_aco li {
        font-size: 18px;
        border-radius: 6px;
    }

    .clinics .body_aco li.font_small {
        font-size: 18px;
    }

    .clinics .body_aco li.font_small label {
        padding-top: 10px;
    }

    .clinics .body_aco li label {
        width: 206px;
        height: 60px;
    }

    .clinics .body_aco li:nth-child(4n - 1),
    .clinics .body_aco li:nth-child(4n - 2),
    .clinics .body_aco li:nth-child(4n) {
        margin-left: 18px;
    }

    .clinics .body_aco li:nth-child(n + 5) {
        margin-top: 18px;
    }

    #conts .hope p {
        font-size: 21px;
    }

    #conts .hope .phone a {
        font-size: 17px;
        width: 220px;
        padding: 4px;
        margin: 16px 0;
        border-radius: 10px;
        box-sizing: border-box;
    }

    #conts .hope .phone a img {
        width: 8.2px;
        margin-top: -3px;
        margin-left: 8px;
    }

    #conts .hope .bg_gray.thin+.bg_gray {
        padding-top: 44px;
    }

    #conts .hope .date dt:nth-child(3),
    #conts .hope .date dt:nth-child(5) {
        margin-top: 32px;
    }

    #conts .hope .date p {
        font-size: 28px;
        margin-bottom: 20px;
    }

    #conts .hope .date p .required {
        margin-left: 14px;
    }

    #conts .hope .date p .note {
        font-size: 25px;
    }

    #conts .hope .date dd {
        display: flex;
        justify-content: space-between;
    }

    #conts .hope .date input::placeholder {
        font-size: 28px;
    }

    #conts .hope .date .datepickerWrap {
        width: 554px;
    }

    #conts .hope .date .datepickerWrap input {
        font-size: 28px;
        background-size: 54px auto;
    }

    #conts .hope .date .datepickerWrap:after {
        background-size: 54px auto;
        width: 54px;
        height: 56px;
    }

    #conts .hope .date .selectWrap {
        width: 308px;
        margin: 0;
    }

    #conts .hope .date .selectWrap select {
        background-size: 54px auto;
        margin: 0;
    }

    #conts .hope .date .selectWrap:after {
        background-size: 54px auto;
        width: 54px;
        height: 56px;
    }

    #conts .plan .lead {
        font-size: 24px;
        margin-top: -10px;
        margin-bottom: 24px;
    }

    #conts .plan .lead .notes {
    color: #CE2626;
        display: none;
        margin-top: 10px;
        font-size: 21px;
        font-weight: 600;
        line-height: 1.6;
    }

    #conts .plan .flex.split3 ul li {
        width: 280px;
        margin-top: 0 !important;
    }

    #conts .plan .flex.split3 ul li:nth-child(n+4) {
        margin-top: 25px !important;
    }

    #conts .plan .flex.split4_pc ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #conts .plan .flex.split4_pc ul li {
        width: 206px;
        margin-top: 0 !important;
    }

    #conts .plan .flex.split4_pc ul li:nth-child(n+5) {
        margin-top: 20px !important;
    }

    #conts .plan .ttl_aco {
        font-size: 26px;
        line-height: 74px;
        padding: 0 0 0 39px;
    }

    #conts .ttl_aco:before {
        width: 3px;
        height: 20px;
        right: 32px;
    }

    #conts .ttl_aco:after {
        width: 20px;
        height: 3px;
        right: 24px;
    }

    #conts .plan .body_aco li .checkbox {
        margin-top: -3px;
    }

    #conts .plan .ttl_aco {
        font-size: 21px;
        line-height: 78px;
        padding: 0 0 0 40px;
    }

    #conts .plan .ttl_aco.sub_ttl {
        margin-top: 30px;
    }

    #conts .plan li {
        font-size: 21px;
        width: 100%;
        margin-top: calc(100vw / var(--viewport) * 50);
        border-radius: calc(100vw / var(--viewport) * 6);
    }

    #conts .plan li:nth-child(1) {
        margin-top: 0;
    }

    #conts .plan .label_check {
        height: 78px;
        padding: 0 0 0 40px;
        border-radius: 6px;
    }

    #conts .plan .label_check p {
        font-weight: bold;
        line-height: 1.3;
        width: 100%;
    }

    #conts .plan .label_check p .subText {
        font-size: 21px;
        margin-left: 1em;
    }

    #conts .plan .body_aco {
        padding-bottom: 0;
    }

    #conts .plan .body_aco.hige-parts .sub {
        color: var(--hige_color);
        font-size: calc(100vw / var(--viewport) * 24);
        font-weight: bold;
        line-height: 1.4;
        margin: 0 0 1.2em;
    }

    #conts .plan li .midashi {
        font-size: calc(100vw / var(--viewport) * 32);
        font-weight: bold;
    }

    #conts .plan li .text {
        font-size: calc(100vw / var(--viewport) * 24);
        padding-left: calc(calc(100vw / var(--viewport) * 26) + 0.2em + 2px);
    }

    #conts .plan .body_aco.sub_body {
        padding-top: calc(100vw / var(--viewport) * 28);
        padding-bottom: 0;
    }

    #conts .plan .body_aco.sub_body .caution {
        font-size: 21px;
        margin-top: -22px;
        margin-bottom: 17px;
    }

    #conts .plan .body_aco.sub_body li {
        font-size: 21px;
    }

    #conts .plan .body_aco.sub_body li .label_check {
        height: 60px;
    }

    #conts .plan .body_aco.sub_body li .label_check p {
        text-align: center;
    }

    #conts .plan .body_aco ul:nth-child(n+2) {
        margin-top: 40px;
    }

    #conts .plan .checkbox {
        border: 1px solid #fff;
    }

    #conts .plan .body_aco li.active .label_check,
    #conts .plan .ttl_aco.sub_ttl.active .label_check {
        color: #000;
        background: #FC9740;
    }

    #conts .plan .body_aco li.disabled .label_check {
        background: #ccc;
        pointer-events: none;
    }

    #conts .plan .body_aco .caption {
        font-size: calc(100vw / var(--viewport) * 24);
        line-height: 1.5;
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 1em;
    }

    #conts .plan .body .ttl_aco.sub_ttl {
        margin-top: 40px;
    }

    #conts .anesthesia ul li,
    #conts .pair_anesthesia ul li,
    #conts .payment ul li,
    #conts .pair_payment ul li {
        font-size: 21px;
        margin-top: 39px;
        border-radius: 6px;
    }

    #conts .anesthesia ul li label,
    #conts .pair_anesthesia ul li label,
    #conts .payment ul li label,
    #conts .pair_payment ul li label {
        height: 78px;
        padding: 0 0 0 39px;
    }

    #conts .anesthesia .label_check .checkbox,
    #conts .pair_anesthesia .label_check .checkbox,
    #conts .payment .label_check .checkbox,
    #conts .pair_payment .label_check .checkbox {
        margin-top: -3px;
    }

    #conts .waribiki ul li {
        font-size: 21px;
        margin-top: 39px;
        border-radius: 6px;
    }

    #conts .waribiki ul li label {
        height: 78px;
        padding: 0 0 0 39px;
    }

    #conts .waribiki .label_check .checkbox {
        margin-top: -3px;
    }

    #conts .hiddenText {
        margin-top: 20px;
        margin-bottom: -20px;
    }

    #conts .hiddenText p {
        font-size: 21px;
    }

    #conts .pair_box p.caption {
        font-size: 21px;
    }

    #conts .pair_box .pair_users .bg_gray.thin+.bg_gray {
        padding-top: 50px;
    }

    #conts .pair_box .pair_users .parts dt:nth-child(1),
    #conts .pair_box .pair_users .parts dd:nth-child(2) {
        margin-top: 0;
    }

    #conts .privacy {
        width: 800px;
        height: 257px;
        padding: 27px 35px;
        margin: 80px auto 0;
        box-sizing: border-box;
    }

    #conts .privacy h3 {
        font-size: 20px;
        margin-bottom: 27px;
    }

    #conts .privacy p,
    #conts .privacy dt,
    #conts .privacy dd {
        font-size: 15px;
    }

    #conts .agree {
        font-size: 20px;
        margin-top: 44px;
    }

    #conts .agree .label_check {
        font-size: 24px;
        margin-top: 6px;
    }

    #conts .agree .label_check .checkbox {
        width: 18px;
        height: 18px;
        margin-top: -4px;
    }

    #conts .btn_submit p {
        font-size: 30px;
        width: 518px;
        height: 88px;
        margin: 46px auto 0;
    }
}

#conts .formErrorContent {
    position: absolute;
    display: inline-block;
    padding: 6px 10px;
    top: 5px;
    left: 5px;
    background-color: rgb(202, 22, 22);
    border-radius: 5px;
    font-size: 1.2rem;
    color: #fff;
    border: none;
    width: max-content;
}

#conts .formErrorContent:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -8px;
    display: block;
    border: 10px solid rgb(202, 22, 22);
    border-top: none;
    border-right-color: transparent;
    border-left-color: transparent;
}

#conts .valiWrap {
    position: relative;
}

#conts .valiWrap .formErrorContent:before {
    content: none;
}

/* confirm */
.confirm #conts .form_content .inner {
    padding: calc(100vw / var(--viewport) * 80) calc(100vw / var(--viewport) * 75) calc(100vw / var(--viewport) * 23);
}

.confirm input {
    background: #fff;
}

.confirm textarea {
    font-size: calc(100vw / var(--viewport) * 33);
    background: #fff;
    padding: calc(100vw / var(--viewport) * 15) calc(100vw / var(--viewport) * 47);
    resize: none;
}

.confirm .textarea {
    font-size: calc(100vw / var(--viewport) * 26);
    font-weight: bold;
    border: calc(100vw / var(--viewport) * 3) solid #A5A5A5;
    border-radius: calc(100vw / var(--viewport) * 20);
}

.confirm .textarea .flex {
    height: calc(100vw / var(--viewport) * 94);
    justify-content: center;
    align-items: center;
}

.confirm .textarea input {
    font-size: calc(100vw / var(--viewport) * 26);
    width: calc(100% - 7em);
    border: none;
    padding: 0;
}

@media screen and (min-width:768px) {
    .confirm #conts .form_content {
        width: 883px;
        margin: 0 auto;
    }

    .confirm #conts .form_content .inner {
        padding: 0;
    }

    .confirm .parts dt:nth-child(1),
    .confirm .parts dd:nth-child(2) {
        margin-top: 40px;
    }

    .confirm .textarea {
        font-size: 26px;
        border-width: 3px;
        border-radius: 20px;
    }

    .confirm .textarea .flex {
        height: 57px;
    }

    .confirm .textarea input {
        font-size: 26px;
        background: none;
    }

    .confirm textarea {
        font-size: 26px;
        width: 100%;
        padding: 18px 36px;
    }

    .confirm .parts dt.wide {
        line-height: 1.2;
        width: 316px;
        padding-top: 8px;
    }
}

/* thanks */
.thanks .midashi {
    color: #FC9740;
    font-size: calc(100vw / var(--viewport) * 26);
    font-weight: bold;
    text-align: center;
    margin: calc(100vw / var(--viewport) * 76) 0 calc(100vw / var(--viewport) * 40);
}

.thanks .lead {
    color: #000;
    font-size: calc(100vw / var(--viewport) * 26);
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: calc(100vw / var(--viewport) * 44);
}

.thanks .text {
    font-size: calc(100vw / var(--viewport) * 22);
    line-height: 1.8;
    margin: 0 calc(100vw / var(--viewport) * 20);
}

.thanks .box {
    color: #fff;
    font-size: calc(100vw / var(--viewport) * 24);
    font-weight: bold;
    line-height: 1.67;
    background: #80B9D2;
    padding: calc(100vw / var(--viewport) * 14) calc(100vw / var(--viewport) * 33);
    margin: calc(100vw / var(--viewport) * 26) 0;
}

.thanks .box.orange {
    color: #000;
    background: #FC9740;
}

@media screen and (min-width:768px) {
    .thanks #conts .form_content {
        width: 800px;
        margin: 0 auto;
    }

    .thanks .midashi {
        font-size: 26px;
        margin: 32px 0 40px;
    }

    .thanks .lead {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .thanks .text {
        font-size: 18px;
        margin: 0;
    }

    .thanks .box {
        font-size: 20px;
        padding: 19px 28px;
        margin: 32px 0;
    }
}

.priceBox {
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
}

.priceBox li {
    width: 48.9% !important;
    background: none !important;
    margin: 0 !important;
}

.priceBox li .imgBox .planName {
    color: #fff;
    font-size: calc(100vw / var(--viewport) * 36);
    line-height: 1.25;
    background: #000;
    display: flex;
    height: calc(100vw / var(--viewport) * 134);
    padding: 0.3em 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.priceBox li:nth-child(n + 3) .imgBox .planName {
    background: #011C5C;
}

.priceBox li .imgBox .planName .sub {
    color: #fff !important;
    font-size: calc(100vw / var(--viewport) * 24);
    line-height: 1.25;
    margin: 0 !important;
}

@media screen and (max-width:767px) {
    .priceBox li:nth-child(-n + 2) {
        margin-bottom: calc(100vw / var(--viewport) * 36) !important;
    }
}

@media screen and (min-width:768px) {
    .priceBox li {
        width: 210px !important;
    }

    .priceBox li .imgBox .planName {
        font-size: 16px;
        line-height: 1.5;
        height: 56px;
        padding: 0 0 5px;
        justify-content: center;
    }

    .priceBox li .imgBox .planName .sub {
        font-size: 10px !important;
    }
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    display: none;
}

.overlay .balloon {
    font-size: calc(100vw / var(--viewport) * 30);
    line-height: 1.7;
    background: #fff;
    width: 90%;
    height: 30vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 4.4vw;
    border-radius: 10px;
    box-sizing: border-box;
    filter: drop-shadow(0 0 5px #333);
    z-index: 1006;
}

.overlay .balloon a {
    color: #007AFF;
    text-decoration: none;
    position: absolute;
    right: 4.4vw;
    bottom: 4.4vw;
}

@media screen and (min-width:768px) {
    .overlay .balloon {
        font-size: 21px;
        width: 600px;
        height: 280px;
        padding: 30px;
    }

    .overlay .balloon a {
        right: 30px;
        bottom: 30px;
    }
}

#conts .ttl_aco.planText {
    color: var(--hige_color);
    font-size: calc(100vw / var(--viewport) * 28);
    font-weight: bold;
    line-height: 1.5;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    margin-top: calc(100vw / var(--viewport) * 14);
}

#conts .ttl_aco.planText:before,
#conts .ttl_aco.planText:after {
    content: none;
}

#conts .ttl_aco.planText+.body_aco {
    padding: 0;
    margin-top: calc(100vw / var(--viewport) * 14);
}

#conts .ttl_aco.planText+.body_aco .sub {
    color: var(--hige_color);
    line-height: 1.67;
    margin-bottom: 0;
}

#conts .body .ttl_aco.planText+.body_aco .sub {
    color: var(--body_color);
}

@media screen and (min-width:768px) {
    #conts .ttl_aco.planText {
        font-size: 21px;
        margin-top: 17px;
    }

    #conts .ttl_aco.planText+.body_aco {
        margin-top: 14px;
    }

    #conts .ttl_aco.planText+.body_aco .sub {
        font-size: 19px;
    }
}

.indent_1em {
    text-indent: -1em;
    padding-left: 1em;
}


.hidden15 p.midashi a,
.hidden15 p.midashi a:link,
.hidden15 p.midashi a:visited,
.hidden15 p.midashi a:hover,
.hidden15 p.midashi a:active {
    color: #f00;
}

#conts .anesthesia ul.flex.anesthesia_list,
#conts .pair_anesthesia ul.flex.anesthesia_list {
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
}
#conts .anesthesia ul.flex.anesthesia_list li,
#conts .pair_anesthesia ul.flex.anesthesia_list li {
    margin-top: 0;
}
@media screen and (max-width:767px) {
    #conts .anesthesia ul.flex.anesthesia_list,
    #conts .pair_anesthesia ul.flex.anesthesia_list {
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }
    #conts .anesthesia ul.flex.anesthesia_list li,
    #conts .pair_anesthesia ul.flex.anesthesia_list {
        margin-top: 0;
    }
}
