@charset "utf-8";
/*----------------------------------------------
	Q&Aアコーディオン
---------------------------------------------*/
.accordion_area .accordion_one .ac_header {
  background-color: #fff;
  padding: 30px 45px 30px 10px;
  position: relative;
  cursor: pointer;
  transition: .1.5s;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.15));
  border-radius: 15px;
   transition: 0.5s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #EEEEEE;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #EEEEEE;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #333333;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #333333;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open {
  border-radius: 15px 15px 0 0 ;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 15px 10px;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 0 0 15px 15px;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 15px 45px 15px 10px;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 1.5rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 15px 10px;
  }
}
.p-faq__headinner {
  display: block;
  padding-left: 5rem;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "Q";
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  
  background: #108968;
  height:37px;
 width:37px;
 border-radius:50%;
}
.p-faq__headinner p.p-faq__q-txt, .p-faq__bodyinner p.p-faq__a-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 736px) {
  .p-faq__headinner p.p-faq__q-txt, .p-faq__bodyinner p.p-faq__a-txt { 
  ont-size: calc(30px + 30 * ((100vw - 780px) / 780));
   }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 5rem;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "A";
  color: #108968;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  
  background: #fff;
  border: 1px solid #108968;
  height:37px;
 width:37px;
 border-radius:50%;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 1.8rem;
}

.gutter > *:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
  /*.p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 1.4rem;
  }*/
	.gutter > *:not(:last-child) {
  margin-bottom:10px;
}
   .p-faq__headinner p.p-faq__q-txt, .p-faq__bodyinner p.p-faq__a-txt {
    font-size: calc(30px + 30 * ((100vw - 780px) / 780)); 
  }

}

/*----------------------------------------------
	【お知らせ】用アコーディオン
---------------------------------------------*/

.is_oshirase .p-faq__headinner {
	text-align: center;
    padding-left:0px;
	font-weight: bold;
}
.is_oshirase .p-faq__headinner::before {
   display: none;
}
.is_oshirase .p-faq__bodyinner {
   padding-left:0px;
}
.is_oshirase .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 1.6rem;
}
.is_oshirase .p-faq__bodyinner::before {
    display: none;
}




.course-item a:hover {
      opacity: 0.8;
    }
.course-item a img {
      margin-bottom: 15px;
    }
.modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.8);
      display: none;
    }
.bigimg {
      position: absolute;
      top: 250px;
      left: 0;
      right: 0;
      margin-right: auto;
      margin-left: auto;
    }

.close-btn {
      color: #fff;
      font-size: 40px;
      position: absolute;
      right: 20px;
      top: 0;
    }

.close-btn a {
      color: #fff;
      text-decoration: none;
    }





