@charset "UTF-8";
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: pink;
}

::selection {
  background-color: pink;
}

html {
  font-size: 62.5%;
  overflow-x: auto;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

textarea {
  resize: none;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00183c;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Roboto/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Roboto/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
}
.container {
  width: 100%;
  max-width: 117rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.is-md-hide {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-md-hide {
    display: none;
  }
}

.is-md-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-md-show {
    display: block;
  }
}

.p-city-banner {
  width: 95%;
  margin: 5px auto;
  padding: 10px 6px;
  border-radius: 4px;
  border: 1px solid #FF763B;
  background: #FFF7F0;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
@media (min-width: 500px) {
  .p-city-banner {
    display: none;
  }
}
.p-city-banner__top {
  display: flex;
  justify-content: center;
}
.p-city-banner__title {
  border-radius: 999px;
  background: #FF763B;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.14);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.p-city-banner__list {
  margin-top: 4px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 132.152%;
  white-space: nowrap;
}
.p-city-banner__list span {
  color: #FA4343;
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 132.152%;
}
.p-city-banner__tags {
  margin-top: 4px;
  display: flex;
  gap: 5px;
}
.p-city-banner__tag {
  border-radius: 30px;
  background: #FAA268;
  padding: 3px 9px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
}
.p-city-banner__top-right {
  width: 92px;
}
.p-city-banner__phone {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.p-city-banner__line {
  display: block;
  width: 100%;
  margin-top: 5px;
}

.pc-hospital-list-wrapper .pc-area-clinic-page-intro p {
  width: 100%;
}

* {
  min-height: 0;
  min-width: 0;
}

.p-city-clinic-list__lists {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__lists {
    gap: 16px;
  }
}
.p-city-clinic-list__detail-info {
  margin-top: 24px;
}
.p-city-clinic-list__hr {
  color: #b6b6b6;
  background-color: #b6b6b6;
  height: 100%;
  width: 1px;
}
.p-city-clinic-list__flex2 {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__flex2 {
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-city-clinic-list__card {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  margin: 0 8px;
  border: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__card {
    padding: 16px;
  }
}
.p-city-clinic-list__card.subscription-on {
  border: 3px solid #ff653b;
}
.p-city-clinic-list__card.subscription-on-blue {
  border: 3px solid #0886df;
}
.p-city-clinic-list__subscription-title {
  font-weight: 700;
  color: #ff7a00;
  font-family: "Noto Sans JP";
  font-size: 24px;
  text-align: center;
  padding-bottom: 12px;
}
.p-city-clinic-list__subscription-title.on-blue {
  color: #0886df;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__subscription-title {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
.p-city-clinic-list__card-wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__card-wrapper {
    display: block;
  }
}
.p-city-clinic-list__left {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__left {
    width: 100%;
  }
}
.p-city-clinic-list__right {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__right {
    width: 100%;
  }
}
.p-city-clinic-list__top-img {
  width: 90%;
  aspect-ratio: 8/5;
  margin: 0 auto;
}
.p-city-clinic-list__top-img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__top-img {
    display: none;
  }
}
.p-city-clinic-list__bottom-images {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.p-city-clinic-list__bottom-images.slick-slider {
  overflow: inherit;
}
.p-city-clinic-list__bottom-images img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__bottom-images {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: scroll;
  }
}
.p-city-clinic-list__bottom-images .prev-arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../snow-monkey/img/city-clinic-list/slick-prev.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.p-city-clinic-list__bottom-images .next-arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../snow-monkey/img/city-clinic-list/slick-next.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-city-clinic-list__bottom-images .slick-list {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-city-clinic-list__bottom-image {
  margin: 4px;
  max-height: 176px;
  min-height: 176px;
  height: 176px !important;
  aspect-ratio: 103/64;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__bottom-image {
    height: auto;
    width: 210px;
    height: 100px !important;
    flex-shrink: 0;
    aspect-ratio: inherit;
  }
}
.p-city-clinic-list__bottom-image img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__bottom-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/4;
  }
}
.p-city-clinic-list__subscription-pc-btn-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__subscription-pc-btn-wrapper {
    display: none;
  }
}
.p-city-clinic-list__subscription-btn {
  all: unset;
  width: calc((95% - 20px) / 2);
}
.p-city-clinic-list__btn-wrapping {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__btn-wrapping {
    display: none;
  }
}
.p-city-clinic-list__pc-btn-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
  align-items: end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__pc-btn-wrapper {
    display: none;
  }
}
.p-city-clinic-list__phone-pc {
  all: unset;
  width: calc((100% - 8px) / 2);
  transition: all 0.3s;
}
.p-city-clinic-list__phone-pc:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-city-clinic-list__line-pc {
  all: unset;
  width: calc((100% - 8px) / 2);
  transition: all 0.3s;
}
.p-city-clinic-list__line-pc:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-city-clinic-list__treatment {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__treatment {
    margin-bottom: 8px;
  }
}
.p-city-clinic-list__treatment-title {
  border-radius: 4px;
  background: #e6e5e5;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  width: 64px;
  height: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__treatment-title {
    height: 22px;
  }
}
.p-city-clinic-list__treatment-text {
  color: #ff7a00;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  height: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 999px;
  border: 1px solid #ff7a00;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__treatment-text {
    height: 22px;
  }
}
.p-city-clinic-list__name {
  margin-bottom: 12px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__name {
    font-size: 20px;
  }
}
.p-city-clinic-list__name a {
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}
.p-city-clinic-list__star-text-warpper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__star-text-warpper--pc {
    display: none;
  }
}
.p-city-clinic-list__star-text-warpper--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__star-text-warpper--sp {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__star-text-warpper {
    margin-bottom: 8px;
  }
}
.p-city-clinic-list__star-wrapper {
  position: relative;
  width: 112px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}
.p-city-clinic-list__star {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  color: #ffb800;
}
.p-city-clinic-list__star-gray {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  color: #bbbbbb;
}
.p-city-clinic-list__star-text {
  color: #dc2a2a;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.p-city-clinic-list__info {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.p-city-clinic-list__info + .p-city-clinic-list__info {
  margin-top: 4px;
  margin-bottom: 16px;
}
.p-city-clinic-list__svg {
  width: 12px;
  flex-shrink: 0;
  transform: translateY(2px);
}
.p-city-clinic-list__info-item {
  flex-shrink: 0;
  line-height: 1 !important;
}
.p-city-clinic-list__info-item a {
  flex-shrink: 0;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  text-decoration: underline !important;
  font-weight: 500;
  line-height: 1 !important;
}
.p-city-clinic-list__info-img {
  width: 16px;
  display: flex;
  justify-content: center;
}
.p-city-clinic-list__info-img img {
  width: 16px;
  height: auto;
}
.p-city-clinic-list__info-text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.p-city-clinic-list__tags {
  margin-bottom: 8px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.p-city-clinic-list__tag {
  width: calc((100% - 8px) / 3);
  border-radius: 3px;
  height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #faa268;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
}
.p-city-clinic-list__features {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-city-clinic-list__feature {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
  background: #fff1e2;
}
.p-city-clinic-list__feature-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-city-clinic-list__feature-text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.p-city-clinic-list__detail-btn {
  all: unset;
  height: 44px;
  width: 100%;
  margin-top: 10px;
  border-radius: 45px;
  background: #36c7af;
  box-shadow: 0px 0px 8px 0px rgba(73, 83, 78, 0.2);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-city-clinic-list__detail-btn::after {
  position: absolute;
  content: "";
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 18px;
  background-image: url(../../snow-monkey/img/city-clinic-list/detail-btn-clinic.webp);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__detail-btn::after {
    left: 12px;
  }
}
.p-city-clinic-list__detail-btn::before {
  position: absolute;
  content: "";
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 18px;
  background-image: url(../../snow-monkey/img/city-clinic-list/detail-btn-arrow.webp);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__detail-btn::before {
    right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__detail-btn.pc {
    display: none;
  }
}
.p-city-clinic-list__detail-btn.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__detail-btn.sp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.p-city-clinic-list__detail-btn a {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__detail-btn {
    height: 52px;
    margin-top: 16px;
  }
}
.p-city-clinic-list__calendar {
  width: 100%;
  margin-top: 8px;
  border-radius: 4px;
  border: 2px solid #fbf9f7;
  background: #fff;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__calendar {
    margin-top: 12px;
  }
}
.p-city-clinic-list__calendar thead {
  background: #fce1c6;
  padding-right: 5px;
}
.p-city-clinic-list__calendar thead th {
  color: var(--TextBlack, #333);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  text-align: center;
}
.p-city-clinic-list__calendar tbody {
  text-align: center;
  color: var(--TextBlack, #333);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding-right: 5px;
}
.p-city-clinic-list__calendar tbody th {
  text-align: left;
  padding-left: 10px;
}
.p-city-clinic-list__calendar tbody td {
  color: #faa268;
  min-width: 20px;
}
.p-city-clinic-list__calendar tbody td.p-city-clinic-list__calendar-note {
  color: #7e7e7e;
  font-family: "Noto Sans JP";
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  padding-left: 5px;
}
.p-city-clinic-list__voice-title {
  width: 100%;
  margin-top: 24px;
  padding: 8px 12px;
  line-height: 1.2;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  background: #fff2e4;
  position: relative;
  border-left: 2px solid #faa268;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__voice-title {
    margin-top: 32px;
  }
}
.p-city-clinic-list__voice-lists {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  overflow-x: scroll;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__voice-lists {
    margin-top: 16px;
  }
}
.p-city-clinic-list__voice-list {
  width: calc((100% - 16px) / 3);
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #ffe3d1;
  background: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__voice-list {
    width: 260px;
    padding: 12px;
    align-items: flex-start;
    flex-shrink: 0;
  }
}
.p-city-clinic-list__flexs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.p-city-clinic-list__face {
  width: 48px;
  height: 48px;
}
.p-city-clinic-list__voice-info {
  color: #666;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.p-city-clinic-list__voice-text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.p-city-clinic-list__subscription-btn-sp {
  all: unset;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__subscription-btn-sp {
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}
.p-city-clinic-list__phone-sp {
  all: unset;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__phone-sp {
    margin-top: 16px;
    display: block;
    width: 100%;
  }
}
.p-city-clinic-list__line-sp {
  all: unset;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-city-clinic-list__line-sp {
    margin-top: 8px;
    display: block;
    width: 100%;
  }
}

#exitBanner {
  position: fixed;
  bottom: 10px;
  left: -100%;
  padding: 12px;
  width: 400px;
  color: #fff;
  z-index: 9999;
}
#exitBanner img {
  width: 100%;
  height: auto;
}

#exitBanner .exit-close-btn {
  position: absolute;
  top: 0;
  right: 0px;
  width: 24px;
  height: 24px;
  text-align: center;
  background: transparent;
  color: #424242;
  background-color: opacity;
  border-radius: 50%;
  border: 1px solid #424242;
  font-size: 18px;
  line-height: 12px;
  cursor: pointer;
}

.p-rich-clinic {
  margin: 23px auto 0;
  width: 90%;
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
@media (max-width: 1200px) {
  .p-rich-clinic {
    padding: 0 20px;
    width: 100%;
  }
}
.p-rich-clinic__h1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: #1C2975;
  margin: 0px;
  position: relative;
  top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 6px #F09F55;
}
@media (min-width: 1200px) {
  .p-rich-clinic__h1 {
    font-size: 30px;
  }
}
.p-rich-clinic__thumbnail {
  width: 100%;
  margin: 26px auto 0;
}
.p-rich-clinic__thumbnail img {
  width: 100%;
  height: auto;
}
.p-rich-clinic__info {
  margin: 16px auto 0;
  display: flex;
  flex-direction: column;
}
.p-rich-clinic__info-column {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 10px 0;
}
.p-rich-clinic__info-column:nth-child(n+2) {
  border-top: 1px dotted #7E7E7E;
}
.p-rich-clinic__info-item {
  flex-shrink: 0;
  border-radius: 5px;
  background: #FF8601;
  width: 80px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__info-item {
    font-size: 14px;
    line-height: 25px;
  }
}
.p-rich-clinic__info-value {
  color: var(--Surface1-Surface1_regular-text, #585858);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__info-value {
    font-size: 14px;
  }
}
.p-rich-clinic__info-value a {
  color: #FF8601;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.p-rich-clinic__schedule {
  border: 1px solid #D8D8D8;
  border-collapse: collapse;
  width: 100%;
  margin: 16px auto 0;
}
.p-rich-clinic__schedule thead th {
  background: #EEE;
  color: #585858;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__schedule thead th:nth-child(9) {
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__schedule thead th {
    font-size: 14px;
  }
}
.p-rich-clinic__schedule tbody {
  padding-right: 20px;
}
.p-rich-clinic__schedule tbody th {
  color: #585858;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  padding: 4px 4px 4px 14%;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__schedule tbody th {
    font-size: 14px;
    padding: 4px 4px 4px 10px;
  }
}
.p-rich-clinic__schedule tbody td {
  padding: 4px;
  text-align: center;
  color: var(--Surface1-Surface1_regular-text, #585858);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__schedule tbody td:nth-child(9) {
    padding-right: 12px;
  }
}
.p-rich-clinic__schedule tbody td.p-rich-clinic__schedule-note {
  color: #7E7E7E;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: left;
  padding: 0 0 5px 14%;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__schedule tbody td.p-rich-clinic__schedule-note {
    padding: 0 0 5px 10px;
  }
}
.p-rich-clinic__tags {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.p-rich-clinic__tag {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 5px 5px;
  border-radius: 10px;
  border: 1px solid #FAA268;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__tag {
    padding: 4px 4px;
  }
}
.p-rich-clinic__tag-img {
  width: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__tag-img {
    width: 13px;
  }
}
.p-rich-clinic__tag-text {
  color: #7E7E7E;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__tag-text {
    font-size: 14px;
  }
}
.p-rich-clinic__btn-wrapper {
  margin: 30px auto 0;
  display: flex;
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-rich-clinic__phone {
  all: unset;
  cursor: pointer;
}
@media (max-width: 600px) {
  .p-rich-clinic__phone {
    flex: 1 1 0;
  }
}
.p-rich-clinic__phone a {
  width: 180px;
  display: block;
  border-radius: 4px;
  border: 1px solid #FF7A00;
  background: linear-gradient(0deg, #FF7A00 37.5%, #FFB800 100%);
  box-shadow: 0px 2px 0px 0px #BBB;
  color: var(--Primary-Primary_primary-text, #FFF);
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-rich-clinic__phone a {
    font-size: 16px;
    width: 100%;
  }
}
.p-rich-clinic__phone a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  animation: shine 3s ease-in-out infinite;
}
.p-rich-clinic__web {
  all: unset;
  cursor: pointer;
}
@media (max-width: 600px) {
  .p-rich-clinic__web {
    flex: 1 1 0;
  }
}
.p-rich-clinic__web a {
  width: 180px;
  display: block;
  border-radius: 4px;
  border: 1px solid #B4C706;
  background: linear-gradient(0deg, #C7BA06 37.5%, #F4ED5A 100%);
  box-shadow: 0px 2px 0px 0px #BBB;
  color: var(--Primary-Primary_primary-text, #FFF);
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-rich-clinic__web a {
    font-size: 16px;
    width: 100%;
  }
}
.p-rich-clinic__web a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  animation: shine 3s ease-in-out infinite;
}
.p-rich-clinic__line {
  all: unset;
  cursor: pointer;
}
@media (max-width: 600px) {
  .p-rich-clinic__line {
    flex: 1 1 0;
  }
}
.p-rich-clinic__line a {
  width: 180px;
  display: block;
  border-radius: 4px;
  border: 1px solid #06C755;
  background: linear-gradient(0deg, #06C755 37.5%, #5AF499 100%);
  box-shadow: 0px 2px 0px 0px #BBB;
  color: var(--Primary-Primary_primary-text, #FFF);
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  overflow: hidden;
}
.p-rich-clinic__line a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  animation: shine 3s ease-in-out infinite;
}
@media (max-width: 600px) {
  .p-rich-clinic__line a {
    font-size: 16px;
    width: 100%;
  }
}
.p-rich-clinic__images {
  margin-top: 16px;
}
.p-rich-clinic__image {
  margin: 0 17px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__image {
    margin: 0 5px;
  }
}
.p-rich-clinic__image img {
  height: 191px;
  width: auto;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__image img {
    height: 150px;
  }
}
.p-rich-clinic__tabs {
  margin: 30px auto 0;
  width: 100%;
}
.p-rich-clinic__tab-item {
  width: 50%;
  color: #585858;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 46px;
  display: block;
  float: left;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 1px 0px 25px 0px rgba(0, 0, 0, 0.25) inset;
  border-bottom: 3px solid #E68647;
}
.p-rich-clinic__tab-item:hover {
  opacity: 0.75;
}
.p-rich-clinic input[name=tab_item] {
  display: none;
}
.p-rich-clinic__tab-content {
  display: none;
  padding: 16px 0 0;
  clear: both;
  overflow: hidden;
}
.p-rich-clinic #feature:checked ~ #feature_content,
.p-rich-clinic #voice:checked ~ #voice_content {
  display: block;
}
.p-rich-clinic__tabs input:checked + .p-rich-clinic__tab-item {
  background: linear-gradient(185deg, #FF944F 7.47%, #FF9623 65.28%, #FFCFB0 95.89%);
  color: #fff;
}
.p-rich-clinic__h2 {
  border: 1px solid #FAA268;
  color: #FAA268;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 0 15px 74px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__h2 {
    font-size: 18px;
    padding: 13px 0 13px 70px;
  }
}
.p-rich-clinic__h2::before {
  position: absolute;
  content: "";
  background-image: url(../../snow-monkey/img/rich-clinic/h2-before.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__h2::before {
    width: 45px;
    height: 36px;
    left: 14px;
  }
}
.p-rich-clinic__feature-lists {
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__feature-lists {
    font-size: 10px;
  }
}
.p-rich-clinic__feature-column {
  padding: 8px 0;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__feature-column {
    gap: 20px;
  }
}
.p-rich-clinic__feature-column:nth-child(2) {
  border-top: 1px dotted #585858;
}
.p-rich-clinic__feature-item {
  flex-shrink: 0;
  color: #FF7A00;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__feature-item {
    font-size: 14px;
  }
}
.p-rich-clinic__feature-value {
  color: #FF7A00;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__feature-value {
    font-size: 14px;
  }
}
.p-rich-clinic__texts {
  margin: 16px auto 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 600px) {
  .p-rich-clinic__texts {
    gap: 16px;
  }
}
.p-rich-clinic__texts-column {
  display: flex;
  align-items: center;
  gap: 2.3%;
}
@media (max-width: 600px) {
  .p-rich-clinic__texts-column {
    flex-direction: column-reverse;
    gap: 8px;
  }
}
.p-rich-clinic__texts-column:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .p-rich-clinic__texts-column:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.p-rich-clinic__feature-text {
  color: var(--Surface1-Surface1_regular-text, #585858);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__feature-text {
    font-size: 16px;
  }
}
.p-rich-clinic__feature-img {
  width: 41.8%;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .p-rich-clinic__feature-img {
    width: 100%;
  }
}
.p-rich-clinic__feature-img img {
  width: 100%;
  height: auto;
}
.p-rich-clinic__director {
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__director {
    margin: 20px auto 0;
    gap: 12px;
  }
}
.p-rich-clinic__director-left {
  width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__director-left {
    width: 80px;
  }
}
.p-rich-clinic__director-img {
  margin: 0 auto;
  width: 76px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__director-img {
    width: 56px;
  }
}
.p-rich-clinic__director-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.p-rich-clinic__director-title {
  margin: 8px auto 0;
  color: var(--Surface1-Surface1_regular-text, #585858);
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__director-title {
    font-size: 6px;
    margin: 2px auto 0;
  }
}
.p-rich-clinic__director-text {
  border-radius: 5px;
  background: #F5F5F5;
  color: var(--Surface1-Surface1_regular-text, #585858);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 15px 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__director-text {
    font-size: 13px;
    padding: 8px 10px;
  }
}
.p-rich-clinic__director-text::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0px 9px 14px;
  border-color: transparent transparent transparent #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__director-text::after {
    border-width: 5px 0px 5px 9px;
  }
}
.p-rich-clinic__achievement {
  width: 98%;
  margin: 25px auto 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 30px 30px;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__achievement {
    padding: 10px 10px;
  }
}
.p-rich-clinic__achievement-img {
  width: 130px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__achievement-img {
    width: 80px;
  }
}
.p-rich-clinic__achievement-text {
  color: var(--Surface1-Surface1_regular-text, #585858);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__achievement-text {
    font-size: 12px;
  }
}
.p-rich-clinic__staff {
  margin: 15px auto 0;
}
.p-rich-clinic__staff-title {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.p-rich-clinic__staff-lists {
  margin: 3px auto 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__staff-lists {
    justify-content: start;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.p-rich-clinic__staff-list {
  width: 220px;
  padding: 10px 0;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #FAA268;
}
.p-rich-clinic__staff-img {
  width: 56.7%;
  margin: 0 auto;
}
.p-rich-clinic__staff-name {
  margin: 8px auto 0;
  padding-bottom: 8px;
  width: 163px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #FAA268;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__staff-name {
    font-size: 14px;
  }
}
.p-rich-clinic__staff-license-lists {
  margin: 8px auto 0;
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.p-rich-clinic__staff-license-list {
  display: inline-block;
  background: #FAA268;
  padding: 0 10px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.p-rich-clinic__staff-intro {
  margin: 8px auto 0;
  width: 91%;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__staff-intro {
    font-size: 12px;
  }
}
.p-rich-clinic__clinic-btn {
  all: unset;
  text-align: center;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 40px;
  min-width: 300px;
}
.p-rich-clinic__clinic-btn a {
  margin: 20px auto 0;
  display: inline-block;
  box-shadow: 0px 2px 0px 0px #BBB;
  background: #FAA268;
  border-radius: 30px;
  padding: 16px 95px 16px 57px;
  color: var(--Primary-Primary_primary-text, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 132.152%; /* 26.43px */
  position: relative;
  transition: all 0.1s ease;
  text-decoration: none;
}
.p-rich-clinic__clinic-btn a:hover {
  opacity: 0.8;
  box-shadow: none;
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__clinic-btn a {
    padding: 10px 50px 10px 30px;
    font-size: 18px;
    text-align: left;
  }
}
.p-rich-clinic__clinic-btn a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  background-image: url(../../snow-monkey/img/rich-clinic/orange-btn-arrow.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__clinic-btn a::after {
    right: 25px;
  }
}
.p-rich-clinic__clinic-btn a br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__clinic-btn a br {
    display: block;
  }
}
.p-rich-clinic__voice-list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__voice-list {
    gap: 20px;
  }
}
.p-rich-clinic__voice-text {
  padding: 15px 26px;
  border-radius: 5px;
  background: #F5F5F5;
  color: var(--Surface1-Surface1_regular-text, #585858);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__voice-text {
    font-size: 12px;
    padding: 10px 12px;
  }
}
.p-rich-clinic__voice-text::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0px 7px 17px;
  border-color: transparent transparent transparent #F5F5F5;
}
.p-rich-clinic__voice-right {
  flex-shrink: 0;
}
.p-rich-clinic__voice-img {
  width: 75px;
  aspect-ratio: 1/1;
}
.p-rich-clinic__voice-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__voice-img {
    width: 50px;
  }
}
.p-rich-clinic__voice-profile {
  color: var(--Surface1-Surface1_regular-text, #585858);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__voice-profile {
    font-size: 10px;
  }
}
.p-rich-clinic__map {
  position: relative;
  width: 100%;
  aspect-ratio: 690/470;
  margin-top: 16px;
}
.p-rich-clinic__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-rich-clinic__access-wrapper {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__access-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.p-rich-clinic__access-left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__access-left {
    width: 100%;
  }
}
.p-rich-clinic__access-column {
  display: flex;
  gap: 8px;
  padding: 14px 0;
}
.p-rich-clinic__access-column:nth-child(n+2) {
  border-top: 1px dotted #7E7E7E;
}
.p-rich-clinic__access-item {
  flex-shrink: 0;
  width: 80px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #FF8601;
}
.p-rich-clinic__access-item-img {
  width: 16px;
  display: flex;
  align-items: center;
}
.p-rich-clinic__access-item-img img {
  width: 100%;
  height: auto;
}
.p-rich-clinic__access-item-text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  white-space: nowrap;
}
.p-rich-clinic__access-value {
  color: var(--Surface1-Surface1_regular-text, #585858);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__access-value {
    font-size: 14px;
  }
}
.p-rich-clinic__access-img {
  flex-shrink: 0;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-rich-clinic__access-img {
    width: 100%;
  }
}
.p-rich-clinic__access-img img {
  width: 100%;
  height: auto;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  25% {
    left: 125%;
  }
  26% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.p-recommend-clinic {
  margin: 45px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .p-recommend-clinic {
    margin: 15px auto 0;
  }
}
.p-recommend-clinic__head {
  color: #ff6600;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-recommend-clinic__head {
    font-size: 16px;
  }
}
.p-recommend-clinic__lists {
  margin-top: 14px;
  display: flex;
  gap: 10px;
}
@media (max-width: 500px) {
  .p-recommend-clinic__lists {
    flex-direction: column;
  }
}
.p-recommend-clinic__list {
  width: calc((100% - 20px) / 3);
  border-radius: 5px;
  border: 1px solid #faa268;
  padding: 10px 28px;
}
@media (max-width: 500px) {
  .p-recommend-clinic__list {
    width: 100%;
    padding: 10px 14px;
  }
}
@media (max-width: 500px) {
  .p-recommend-clinic__list-top {
    display: flex;
    gap: 18px;
  }
}
.p-recommend-clinic__list-top-img {
  aspect-ratio: 4/3;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .p-recommend-clinic__list-top-img {
    width: 32%;
    flex-shrink: 0;
    margin: 0;
  }
}
.p-recommend-clinic__list-top-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 500px) {
  .p-recommend-clinic__list-top-right {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: auto;
  }
}
.p-recommend-clinic__list-name {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 8px;
  padding-bottom: 8px;
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .p-recommend-clinic__list-name {
    min-height: initial;
    margin-top: 5px;
    border-bottom: 1px solid #faa268;
    padding-bottom: 5px;
    font-size: 14px;
  }
}
.p-recommend-clinic__list-name::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 83%;
  height: 1px;
  background: #faa268;
}
@media (max-width: 500px) {
  .p-recommend-clinic__list-name::after {
    content: none;
  }
}
.p-recommend-clinic__list-kind {
  display: table;
  padding: 0 10px;
  line-height: 17px;
  background: #faa268;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 8px auto 0;
}
@media (max-width: 500px) {
  .p-recommend-clinic__list-kind {
    font-size: 10px;
    line-height: 12px;
    margin: 0 auto 0 0;
  }
}
.p-recommend-clinic__list-bottom {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
@media (max-width: 500px) {
  .p-recommend-clinic__list-bottom {
    margin-top: 0;
    flex-direction: row;
    gap: 15px;
  }
}
.p-recommend-clinic__list-access {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 500px) {
  .p-recommend-clinic__list-access {
    margin-top: 0;
  }
}
.p-recommend-clinic__list-access-img {
  width: 13.3px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.p-recommend-clinic__list-access-img img {
  width: 100%;
  height: auto;
}
.p-recommend-clinic__list-access-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 500px) {
  .p-recommend-clinic__list-access-text {
    font-size: 12px;
  }
}
.p-recommend-clinic__list-time {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 500px) {
  .p-recommend-clinic__list-time {
    margin-top: 0;
  }
}
.p-recommend-clinic__list-time-img {
  width: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.p-recommend-clinic__list-time-img img {
  width: 100%;
  height: auto;
}
.p-recommend-clinic__list-time-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 500px) {
  .p-recommend-clinic__list-time-text {
    font-size: 12px;
  }
}
.p-recommend-clinic__btn {
  all: unset;
  display: block;
  margin: 9px auto 0;
  border-radius: 999px;
  background: #36c7af;
  box-shadow: 0px 2px 0px 0px #bbb;
  width: 148px;
  transition: all 0.1s ease;
  position: relative;
}
@media (max-width: 500px) {
  .p-recommend-clinic__btn {
    width: 126px;
  }
}
.p-recommend-clinic__btn:hover {
  box-shadow: none;
  transform: translateY(2px);
  opacity: 0.8;
}
.p-recommend-clinic__btn::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 14px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../snow-monkey/img/recommend-clinic/btn-clinic.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 500px) {
  .p-recommend-clinic__btn::before {
    width: 11px;
    height: 10px;
  }
}
.p-recommend-clinic__btn::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../snow-monkey/img/recommend-clinic/btn-arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 500px) {
  .p-recommend-clinic__btn::after {
    width: 11px;
    height: 11px;
  }
}
.p-recommend-clinic__btn a {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 500px) {
  .p-recommend-clinic__btn a {
    font-size: 11px;
    line-height: 17px;
  }
}

.p-detail-around-clinic {
  display: block;
  text-decoration: none;
  width: 578px;
  margin: 13px auto 30px;
  border-radius: 4px;
  border: 5px solid #36c7af;
  background: #fff;
  padding: 12px;
  box-shadow: 2px 2px 4px 0px #bbb;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-detail-around-clinic {
    width: 90%;
  }
}
.p-detail-around-clinic__img {
  width: 142px;
  flex-shrink: 0;
}
.p-detail-around-clinic__img img {
  border-radius: 10px;
}
.p-detail-around-clinic__text {
  padding-right: 36px;
  color: #585858 !important;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 132.152%; /* 19.823px */
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-detail-around-clinic__text {
    font-size: 15px;
  }
}
.p-detail-around-clinic__text span {
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-detail-around-clinic__text span {
    font-size: 15px;
  }
}
@media (min-width: 560px) {
  .p-detail-around-clinic__text br {
    display: none;
  }
}
.p-detail-around-clinic__text::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 26px;
  height: 26px;
  background-image: url(../../snow-monkey/images/detail-around-clinic-arrow.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.related-area-wrapper {
  width: 100%;
}

.related-are-wrapper {
  width: 100%;
}

.p-clinic-detail__container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__container {
    width: 100%;
  }
}
.p-clinic-detail__tags {
  margin-top: 16px;
  margin-bottom: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 17px;
       column-gap: 17px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__tags {
    margin-top: 8px;
    margin-bottom: 22px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.p-clinic-detail__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1px;
       column-gap: 1px;
}
.p-clinic-detail__tag--hov {
  transition: all 0.3s;
  text-decoration: none !important;
}
.p-clinic-detail__tag--hov:hover {
  text-decoration: underline !important;
  text-decoration-color: #000 !important;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__tag {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }
}
.p-clinic-detail__tag-img {
  width: 15px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__tag-img {
    width: 12px;
  }
}
.p-clinic-detail__tag-p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__tag-p {
    font-size: 12px;
  }
}
.p-clinic-detail__first {
  text-align: center;
}
.p-clinic-detail__h2 {
  font-size: 20px;
  color: #fd6122;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.p-clinic-detail__img-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__img-group {
    margin-bottom: 18px;
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-clinic-detail__img {
  width: calc((100% - 40px) / 2);
  border-radius: 10px;
  max-height: 245px;
  min-height: 245px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__img {
    width: 100%;
    max-height: 235px;
    min-height: 235px;
  }
}
.p-clinic-detail__description {
  font-size: 16px;
  text-align: left;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__description {
    margin-bottom: 28px;
  }
}
.p-clinic-detail__description--2 {
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__description--2 {
    margin-bottom: 20px;
  }
}
.p-clinic-detail__mouth {
  text-align: center;
}
.p-clinic-detail__title {
  font-weight: 700;
  color: #fd6122;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.p-clinic-detail__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
.p-clinic-detail__child {
  border-radius: 10px;
  background-color: #fff7f0;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__child {
    row-gap: 16px;
    flex-direction: column;
    justify-content: center;
  }
}
.p-clinic-detail__mouth {
  text-align: center;
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__mouth {
    padding-top: 18px;
  }
}
.p-clinic-detail__people-mouth {
  font-size: 16px;
  text-align: left;
}
.p-clinic-detail__people {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2px;
  min-width: 90px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__people {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.p-clinic-detail__people-who {
  font-size: 14px;
  line-height: 1;
}
.p-clinic-detail__people-name {
  font-size: 16px;
  line-height: 1;
}
.p-clinic-detail__people-name span {
  font-size: 12px;
}
.p-clinic-detail__people-photo {
  width: 50px;
  height: 50px;
}
.p-clinic-detail__details {
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  min-height: 770px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__details {
    padding: 10px;
  }
}
.p-clinic-detail__detail-h2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fd6122;
  font-weight: 700;
}
.p-clinic-detail__detail-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__detail-wrap {
    row-gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-clinic-detail__detail-child {
  width: calc((100% - 25px) / 2);
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__detail-child {
    width: 100%;
  }
}
.p-clinic-detail__exterir {
  width: 100%;
  border-radius: 10px;
  height: 217px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__exterir {
    height: 238px;
  }
}
.p-clinic-detail__li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #faa268;
}
.p-clinic-detail__li:not(:last-child) {
  margin-bottom: 10px;
}
.p-clinic-detail__detail-name {
  font-size: 16px;
  width: 28%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__detail-name {
    font-size: 14px;
    width: 22%;
  }
}
.p-clinic-detail__detail-content {
  font-size: 16px;
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__detail-content {
    font-size: 14px;
  }
}
.p-clinic-detail__ul {
  margin-bottom: 10px;
}
.p-clinic-detail__map {
  max-height: 199px;
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.p-clinic-detail__calendar {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background-color: #fff7f0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__calendar {
    font-size: 12px;
  }
}
.p-clinic-detail__calendar-header {
  background-color: #ffdfc4;
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #faa268;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__calendar-header {
    padding: 8px 4px;
    font-size: 11px;
  }
}
.p-clinic-detail__calendar-header:first-child {
  background-color: #ffdfc4;
}
.p-clinic-detail__calendar-cell {
  padding: 12px 8px;
  text-align: center;
  border: 1px solid #faa268;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__calendar-cell {
    padding: 8px 4px;
    font-size: 11px;
  }
}
.p-clinic-detail__calendar-time {
  font-weight: 500;
  background-color: #fff;
}
.p-clinic-detail__calendar-note {
  padding: 12px;
  text-align: left;
  font-size: 13px;
  background-color: #fff;
  border-top: 2px solid #faa268;
}
@media screen and (max-width: 767px) {
  .p-clinic-detail__calendar-note {
    padding: 10px;
    font-size: 11px;
  }
}

.sidebar-parent-article {
  box-shadow: 1px 3px 0px #23655a !important;
}

.p-global-nav {
  display: none;
}

.l-header {
  width: 100%;
}

.is-md-hide {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-md-hide {
    display: none;
  }
}

.is-md-show {
  display: hide;
}
@media screen and (max-width: 767px) {
  .is-md-show {
    display: block;
  }
}

.clinic-detail-btn-pc-wrapper {
  margin-bottom: 20px !important;
}

.clinic-detail-line-btn-sp {
  margin-bottom: 10px !important;
}

.contents3-pre h1 {
  color: #333 !important;
  top: 0 !important;
}

.contents3-pre {
  overflow-x: initial;
  margin-bottom: 0px;
  width: 100% !important;
  margin: 0 auto 15px;
  padding-bottom: 0 !important;
  border-bottom: none;
  padding-left: 16px;
  border-left: 5px solid #faa268;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .contents3-pre {
    margin: 0 auto 8px;
    padding-bottom: 0 !important;
  }
}
.pc-post-thumbnail {
  width: 80% !important;
}

.area-clinic-page-intro p {
  width: 100% !important;
}

.hospital-category {
  background-color: #fff9f3 !important;
  padding: 12px 70px !important;
  display: flex;
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
  text-align: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hospital-category {
    padding: 12px 16px !important;
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }
}

.hospital-category .tags-btn {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: center;
  width: 166px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  height: 35px !important;
  color: #333 !important;
  padding: 0 !important;
  background: #ffffff;
  box-shadow: 0px 2px 0px #e5e5e5 !important;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .hospital-category .tags-btn {
    width: calc((100% - 10px) / 3) !important;
    height: 36px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 450px) {
  .hospital-category .tags-btn {
    font-size: 13px !important;
    white-space: nowrap;
  }
}
#all-clinic-radio:checked ~ .all-clinic-label,
#orthopedic-radio:checked ~ .orthopedic-label,
#osteopathic-clinic-radio:checked ~ .osteopathic-clinic-label {
  background: #faa268;
  color: #fff !important;
}

.tabs-btn {
  text-align: center;
  box-sizing: border-box;
  padding: 0 !important;
  height: 53px !important;
  background: #fff1e2 !important;
  width: 25%;
  float: none !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.hospital-upper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#all-symptoms-radio:checked ~ .all-symptoms-label,
#bruise-radio:checked ~ .bruise-label,
#trauma-radio:checked ~ .trauma-label,
#flogging-radio:checked ~ .flogging-label {
  border-bottom: 2px solid #ff7a00;
  color: #ff7a00;
  font-size: 18px;
  font-weight: 700;
  background-color: #ffead4 !important;
}

.p-start {
  padding-top: 16px;
  padding-bottom: 40px;
  padding-left: 125px;
  padding-right: 125px;
}
@media screen and (max-width: 767px) {
  .p-start {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 24px;
  }
}
.p-start__start {
  width: 100%;
}
.p-start__box {
  width: 100%;
  border: 2px solid #08bc9b;
  border-radius: 8px;
}
.p-start__box-up {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #36c7af;
  color: #fff;
  height: 43px;
  font-size: 19px;
  font-weight: 700;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-start__box-up {
    height: 52px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
  }
}
.p-start__box-up span {
  font-size: 25px;
}
.p-start__girls {
  margin-right: 6px;
  width: 105px;
}
@media screen and (max-width: 767px) {
  .p-start__girls {
    width: 75px;
  }
}
.p-start__content {
  background-color: #ebfdfa;
  padding: 8px 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-start__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
    padding: 5px 6px;
  }
}
.p-start__parents-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-start__parents-sp {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }
}
.p-start__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
  width: 278px;
}
.p-start__left--sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .p-start__left--sp {
    display: flex !important;
  }
}
.p-start__left--pc {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .p-start__left--pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-start__left {
    width: 262px;
  }
}
.p-start__orange {
  height: 42px;
  background-color: #fff;
  color: #ff7a00;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #ff7a00;
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-start__orange {
    height: 36px;
    font-size: 14px;
  }
}
.p-start__right {
  width: 309px;
  text-align: center;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-start__right {
    width: 100%;
    margin-right: 0;
  }
}
.p-start__icon {
  width: 175px;
  margin: 0 auto;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-start__icon {
    display: none;
  }
}
.p-start__btn-group {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.p-start__anker {
  width: 100%;
  transition: all 0.3s;
}
.p-start__anker:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-start__btn {
  width: 100%;
}

.p-count {
  padding: 8px 24px;
  background: #fbf9f7;
  margin-bottom: 20px;
  border-left: 4px solid #ff8601;
}
@media screen and (max-width: 767px) {
  .p-count {
    margin-bottom: 8px;
    padding: 8px 25px 8px 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-count__h2 {
  font-size: 20px;
  font-weight: 700;
  color: #ff8601;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-count__h2 {
    font-size: 18px;
  }
}
.p-count__flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.p-count__total-hospital {
  display: flex;
  flex-direction: row;
  line-height: 1;
  align-items: flex-end;
}
.p-count__total-hospital-data {
  font-size: 24px;
  font-weight: 700;
  color: #faa268;
}
.p-count__total-hospital-count {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.p-count__date-detail {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

.p-service button {
  all: unset;
}
.p-service__h2-container {
  background: #FCE1C6;
  padding: 20px;
}
.p-service__h2 {
  display: table;
  color: #FF763B;
  margin: 0 auto;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-service__h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__h2 span.fz-18 {
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-service__h2 span.fz-20 {
    font-size: 20px;
    font-weight: 700;
  }
}
.p-service__h2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service__h2 br {
    display: block;
  }
}
.p-service__h2::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: -44px;
  background-image: url(../../snow-monkey/img/service/title-arrow-prev.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-service__h2::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  right: -44px;
  background-image: url(../../snow-monkey/img/service/title-arrow-next.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-service .p-service-message {
  padding: 14px 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-message {
    display: none;
  }
}
.p-service .p-service-message__text {
  color: #FF763B;
  text-align: center;
  text-shadow: 2px 2px 0px #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
}
.p-service .p-service-message__text span {
  color: #FAA268;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 9px;
  border-radius: 30px;
  border: 2px solid #FAA268;
  margin: 0 2px;
}

.p-service .p-service-hero {
  background: #FCE1C6;
}
.p-service .p-service-hero__container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 25px;
  background-image: url("../../snow-monkey/img/service/hero-bg-pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__container {
    padding-top: 56px;
    background-image: url("../../snow-monkey/img/service/hero-bg-sp.webp");
    aspect-ratio: auto;
  }
}
.p-service .p-service-hero__bubble {
  position: absolute;
  width: 80px;
  left: 5%;
  top: -17px;
}
@media (max-width: 1260px) {
  .p-service .p-service-hero__bubble {
    left: 3%;
  }
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__bubble {
    width: 96px;
    left: 12px;
    top: 20px;
  }
}
.p-service .p-service-hero__h1 {
  color: var(--TextBlack, #333);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 11%;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__h1 {
    font-size: 20px;
    margin-left: 12px;
  }
}
.p-service .p-service-hero__h1 span.orange {
  display: inline-block;
  background: #FAA268;
  border-radius: 4px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  padding: 0 8px;
  margin: 0 2px;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__h1 span.orange {
    font-size: 24px;
    line-height: 32px;
  }
}
.p-service .p-service-hero__h1 span.green {
  display: inline-block;
  padding: 0 4px;
  border-radius: 4px;
  background: #36C7AF;
  line-height: 64px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  margin: 8px 2px 0;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__h1 span.green {
    padding: 0 2px;
    line-height: 48px;
    font-size: 44px;
  }
}
.p-service .p-service-hero__h1 span.small {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__h1 span.small {
    font-size: 20px;
  }
}
.p-service .p-service-hero__sp-feature-lists {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service .p-service-hero__sp-feature-lists {
    display: block;
    width: 53%;
  }
}
.p-service .p-service-hero__sp-feature-lists img {
  width: 100%;
  height: auto;
}
.p-service .p-service-hero__arrow {
  margin-top: -20px;
  width: 63%;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__arrow {
    margin-top: -31px;
    width: 94%;
  }
}
.p-service .p-service-hero__pc-text {
  width: 94%;
  margin: 20px auto 0;
  color: #333;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.49px;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__pc-text {
    display: none;
  }
}
.p-service .p-service-hero__bottom-container {
  width: 94%;
  margin: 0 auto;
  display: flex;
  gap: 3%;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__bottom-container {
    margin-top: 12px;
  }
}
.p-service .p-service-hero__button-container {
  width: 57%;
  flex-shrink: 0;
  display: flex;
  gap: 7.5px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__button-container {
    flex-shrink: 0;
    flex-direction: column;
    gap: 9px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-service .p-service-hero__tel-btn {
  width: calc((100% - 7.5px) / 2);
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__tel-btn {
    width: 100%;
  }
}
.p-service .p-service-hero__line-btn {
  width: calc((100% - 7.5px) / 2);
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__line-btn {
    width: 100%;
  }
}
.p-service .p-service-hero__pc-feature-lists {
  display: flex;
  align-items: center;
  width: 40%;
  gap: 4px;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-hero__pc-feature-lists {
    display: none;
  }
}
.p-service .p-service-hero__pc-feature-list {
  width: calc((100% - 8px) / 3);
  aspect-ratio: 1/1;
  background: #fff;
  border: 3px solid #36C7AF;
  padding: 8px;
  border-radius: 50%;
}
.p-service .p-service-hero__pc-feature-list-container {
  aspect-ratio: 1/1;
  border: 1px solid #36C7AF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-service .p-service-hero__pc-feature-img {
  width: 30%;
}
.p-service .p-service-hero__pc-feature-list-text {
  margin-top: -3px;
  color: var(--Accent, #36C7AF);
  text-align: center;
  font-family: "Roboto";
  white-space: nowrap;
  font-style: normal;
  line-height: 1.1;
}
.p-service .p-service-hero__pc-feature-list-text span {
  font-weight: 700;
}
.p-service .p-service-hero__pc-feature-list-text span.fz-38 {
  font-size: 38px;
}
.p-service .p-service-hero__pc-feature-list-text span.fz-20 {
  font-size: 20px;
}
.p-service .p-service-hero__pc-feature-list-text span.fz-22 {
  font-size: 22px;
}
.p-service .p-service-hero__pc-feature-list-text span.fz-32 {
  font-size: 32px;
}
.p-service .p-service-hero__pc-feature-list-text span.fz-24 {
  font-size: 24px;
}
.p-service .p-service-hero__pc-feature-list-text span.fz-16 {
  font-size: 16px;
}
.p-service .p-service-hero__pc-feature-list-text span.fz-26 {
  font-size: 26px;
}
.p-service .p-service-hero__pc-feature-list-text span.fz-14 {
  font-size: 14px;
}

.p-service .p-service-search {
  max-width: 1500px;
  margin: 0 auto;
  background: #fff;
}
.p-service .p-service-search__container {
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  width: 94%;
  margin: 0 auto 0;
  transform: translateY(-12px);
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-search__container {
    width: 95%;
  }
}
.p-service .p-service-search__selection {
  display: block;
  width: 670px;
  margin: 24px auto 0;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-search__selection {
    width: 90%;
    margin: 32px auto 0;
  }
}

.p-service .p-service-about {
  max-width: 1500px;
  margin: 32px auto 0;
  background: #FFF6F2;
}
.p-service .p-service-about__container {
  padding: 32px 32px;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-about__container {
    padding: 32px 8px;
  }
}
.p-service .p-service-about__wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 40px 4%;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service-about__wrapper {
    padding: 32px 32px;
    flex-direction: column;
    align-items: center;
  }
}
.p-service .p-service-about__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
.p-service .p-service-about__text span {
  color: #FAA268;
  font-weight: 700;
}
.p-service .p-service-about__img {
  width: 245px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service .p-service-about__img {
    width: 75%;
  }
}

.p-service .p-service-support {
  max-width: 1500px;
  margin: 0 auto;
}
.p-service .p-service-support__container {
  padding: 32px 32px;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-support__container {
    padding: 32px 8px;
  }
}
.p-service .p-service-support__wrapper1 {
  border-radius: 20px;
  padding: 40px 4%;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service .p-service-support__wrapper1 {
    padding: 32px 32px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}
.p-service .p-service-support__worry-lists {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-service .p-service-support__worry-list {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  padding-left: 28px;
}
.p-service .p-service-support__worry-list::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("../../snow-monkey/img/service/support-check.webp");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .p-service .p-service-support__worry-list::before {
    top: 12px;
  }
}
.p-service .p-service-support__worry-list span {
  font-size: 20px;
  line-height: 140%;
  color: #FAA268;
}
.p-service .p-service-support__worry-list br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service .p-service-support__worry-list br {
    display: block;
  }
}
.p-service .p-service-support__img1 {
  position: absolute;
  width: 42%;
  max-width: 430px;
  right: 5%;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service-support__img1 {
    position: static;
    width: 280px;
  }
}
.p-service .p-service-support__img1 img {
  width: 100%;
  height: auto;
}
.p-service .p-service-support__wrapper2 {
  margin-top: 30px;
  border-radius: 20px;
  border: 5px solid #FAA268;
  padding: 40px 4%;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 47px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service-support__wrapper2 {
    margin-top: 20px;
    gap: 20px;
    padding: 32px 32px;
    flex-direction: column;
    align-items: center;
  }
}
.p-service .p-service-support__img2 {
  width: 25%;
  max-width: 250px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service .p-service-support__img2 {
    width: 56%;
    max-width: 240px;
    margin: 0 auto;
  }
}
.p-service .p-service-support__wrapper2-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-service .p-service-support__wrapper2-text {
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
.p-service .p-service-support__wrapper2-text span {
  font-weight: 700;
  color: #FF763B;
}
.p-service .p-service-support__wrapper2-btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-service .p-service-support__btn {
  display: block;
  margin: 32px auto 0;
  width: 95%;
  max-width: 670px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  border-radius: 4px;
  background: #36C7AF;
  box-shadow: 0px 2px 0px 0px #BBB;
}
.p-service .p-service-support__btn a {
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  color: #FFF;
  font-family: "Noto Sans JP";
}

.p-service .p-service-merit {
  max-width: 1500px;
  margin: 0 auto;
}
.p-service .p-service-merit__lists {
  padding-top: 48px;
  padding-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 56px 20px;
  justify-content: center;
  background: #FFF6F2;
}
.p-service .p-service-merit__list {
  width: 340px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-service .p-service-merit__list {
    width: 93%;
  }
}
.p-service .p-service-merit__number {
  width: 56px;
  height: 56px;
  padding-top: 2px;
  border: 3px solid #FAA268;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #FAA268;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.p-service .p-service-merit__number span {
  color: #FAA268;
  font-family: "Roboto";
  font-size: 10px;
  line-height: 6px;
  font-style: normal;
  font-weight: 700;
}
.p-service .p-service-merit__list-head {
  border-radius: 12px 12px 0 0;
  background: #FAA268;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-service .p-service-merit__list-head span.big {
  font-size: 24px;
  font-weight: 700;
}
.p-service .p-service-merit__list-head span.small {
  font-size: 18px;
  font-weight: 700;
}
.p-service .p-service-merit__list-head span.fz-20 {
  font-size: 20px;
  font-weight: 700;
}
.p-service .p-service-merit__list-container {
  padding: 16px 25px 40px;
}
.p-service .p-service-merit__list-container.merit3 {
  padding: 16px 25px 15px;
}
.p-service .p-service-merit__list-text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #222;
  font-weight: 700;
}
.p-service .p-service-merit__list-img {
  width: 170px;
  margin: 24px auto 0;
}
.p-service .p-service-merit__list-img.merit3 {
  margin: 0 auto;
}

.p-service-area {
  padding-bottom: 32px;
}
.p-service-area__wrapper {
  margin: 32px auto 0;
  width: 95%;
  max-width: 670px;
  padding: 32px 32px;
  border-radius: 24px;
  background: #FCE1C6;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
.p-service-area .search-hospital-content {
  cursor: pointer;
}

.p-service .p-service-review__lists {
  padding: 32px 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.p-service .p-service-review__list {
  width: 325px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 500px) {
  .p-service .p-service-review__list {
    width: 95%;
  }
}
.p-service .p-service-review__list-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-service .p-service-review__list-img {
  width: 80px;
  flex-shrink: 0;
}
.p-service .p-service-review__list-orange {
  color: #FAA268;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.p-service .p-service-review__list-text {
  margin-top: 12px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.p-service .p-service-review__list-profile {
  margin-top: 4px;
  text-align: right;
  color: #BBB;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-service .p-service-qa__container {
  padding: 32px 12px;
  margin: 0 auto;
  max-width: 690px;
}
.p-service .p-service-qa__wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service-qa__wrapper {
    gap: 10px;
  }
}
.p-service .p-service-qa__wrapper + .p-service-qa__wrapper {
  margin-top: 16px;
}
.p-service .p-service-qa__wrapper + .p-service-qa__wrapper .customer {
  margin-top: 12px;
}
.p-service .p-service-qa__img-wrapper {
  position: relative;
  width: 64px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service .p-service-qa__img-wrapper {
    width: 48px;
  }
}
.p-service .p-service-qa_img {
  width: 100%;
}
.p-service .p-service-qa__img-text {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 4px;
  background: #FAA268;
  border-radius: 2px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.p-service .p-service-qa__text {
  width: calc(100% - 79px);
  padding: 16px 39px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service .p-service-qa__text {
    width: calc(100% - 58px);
    padding: 16px 12px;
  }
}
.p-service .p-service-qa__text span {
  font-size: 16px;
  color: #FAA268;
  font-weight: 700;
}
.p-service .p-service-qa__text.operator::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 7px;
  height: 8px;
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.08));
  background-image: url("../../snow-monkey/img/service/qa-operator.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-service .p-service-qa__text.customer::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 7px 4px 0px;
  border-color: transparent #fff transparent transparent;
}
.p-service .p-service-qa__text.operator::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0px 4px 7px;
  border-color: transparent transparent transparent #fff;
}
.p-service .p-service-qa__tel-btn {
  width: 100%;
  margin-top: 32px;
}
.p-service .p-service-qa__line-btn {
  width: 100%;
}

.p-support__h2-container {
  background: #FAA268;
  padding: 20px;
}
.p-support__h2 {
  display: table;
  color: #fff;
  margin: 0 auto;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-support__h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__h2.fz-18 {
    font-size: 18px;
    line-height: 24px;
  }
}
.p-support__h2::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: -44px;
  background-image: url(../../snow-monkey/img/support/title-arrow-prev.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-support__h2::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  right: -44px;
  background-image: url(../../snow-monkey/img/support/title-arrow-next.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-support-top-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-support-top-sp {
    display: block;
  }
}
.p-support-top-sp__h1 {
  color: #FAA268;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 12px 0;
  text-align: center;
  background: #FFF6F2;
}
.p-support-top-sp__text-wrapper {
  position: relative;
  background: #FF763B;
  padding: 8px 0;
}
.p-support-top-sp__text-wrapper::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5.5px 0px 5.5px;
  border-color: #FF763B transparent transparent transparent;
}
.p-support-top-sp__text {
  color: var(--Surface1-Surface1, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.p-support-hero {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.p-support-hero__tel, .p-support-hero__line {
  all: unset;
  display: none;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-support-hero__tel, .p-support-hero__line {
    display: block;
    margin: 8px auto 0;
    width: 93%;
    max-width: 550px;
  }
}
.p-support-hero__tel:hover, .p-support-hero__line:hover {
  opacity: 0.7;
}
.p-support-hero__text-pc-wrapper {
  background: #FF763B;
  padding: 16px 0;
  position: relative;
}
.p-support-hero__text-pc-wrapper::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11.5px 0px 11.5px;
  border-color: #FF763B transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-support-hero__text-pc-wrapper {
    display: none;
  }
}
.p-support-hero__text {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.p-support-gift {
  padding: 20px 0;
  background: #FFF6D1;
}
@media screen and (max-width: 767px) {
  .p-support-gift {
    margin-top: 34px;
  }
}
.p-support-gift__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-support-gift__container {
    flex-direction: column;
  }
}
.p-support-gift__img {
  width: 175px;
}
@media screen and (max-width: 767px) {
  .p-support-gift__img {
    width: 33%;
  }
}
.p-support-gift__text-top {
  color: var(--TextBlack, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 132.152%;
}
@media screen and (max-width: 767px) {
  .p-support-gift__text-top {
    font-size: 14px;
  }
}
.p-support-gift__text-top br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-support-gift__text-top br {
    display: block;
  }
}
.p-support-gift__text-main {
  margin-top: 4px;
  color: var(--TextBlack, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-support-gift__text-main {
    font-size: 20px;
  }
}
.p-support-gift__text-main span.big {
  color: #36C7AF;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Roboto";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-support-gift__text-main span.big {
    -webkit-text-stroke-width: 1px;
    font-size: 32px;
  }
}
.p-support-gift__text-main span.yen {
  color: var(--Accent, #36C7AF);
  text-align: center;
  -webkit-text-stroke-color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-support-gift__text-main span.yen {
    font-size: 16px;
  }
}
.p-support-gift__text-main::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 8px;
  background-image: url(../../snow-monkey/img/support/gift-underbar.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-support-gift__text-main::after {
    bottom: 1px;
  }
}
.p-support-gift__note {
  margin-top: 4px;
  color: var(--TextBlack, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-support-gift__note {
    font-size: 10px;
  }
}

.p-support-worry {
  background: #EFEFEF;
}
.p-support-worry__img {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.p-support-worry__text-wrapper {
  position: relative;
  background: #FAA268;
  padding: 19px 0;
}
.p-support-worry__text-wrapper::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11.5px 0px 11.5px;
  border-color: #FAA268 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-support-worry__text-wrapper::after {
    border-width: 5px 5.5px 0px 5.5px;
  }
}
.p-support-worry__text {
  color: var(--Surface1-Surface1, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-support-worry__text {
    font-size: 24px;
  }
}

.p-support-feature {
  padding: 45px 0 32px;
}
.p-support-feature__lists {
  display: flex;
  gap: 16px;
  flex-direction: column;
  max-width: 1100px;
  width: 93%;
  margin: 0 auto;
}
.p-support-feature__list {
  padding: 40px 6%;
  display: flex;
  gap: 16px;
  align-items: center;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-support-feature__list {
    padding: 20px 20px;
    flex-direction: column;
  }
}
.p-support-feature__img {
  width: 88px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-support-feature__img {
    width: 23%;
    max-width: 130px;
  }
}
.p-support-feature__text-main {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-support-feature__text-main {
    font-size: 20px;
    text-align: center;
  }
}
.p-support-feature__text-main span {
  color: #FF763B;
  font-weight: 700;
}
.p-support-feature__text-main br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-support-feature__text-main br {
    display: block;
  }
}
.p-support-feature__text {
  margin-top: 16px;
  color: var(--TextBlack, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-support-feature__text {
    font-size: 14px;
  }
}

.p-support-introduction {
  width: 93%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 32px 48px;
  border-radius: 20px;
  background: var(--Secondary, #FFF6D1);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
@media (max-width: 1050px) {
  .p-support-introduction {
    padding: 23px 12px;
  }
}
.p-support-introduction__main-text {
  color: #FF7A00;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1050px) {
  .p-support-introduction__main-text {
    text-align: center;
    font-size: 32px;
  }
}
.p-support-introduction__main-text span {
  font-family: "Roboto";
  font-size: 80px;
}
@media (max-width: 1050px) {
  .p-support-introduction__main-text span {
    font-size: 48px;
  }
}
.p-support-introduction__sub-text {
  margin-top: 17px;
  color: var(--TextBlack, #333);
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1050px) {
  .p-support-introduction__sub-text {
    text-align: center;
    margin-top: 11px;
    font-size: 16px;
  }
}
.p-support-introduction__img {
  position: absolute;
  width: 320px;
  max-width: 400px;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1050px) {
  .p-support-introduction__img {
    position: static;
    width: 65%;
    margin: 10px auto 0;
    transform: translateY(0);
  }
}

.p-support-search {
  position: relative;
  padding-top: 32px;
  background: #fff;
  z-index: 1;
  width: 93%;
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .p-support-search {
    padding-top: 0;
    margin: 32px auto 0;
    z-index: 0;
  }
}
.p-support-search__container {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
.p-support-search .pc-top-area-submit-button {
  border-radius: 5px;
  background: #FAA268;
  box-shadow: 0px 4px 0px 0px #EC7E35;
  width: 320px;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 20px;
}
@media screen and (max-width: 767px) {
  .p-support-search .pc-top-area-submit-button {
    width: 90%;
  }
}
.p-support-search__tel-btn {
  all: unset;
  display: block;
  margin: 32px auto 0;
  width: 93%;
  max-width: 767px;
  transition: all 0.3s;
}
.p-support-search__tel-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-support-search__tel-btn {
    width: 10px auto 0;
    width: 100%;
    margin: 8px auto 0;
  }
}
.p-support-search__line-btn {
  all: unset;
  display: block;
  margin: 12px auto 0;
  width: 93%;
  max-width: 767px;
  transition: all 0.3s;
}
.p-support-search__line-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-support-search__line-btn {
    margin: 8px auto 0;
    width: 100%;
  }
}

.p-support-gift2 {
  margin: 32px auto 0;
}
.p-support-gift2__container {
  padding: 40px 0 25px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  background-image: url(../../snow-monkey/img/support/gift-pc-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1050px) {
  .p-support-gift2__container {
    padding: 25px 0 20px;
    background: #FFF6D1;
  }
}
.p-support-gift2__top {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1050px) {
  .p-support-gift2__top {
    display: block;
  }
}
.p-support-gift2__woman {
  width: 175px;
}
@media (max-width: 1050px) {
  .p-support-gift2__woman {
    width: 33%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-support-gift2__target {
  padding: 0 20px;
  color: var(--PrimaryDark, #FF763B);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  background: #FFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 17px;
}
@media (max-width: 1050px) {
  .p-support-gift2__target {
    color: var(--TextBlack, #333);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 132.152%;
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
}
@media (min-width: 1051px) {
  .p-support-gift2__target br {
    display: none;
  }
}
.p-support-gift2__main-message-pc {
  width: 620px;
}
@media (max-width: 1050px) {
  .p-support-gift2__main-message-pc {
    display: none;
  }
}
.p-support-gift2__main-message-pc-text {
  color: var(--TextBlack, #333);
  /* ShadowContent */
  text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  -webkit-text-stroke-color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.p-support-gift2__main-message-sp {
  display: table;
  margin: 4px auto 0;
  color: var(--TextBlack, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.p-support-gift2__main-message-sp::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-image: url(../../snow-monkey/img/support/gift-underbar.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-support-gift2__main-message-sp span.big {
  color: #36C7AF;
  text-align: center;
  -webkit-text-stroke-color: #FFF;
  -webkit-text-stroke-width: 1px;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.p-support-gift2__main-message-sp span.yen {
  color: var(--Accent, #36C7AF);
  text-align: center;
  -webkit-text-stroke-color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (min-width: 1051px) {
  .p-support-gift2__main-message-sp {
    display: none;
  }
}
.p-support-gift2__btn {
  all: unset;
  display: block;
  width: 820px;
  max-width: 93%;
  margin: 10px auto 0;
  border-radius: 4px;
  border: 1px solid #FF7A00;
  background: linear-gradient(0deg, #F00 37.5%, #FFB800 100%);
  box-shadow: 0px 2px 0px 0px #BBB;
  transition: all 0.3s;
}
.p-support-gift2__btn:hover {
  opacity: 0.7;
}
@media (max-width: 1050px) {
  .p-support-gift2__btn {
    max-width: 500px;
    width: 95%;
  }
}
.p-support-gift2__btn a {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support-gift2__btn a {
    font-size: 20px;
  }
}
.p-support-gift2__lists {
  margin-top: 32px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1050px) {
  .p-support-gift2__lists {
    flex-direction: column;
    align-items: center;
  }
}
.p-support-gift2__list {
  width: 325px;
  padding: 20px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1050px) {
  .p-support-gift2__list {
    width: 93%;
    max-width: 450px;
    border-radius: 20px;
  }
}
.p-support-gift2__list-number {
  border-radius: 180px;
  background: #FAA268;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
@media (max-width: 1050px) {
  .p-support-gift2__list-number {
    font-size: 12px;
    line-height: 2;
  }
}
.p-support-gift2__list-text {
  margin-top: 12px;
  color: var(--TextBlack, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1050px) {
  .p-support-gift2__list-text {
    font-size: 14px;
  }
}
.p-support-gift2__list-text span {
  display: inline-block;
  margin-top: 18px;
  color: var(--PrimaryDark, #FF763B);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-left: 48px;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 1050px) {
  .p-support-gift2__list-text span {
    margin-top: 0;
    font-size: 20px;
    padding-left: 28px;
  }
}
.p-support-gift2__list-text span::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../../snow-monkey/img/support/gift-money.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1050px) {
  .p-support-gift2__list-text span::before {
    width: 24px;
    height: 24px;
    top: 60%;
  }
}
@media (max-width: 1050px) {
  .p-support-gift2__list-text br {
    display: none;
  }
}
.p-support-gift2__note {
  margin: 16px auto 0;
  width: 1015px;
  padding-left: 20px;
  color: #333;
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1050px) {
  .p-support-gift2__note {
    width: 100%;
    margin-top: 23px;
    text-align: center;
    color: #333;
    text-align: center;
  }
}

.p-support-method__container {
  padding: 32px 0;
  background: #FBF9F7;
}
.p-support-method__box {
  border-radius: 32px;
  width: 94%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 12px;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-support-method__box {
    width: 100%;
  }
}
.p-support-method__top {
  display: flex;
  justify-content: center;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  .p-support-method__top {
    gap: 60px;
  }
}
.p-support-method__top-item {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-support-method__top-item {
    width: 60px;
  }
}
.p-support-method__top-item:nth-child(n+2) {
  position: relative;
}
.p-support-method__top-item:nth-child(n+2)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 32px;
  top: 50%;
  background-image: url(../../snow-monkey/img/support/step-arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
  left: -35px;
}
@media screen and (max-width: 767px) {
  .p-support-method__top-item:nth-child(n+2)::before {
    width: 10px;
    height: 21px;
  }
}
.p-support-method__number {
  width: 166px;
  margin: 0 auto;
  border-radius: 8px;
  color: #FFF;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 46px;
}
@media screen and (max-width: 767px) {
  .p-support-method__number {
    width: 100%;
    font-size: 12px;
    line-height: 2;
  }
}
.p-support-method__number.step1 {
  background: rgba(255, 122, 0, 0.57);
}
.p-support-method__number.step2 {
  background: rgba(255, 122, 0, 0.81);
}
.p-support-method__number.step3 {
  background: #FF7A00;
}
.p-support-method__top-text {
  margin-top: 5px;
  color: #424242;
  font-family: "Noto Sans JP";
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-support-method__top-text {
    text-align: center;
    font-size: 14px;
    width: 84px;
    transform: translateX(-11px);
  }
}
.p-support-method__top-text br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-support-method__top-text br {
    display: block;
  }
}
.p-support-method__lists {
  margin: 12px auto 0;
  width: 670px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-support-method__lists {
    width: 100%;
  }
}
.p-support-method__list {
  display: flex;
  gap: 12px;
  align-items: center;
}
.p-support-method__list-number {
  width: 64px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-support-method__list-number {
    width: 48px;
  }
}
.p-support-method__text {
  color: var(--TextBlack, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-support-method__text {
    font-size: 12px;
  }
}
.p-support-method__text a {
  color: #FAA268;
  text-decoration: underline;
}

.p-support-review {
  padding-bottom: 32px;
}
.p-support-review__lists {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 12px;
}
.p-support-review__list {
  width: 240px;
  padding: 20px;
  border-radius: 16px;
  background: var(--Back, #FFF7F0);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1050px) {
  .p-support-review__list {
    width: 35%;
  }
}
@media (max-width: 650px) {
  .p-support-review__list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
@media (max-width: 650px) {
  .p-support-review__list:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-support-review__img {
  flex-shrink: 0;
  width: 56px;
  margin: 0 auto;
}
.p-support-review__profile {
  margin-top: 8px;
  color: var(--TextGray, #BBB);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 650px) {
  .p-support-review__profile {
    margin: 0;
  }
}
.p-support-review__text {
  margin-top: 12px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 650px) {
  .p-support-review__text {
    margin-top: 4px;
  }
}
.p-support-review__text span {
  color: #FAA268;
  font-weight: 500;
}
.p-support-review__tel-btn {
  all: unset;
  display: block;
  width: 93%;
  max-width: 550px;
  margin: 32px auto 0;
  transition: all 0.3s;
}
.p-support-review__tel-btn:hover {
  opacity: 0.7;
}
.p-support-review__line-btn {
  all: unset;
  display: block;
  width: 93%;
  max-width: 550px;
  margin: 12px auto 0;
  transition: all 0.3s;
}
.p-support-review__line-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-support-review__line-btn {
    margin: 8px auto 0;
  }
}

@media (min-width: 1200px) {
  .p-gift-wrapper {
    display: flex;
    gap: 60px;
    flex-direction: row-reverse;
    padding-left: 15px;
  }
}
@media (max-width: 1000px) {
  .p-gift-wrapper {
    overflow-x: hidden;
    margin-top: 55px;
  }
}

.p-gift a {
  transition: all 0.3s;
}

.p-gift a:hover {
  opacity: 0.8;
}

.p-gift {
  max-width: 1500px;
  margin: 0 auto;
}
.p-gift h1 {
  width: 90%;
  max-width: 850px;
  margin: 20px auto 0;
  color: #FF7A00;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-gift h1 {
    font-size: 24px;
    width: 90%;
    margin: 20px atuo 0;
  }
}
@media (max-width: 639px) {
  .p-gift h1 {
    margin: 0 auto;
  }
}
.p-gift__h2-container {
  padding: 20px;
  background: #FCE1C6;
}
.p-gift__h2-container.orange {
  background: #FAA268;
}
.p-gift__h2 {
  display: table;
  margin: 0 auto;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  color: #FF763B;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-gift__h2 {
    font-size: 20px;
    line-height: 29px;
  }
}
.p-gift__h2::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: -44px;
  background-image: url(../../snow-monkey/img/service/title-arrow-prev.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-gift__h2::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  right: -44px;
  background-image: url(../../snow-monkey/img/service/title-arrow-next.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-gift__h2.orange {
  color: #fff;
}
.p-gift__h2.orange::before {
  background-image: url(../../snow-monkey/img/gift/title-arrow-prev.webp);
}
.p-gift__h2.orange::after {
  background-image: url(../../snow-monkey/img/gift/title-arrow-next.webp);
}
.p-gift__banner {
  width: 72%;
  max-width: 777px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .p-gift__banner {
    width: 85%;
  }
}
.p-gift__request-btn {
  all: unset;
  display: block;
  width: 62%;
  max-width: 670px;
  margin: 30px auto 0;
  border-radius: 4px;
  background: var(--Accent, #36C7AF);
  box-shadow: 0px 2px 0px 0px #BBB;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-gift__request-btn {
    margin: 15px auto 0;
    width: 80%;
  }
}
.p-gift__request-btn a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}
.p-gift__request-btn:hover {
  opacity: 0.8;
}

.p-gift-about {
  margin-top: 30px;
}
.p-gift-about__container {
  padding: 32px 32px;
  background: #FFF6F2;
}
@media screen and (max-width: 900px) {
  .p-gift-about__container {
    padding: 32px 8px;
  }
}
.p-gift-about__wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 40px 4%;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-gift-about__wrapper {
    padding: 24px 32px 32px;
    flex-direction: column;
  }
}
.p-gift-about__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  max-width: 650px;
}
.p-gift-about__text span {
  color: #FAA268;
  font-weight: 700;
  font-size: 20px;
}
.p-gift-about__img {
  width: 173px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-gift-about__img {
    width: 35%;
  }
}

.p-gift-method__container {
  padding: 32px 0;
  background: #FBF9F7;
}
.p-gift-method__box {
  border-radius: 32px;
  width: 94%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 12px;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-gift-method__box {
    width: 100%;
  }
}
.p-gift-method__top {
  display: flex;
  justify-content: center;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  .p-gift-method__top {
    gap: 60px;
  }
}
.p-gift-method__top-item {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-gift-method__top-item {
    width: 60px;
  }
}
.p-gift-method__top-item:nth-child(n+2) {
  position: relative;
}
.p-gift-method__top-item:nth-child(n+2)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 32px;
  top: 50%;
  background-image: url(../../snow-monkey/img/gift/step-arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
  left: -35px;
}
@media screen and (max-width: 767px) {
  .p-gift-method__top-item:nth-child(n+2)::before {
    width: 10px;
    height: 21px;
  }
}
.p-gift-method__number {
  width: 166px;
  margin: 0 auto;
  border-radius: 8px;
  color: #FFF;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 46px;
}
@media screen and (max-width: 767px) {
  .p-gift-method__number {
    width: 100%;
    font-size: 12px;
    line-height: 2;
  }
}
.p-gift-method__number.step1 {
  background: rgba(255, 122, 0, 0.57);
}
.p-gift-method__number.step2 {
  background: rgba(255, 122, 0, 0.81);
}
.p-gift-method__number.step3 {
  background: #FF7A00;
}
.p-gift-method__top-text {
  margin-top: 5px;
  color: #424242;
  font-family: "Noto Sans JP";
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-gift-method__top-text {
    text-align: center;
    font-size: 14px;
    width: 84px;
    transform: translateX(-11px);
  }
}
.p-gift-method__top-text br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-gift-method__top-text br {
    display: block;
  }
}
.p-gift-method__lists {
  margin: 12px auto 0;
  width: 670px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-gift-method__lists {
    width: 100%;
  }
}
.p-gift-method__list {
  display: flex;
  gap: 12px;
  align-items: center;
}
.p-gift-method__list-number {
  width: 64px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-gift-method__list-number {
    width: 48px;
  }
}
.p-gift-method__text {
  color: var(--TextBlack, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-gift-method__text {
    font-size: 12px;
  }
}
.p-gift-method__text a {
  color: #FAA268;
  text-decoration: underline;
}
.p-gift-method__text a.blue {
  color: #1791E7;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-gift-method__text a.blue {
    font-size: 12px;
  }
}

.p-gift-conditions {
  background: #FFF6F2;
  padding-bottom: 20px;
}
.p-gift-conditions__container {
  margin: 20px auto 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  width: calc(100% - 64px);
  padding: 22px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-gift-conditions__container {
    width: calc(100% - 32px);
  }
}
.p-gift-conditions__left {
  margin-left: 8.3%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-gift-conditions__text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.p-gift-conditions__text a {
  color: #FAA268;
  text-decoration: none;
}
.p-gift-conditions__text a span {
  text-decoration: underline;
}
.p-gift-conditions__text.check {
  padding-left: 28px;
  position: relative;
}
.p-gift-conditions__text.check::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../../snow-monkey/img/gift/conditions-check.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-gift-conditions__img {
  position: absolute;
  width: 29%;
  right: 13%;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .p-gift-conditions__img {
    position: static;
    width: 55%;
    margin: 20px auto;
  }
}

.p-gift-note {
  padding: 16px 0 70px;
}
.p-gift-note__box {
  margin: 16px auto 0;
  padding: 40px 64px;
  display: flex;
  align-items: center;
  gap: 60px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  width: 95%;
  max-width: 1020px;
}
@media screen and (max-width: 767px) {
  .p-gift-note__box {
    padding: 20px 10px;
    gap: 25px;
  }
}
.p-gift-note__check {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-gift-note__check {
    width: 30px;
  }
}
.p-gift-note__right {
  position: relative;
  flex: 1;
}
.p-gift-note__right::before {
  position: absolute;
  content: "";
  height: 54%;
  width: 3px;
  background: #D9D9D9;
  left: -31px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-gift-note__right::before {
    left: -15px;
    height: 70%;
  }
}
.p-gift-note__title {
  color: var(--TextBlack, #333);
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-gift-note__title {
    font-size: 17px;
  }
}
.p-gift-note__title.small {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-gift-note__title.small {
    font-size: 18px;
  }
}
.p-gift-note__title a {
  color: #FF763B;
  text-decoration: none;
}
.p-gift-note__title a span {
  text-decoration: underline;
}
@media (max-width: 562px) and (min-width: 445px) {
  .p-gift-note__title.is-ip {
    display: none;
  }
}
.p-gift-note__small {
  color: #424242;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .p-gift-note__small {
    font-size: 8px;
  }
}
.p-gift-note__step-wrapper {
  margin-top: 15px;
  display: flex;
  gap: 13px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-gift-note__step-wrapper {
    gap: 8px;
  }
}
.p-gift-note__step-number {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  border-radius: 10px;
  background: #FAA268;
  padding: 0 10px;
  white-space: nowrap;
  flex-shrink: 0;
  width: 102px;
}
@media screen and (max-width: 767px) {
  .p-gift-note__step-number {
    line-height: 30px;
    font-size: 12px;
    padding: 0 5px;
    width: 72px;
  }
}
.p-gift-note__step-title {
  color: var(--TextBlack, #333);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-gift-note__step-title {
    font-size: 14px;
  }
}
.p-gift-note__step-text {
  margin-top: 15px;
  color: var(--TextBlack, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .p-gift-note__step-text {
    font-size: 14px;
    padding-left: 14px;
  }
}
.p-gift-note__step-text::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 8px;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-gift-note__step-text::before {
    top: 8px;
    left: 6px;
  }
}
.p-gift-note__step-text + .p-gift-note__step-text {
  margin-top: 0;
}
.p-gift-note__step-text + .p-gift-note__step-wrapper {
  margin-top: 25px;
}
.p-gift-note__box-text {
  margin-top: 15px;
  color: var(--TextBlack, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-gift-note__box-text {
    margin-top: 10px;
    font-size: 13px;
  }
}
.p-gift-note__box-text span {
  font-weight: 700;
}
.p-gift-note__box-text a {
  color: #FF763B;
  text-decoration: none;
}
.p-gift-note__box-text a span {
  text-decoration: underline;
}
.p-gift-note__text {
  width: 95%;
  padding-left: 30px;
  margin: 15px auto 0;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media screen and (max-width: 767px) {
  .p-gift-note__text {
    font-size: 14px;
    padding-left: 10px;
  }
}
.p-gift-note__text li {
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-gift-note__text li {
    padding-left: 14px;
  }
}
.p-gift-note__text li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  top: 9px;
  left: 8px;
}
@media screen and (max-width: 767px) {
  .p-gift-note__text li::before {
    top: 8px;
    left: 6px;
  }
}

.p-column {
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .p-column {
    margin-top: 70px;
  }
}
.p-column h1 {
  width: 95%;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: #1C2975;
  margin: 0px auto;
  position: relative;
  top: 10px;
  padding-left: 15px;
  border-left: 4px solid #ec9760;
}
@media screen and (max-width: 767px) {
  .p-column h1 {
    font-size: 24px;
  }
}
.p-column__thumbnail {
  margin: 32px auto 10px;
  width: 90%;
}
.p-column h2 {
  width: 95%;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px;
  margin: 40px auto;
  position: relative;
  top: 10px;
  background: #f7f7f7;
  border-left: 1px solid #ec9760;
}
.p-column h3 {
  width: 95%;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin: 25px auto;
  padding-left: 10px;
  border-left: 1px solid #ec9760;
}
.p-column p {
  width: 95%;
  font-size: 16px;
  line-height: 132.15%;
  margin: 20px auto;
}
.p-column img {
  margin: 20px auto 0;
  width: 90%;
}
.p-column ul {
  width: 95%;
  margin: 30px auto;
  padding-left: 30px;
}
.p-column ul li {
  list-style: disc;
}
.p-column table {
  width: 90%;
  margin: 30px auto;
}
.p-column a {
  text-decoration: underline;
}

.p-osusume {
  width: 100%;
  margin-bottom: 10px;
}
.p-osusume__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  background: linear-gradient(to bottom, #0886df, #b4e0ff);
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-osusume__header {
    height: 30px;
  }
}
.p-osusume__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-osusume__title {
    font-size: 15px;
  }
}
.p-osusume__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-osusume__wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-osusume__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-osusume__card {
  width: calc((100% - 20px) / 3);
  border-radius: 5px;
  border: 1px solid #faa268;
  padding: 10px;
  background-color: #fff;
  min-height: 380px;
}
@media screen and (max-width: 767px) {
  .p-osusume__card {
    width: 100%;
    row-gap: 10px;
  }
}
.p-osusume__photo {
  width: 100%;
  max-height: 140px;
  margin-bottom: 10px;
}
.p-osusume__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.4;
}
.p-osusume__same-text {
  font-size: 14px;
  font-weight: 400;
}
.p-osusume__same {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.p-osusume__hr {
  background-color: #faa268;
  color: #faa268;
  height: 1px;
  width: 100%;
  display: inline-block;
  outline: none;
  border: none;
}
.p-osusume__info {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: center;
}
.p-osusume__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  width: 100%;
}
.p-osusume__btn {
  width: calc((100% - 6px) / 2);
  background: linear-gradient(to bottom, #ffb800, #ff7a00);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-osusume__btn--line {
  background: linear-gradient(to bottom, #5af499, #06c755);
}/*# sourceMappingURL=style.css.map */