@charset "UTF-8";
.container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subpageTitle01 span {
  width: 157px;
}

.subPageHead01 {
  margin-bottom: 40px;
  background-image: url("../images/bg_index01.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .subPageHead01 {
    margin-bottom: 25px;
  }
}

.faqBox.first {
  margin-top: 0;
}

.last {
  margin-bottom: 80px;
}

.localNav01 {
  max-width: 1000px;
  width: 94%;
  margin: auto;
  padding-bottom: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .localNav01 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .localNav01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 30px;
  }
}
.localNav01 li {
  width: 19.5%;
  border-radius: 1px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.localNav01 li:hover {
  background: #00397c;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .localNav01 li {
    width: calc(97.9% / 4);
    margin-right: 0.7%;
  }
  .localNav01 li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .localNav01 li {
    width: 49.3%;
    margin-right: 0;
  }
}
.localNav01 a {
  font-size: 14px;
  font-weight: bold;
  color: #00397c;
  width: 100%;
  padding: 15px 10px;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .localNav01 a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .localNav01 a {
    font-size: 12px;
    text-align: left;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 360px) {
  .localNav01 a {
    font-size: 11px;
    padding: 15px 8px 15px 5px;
  }
}
.localNav01 a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #00397c;
  border-right: 2px solid #00397c;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .localNav01 a::after {
    right: 10px;
  }
}
@media screen and (max-width: 360px) {
  .localNav01 a::after {
    right: 8px;
  }
}
.localNav01 a:hover {
  background: #00397c;
  color: #fff;
  opacity: 1;
}
.localNav01 a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.localNav01 .active a {
  background: #00397c;
  color: #fff;
}
.localNav01 .active a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.question:hover {
  cursor: pointer;
}

.question {
  position: relative;
  background: #f8f6ed;
  margin-bottom: 9px;
}
.question span {
  font-size: 15px;
  color: #122b4f;
  padding: 16px 40px 16px 66px;
  background-image: url("../images/ico_index01.png");
  background-position: center left 21px;
  background-repeat: no-repeat;
  background-size: 26px;
  display: block;
}
@media screen and (max-width: 426px) {
  .question span {
    padding-left: 55px;
    background-position: center left 15px;
  }
}

.answerBox {
  display: none;
  padding-bottom: 52px;
}

.answer {
  line-height: 1.9;
}
.answer p {
  padding-top: 11px;
  padding-left: 66px;
  padding-right: 50px;
  background-image: url("../images/ico_index02.png");
  background-position: top 11px left 21px;
  background-repeat: no-repeat;
  background-size: 25px;
  display: block;
}
@media screen and (max-width: 426px) {
  .answer p {
    padding-left: 55px;
    padding-right: 10px;
    background-position: top 11px left 15px;
  }
}
.answer a {
  color: #4761b2;
  text-decoration: underline;
}
.answer a:hover {
  text-decoration: none;
  opacity: 1;
}
.answer span {
  display: block;
}
.answer ul {
  list-style: disc;
  margin-left: 110px;
}
.answer ol {
  list-style: decimal;
  margin-left: 100px;
}

.b {
  font-weight: bold;
}

.subpageArea01 {
  padding: 0;
}
.subpageArea01 table {
  margin-left: 70px;
  width: 90%;
}

.subPageTitle02 {
  margin-top: 51px;
}

.subpageTitle01 {
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .subpageTitle01 {
    padding-bottom: 0;
  }
}

.answer .imgnone {
  background-image: none;
  padding-top: 0px;
}

/* 二本の横棒を作成する */
.question:before, .question:after {
  content: "";
  display: block;
  width: 15px;
  height: 1.5px;
  background: #122b4f;
  position: absolute;
  top: 25px;
  right: 17px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 2本の横棒のうち一本は縦棒にする */
.question:after {
  background: #122b4f;
  /* 横棒を縦にするために90℃回転させる */
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*
プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素
jQueryで付け外しを行う
*/
.active::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}