@charset "UTF-8";

/* ------------------------------
index
------------------------------ */
#container .inner{
  width: 1010px;
}

@media screen and (max-width: 768px){
  #container .inner{
    width: 90%;
  }
}

/* ------------------------------
area_fv
------------------------------ */
.area_fv {
  width: 100%;
}
.area_fv video {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
}

/* ------------------------------
sec_news
------------------------------ */
.sec_news{
  min-width: 1260px;
  min-height: 540px;
  background: url(../img/common/bg_dot.png);
}
.sec_news .inner{
  position: relative;
  width: 1100px;
  min-height: 540px;
  padding: 75px 365px 30px 0;
}
.sec_news .inner:after{
  content: "";
  position: absolute;
  top: 45px;
  right: 0;
  display: block;
  width: 316px;
  height: 466px;
  background: url(../img/index/img_news.png) no-repeat;
  background-size: 100% auto;
}
.sec_news .ttl_sec{
  float: left;
  width: 176px;
  margin-bottom: 45px;
}
.sec_news .btn_news{
  float: right;
  display: inline-block;
  height: 44px;
  margin-top: 5px;
  padding: 0 16px;
  line-height: 44px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.9rem;
  color: #3c3000;
  background: url(../img/index/btn_news.png) no-repeat;
  background-size: auto 100%;
  border-radius: 5px;
}
.sec_news .btn_news:after{
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  margin: 10px 0 0 15px;
  vertical-align: middle;
  background: url(../img/common/btn_arrow_brown.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%) scale(-1);
}
.sec_news .list_news{
  clear: both;
}
.sec_news .list_news li{
  padding-bottom: 25px;
  background: url(../img/index/line_news.png) 50% 100% no-repeat;
  background-size: 100% auto;
}
.sec_news .list_news li + li{
  margin-top: 20px;
}
.sec_news .list_news a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-decoration: none;
}
.sec_news .list_news .txt_date{
  margin-right: 30px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.9rem;
}
.sec_news .list_news .txt_ttl{
  line-height: 1.6;
  font-size: 1.9rem;
}

@media screen and (max-width: 768px){
  .sec_news{
    min-width: 0;
  }
  .sec_news .inner{
    width: 90%;
    padding: 8% 0 10%;
  }
  .sec_news .inner:after{
    position: static;
    width: 70%;
    height: 0;
    margin: 8% auto 0;
    padding-top: 103%;
  }
  .sec_news .ttl_sec{
    width: 30%;
    margin-bottom: 5%;
  }
  .sec_news .btn_news{
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
    background-size: 100% auto;
  }
  .sec_news .btn_news:after{
    margin-top: 14px;
  }
  .sec_news .list_news li{
    padding-bottom: 0.8em;
  }
  .sec_news .list_news li + li{
    margin-top: 0.8em;
  }
  .sec_news .list_news .txt_date{
    margin-right: 1em;
    font-size: 1.2rem;
  }
  .sec_news .list_news .txt_ttl{
    font-size: 1.2rem;
  }
}

/* ------------------------------
sec_about
------------------------------ */
.sec_about{
  min-width: 1260px;
  padding: 85px 0 80px;
  background: url(../img/index/bg_about.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.sec_about .inner{
  padding-left: 496px;
}
.sec_about .ttl_sec{
  margin-bottom: 55px;
}
.sec_about .txt{
  line-height: 1.7;
  font-size: 1.8rem;
  color: #fff;
}
.sec_about .txt + .txt{
  margin-top: 1.7em;
}

@media screen and (max-width: 768px){
  .sec_about{
    min-width: 0;
    padding: 10% 0;
    background-position-x: 100%;
  }
  .sec_about .inner{
    padding-left: 0;
  }
  .sec_about .ttl_sec{
    width: 90%;
    margin-bottom: 8%;
  }
  .sec_about .txt{
    font-size: 1.4rem;
  }

}

/* ------------------------------
sec_conditions
------------------------------ */
.sec_conditions{
  position: relative;
  min-width: 1260px;
  padding: 80px 0 100px;
  background: url(../img/index/bg_conditions.png) 50% 100% no-repeat;
  background-size: cover;
}
.sec_conditions .art01{
  position: absolute;
  top: 0;
  left: 50%;
  width: 914px;
  height: 312px;
  transform: translateX(-50%);
}
.sec_conditions .art01 .animated.infinite{
  animation-duration: 5s;
}
.sec_conditions .ttl_sec{
  width: 404px;
  margin: 0 auto 40px;
}
.area_attention .ttl_conditions{
  width: 425px;
  margin: 0 auto 30px;
}
.list_attention{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.items_attentions{
  width: 322px;
  border-radius: 15px;
  background-color: #fff;
}

.items_attentions.att01{
  width: 666px;
}

.items_attentions.att01 .img {
  padding: 20px 0 0;
  margin: 0;
  width: 83px;
}

.items_attentions.att01 .img-txt {
  display: flex;
  justify-content: space-between;
  padding: 0 46px 46px;
}

.items_attentions.att01 .img-txt p,
.items_attentions.att01 .img-txt ul li {
  font-size: 1.4rem;
  line-height: 1.8;
}

.items_attentions.att01 .img-txt ul + .sub-ttl {
  margin-top: .5em;
}

.items_attentions.att01 .img-txt strong {
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  /* padding-bottom: .75em; */
}

.items_attentions.att01 .img-txt .sub-ttl{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.items_attentions.att01 .txtwrap {
  width: calc(100% - 110px);
}

.att04{
  width: 100%;
  margin-top: 20px;
}
.items_attentions .ttl{
  height: 70px;
  margin-bottom: 25px;
  line-height: 70px;
  text-align: center;
  font-weight: 700;
  font-size: 2.5em;
  background-color: #fff100;
  border-radius: 15px 15px 0 0;
}
.items_attentions .img{
  padding: 0 25px 20px;
}
.items_attentions .txt{
  padding: 0 20px 30px;
  line-height: 1.75;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-size: 1.8rem;
}
.att01 .txt{
  letter-spacing: 0;
  font-size: 2.1rem;
}
.att04 .list_att04{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.att04 .list_att04 .items_att04{
  width: 336px;
}
.att04 .list_att04 .items_att04 .ttl_att04{
  margin-bottom: 0.7em;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
}
.att04 .list_att04 .items_att04 .txt{
  padding: 0 35px 30px;
  letter-spacing: 0;
  font-weight: normal;
}
.sec_conditions .art02{
  margin: 80px 0;
  font-size: 0;
}
.sec_conditions .art02 img{
  width: 25%;
}
.area_flow .ttl_conditions{
  width: 358px;
  margin: 0 auto 36px;
}
.list_flow .items_flow{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 47px 18px 18px;
  background-color: #fff;
  border-radius: 10px;
}
.list_flow .items_flow + .items_flow{
  position: relative;
  margin-top: 40px;
}
.list_flow .items_flow + .items_flow:before{
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 35px 0 35px;
  border-color: #ffffff transparent transparent transparent;
  transform: translateX(-50%);
}
.list_flow .items_flow .img{
  width: 300px;
}
.list_flow .items_flow .txt_box{
  width: 600px;
}
.list_flow .items_flow .ttl{
  margin-bottom: 0.7em;
  font-weight: 700;
  font-size: 2.8rem;
}
.list_flow .items_flow .txt{
  line-height: 1.88;
  font-weight: 700;
  font-size: 1.8rem;
}
.list_flow .items_flow .txt_att{
  line-height: 1.7;
  font-size: 1.6rem;
  color: #c8161d;
}

@media screen and (max-width: 768px){
  .sec_conditions{
    min-width: 0;
    padding: 10% 0;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .sec_conditions .art01{
    width: 90%;
  }
  .sec_conditions .ttl_sec{
    width: 60%;
    margin-bottom: 8%;
  }
  .area_attention .ttl_conditions{
    width: 60%;
    margin-bottom: 8%;
  }
  .list_attention{
    display: block;
  }
  .items_attentions{
    width: 100%;
    margin-bottom: 5%;
    border-radius: 10px;
  }
  .items_attentions.att01 {
    width: 100%;
  }
  .items_attentions.att01 .img-txt {
    flex-direction: column;
    align-items: center;
  }
  .items_attentions.att01 .txtwrap {
    width: 100%;
  }
  .att04{
    margin-top: 0;
  }
  .items_attentions .ttl{
    height: 50px;
    margin-bottom: 3%;
    line-height: 50px;
    font-size: 1.8em;
    border-radius: 10px 10px 0 0;
  }
  .items_attentions .img{
    padding: 0 10% 5%;
  }
  .items_attentions .txt{
    padding: 0 5% 5%;
    font-size: 1.4rem;
  }
  .att04 .list_att04{
    display: block;
  }
  .att04 .list_att04 .items_att04{
    width: auto;
  }
  .att04 .list_att04 .items_att04 .ttl_att04{
    font-size: 1.8rem;
  }
  .sec_conditions .art02{
    margin: 15% 0;
  }
  .sec_conditions .art02 img{
    width: 50%;
    vertical-align: bottom;
  }
  .area_flow .ttl_conditions{
    width: 50%;
    margin: 0 auto 8%;
  }
  .list_flow .items_flow{
    display: block;
    padding: 5%;
  }
  .list_flow .items_flow + .items_flow{
    margin-top: 25px;
  }
  .list_flow .items_flow + .items_flow:before{
    top: -25px;
    border-width: 15px 15px 0 15px;
  }
  .list_flow .items_flow .img{
    width: 60%;
    margin: 0 auto 5%;
  }
  .list_flow .items_flow .txt_box{
    width: 100%;
  }
  .list_flow .items_flow .ttl{
    line-height: 1.3;
    font-size: 1.6rem;
  }
  .list_flow .items_flow .txt{
    line-height: 1.3;
    font-size: 1.4rem;
  }
  .list_flow .items_flow .txt_att{
    margin-top: 0.5em;
    line-height: 1.3;
    font-size: 1.3rem;
  }
}


/* ------------------------------
sec_charge
------------------------------ */
.sec_charge{
  min-width: 1260px;
  padding: 190px 0 25px;
  background: url(../img/index/bg_charge.png) 50% 0 #a9dbee no-repeat;
  background-size: 100% auto;
}
.sec_charge .ttl_sec{
  margin: 0 auto 70px;
  font-size: 2.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  text-indent: .5em;
}
.sec_charge .ttl_sec img{
  width: 252px;
  margin-bottom: 30px;
}
.item_btn--sec_charge {
  margin-bottom: 5rem;
}
.list_charge{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.list_charge .items_charge{
  width: 493px;
  margin-bottom: 5px;
  text-align: center;
}
.list_charge .items_charge .ttl{
  height: 73px;
  margin-bottom: 25px;
  line-height: 73px;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  color: #3c3000;
  background: url(../img/index/bg_charge02.png) no-repeat;
  background-size: contain;
}
.list_charge .items_charge .txt{
  line-height: 1.7;
  font-weight: 700;
  font-size: 2.9rem;
  text-align: center;
  display: inline-block;
}

.list_charge .items_charge .txt--web {
  color: #C8161D;
  position: relative;
  margin-bottom: 8px;
  letter-spacing: .07em;
}

.list_charge .items_charge .txt--web .hayawari {
  font-size: 3.4rem;
}

.list_charge .items_charge .txt--web .price {
  font-size: 4rem;
}

.list_charge .items_charge .txt--web span {
  position: relative;
  z-index: 1;
}

.list_charge .items_charge .txt--web::after {
  content: "";
  width: 106%;
  height: 15px;
  background: #fff;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
}

.sec_charge .txt_att{
  line-height: 1.7;
  font-size: 1.6rem;
}
.item_btn a{
  width: 365px;
  display: block;
  margin: 10px auto;
}
.charge_other {
  width: 100%;
  background: url("../img/index/bg_charge_other.png") left top no-repeat;
  background-size: 1010px auto;
  border-radius: 8px;
  padding: 8px;
  margin: 50px 0 130px 0;
}
.charge_other .other_inner {
  background: #fff;
  font-size: 2.8rem;
  width: 994px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 24px 0 32px 0;
}
.other_inner h3 {
  background-color: #0f653a;
  border-radius: 10px;
  font-weight: 700;
  width: 910px;
  color: #fff;
  margin: 0 auto 20px auto;
  padding: 20px 0;
  text-align: center;
}
.other_inner .other_menu {
  width: 910px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.other_inner .other_menu li {
  font-weight: 700;
}

.trampoline_price {
  margin-bottom: 25px;
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  background-color: #0f653a;
  border-radius: 10px;
  line-height: 1.3;
  margin: 50px 0 130px 0;
  font-size: 2.4rem;
}

.trampoline_price h3 {
  color: #fff0c7;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px){
  .sec_charge{
    min-width: 0;
    padding: 20% 0 8%;
  }
  .sec_charge .ttl_sec{
    margin: 0 auto 8%;
    font-size: 1.6rem;
  }
  .sec_charge .ttl_sec img {
    width: 40%;
    margin-bottom: 3vw;
  }
  .list_charge{
    display: block;
  }
  .list_charge .items_charge{
    width: 100%;
    margin: 0 auto 15%;
    display: flex;
    flex-direction: column;
  }
  .list_charge .items_charge .ttl{
    height: 40px;
    margin-bottom: 5%;
    line-height: 40px;
    font-size: 1.6rem;
    background-position: 50% 50%;
    background-size: 150% auto;
    border-radius: 10px;
  }
  .list_charge .items_charge .txt{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: .01em;
  }
  .list_charge .items_charge .txt--web .hayawari {
    font-size: 3.1rem;
  }
  .list_charge .items_charge .txt--web {
    margin-top: 3vw;
  }
  .list_charge .items_charge .txt--web::after {
    bottom: 0;
  }
  .list_charge .items_charge .txt--web::after {
    width: 50%;
  }
  .list_charge .item_btn a {
    width: 86%;
  }
  .sec_charge .txt_att{
    text-align: center;
    font-size: 1.2rem;
  }
  .sec_charge .inner > .txt_att{
    width: 86%;
    margin: auto;
    text-align: left;
  }
  .charge_other {
    width: 100%;
    background: #fff;
    border: 6px solid #e6b167;
    border-radius: 8px;
    padding: 5%;
    margin: 30px 0;
  }
  .charge_other .other_inner {
    width: 100%;
    color: #fff;
    padding: 0;
  }
  .other_inner h3 {
    font-size: 1.6rem;
    padding: 2% 0;
    width: 100%;
    margin-bottom: 5%;
  }
  .other_inner .other_menu {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .other_inner .other_menu li {
    font-weight: 700;
    font-size: 1.6rem;
  }
  .other_inner .other_menu li + li {
    margin-top: 10px;
  }
  .trampoline_price {
    width: 100%;
    padding: 2%;
    margin: 7vw auto 7vw;
  }
  .trampoline_price h3 {
    font-size: 1.6rem;
  }
  .item_btn--sec_charge a {
    width: 80vw;
  }
}

/* ------------------------------
sec_course
------------------------------ */
.sec_course{
  min-width: 1260px;
  background-color: #a9dbee;
}
.sec_course .inner{
  position: relative;
  padding-top: 316px;
}
.sec_course .art{
  position: absolute;
  width: 1253px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.course_inner{
  position: relative;
  padding: 75px 80px 70px;
  background: url(../img/index/bg_course.png) 50% 0 no-repeat;
  background-size: 100% auto;
}
.sec_course .ttl_sec{
  width: 257px;
  margin: 0 auto 40px;
}
.sec_course .txt_copy{
  margin-bottom: 25px;
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff0c7;
  background-color: #0f653a;
  border-radius: 10px;
  line-height: 1.3;
}
.sec_course .img_map{
  margin-bottom: 75px;
  overflow: hidden;
  border-radius: 5px;
}
.sec_course .list_course{
  position: relative;
  height: 493px;
  height: 470px;
  background: url(../img/index/line_course.png) 20% 50% no-repeat;
  background-size: contain;
}
.sec_course .items_course{
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sec_course .items_course .img,
.sec_course .items_course .txt_box{
  min-height: 0%;
}
.sec_course .items_course .ttl{
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 2.8rem;
}
.sec_course .items_course .txt{
  line-height: 1.7;
  letter-spacing: -0.05em;
  font-size: 1.8rem;
}
.items_course.course01{
  top: 0;
  left: 0;
  width: 440px;
  display: flex;
}
.items_course.course01 .img{
  width: 220px;
  margin-bottom: 25px;
}
.items_course.course01 .txt_box{
  padding-left: 23px;
}
.items_course.course02{
  top: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
  width: 510px;
}
.items_course.course02 .img{
  order: 2;
  width: 198px;
  margin-left: 25px;
}
.items_course.course02 .txt_box{
  order: 1;
}
.items_course.course03{
  bottom: 0;
  left: 0;
  align-items: center;
  width: 440px;
}
.items_course.course03 .img{
  width: 173px;
  margin-right: 24px;
}
.items_course.course04{
  top: 0;
  right: 0;
  flex-direction: column;
  width: 340px;
}
.items_course.course04 .img{
  order: 2;
  width: 327px;
  margin-top: 25px;
}
.items_course.course04 .txt_box{
  order: 1;
}

@media screen and (max-width: 768px){
  .sec_course{
    min-width: 0;
  }
  .sec_course .inner{
    padding-top: 23%;
  }
  .sec_course .art{
    width: 100%;
  }
  .course_inner{
    padding: 40px 5% 10%;
    background-image: url(../img/index/bg_course_sp.png);
  }
  .sec_course .ttl_sec{
    width: 48%;
    margin-bottom: 8%;
  }
  .sec_course .txt_copy{
    margin-bottom: 5%;
    padding: 2%;
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .sec_course .img_map{
    margin-bottom: 10%;
  }
  .sec_course .list_course{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    height: auto;
    background: none;
  }
  .sec_course .items_course{
    position: static;
    display: block;
    margin: auto;
  }
  .sec_course .items_course .ttl{
    line-height: 1.3;
    text-align: left;
    font-size: 1.4rem;
    margin: 0 auto;
    display: inline-block;
  }
  .sec_course .items_course .txt{
    text-align: justify;
    font-size: 1.2rem;
  }
  .items_course.course01,
  .items_course.course02,
  .items_course.course03,
  .items_course.course04{
    width: 45%;
  }
  .items_course.course04 {
    margin-top: 20px;
  }
  .items_course.course01 .img,
  .items_course.course02 .img,
  .items_course.course03 .img,
  .items_course.course04 .img{
    width: 100%;
    margin: 0 0 5%;
  }
  .items_course.course01 .txt_box{
    padding: 0;
  }
}

/* ------------------------------
sec_movie
------------------------------ */
.sec_movie{
  min-width: 1260px;
  margin-bottom: -1px;
  padding: 125px 0 175px;
  background: url(../img/index/bg_movie.png) 50% 100% #a9dbee no-repeat;
  background-size: 100% auto;
}
.sec_movie .ttl_sec{
  width: 202px;
  margin: 0 auto 70px;
}
.sec_movie .lead{
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
}
.sec_movie .list_movie{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.sec_movie .list_movie .items_movie{
  width: 472px;
  height: 0;
  padding-top: 26.2%;
  position: relative;
}
.items_movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px){
  .sec_movie{
    min-width: 0;
    padding: 15% 0;
  }
  .sec_movie .ttl_sec{
    width: 35%;
    margin-bottom: 8%;
  }
  .sec_movie .lead{
    margin-bottom: 8%;
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .sec_movie .list_movie{
    flex-wrap: wrap;
  }
  .sec_movie .list_movie .items_movie{
    width: 48%;
    margin-bottom: 5%;
  }
}

/* ------------------------------
sec_faq
------------------------------ */
.sec_faq{
  min-width: 1260px;
  padding: 125px 0 100px;
  background: url(../img/index/bg_faq.png) 50% 0 no-repeat;
  background-size: cover;
}
.sec_faq .ttl_sec{
  width: 151px;
  margin: 0 auto 70px;
}
.sec_faq .dl_faq + .dl_faq{
  margin-top: 40px;
}
.sec_faq .dl_faq dt{
  position: relative;
  padding: 15px 85px 15px 30px;
  line-height: 1.7;
  font-weight: 700;
  font-size: 2.8rem;
  background-color: #fff100;
  transition: transform 0.3s ease-out;
  cursor: pointer;
}
.sec_faq .dl_faq dt:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 29px;
  height: 4px;
  background-color: #0f653a;
  border-radius: 4px;
  transform: translateY(-50%);
}
.sec_faq .dl_faq dt:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 29px;
  height: 4px;
  background-color: #0f653a;
  border-radius: 4px;
  transform: translateY(-50%) rotate(90deg);
}
.sec_faq .dl_faq dt.active:before{
  transform: translateY(-50%) rotate(45deg);
}
.sec_faq .dl_faq dt.active:after{
  transform: translateY(-50%) rotate(135deg);
}
.sec_faq .dl_faq dd{
  display: none;
  padding: 20px 30px;
  line-height: 1.7;
  font-weight: 700;
  font-size: 1.8rem;
  background-color: #fff;
}
.sec_faq .dl_faq dd .note{
  line-height: 1.7;
  font-size: 1.6rem;
  color: #c8161d;
  font-weight: normal;
}

@media screen and (max-width: 768px){
  .sec_faq{
    min-width: 0;
    padding: 10% 0;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .sec_faq .ttl_sec{
    width: 28%;
    margin-bottom: 8%;
  }
  .sec_faq .dl_faq + .dl_faq{
    margin-top: 5%;
  }
  .sec_faq .dl_faq dt{
    padding: 3% 40px 3% 5%;
    font-size: 1.4rem;
  }
  .sec_faq .dl_faq dt:before,
  .sec_faq .dl_faq dt:after{
    right: 3%;
    width: 15px;
    height: 2px;
  }
  .sec_faq .dl_faq dd{
    padding: 3% 5%;
    font-size: 1.2rem;
  }
  .sec_faq .dl_faq dd .note{
    margin-top: 0.5em;
    line-height: 1.1;
    font-size: 1.1rem;
  }
}

/* ------------------------------
sec_access
------------------------------ */
.sec_access{
  min-width: 1260px;
  padding: 45px 0 0;
  background: url(../img/index/bg_access01.png) 50% 50% no-repeat;
  background-size: cover;
}
.sec_access .inner{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 65px 64px 125px;
  background: url(../img/index/bg_access02.png) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.sec_access .access_left{
  /* width: 340px; */
  margin-right: 48px;
}
.sec_access .ttl_sec{
  width: 100%;
  margin-bottom: 50px;
}
.sec_access .list_access li{
  padding-left: 20px;
  text-indent: -20px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}
.sec_access .list_access li + li{
  margin-top: 1em;
}
.sec_access .list_access li:before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: -4px 8px 0 0;
  vertical-align: middle;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #fff;
}
.sec_access .access_right{
  /* width: 480px; */
}
.sec_access .ttl{
  display: inline-block;
  height: 54px;
  margin-bottom: 35px;
  padding: 0 35px;
  line-height: 54px;
  font-weight: 700;
  font-size: 2.2rem;
  color: #269900;
  background-color: #fff;
  border-radius: 10px;
}
.sec_access .flow_access li{
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}
.sec_access .flow_access li + li{
  margin-top: 1em;
}
.sec_access .art{
  position: absolute;
  top: -25px;
  right: 30px;
  width: 218px;
}
.access_notice {
  width: 100%;
  background: #fff100;
  border-radius: 8px;
  margin-top: 4rem;
  padding: 1.8em 1em;
}
.access_notice p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1 !important;
  height: auto !important;
}
.access_notice .ttl {
  color: #269900;
  padding: 0;
  background: none;
  margin: 0 0 .5em;
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
}
.access_notice .ttl span {
  color: #c8161d;
}

@media screen and (max-width: 768px){
  .sec_access{
    min-width: 0;
    padding: 10% 0;
    background-repeat: repeat-y;
    background-size: 200% auto;
  }
  .sec_access .inner{
    display: block;
    padding: 8% 5%;
    background: #269900;
    border: 6px solid #e6b167;
  }
  .sec_access .access_left{
    width: 100%;
    margin-bottom: 10%;
  }
  .sec_access .ttl_sec{
    width: 45%;
    margin-bottom: 8%;
  }
  .sec_access .art{
    position: absolute;
    top: -30px;
    right: 5%;
    width: 32%;
  }
  .sec_access .list_access li{
    padding-left: 15px;
    text-indent: -15px;
    font-size: 1.4rem;
  }
  .sec_access .list_access li:before{
    margin: 0 5px 0 0;
    border-width: 5px 0 5px 6px;
  }
  .android .sec_access .list_access li:before{
    margin-top: 4px;
  }
  .sec_access .access_right{
    width: 100%;
    padding-top: 0;
  }
  .sec_access .ttl{
    margin-bottom: 5%;
    padding: 0 20px;
    line-height: 28px;
    font-size: 1.6rem;
    border-radius: 5px;
    height: auto;
    display: inline-block;
  }
  .sec_access .flow_access li{
    font-size: 1.4rem;
  }
  .sec_access .flow_access li + li{
    margin-top: 0.5em;
  }
  .access_notice {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .access_notice p {
    line-height: 1.4 !important;
    font-size: 1.2rem;
  }
  .access_notice .ttl {
    padding: 0;
    margin-bottom: 2vw;
  }
}

/* ------------------------------
sec_map
------------------------------ */
.sec_map{
  position: relative;
  min-width: 1260px;
  height: 0;
  padding-top: 26%;
}
.sec_map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px){
  .sec_map{
    min-width: 0;
    padding-top: 80%;
  }
}
