/* 社外CMO */
/* 固定ページ共通CSS */
/* 不要要素の非表示 */
p {
  margin-bottom: 0 !important;
}

.sidebar,
.sns-share,
.date-tags,
.article-footer,
.entry-title {
  display: none;
}
 
.content-in {
  justify-content: center;
}
 
.wrap {
  width: 100%;
}
 
.main {
  width: 100%;
  padding: 0px;
}
 
.entry-content {
  background-color: var(--white);
  color: var(--text-main);
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin-bottom: 0px !important;
}
 
.content {
  margin-top: 0px;
}

.article {
  margin-bottom: 0px !important;
}
 
.footer {
  margin-top: 0px;
}

/* ========== ファーストビュー ========== 
.first-view {
  position: relative;
  width: 100%;
  margin-bottom: 0 ;
}
 
.first-view-information {
  position: relative;
  background-color: var(--green-1);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--gray-1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
 
.first-view-information a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
 
.first-view-contact {
  position: relative;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--gray-1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
 
.first-view-contact a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
 
.first-view-img {
  width: 100%;
}
*/

.cmo-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 0px;
}

.cmo-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ========== お悩み ========== */
  .cmo-problem-wrapper {
    background-color: var(--white);
  }

  .cmo-problem-title,
  .cmo-problem-examples {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
  }

  .cmo-problem-example-detail {
    display: flex;
    justify-content: space-between;
  }

  /* ========== お悩みタイトル ========== */
  /* スラッシュ */
  .text-stroke {
    -webkit-text-stroke: 1.5px #000;
  }

  /* ルビ */
  .cmo-problem-title ruby {
    font-size: 1em;
    text-align: center;
  }

  /* 画像 */
  .example-img,
  .question-img {
    height: auto;
  }

  .cmo-problem-example-content {
    background-color: var(--yellow-3);
    width: 100%;
    align-items: center;
    display: flex;
    border-radius: 200px;
  }

  /* テキスト配色 */
  .text-yellow4 {
    color: var(--yellow-4);
    line-height: normal;
  }

  .text-content h3 {
    text-align: start;
    line-height: normal;
  }

/* ========== お悩み解決 ========== */
  .cmo-solution-wrapper {
    background-color: var(--yellow-1);
  }

   /* 三角形 */
  .cmo-solution-wrapper:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
  }

  .cmo-solution-text p{
    color: var(--white);
  }

  .cmo-solution-text h2{
    color: var(--white);
  }

/* ========== 社外CMOポイント ========== */
  .cmo-point-wrapper {
    background-color: var(--yellow-3);
  }


  /* ========== タイトル ========== */
  .cmo-point-sub-title {
    background-color: var(--yellow-4);
    color: var(--white);
    text-align: center;
  }

  /* ========== ポイント内容 ========== */
  .cmo-point-details {
    width: 100%;
  }

  .cmo-point-detail {
    background-color: var(--white);
    align-items: center;
  }

  /* ========== ポイント番号 ========== */
  .point-number p {
    line-height: 1;
  }

  .cmo-point-detail-label {
    background-color: var(--brown-4);
    color: var(--white);
    border-radius: 200px;
    display: inline-block;
  }
  
  .cmo-point-detail-text {
    line-height: 1;
  }

  .cmo-point-detail-text ul {
    padding-left: 0;
    margin: 0;
  }

  .cmo-point-detail-text li {
    margin: 0 !important;
  }

  /* お悩みポイントリストカスタム */
  .custom-list li,
  .custom-list-two-lines li {
    list-style: none; /* デフォルトの・を消す */
    position: relative;
    padding-left: 1.2em; /* マーカー用のスペース */
  }
  
  /* リスト自作 */
  .custom-list li::before,
  .custom-list-two-lines li::before {
    content: '•';  /* 自作マーカーの記号 */
    position: absolute;
    left: 0;
  }

  /* ポイント画像 */
  .point-img {
    height: auto;
  }

/* ========== 比較 ========== */ 
  .cmo-comparison-title{
    text-align: center;
  }

  .cmo-comparison-title-not-only,
  .cmo-comparison-title-flex,
  .cmo-comparison-vs-text {
    line-height: normal;
  }

  .cmo-comparison-title-costmax {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cmo-comparison-title-costmax-label {
    color: var(--white);
    background-color: var(--brown-4);
    text-align: center;
  }

  .cmo-comparison-title-text p{
    font-family: 'Inter', sans-serif !important;
  }

  .cmo-comparison-vs-title {
    display: flex;
    justify-content: space-around;
    width: 100%;
    text-align: center;
    align-items: center;
  }

  /* タイトル画像 */
  .vs-title-img {
    display: inline-block;
    overflow: hidden;  
  }

  .vs-title-img img {
    height: 100%;/* 親の高さに合わせる */
    width: auto;
    display: block;
  }

  .cmo-comparison-vs-title-main rt {
    font-size: 2em;
    text-align: center;
  }

  .cmo-comparison-vs-title-circle {
    background-color: var(--yellow-4); /* 円の色 */
    border-radius: 50%; /* 角丸を50% */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 円の中のテキスト */
  .cmo-comparison-vs-title-circle p {
    color: var(--white);   
    line-height: normal;
  }

  /* ========== 比較表 ========== */ 
  /* 比較背景 */
  .cmo-comparison-vs-details { 
    background: linear-gradient(to right, var(--gray-4) 50%, var(--brown-4) 50%);/* 背景を左右で色分け */
    box-sizing: border-box;
    width: 100%;
  }
  
  .cmo-comparison-vs-detail {
    display: flex;
    justify-content: space-around;
  }

  .cmo-comparison-vs-text {
    width: 37%;
    background-color: var(--white);
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  /* 比較アイコン */
  .cmo-comparison-vs-icon {
    width: 24%;
    background-color: var(--yellow-1);
    text-align: center;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cmo-comparison-vs-icon img {
    height: auto;
  }

/* CTAセクション */
  .cta-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
  }

  .cta-bg {
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: left top;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .cta-inner {
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-left {
    display: flex;
    flex-direction: column;
  }

  .cta-lead {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cta-lead p {
    color: var(--white);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
  }

  .cta-title {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cta-title h2 {
    font-weight: bold;
    color: var(--white);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
  }

  .cta-desc {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cta-desc p {
    color: var(--white);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
  }

  .cta-btn-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .cta-btn-main {
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--green-1);
    text-decoration: none;
  }

  .cta-btn-main:hover {
    background-color: var(--green-1);
    color: var(--white);
  }

  .cta-btn-sub {
    background-color: var(--green-1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    text-decoration: none;
  }

  .cta-btn-sub:hover {
    background-color: var(--white);
    color: var(--green-1);
  }

  .cta-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .cta-free-circle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* FAQセクション */
  .faq-container {
    background-color: var(--gray-2);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    overflow: hidden;
  }

  .faq-inner {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faq-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .faq-header-bg {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }

  .faq-header-text {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
  }

  .faq-header-illust {
    position: absolute;
    z-index: 3;
  }


  .faq-header-label p {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    text-align: center;
  }

  .faq-header-title h2 {
    font-weight: bold;
    color: var(--yellow-4);
    margin-bottom: 0px; 
    text-align: center;
  }

  .faq-list {
    display: grid;
    margin: 0 auto;
    width: 100%;
  }

  .faq-item {
    position: relative;
  }

  .faq-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .faq-item-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .faq-q {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .faq-q-label {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .faq-q-label p {
    font-weight: bold;
    color: var(--green-1);
    margin-bottom: 0px;
    text-align: center;
  }

  .faq-q-text {
    display: flex;
    align-items: center;
    line-height: 1.3;
  }

  .faq-q-text h3 {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
  }

  .faq-a {
    display: flex;
    justify-content: center;
  }

  .faq-a-label {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .faq-a-label p {
    font-weight: bold;
    color: var(--pink);
    margin-bottom: 0px;
    text-align: center;
  }

  .faq-a-text {
    display: flex;
    line-height: 1.3;
  }

  .faq-a-text p {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
  }

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

  /*
  .first-view-description {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }

  .first-view-description-title p {
    font-size: 55px;
    margin-bottom: 1.8em !important;
  }

  .first-view-description-sub-title p {
    font-size: 32px;
    margin-bottom: 1.8em !important;
  }

  .first-view-link-area {
    display: flex;
  }

  .first-view-information {
    width: 300px;
    height: 75px;
    border-radius: 10px;
  }

  .first-view-information p {
    font-size: 20px;
    margin-bottom: 0px;
    color: var(--white);
  }

  .first-view-contact {
    width: 180px;
    height: 75px;
    margin-left: 25px;
    border-radius: 10px;
  }

  .first-view-contact p {
    font-size: 20px ;
  }
  */

/* ========== 共通 ========== */
  /* コンテナ */
  .cmo-container {
    max-width: 1200px;
  }
    
  /* ========== タイトル========== */
  /* タイトルの協調文字 */
  .title-large {
    font-size: 70px;
  }

  .title-medium{
    font-size: 48px;
  }

  .title-text{
    font-size: 45px;
  }


  

/* ========== お悩み ========== */
  .cmo-problem-container {
    margin: 75px 0 60px 0;
  }

  /* ========== お悩みタイトル ========== */
  .text-stroke {
    font-size: 45px;
  }

  .cmo-problem-title {
    margin-bottom: 60px;
  }

  .cmo-problem-title h2{
    font-size: 45px;
    padding: 0;
  }

  /* ========== お悩み内容========== */
  /* 左右入れ替え */
  .cmo-flex-row-reverse {
    flex-direction: row-reverse;
  }

  /* お悩み画像 */
  .example-img {
    width: 250px;
  }

  .cmo-problem-example-content {
    height: 150px;
  }

  .cmo-problem-example-detail:not(:last-child) {
    margin-bottom: 40px;
  }

  /* ハテナアイコン */
  .question-img {
    width: 80px;
    margin-left: 108px;
  }

  .text-content {
    margin-left: 30px;
  }

  /* テキスト */
  .text-content .text-yellow4 {
    font-size: 30px;
  }

  .text-content h3 {
    font-size: 26px;
    padding: 0;
  }

/* ========== お悩み解決 ========== */
   /* 三角形 */
  .cmo-solution-wrapper:after {
    bottom: -28px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid var(--yellow-1);
  }

  .cmo-solution-text h2{
    font-size: 45px;
  }

/* ========== 社外CMOポイント ========== */ 
  /* ========== タイトル ========== */
  .cmo-point-sub-title {
    width: 900px;
    margin-top: 70px;
  }

  .cmo-point-sub-title p{
    font-size: 34px;
  }

  .cmo-point-sub-title p span{
    font-size: 45px;
  }

  .cmo-point-title{
    font-size: 36px;
    margin-top: 20px;
  }

  .cmo-point-title h3{
    font-size: 36px;
    padding: 0;
  }

  /* ========== ポイント内容 ========== */
  .cmo-point-details {
    margin-top: 60px;
  }

  .cmo-point-detail {
    border-radius: 50px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
  }

  .cmo-point-detail:not(:last-child){
    margin-bottom: 30px;
  }

  .cmo-point-detail-inner{
    display: contents; /* クラスを無効化*/
  }

  .cmo-point-detail-title {
    display: contents;
  }

  /* ========== ポイント番号 ========== */
  .point-number p {
    font-size: 90px;
  }

  /* ルビ */
  .point-number rt {
    font-size: 0.3em;
  }
  
  /* ========== お悩みポイントテキスト ========== */
  .cmo-point-detail-content {
    width: 55%;
    margin-left: 40px;
  }

  .cmo-point-detail-label {
    margin-bottom: 14px;
  }

  .cmo-point-detail-label h4{
    font-size: 20px;
    margin: 0 40px;
  }

  .custom-list p,
  .cmo-point-list p {
    line-height: 36px;
  }

  .cmo-point-detail-text .text-yellow4 {
    font-size: 24px;
  } 

  .cmo-point-detail-text {
    font-size: 20px;
    line-height: 34.5px;
  }

  /* リストの項目と内容を横並び */
  .cmo-point-list {
      display: flex;
  }

  /* リスト自作 */
  .custom-list li::before,
  .custom-list-two-lines li::before {
    font-size: 1em;
    line-height: 34.5px;
  }

  /* ポイント画像 */
  .point-img {
    width: 229px;
  }

/* ========== 比較 ========== */ 
  .cmo-comparison-title{
    margin-top: 62px;
  }

  .cmo-comparison-title-not-only {
    font-size: 24px;
  }

  .cmo-comparison-title-flex h5{
    font-size: 45px;
  }

  .cmo-comparison-title-costmax {
    margin-top: 10px;
  }

  .cmo-comparison-title-costmax-label {
    width: 315px;
    border-radius: 50px;
  }

  /* タイトル画像 */
  .vs-title-img {
    height: 244px; 
  }
  
  .cmo-comparison-vs-title-main p {
    font-size: 48px;
  }

  .cmo-comparison-vs-title-circle {
    width: 196px; /* 円の直径 */
    height: 196px; /* 円の直径 */
  }

  /* 円の中のテキスト */
  .cmo-comparison-vs-title-circle p {
    font-size: 30px;
  }

  .cmo-comparison-vs-details {
    margin-bottom: 80px;
  }

  /* ========== 比較表 ========== */ 
  .cmo-comparison-vs-details-inner {
    margin: 60px 100px;
  }

  .cmo-comparison-vs-detail:not(:last-child) {
    margin-bottom: 20px; 
  }

  .cmo-comparison-vs-text {
    border-radius: 20px;
    height: 150px;
    font-size: 23px;
  }

  .cmo-comparison-vs-text .text-yellow4 {
    font-size: 30px;
  }

  /* 比較アイコン */
  .cmo-comparison-vs-icon {
    border-radius: 20px;
    height: 150px;
  }

  .cmo-comparison-vs-icon img {
    width: 108px;
  }

  
/* ========== CTAセクション ========== */ 
  .cta-container,
  .cta-bg {
    height: 500px;
  }

  .cta-inner {
      max-width: 1200px;
      height: 500px;
      justify-content: center;
  }

  .cta-left {
      width: 700px;
      height: 405px;
  }

  .cta-lead {
      width: 700px;
      height: 50px;
      font-size: 20px;
  }

  .cta-title {
      width: 700px;
      height: 130px;
      font-size: 24px;
  }

  .cta-title h2 span {
      font-size: 40px;
  }

  .cta-desc {
      width: 700px;
      height: 170px;
      font-size: 20px;
  }

  .cta-btn-area {
      width: 700px;
      height: 55px;
  }

  /* CTAボタン共通 */
  .cta-btn-main,
  .cta-btn-sub {
      width: 386px;
      height: 55px;
      border-radius: 27.5px;
      border: 4px solid;
      font-size: 16px;
  }

  .cta-btn-main {
      width: 386px;
  }

  .cta-btn-sub {
    width: 286px;
}

  .cta-btn-main span,
  .cta-btn-sub span {
      font-size: 20px;
  }

  .cta-btn-main,
  .cta-btn-main:hover,
  .cta-btn-sub,
  .cta-btn-sub:hover
   {
    border: 4px solid var(--white );
  }

  .cta-right {
      width: 560px;
      height: 400px;
      margin-left: -40px;
  }

  .cta-free-circle {
      width: 170px;
      height: 170px;
      margin-left: -20px;
  }

  .cta-free-circle img {
      width: 170px !important;
      height: 170px !important;
      max-width: 170px !important;
  }

  .cta-image {
      width: 370px;
      height: 400px;
  }

  /* FAQセクション */
  .faq-inner {
    max-width: 1200px;
  }

  .faq-header {
    width: 1000px;
    height: 208px;
    margin-top: 50px;
  }

  .faq-header-bg {
    width: 500px;
    height: 150px;
  }

  .faq-header-text {
    width: 500px;
    height: 150px;
  }

  .faq-header-illust {
    top: 72px;
    left: 800px;
  }

  .faq-header-illust img {
    width: 160px;
    height: auto;
  }

  .faq-header-label {
    width: 500px;
    height: 30px;
    margin-top: 10px;
  }

  .faq-header-label p {
    font-size: 24px;
  }

  .faq-header-title {
    width: 500px;
    height: 100px;
  }

  .faq-header-title h2 {
    font-size: 64px;
    letter-spacing: 25.6px;
    /* ご質問って文字だと何故か左寄りになるので中央に見せるためにパディング */
    padding: 0px 0px 0px 30px;
    margin-top: 15px;
  }

  .faq-list {
    max-width: 1100px;
    grid-template-columns: repeat(2, auto);
    justify-content: space-around;
    margin-bottom: 100px;
  }

  .faq-item {
    width: 500px;
    height: 360px;
    margin-bottom: 50px;
  }

  .faq-item-bg {
    width: 500px;
    height: 360px;
  }

  .faq-item-text {
    width: 500px;
    height: 360px;
  }

  .faq-q {
    width: 500px;
    height: 100px;
    margin-top: 22px;
  }

  .faq-q-label {
    width: 100px;
    height: 100px;
  }

  .faq-q-label p {
    font-size: 40px;
  }

  .faq-q-text {
    width: 400px;
    height: 100px;
  }

  .faq-q-text h3 {
    font-size: 20px;
    padding: 0;
  }

  .faq-q-text h3 span {
    font-size: 24px;
  }

  .faq-a {
    width: 500px;
    height: 227px;
  }

  .faq-a-label {
    width: 100px;
    height: 50px;
  }

  .faq-a-label p {
    font-size: 40px;
  }

  .faq-a-text {
    width: 400px;
    height: 200px;
  }

  .faq-a-text p {
    font-size: 20px;
  }

}

@media screen and (max-width: 1023px) {
   .pc-only {
    display: none;
  }

  .main {
    margin: 0px !important;
    padding: 0px !important;
  }

  .entry-content {
    margin-bottom: 0 !important;
  }

  /*

  .first-view-description {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    text-align: center;
  }

  .first-view-description-title p {
    font-size: 24px;
  }

  .first-view-description-title p span {
    font-size: 32px;
  }

  .first-view-description-sub-title p {
    font-size: 20px;
  }

  .first-view-link-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .first-view-information {
    width: 250px;
    height: 50px;
    border-radius: 25px;
  }

  .first-view-information p {
    font-size: 16px;
  }

  .first-view-contact {
    margin-top: 20px;
    width: 250px;
    height: 50px;
    border-radius: 25px;
    color: var(--black-1);
  }

  .first-view-contact p {
    font-size: 16px;
  }

  */
/* ========== 共通 ========== */
  /* コンテナ */
  .cmo-container {
    max-width: 343px;
  }

  /* ========== タイトル========== */
  /* タイトルの協調文字 */
  .title-large {
    font-size: 24px;
  }

  .title-medium{
    font-size: 19px;
  }

  .title-text{
    font-size: 20px;
  }

  /* ========== お悩み ========== */
  .cmo-problem-container {
    max-width: 343px;
    margin: 24px 0 36px 0;
  }

  .cmo-problem-examples {
    height: 272px;
  }

  /* ========== お悩みタイトル ========== */
  .text-stroke {
    font-size: 18px;
  }

  .cmo-problem-title {
    margin-bottom: 24px;
  }

  .cmo-problem-title h2{
    font-size: 20px;
    padding: 0;
  }

  /* ========== お悩み内容========== */
  .cmo-problem-example-content {
    height: 84px;
    display: flex;
    justify-content: space-evenly;
  }
  
  /* お悩み画像 */
  .example-img {
    width: 65px;
  }

  .text-content {
    width: 67%;
  }

   /* テキスト */
  .text-content h3 {
    font-size: 12px;
    padding: 0;
  }

  .text-content .text-yellow4 {
    font-size: 14px;
  }

/* ========== お悩み解決 ========== */
  /* 三角形 */
  .cmo-solution-wrapper:after {
    bottom: -14px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid var(--yellow-1);
  }

  .cmo-solution-text h2{
    font-size: 20px;
  }

/* ========== 社外CMOポイント ========== */ 
  /* ========== タイトル ========== */
  
  .cmo-point-sub-title {
    width: 300px;
    margin-top: 24px;
  }

  .cmo-point-sub-title p{
    font-size: 12px;
  }

  .cmo-point-title{
    font-size: 12px;
    margin-top: 6px;
  }

  .cmo-point-title h3{
    font-size: 12px;
    padding: 0;
  }

  /* ========== ポイント内容 ========== */
  .cmo-point-details {
    margin-top: 24px;
  }

  .cmo-point-detail {
    border-radius: 34px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
  }

  .cmo-point-detail:not(:last-child){
    margin-bottom: 10px;
  }

  .cmo-point-detail-inner {
    margin: 16px 0;
  }

  .cmo-point-detail-title {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: start;
    margin-bottom: 14px;
  }

  /* リスト自作 */
  .custom-list li::before {
    font-size: 1em;
    line-height: 1.5;
  }

  .custom-list-two-lines li::before{
    font-size: 1em;
    line-height: 1;
  }

  /* ========== ポイント番号 ========== */
  .point-number p {
    font-size: 24px;
  }

  /* ルビ */
  .point-number rt {
    font-size:0.4em;
  }

  /* ========== お悩みポイントテキスト ========== */
  .cmo-point-detail-label {
    height: 19px;
  }

  .cmo-point-detail-label h4{
    font-size: 13px;
    margin: 0 20px;
    line-height: normal;
    padding: 0;
  }

  .cmo-point-detail-text .text-yellow4 {
    font-size: 13px;
  }

  .cmo-point-detail-text {
    font-size: 12px;
    margin-bottom: 10px;
  }

  /* ポイント画像 */
  .point-img {
    width: 90px;
    margin: 0 auto;
  }

/* ========== 比較 ========== */ 
  .cmo-comparison-title{
    margin-top: 36px;
  }

  .cmo-comparison-title-not-only {
    font-size: 12px;
  }

  .cmo-comparison-title-flex h5{
    font-size: 20px;
    padding: 0;
  }

  .cmo-comparison-title-costmax p {
    font-size: 13px;
  }

  .cmo-comparison-title-costmax-label {
    width: 110px;
    border-radius: 50px;
  }

  /* タイトル画像 */
  .vs-title-img {
    height: 78px; 
  }

  .cmo-comparison-vs-title {
    margin-top: 12px;
  }

  .cmo-comparison-vs-title-main p {
    font-size: 13px;
  }

  .cmo-comparison-vs-title-circle {
    width: 68px; /* 円の直径 */
    height: 68px; /* 円の直径 */
  }

  /* 円の中のテキスト */
  .cmo-comparison-vs-title-circle p {
    font-size: 13px;
  }

  /* ========== 比較表 ========== */ 
  .cmo-comparison-vs-details {
    margin-bottom: 36px;
  }
  .cmo-comparison-vs-details-inner {
    margin: 10px 7px;
  }

  .cmo-comparison-vs-detail:not(:last-child) {
    margin-bottom: 10px; 
  }

  .cmo-comparison-vs-text {
    border-radius: 4px;
    height: 60px;
    font-size: 12px;
  }

  /* 比較アイコン */
  .cmo-comparison-vs-icon {
    border-radius: 4px;
    height: 60px;
  }

  .cmo-comparison-vs-icon p{
    font-size: 11px;
  }

  .cmo-comparison-vs-icon img {
    width: 30px;
  }

/* CTAセクション */
  .cta-container {
    height: 470px;
    background: linear-gradient(141deg, #004628 -0.26%, #00AC62 100%);
  }

  .cta-bg {
    height: 470px;
  }

  .cta-inner {
    height: 475px;
    max-width: 343px;
    flex-direction: column;
    margin-top: 25px;
  }

  .cta-left {
    width: 100%;
    max-width: 343px;
    height: 200px;
  }

  .cta-lead {
    width: 100%;
    height: 20px;
  }

  .cta-lead p {
    font-size: 10px;
  }

  .cta-lead p span {
    font-size: 12px;
  }

  .cta-title {
    width: 100%;
    height: 80px;
  }

  .cta-title h2 {
    font-size: 20px;
  }

  .cta-title h2 span {
    font-size: 24px;
  }

  .cta-desc {
    width: 100%;
    height: 100px;
  }

  .cta-desc p {
    font-size: 12px;
  }

  .cta-desc p span {
    font-size: 14px;
  }

  .cta-btn-area {
    width: 100%;
    max-width: 200px;
    height: 70px;
    flex-direction: column;
    gap: 11px;
    position: absolute;
    top: 153px;
    left: 0;
    z-index: 3;
  }

  .cta-btn-main,
  .cta-btn-sub {
    width: 100%;
    max-width: 200px;
    height: 30px;
    border-radius: 15px;
  }

  .cta-btn-main a,
  .cta-btn-sub a {
    font-size: 12px;
  }

  .cta-btn-main,
  .cta-btn-main:hover,
  .cta-btn-sub,
  .cta-btn-sub:hover {
    border: 2px solid var(--white );
  }

  .cta-btn-main span,
  .cta-btn-sub span {
    font-size: 14px;
  }

  .cta-right {
    width: 100%;
    max-width: 200px;
    position: relative;
  }

  .cta-free-circle {
    width: 53px;
    height: 53px;
    position: absolute;
    top: 81px;
    left: 147px;
    z-index: 2;
  }

  .cta-free-circle img {
    width: 53px;
    height: 53px;
  }

  .cta-image {
    width: 200px;
    height: 134px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  /* FAQセクション */
  .faq-inner {
    max-width: 343px;
  }

  .faq-header {
    width: 100%;
    max-width: 300px;
    height: 73px;
    margin-top: 15px;
  }

  .faq-header-bg {
    width: 150px;
    height: 50px;
  }

  .faq-header-text {
    width: 150px;
    height: 50px;
  }

  .faq-header-illust {
    top: 22px;
    right: 10px;
  }

  .faq-header-illust img {
    width: 60px;
  }

  .faq-header-label {
    width: 150px;
    height: 17px;
  }

  .faq-header-label p {
    font-size: 12px;
  }

  .faq-header-title {
    width: 150px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .faq-header-title h2 {
    font-size: 24px;
    letter-spacing: 9.6px;
    line-height: normal;
    margin-left: 9.6px;
    padding: 0;
  }

  .faq-list {
    max-width: 300px;
    grid-template-columns: repeat(1, auto);
    gap: 10px;
    margin-bottom: 16px;
  }

  .faq-item {
    width: 100%;
    max-width: 300px;
    height: 216px;
  }

  .faq-item-bg {
    width: 100%;
    max-width: 300px;
    height: 216px;
  }

  .faq-item-text {
    width: 100%;
    max-width: 300px;
    height: 216px;
  }

  .faq-q {
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin-top: 13px;
  }

  .faq-q-label {
    width: 60px;
    height: 60px;
  }

  .faq-q-label p {
    font-size: 16px;
  }

  .faq-q-text {
    width: 240px;
    height: 60px;
  }

  .faq-q-text h3 {
    font-size: 12px;
    padding: 0;
  }

  .faq-q-text h3 span {
    font-size: 14px;
  }

  .faq-a {
    width: 100%;
    max-width: 300px;
    height: 136px;
  }

  .faq-a-label {
    width: 60px;
    height: 30px;
  }

  .faq-a-label p {
    font-size: 16px;
  }

  .faq-a-text {
    width: 240px;
    height: 120px;
  }

  .faq-a-text p {
    font-size: 12px;
  }

}
 