@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

// PHP 8.0未満での str_contains() 互換関数
if (!function_exists('str_contains')) {
    function str_contains($haystack, $needle) {
        return $needle !== '' && mb_strpos($haystack, $needle) !== false;
    }
}




p:empty{display: none;}
.grecaptcha-badge {
    display: none!important;
}
.l-mainContent__inner>.post_content {
    margin: 1em 0;
}
.p-blogParts.post_content[data-partsid="16021"] > p {
    margin-bottom: .5em!important;
}
.p-blogParts.post_content[data-partsid="16021"] > p:first-child {
    margin-bottom: 10px !important;
}


/* 店名 */
.salon_name {
    color: #000981;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0 !important;
}

/* 星 */
.review-text {
    color: #333;
    font-weight: bold;
    font-size: 1.5em;
    margin-right: 0.5em;
}
.rating-star .swl-inline-icon {
    color: #f5bc55;
    font-size: 1.7em;
}
.rating-number {
    color: #333;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 10px;
}
/* 見出し */
.salon_heading {
    font-weight: bold;
    color: #474747;
    font-size: 1.4em;
    background: none!important;
    color: #333!important; 
    margin: 2em 0 1em!important; 
    padding: 0!important;   
}
.salon_heading::before {
    border: none!important;
}
.salon_heading .swl-inline-icon {
    color: #1F72BD;
    font-size: 1.5em;
    margin-right: 0.3em;
    position: relative;
    top: 2px;
}
svg.swl-inline-icon {
    top: 6px!important;
}

/* 情報 */
.custom-fields {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-gap: 4px;
}

.field {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.field-name {
    background-color: #474747;
    color: #fff;
    padding: 2px 12px;
    width: 85px;
    text-align: center;
    margin-right: 12px;
}

.field-value {
    color: #333;
    font-size: 1.3em;
    position: relative;
    top: -2px;    
}

.field:nth-child(n+5) {
    grid-column: span 2;
}

.field a {
    color: var(--color_link);
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .custom-fields {
        grid-template-columns: 1fr;
        display: grid;
        grid-template-rows: repeat(2, auto);
        grid-gap: 6px;
        font-size: .7em;        
    }
    .field:nth-child(n+5) {
        grid-column: span 1;
    }
    .rating-star {
        font-size: .8em;
    }    
}

/* オプション */
.option-features span{
    margin-right: 12px;
    font-size: 1.2em;
    font-weight: bold;   
}
.option-feature-red {
    background: linear-gradient(to bottom, #D95151, #F07E7E);
    padding: 8px 10px;
    margin-bottom: 10px;
    color: white;
    border-radius:4px;
}

.option-feature-blue {
    background: linear-gradient(to bottom, #518CD9, #81B3F8);
    padding: 8px 10px;
    margin-bottom: 10px;
    color: white;
    border-radius:4px;
}
@media screen and (max-width: 768px) {
    .option-features span{
        font-size: .8em;
    }   
}
/* 特徴 */
.salon-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.salon-feature {
    color: #38383E;
    font-weight: bold;
    background-color: #F2F2F2;
    border: 0.5px solid #808080;
    padding: 2px 12px;
    margin-right: 12px;
    font-size: 1.0em;
    text-align: center;
    border-radius: 6px;
}

@media screen and (max-width: 768px) {
    .salon-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 8px;
    }
    
    .salon-feature {
        font-size: .7em;
        padding: 2px 12px!important;
        margin-right: 0;
    }
}

/* おすすめ */
.recommendation-wrapper {
    background-color: #FFF0F0;
    padding: 16px 16px;
}

.recommendation-label {
    background-color:#EA91A9;
    color: white;
    font-weight: bold;
    padding: 8px 12px;
    margin-right: 15px;
    white-space: nowrap;
}

.recommendation-link {
    color: black;
    text-decoration: underline;
}

.recommendation-wrapper {
  display: flex;
  align-items: center;
}
.recommendation-wrapper a {
    font-size: 1.2em;
}
@media screen and (max-width: 768px) {
    .recommendation-wrapper {
        font-size: .6em;
    }
}

/* ボタン */
.contact-btns .swell-block-button {
    margin-right: 1em;
}
.contact-btns .red_ a{
    box-shadow: 3px 5px 0 #ca1c30;
}

.contact-btns .green_ a{
    box-shadow: 3px 5px 0 #5faf52;
}

.contact-btns .swell-block-button a{
    border-radius: 6px;
}
.contact-btns .swell-block-button:last-child {
    margin-right: 0;
}
.contact-btns .swell-block-button:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.contact-btns .swell-block-button:active {
  box-shadow: none;
  transform: translateY(5px);
}

@media screen and (max-width: 768px) {
    .contact-btns {
        font-size: .7em;
    }
    .contact-btns .swell-block-button__link {
        padding: 16px 12px;  
    }
}
/* 吹き出し */
.swell-block-balloon.wolfman p {
    color: #000981;
}
@media screen and (max-width: 768px) {
    .swell-block-balloon.wolfman p {
        font-size: .8em;
    }
}
/* Twitter */
.twitter-timeline.twitter-timeline-rendered {
    margin: 0 auto;
}

/* コース料金 */
.course-container {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 2em
}

.first-time, .all-members {
    border-radius: 8px;
    width: 110px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 8px;
}

.first-time {
    background-color: #474747;
    color: #fff!important;
}

.all-members {
    background-color: white;
    border: 1px solid #333;
}

.course-info {
    display: flex;
    justify-content: start;
    border-bottom: 1px solid #B8A9A9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.course-info.first-time-course span {
    color: #474747;
    font-weight: bold!important;
}

.course-name {
    font-weight: normal;
    margin-left: 2em;
}

.course-info:last-child {
    border-bottom: none;
}
.course-info.first-time-course{
    font-weight: bold;
}
.course-container .course-info .course-price {
    margin-left: auto;
    margin-right: 1em;
}
@media screen and (max-width: 768px) {
    .course-container {
        font-size: .9em;
    }
    .first-time, .all-members {
        width: 70px;
        font-size: .8em;
        line-height: 22px;          
    }
    .course-name {
        margin-left: 1em;
    }
    .course-price {
        margin-right: 0.5em;
    }    
}

/* キャプション */
.salon_campaign .cap_box_content {
    background-color: #FFF4F4;
    border: none;
}
.cap_box_ttl {
    background-color: #FB8587;
}
.salon_campaign .cap_box_content {
    padding-top: 2.8em;
}
.salon_campaign .cap_box_ttl {
    font-size: 1em;
    top: 20px;
}

/* 引用 */
.salon-quote {
    margin-top: 2em;
}
cite {
    text-align: right;
    font-size: .7em!important;
}

/* 店名 */
@media screen and (max-width: 768px) {
    .salon_name {
        font-size: 1.4em;
    }   
}
/* 見出し */
@media screen and (max-width: 768px) {
    .salon_heading {
        font-size: 1.2em;
    }
}

/* ブログカード */
.blog-card {
    background: #fff;
    box-shadow: 0 0 0 0 #898989, 0 0 0 0 #898989, 0 0 0 0 #898989, 0 -8px 0 0 #333;
    border-radius: 4px;
    padding: 0.5em 1.5em 1em 1.5em;
    margin-left: var(--swl-h2-margin--x,0);
    margin-right: var(--swl-h2-margin--x,0);
    margin-bottom: 3em;
    position: relative;      
}
.blog-card:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    box-shadow: -1px 0 0px 1px #898989, 1px 0 0px 1px #898989, 0 1px 0px 1px #898989;
    z-index: 1;
    border-radius: 4px;
    pointer-events: none;    
}
.blog-card.type1{
    background: linear-gradient(to bottom, #FFEFCC 0%,#FFF6E9 10%, #FFF6E9 100%);
    box-shadow: 0 -0 0 0 #B59208, 0 0 0 0 #B59208, 0 0 0 0 #B59208, 0 -8px 0 0 #B59208;
}
.blog-card.type1:before{
    box-shadow: -1px 0 0px 1px #B59208, 1px 0 0px 1px #B59208, 0 1px 0px 1px #B59208;
}
.salon-head {
    border-bottom: 1px solid #333;
    margin-bottom: 1.5em;
}
.blog-card.type1.salon-head {
    border-bottom: 1px solid #B59208;
}

/*
h2.ranking {
    background-color: #F7F7F7;
    color: #898686;
    padding: 1em 1.5em;
    margin-bottom: 1em;
}
h2.ranking::before {
    border: none;
}
*/
.ranking-summary {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.ranking-description {
    background-color: #F7F7F7;
    padding: 1em;
}
.p-blogParts.post_content[data-partsid="14657"] > p.ranking-description {
    margin-bottom: 2em!important;
}
.rank {
    color: #fff;
    font-weight: bold;
    background-color: #333;
    width: 96px;
    text-align: center;
    padding: 6px;
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle; 
}
.blog-card.type1 .rank {
    background-color: #BFAE6B;
}
.blog-card.type2 .rank {
    background: linear-gradient(to bottom, #909090 0%,#000 100%);
}
.salon-title {
    display: inline-block;
    vertical-align: middle;
}

.salon-name {
    font-weight: bold;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
    top: 6px;
    font-size: 1.6em!important;
    margin: 0.4em 0!important;     
}
.salon-name:before {
    height: 0!important;
}
.salon-area {
    color: #333;
    margin-left: 1em;
    position: relative;
    top: -16px;    
}

.option-features {
    margin-bottom: 1.5em;
}

.blog-card .banner {
    margin-bottom: 1em;
}
.blog-card.type3 .banner,
.blog-card.type4 .banner{
    display: none;
}
.salon-data {
    position: relative;
}
.therapist-image {
    display: inline-block;
}
.blog-card.type4 .therapist-image{
    display: none;
}
.therapist-image img {
    width: 210px;
}
.additional-info {
    display: inline-block;
    margin-left: 2em;
    top: 0;
    position: absolute;
}
.blog-card.type4 .additional-info {
    height: 150px;
    position: relative;
    margin-left: 16px;
}
.rating-star-text {
    font-size: 1.4em;
}
.salon-info {
    font-size: 1.2em;
    position: relative;
    left: 8px;    
}
.salon-info .icon-home{
    width: 0;
}
.salon-info .icon-closed {
    position: relative;
    top: 2.5px !important;
    left: -10px;    
    width: 11.9px;
    fill: var(--color_link);
}

.blog-card.type4 .salon-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4em;
    line-height: 2em;    
}
.blog-card.type4 .left-side, .right-side {
    display: flex;
    flex-direction: column;
}
.blog-card.type4 .work-schedule {
    position: absolute;
    top: 60px;
    left: -9px;
}
.work-schedule {
    margin-top: 0.5em;
    position: relative;
    left: -8px;
}
.work-schedule a {
    text-decoration-line: underline;
}
.swl-inline-icon.icon-access {
    color: #FF0146;
}
.swl-inline-icon.icon-home {
    color: #3AABD2;
}
.swl-inline-icon.icon-money {
    color: #f5bc55;
}
.swl-inline-icon.icon-access,
.swl-inline-icon.icon-home,
.swl-inline-icon.icon-time,
.swl-inline-icon.icon-money{
    position: relative;
    top: 2px!important;
    left: -10px;
}
.sub-header {
    color: #FF0146;
    font-size: 1.5em;
    font-weight: bold;
    margin: .8em 0;
}
.introduction {
    font-size: 1.1em;
    padding: 0 1.5em;
    margin-bottom: 2em;
}
.salon-feature.business-trip{
    background-color: #FFA200;
    color: #fff;
    border: 1px solid #FFA200
}
.blog-card .salon-feature {
    padding: 2px 0;
    flex: 0.1 0 auto;
}
.blog-card .salon-features {
    border-bottom: 1px solid #333;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.blog-card.type1 .salon-features {
    border-bottom: 1px solid #B59208;
}
.salon-more {
    text-align: right;
    font-size: 1.1em;
    text-decoration: underline;
}
.salon-more a{
    color: #333;
}
.salon-more-icon{
    color: #FF0146;
}
@media screen and (max-width: 768px) {
    .rank {
        width: 58px;
        padding: 6px;
        font-size: 1em;
    }

    .ranking-description {
    background-color: #F7F7F7;
    padding: 1em;
    font-size: 0.8em;
    }

    .salon-name {
        font-size: 1.2em!important;
        margin: 0.4em 0!important;   
    }
    .salon-area {
        font-size: .7em;
        top: -8px;
    }    
    .blog-card {
        padding: 0.5em 1em 1em 1em;
    }
    .salon-head {
        margin-bottom: .5em;
    }
    .option-features {
        margin-bottom: .5em;
    }    
    .blog-card .option-features span {
        font-size: .8em;
        margin-right: 9px;
        padding: 6px;
    }
    .blog-card .banner {
        margin-bottom: 0;
    }    
    .therapist-image img {
        width: 150px;
    }
    .salon-info {
        font-size: 1em;
    }
    .additional-info {
        font-size: .74em;
    }
    .sub-header {
        font-size: 1em;
    }
    .introduction {
        font-size: .8em;
        padding: 0 1em;
    }    
    .blog-card .salon-feature {
        padding: 4px 10px!important;
    }
    .blog-card .salon-features {
        display: flex;
    }
    .salon-more {
        font-size: .9em;
    }
    .blog-card.type4 .work-schedule {
        top: 42px;
    }    
    .blog-card.type4 .additional-info {
        height: 100px;
    }
    .custom-fields,
    .salon-features{
        margin-bottom: 1.5em;
    }
    .recommendation-wrapper{
        margin-bottom: 1em;
    }    
    .salon_campaign .cap_box_ttl {
        top: 13px;
    }               
}


  /* --------------- 口コミ募集 --------------- */
.review-request-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  font-family: sans-serif;
  margin: 20px 0;
}

.review-request-header {
  background-color: #f1f1f1;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.review-request-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  gap: 20px;
  flex-wrap: wrap;
}

.review-request-text {
  flex: 1;
  font-size: 14px;
  color: #333;
}

.review-request-button {
  flex-shrink: 0;
}

.btn-review-submit {
  display: inline-block;
  background-color: #F8A94E;
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease;
}

.btn-review-submit:hover {
  background-color: #FF914D;
}

.review-request-box {
  width: 90%; /* 横幅を80%に設定 */
  margin: 20px auto; /* 上下20px、左右autoで中央寄せ */
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  font-family: sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* シャドウあり */
}


@media screen and (max-width: 768px) {
  .review-request-box-mobile .review-request-body {
    display: block !important;  /* ← flex を無効にする */
    text-align: center;
    padding: 16px;
  }

  .review-request-box-mobile .review-request-text {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
  }

  .review-request-box-mobile .review-request-button {
    text-align: center;
  }

  .review-request-box-mobile .btn-review-submit {
    display: inline-block;
    background-color: #F8A94E;
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
  }

  .review-request-box-mobile .btn-review-submit:hover {
    background-color: #FF914D;
  }
}


  /* --------------- 特徴デザイン --------------- */
.features-box {
  margin-top: 20px;
}
.feature-item {
  margin-bottom: 20px;
  padding: 10px;
  border-left: 4px solid #4CAF50;
  background: #f9f9f9;
}
.feature-title {
  font-size: 1.2em;
  margin-bottom: 5px;
  font-weight: bold;
}
.feature-text {
  font-size: 1em;
  color: #333;
}

/* 基本構造 */
.school-features {
  margin-top: 24px;
}
.feature-block {
  margin-bottom: 32px;
}

/* 特徴のラベル（番号） */
.feature-label {
  color: #1F72BD;
  margin-right: 8px;
}

/* タイトル部分（h4非使用、カスタムクラス） */
.feature-title-custom {
  font-weight: bold;
  font-size: 1.1em;
  padding-top: 12px;
  padding-bottom: 8px;
  position: relative;
  /*border-bottom: 3px solid #ccc !important;  */
  /*margin-bottom: 10px; */

  /* 他の装飾を上書きで打ち消し */
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* タイトル下の下線 */
.feature-title-custom::after {
  content: "";
  display: block;
  margin-top: 6px;     /* ← 下線の上スペース */
  margin-bottom: 10px; /* ← 下線の下スペース */
  border-bottom: 1px solid #ccc; /* ← 太さと色調整 */
}

/* 本文 */
.feature-text-custom {
  padding-top: 1px;
  padding-bottom: 8px;
  font-size: 1em;
  color: #333;
}



  /* --------------- 特徴下３連画像デザイン --------------- */
/*======================
  PC用（初期状態）
=======================*/
.ref-gallery-pc {
  display: block;
}
.ref-gallery-sp {
  display: none;
}

.reference-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: none;
}

.reference-table td,
.reference-table tr,
.reference-table th {
  border: none;
}

.reference-cell {
  padding: 16px;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
}

.reference-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: border-box;
}

.reference-caption {
  margin-top: 8px;
  font-size: 0.95em;
  color: #333;
  text-align: center;
}

.reference-cell.empty {
  background: none;
  box-shadow: none;
  border: none;
  padding: 16px;
}


/*======================
  スマホ用（768px以下）
=======================*/
@media (max-width: 768px) {
  .ref-gallery-pc {
    display: none;
  }

  .ref-gallery-sp {
    display: block;
  }

  .reference-item {
    margin-bottom: 24px;
    text-align: center;
    padding: 0 8px;
    box-sizing: border-box;
  }

  .ref-gallery-sp .reference-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    border: none;
  }

  .ref-gallery-sp .reference-caption {
    margin-top: 8px;
    font-size: 0.95em;
    color: #333;
  }
}


/*======================ボタン変更=======================*/
.custom-check-button-wrapper {
  text-align: center;
}

.custom-check-button {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to bottom, #fca840, #f48c00);
  color: white;
  font-weight: bold;
  font-size: 18px; /* ← 少し大きく */
  padding: 16px 28px; /* ← パディングも大きめに */
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 4px 0 #cc7400;
  transition: all 0.2s ease;
  margin: 24px auto;
}

.custom-check-button:hover {
  opacity: 0.9;
  transform: translateY(1px);
  box-shadow: 0 2px 0 #cc7400;
}

.custom-check-button .check-icon {
  width: 26px;   /* ← アイコンも少し大きく */
  height: 27.5px;
  margin-right: 12px;
  display: inline-block;
  object-fit: contain;
}













/*======================【学校ページ】募集要項=======================*/
.swr-admission-box {
  font-size: 0.95em;
  margin-bottom: 30px;
}

.swr-admission-row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  align-items: flex-start;
}

.swr-admission-label {
  background: #f0f0f0;
  color: #333;
  font-weight: bold;
  width: 150px;
  min-width: 90px;
  padding: 6px 10px;
  flex-shrink: 0;
  white-space: normal;          /* ← 折り返しを許可 */
  overflow: visible;            /* ← 内容をすべて表示 */
  text-overflow: unset;         /* ← 省略を解除 */
}

.swr-admission-content {
  padding: 6px 10px;
  flex: 1;
  word-break: break-word;
}

/* ▼スマホ対応：ラベルを横長にして上部に配置 */
@media (max-width: 768px) {
  .swr-admission-row {
    flex-direction: column;
    padding: 8px 0;
  }

  .swr-admission-label {
    width: 100%;
    margin: 0;
    white-space: normal;
    text-overflow: initial;
    /* ↓ 下線を削除 */
    border-bottom: none;
  }

  .swr-admission-content {
    padding-top: 8px;
  }
}






/*======================【学校ページ】学費コンテンツ=======================*/
.swr-course-box {
  font-size: 0.95em;
  margin-bottom: 30px;
}

.swr-course-row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  align-items: flex-start;
}

.swr-course-label {
  background: #f0f0f0;
  color: #333;
  font-weight: bold;
  width: 200px;
  min-width: 90px;
  padding: 6px 10px;
  flex-shrink: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.swr-course-content {
  padding: 6px 10px;
  flex: 1;
  word-break: break-word;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .swr-course-row {
    flex-direction: column;
  }

  .swr-course-label {
    width: 100%;
    border-bottom: none;
  }

  .swr-course-content {
    padding-top: 8px;
  }
}












/*======================【エリアページ】新規デザイン20250507=======================*/

.schr-ranking-card {
  border: 1px solid #CDD6DD;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 40px;
  background: #fff;
  font-family: sans-serif;
}

.schr-title-area {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.schr-rank {
  background-color: #00AEA2;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 4px;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}

.schr-rank-label {
  font-size: 0.95em;
  line-height: 1.2;
}

.schr-rank-number {
  font-size: 1.4em;
  margin-top: 2px;
  line-height: 1.2;
}

.schr-title-text h3,
.schr-title-text h3::before,
.schr-title-text h3::after {
  all: unset !important;
  display: inline !important;
  font-size: 1.5em !important;
  font-weight: bold !important;
  color: #0073aa !important;
  line-height: 1.3 !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.schr-industry {
  font-size: 0.9em;
  color: #666;
  margin-top: 4px;
}

.schr-image-detail-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.schr-thumbnail {
  width: 180px;
  height: 185px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.schr-thumbnail img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.schr-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 185px;
}

.schr-features {
  margin-top: var(--feature-gap, 8px);
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.schr-tag-button {
  display: inline-block;
  background: #EDF9FC;
  color: #3093A4;
  padding: 6px 12px;
  margin-right: 8px;
  margin-bottom: 4px;
  border-radius: 4px;
  font-size: 0.9em;
  text-decoration: none;
}

.schr-rating {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  color: #e2b007;
  margin-bottom: 8px;
}

.schr-score {
  margin-left: 8px;
  font-weight: bold;
  color: #333;
}

.schr-info-vertical {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.schr-info-item {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  margin-bottom: 4px;
  color: #333;
}

.schr-info-item .schr-icon {
  margin-right: 8px;
  color: #00AEA2;
  font-size: 1em;
}

.schr-ranking-card.schr-type-premium {
  background-color: #FFF6E9;
  border: 2px solid #B59208;
}

.schr-ranking-card.schr-type-premium .schr-rank {
  background-color: #BFAE6B;
}

.schr-ranking-card.schr-type-premium .schr-info-item .schr-icon {
  color: #B59208;
}

.schr-heading {
  font-weight: bold;
  color: #d80028;
  font-size: 1.2em;
  margin: 10px 0;
}

.schr-description {
  font-size: 0.95em;
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px;
}

.schr-action-section {
  background: none;
  text-align: center;
  padding: 20px 0;
  margin-top: 5px;
}

.schr-microcopy {
  font-size: 0.9em;
  margin-bottom: 14px;
  color: #333;
}

.schr-microcopy .schr-highlight {
  font-weight: bold;
  color: #00a6b4;
}

.schr-button-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.schr-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 1.2em;
  text-decoration: none;
  border-radius: 8px;
  color: #fff;
  transition: top 0.1s ease, box-shadow 0.1s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}

.schr-btn.orange {
  background-color: #f4a800;
}

.schr-btn.blue {
  background-color: #007aa3;
}

.schr-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 122, 163, 0.4);
}

.schr-btn-text-mobile br {
  display: none;
}

.schr-btn-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.schr-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.schr-icon-img {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  vertical-align: middle;
}

@media (max-width: 599px) {
  .schr-rank-label {
    font-size: 0.75em;
  }
  .schr-rating {
    font-size: 1.1em;
  }
  .schr-rating .schr-score {
    font-size: 1em;
  }
  .schr-features .schr-tag-button {
    font-size: 0.75em;
    padding: 4px 10px;
    margin-right: 2px;
    margin-bottom: 2px;
  }
  .schr-thumbnail {
    width: 140px;
    height: 130px;
    overflow: hidden;
  }

  .schr-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .schr-details {
    flex: 1;
    height: 130px;
  }
  .schr-button-group .schr-btn {
    width: 280px;
    max-width: 100%;
    font-size: 1.1em;
    padding: 14px 20px;
    text-align: center;
  }
  .schr-button-group .schr-btn img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
}

.schr-faq-section {
  background: #fff;
  margin-top: 24px;
  padding: 0;
}

.schr-faq-item {
  margin-bottom: 18px;
}

.schr-faq-question {
  display: flex;
  align-items: center;
  background: #f0f2f5;
  padding: 8px 16px;
  font-weight: bold;
  color: #333;
  border-radius: 6px;
  font-size: 0.9em;
  justify-content: flex-start;
  line-height: 1.4;
}

.schr-faq-question::before {
  content: "Q.";
  color: #00AEA2;
  font-size: 1.3em;
  font-weight: bold;
  margin-right: 12px;
  display: inline-block;
}

.schr-faq-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-top: 6px;
  margin-left: 12px;
}

.schr-faq-answer.short {
  flex: 1;
  color: #333;
  font-size: 0.9em;
  line-height: 1.5;
}

.schr-faq-toggle {
  white-space: nowrap;
  font-size: 0.9em;
  color: #0073aa;
  text-decoration: underline;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  display: inline;
}

@media (max-width: 599px) {
  .schr-faq-toggle {
    display: none;
  }
  .schr-faq-toggle-inline {
    display: inline;
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.9em;
    margin-left: 4px;
  }
.schr-faq-section {
  background: #fff;
  margin-top: 5px;
  padding: 0;
}	

	
}

@media (min-width: 600px) {
  .schr-faq-toggle-inline {
    display: none;
  }
}

.schr-faq-answer.full {
  display: none;
  margin-left: 12px;
  padding: 0;
  color: #333;
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 4px;
}

.schr-pc-only {
  display: block;
}

.schr-sp-only {
  display: none;
}

@media (max-width: 599px) {
  .schr-pc-only {
    display: none;
  }
  .schr-sp-only {
    display: block;
  }
  .schr-title-text h3.schr-company-name {
    font-size: 1em !important;
    line-height: 1.3;
  }
}






/* 口コミ */
.schr-pickup-review {
  margin-top: 16px;
}

.schr-review-heading {
  background-color: #00AEA2;
  color: #fff;
  font-weight: bold;
  padding: 4px 10px;
  font-size: 0.95em;
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 6px; /* ← 角丸追加 */
  margin-left: 8px;   /* ← 内側に少し寄せる */
}

.schr-review-box {
  border: 3px solid #fff; /* 枠線の色と太さ */
  display: flex;
  align-items: flex-start;
  background-color: #f2f6f8;
  border-radius: 8px;
  padding: 12px;
}

/* アイコンを大きく */
.schr-review-icon img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.schr-eview-text {
  font-size: 0.95em;
  color: #333;
  line-height: 1.5;
}



/* 吹き出しコメント */
.schr-review-text {
  position: relative;
  background-color: #f2f6f8;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 0.95em;
  color: #333;
  line-height: 1.5;
  max-width: 100%;
}




/* ←ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー ボックスの左に少しはみ出させる */


@media (max-width: 599px) {
  .schr-review-icon {
    flex-shrink: 0;
    position: relative;
    left: -50px;                 /* ← ボックスの左に少しはみ出させる */
    z-index: 1;
  }

  .schr-pickup-review .schr-review-box .schr-review-icon {
    position: relative !important;
    top: 0px !important; /* ← 上に動かすにはマイナスも可 */
    left: -20px !important;
    z-index: 1;
  }

  .schr-review-icon img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
  }

  .schr-review-box {
    display: flex;
    align-items: center;       /* ← ★ここで縦中央揃え */
    gap: 15px;
    position: relative;
    padding-left: 8px; /* ← テキスト全体を少し左に寄せる */
  }

  .schr-review-text {
    font-size: 0.9em;
    line-height: 1.8;
    color: #333;
    padding: 1px 2px;
    margin-left: -30px;  /* ← テキストも同じだけ左に寄せる */
  }
}


/* ーーーーーーーーパソコン版ーーーーーーーー*/
@media (min-width: 600px) {

  .schr-icon-container {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .schr-icon-img {
    width: 20px;
    height: 20px;
  }
  .schr-review-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .schr-review-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
  }

  .schr-review-icon img {
    width: 64px;
    height: 64px;
    object-fit: cover;     /* ← 縦横比維持しつつ埋める */
    border-radius: 50%;    /* ← 丸型 */
    display: block;
  }

  .schr-review-text {
    font-size: 1em;
    line-height: 1.6;
    color: #333;
  }
}









