@charset "utf-8";

.box-019 {
    position: relative;
    margin: 2.8em auto 0;
    padding: 1em 1.5em;
    border: 2px solid #2589d0;
    border-radius: 3px;
    max-width: 600px;
}

.box-019 span {
    position: absolute;
    top: -1.9em;
    left: -2px;
    padding: .2em .8em;
    border-radius: 5px 5px 0 0;
    background-color: #2589d0;
    color: #fff;
}

.box-019 p {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.ext-main img:last-child {
    position: relative;
    top: -100px;
}

.ext-main {
    height: 1230px;
}

.c-buttonList {
    justify-content: center;
}

.ext-campaign .c-editing h2 {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 3rem;
}

.ext-campaign .c-editing h3.ext-navy {
    color: #024387;
}

.c-editing ul>li.p-popular__item::before {
    content: none;
}

.p-popular__item {
    border: 2px solid #024387;
}

.p-popular__hdg>a {
    font-size: 2rem;
}

.c-btn.c-btn--bordered.more-btn_min {
    display: block;
    width: 300px;
    margin: 0 auto;
}

.ext-campaign h4.ext-h4 {
    padding: 0.3em 0.8em;
    border-left: solid 10px #ff4949;
    margin-bottom: 18px;
    font-size: 2rem;
}

.ext-campaign .recom-topix--container {
    border: 3px solid #fd7636;
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    margin: 20px 0;
}

.ext-campaign .linerPink {
    background: linear-gradient(transparent 60%, rgb(253 172 210 / 42%) 0);
    padding: 0 2px 2px;
}

p.lead {
    margin: 10px 0 10px;
    font-size: 1.8rem;

}

.box-020 {
    position: relative;
    padding: 0.5em 0.5em;
    border: 2px solid #eb6d7b;
    border-radius: 3px;
}

.ext-campaign .c-cover--premium-gold::after {
    background: #FFF6E4;
}


p.lead-services {
    margin: 10px 0 10px;
    font-size: 1.8rem;
    color: #eb6d7b;
    font-weight: bold;
}

.tokuten {
    display: flex;
    justify-content: space-around;
    /* 子要素を均等に配置します */
    align-items: center;
    /* 子要素を縦方向の中心に揃えます */


}

.ext-campaign .recom-topix--text {
    margin-left: auto;
}

.wellcome {
    display: none
        /* 基本的に非表示にする */
}


/* 会員の感想をここから追加 */

.voice-list {
    max-width: 800px;
    margin: 0 auto;
}

.voice-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 5px;
}

/* 下段だけ左右反転 */
.voice-item.reverse {
    flex-direction: row-reverse;
}

/* 画像（丸） */
.voice-image {
    width: 150px;
    height: 150px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* 第二案ここから */
.c-imageSlide__item {
  display: flex;
  align-items: center; 
  gap: 10px; /* 画像とテキストの間の余白 */
}

.c-imageSlide__item img {
  max-width: 150px; /* お好みで調整 */
  height: auto;
  display: block;
}

.c-imageSlide__item p {
  margin: 0;
}


/* 画像 */
.c-imageSlide__item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ffdded; /* 枠線をピンクにすると統一感が出ます */
}

/* テキスト全体 */
.c-comment {
  max-width: 400px;
}

/* 吹き出し */
.c-balloon {
  position: relative;
  background: #fff;
  border: 2px solid #ffdded; /* ピンク枠 */
  padding: 12px 16px;
  border-radius: 12px;
}

/* 吹き出しの三角 */
.c-balloon::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -16px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #ffdded transparent transparent;
}

.c-balloon::after {
  content: "";
  position: absolute;
  top: 40%;
  left: -14px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

/* 吹き出し外のテキスト */
.c-name {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* はみ出し */
.swiper-container {
  overflow: visible;
  clip-path: inset(0 -180px);
}