@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : faq.css
 author     : Ability Consultant
 style info : よくあるご質問
=================================================================== */
.con_anc .box_anc, .con_faq {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .con_anc .box_anc, .con_faq {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title .txt img {
  max-width: 323px;
}
@media only screen and (min-width: 768px) {
  .con_title .txt img {
    width: 19%;
  }
}
@media print {
  .con_title .txt img {
    width: 19%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_title .txt img {
    min-width: 193.8px;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .txt img {
    width: 50.46875%;
  }
}

/* -----------------------------------------------------------
	.con_anc
----------------------------------------------------------- */
.con_anc .box_anc {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  border-top: 1px solid #8f8f8f;
  border-left: 1px solid #8f8f8f;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_anc .box_anc {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .con_anc .box_anc {
    grid-template-columns: repeat(2, 1fr);
  }
}
.con_anc .box_anc li {
  border-right: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
}
.con_anc .box_anc li a {
  text-decoration: none;
  padding: 4%;
  overflow: hidden;
  display: block;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.con_anc .box_anc li a .txt {
  margin-top: 5%;
  text-align: center;
  font-size: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_anc .box_anc li a .txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_anc .box_anc li a .txt {
    font-size: 15px;
  }
}
.con_anc .box_anc li a .txt:before, .con_anc .box_anc li a .txt:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_anc .box_anc li a .txt:after {
  content: "";
  margin-left: .5em;
  font-size: 131%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_anc .box_anc li a .txt:after {
    display: inline-block;
  }
}
.con_anc .box_anc li a:hover {
  background: rgba(177, 177, 177, 0.3);
}

/* -----------------------------------------------------------
	.con_faq
----------------------------------------------------------- */
.con_faq {
  margin-top: 20px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .con_faq {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq {
    margin-bottom: 4em;
  }
}
.con_faq .p-faq {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq {
    padding-top: 3em;
  }
}
.con_faq .p-faq__title {
  font-size: 32px;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_faq .p-faq__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__title {
    font-size: 18px;
  }
}
.con_faq .p-faq__list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__list {
    margin-top: 1.5em;
  }
}
.con_faq .p-faq__q, .con_faq .p-faq__a {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff99;
}
.con_faq .p-faq__q .tit, .con_faq .p-faq__a .tit {
  width: 5.45455%;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  line-height: 1.22;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__q .tit, .con_faq .p-faq__a .tit {
    width: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_faq .p-faq__q .tit, .con_faq .p-faq__a .tit {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__q .tit, .con_faq .p-faq__a .tit {
    font-size: 15px;
  }
}
.con_faq .p-faq__q .txt, .con_faq .p-faq__a .txt {
  width: 94.54545%;
  box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__q .txt, .con_faq .p-faq__a .txt {
    width: 90%;
  }
}
.con_faq .p-faq__q {
  cursor: pointer;
}
.con_faq .p-faq__q .tit {
  background-color: #313131;
  color: #ffffff;
}
.con_faq .p-faq__q .txt {
  padding-block: 1.81818%;
  padding-inline: 1.81818% 5.45455%;
  font-size: 18px;
  line-height: 1.7;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__q .txt {
    padding-block: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__q .txt {
    padding-inline: 4% 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_faq .p-faq__q .txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__q .txt {
    font-size: 14px;
  }
}
.con_faq .p-faq__q .txt:before, .con_faq .p-faq__q .txt:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_faq .p-faq__q .txt:after {
  content: "";
  margin-left: .5em;
  font-size: 124%;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 3.63636%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__q .txt:after {
    font-size: 100%;
    right: 4%;
  }
}
.con_faq .p-faq__q.active .txt::after {
  transform: rotate(180deg) translateY(50%);
}
.con_faq .p-faq__a {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__a {
    margin-top: 0.5em;
  }
}
.con_faq .p-faq__a + .p-faq__q {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__a + .p-faq__q {
    margin-top: 1em;
  }
}
.con_faq .p-faq__a .tit {
  border-right: 1px solid #8F8F8F;
}
.con_faq .p-faq__a .txt {
  padding: 2.27273% 1.81818%;
  font-size: 15px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__a .txt {
    padding: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .p-faq__a .txt {
    font-size: 14px;
  }
}
.con_faq .p-faq__a .txt ul {
  padding-left: 1.5em;
}
.con_faq .p-faq__a .txt ul li {
  list-style: disc;
}
