@charset "UTF-8";
/* =============================================== 
  よくある質問
=============================================== */
.faq_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EAF2FA;
  height: 82px;
  padding: 0 60px 0 25px;
  color: #2A68B0;
  cursor: pointer;
  position: relative;
}
.faq_ttl:not(:first-of-type) {
  margin-top: 10px;
}
.faq_ttl::before, .faq_ttl::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
}
.faq_ttl::before {
  border: 1px solid #2A68B0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: 15px;
}
.faq_ttl.open::after {
  border-left: 1px solid #2A68B0;
  height: 10px;
  right: 25.5px;
}
@media screen and (max-width: 768px) {
  .faq_ttl {
    height: auto;
    padding: 20px 60px 20px 18px;
  }
}
.faq_ttl h2 {
  font-size: 24px;
  font-weight: 500;
}
.faq_ttl h2::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  border-top: 1px solid #2A68B0;
  width: 10px;
  right: 21px;
}
@media screen and (max-width: 768px) {
  .faq_ttl h2 {
    font-size: 16px;
  }
}
.faq_ttl p {
  font-size: 14px;
  font-weight: 500;
  text-indent: -0.5em;
}
@media screen and (max-width: 768px) {
  .faq_ttl p {
    margin-top: 3px;
    font-size: 12px;
  }
}

.faq_wrap {
  display: none;
  margin-bottom: 50px;
}
.faq_wrap dt, .faq_wrap dd {
  padding: 15px 0 15px 52px;
  position: relative;
  min-height: 68px;
}
.faq_wrap dt .Montserrat, .faq_wrap dd .Montserrat {
  background: #2A68B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: 15px;
  left: 0;
}
.faq_wrap dt {
  border-bottom: 1px solid #2A68B0;
  margin-top: 15px;
  color: #2A68B0;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .faq_wrap dt {
    font-size: 16px;
  }
}
.faq_wrap dd .Montserrat {
  background: #E57516;
}
.faq_wrap dd a {
  color: #2A68B0;
  text-decoration: underline;
}
.faq_wrap dd a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .faq_wrap dd {
    font-size: 14px;
  }
}
.faq_wrap dd .indent_list {
  padding-left: 1em;
  margin-bottom: 10px;
}
.faq_wrap dd .indent_list li {
  padding-left: 1em;
  margin-top: 10px;
  text-indent: -1em;
}
.faq_wrap dd .inner {
  padding: 1em;
}
.faq_wrap dd .box {
  border: 1px solid #EA0909;
  background: #ffdfdf;
  padding: 20px;
}
.faq_wrap dd table.col2 td {
  min-width: 130px;
}
.faq_wrap dd table.col2 td.txt_left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .faq_wrap dd table.col2 td {
    min-width: 80px;
  }
  .faq_wrap dd table.col2 td.txt_left {
    padding: 10px;
  }
}
.faq_wrap dd table caption {
  background: #2A68B0;
  padding: 15px 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq_wrap dd table caption {
    font-size: 16px;
  }
}
.faq_wrap dd table th, .faq_wrap dd table td {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq_wrap dd table th, .faq_wrap dd table td {
    min-width: 3.5em;
    padding: 10px 2px;
    font-size: 13px;
  }
}
.faq_wrap dd table td:first-of-type {
  border-right: 1px dashed #ddd;
}
.faq_wrap dd .notes {
  font-size: 14px;
}

.notes_txt, .notes_list li {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.notes_list li {
  display: block;
}