/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2022 | 10:13:40 */
.qaa {
  background-color: #C6E7FA;
}

#qaa .alignfull, .alignfull.wp-block-cover, .alignfull.wp-block-cover-image, .alignfull.wp-block-image {
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  background-color: #C6E7FA;
	border-bottom: 0px solid #C6C6C6;
	border-top: 0px solid #C6C6C6;
	padding: 0px;
}

/*==accordion===*/
.accordion_one {
  margin-bottom: 10px;
}
.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #B8D5E7;
  border: 1px solid #B8D5E7;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #B8D5E7;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #B8D5E7;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #B8D5E7;
}
.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 #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
padding: 1.5rem 8rem 1.5rem 2rem;
  border-left: 1px solid #B8D5E7;
  border-right: 1px solid #B8D5E7;
  border-bottom: 1px solid #B8D5E7;
  box-sizing: border-box;
  background: #B8D5E7;
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1rem 3rem 1.3rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    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: 1.5rem 1.5rem 1.5rem 1rem;
}}


/*=====faq=======*/
.p-faq__headinner {
  display: block;
  padding-left: 50px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  /*content: "Q．";*/
  content: url(https://xn--cck1dt720a2bm.jp/images/y-Q.gif);
  color: #09357f;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 15px; /*20px*/
  font-weight: bold;
  margin: 0 0 0em;
  line-height: 1.3;
  padding-top: 3px;
	letter-spacing: .001em;
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 45px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
    line-height: 2.4em;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
    line-height: 1.3em;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 50px;
  position: relative;
  line-height: 1.5;
  padding-bottom: 1em;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  /*  content: "A．";*/
  content: url(https://xn--cck1dt720a2bm.jp/images/y-A.gif);
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
margin: 0 0 0em;
font-size: 15px;
text-align: left;
line-height: 1.68em;
letter-spacing: .001em;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 45px;
	padding-right: 1em;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
}}

/*=========base=========*/

/* FaQ new*/
.accordion {
  width: 100%;
}
/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}
/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #B8D5E7;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}
/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
/* アイコンの－ */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/* アコーディオンが開いたら－に */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}
/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}

/* 中にいろいろ入れたい時 */
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}
.accordion-hidden:checked+.accordion-open+.accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}
