/* 20260309追加 */
.qa--tableWrap{
  background-color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .qa--tableWrap{
    overflow-x: scroll;
  }
}
.qa--table{
  width: 100%;
  min-width: 500px;
}
.qa--table th,td{
  padding: 2px 6px;
  border: 1px solid #000;
}
.qa--table th {
  background-color: #dedede;
}
.notes{
  font-size: 14px;
  color: #464646;
  line-height: 1.5;
  font-weight: normal;
  text-indent: -2.3em;
  margin-left: 2.3em;
}




@media screen and (max-width: 768px) {
  #qa--top .qa--wrap {
    width: 90%;
    margin: 0 auto;
  }
}
#qa--top .qa--anclink {
  margin: 10px auto;
  max-width: 1024px;
}
@media screen and (max-width: 768px) {
  #qa--top .qa--anclink {
    width: 90%;
  }
}
#qa--top .qa--anclink--btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #qa--top .qa--anclink--btn {
    display: block;
  }
}
#qa--top .qa--anclink--btn li {
  text-align: center;
  width: calc(1024px / 4);
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  #qa--top .qa--anclink--btn li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
#qa--top .qa--anclink--btn li:nth-of-type(4) a {
  padding-top: 10px;
}
#qa--top .qa--anclink--btn li:first-of-type {
  margin-left: 0px;
}
#qa--top .qa--anclink--btn li:last-of-type {
  margin-right: 0px;
}
#qa--top .qa--anclink--btn li a {
  font-size: 14px;
  color: #304993;
  border-radius: 10px;
  border: 2px solid #304993;
  padding-top: 20px;
  padding-bottom: 25px;
  font-weight: 900;
  display: block;
  position: relative;
  line-height: 1.13;
  letter-spacing: 0.64px;
  height: 100%;
}
#qa--top .qa--anclink--btn li a:before, #qa--top .qa--anclink--btn li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #304993;
  border-right: 2px solid #304993;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#qa--top .qa--anclink--btn li a:before {
  bottom: 12px;
}
#qa--top .qa--title {
  padding-top: 80px;
  text-align: center;
  font-size: 28px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  position: relative;
  letter-spacing: 1.20px;
  padding-bottom: 40px;
  color: #333;
}
#qa--top .qa--title:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #304993;
  left: 0;
  right: 0;
  bottom: 25px;
}
#qa--top .qa--title--text {
  margin-top: -20px;
  margin-bottom: 60px;
}
#qa--top .qa--title--text p {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.48px;
  text-align: center;
}
#qa--top .qa--title--text p span {
  font-size: 12px;
  color: #304993;
}
#qa--top .qa--lists {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #qa--top .qa--lists {
    padding-bottom: 40px;
  }
}
#qa--top .qa--lists li {
  counter-increment: li;
  border-radius: 16px;
  border: solid 1px #304993;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 24px;
}
#qa--top .qa--lists li:last-of-type {
  margin-bottom: 0;
}
#qa--top .qa--lists--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#qa--top .qa--lists--title:before {
  width: 45px;
  height: 45px;
  background-image: url("../../_shared/img/faq/Q-icon.png");
  background-repeat: no-repeat;
  text-align: center;
  content: '';
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-family: FuturaStd;
}
#qa--top .qa--lists--title p {
  flex: 1;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.64px;
  text-align: left;
  color: #304993;
  margin-right: 5px;
}
#qa--top .qa--lists--title .btn {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}
#qa--top .qa--lists--title .btn:before, #qa--top .qa--lists--title .btn:after {
  position: absolute;
  top: 11px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #304993;
  border-top: 2px solid #304993;
  transform: translateX(-50%);
  transition: .3s;
}
#qa--top .qa--lists--title .btn:before {
  top: 0px;
  left: -11px;
  transform: rotate(90deg);
}
#qa--top .qa--lists--title .btn.open:before {
  opacity: 0;
}
#qa--top .qa--lists--contents {
  display: none;
  align-items: flex-start;
  margin-right: 60px;
  border-top: 1px solid #787878;
  padding-top: 20px;
  margin-top: 20px;
}
#qa--top .qa--lists--contents .answer {
  font-size: 14px;
  color: #464646;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 10px;
}
#qa--top .qa--lists--contents .answer:last-of-type {
  margin-bottom: 0;
}
#qa--top .qa--lists--contents .answer a {
  color: blue;
}
#qa--top .qa--lists--contents .ans-list span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#qa--top .qa--lists--contents:before {
  width: 45px;
  height: 45px;
  background-image: url("../../_shared/img/faq/A-icon.png");
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  margin-top: 3px;
  display: inline-block;
  flex-shrink: 0;
  content: '';
  display: inline-block;
  padding-top: 11px;
  font-size: 22px;
  font-family: FuturaStd;
}
@media screen and (max-width: 768px) {
  #qa--top .qa--lists--contents:before {
    padding-top: 6px;
  }
}
#qa--top .qa--lists--contents.open {
  display: flex;
}
@media screen and (max-width: 768px) {
  #qa--top .qa--lists--contents {
    margin-right: 20px;
  }
}
#qa--top .qa--lists--contents--inner {
  margin-left: 18px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #qa--top .qa--lists--contents--inner {
    /* width: 100%; */
    width: calc(100% - 45px);
  }
}
#qa--top .qa--lists--contents--inner--linkbox {
  margin-bottom: 25px;
  display: inline-block;
}
#qa--top .qa--section--title {
  margin-top: -120px;
  padding-top: 120px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #qa--top .qa--section--title {
    margin-top: -60px;
    padding-top: 60px;
  }
}
#qa--top .faq--img {
  width: 100%;
}
#qa--top .other__faq {
  padding-bottom: 30px;
}
#qa--top .other__faq--title .qa--title {
  padding-top: 0px;
  margin-bottom: 0px;
}
#qa--top .other__faq--area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #qa--top .other__faq--area {
    display: block;
    text-align: center;
  }
}
#qa--top .other__faq--area--lists {
  margin-right: 5px;
}
#qa--top .other__faq--area--lists:last-of-type {
  margin-right: 0;
}
#qa--top .other__faq--area--lists p {
  text-align: justify;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #qa--top .other__faq--area--lists p {
    padding-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
}
#qa--top .other__faq--area--lists ul li {
  margin-bottom: 10px;
}
#qa--top .other__faq--area--lists ul li a {
  color: #304993;
  font-size: 15px;
  font-weight: bold;
}

.pt-10 {
  padding-top: 10px;
}

#juengai {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #juengai {
    padding-top: 0;
  }
}
#juengai .juen--title {
  height: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 28px;
  text-align: left;
  font-weight: bold;
  color: #123390;
  line-height: 1.35em;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #juengai .juen--title {
    padding: 0 0 0 15px;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#juengai .juen--title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #1e5799 0%, #021651 100%);
}
#juengai .juen-container {
  line-height: 1.5;
  padding: 40px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #juengai .juen-container {
    padding: 30px 0;
    font-size: 14px;
  }
}
#juengai .juen-container img {
  display: block;
  padding-top: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #juengai .juen-container img {
    padding-top: 20px;
  }
}
#juengai .txt-center {
  padding-top: 5px;
  text-align: center;
}
#juengai .txt-center span {
  text-align: left;
  display: inline-block;
}
#juengai .engai-table {
  max-width: 700px;
  margin: 0 auto;
}
#juengai .w-51 {
  width: 50.5%;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #juengai .w-51 {
    width: 100%;
    padding-top: 50px;
  }
}
#juengai .w-46 {
  width: 45.9%;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #juengai .w-46 {
    width: 100%;
    padding-top: 50px;
  }
}
#juengai .w-46 .img-81 {
  width: 81%;
}
@media screen and (max-width: 768px) {
  #juengai .w-46 .img-81 {
    width: 100%;
  }
}
#juengai .txt-blue {
  color: #304993;
}
#juengai .link {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #000;
}
#juengai .link a {
  color: #304993;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #juengai .link {
    text-align: left;
  }
}

.img-info {
  max-width: 700px;
  margin: 0 auto;
  text-align: right;
}
.img-info span {
  display: inline-block;
  text-align: left;
}
.img-info .symbol {
  width: 20px;
  text-align: center;
}
