/*---------- LP(基本情報〜)用CSS ----------*/
.container-wrap {
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  .container-wrap {
    padding: 6rem 0;
  }
}

.product-container {

}

/* h3タグ */
.product_title-h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  background-color: #EFEFEF;
  padding: 13px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product_title-h3 {
    font-size: 24px;
    padding: 17px 20px;
  }
}

/* ボーダー下線(赤)
.border_bottom-red {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.border_bottom-red::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 2px;
  background: #ff0000;
  content: "";
} */

/* h4タグ */
.product_title-h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .product_title-h4 {
      font-size: 20px;
  }
}

/* 見出し番号用 */
.title-number {
  position: relative;
  padding: .5rem 2rem .9rem 6rem;
}
@media (min-width: 768px) {
  .title-number {
    padding: .5rem 2rem 1rem 6rem;
  }
}
.number {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 0;
}

/* 本文(pタグ) */
.product_text {

}

/* ボーダー下線(灰色) */
.border-b {
  border-bottom: 1px solid #C3C3C3;
}

/* PL保険加入 */
.pl_about-wrap {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .pl_about-wrap {
    max-width: 70%;
    margin: 0 auto;
  }
}
/* 背景、余白 */
.pl_about {
  display: flex;
  background-color: #0c7acecc;
  color: #fff;
  padding: 2rem;
  font-size: 14px;
}
/* 画像 */
.pl_about-img {

}
/* テキスト */
.pl_about-text {
  padding-left: 30px;
}

/* 「期待できる効果」 */
.list_item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.list_item::before {
  content: "・";
}


/* 「使い方」画像 */
@media (min-width: 768px) {
  .howto_img {
    max-width: 66%;
    margin: 0 auto;
  }
}
/* 「使い方」テキスト */
.howto_text {
  padding: 2rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .howto_text {
    margin-bottom: 4rem;
  }
}

.tit_step {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .tit_step {
    font-size: 20px;
  }
}

/* YOUTUBEレスポンシブ用 */
.movie-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .movie-wrap {
    max-width: 66%;
    margin: 0 auto;
    top: 2rem;
  }
}
.movie-wrap::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.c_iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.movie-description {
  width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .movie-description {
    max-width: 66%;
    margin: 0 auto;
    margin-top: 3.0rem;
  }
}

.mt_s {
  margin-top: 1.5rem;
}

.mb_s {
  margin-bottom: 1.5rem;
}

.mt_m {
  margin-top: 3.0rem;
}

.mb_m {
  margin-bottom: 3.0rem;
}

.mt_l {
  margin-top: 6rem;
}

.mb_l {
  margin-bottom: 6rem;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.w_100 {
  width: 100%;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.font-bold {
  font-weight: 700;
}