@charset "UTF-8";
/* color */
/*
#192E79  rgb(25, 46, 121)
#BDCCD4
#D2232B
 */
*:focus {
  outline: none !important;
}
*:focus {
  box-shadow: none !important;
}
body {
  font-family: "Spartan", "M PLUS Rounded 1c", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4d4d4d;
  display: block;
  line-height: 1.5;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
button:active,
button:focus,
button:active > span,
button:focus > span {
  position: relative;
}
/* nav */
.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
}
.navbar-dark .navbar-toggler-icon {
  background-image: none; /* この行で背景画像を無効化 */
  background-color: #fff;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease 0.5s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {
  top: 7px;
}
.navbar-toggler-icon:nth-of-type(2) {
  top: 14px;
}
.navbar-toggler-icon:nth-of-type(3) {
  top: 21px;
}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top: 13px;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg);
}
.nav-bg {
  background-color: #192e79 !important;
}
.anchor-bg {
  background-color: #bdccd4;
}
.anchor-style {
  color: #333 !important;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 1rem;
}
.anchor-style::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/arrow_red.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 11px;
  margin-left: 0.5rem;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}
.h-style {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 15%;
  left: 10%;
  z-index: 1;
}
.h-style2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}
.h-style3 {
  color: #fff;
  font-size: 1.2rem;
  height: 50px;
  vertical-align: middle;
}
.h-style4 {
  position: relative;
  overflow: hidden;
  padding: 0.3em 0;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
.h-style4::before,
.h-style4::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.h-style4::before {
  border-bottom: 4px solid #d2232b;
  width: 100%;
}
.h-style4::after {
  border-bottom: 4px solid #192e79;
  width: 100%;
}
.h-style5 {
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.h-style5::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/icon_topics07.png);
  width: 83px;
  height: 65px;
}
.logo img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
.main-kv {
  background-image: url(../img/kv_top.png);
  /* background-image: url(../img/kv_top.jpg); */
  background-size: cover;
  background-position: bottom center;
  height: 80vh;
  position: relative;
}
.main-kv::before,
.main-kv::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: repeating-linear-gradient(
    -45deg,
    white 0,
    white 12px,
    transparent 12px,
    transparent 24px
  );
  background-size: auto 100%;
}
.main-kv::before {
  top: 0;
}
.main-kv::after {
  bottom: 0;
}
.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 46, 121, 0.3);
}
.topics-bg {
  background-image: url(../img/bk_menu.png);
  background-size: cover;
  background-position: center center;
  height: 680px;
}
.topi-item {
  width: 250px;
  height: 250px;
  background-color: transparent;
  position: relative;
  margin-bottom: 2rem;
  position: relative;
  transition: 0.5s;
}
.topi-item::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/arrow_topics.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 17px;
  margin-bottom: -2rem;
  padding-top: 2rem;
}
.topi-item:hover {
  text-decoration: underline;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.bgImg {
  background-image: url(../img/bk_archive.png);
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
  width: 100%;
  height: 300px;
}
/* パンくずリスト */
.bg-pan {
  background-color: #e6e6e6;
}
.breadcrumb.pan {
  background-color: transparent;
  padding: 0.75rem 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

img.pdf-img {
  width: 100%;
  min-height: 360px;
  object-fit: contain;
}
img.pdf-img:hover {
  cursor: zoom-in;
}

.f-w {
  color: #fff;
}
/* modal */
.close {
  color: #fff;
  opacity: 0.8;
}
.modal-content {
  background-color: transparent;
  border: none;
}
.modal-header {
  border-bottom: none;
}
.modal-header .close {
  background-color: #000;
  border-radius: 5px;
  padding: 0.7rem 1rem;
}
.modal-body {
  padding: 1rem 0;
}
.modal-body img {
  width: 100%;
}

.list-style {
  margin-bottom: 1rem;
}
.list-style li {
  list-style-type: disc;
  margin-left: 1rem;
  line-height: 2;
}
.list-style2 {
  margin-left: 1rem;
  line-height: 2;
}
.list-style2 li {
  list-style-type: decimal;
}
.list-style3 {
  margin-bottom: 40px;
}
.list-style3 li {
  list-style-type: disc;
  margin-left: 1rem;
}
.list-style3 li ul li {
  list-style-type: circle;
}
.list-title {
  font-weight: bold;
  font-size: 1.25rem;
  border-bottom: 2px solid #192e79;
  margin-bottom: 10px;
}
.list-fig img {
  max-width: 350px;
  width: 100%;
}
.btn-pdf {
  width: 100%;
  margin-top: 1.5rem;
  color: #192e79;
  border: 2px solid #192e79;
  font-weight: 700;
}
.btn-pdf.pdf2 {
  width: 160px;
  margin-top: 0;
}

.btn-pdf:hover {
  color: #fff;
  border-color: #192e79 !important;
  background-color: #192e79 !important;
}
.btn-pdf:active {
  border-color: #192e79 !important;
  background-color: #192e79 !important;
}
.btn-pdf::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon/icon_pdf.png);
  background-size: contain;
  vertical-align: bottom;
  margin-right: 0.5rem;
}
.btn-link {
  width: 100%;
  margin-top: 1.5rem;
  color: #192e79;
  border: 2px solid #192e79;
  font-weight: 700;
}
.btn-link:hover {
  color: #fff;
  border-color: #192e79 !important;
  background-color: #192e79 !important;
}
.btn-link:active {
  border-color: #192e79 !important;
  background-color: #192e79 !important;
}
.btn-link::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon/icon_link.png);
  background-size: contain;
  vertical-align: bottom;
  margin-left: 0.5rem;
}
.btn-link:hover::after {
  background-image: url(../img/icon/icon_link_h.png);
}
.btn-blank {
  width: 480px;
  margin-top: 1.5rem;
  color: #192e79;
  border: 2px solid #192e79;
  font-weight: 700;
  position: relative;
  text-align: left;
  padding: 0.5rem 1.75rem 0.375rem;
}
.btn-blank:hover {
  color: #fff;
  border-color: #192e79 !important;
  background-color: #192e79 !important;
}
.btn-blank:active {
  border-color: #192e79 !important;
  background-color: #192e79 !important;
}
.btn-blank::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon/icon_link.png);
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
}
.btn-blank:hover::after {
  background-image: url(../img/icon/icon_link_h.png);
}
.btn-archive {
  border: 2px solid #192e79;
  background-color: #192e79 !important;
  width: 400px;
  margin-top: 1.5rem;
  font-weight: 700;
  position: relative;
  text-align: left;
  padding: 0.5rem 1.75rem 0.375rem;
}
.btn-archive:hover {
  color: #192e79 !important;
  background-color: #fff !important;
  border-color: #192e79 !important;
}
.btn-archive:active {
  border-color: #192e79 !important;
}
.btn-archive::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 20px;
  background-image: url(../img/icon/arrow_archive.png);
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
}
.btn-archive:hover::after {
  background-image: url(../img/icon/arrow_archive_h.png);
}

.dl-style dt {
  color: #192e79;
}
.dl-style dd {
  margin-left: 1rem;
}
.card-border {
  border-color: #666666;
}
.card-border .list-group-item {
  border-color: #666666;
}
li.list-group-item.icon-pdf,
li.list-group-item.icon-zip {
  padding-left: 3em;
  text-indent: -2em;
}
.icon-pdf a,
.icon-zip a {
  color: #4d4d4d;
  text-decoration: underline;
  transition: 0.5s;
}
.icon-pdf a:hover,
.icon-zip a:hover {
  text-decoration: none;
}
.icon-pdf::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon/icon_pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-right: 0.5rem;
}
.icon-zip::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon/icon_zip.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-right: 0.5rem;
}

/* archive */
.list-group-item.n-item:first-child,
.list-group-item.n-item:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.active.n-item {
  background-color: #192e79;
  border-color: #192e79;
}
.n-item {
  border-bottom: 1px solid #bdccd4;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-top: 1rem;
}
.n-item.blank::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/icon_link.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.n-item.blank a {
  color: #4d4d4d;
  text-decoration: underline;
  transition: 0.5s;
}
.n-item.blank a:hover {
  text-decoration: none;
}

.txt-disc {
  padding-left: 1rem;
  text-indent: -1rem;
  width: 80%;
}
.txt-disc::before {
  content: "・";
}
.footer {
  padding-top: 5rem;
}
.footer .inner {
  color: #fff;
  background-color: #192e79;
  padding: 1.3rem 0 1rem;
  font-weight: 500;
  text-align: center;
}

/* Archive toggle */
.toggle_title {
  background-color: #ececec;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  border-left: 44px solid #192e79;
}
.toggle_title::after,
.toggle_title::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 12px;
  width: 3px;
  height: 20px;
  background-color: #fff;
  transition: 0.3s;
}
.toggle_title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.toggle_title.selected:before {
  transform: translateY(-50%) rotate(90deg);
  top: 22px;
  transition: 0.3s;
}
.toggle-in {
  display: none;
}
.toggle_contents:first-of-type dd {
  display: block;
}

.btn-jp {
  color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
}
.btn-jp:hover {
  background-color: #fff;
  color: #192e79;
}

.video {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .main-kv {
    margin-top: 89px;
    height: 60vh;
  }
  .bgImg {
    margin-top: 89px;
    height: 250px;
  }
  .h-style5 {
    height: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  .h-style {
    font-size: 3.5rem;
    left: 7%;
  }
}
@media only screen and (max-width: 991px) {
  .btn-pdf,
  .btn-link {
    width: 100%;
  }
  .btn-pdf::before,
  .btn-link::after {
    width: 22px;
    height: 22px;
  }
  .btn-pdf span,
  .btn-link span {
    word-break: break-word;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .h-style {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 599px) {
  .logo img {
    max-width: 240px;
  }
  .main-kv {
    /* background-position: 20%; */
    height: 60vh;
    margin-top: 68px;
  }
  .bgImg {
    margin-top: 68px;
    height: 180px;
  }
  .breadcrumb.pan {
    padding: 0.6rem 0;
  }
  .h-style {
    font-size: 2rem;
    top: 20%;
    left: 5%;
  }
  .h-style span {
    display: block;
  }
  .h-style4 {
    font-size: 1.4rem;
  }
  .h-style5 {
    font-size: 1.8rem;
    height: 180px;
  }
  .h-style6 {
    font-size: 1.4rem;
  }
  .lead {
    font-size: 1rem;
  }
  .btn-blank {
    width: 100%;
    font-size: 0.8rem;
    padding-left: 0.5rem;
  }
  .btn-archive {
    width: 100%;
  }
  .n-item {
    padding-left: 0.5rem;
  }
  .txt-disc {
    width: 100%;
    font-size: 0.9rem;
  }
  .btn-pdf.pdf2 span {
    display: none;
  }
  .btn-pdf.pdf2 {
    border: none;
    width: 30px;
  }
  .btn-pdf.pdf2:hover {
    background-color: transparent !important;
    border: transparent !important;
  }
}

/* bootstrap 相殺 */
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1000px;
  }
}
