* {
  margin: 0;
  padding: 0;
}
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}
/* Placeholderのスタイル */
::-webkit-input-placeholder {
  /* WebKitブラウザ用 */
  color: #bfbdc1;
  font-family: "Noto Sans JP", sans-serif;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #bfbdc1;
  font-family: "Noto Sans JP", sans-serif;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #bfbdc1;
  font-family: "Noto Sans JP", sans-serif;
}
:-ms-input-placeholder {
  color: #bfbdc1;
  font-family: "Noto Sans JP", sans-serif;
}
img {
  width: 100%;
  height: 100%;
}

body {
  border-radius: var(--, 0px);
  background: #f6f6f6;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100vh;
  position: relative;
}

header {
  width: 100%;
  padding: 16px 0;
  background: #fff;
  text-align: center;
  margin-bottom: 16px;
}
header img {
  width: 340px;
  height: auto;
}

main {
  max-width: 470px;
  margin: 0 auto;
  padding-bottom: 72px;
}
forSP {
  display: none;
}
forPC {
  display: block;
}
@media screen and (max-width: 768px) {
  main {
    width: 89vw;
    margin: 0 auto;
  }
  forSP {
    display: block;
  }
  forPC {
    display: none;
  }
  .l-form div input,
  .l-form div textarea,
  .l-form div select {
    padding: 12px 8px 12px 16px;
    border-radius: 8px;
    border: 1px solid var(---border-gray300, #e6e6e6);
    background: var(---text-white, #fff);
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .l-form div input.c-height,
  .l-form div select.c-height {
    height: 48px;
    width: 100%;
    min-width: 300px;
    padding: 12px 8px 12px 16px;
  }
}
.l-form div select.c-height {
  color: #333;
}
.l-head-txt {
  padding: 16px;
  padding-bottom: 0;
  background: #fff;
  margin-bottom: 24px;
}
.l-head-txt h2 {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 4px;
}
.p-header-subttl {
  text-align: center;
  margin-bottom: 32px;
}
.l-head-txt .p-txt-wrap {
  margin: 12px 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}
.l-head-txt .p-txt-wrap p {
  margin-bottom: 12px;
}
.l-head-txt .c-txt-atenntion span {
  color: #fa657a;
  font-weight: 700;
}
.l-head-txt .p-tel-ac {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 12px;
}

.link-campaign {
  margin-bottom: 32px;
  text-align: center;
}
.link-campaign a {
  color: #fa657a;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.link-campaign a img {
  width: 12px;
  height: 12px;
}
.l-tab {
  width: 100%;
  margin: 0px auto 16px;
}
.l-tab p {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  padding-bottom: 12px;
}
.l-tab .p-tab-wrap {
  display: flex;
  flex-direction: row;
  gap: 4px;
  border-bottom: 2px solid #e6e6e6;
}
.l-tab .p-tab-wrap .tab-item {
  background-color: #fff;
  color: #595956;
  width: 154px;
  padding: 16px 0;
  border-radius: 4px 4px 0 0;
  border-left: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  text-align: center;
  cursor: pointer;
}
.l-tab .p-tab-wrap .tab-item.active {
  background-color: #fa657a;
  color: #fff;
}

.l-form {
  display: none;
}
.l-form.is-show {
  display: block;
}
.l-form h3 {
  color: var(---text-pink400, #fa657a);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  position: relative;
  background-color: #f6f6f6;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 0 8px;
}
.l-form h3::after {
  content: "";
  border-top: 1px solid #fa657a;
  position: absolute;
  width: 90vw;
  max-width: 470px;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.l-form div {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.l-form div input,
.l-form div textarea,
.l-form div select {
  padding: 12px 8px 12px 16px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid var(---border-gray300, #e6e6e6);
  background: var(---text-white, #fff);
}
.l-form div input.date {
  margin-bottom: 8px;
}
.l-form div label {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  height: 20px;
}
.l-form div .required {
  color: #fff;
  background: #ec0000;
  padding: 0px 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-left: 8px;
  height: 100%;
  display: grid;
  place-items: center;
}
.l-form div .optional {
  color: #fff;
  background: #bfbdc1;
  padding: 0px 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-left: 8px;
  height: 100%;
  display: grid;
  place-items: center;
}
.l-form div.p-downroad {
  border-radius: var(--, 0px);
  border: 1px solid #fa657a;
  background: #fef5f3;
  padding: 12px;
  font-size: 13px;
  margin-bottom: 12px;
}
.l-form div.p-downroad.mb-4 {
  margin-bottom: 16px;
}
.l-form div.mb-3 {
  margin-bottom: 12px;
}
.l-form div.mt-3 {
  margin-top: 24px;
}
.l-form div.mb-0 {
  margin-bottom: 0px;
}
.l-form div.mb-1 {
  margin-bottom: 16px;
  position: relative;
}
.l-form div.p-downroad span {
  color: #fa657a;
  font-weight: 700;
  line-height: 160%;
}
.l-form div.p-downroad a {
  color: #333;
}

.l-form div.wrap-radio {
  align-items: center;
}
.l-form a.text-link {
  text-decoration: underline;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 4px;
}
.l-form div.wrap-radio label {
  font-weight: 400;
  margin-right: 20px;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 4px;
}
.l-form button {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  min-width: 240px;
  padding: 16px;
  border-radius: 4px;
  background: #fa657a;
  border: none;
  color: #fff;
  margin: 16px auto;
  text-align: center;
  cursor: pointer;
}

.l-form p.c-entry a {
  color: #333;
  line-height: 1.6;
  font-size: 13px;
  margin-top: -18px;
  display: block;
}
.c-txt-atenntion.txt-xs {
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
}
.c-txt-atenntion.txt-xs.mb-0 {
  margin-bottom: 0;
}
.l-footer-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
  margin: 24px auto 16px;
}
.l-footer-txt img {
  width: 90px;
  height: 50px;
  display: block;
  margin: 12px auto;
}
.l-footer-txt a {
  text-align: center;
  font-size: 16px;
}

footer {
  width: 100vw;
  height: 51px;
  background: #fe9d9d;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 0;
}

#page-th .l-head-txt {
  padding: 32px 16px;
  text-align: center;
}
#page-th .l-head-txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
#page-th .l-head-txt p.txt-xs {
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
  padding-bottom: 12px;
}
#page-th .p-btn-back {
  width: 240px;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid var(---button-pink500, #fe9d9d);
  background: var(---button-white, #fff);
  padding: 0;
}
#page-th .p-btn-back a {
  cursor: pointer;
  display: block;
  width: auto;
  color: var(---text-pink500, #fe9d9d);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  padding: 16px;
}

.ac-container {
  width: 100%;
}

.ac-list:not(:first-child) {
  margin-top: 10px;
}

.ac-title {
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #fe9d9d;
}

.ac-title:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #fe9d9d;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.ac-title:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #fe9d9d;
  transition: all 0.3s ease-in-out;
}

.ac-title.open:before {
  transform: rotate(180deg);
}

.ac-title.open:after {
  opacity: 0;
}

.ac-text {
  display: none;
  margin-bottom: 24px;
}
.ac-text a {
  text-decoration: none;
}
.ac-text p {
  font-weight: 400;
}
.ac-text p.ttl {
  color: var(---text-pink500, #fe9d9d);
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  padding: 13px 0 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(---button-pink500, #fe9d9d);
  margin-bottom: 8px;
}
.ac-text div:not(:first-child) {
  margin-top: 24px;
}
.ac-text img {
  width: 24px;
  height: 17px;
}

.l-contact {
  padding: 24px 16px;
  background: #fff;
  margin-bottom: 16px;
  border-radius: 8px;
}
.p-tel-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-tel-text a {
  text-decoration: none;
}
.p-tel-text p {
  font-weight: 400;
  font-size: 13px;
}
@media (width > 430px) {
  .p-tel-text p {
    font-size: 16px;
  }
}
.p-tel-text p.ttl {
  color: var(---text-pink500, #fe9d9d);
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  padding: 13px 0 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(---button-pink500, #fe9d9d);
  margin-bottom: 8px;
}
.p-tel-text p.ttl:not(:first-of-type) {
  margin-top: 24px;
}
.p-tel-text img {
  width: 24px;
  height: 17px;
}

.p-btn-back {
  width: 240px;
  text-align: center;
  margin: 0 auto;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid var(---button-pink500, #fe9d9d);
  background: var(---button-white, #fff);
}
.p-btn-back a {
  cursor: pointer;
  width: 100%;
  color: var(---text-pink500, #fe9d9d);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

/* エラーメッセージ */
[data-formrun-back-button]:not(.formrun-system-show),
[data-formrun-show-if-error]:not(.formrun-system-show),
[data-formrun-show-if-success]:not(.formrun-system-show) {
  color: red;
  font-size: 16px;
}
.formrun-system-show {
  color: red;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0 !important;
}
.errorMessage {
  display: none;
  color: red;
  font-size: 16px;
  position: relative;
  top: 0px;
}
.errorMessage_phone {
  display: none;
  color: red;
  font-size: 16px;
  position: relative;
  top: 0px;
}
/* 確認画面 */
.col-xs-9 p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
a .btn.btn-default.formrun-system-show {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
  display: flex;
  justify-content: center;
}

/* ラジオボタン */
.l-form div input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}

.l-form div input[type="radio"]:checked {
  border: 2px solid #fe9d9d;
}
.l-form div input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fe9d9d;
  content: "";
}
/* ドロップダウン */
.l-form div select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../img/keyboard_arrow_down.png) no-repeat center right
    8px/24px 24px;
  cursor: pointer;
}

.l-form div select::-ms-expand {
  display: none;
}

.l-form div select:focus {
  box-shadow: none;
  outline: none;
}

/* 生年月日 ドロップダウン */
.l-form div.date-of-birth {
  padding-bottom: 24px;
  position: relative;
}
.date-of-birth div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.date-of-birth div select.c-height {
  width: 33.33%;
}
.l-form div.date-of-birth-error {
  /* position: absolute;
  bottom: -12px;
  left: 0; */
  margin: 0;
}
.l-form div.confirm-date-of-birth {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media (max-width: 768px) {
  .date-of-birth div select.c-height {
    min-width: auto;
  }
}
/*----------------------------------------------------------------------------
 MODAL
----------------------------------------------------------------------------*/
#modal-tel {
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 16px;
}
#modal-tel a {
  text-decoration: underline;
}
.c-txt-atenntion.txt-xs {
  margin-bottom: 8px;
  margin-top: 8px;
}
.c-txt-atenntion.txt-xs.mt-0 {
  margin-top: 0px;
}
.p-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  z-index: 10000;
}
.p-container-modal {
  padding: 16px;
  width: 360px;
  background: #ffffff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10001;
}
@media (max-width: 768px) {
  .p-container-modal {
    width: 89vw;
  }
}
.c-heading-modal {
  margin-bottom: 16px;
}
.btn-modal-close {
  width: 19px;
  height: 19px;
  background: url(https://www.shirono.net/assets/img/icon_close.svg) no-repeat;
  position: absolute;
  top: -28px;
  right: 0;
}
.btn-modal-close {
  cursor: pointer;
}
.js-open-modal {
  cursor: pointer;
}
/* 電話 */
.p-list-clinic:not(:first-child) {
  margin-top: 16px;
}

.p-contact__tel {
  margin-bottom: 16px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #fe9d9d;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.p-contact__tel dt,
.p-contact__tel dd {
  font-size: 1rem;
  font-weight: 700;
  color: #fe9d9d;
}
.p-contact__tel dt {
  margin-right: 8px;
}
.p-contact__tel dd.c-icon-fredial {
  padding-left: 32px;
  background: url(https://www.shirono.net/assets/img/icon_freedial.svg)
    no-repeat;
  background-position: left;
}
.p-biz-hour:not(:nth-last-of-type(1)) {
  margin-bottom: 0.5em;
}
.p-biz-hour {
  display: flex;
  justify-content: space-between;
}
.p-biz-hour dt,
.p-biz-hour dd {
  font-size: clamp(11px, 3.2vw, 13px);
  line-height: 1.6;
}
.p-biz-hour dd {
  text-align: end;
}
.p-biz-hour dt {
  margin-right: 1em;
}
.tel-link a {
  color: #fe9d9d;
  text-decoration: none;
}
.c-txt-primary {
  font-size: clamp(14px, 4.266vw, 16px);
  line-height: 1.6;
  text-align: center;
}
.p-list-clinic a {
  text-decoration: none;
}
