@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : faq.css
 author     : Ability Consultant
 style info : よくあるご質問
=================================================================== */
.con_intr, .con_anchor, .con_faq {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1099px) {
  .con_intr, .con_anchor, .con_faq {
    width: 91.66667%;
  }
}

@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("NotoSerifCJKjp Regular"), url("../font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("../font/NotoSerifCJKjp-Regular.woff") format("woff");
}
/* font-awesome */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
.cau {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .cau {
    margin-bottom: 4%;
  }
}

/* -----------------------------------------------------------
	con_intr
----------------------------------------------------------- */
.con_intr {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .con_intr {
    margin-top: 10%;
  }
}
.con_intr h3 {
  text-align: center;
  letter-spacing: .05em;
  font-size: 208%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr h3 {
    font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr h3 {
    font-size: 143%;
  }
}
.con_intr h3 em {
  font-size: 42%;
  display: block;
  color: #8faf6a;
  font-family: "Myriad Pro",Times,Garamond,Georgia,serif;
  font-weight: normal;
}
.con_intr .txt {
  text-align: center;
  font-size: 108%;
  margin: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .txt {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .txt {
    margin: 4%;
  }
}

/* -----------------------------------------------------------
	con_anchor
----------------------------------------------------------- */
.con_anchor {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_anchor {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor .box_anchor {
    width: 100%;
  }
}
.con_anchor .box_anchor li {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .con_anchor .box_anchor li {
    width: 199px;
  }
}
@media print {
  .con_anchor .box_anchor li {
    width: 199px;
  }
}
.ie8 .con_anchor .box_anchor li {
  width: 199px;
}
.con_anchor .box_anchor li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: .4em 0;
}
.mouse .con_anchor .box_anchor li a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_anchor .box_anchor li a:hover, .touch .con_anchor .box_anchor li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_anchor .box_anchor li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_anchor .box_anchor li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) {
  .con_anchor .box_anchor li a em:after {
    content: "";
    margin-left: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    -moz-transition: top 0.4s;
    -o-transition: top 0.4s;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
    top: 0;
  }
}
@media print {
  .con_anchor .box_anchor li a em:after {
    content: "";
    margin-left: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    -moz-transition: top 0.4s;
    -o-transition: top 0.4s;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
    top: 0;
  }
}
.ie8 .con_anchor .box_anchor li a em:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: relative;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  top: 0;
}
.con_anchor .box_anchor li a:hover em:after {
  top: .5em;
}
@media only screen and (min-width: 768px) {
  .con_anchor .box_anchor li {
    border-right: 1px solid #dadada;
  }
  .con_anchor .box_anchor li:first-child {
    border-left: 1px solid #dadada;
  }
}
@media print {
  .con_anchor .box_anchor li {
    border-right: 1px solid #dadada;
  }
  .con_anchor .box_anchor li:first-child {
    border-left: 1px solid #dadada;
  }
}
.ie8 .con_anchor .box_anchor li {
  border-right: 1px solid #dadada;
}
.ie8 .con_anchor .box_anchor li:first-child {
  border-left: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .con_anchor .box_anchor {
    display: block;
  }
  .con_anchor .box_anchor li {
    display: block;
    border-bottom: 1px solid #dadada;
  }
  .con_anchor .box_anchor li:first-child {
    border-top: 1px solid #dadada;
  }
  .con_anchor .box_anchor li a {
    display: block;
    position: relative;
    padding: .9em 1em;
    text-align: left;
  }
  .con_anchor .box_anchor li a:after {
    content: "";
    margin-left: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -.75em;
    -moz-transition: top 0.4s;
    -o-transition: top 0.4s;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  .con_anchor .box_anchor li a:hover:after {
    top: 65%;
  }
}

/* -----------------------------------------------------------
	.con_faq
----------------------------------------------------------- */
.con_faq {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_faq {
    padding-top: 5%;
  }
}
.con_faq .btn_open {
  width: 245px;
  margin-left: auto;
}
.con_faq .btn_open a {
  display: block;
  border: 1px solid #dadada;
  text-decoration: none;
  padding: 1em 0;
  text-align: center;
}
.con_faq .btn_open a span {
  display: inline-block;
  position: relative;
}
.con_faq .btn_open a span:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -.75em;
  margin-left: .5em;
  -moz-transition: margin-left 0.4s;
  -o-transition: margin-left 0.4s;
  -webkit-transition: margin-left 0.4s;
  transition: margin-left 0.4s;
  z-index: 1;
}
.con_faq .btn_open.active a span:after {
  content: "";
}
@media only screen and (max-width: 767px) {
  .con_faq .btn_open {
    width: 53.18182%;
  }
}
.con_faq h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 158%;
  letter-spacing: .08em;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_faq h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq h4 {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq h4 {
    margin-bottom: 5%;
  }
}
.con_faq .box_faq {
  padding-top: 65px;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq {
    padding-top: 15%;
  }
}
.con_faq .box_faq.f_top {
  padding-top: 0;
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq.f_top {
    padding-top: 10%;
  }
}
.con_faq .box_faq .list_faq {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq .list_faq {
    margin-top: 4%;
  }
}
.con_faq .box_faq .list_faq dt, .con_faq .box_faq .list_faq dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq .list_faq dt, .con_faq .box_faq .list_faq dd {
    padding: 4% 1.36364%;
  }
}
.con_faq .box_faq .list_faq dt:before, .con_faq .box_faq .list_faq dd:before {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  content: "Q";
  color: #846b4d;
  font-size: 186%;
  margin-right: .5em;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_faq .box_faq .list_faq dt:before, .con_faq .box_faq .list_faq dd:before {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq .list_faq dt:before, .con_faq .box_faq .list_faq dd:before {
    font-size: 158%;
  }
}
.con_faq .box_faq .list_faq dt span, .con_faq .box_faq .list_faq dd span {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 89%;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq .list_faq dt span, .con_faq .box_faq .list_faq dd span {
    width: 78%;
  }
}
.con_faq .box_faq .list_faq dt {
  cursor: pointer;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  font-size: 108%;
  padding: 1em;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_faq .box_faq .list_faq dt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq .list_faq dt {
    font-size: 93%;
  }
}
.con_faq .box_faq .list_faq dt:first-child {
  border-top: 1px solid #dadada;
}
.con_faq .box_faq .list_faq dt:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 3%;
  top: 50%;
  color: #391a03;
  margin: 0;
  font-size: 158%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq .list_faq dt:after {
    right: 5%;
  }
}
.con_faq .box_faq .list_faq dt.active:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.con_faq .box_faq .list_faq dt:first-child {
  border-top: 1px solid #d8d8d8;
}
.con_faq .box_faq .list_faq dt span {
  line-height: 1.6em;
}
.con_faq .box_faq .list_faq dd {
  display: none;
  line-height: 1.8;
  border-bottom: 1px solid #dadada;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq .list_faq dd {
    padding: 4% 0;
  }
}
.con_faq .box_faq .list_faq dd a {
  color: #2c7039;
}
.con_faq .box_faq .list_faq dd .tel {
  width: auto;
}
.con_faq .box_faq .list_faq dd:before {
  vertical-align: top;
  background: #d0bd9e;
  color: #fff;
  content: "A";
  margin-right: .7em;
  padding: .3em .4em;
}
