@charset "UTF-8";
/* color */
/*
#192E79  rgb(25, 46, 121)
#BDCCD4
#D2232B
 */
 *:focus {
   outline: none !important;
 }
 *:focus {
  box-shadow:none !important;
 }
body {
  font-family: 'Spartan', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 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 .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: .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: 4rem;
  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: .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.jpg);
  background-size: cover;
  background-position: center center;
  height: 80vh;
  position: relative;
}
.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: .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, .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: .75rem 0;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

img.pdf-img {
  width: 100%;
}
img.pdf-img:hover {
  cursor: zoom-in;
}

.f-w {
  color: #fff;
}
/* modal */
.close {
  color: #fff;
  opacity: .8;
}
.modal-content {
  background-color: transparent;
  border: none;
}
.modal-header {
  border-bottom: none;
}
.modal-header .close {
  background-color: #000;
  border-radius: 5px;
  padding: .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;
}
.btn-pdf {
  width: 300px;
  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: .5rem;
}
.btn-link {
  width: 300px;
  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: .5rem;
}
.btn-blank {
  width: 480px;
  margin-top: 1.5rem;
  color: #192E79;
  border: 2px solid #192E79;
  font-weight: 700;
  position: relative;
  text-align: left;
  padding: .5rem 1.75rem .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: .5rem 1.75rem .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: .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: .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: .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: .5rem;
}
.n-item.blank a {
  color: #4D4D4D;
  text-decoration: underline;
  transition: .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;
}


@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 {
    width: 100%;
  }
  .btn-link {
    width: 100%;
  }

}
@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: .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: .8rem;
    padding-left: .5rem;
  }
  .btn-archive {
    width: 100%;
  }
  .n-item {
    padding-left: .5rem;
  }
  .txt-disc {
    width: 100%;
    font-size: .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;
  }
}
