@charset "UTF-8";

.wrapper{
    width: 700px;
    max-width: 100%; /* スマホ対応 */
    margin: 0 auto;  /* 中央寄せ */
    background: #fff; /* 中身は白 */
    box-shadow: 0 0 20px rgba(223, 195, 202, 0.349);
    padding: 0 3% 2%;
}
@media screen and (min-width:768px){
.wrapper{
    padding: 0 16px 2%;
}
}

body{
    font-family: "Noto Sans JP", sans-serif;
    background: transparent url(../img/haikei.png);
}
@media screen and (max-width:768px){
    body{
        font-family: "Noto Sans JP", sans-serif;
        background: transparent url(../img/haikei.png);
        padding: 0;
    }
}
p{
    font-size: 15px;
}

.mt40{
    margin-top: 40px;
}
.mt20{
    margin-top: 20px;
}

.pc{
    display: none !important;
}
.sp{
    display: block !important;
}

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


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

ul, ol {
  color: #000;/*文字色*/
  border: dashed 2px #668ad8;/*破線 太さ 色*/
  background: #f1f8ff; /*背景色*/
  padding: 0.8em 0.5em 0.8em 2em;
}

ul li, ol li {
  line-height: 1.1;
  padding: 0.5em 0;
}


.red{
  color: rgb(221, 47, 47);
}
.bold{
  font-weight: bold;
}
.blue{
  color: rgb(59, 59, 214);
}
.mark {
  background: linear-gradient(transparent 60%, #fff59d 60%);
  font-weight: bold;
}

.anno{
    font-size:10px;
    color: #4f4f4f;
    text-align: right;
}

/* ===== ヘッダー ==ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー=== */
.site-header {
    position:relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

.header-inner {
  max-width: 700px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px;
}

/* ===== ハンバーガー ===== */
.hamburger {
  width: 36px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #F5629B;
  margin: 6px 0;
  border-radius: 2px;
}

/* ===== 検索エリア ==ーーーーーーーーーーーーーーー=== */
.search-area {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 16px;
  background: #fff;

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;

  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

.search-area.is-open {
  max-height: 200px; /* ← 検索フォームの高さより少し大きめ */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  padding-bottom: auto;
}

/* ===== SP ===== */
@media (max-width: 767px) {
  .header-inner,
  .search-area {
    max-width: 100%;
    height:auto;
        padding: 4px 16px;
  }
  .hamburger span{
      margin: 4px 0;
  }
}

/* ===== 検索ここまで ==ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー=== */

.mt20{
    margin-top: 20px;
}

.h2-1{
    border-left: 6px solid rgb(245, 98, 155);;
    padding: 20px 4px 20px 0px;
    background: linear-gradient(-95deg, #ffe8ff, #fff2f5);
    text-align: center;
    margin: 13% 0% 4% 0%;
    line-height: 1.3;
}

.h2-1 p{
    background: linear-gradient(-95deg, #7f37c2, #f5629b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}



@media screen and (max-width:768px){
    .h2-1 p{
        font-size: 24px;
    }
    .lead{
        font-size: 16px;
    }
    .h2-1 {
      padding: 7px 4px 15px 0px;
    }
}

.pr{
    margin-bottom: 6%;
    text-align: right;
    margin-right: 10px;
}


/*３つーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.rank1{
width: 32%;
background-color: #eeeeee;
padding: 10px;
border-radius: 16px;
border: 4px solid #d8d8d8;
}

.name{
    text-align: center;
    font-weight: bold;
    padding: 8px 0 12px;
    height: 58px;
}

.rank-area{
    display: flex;
    justify-content: space-between;
    padding: 0 0%;
    margin-top: 4%;
    margin-bottom: 5%;
}

.fi{
    background-color: rgb(255, 252, 223);
    border: 4px solid #fff19f;
}

.r-ttl{
    background-color: rgb(245 98 155);
    text-align: center;
    padding: 4px 0;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin: 10px 0 0 0;
    font-size: 10px;
}

.star{
    text-align: center;
    background-color: #fff;
    color: #ff9900;
    border-radius: 0 0 10px 10px;
    border: 1px solid rgb(245 98 155);
    font-size: 10px;
    padding: 4px;
}

.r-txt{
    font-size: 10px;
    background-color: #fff;
    padding: 6px 4px;
    margin-bottom: 12px;
    border-radius: 0 0 10px 10px;
    border: 1px solid rgb(245 98 155);
}


.logo{
    margin: 0 0 12px 0;
}

.num{
    text-align: center;
}
.num img{
    text-align: center;
    margin: 0 auto;
    width: 90px;
}

@media screen and (max-width:768px){
    .stars{
        font-size: 14px;
        padding: 3px 0;
    }
    .star{
      padding: 4px 0;
    }
    .r-txt{
        font-size: 10px;
        line-height: 1.3;
    }
    .r-btn{
        width: 100%;
        font-size: 12px;
    }
    .rank1 {
        padding: 4px;
        border: 2px solid #d8d8d8;
    }
    .fi{
        border: 2px solid #fff19f;
    }
    .num img{
        text-align: center;
        margin: 0 auto;
        width: 60px;
    }
    .name{
      font-size: 13px;
    }
    .r-ttl {
      padding: 3px 0;
      line-height: 1.1;
  }
  .star{
    line-height: 1.1;
  }
}

/*modern-tableーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.table-wrap {
    max-width: 1000px;
    margin: 20px auto;
    overflow-x: hidden; /* ← これ重要 */    

  }
  
  .modern-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff4fa;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
    border: 2px solid rgb(245, 98, 155);
  }
  
  .modern-table th,
  .modern-table td {
    padding: 18px 16px;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
  }

 .le{
    color: rgb(245, 98, 155);
    font-weight: 900;
  }
  
  .modern-table thead th {
    font-weight: 700;
    background: rgb(245, 98, 155);
    color: #fff;
  }
  
  .modern-table tbody th {
    background: #fafafa;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
  }
  
  /* 強調カラム */
  .modern-table .highlight {
    background:  #df6fbd;
    color: #ffffff;
    font-weight: 600;
  }
  .modern-table .highlight2 {
    background:  #ffebf9;
    color: #353535;
    font-weight: 600;
  }
  
  /* ヘッダーの強調 */
  .modern-table thead .highlight {
    font-size: 16px;
  }
  
  /* 角丸調整 */
  .modern-table thead tr th:first-child {
    border-top-left-radius: 16px;
  }
  .modern-table thead tr th:last-child {
    border-top-right-radius: 16px;
  }
  .modern-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
  }
  .modern-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
  }
  
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .table-scroll::-webkit-scrollbar {
    height: 6px;
  }
  
  .table-scroll::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
  }
  
  .table-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  
  /* SP時だけ最小幅を持たせる */
  @media (max-width: 768px) {
    .modern-table {
      min-width: 720px;
    }
    body {
        overflow-x: hidden;
      }
    
      .table-scroll {
        overflow-x: auto;
      }
    
      .modern-table {
        min-width: 430px;
      }
      .modern-table th, .modern-table td{
        padding: 5px 5px;
        font-size: 14px;
      }
  }




  h3 {
    position: relative;
    border-top: dotted 2px #ffd000;
    border-bottom: dotted 2px #ffd000;
    background: #fff8ed;
    line-height: 1.4;
    padding: 0.8em 0.5em;
    margin: 2.8em 0 1.2em;
    font-size: 15px;
    color: #353535;

  }
  
  h3:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    font-weight: 900;
    content: '\f0a7\ POINT';
    background: #ffd000;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.9em;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .box30 {
    margin: 1em 0;
    background: #f3f3f3;
}
.box30 .box-title {
    font-size: 1.1em;
    background: #f5629b;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
  padding: 12px 12px;
    margin: 0;
}

/*注意ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
h4 {
    position: relative;
    padding: 0.6rem;
    background: #ffc400;
    margin-top: 30px;
    text-align: center;
}

h4::before,
h4::after {
    position: absolute;
    height: 100%;
    width: 1rem;
    content: '';
    background: repeating-linear-gradient(45deg, black 0, black 4px, #ffc400 4px, #ffc400 8px);
}

h4::before {
    top: 0;
    left: 0;
}

h4::after {
    bottom: 0;
    right: 0;
}

.ttl-4{
    font-size: 18px;
}


.txt-4{
    padding: 12px 14px;
    line-height: 1.4;
    background-color: #fff0c8;
}
@media screen and (max-width: 768px){
    .txt-4{
        font-size: 14px;
    }
}

.box29 {
    margin: 1em 0;
    background: #ffe4ef;
}
.box29 .box-title {
    font-size: 18px;
    background: #F5629B;
    padding: 4px;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 10px 16px;
    margin: 0;
}
@media screen and (max-width: 768px){
    .box29 p {
        font-size: 14px;
        padding: 10px 10px;
    }
}

/*比較表ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.product-table-wrap {
    max-width: 1000px;
    margin: 10px auto 28px auto;
  }
  
  .product-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .product-compare-table {
    width: 100%;
    min-width: 830px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
    border: 3px solid #ffd1e3;
  }
  
  .product-compare-table th,
  .product-compare-table td {
    padding: 12px 12px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  
  .product-compare-table thead th {
    background: #F5629B;
    color: #fff;
    font-weight: 700;
  }
  
  .product-compare-table tbody th {
    background: #f3f3f3;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
  }
  
  .product-compare-table th:first-child,
.product-compare-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #f7f7f7;
}
  
  /* 商品画像ダミー */
  .product-image {
    width: 100%;
    height: 80px;
    border-radius: 10px;
  }
  
  .product-image.placeholder {
    background-image: url(../img/001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  @media screen and (max-width: 768px){
    .product-image.placeholder {
      background-size: 100%; 
    }
  }

  .product-image.placeholder2 {
    background-image: url(../img/002.jpg);
    background-size: 100%;   /* ← ここでサイズ調整 */
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .product-image.placeholder3 {
    background-image: url(../img/003.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .product-image.placeholder4 {
    background-image: url(../img/004.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .product-image.placeholder5 {
    background-image: url(../img/005.png);
    background-size: 80%;   /* ← ここでサイズ調整 */
    background-repeat: no-repeat;
    background-position: center;
  }
  
  /* ★評価 */
  .stars {
    color: #ff9900;
    font-weight: 700;
  }
  
  /* ◎マーク */
  .marks {
    font-weight: 700;
    font-size: 16px;
  }

  .good{
    color: red;
  }
  .nice{
    color: orange;
  }
  .soso{
    color: green;
  }
  .bad{
    color: blue;
  }
  
  /* リンク */
  .product-link {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 999px;
    background: #F5629B;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: opacity 0.2s;
  }
  
  .product-link:hover {
    opacity: 0.8;
  }
  
  .product-link.disabled {
    background: #ddd;
    color: #888;
    cursor: default;
    pointer-events: none;
  }

  .ivo{
    background-color: #ffffe2;
  }

  .ivo a{
    background-color: #00cea1;
    font-weight: bold;
    line-height: 1.3;
  }

  .cir{
    font-size: 24px;
  }
  
  /* SP調整 */
  @media (max-width: 768px) {
    .product-compare-table {
      min-width: 690px;
    }
  
    .product-compare-table th,
    .product-compare-table td {
      padding: 8px 8px;
      font-size: 13px;
      line-height: 1.2;
    }
    .product-link{
        padding: 5px 18px;
    }
  }

 /*ctaーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/ 

 .cta {
  text-align: center;
  margin: 30px 0;
}

.cta a {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: block;
    padding: 1rem 4rem;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    border-radius: 100px;
    width: 100%;
    color: #fff;
    background-color: #ff8200;
    overflow: hidden;
box-shadow: 0 4px 0 rgb(191 99 0);
}

/* 矢印 */
.cta .arrow {
    position: absolute;
    top: calc(50% - .5em);
    right: 1.6rem;
}

/* ホバー時 */
.cta a:hover .arrow {
  transform: translateX(6px);
  font-size: 1.6em;
}

#btn_animation a:hover {
    text-decoration: none;
    color: #fbfbfb;
}

#btn_animation a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.cta2 {
  text-align: center;
  margin: 30px 0;
}

.cta2 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
background: #45c585;background: #45c585;}

/* 矢印 */


/* 常時ふわっと鼓動するCTA感 */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 #54cf91; }
  70% { box-shadow: 0 0 0 18px rgba(31, 191, 184, 0); }
  100% { box-shadow: 0 0 0 0 rgba(31, 191, 184, 0); }
}


@media (max-width: 768px) {
  .cta a {
font-size: 1.1rem;
        line-height: 1.2;
        padding: 0.8rem 0;
        letter-spacing: .01em;
        width: 100%;
  }}
  @media (min-width: 768px) {
  .cta .arrow {
    position: absolute;
    top: calc(50% - .7em);
    right: 1.6rem;
}
}
/*one areaーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.oneimg{
    width: 100%;
}
.info-table-wrap {
    max-width: 720px;
    margin: 20px auto;
  }
  
  .info-detail-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    overflow: hidden;
    border: 1px solid #F5629B;
    font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  }
  
  .info-detail-table th,
  .info-detail-table td {
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid #dadada;
  }
  
  /* 左列（項目名） */
  .info-detail-table th {
    width: 35%;
    background: #f3f3f3;
    text-align: left;
    font-weight: 600;
    position: relative;
  }
  
  /* 左のアクセントライン */
  .info-detail-table th::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #F5629B;
  }
  
  /* 右列（内容） */
  .info-detail-table td {
    color: #333;
  }
  
  /* 強調テキスト */
  .info-detail-table .accent {
    color: #F5629B;
    font-weight: 700;
  }
  
  /* 最終行のボーダー除去 */
  .info-detail-table tr:last-child th,
  .info-detail-table tr:last-child td {
    border-bottom: none;
  }
  
  .one-area{
    background-color: #ffedfa;
    padding: 4% 3% 3% 3%;
    border-radius: 30px 30px 30px 30px;
  }
  
  /* SP微調整 */
  @media (max-width: 768px) {
    .info-detail-table th,
    .info-detail-table td {
      padding: 8px 14px;
      font-size: 14px;
    }
  }

/*おすすめーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.h-61{
    text-align: center;
    margin: 0 0 4% 0;
    font-size: 24px;
    border: solid 3px #fff;/*線色*/
    background: linear-gradient(-95deg, #9f64d5, #f1699e);
    padding: 0.4em;/*文字周りの余白*/
    border-radius: 2em;/*角丸*/
    color: #fff;
}

.h-6{
    font-size: 20px;
}

.h-61-1{
    text-align: center;
    margin: 0 0 2% 0;
    font-size: 24px;
    border: solid 3px #f3c9e6;/*線色*/
    background-color: #fff7fd;
    padding: 0.4em;/*文字周りの余白*/
    border-radius: 2em;/*角丸*/
}

.h-6-1{
    background: linear-gradient(-95deg, #7f37c2, #f5629b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}

@media (max-width: 768px){
    .h-6{
        font-size: 24px;
        padding: 0px;
    }
}

.sub-c{
position: relative;
    width: fit-content;
    padding: 7px 16px;
    text-align: center;
    margin: 0 auto;
    margin: 0 auto 20px;
    color: #373737;
    font-weight: bold;
    line-height: 1.3;
        font-size: 17px;
}

.sub-c::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #f5629b;
  border-top: none;
  translate: -50%;
}
.sub-c::after {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    width: 22px;
    height: 2px;
    box-sizing: border-box;
    background-color: #f5629b;
    box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
    rotate: 50deg;
    translate: -50%;
}


.box299 {
  margin: 2em 0;
  background: #F5629B;
  border-radius: 20px;
}
.box299 .box-title {
  font-size: 1.2em;
  background: #F5629B;
  padding: 18px 4px 0px 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 20px 20px 0 0;
}
.box299 p {
  padding: 14px 14px;
  margin: 0;
}


.plan-table-wrap {
  max-width: 1000px;
  margin: 18px auto;
  padding: 0 16px 20px;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  border-radius: 20px;
}

.plan-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding-top: 3%;
}

/* カード */
.plan-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 18px 20px 12px;
  text-align: center;
}

/* ライトプランだけ少し強調 */
.plan-card.is-light {
  border: 2px solid #F5629B;
}

/* 吹き出し */
.plan-bubble {
  position: absolute;
  top: -38px;
  left: -10px;
  background: #333333;
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  max-width: 160px;
  line-height: 1.4;
  font-weight: bold;
  line-height: 1.3;
}

/* 吹き出しの三角 */
.plan-bubble::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 16px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
}

/* タイトル */
.plan-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* 画像ダミー */
.plan-image {
  width: 100%;
  height: 140px;
  border-radius: 12px;
  margin-bottom: 8px;
}

.plan-image.placeholder {
  background: #f1f1f1;
  margin-top: 10px;
}

/* 価格 */
.plan-price {
  font-size: 22px;
  font-weight: 700;
  color: #F5629B;
}

/* SP対応 */
@media (max-width: 768px) {
  .plan-table {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .plan-bubble {
    right: 12px;
    max-width: 118px;
    font-size: 11px;
    top: -17px;
    padding: 5px 5px;
  }
  .plan-image{
    height: 90px;
  }
  .plan-price {
    font-size: 16px;
  }
  .box299 p{
    padding: 0px 14px;
  }
}

@media (min-width: 768px){
    .sub-c{
        font-size: 20px;
}
.h-6 {
    font-size: 26px;
}
}

/*おすすめポイントーーーーーーーーーーーーーーー*/

.os-h{
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 0 14px 14px;
  border-left: 6px solid #F5629B;
  margin: 34px 0 14px;
}

.pointt{
  color: #F5629B;
}

.os-txt{
  margin-bottom: 18px;
}

.ttl-os{
  text-align: center;
  margin: 80px auto 0;
  width: 60%;
}
@media (max-width: 768px){
  .ttl-os{
    text-align: center;
    margin: 50px auto -14px;
    width: 80%;
  }
}


/*事業内容の表ーーーーーーーーーーーーーーー*/



.plan-compare-wrap {
  max-width: 1100px;
  margin: 20px auto;
}

.plan-compare-title {
  display: inline-block;
  padding: 14px 28px;
  background: #F5629B;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* 横スクロール */
.plan-compare-scroll {
  overflow-x: auto;
  border: 3px solid #ffd1e3;
  border-radius: 8px;
  background: #fff;
}

/* テーブル本体 */
.plan-compare-table {
  width: 100%;
  min-width: 510px;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
  color: #555;
}

/* セル共通 */
.plan-compare-table th,
.plan-compare-table td {
  border: 1px solid #e0e0e0;
  padding: 4px 6px;
  text-align: center;
  vertical-align: middle;
}

/* 左カテゴリ */
.plan-compare-table tbody th {
  background: #f1f1f1;
  white-space: nowrap;
  font-weight: 600;
  color: #000000;
}

/* 説明列 */
.plan-compare-table tbody td:nth-child(2) {
  text-align: left;
  color: #000000;
}

/* プランヘッダー */
.plan-light {
  background: #fde4ec;
  color: #F5629B;
  font-weight: 700;
}

.plan-standard {
  background: #f9d1df;
  color: #F5629B;
  font-weight: 700;
}

.plan-premium {
  background: #F5629B;
  color: #fff;
  font-weight: 700;
}

.plan-compare-table thead span {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-top: 4px;
}

/* ドット */
.plan-compare-table td {
  font-size: 14px;
  color: #F5629B;
}

/* SP */
@media (max-width: 768px) {
  .plan-compare-table {
    min-width: 516px;
  }
}

.sc{
  color: #F5629B;
  text-align: center;
  font-weight: bold;
  padding-bottom: 3px;
}

.sc-ttl{
    background-color: #ffd1e3;
    color: #F5629B;
        width: 40%;
    text-align: center;
    padding: 2%;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    margin-bottom: -27px;
}
/*口コミーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.kuchikomi{
    margin: 0 0%;
}

.review-contents{
    margin: 2% 0 1% 0;
    padding: 1% 4% 2%;
    border-radius: 5px;
    background: #fff
}

.rev-ttl{
  font-size: 18px;
  color: #F5629B;
  font-weight: bold;
}


.prof{
  display: flex;
  align-items: center;
  margin-bottom: 1%;
}

.review{
    font-size: 13px;
    line-height: 1.4;
}

.review-contents img{
    margin: 1% 2% 1% 0;
    width: 50px;
    height: 50px;
}

.yellow{
    color: rgb(255, 145, 0);
}

.entrance{
    display: flex;
    width: 51%;
    gap: 3%;
    margin-bottom:2%;
}

@media screen and (min-width: 699px){
    .cta_btn:hover {
        text-decoration: none;
        color: #fff;
        box-shadow: none;
        -webkit-transform: translateY(3px);
}
}

@media screen and (max-width: 699px){
    .rank-table-lead{
        font-size: 16px;
    }
    
    .clinic-title{
        padding: 6% 0;
    }
    .review-contents {
      padding: 4% 6% 4%;
    }
    .rev-ttl{
      line-height: 1.2;
    }
    .prof {
      margin-bottom: 3%;
  }
}

.js-fade-review {
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* 白グラデーション */
.js-fade-review::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%; /* ← グラデーションの高さを増やす */
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0),
    rgba(255,255,255,0.6) 30%,
    rgba(255,255,255,0.85) 60%,
    rgba(255,255,255,1) 100%
  );
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* 展開後 */
.js-fade-review.is-open {
  overflow: visible;
}

.js-fade-review.is-open::after {
  opacity: 0;
}

.fade-toggle {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.9);
  border-radius: 20px;
  padding: 6px 14px;
  z-index: 2;
  font-size: 13px;
  transition: bottom 0.3s ease;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

/* 開いたときは下に移動 */
.js-fade-review.is-open .fade-toggle {
  bottom: -32px; /* ← 好みで調整 */
}

.rev-tt{
  text-align: center;
  color: #F5629B;
  font-weight: bold;
  font-size: 18px;
}

.heading-8 {
  position: relative;
  padding: .5em .7em;
  border-radius: 50px 0 0 50px;
  background: linear-gradient(-95deg, #9e64d4, #ee7ba7);
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  margin-top: 30px;
}

.heading-8::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 13px;
  border-radius: 50%;
  background: #fff;
}

/*flow------------------------------------------------------------*/

.flow{
  margin-bottom: 2%;
  margin-top: 40px;
}
@media screen and (max-width: 699px){
  .flow{
    margin-bottom: 2%;
    margin-top: 20px;
  }
}

/*-------日本ピラティスアカデミー--------------------------------------------------------------------------------------------*/

.small{
  font-size: 10px;
}

.two-area{
  margin-top: 7%;
  background-color: #edf3ff;
  padding: 4% 3% 3% 3%;
  border-radius: 30px 30px 30px 30px;
}

.h-622{
  text-align: center;
  margin: 0 0 2% 0;
  font-size: 24px;
  border: solid 3px #c9cdf3;/*線色*/
  background-color: #f7f8ff;
  padding: 0.4em;/*文字周りの余白*/
  border-radius: 2em;/*角丸*/
  color: #353535;
}
.h-62{
  font-size: 18px;
}

.sec-tab th::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #7f6add;

}

.sec-tab {
  border: 1px solid #7f6add;
  border-radius: 5px;
}


/*-------日クラブピラティス-------------------------------------------------------------------------------------------*/

.thi-area{
  margin-top: 7%;
  background-color: #fffae0;
  padding: 4% 3% 3% 3%;
  border-radius: 30px 30px 30px 30px;
}

.h-623{
  text-align: center;
  margin: 0 0 2% 0;
  font-size: 24px;
  border: solid 3px #ffe59d;/*線色*/
  background-color: #fffdf1;
  padding: 0.4em;/*文字周りの余白*/
  border-radius: 2em;/*角丸*/
  color: #353535;
}

.thi-tab th::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #faac52;
}

.thi-tab{
  border: 1px solid #faac52;
  border-radius: 5px;
}

    .fukidashi-01-06 {
      position: relative;
      width: fit-content;
padding: 7px 10px;
      border: 2px solid #ff95bb;
      border-radius: 4px;
        position: relative;
  width: fit-content;
  margin: 36px auto 20px;
    }
    .fukidashi-01-06::before {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 50%;
      width: 15px;
      height: 15px;
      box-sizing: border-box;
      background-color: #ffffff; /* 背景色と同じ色を指定 */
      rotate: 135deg;
      translate: -50%;
    }
    .fukidashi-01-06::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 50%;
      width: 15px;
      height: 15px;
      box-sizing: border-box;
      border: 2px solid;
      border-color: #ff95bb #ff95bb transparent transparent;
      rotate: 135deg;
      translate: -50%;
    }

.parent {
  text-align: center;
}


footer{
  background: linear-gradient(-95deg, #9e64d4, #ee7ba7);
  text-align: center;
  padding: 20px 0;
}

footer a{
  text-decoration: none;
  color: #fff !important;
  margin:0 auto; 

}

@media screen and (max-width: 699px){
  footer{
    background: linear-gradient(-95deg, #9e64d4, #ee7ba7);
    text-align: center;
    padding: 20px 0;

  }
}


/*コラムーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.column_box {
  max-width: 850px;
  margin: 40px auto;
  width: 100%;
}
.column_box .toggle {
  display: none;
}
.column_box .Label {
  /*タイトル*/
  padding: 15px;
  display: block;
  color: #fff;
  background: #F5629B;
  text-align: left;
  font-weight: 700;
  font-size: 22px;
}
.column_box .Label::after {
  /*タイトル横の矢印*/
  content: "";
  width: 9px;
  height: 9px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: rotate(135deg);
}
.column_box .Label,
.column_box .column_list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  margin-top: 0;
  list-style: none;
}
.column_box .column_list {
  /*本文*/
  height: 0;
  margin-bottom: 17px;
  padding: 0 20px;
  overflow: hidden;
  text-align: left;
  background-color: ivory;
}
.toggle:checked+.Label+.column_list {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all .3s;
}
.toggle:checked+.Label::after {
  transform: rotate(-45deg) !important;
}

@media screen and (max-width:760px) {
  .column_box .Label::before {
  height: 25px;
  width: 25px;
  margin-right: 1px;
  }
  .column_box .Label {
  padding: 13px 35px 13px 42px;
  font-size: 16px;
  text-indent: -27px;
  }
  .toggle:checked+.Label+.content {
  padding: 13px;
  }
  .toggle:checked+.Label+.content p{
  font-size: 16px;
  line-height: 1.4;
  }
  .column_box .content {
  margin-bottom: 10px;
  }
}

.column{
  display: block;
  margin: 0 auto;
  width: 95%;
}
.column .ttl{
  border-left: 5px solid #F5629B;
  padding: 5px 0px 5px 13px;
  font-weight: bold;
  margin-top: 25px;
}
.column p{
  color: #666;
  font-size: 16px;
}

.column img{
  width: 100%;
  object-fit: contain;
  display: block;
  vertical-align: bottom;
  margin-top: 20px;
}


