.tab_area.-faq {
  width: 100%;
  max-width: 100%;
}
.tab_area.-faq ul li {
  width: 15.78%;
}
@media screen and (max-width: 768px) {
  .tab_area.-faq ul li {
    width: 48%;
    margin-bottom: 10px;
  }
}
.tab_area.-faq ul li a {
  font-size: 16px;
  height: 90px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .tab_area.-faq ul li a {
    font-size: 14px;
    height: 60px;
  }
}

.qa_area {
  background-color: #eff8fd;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .qa_area {
    padding: 20px;
  }
}
.qa_area .qa_area_in {
  display: none;
}
.qa_area #service {
  display: block;
}
.qa_area .tit01 {
  font-size: 34px;
  color: #00477d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .qa_area .tit01 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.qa_area dl {
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 50px 15px 15px;
  cursor: pointer;
  margin-bottom: 15px;
}
.qa_area dl::before, .qa_area dl::after {
  content: "";
  width: 15px;
  height: 4px;
  border-radius: 2px;
  background-color: #00477d;
  display: block;
  position: absolute;
  right: 22px;
  top: 28px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .qa_area dl::before, .qa_area dl::after {
    width: 12px;
    height: 2px;
    right: 24px;
  }
}
.qa_area dl::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.qa_area dl.dl_on::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.qa_area dl dt, .qa_area dl dd {
  font-size: 16px;
  color: #00477d;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .qa_area dl dt, .qa_area dl dd {
    font-size: 14px;
  }
}
.qa_area dl dt::before, .qa_area dl dd::before {
  font-family: "urbane-rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  position: absolute;
  left: 0px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .qa_area dl dt::before, .qa_area dl dd::before {
    font-size: 20px;
  }
}
.qa_area dl dt {
  font-weight: bold;
}
.qa_area dl dt::before {
  content: "Q.";
  color: #00477d;
  top: 0px;
}
.qa_area dl dt::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #eff8fd;
  display: block;
  position: absolute;
  right: -35px;
  top: 0px;
  z-index: 1;
}
.qa_area dl dd {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px dotted #bbe4f7;
  display: none;
}
.qa_area dl dd::before {
  content: "A.";
  color: #f3950e;
  top: 15px;
}
.qa_area dl dd strong {
  font-weight: bold;
}
.qa_area dl dd i {
  display: block;
}
.qa_area dl dd i span {
  display: inline;
  background-color: #fff;
}
.qa_area dl dd .caption {
  color: #00477d;
}
.qa_area dl dd a {
  display: inline;
  color: #00477d;
  text-decoration: underline;
}