/*-------------------------------
スライダー
-------------------------------*/
.swiper {
  width: 100%;
  margin: 20px auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper.slider-dots-only {
  max-width: 665px;
}
.swiper-pagination.dots-only-dots,
.swiper-pagination.full-controls-dots {
  margin-top: 20px;
  position: relative;
}
.swiper-pagination.dots-only-dots .swiper-pagination-bullet,
.swiper-pagination.full-controls-dots .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: solid 1px #d76492;
  background: #fff;
  opacity: .7;
}
.swiper-pagination.dots-only-dots .swiper-pagination-bullet-active,
.swiper-pagination.full-controls-dots .swiper-pagination-bullet-active {
  background: #d76492;
  opacity: 1;
}
.swiper-horizontal>.swiper-pagination-bullets.dots-only-dots .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.dots-only-dots .swiper-pagination-bullet,
.swiper-horizontal>.swiper-pagination-bullets.full-controls-dots .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.full-controls-dots .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,12px);
}

.prev_next_out {
  max-width: 555px;
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.full_prev_next_out {
  max-width: 696px;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.prev_next_out .swiper-button-prev,
.prev_next_out .swiper-button-next,
.full_prev_next_out .swiper-button-prev,
.full_prev_next_out .swiper-button-next {
  width: fit-content;
}
.prev_next_out .swiper-button-prev {
  left: -40px;
}
.prev_next_out .swiper-button-next {
  right: -40px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.swiper-button-prev::after {
  background-image: url(https://belta-shop.bbo-tech.com/resilience/equrythm/resilience_equrhythm_980_kit_06_pgs_bot_brand/slider_prev.png);
}
.swiper-button-next::after {
  background-image: url(https://belta-shop.bbo-tech.com/resilience/equrythm/resilience_equrhythm_980_kit_06_pgs_bot_brand/slider_next.png);
}

@media screen and (max-width:768px) {
  .swiper.slider-dots-only {
    width: 90%;
  }
  .prev_next_out {
    width: 73%;
  }
  .full_prev_next_out {
    width: 85%;
  }
  .swiper.slider-full-controls {
    width: 100%;
  }
  .prev_next_out .swiper-button-prev {
    left: -30px;
  }
  .prev_next_out .swiper-button-next {
    right: -30px;
  }
  .full_prev_next_out .swiper-button-prev {
    left: -20px;
  }
  .full_prev_next_out .swiper-button-prev::after,
  .full_prev_next_out .swiper-button-next::after {
    width: 40px;
    height: 40px;
  }
  .full_prev_next_out .swiper-button-next {
    right: -20px;
  }
}

/*-------------------------------
Common
-------------------------------*/
body {
  background-color: #fff;
  font-family: "YuGothic", "Arial", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
}

/*-------------------------------
Main
-------------------------------*/
#lp-content {
  max-width: 750px;
  margin: auto;
  overflow: hidden;
}
.sp_block {
  display: none;
}

@media screen and (max-width:768px) {
  .sp_block {
    display: block;
  }
}

/*-------------------------------
アコーディオン
-------------------------------*/
.qa_accordion {
  width: 100%;
  margin: 20px auto;
  padding: 50px 30px;
  background: #fffdec;
}

.qa_accordion h3 {
  padding-bottom: 10px;
  font-size: 30px;
  text-align: center;
}

.qa_accordion-item {
  border-bottom: 1px solid #ccc;
}

.qa_accordion-item:last-child {
  border-bottom: none;
}

.qa_accordion-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
}

.q_title {
  display: flex;
  align-items: center;
}

.q_title p {
  padding-left: 10px;
  font-weight: bold;
}

.q_icon {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 32px;
}

.qa_accordion-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.3s ease;
  padding: 0 15px;
  font-size: 15px;
}

.qa_accordion-question.active .qa_accordion-icon {
  transform: rotate(45deg);
}

.qa_accordion-icon {
  transition: transform 0.3s ease-in-out;
  color: #d76492;
}

@media screen and (max-width:768px) {
  .qa_accordion-question {
    padding: 15px 5px;
    font-size: 16px;
  }
  .q_icon {
    font-size: 24px;
  }
}

/*--- cssアニメーション ---*/
.keyframe {
  animation-name: anim_sc;
  transform: scale(1, 1);
}
@keyframes anim_sc {
  100% {
    transform: scale(0.85, 0.85);
  }
}
.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.00s;
}
/*--- cssアニメーション ---*/

/* ドロップシャドー */
.drop-shadow {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .8));
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .4));
}
/* ドロップシャドー */

/*-------------------------------
モーダルCSS
-------------------------------*/
.modal-div{
  /*position: absolute;*/
  top: 95%;
  width: 100%
}
/* モーダルを開くボタン */
.modal-open{
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #4c4c4c;
  text-decoration:underline;
  border: none;
  cursor: pointer;
}
/* モーダルと背景の指定 */
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,75%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
/* モーダルの擬似要素の指定 */
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
/* クラスが追加された時の指定 */
.modal.is-active{
  opacity: 1;
  visibility: visible;
}
/* モーダル内側の指定 */
.modal-container{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}
/* モーダルを閉じるボタンの指定 */
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
/* モーダルのコンテンツ部分の指定 */
.modal-content{
  background: #fff;
  text-align: left;
  line-height: 1.25;
  padding: 20px;
}
/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p{
  margin: 1em 0;
}
/*-------------------------------
モーダルCSS
-------------------------------*/


/*--- 医師コンテンツ ---*/
.doctorContent {
    display: none;
    width: 100%;
  }
  .moreButton {
    cursor: pointer;
    width: 100%;
  }