@charset "utf-8";

/************************************
 * Reset
************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
a:not([class]) {
  color: currentColor;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
em {
  font-style: normal;
}

/************************************
 * Base
 ************************************/
:root {
  --max-width: 640;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1rem;
  line-height: 1.9;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.2rem;
}
img,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
  }
  button:hover {
    cursor: pointer;
  }
  label:hover {
    cursor: pointer;
  }
}
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-size: 1.4rem;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: auto;
}

button {
  border: none;
  border-radius: 0.7rem;
  cursor: pointer;
}

section {
  margin:20px;
}
/************************************
 * Utility
************************************/
.u-color--red {
  color: #ff8098 !important;
}
.u-text--center {
  text-align: center !important;
  margin-bottom:20px;
}
.u-text-dec--underline {
  background: linear-gradient(transparent 50%, #ffff66 0%);
  line-height: 1.3em;
  color: #f62974;
}
.u-fw--bold {
  font-weight: bold !important;
}
.u-fs--12px {
  font-size: 12px !important;
}
.u-fs--13px {
  font-size: 13px !important;
}
.u-fs--14px {
  font-size: 14px !important;
  margin-top:20px;
}
.u-fs--15px {
  font-size: 15px !important;
}
.u-fs--16px {
  font-size: 16px !important;
}
.u-fs--25px {
  font-size: 20px !important;
  letter-spacing: 3px;
  color:#444444;
}
.u-mb--10px {
  margin-bottom: 10px !important;
}
.u-mb--20px {
  margin-bottom: 20px !important;
}
.u-mb--30px {
  margin-bottom: 30px !important;
}
.u-mb--40px {
  margin-bottom: 40px !important;
}s
.u-mb--20px {
  margin-bottom: 20px !important;
}
.center_star {
  font-size: 16px !important;
  text-align: center;
  margin:10px;
  background-color: #eeeeee;
}
.center_recommend {
  font-size: 15px !important;
  font-weight: 600;
  border-radius: 10px;
  border: #f62974 3px solid;
  text-align: center;
  margin:30px 10px;
  padding: 10px;
  color:#f62974;
}
.center_point {
  font-size: 20px !important;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  margin:30px 10px;
  padding: 10px;
  color:#f62974;
}
.center_point_sub {
  font-size: 14px !important;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  margin:30px 10px 10px;
  padding: 10px;
  color:#333333;
}
.center_video {
  font-size: 15px !important;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  margin-top:30px;
  padding: 10px;
  color:#fff;
  background-color:#f62974;
}


/************************************
 * Page
************************************/
.page-wrap {
  width: 100%;
  max-width: calc(var(--max-width) * 1px);
  margin: 0 auto;
  padding: 0px;
  overflow-x: hidden;
}
.page-footer {
  padding: 20px 10px;
  font-size: 12px;
  text-align: center;
}
.page-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-footer__nav li {
  margin: 0 10px;
}
.main-title {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 4px;
  background-color: #f62974;
  text-align: center !important;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  width: 100%;
}
.main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #f62974 transparent transparent;
  translate: -50% 100%;
}
.d-title {
  background: #00c8c1;
  box-shadow: 0px 0px 0px 5px #00c8c1;
  border: dashed 1px #fff;
  padding: 0.5em 0.5em;
  color: #fff;
  text-align: center;
  font-size:20px;
  letter-spacing: 2px;
  line-height: 25px;
  margin-bottom: 20px;
}
.l-title {
  background: #c5a36e;
  box-shadow: 0px 0px 0px 5px #c5a36e;
  border: dashed 1px #fff;
  padding: 0.5em 0.5em;
  color: #fff;
  text-align: center;
  font-size:20px;
  letter-spacing: 2px;
  line-height: 25px;
  margin-bottom:20px;
}
.c-sub-title {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.4;
}
.c-sub-title::after {
  content: '';
  display: block;
  height: 3px;
  margin-top: 10px;
  background: linear-gradient(to right, rgb(240, 154, 132), transparent);
}
/******** 目次 ********/
.c-t-contents {
  margin-bottom: 50px;
  border-top: 2px solid #a67908;
  border-bottom: 2px solid #a67908;
  background: #f7f7f7;
  margin:20px;
}
.c-t-contents__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 0 10px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
}
.c-t-contents__title label {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 0;
}
.c-t-contents__title::before {
  content: '＋';
  color: #a67908;
  transition: all 0.3s;
}
.c-t-contents__title input[type='checkbox'] {
  display: none;
}
.c-t-contents__contents {
  height: 0;
  padding: 0 15px;
  font-weight: bold;
  transition: all 0.3s;
  overflow: hidden;
}
.c-t-contents__contents li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #a67908;
  font-weight: bold;
  line-height: 1.4;
}
.c-t-contents__contents li::before {
  width: 20px;
  height: 20px;
  content: '';
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJtZGktcGx1cy1taW51cyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTAgNTAiPiA8cmVjdCB4PSIxOS4xNSIgeT0iMjIuMTMiIHdpZHRoPSIyNi40OCIgaGVpZ2h0PSI1Ljc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOC4xOSAzMC4yMykgcm90YXRlKC00NSkiLz4gPHJlY3QgeD0iMTQuNzMiIHk9IjExLjc2IiB3aWR0aD0iNS43NSIgaGVpZ2h0PSIyNi40OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjUyIDE5Ljc3KSByb3RhdGUoLTQ1KSIvPjwvc3ZnPg==) center / 100% auto no-repeat;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJtZGktcGx1cy1taW51cyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTAgNTAiPiA8cmVjdCB4PSIxOS4xNSIgeT0iMjIuMTMiIHdpZHRoPSIyNi40OCIgaGVpZ2h0PSI1Ljc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOC4xOSAzMC4yMykgcm90YXRlKC00NSkiLz4gPHJlY3QgeD0iMTQuNzMiIHk9IjExLjc2IiB3aWR0aD0iNS43NSIgaGVpZ2h0PSIyNi40OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjUyIDE5Ljc3KSByb3RhdGUoLTQ1KSIvPjwvc3ZnPg==) center / 100% auto no-repeat;
  background-color: #a67908;
}
@media (hover: hover) {
  .c-t-contents__title:hover {
    opacity: 0.8;
    transition: opacity 0.2s;
  }
}

.c-t-contents__contents li:last-child {
  border-bottom: none;
}

/* for when opened */
.c-t-contents:has(input[type='checkbox']:checked) .c-t-contents__contents {
  height: auto;
  padding: 15px;
  transition: all 0.3s;
}
.c-t-contents:has(input[type='checkbox']:checked) .c-t-contents__title::before {
  transform: rotate(45deg);
  transition: all 0.3s;
}
/* / for when opened */
/******** / 目次 ********/
/******** FV ********/
.sec-fv {
  margin-bottom: 20px;
}
.sec-fv__title {
  padding: 10px 10px 0 10px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.sec-fv__sub-title {
  font-size: 15px;
  font-weight: bold;
}
/******** / FV ********/
.swiper-slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: auto !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: ' ' !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  z-index: 10;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: ' ';
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
}
.swiper-button-next::before {
  border-right: solid 6px #ccc;
  transform: rotate(45deg);
  right: 0;
}
.swiper-button-next::after {
  border-right: solid 6px #ccc;
  transform: translateY(-3px) rotate(-45deg);
  right: 0;
}
.swiper-button-prev::before {
  border-left: solid 6px #ccc;
  transform: rotate(-45deg);
  left: 0;
}
.swiper-button-prev::after {
  border-left: solid 6px #ccc;
  transform: translateY(-3px) rotate(45deg);
  left: 0;
}

/******** / title ********/
.title {
  position: relative;
  padding: 0 55px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 2rem;
  line-height:40px;
  color: #F87F98;
}

/* 中央に寄せるための親要素 */
.title-wrapper {
  text-align: center;
}

.title:before,
.title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.title:before {
  left: 0;
}

.title:after {
  right: 0;
}


.title02 {
  position: relative;
  padding: 0 55px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 2rem;
  line-height:40px;
  color: #3CC8C1;
}

.title02:before,
.title02:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.title02:before {
  left: 0;
}

.title02:after {
  right: 0;
}

/******** / inverse-triangle ********/
.inverse-triangle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 40px auto;
}

.row {
  display: flex;
  gap: 15px;
}

.row2 {
  justify-content: center;
}

/* テキストボックス風 */
.item {
  background-color: #ffe0e6;
  border: 1px solid #ff8098;
  border-radius: 8px;
  padding: 20px 30px;       /* ← ここでボックスを大きく */
  font-size: 18px;          /* ← 文字を大きく */
  font-weight: bold;
  color: #444;
  white-space: nowrap;
}
/*ボタンの設定*/

.bg{
  background: linear-gradient(90deg, rgb(253, 232, 239), rgb(228, 236, 253), rgb(212, 242, 252));
  padding: 10px;
  margin-top:-2px;
}
.auraBtn {
  height: 90px;
  position: relative;
  /*横幅*/
  width: 90%;
  /*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
  margin: 80px auto;
  /*-webkit-transition: .2s;
  transition: .2s;*/
}
.auraBtn02 {
  height: 90px;
  position: relative;
  /*横幅*/
  width: 90%;
  /*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
  margin: 80px auto;
  /*-webkit-transition: .2s;
  transition: .2s;*/
}


/*ボタンが広がるアニメーション（1番目）*/
.auraBtn:before {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out infinite;
  animation: auraBtn 2s ease-out infinite
}
/*ボタンが広がるアニメーション（1番目）*/
.auraBtn02:before {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out infinite;
  animation: auraBtn 2s ease-out infinite
}


/*ボタンが広がるアニメーション（2番目）*/
.auraBtn:after {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out 1s infinite;
  animation: auraBtn 2s ease-out 1s infinite
}
.auraBtn02:after {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out 1s infinite;
  animation: auraBtn 2s ease-out 1s infinite
}


/*ボタンが広がるアニメーション（共通設定）*/
.auraBtn:before,
.auraBtn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*広がるボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #F6204B;
  /*広がるボタンの初期位置*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.auraBtn02:before,
.auraBtn02:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*広がるボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #F6204B;
  /*広がるボタンの初期位置*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/*ボタン自体の設定*/
.auraBtn a {
  display: block;
  /*内側の余白｜上下余白｜左右余白｜*/
  padding: 10px 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*ボタン内テキストの水平方向の位置*/
  text-align: center;
  /*リンクの装飾*/
  text-decoration: none;
  /*ボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #F6204B;
  position: relative;
  z-index: 1;
}
.auraBtn02 a {
  display: block;
  /*内側の余白｜上下余白｜左右余白｜*/
  padding: 10px 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*ボタン内テキストの水平方向の位置*/
  text-align: center;
  /*リンクの装飾*/
  text-decoration: none;
  /*ボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #F6204B;
  position: relative;
  z-index: 1;
}


/*広がるボタンのアニメーション（変更する場合は該当する箇所を修正してください）*/
@keyframes auraBtn {

  /*アニメーション初期（0秒の時）*/
  0% {
    /*拡大率　（1=100％）*/
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    /*透明度（0=透明、1=不透明）*/
    opacity: 1
  }

  /*1.8秒時*/
  90% {
    /*透明度*/
    opacity: .1
  }

  /*アニメーション最後（2秒時）*/
  to {
    /*拡大率　1番目の値はX軸、2番目の値はY軸*/
    -webkit-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
    /*透明度*/
    opacity: 0
  }
}
@keyframes auraBtn02 {

  /*アニメーション初期（0秒の時）*/
  0% {
    /*拡大率　（1=100％）*/
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    /*透明度（0=透明、1=不透明）*/
    opacity: 1
  }

  /*1.8秒時*/
  90% {
    /*透明度*/
    opacity: .1
  }

  /*アニメーション最後（2秒時）*/
  to {
    /*拡大率　1番目の値はX軸、2番目の値はY軸*/
    -webkit-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
    /*透明度*/
    opacity: 0
  }
}



/*ボタン右側の矢印の設定*/
.auraBtn a p {
  height: auto;
  min-height: 70px; /* 最低高さは維持 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-left: -20px;
}
.auraBtn02 a p {
  height: auto;
  min-height: 70px; /* 最低高さは維持 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-left: -20px;
}

.auraBtn a p:after {
  content: "";
  position: absolute;
  /*矢印の位置*/
  top: 50%;
  right: 20px;
  /*矢印の横幅*/
  width: 8px;
  /*矢印の高さ*/
  height: 8px;
  margin: -4px 0 0 0;
  /*矢印の線｜太さ｜線種｜色｜*/
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  /*矢印の回転角度*/
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg)
}
.auraBtn02 a p:after {
  content: "";
  position: absolute;
  /*矢印の位置*/
  top: 50%;
  right: 30px;
  /*矢印の横幅*/
  width: 8px;
  /*矢印の高さ*/
  height: 8px;
  margin: -4px 0 0 0;
  /*矢印の線｜太さ｜線種｜色｜*/
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  /*矢印の回転角度*/
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg)
}

@media screen and (max-width: 640px) {
.auraBtn {
    margin: 15vw auto;
  }
}
.auraBtn02 {
    margin: 15vw auto;
  }

@media screen and (max-width: 400px) {
.auraBtn a p {
    font-size: 3.9vw;
    padding-top: 1.5vw;
  }
.auraBtn a p:after {
    right: 6vw;
  }
}
.auraBtn img {
    text-align: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: -20px;
}
.auraBtn span {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    font-weight: 800;
}
.auraBtn02 a p {
    font-size: 3.9vw;
    padding-top: 1.5vw;
  }
.auraBtn02 a p:after {
    right: 6vw;
  }
.auraBtn02 img {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: -20px;
}
.auraBtn02 span {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    font-weight: 800;
}
.smallbtn{
  width:60%;
}
.button_top{
    margin-bottom:-30px;
}

.ranking{
  border: #F62974 solid 2px;
  padding: 20px;
  margin-top:20px;
}

 /* 順位 */
.circle-number01 {
  background-color: #b08d4a;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 24px;
}

.circle-number02 {
  background-color: #999999;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 24px;
}
.circle-number03 {
  background-color: #a74d3b;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 24px;
}

.clinic-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  color: #333333;
}

.logo-block img {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.review {
  font-size: 16px !important;
  background-color: #ffeff0;
  padding:10px;
}

 /* list-3 */
.list-3 {
    list-style-type: none;
    padding: 1em;
    background: linear-gradient(to right, #ececec, #fff);
    color: #333333;
    font-weight: 600;
    font-size: 12px;
    margin:20px 0px;
}

.list-3 li {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: .3em;
}

.list-3 li::before {
    display: inline-block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #F62974;
    border-left: 2px solid #F62974;
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
}
 /* box-019 */
.box-019 {
    position: relative;
    margin: 2em 0em;
    padding: 2.5em 0.9em 1em 0.9em;
    border: 2px solid #F677A5;
    font-size: 13px;
    font-weight: 600;
    color:#333333;
}

.box-019 > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #F677A5;
    color: #fff;
    font-size: 16px;
}

.box-019 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #F677A5;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p {
    margin: 0;
}

 /* scroll-wrap */
.scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

.scroll-wrap img {
  display: block;
  min-width: 500px; /* 画像の横幅に合わせる */
}


 /* review */
.review-card {
  border: 1px solid #eee;
  padding: 16px;
  border-radius: 10px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

.user-info .username {
  font-weight: bold;
  margin: 0;
  font-size: 14px;
}

.review-text {
  font-size: 13px;
  color: #333;
  line-height: 1.6;
}

.small{
  font-size: 10px;
}

/*video*/
.voice-video {
	width: 92%;
	margin: 20px auto 30px auto;
	overflow: hidden;
}
.voice-video__inner {
	width: 100%;
  aspect-ratio: 16 / 9;
}
.voice-video__inner iframe{
  width: 100%;
  height: 100%;
}

/*文字の設定*/
.yellow-line{
  background: linear-gradient(transparent 50%, #ffff66 0%);
  font-weight: 600;
}
.pink-line{
  border-bottom: dotted #F677A5 3px;
  font-weight: 600;
}
.pink-txt{
  color: #F62974;
  font-weight: 600;
}

.image{
  margin-top:20px;
}
/*footer
-------------------------------------- */
.f_wrap {
  margin: 0 auto;
  text-align: left;
  padding: 20px 0 270px;
  background: rgb(210, 210, 210);
}
.f_wrap .f_wrap__inner {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.f_wrap ul li {
  margin-bottom: 14px;
}
.f_wrap ul li:last-child {
  margin-left: 1.6rem;
}
.f_wrap ul li a {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-decoration: underline;
  color: #0053ee;
}
.f_wrap .f_copy p {
  font-size: 11px;
  text-align: left;
  width: 60%;
}



.f_textbox--text{
  font-size: 12px;
  padding: 0px 20px;
  text-align: center;
}
@media screen and (max-width: 30em) {
  .f_wrap {
    padding: 2rem 0.5rem 2em;
  }
}

/* table design */
.table_box{
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 0.7rem;
  letter-spacing: 0.01cm;
}

.table_box th,.table_box td {
  border: 1px solid #eee;
  padding: 5px 15px;
  table-layout: fixed;
  height: 50px;
}

.table_box th.table_first-item{
  background-color: #f677a5;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 1rem;
  line-height: 1.2em;

}


.table_box th.table_second-item{
  width: 100px;
  background-color: #eee;
  color: #F62974;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  line-height: 1.2em;
}

.table_box td{
  width: 100px;
  text-align: center;
  line-height: 1.2em;
  border-right: 1px solid #fff;
}
.check_box--icon{
text-align: left;
}
.check-icon{
  text-align: left;
  font-style: normal!important;

}
.check-icon:before{
  display: inline-block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #F62974;
  border-left: 2px solid #F62974;
  transform: rotate(-45deg) translateY(-1.5px);
  content: '';
  margin-left: -10px;
 
}
.alignLeft{
  text-align: left!important;
  position: relative;
  left: 20px;
}
.borderNone{
  border: none !important;
}

.table_box--btn{
  background-color: #f677a5;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
}

.table_box--maru{
  font-size: 36px;
  color:#F62974;
}

.table_box--batsu{
  font-size: 40px;
  color:#333333;

}

.search_box{
  padding: 0 20px;
  display: flex;
}
.search_box .search_inner{
  display: flex;
  width: 100% ;
}

.search_box .search_inner select{
  display: flex;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.8rem;
  width: calc(100% - 80px) ;
  height: 40px;
  box-sizing: border-box;
}
.search_box .search_box--btn{
  display: flex;
}
.search_box .search_box--btn a{
  width: 60px;
  padding: 5px;
  background-color: #F62974;
  height: 40px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.table_sticky {
  position: sticky;
  left: 0;
  background: #eee; 
  border-bottom: 1px solid #fff!important;
  z-index: 2; 
}
