@charset "UTF-8";
.pankuzu {
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  margin-bottom: 10px;
}
.pankuzu li {
  font-size: 14px;
}
.pankuzu li:not(:last-of-type) {
  margin-right: 10px;
}
.pankuzu li:not(:last-of-type)::after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--mc);
  transform: translateY(-2px) rotate(45deg);
  display: inline-block;
  margin-left: 10px;
}
.pankuzu li a {
  color: var(--mc);
  text-decoration: underline;
}

.h2-main, .h3-main, .h4-main, .h5-main {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.h2-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  padding-left: 18px;
  position: relative;
  margin-bottom: 20px;
}
.h2-main::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: linear-gradient(to right, #00073F, #07d6d6);
  left: 0;
}
.h2-main span {
  font-size: 14px;
}

@media print, screen and (min-width: 880px) {
  .h2-main {
    flex-direction: row;
    font-size: 43px;
    padding-left: 40px;
    align-items: center;
    justify-content: space-between;
  }
  .h2-main::before {
    width: 20px;
    height: 58px;
  }
  .h2-main span {
    font-size: 23px;
    letter-spacing: 0.25rem;
  }
}
.h3-main {
  width: 100%;
  font-size: 19px;
  position: relative;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #00073F, #07d6d6) 1;
     border-image: linear-gradient(to right, #00073F, #07d6d6) 1;
  margin-bottom: 20px;
  padding: 4px 0;
}

@media print, screen and (min-width: 880px) {
  .h3-main {
    border-bottom: 7px solid;
    padding: 6px;
    font-size: 25px;
    letter-spacing: 0.1rem;
  }
}
.h4-main {
  width: 100%;
  font-size: 16px;
  border-bottom: 5px solid;
  -o-border-image: linear-gradient(to right, #00073F, #07d6d6) 1;
     border-image: linear-gradient(to right, #00073F, #07d6d6) 1;
  padding: 4px 0;
  position: relative;
  margin-bottom: 20px;
}
.h4-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255);
  bottom: -3px;
  left: 0;
}

@media print, screen and (min-width: 880px) {
  .h4-main {
    border-bottom: 6px solid;
    font-size: 20px;
    padding: 6px;
  }
  .h4-main::before {
    height: 1.4px;
    bottom: -3.5px;
  }
}
.h5-main {
  width: 100%;
  padding: 4px 4px 4px 9px;
  position: relative;
  border-bottom: 2px solid #00073F;
  margin-bottom: 20px;
}
.h5-main::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 18px;
  background-color: #00073F;
  left: 0;
  top: 5px;
}

@media print, screen and (min-width: 880px) {
  .h5-main {
    padding: 6px 6px 6px 13px;
  }
  .h5-main::before {
    width: 5px;
    height: 20px;
    top: 8px;
  }
}
.list-disc {
  margin-bottom: 20px;
}
.list-disc li {
  padding-left: calc(1em + 18px);
  text-indent: calc(-1em - 18px);
}
.list-disc li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list-disc li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #00073F;
  border-radius: 3px;
  margin-left: 1em;
  margin-right: 10px;
}

.list-link {
  margin-bottom: 20px;
}
.list-link li {
  padding-left: calc(1em + 18px);
  text-indent: calc(-1em - 18px);
}
.list-link li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list-link li::before {
  content: "";
  width: 1em;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -o-border-image: linear-gradient(to bottom, #00073F, #07d6d6) 1;
     border-image: linear-gradient(to bottom, #00073F, #07d6d6) 1;
  margin-left: 0.9em;
  margin-right: 10px;
  transform: translateY(-3px) rotate(45deg);
}
.list-link li a {
  color: #2383fa;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-style: normal;
}
.list-link li:hover a {
  text-decoration: underline;
}

@media print, screen and (min-width: 880px) {
  .list-link li a {
    font-weight: 600;
  }
}
.list-num {
  margin-bottom: 20px;
}
.list-num li {
  margin-left: calc(1em + 15px);
  padding-left: 5px;
}
.list-num li a {
  color: var(--mc);
}

.list-asta {
  margin-left: 9px;
  margin-bottom: 20px;
}
.list-asta li {
  padding-left: calc(1em + 10px);
  text-indent: calc(-1em - 10px);
}
.list-asta li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list-asta li::before {
  content: "※";
  color: #00073F;
  margin-right: 8px;
}

.dl-list-1 {
  border: 2px solid var(--sc);
  display: grid;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}
.dl-list-1 dt {
  background-color: var(--sc);
  color: #fff;
}
.dl-list-1 dt, .dl-list-1 dd {
  padding: 10px;
}
.dl-list-1 dd:not(:last-of-type) {
  border-bottom: 2px solid var(--sc);
}

@media print, screen and (min-width: 880px) {
  .dl-list-1 {
    grid-template-columns: 160px 1fr;
  }
  .dl-list-1 dt:not(:last-of-type) {
    border-bottom: solid rgba(255, 255, 255, 0.5607843137) 2px;
  }
}
.table-wrap {
  overflow: auto;
  margin-bottom: 40px;
}
.table-wrap::-webkit-scrollbar {
  height: 10px;
}
.table-wrap::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  border-radius: 12px;
}
.table-wrap::-webkit-scrollbar-track {
  background-color: #f8f8f8;
  border-radius: 12px;
}
.table-wrap .table-1 {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  position: relative;
  border: solid var(--mc) 2px;
  border-radius: 2px;
  border-collapse: separate;
  overflow: hidden;
}
.table-wrap .table-1 caption {
  caption-side: top;
  text-align: left;
  padding: 5px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.table-wrap .table-1 tr:nth-child(even) {
  background-color: rgba(0, 20, 63, 0.062745098);
}
.table-wrap .table-1 th {
  color: #fff;
  background-color: var(--sc);
  padding: 10px;
  font-weight: bold;
}
.table-wrap .table-1 th:not(:last-of-type) {
  border-right: solid 2px rgba(255, 255, 255, 0.5607843137);
}
.table-wrap .table-1 td {
  padding: 10px;
}
.table-wrap .table-1 td:not(:last-of-type) {
  border-right: solid 2px var(--sc);
}

.img-text-round {
  margin-bottom: 30px;
}
.img-text-round.left img {
  float: left;
  margin: 0 1em 1em 0;
}
.img-text-round.right img {
  float: right;
  margin: 0 0 1em 1em;
}
.img-text-round img {
  max-width: 100%;
}
.img-text-round::after {
  content: "";
  display: block;
  clear: both;
}

.img-col2, .img-col3 {
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
  grid-template-columns: 1fr;
  place-items: center;
}
.img-col2 li, .img-col3 li {
  text-align: center;
  width: 100%;
}
.img-col2 img, .img-col3 img {
  width: 100%;
}
.img-col2 p.left, .img-col3 p.left {
  text-align: left;
}

@media print, screen and (min-width: 880px) {
  .img-col2 {
    grid-template-columns: 1fr 1fr;
  }
  .img-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.img-wrap {
  margin-bottom: 30px;
  width: 100%;
  display: grid;
  place-items: center;
}
.img-wrap .inner {
  padding: 0;
}
.img-wrap img {
  width: 100%;
  height: auto;
}
.img-wrap .left {
  text-align: left;
}
.img-wrap.center {
  text-align: center;
}

.pdf-reader {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background-color: #f8f8f8;
  border-radius: 10px;
  gap: 10px;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 7, 63, 0.5215686275);
}
.pdf-reader p {
  flex: 1;
  letter-spacing: 0;
}

@media print, screen and (min-width: 880px) {
  .pdf-reader {
    padding: 15px;
    flex-direction: row;
  }
}
p {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 880px) {
  p {
    letter-spacing: 0.2rem;
  }
}
.second-top-img {
  position: relative;
  width: 100%;
  margin-top: 75px;
}
.second-top-img img {
  width: 100%;
}
.second-top-img .second-top-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  color: #fff;
  font-size: 17px;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 15px #000618;
  line-height: 1.8em;
  left: 50%;
  letter-spacing: 0;
  font-weight: 500;
}
.second-top-img .text-top {
  top: 25%;
}
.second-top-img .text-center {
  top: 50%;
}
.second-top-img .shadow-white {
  text-shadow: 1px 1px 5px #f2faff !important;
}

@media print, screen and (min-width: 510px) {
  .second-top-img .second-top-text {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 880px) {
  .second-top-img .second-top-text {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .second-top-img {
    margin-top: 160px;
  }
}
.img-scroll {
  overflow-x: auto;
  text-align: center;
  margin-bottom: 20px;
}
.img-scroll img {
  max-width: 600px;
}

@media print, screen and (min-width: 880px) {
  .img-scroll img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=second.css.map */