@media screen and (max-width: 767px) {
  .intro .wrap {
    text-align: center;
  }
}
.intro h2 {
  position: absolute;
  top: 40px;
  left: 0;
  width: 300px;
  padding-bottom: 5px;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .intro h2 {
    top: 35px;
    width: 180px;
    font-size: 24px;
    text-align: left;
  }
}
.intro h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #96a9b3;
}
@media screen and (max-width: 767px) {
  .intro img {
    width: 100%;
    max-width: 400px;
  }
}
.intro p {
  text-align: left;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .intro p {
    font-size: 10px;
  }
}
.intro p.note {
  padding-left: 1em;
  text-indent: -1em;
}
.intro p.note2 {
  padding-top: 20px;
  text-align: right;
}
.intro p.txt {
  padding-top: 20px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .intro p.txt {
    padding-top: 15px;
    font-size: 14px;
  }
}
.intro ul.note {
  padding-left: 20px;
}
.intro ul.note li {
  list-style-type: disc;
  padding-bottom: 5px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .intro ul.note li {
    font-size: 10px;
    text-align: justify;
  }
}
.intro h5 {
  margin-top: 40px;
  padding: 5px 0 7px 16px;
  border-left: 4px solid #0046aa;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .intro h5 {
    margin-top: 20px;
    padding: 3px 0 5px 11px;
    font-size: 15px;
  }
}
.intro h5 sup {
  display: inline-block;
  padding-left: 3px;
  font-size: 0.7em;
}
.intro table th a {
  display: inline-block;
  padding: 2px 25px 2px 5px;
  background: url(../../index/img/btn_arrow.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .intro table th a {
    padding-right: 18px;
    background-size: 8px;
  }
}
.intro table td a:not(:has(img)) {
  display: inline-block;
  padding: 2px 10px;
  color: #00338e;
  text-decoration: underline;
}

.spec h3 {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-top: 80px;
  background-color: #dde2e6;
}
@media screen and (max-width: 767px) {
  .spec h3 {
    margin-top: 40px;
  }
}
.spec h3:nth-of-type(1) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .spec h3:nth-of-type(1) {
    margin-top: 30px;
  }
}
.spec h3 span {
  position: relative;
  display: block;
  width: 800px;
  padding: 45px 0 55px;
  margin-inline: auto;
  background-image: url(../img/spec_bg.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 45px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .spec h3 span {
    width: 100%;
    padding: 20px 20px 25px;
    font-size: 27px;
  }
}
.spec h3 span::after {
  content: "";
  position: absolute;
  top: calc(50% + 38px);
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #96a9b3;
}
@media screen and (max-width: 767px) {
  .spec h3 span::after {
    top: calc(50% + 25px);
    left: 20px;
    width: calc(100% - 40px);
  }
}
.spec h4 {
  margin: 60px 0 40px;
  padding: 8px 20px 10px;
  background-color: #00338e;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
.spec h4:nth-of-type(1) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .spec h4 {
    margin: 40px 0 20px;
    padding: 6px 15px 8px;
    font-size: 20px;
  }
}
.spec h4 span {
  display: inline-block;
  margin-left: 15px;
  font-size: 0.7em;
}
.spec h5 {
  margin-top: 40px;
  padding: 5px 0 7px 16px;
  border-left: 4px solid #0046aa;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .spec h5 {
    margin-top: 20px;
    padding: 3px 0 5px 11px;
    font-size: 15px;
  }
}
.spec table th a {
  display: inline-block;
  padding: 2px 25px 2px 5px;
  background: url(../../index/img/btn_arrow.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .spec table th a {
    padding-right: 18px;
    background-size: 8px;
  }
}
.spec table td a:not(:has(img)) {
  display: inline-block;
  padding: 2px 10px;
  color: #00338e;
  text-decoration: underline;
}
.spec table sup {
  display: inline-block;
  margin-inline: 4px;
}
.spec ul.note {
  padding-left: 25px;
}
.spec ul.note li {
  list-style-type: disc;
  padding-bottom: 5px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .spec ul.note li {
    font-size: 10px;
  }
}
.spec .kokuin {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .spec .kokuin {
    gap: 10px;
  }
}
.spec .kokuin > div {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .spec .kokuin > div {
    width: calc((100% - 10px) / 2);
  }
  .spec .kokuin > div:last-of-type {
    margin-top: -10px;
  }
}
.spec .kokuin + .note {
  padding-top: 20px;
  font-size: 15px !important;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .spec .kokuin + .note {
    font-size: 14px !important;
    line-height: 1.5;
  }
}
.spec .kokuin + .note span {
  font-weight: bold;
}
.spec .kokuin + .note a {
  display: inline-block;
  padding-left: 30px;
  text-decoration: underline;
}
.spec .size {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}
.spec .size section {
  width: 390px;
  padding: 40px 0;
  background-color: #dde2e6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .spec .size section {
    width: 100%;
    padding: 20px 10px;
  }
}
.spec .size section:nth-of-type(4), .spec .size section:nth-of-type(5) {
  width: 100%;
}
.spec .size section h6 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px 12px;
  margin: 0 auto 20px;
  background: rgb(0, 0, 69);
  background: linear-gradient(90deg, rgb(0, 0, 69) 0%, rgb(0, 59, 144) 100%);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .spec .size section h6 {
    margin: 0 auto 20px;
    padding: 5px 15px 7px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .spec .size section img {
    width: 100%;
    max-width: 400px;
  }
}
.spec .size section .btn {
  position: relative;
  display: block;
  width: 150px;
  margin: 0 auto 40px;
  padding: 9px 15px 8px 0;
  background: url(../img/icon_dl.png) calc(100% - 8px) 8px no-repeat;
  background-size: 13px;
  background-color: #5aa8ee;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  border-radius: 5px;
  border-bottom: 3px solid #0071c5;
}
@media screen and (max-width: 767px) {
  .spec .size section .btn {
    margin: 0 auto 20px;
    width: 120px;
    padding: 6px 10px 5px 0;
    background-size: 10px;
    background-position: calc(100% - 6px) 8px;
    font-size: 12px;
  }
}
.spec h3 + p {
  margin-top: 40px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .spec h3 + p {
    margin-top: 30px;
    font-size: 14px;
  }
}
.spec h3 + p + ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  padding-left: 25px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .spec h3 + p + ul {
    margin-top: 20px;
    font-size: 14px;
  }
}
.spec h3 + p + ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.spec h3 + p + ul li ul {
  padding-top: 10px;
  margin-left: 20px;
}
.spec h3 + p + ul li ul li {
  list-style-type: circle;
}/*# sourceMappingURL=style.css.map */