@charset "UTF-8";
/* CSS Document */
/* スマホファースト */
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
ul {
  list-style: none;
}
dl {
  font-size: 16px;
}
.article_img_col2 {
  display: flex;
  gap: 20px;
  width: calc((100% - 20px) / 2);
}
.bold {
  font-weight: 600;
}
.article_text_dec06 {
  margin-bottom: 2rem;
}
.benefits {
  padding-bottom: 30px;
}
.article_text_dec05 {
  background-color: #fff;
  padding: 1.8rem;
}
.article_text_dec05 ul {
  line-height: 1.7;
  margin-bottom: 0;
}
.article_text_dec05 > p {
  margin-bottom: 0;
  font-weight: 600;
}
.container.benefits {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  img {
    max-width: 100%
  }
  .benefits_box {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    margin: 100px 0;
  }
  .pc-only.benefits_box {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    margin: 100px 0;
  }
  .benefit_item {
    width: calc(50% - 50px);
  }
  .benefit_item .article_text {
    margin-bottom: 0;
	font-size: 18px;  
  }
  .heading01 {
    margin-bottom: 20px;
	font-size: 18px;  
  }
  .recimg_1 {
    max-width: 80%;
    margin-top: 20px;
  }
  .article_text_dec06 {
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: 18px;
  }
  .article_text_dec05 {
    padding: 25px 35px;
  }
  .article_text_dec05, .article_text_dec05 p {
    font-size: 18px;
  }
  /* スライダーコンテナ */
  .slider {
    position: relative;
  }
  .swiper-container {
    width: 100%;
    max-width: 530px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
  }
  .swiper-wrapper {
    display: flex;
    height: 100%;
    transition-property: transform;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .swiper-pagination {
    position: absolute;
    width: 100%;
    max-width: 600px;
    margin: 5px auto 0;
    text-align: center;
    z-index: 10;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #BDBDBD !important;
    border: 1px solid #BDBDBD !important;
    opacity: 1;
    margin: 0 6px;
    border-radius: 50%;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .swiper-pagination-bullet-active {
    background-color: #ccc;
    border-color: #ccc;
  }
  /* スライダーコンテナ */
}