/* トップページのみで使用 */
.p-slider { margin-bottom: 20px; }

@media screen and (max-width: 1030px) { .slider { margin-left: -20px; margin-right: -20px; position: relative; } }

#slider div { width: 100%; max-width: 100%; height: auto; }

#slider > div { display: none; }

.bx-viewport #slider > div { display: block; }

.bx-wrapper { z-index: 0; }

.bx-wrapper img { width: 100%; height: auto; }

.bx-wrapper .bx-viewport { -webkit-box-shadow: none !important; box-shadow: none !important; border: 0 !important; left: 0 !important; }

.bx-wrapper .bx-pager { bottom: -15px !important; }

.bx-wrapper .bx-pager.bx-default-pager a { margin: 0 3px !important; width: 8px !important; height: 8px !important; background: #ccc !important; border-radius: 50% !important; }

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #8ac7c0 !important; }

.p-banner-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -20px; margin-right: -20px; }

@media screen and (max-width: 1030px) { .p-banner-list { margin-left: -10px; margin-right: -10px; } }

@media screen and (max-width: 768px) { .p-banner-list { margin-left: -10px; margin-right: -10px; } }

.p-banner-list__item { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 10px; padding-right: 10px; width: 33.333333%; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; word-break: break-all; }

@media screen and (max-width: 1030px) { .p-banner-list__item { padding-left: 0; padding-right: 0; } }

@media screen and (max-width: 768px) { .p-banner-list__item { padding-left: 10px; padding-right: 10px; margin-bottom: 10px; width: 100%; text-align: center; } }

.p-banner-list__ttl { margin-bottom: 0px; font-size: 15px; font-weight: 700; text-align: center; }

@media screen and (max-width: 768px) { .p-banner-list__img { width: 100%; max-width: 402px; height: 120px; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 40%; object-position: 50% 40%; } }

.p-youtube-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: -10px; margin-right: -10px; text-align: center; }

@media screen and (max-width: 768px) { .p-youtube-list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.p-youtube-list__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 10px; padding-right: 10px; margin-bottom: 40px; }

@media screen and (max-width: 768px) { .p-youtube-list__item { padding-left: 0; padding-right: 0; width: auto; } }

.p-youtube-list__ttl { margin-bottom: 8px; font-size: 18px; font-weight: 700; }

@media screen and (max-width: 768px) { .p-youtube-list__ttl { font-size: 18px; } }

.p-youtube-list__img { position: relative; margin-bottom: 30px; width: 320px; min-height: 240px; }

@media screen and (max-width: 768px) { .p-youtube-list__img { margin-bottom: 20px; width: 100%; height: auto; min-height: 240px; } }

.p-youtube-list__img-large { position: relative; margin-bottom: 30px; width: 640px; min-height: 240px; }

@media screen and (max-width: 768px) { .p-youtube-list__img-large { margin-bottom: 20px; width: 100%; height: auto; min-height: 240px; } }

.p-youtube-list__link { display: block; }

.p-youtube-list__link:hover, .p-youtube-list__link:target { text-decoration: none; }

#instafeed { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#instafeed a { display: block; padding-left: 0; padding-right: 0; }

.p-instagram { display: block; margin-left: auto; margin-right: auto; margin-bottom: 80px; padding: 40px; border: #ebebeb 10px solid; max-width: 100%; }

@media screen and (max-width: 768px) { .p-instagram { padding: 20px; margin-bottom: 0; } }

.p-instagram__tag { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 64px; margin-bottom: 15px; font-size: 15px; font-weight: 500; }

.p-instagram__img { display: inline-block; width: 49px; height: 49px; margin-right: 15px; }

.p-instagram-snslist { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 768px) { .p-instagram-snslist { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.p-instagram-snslist__sns { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-right: 40px; min-height: 64px; font-size: 15px; font-weight: 500; }

@media screen and (max-width: 768px) { .p-instagram-snslist__sns { padding-right: 0; } }

.p-instagram-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin-bottom: 40px; background-color: #fff; }

@media screen and (max-width: 768px) { .p-instagram-list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 20px; } }

.p-instagram-list__item { -webkit-box-sizing: border-box; box-sizing: border-box; width: 20%; padding-right: 10px; }

.p-instagram-list__item:last-child { padding-right: 0; }

@media screen and (max-width: 768px) { .p-instagram-list__item { width: 100%; padding-right: 0; margin-bottom: 15px; } }

.p-purchaseflow { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: auto; margin-right: auto; max-width: 1000px; }

@media screen and (max-width: 1030px) { .p-purchaseflow { margin-left: 40px; margin-right: 40px; width: calc(100% - 80px); } }

@media screen and (max-width: 768px) { .p-purchaseflow { margin-left: 0; margin-right: 0; width: 100%; } }

.p-purchaseflow-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 30px; padding-bottom: 30px; margin-top: 0; margin-bottom: 0; line-height: 1.4; font-size: 28px; font-weight: bold; font-family: "筑紫A丸ゴシック", "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif; letter-spacing: 0.2em; text-align: center; background-color: #ebebeb; }

@media screen and (max-width: 768px) { .p-purchaseflow-heading { padding-top: 15px; padding-bottom: 15px; font-size: 18px; }
  .p-purchaseflow-heading .u-block { display: block; } }

.p-purchaseflow-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #ebebeb; padding-bottom: 10px; }

.p-purchaseflow-list__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 40px; margin: 5px 10px 0 10px; background-color: #fff; }

@media screen and (max-width: 768px) { .p-purchaseflow-list__item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: 5px; margin-right: 5px; padding: 30px 15px 25px 15px; } }

.p-purchaseflow-list__description { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 40px; }

@media screen and (max-width: 1030px) { .p-purchaseflow-list__description { padding-right: 20px; } }

@media screen and (max-width: 768px) { .p-purchaseflow-list__description { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-right: 0; margin-bottom: 15px; } }

.p-purchaseflow-list__step { position: relative; padding-left: 52px; margin-right: 40px; font-size: 20px; color: #8ac7c0; }

.p-purchaseflow-list__step::before { content: ""; position: absolute; top: 4px; left: 0; width: 26px; height: 26px; background-image: url(https://img21.shop-pro.jp/PA01484/886/etc/icon-check.png?cmsp_timestamp=20220509113910); background-size: cover; }

@media screen and (max-width: 768px) { .p-purchaseflow-list__step { padding-left: 34px; margin-bottom: 10px; font-size: 13px; }
  .p-purchaseflow-list__step::before { top: -4px; left: 0; } }

.p-purchaseflow-list__txt { margin-bottom: 10px; width: 100%; font-size: 15px; color: #888; }

@media screen and (max-width: 768px) { .p-purchaseflow-list__txt { margin-bottom: 10px; } }

.p-purchaseflow-list__ttl { display: block; margin-bottom: 20px; font-size: 20px; font-weight: 500; color: #333; }

@media screen and (max-width: 768px) { .p-purchaseflow-list__ttl { margin-bottom: 15px; font-size: 18px; } }

.p-purchaseflow-list__img { -ms-flex-preferred-size: 320px; flex-basis: 320px; }

@media screen and (max-width: 1030px) { .p-purchaseflow-list__img { -ms-flex-preferred-size: 160px; flex-basis: 160px; } }

@media screen and (max-width: 768px) { .p-purchaseflow-list__img { -ms-flex-preferred-size: auto; flex-basis: auto; text-align: center; margin-bottom: 15px; } }
/* トップページのみここまで */
/* トップページ・女性向け・男性向け・加療中の方向けで使用 */
.p-mainvisual__img { display: block; }

.p-mainvisual__img img { width: 100%; height: auto; }

@media screen and (max-width: 1030px) { .p-mainvisual__img { margin-left: -20px; margin-right: -20px; position: relative; } }

.c-item-category { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; }

.c-item-category__img { margin-bottom: 8px; }

.c-item-category__ttl { margin-bottom: 10px; color: #8ac7c0; font-size: 16px; font-weight: 500; }

.c-item-category__txt { margin-bottom: 10px; text-align: center; }

.p-reasons2-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; }

.p-reasons2-list__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 40px; border-top: solid 5px #edf3f3; }

.p-reasons2-list__item:first-child { padding-top: 0; border-top: none; }

@media screen and (max-width: 768px) { .p-reasons2-list__item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; padding-right: 0; } }

.p-reasons2-list__img { min-width: 240px; width: 240px; margin-bottom: 15px; }

@media screen and (max-width: 768px) { .p-reasons2-list__img { width: auto; margin-left: auto; margin-right: auto; } }

.p-reasons2-list__description { width: auto; padding-right: 40px; }

@media screen and (max-width: 768px) { .p-reasons2-list__description { padding-right: 0; } }

.p-reasons2-list__ttl { margin-bottom: 10px; font-size: 20px; font-weight: 700; }

.p-reasons2-list__txt { margin-bottom: 20px; color: #888; font-size: 15px; }

.p-flow-container { background-color: #ebebeb; }

.p-flow-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 30px 20px; margin: 0; font-size: 20px; font-weight: 700; font-family: "筑紫A丸ゴシック", "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif; letter-spacing: 0.2em; text-align: center; }

@media screen and (max-width: 768px) { .p-flow-heading { padding-top: 15px; padding-bottom: 15px; font-size: 18px; } }

.p-flow-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #ebebeb; padding-bottom: 10px; }

.p-flow-list__item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 5px 10px 0 10px; padding: 40px; background-color: #fff; }

@media screen and (max-width: 768px) { .p-flow-list__item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: 5px; margin-right: 5px; padding: 30px 15px 25px 15px; } }

.p-flow-list__step { position: relative; width: 128px; padding-left: 52px; font-size: 20px; font-weight: 700; color: #8ac7c0; }

.p-flow-list__step::before { content: ""; position: absolute; top: 4px; left: 0; width: 26px; height: 26px; background-image: url(https://img21.shop-pro.jp/PA01484/886/etc/icon-check.png?cmsp_timestamp=20220509113910); background-size: cover; }

@media screen and (max-width: 768px) { .p-flow-list__step { padding-left: 34px; margin-bottom: 10px; font-size: 13px; }
  .p-flow-list__step::before { top: -4px; left: 0; } }

.p-flow-list__description { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: calc(100% - 180px); }

@media screen and (max-width: 768px) { .p-flow-list__description { width: auto; } }

.p-flow-list__ttl { display: block; margin-bottom: 20px; font-size: 20px; font-weight: 500; color: #333; }

@media screen and (max-width: 768px) { .p-flow-list__ttl { margin-bottom: 15px; font-size: 15px; } }

.p-flow-list__txt { margin-bottom: 10px; font-size: 14px; color: #888; }

@media screen and (max-width: 768px) { .p-flow-list__img { margin-bottom: 15px; } }

.p-testimonial-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; }

.p-testimonial-list__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 40px; border-top: solid 5px #edf3f3; }

.p-testimonial-list__item:first-child { padding-top: 0; border-top: none; }

@media screen and (max-width: 768px) { .p-testimonial-list__item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 0; padding-right: 0; } }

.p-testimonial-list__customer { width: 140px; margin-left: 15px; margin-right: 15px; }

@media screen and (max-width: 768px) { .p-testimonial-list__customer { margin-bottom: 20px; text-align: center; } }

.p-testimonial-list__img { margin-bottom: 10px; }

@media screen and (max-width: 768px) { .p-testimonial-list__img { margin-left: auto; margin-right: auto; } }

.p-testimonial-list__name { font-size: 13px; font-weight: 500; text-align: center; }

.p-testimonial-list__comment { width: calc(100% - 140px); margin-left: 30px; }

@media screen and (max-width: 768px) { .p-testimonial-list__comment { width: 100%; margin-left: 0; } }

.p-testimonial-list__tag { position: relative; margin-bottom: 10px; padding-left: 30px; color: #8ac7c0; }

.p-testimonial-list__tag::before { content: ""; position: absolute; top: calc(50% - 10px); left: 0; width: 20px; height: 20px; background-image: url(https://img21.shop-pro.jp/PA01484/886/etc/icon-tag.png?cmsp_timestamp=20220509114301); }

.p-testimonial-list__ttl { margin-bottom: 20px; font-size: 20px; font-weight: 500; }

.p-testimonial-list__txt { font-size: 15px; color: #888; }

.p-good-list-column { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 40px; padding: 0 10px; }

@media screen and (max-width: 768px) { .p-good-list-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.p-good-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 10px; }

@media screen and (max-width: 768px) { .p-good-list { margin: 0; } }

.p-good-list__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin-bottom: 5px; }

.p-good-list__good { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 60px; height: 60px; background-color: #f1b6b6; color: #fff; font-weight: 700; }

.p-good-list__good .u-good { display: block; margin-bottom: -10px; font-size: 12px; }

.p-good-list__good .u-good-number { display: block; margin-top: 2px; font-size: 18px; }

.p-good-list__txt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 280px; height: 60px; padding-left: 20px; background-color: #fff; font-weight: 700; }

@media screen and (max-width: 768px) { .p-good-list__txt { width: calc(100% - 60px); } }

.p-good-movie { text-align: center; }

.p-good-movie .p-youtube-list__item, .p-good-movie .p-youtube-list__img { margin-bottom: 0; }

.p-good-movie__ttl { margin: 10px; }

.p-faq-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 auto 60px auto; }

.p-faq-list-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; }

.p-faq-list-question { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 30px 20px; font-size: 16px; font-weight: 700; background-color: #eef3f3; border-bottom: solid 1px #cedfde; }

.p-faq-list-question::before, .p-faq-list-question::after { content: ""; position: absolute; top: 50%; right: 30px; width: 20px; height: 2px; background: #8ac7c0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.p-faq-list-question::after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.p-faq-list-question.is-open::before { -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; }

.p-faq-list-question.is-open::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.p-faq-list-question__txt { display: block; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding-left: 60px; padding-right: 50px; margin-bottom: 0; font-size: 16px; font-weight: 700; }

.p-faq-list-question__txt::before { content: ""; position: absolute; background-image: url(https://img21.shop-pro.jp/PA01484/886/etc/icon-question.png?cmsp_timestamp=20220509114234); background-repeat: no-repeat; top: calc(50% - 17px); left: 10px; width: 34px; height: 30px; }

.p-faq-list-answer { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; width: 100%; height: 0; padding: 0 20px; background-color: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.p-faq-list-answer.is-open { height: auto; padding: 30px 20px; }

.p-faq-list-answer__txt { display: block; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding-left: 60px; padding-right: 30px; margin-bottom: 0; font-size: 14px; }

.p-faq-list-answer__txt::before { content: ""; position: absolute; background-image: url(https://img21.shop-pro.jp/PA01484/886/etc/icon-answer.png?cmsp_timestamp=20220509113743); background-repeat: no-repeat; top: 0; left: 10px; width: 30px; height: 23px; }

@media screen and (max-width: 768px) { .p-faq-list-answer__txt { padding-right: 0; } }

.p-faq-inquiry { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.p-2rows-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around; }

@media screen and (max-width: 768px) { .p-2rows-list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.p-2rows-list__item { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 20px; padding-right: 20px; width: 50%; word-break: break-all; text-align: center; }

@media screen and (max-width: 1030px) { .p-2rows-list__item { margin-bottom: 45px; } }

@media screen and (max-width: 768px) { .p-2rows-list__item { padding-left: 0px; padding-right: 0px; width: 100%; } }

.p-2rows-list__item .u-menswig { width: 50% !important; }

.p-mwig-message-img { margin-bottom: 20px; }

.p-mwig-message-description { font-size: 15px; }

.p-mwig-reason__ttl { text-align: center; margin-bottom: 20px; }

.p-mwig-reason__img { text-align: center; }

.u-ttl-small { font-size: 16px; }

@media screen and (max-width: 768px) { .u-ttl-small { font-size: 12px; } }

/* トップページ・女性向け・男性向け・加療中の方向けで使用ここまで */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Noto Sans JP,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body{color:#333}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-left-0{left:0}.-right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.top-1{top:.25rem}.top-1\/2{top:50%}.top-3{top:.75rem}.top-\[18px\]{top:18px}.m-0{margin:0}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-16{margin-top:4rem;margin-bottom:4rem}.my-4{margin-top:1rem;margin-bottom:1rem}.-mt-0{margin-top:0}.-mt-0\.5{margin-top:-.125rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-11{margin-bottom:2.75rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-3{margin-right:.75rem}.mr-5{margin-right:1.25rem}.mt-10{margin-top:2.5rem}.mt-16{margin-top:4rem}.box-border{box-sizing:border-box}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.flow-root{display:flow-root}.hidden{display:none}.size-6{width:1.5rem;height:1.5rem}.h-0{height:0}.h-10{height:2.5rem}.h-12{height:3rem}.h-4{height:1rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[120px\]{height:120px}.h-\[240px\]{height:240px}.h-\[60px\]{height:60px}.h-px{height:1px}.max-h-60{max-height:15rem}.min-h-14{min-height:3.5rem}.min-h-9{min-height:2.25rem}.w-1{width:.25rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-32{width:8rem}.w-4{width:1rem}.w-56{width:14rem}.w-\[120px\]{width:120px}.w-\[240px\]{width:240px}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.min-w-48{min-width:12rem}.min-w-60{min-width:15rem}.max-w-60{max-width:15rem}.max-w-\[480px\]{max-width:480px}.max-w-screen-lg{max-width:1024px}.max-w-screen-md{max-width:768px}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-grow{flex-grow:1}.table-auto{table-layout:auto}.border-collapse{border-collapse:collapse}.-translate-y-1{--tw-translate-y:-0.25rem}.-translate-y-1,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.-rotate-\[25deg\]{--tw-rotate:-25deg}.-rotate-\[25deg\],.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-\[25deg\]{--tw-rotate:25deg}.rotate-\[25deg\],.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-stretch{justify-content:stretch}.justify-items-center{justify-items:center}.gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.gap-y-10{row-gap:2.5rem}.gap-y-16{row-gap:4rem}.gap-y-4{row-gap:1rem}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-slate-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(226 232 240/var(--tw-divide-opacity,1))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-\[20px\]{border-radius:20px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-4{border-bottom-width:4px}.border-l-2{border-left-width:2px}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.border-t-4{border-top-width:4px}.border-solid{border-style:solid}.border-\[\#edf3f3\]{--tw-border-opacity:1;border-color:rgb(237 243 243/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.bg-\[\#81CAC440\]{background-color:#81cac440}.bg-\[\#81CAC4\]{--tw-bg-opacity:1;background-color:rgb(129 202 196/var(--tw-bg-opacity,1))}.bg-\[\#8ac7c0\]{--tw-bg-opacity:1;background-color:rgb(138 199 192/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-hp-green{--tw-bg-opacity:1;background-color:rgb(138 199 192/var(--tw-bg-opacity,1))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-underline-green{background-image:linear-gradient(transparent 65%,rgba(138,199,192,.5) 0)}.p-0{padding:0}.p-2{padding:.5rem}.p-4{padding:1rem}.px-0{padding-left:0;padding-right:0}.px-12{padding-left:3rem;padding-right:3rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-0{padding-right:0}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-10{padding-top:2.5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.font-roundedSans{font-family:M PLUS Rounded\ 1c,Hiragino Maru Gothic ProN,Meiryo,sans-serif}.font-sans{font-family:Noto Sans JP,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-hp-green{--tw-text-opacity:1;color:rgb(138 199 192/var(--tw-text-opacity,1))}.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-zinc-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06))}.drop-shadow,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.\[font-feature-settings\:\'palt\'_1\]{font-feature-settings:"palt" 1}@media (min-width:1024px){.lg\:container{width:100%}@media (min-width:640px){.lg\:container{max-width:640px}}@media (min-width:768px){.lg\:container{max-width:768px}}@media (min-width:1024px){.lg\:container{max-width:1024px}}@media (min-width:1280px){.lg\:container{max-width:1280px}}@media (min-width:1536px){.lg\:container{max-width:1536px}}}.first\:mt-5:first-child{margin-top:1.25rem}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-75:hover{opacity:.75}@media (min-width:640px){.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width:768px){.md\:visible{visibility:visible}.md\:mb-0{margin-bottom:0}.md\:mb-4{margin-bottom:1rem}.md\:mb-5{margin-bottom:1.25rem}.md\:ml-6{margin-left:1.5rem}.md\:mr-5{margin-right:1.25rem}.md\:mt-5{margin-top:1.25rem}.md\:block{display:block}.md\:hidden{display:none}.md\:h-auto{height:auto}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-24{width:6rem}.md\:w-36{width:9rem}.md\:w-40{width:10rem}.md\:w-60{width:15rem}.md\:w-72{width:18rem}.md\:w-\[1024px\]{width:1024px}.md\:w-\[360px\]{width:360px}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:cursor-default{cursor:default}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-nowrap{flex-wrap:nowrap}.md\:justify-start{justify-content:flex-start}.md\:justify-between{justify-content:space-between}.md\:gap-12{gap:3rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:pb-0{padding-bottom:0}.md\:pr-10{padding-right:2.5rem}.md\:pt-10{padding-top:2.5rem}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:first\:ml-5:first-child{margin-left:1.25rem}}@media (min-width:1024px){.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:mr-6{margin-right:1.5rem}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:w-\[1024px\]{width:1024px}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:pl-16{padding-left:4rem}.lg\:text-left{text-align:left}}.\[\&\.open\]\:mb-5.open{margin-bottom:1.25rem}.\[\&\.open\]\:h-auto.open{height:auto}.\[\&\.open\]\:rotate-180.open{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>tr\:nth-child\(odd\)\]\:bg-gray-100>tr:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}