@charset "utf-8";
/* 見出し */
h2{
  text-align: center;
  padding: 0 0 16px 0;
  font-size: 20px;
}
/* --横スクロール-- */
.horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border: 16px solid #fff;
}
.item {
  /* 横スクロール用 */
  display: inline-block;
  width: 150%;
}
@media screen and (max-width: 540px) {
  .item {
    /* 横スクロール用 */
    display: inline-block;
    width: 300%;
    /* 見た目調整 */
    font-size: 18px;
  }
}

/* タブ切り替え */
.sub-container {
  padding: 16px;
}
.tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin: auto;
  -ms-flex-pack: distribute;
}
.tab-box .tab {
  width: 32%;
  padding: 10px 0;
  border: 1px solid #ffffff;
  border-color: #ffffff #ffffff transparent #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #b1d3e4;
  color: #a5d4c8;
  cursor: pointer;
}
.tab-box .tab p {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.tab-box .tab-active {
  background-color: #038eb2;
  color: #ffffff;
}
.tab-content-item {
  display: none;
  padding: 16px 8px;
  background-color: #ecf8f9;
}
.tab-content-item .title {
  margin-bottom: 15px;
  font-weight: bold;
}
.tab-content-item .title p {
  font-size: 23px;
}
.tab-show {
  display: block;
}

/* アコーディオン */
.aco-block {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.aco-last {
  margin-bottom: 0;
}
.aco-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.aco-content-left {
  margin-right: 15px;
}
.aco-content-left p {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
.ancer {
  color: #df007a;
}
.question {
  color: #04979e;
}
.aco {
  padding: 24px 0;
}
.aco-text {
  font-size: 14px;
  line-height: 1.6;
}
.aco .q {
  position: relative;
  z-index: 2;
  padding: 16px 8px;
  border: 1px solid #d2dedd;
  box-shadow: 5px 5px 0 0 #b1d3e4;
  background-color: #ecf8f9;
  color: #000000;
}
.aco .q.close {
  box-shadow: none;
}
.aco .q::before {
  position: absolute;
  top: 50%;
  right: 30px;
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/puls.png) no-repeat;
  background-size: contain;
  content: "";
          transition: all .3s;

  -webkit-transform: translateY(-50%);
  -webkit-transition: all .3s;
}
.aco .q:hover {
  cursor: pointer;
}
.aco .q .qa01-content-right p {
  font-weight: bold;
  font-size: 20px;
}
.aco .close::before {
  width: 30px;
  height: 30px;
  background: url(../img/minus.png) no-repeat;
  background-size: contain;
          transition: all .2s;

  -webkit-transition: all .2s;
}
.aco .a {
  position: relative;
  top: -30px;
  z-index: 0;
  padding: 60px 25px 10px 25px;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  color: #000000;
}
.aco .a .qa01-content-right {
  color: rgba(0, 0, 0, .8);
}

/* swiper */
/* 囲っている背景 */
.line-swiper {
  padding: 20px;
  background-color: #ECF8F9;
}
@media screen and (max-width:480px) {
  .line-swiper {
    padding: 20px;
  }
}
.swiper {
  width: 100%;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
          justify-content: center;
          align-items: center;
  font-size: 18px;
  text-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}
.swiper-slide.swiper-slide-next img {
  transform: scale(1);
}
.swiper-slide img {
  display: block;
  transform: scale(.8);
  width: 100%;
  height: 100%;
  transition: .5s;
  object-fit: cover;
}
@media screen and (max-width:480px) {
  .swiper-slide img {
    transform: scale(1);
  }
}
/* ボタンの色など変更 */
@media screen and (max-width:480px) {
  .swiper-button-next, .swiper-button-prev {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #9FC1E1;
    font-size: 32px;
}
@media screen and (max-width:480px) {
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    border-width: 8px 0 8px 15px;
  }
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight: 900;
  color: #9FC1E1;
    font-size: 32px;
}

.float-button__wrap {
  display: none;/*最初は隠す*/
  position: fixed;
  bottom: 0;
  z-index: 10;
  max-width: 600px;
}
.float-button__wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.body-in {
  position: relative;
}