@charset "UTF-8";
.fsp {
  /*
      @media (max-width: 900px) {

          .swiper-button-next,
          .swiper-button-prev {
              //margin-top: 5.7rem;
              margin-left: 17% !important;
              margin-right: 17% !important;
          }
      }
  */
}
.fsp .container {
  width: 100%;
  margin: 0 auto;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 50px;
}
.fsp .card-image > a > img {
  width: 100%;
}
.fsp .card-image > a > img:hover {
  transform: scale(1, 1);
}
.fsp .container .swiper-sunlive3 {
  width: 100%;
  background-size: 200% 200%;
  background-position: center center;
  /*
  .swiper-slide-active {
      //transform: scale(2.3, 2.3);
      z-index: 100;
  }*/
  /*
              .swiper-pagination-bullet {
                  //height: 10px;
                  //width: 10px;
                  margin: 3px;
              }        
  */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.fsp .container .swiper-sunlive3 .swiper-wrapper .swiper-slide {
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 左右の中央揃え */
  /*&:hover {
      transform: scale(1.05, 1.05);
  }*/
}
.fsp .container .swiper-sunlive3 .swiper-wrapper .swiper-slide .card-image {
  border: none;
  outline: none;
}
.fsp .container .swiper-sunlive3 .swiper-wrapper .swiper-slide .card-image img {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.fsp .container .swiper-sunlive3 .swiper-pagination {
  bottom: -1.3%;
  z-index: 500;
  margin-top: 4.5%;
}
.fsp .container .swiper-sunlive3 .swiper-pagination-bullet {
  opacity: 1;
  background: #fbb03b;
  margin: 2.5%;
  padding: 0.5%;
}
.fsp .container .swiper-sunlive3 .swiper-pagination-bullet-active {
  background: #f15a24;
}
.fsp .container .swiper-sunlive3 .swiper-button-prev:after,
.fsp .container .swiper-sunlive3 .swiper-button-next:after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
}
.fsp .container .swiper-sunlive3 .swiper-button-prev:after {
  top: 3%;
  left: 17%;
}
.fsp .container .swiper-sunlive3 .swiper-button-next:after {
  top: -2%;
  left: 34%;
}
.fsp .container .swiper-sunlive3 .swiper-button-prev:after {
  border-bottom: 13px solid transparent;
  border-right: 23px solid orange;
  border-top: 13px solid transparent;
}
.fsp .container .swiper-sunlive3 .swiper-button-next:after {
  border-bottom: 13px solid transparent;
  border-left: 23px solid orange;
  border-top: 13px solid transparent;
}
.fsp .container .swiper-sunlive3 .swiper-button-next,
.fsp .container .swiper-sunlive3 .swiper-button-prev {
  position: static;
  background-image: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: 0;
  background-repeat: no-repeat;
  background-position: 0;
  font-size: 1.2rem;
  margin-top: 3%;
  color: black;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.881);
  z-index: 500;
}
.fsp .container .swiper-sunlive3 .swiper-button-next .arrow-icon,
.fsp .container .swiper-sunlive3 .swiper-button-prev .arrow-icon {
  margin-bottom: 5%;
  font-size: 3rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 700px) {
  .fsp .swiper-button-next,
  .fsp .swiper-button-prev {
    transform: scale(0.6, 0.6);
  }
  .fsp .swiper-pagination {
    position: relative;
    opacity: 1 !important;
    z-index: 101;
  }
  .fsp .swiper-pagination-bullet {
    padding: 0.2% !important;
  }
  .fsp .pagination-flex {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /*
    .swiper-button-prev,
    .swiper-button-next {
        flex: 30%;
    }*/
  }
  .fsp .pagination-flex .swiper-pagination {
    width: 60% !important;
  }
  .fsp a {
    text-decoration: none;
  }
  .fsp .graph1-box {
    height: 270px;
    margin-top: 0;
    padding: 5%;
    padding-bottom: 0%;
    grid-template-rows: repeat(6, 1fr);
  }
  .fsp .graph1-box .graph1-b1 span {
    font-size: 14px;
    padding: 6px 10px 6px 10px;
    margin-left: -20%;
  }
  .fsp .graph1-box .graph1-b2 {
    font-size: 27px;
  }
  .fsp .graph1-box .graph1-b3 img {
    width: auto;
    height: 70px;
  }
  .fsp .graph1-box .graph1-b4 img {
    margin-right: -10%;
    width: 70px;
    height: 65px;
  }
  .fsp .graph1-box .graph1-b5 {
    font-size: 11.5px;
    white-space: nowrap;
  }
  .fsp .graph1-box .graph1-b6 {
    grid-column: 1/5;
    grid-row: 4/6;
  }
  .fsp .graph1-box .graph1-b6 p {
    font-size: 13px;
  }
  .fsp .graph1-box .graph1-b7 {
    grid-column: 4/5;
    grid-row: 6/7;
    place-self: start;
  }
  .fsp .graph1-box .graph-btn {
    margin-left: -15%;
  }
  .fsp .graph1-box .graph-btn span {
    margin-top: 5%;
    font-size: 12px;
  }
  .fsp .bgc1 {
    background-color: #009245;
    color: white;
  }
  .fsp .bgc1 .graph1-b2 {
    font-size: 6vw;
  }
  .fsp .bgc1 .graph1-b2 .new-a {
    font-size: 10pxw;
  }
  .fsp .bgc2 {
    background-color: #f15a24;
    color: white;
  }
  .fsp .bgc2 .graph1-b1 span {
    color: #009245;
  }
  .fsp .bgc2 .graph1-b2 {
    font-size: 6vw;
  }
  .fsp .bgc2 .graph1-b7 span {
    color: #009245;
  }
  .fsp .bgc3 {
    background-color: #fcee21;
    color: #009245;
  }
  .fsp .bgc3 .graph1-b1 span {
    color: white;
    background-color: #f15a24;
  }
  .fsp .bgc3 .graph1-b2 {
    font-size: 8vw;
  }
  .fsp .bgc3 .graph1-b5 {
    margin-right: -20%;
  }
  .fsp .bgc3 .graph1-b7 span {
    color: white;
    background-color: #f15a24;
  }
  .fsp .bgc4 {
    background-color: #fcee21;
    color: #009245;
  }
  .fsp .bgc4 .graph1-b1 span {
    color: white;
    background-color: #f15a24;
  }
  .fsp .bgc4 .graph1-b2 {
    font-size: 5vw;
  }
  .fsp .bgc4 .graph1-b5 {
    margin-right: -20%;
  }
  .fsp .bgc4 .graph1-b7 span {
    color: white;
    background-color: #f15a24;
  }
  .fsp .bgc5 {
    background-color: #009245;
    color: white;
    background-image: url("../../src/home/bg5.png");
    background-size: 150% 150%;
    background-position: center center;
  }
  .fsp .bgc5 .graph1-b2 {
    font-size: 9vw;
  }
  .fsp .bgc6 {
    background-color: #f15a24;
    color: white;
  }
  .fsp .bgc6 .graph1-b1 {
    margin-right: -30%;
  }
  .fsp .bgc6 .graph1-b1 span {
    color: #009245;
  }
  .fsp .bgc6 .graph1-b2 {
    font-size: 5vw;
  }
  .fsp .bgc6 .graph1-b3 img {
    height: 80px;
    margin-top: -10%;
  }
  .fsp .bgc6 .graph1-b6 p {
    font-size: 10px;
  }
  .fsp .bgc6 .graph1-b7 span {
    color: #009245;
  }
  .fsp .bgc7 {
    background-color: #009245;
    color: white;
  }
  .fsp .bgc7 .graph1-b2 {
    font-size: 7vw;
  }
  .fsp .bgc8 {
    color: #009245;
    background-image: url("../../src/home/bg6.png");
    background-size: 300% 150%;
    background-position: center center;
  }
  .fsp .bgc8 .graph1-b1 {
    margin-right: -30%;
  }
  .fsp .bgc8 .graph1-b1 span {
    color: white;
    background-color: #f15a24;
    padding: 5% 6% 5% 6%;
  }
  .fsp .bgc8 .graph1-b2 {
    font-size: 8vw;
    color: #f15a24;
  }
  .fsp .bgc8 .graph1-b4 img {
    width: 70px;
    margin-left: -20%;
  }
  .fsp .bgc8 .graph1-b5 {
    margin-right: -20%;
  }
  .fsp .bgc8 .graph1-b7 span {
    color: white;
    background-color: #f15a24;
  }
  .fsp .bgc9 {
    background-color: #f15a24;
    color: white;
  }
  .fsp .bgc9 .graph1-b1 {
    margin-right: -30%;
  }
  .fsp .bgc9 .graph1-b1 span {
    color: #009245;
    background-color: #fcee21;
    padding: 5% 6% 5% 6%;
  }
  .fsp .bgc9 .graph1-b2 {
    font-size: 8vw;
  }
  .fsp .bgc9 .graph1-b4 img {
    width: 70px;
    margin-left: -20%;
  }
  .fsp .bgc9 .graph1-b7 span {
    color: #009245;
  }
}

@media (max-width: 700px) {
  .graph-time {
    text-align: right;
    font-size: 10px;
    margin-top: 0% !important;
    padding-top: 0.5%;
    margin-right: 10% !important;
    margin-bottom: 0% !important;
  }
  .graph1-box .graph1-b1 {
    width: auto !important;
  }
  .update-sp1 {
    margin-top: 10%;
    font-size: 10px;
    margin-left: 10%;
    white-space: nowrap;
  }
  .update-sp2 {
    margin-top: 10%;
    font-size: 10px;
    margin-left: 3%;
    white-space: nowrap;
  }
  .c3-left {
    margin-left: 5% !important;
  }
  .c3-left2 {
    margin-left: 20% !important;
  }
}/*# sourceMappingURL=swipe5.css.map */