@charset "UTF-8";

.faq_box .part.searchform {
  margin-bottom: 10px !important;
}

.faq_box .faq_part {
  margin-bottom: 20px;
}

.faq_box .faq_heading {
  flex-basis: 75px;
  max-width: 75px;
}

.faq_box .open_close_handle {
  transition: 0.3s;
}

.faq_box .open_close_handle,
.faq_box .a_cont .entry_cont {
  flex-basis: calc(100% - 75px);
}

.faq_box .faq_heading span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 23px;
  background: var(--link_color);
  color: #fff;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.faq_box .q_cont,
.faq_box .a_cont {
  position: relative;
  display: flex;
  padding: 20px;
}

.faq_box .q_cont {
  align-items: center;
	background: #e7e7e7;
}

.faq_box .a_cont {
  padding-bottom: 15px;
	border: 3px solid #e7e7e7;
}

.faq_box .faq_part .open_close_target {
  display: flex;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  opacity: 0;
  transition:
    max-height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-top 420ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-bottom 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-top-width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-bottom-width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 240ms ease;
}

.faq_box .faq_part.is-open .open_close_target {
  max-height: 1000px;
  padding-top: 20px;
  padding-bottom: 15px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  opacity: 1;
}

.open_close_handle {
  position: static !important;
  font-size: 1.8rem;
  font-weight: bold;
}

.open_close_wrap .open_close_handle.plus::before,
.open_close_wrap .open_close_handle.minus::before {
  right: 20px;
  width: 50px;
  height: 50px;
  margin-top: -28px;
  color: #666;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.open_close_wrap .open_close_handle.plus::before {
  content: '+';
  color: var(--link_color);
}

.open_close_wrap .open_close_handle.minus::before {
  content: '-';
  color: var(--link_color);
}

@media screen and (max-width: 599px) {
  .faq_box .faq_heading {
    flex-basis: 50px;
    max-width: 50px;
  }

  .faq_box .open_close_handle,
  .faq_box .a_cont .entry_cont {
    flex-basis: calc(100% - 50px);
  }

  .faq_box .open_close_handle {
    padding-right: 40px !important;
  }

  .faq_box .faq_heading span {
    width: 35px;
    height: 35px;
    border-radius: 18px;
    font-size: 22px;
    line-height: 33px;
  }

  .faq_box .q_cont,
  .faq_box .a_cont {
    padding: 15px;
  }

  .faq_box .a_cont {
    padding-bottom: 12px;
  }

  .faq_box .faq_part.is-open .open_close_target {
    padding-top: 15px;
    padding-bottom: 12px;
  }

  .open_close_handle {
    padding-right: 40px;
    font-size: 1.6rem;
  }

  .open_close_wrap .open_close_handle.plus::before,
  .open_close_wrap .open_close_handle.minus::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (min-width: 600px) {
  .open_close_handle {
    padding: 0 60px 0 0 !important;
  }
}
