@charset "UTF-8";
._center-pc {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  ._center-pc {
    text-align: unset;
  }
}

.content main .gmap {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.content main .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content main ._highlight {
  color: #e50014;
}
.content main img {
  height: auto;
}

@media only screen and (max-width: 640px) {
  .content main.cat-top .key-visual-wrap .key-visual-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.content main.cat-top .key-visual-wrap .key-visual-inner img {
  height: auto;
}
@media only screen and (max-width: 1400px) {
  .content main.cat-top .key-visual-wrap .key-visual-inner img {
    height: 275px;
  }
}
@media only screen and (max-width: 960px) {
  .content main.cat-top .key-visual-wrap .key-visual-inner img {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .content main.cat-top .key-visual-wrap .key-visual-inner img {
    height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .content main.cat-top .key-visual-wrap .key-visual-inner img {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
}
.content main.cat-top .excerpt-topMessage h2 {
  margin: 0 0 32px;
  font-size: 2rem;
  line-height: 1.1875;
}
@media only screen and (max-width: 768px) {
  .content main.cat-top .excerpt-topMessage h2 {
    margin: 0 0 16px;
    font-size: 1.5rem;
    line-height: 1.71;
  }
}
.content main.cat-top .excerpt-topMessage h3 {
  margin: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .content main.cat-top .excerpt-topMessage h3 {
    margin: 23px 0 15px;
    font-size: 1rem;
    line-height: 1.875;
    font-weight: bold;
  }
}
.content main.cat-top .excerpt-topMessage p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .content main.cat-top .excerpt-topMessage p {
    line-height: 1.75;
  }
}
.content main.cat-top .excerpt-topMessage p.excerpt-topMessage-link {
  margin: 37px 0 0;
}
@media only screen and (max-width: 768px) {
  .content main.cat-top .excerpt-topMessage p.excerpt-topMessage-link {
    margin: 22px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .content main.cat-top .excerpt-topMessage a {
    padding: 0 0 12px 30px;
    background-size: 1rem;
    background-position: 0 0.25rem;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .content main.cat-top .excerpt-topMessage a:hover {
    background-position: 4px 0.25rem;
  }
}
.content main ._border {
  border: 1px solid #D5D5D5;
}

.excerpt-topMessage {
  max-width: 1240px;
  padding: 0 20px;
  margin: 145px auto;
}
@media only screen and (max-width: 768px) {
  .excerpt-topMessage {
    margin: 55px auto 78px;
  }
}
.excerpt-topMessage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .excerpt-topMessage-wrap {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .excerpt-topMessage-txt {
    width: 100%;
  }
}
.excerpt-topMessage-figure {
  max-width: 570px;
}
@media only screen and (min-width: 769px) {
  .excerpt-topMessage-figure {
    margin-right: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .excerpt-topMessage-figure {
    width: 100%;
    max-width: unset;
  }
}
.excerpt-topMessage-figure img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.content main .topMessage-signature p {
  margin: 0 0 8px;
}

.topMessage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .topMessage-wrap {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .topMessage-wrap figure {
    width: 100%;
    margin: 0 0 20px;
  }
}
.topMessage h3 {
  color: #418FDE;
  font-size: 1.625rem;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HGS明朝E", "MSP明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (min-width: 769px) {
  .topMessage h3 {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .topMessage h3 {
    font-size: 1.25rem;
  }
  .topMessage h3 .pc {
    display: none;
  }
}
.topMessage-signature {
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HGS明朝E", "MSP明朝", "MS PMincho", "MS 明朝", serif;
}
.topMessage-signature img {
  max-width: 175px;
}
.topMessage-name b {
  display: block;
  font-size: 1.25rem;
}

.content main .table.mid-table td {
  line-height: 1.75;
}

.mid-table hr {
  border-bottom: 1px solid #707070;
}
.mid-table em,
.mid-table small {
  display: block;
}
.mid-table b {
  font-size: 1.375rem;
}
.mid-table em {
  font-size: 1rem;
}
.mid-table small {
  color: #666;
  font-size: 1rem;
}
.mid-table small b {
  font-size: unset;
}

.content main .table.outline-table {
  border-right: 1px solid #707070;
}
@media only screen and (max-width: 768px) {
  .content main .table.outline-table .flex-txt {
    margin: 20px 0 0;
  }
}
.content main .table.outline-table tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content main .table.outline-table tr th,
.content main .table.outline-table tr td {
  border-right: none;
  border-bottom: none;
}
.content main .table.outline-table tr th {
  width: 20%;
}
.content main .table.outline-table tr td {
  width: 80%;
}
.content main .table.outline-table tr:last-child th,
.content main .table.outline-table tr:last-child td {
  border-bottom: 1px solid #707070;
}

.outline-table em {
  display: block;
  color: #666;
  font-size: 0.875rem;
}
.outline-table figure {
  max-width: 70px;
}

.content main .col-3.officer-col {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -50px -50px 0;
}
@media only screen and (max-width: 768px) {
  .content main .col-3.officer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content main .col-3.officer-col .list {
  width: calc(33.33% - 50px);
  margin: 0 50px 50px 0;
}
@media only screen and (max-width: 768px) {
  .content main .col-3.officer-col .list {
    width: calc(50% - 50px);
  }
}
.content main .col-3.officer-col figure {
  max-width: 175px;
  margin: 0 auto;
}
.content main .col-3.officer-col p {
  margin: 0;
}
.content main .col-3.officer-col small {
  display: block;
  line-height: 1.5;
  font-size: 0.875rem;
}
.content main .col-3.officer-col b {
  display: block;
  background: #D5D5D5;
  color: #666;
}

.content main .flex-wrap[class*=bases] {
  padding: 0 0 20px;
  border-bottom: 1px solid #D5D5D5;
}
.content main .flex-wrap[class*=bases]:last-child {
  padding: 0;
  border-bottom: none;
}
.content main .flex-wrap.bases-map-wrap .flex-txt {
  width: 160px;
  max-width: unset;
  padding: 0 20px 0 0;
}

.content main .flex-wrap.bases-map-wrap .flex-txt.flex-txt-custom {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .content main .flex-wrap.bases-map-wrap .flex-txt {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    border-bottom: 1px solid #D5D5D5;
  }

  .content main .flex-wrap.bases-map-wrap .flex-txt.flex-txt-custom {
    width: 100%;
  }
}
.content main .flex-wrap.bases-map-wrap .flex-contents {
  width: calc(100% - 160px);
}
@media only screen and (max-width: 768px) {
  .content main .flex-wrap.bases-map-wrap .flex-contents {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .content main .flex-wrap.bases-map-wrap figure {
    display: none;
  }
}
.content main .flex-wrap.bases-summary-wrap .flex-txt {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .content main .flex-wrap.bases-summary-wrap .flex-txt {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .content main .flex-wrap.bases-summary-wrap .flex-txt:first-child {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #D5D5D5;
  }
}
.content main .flex-wrap.bases-summary-wrap em {
  display: block;
  color: #666;
  font-size: 0.75rem;
}

.content main .table.history-table th {
  width: 210px;
  vertical-align: top;
}
.content main .table.history-table td {
  width: calc(100% - 210px);
}
.content main .table.history-table .flex-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .content main .table.history-table .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.history-table .year {
  display: inline-block;
  height: 1.3em;
}
.history-table .gengou {
  font-size: 0.75rem;
}
.history-table .month {
  display: inline-block;
  text-align: right;
}

.procurement-img {
  margin: 0 auto;
}

.imglink-col4 {
  width: auto;
  max-width: 1200px;
  margin: 0 auto 140px;
}
@media only screen and (max-width: 1240px) {
  .imglink-col4 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .imglink-col4 {
    display: block;
    margin: 0 auto 60px;
  }
}
.imglink-col4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.imglink-col4 ul li {
  width: calc((100% - 48px) / 4);
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .imglink-col4 ul li {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .imglink-col4 ul li:last-child {
    margin-bottom: 0;
  }
}
.imglink-col4 ul li a {
  color: #333;
}
.imglink-col4 ul li a .fig-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .imglink-col4 ul li a .fig-wrap {
    padding-top: 71.2%;
  }
}
.imglink-col4 ul li a .fig-wrap figure {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .imglink-col4 ul li a .fig-wrap figure.al_start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .imglink-col4 ul li a .fig-wrap figure.al_end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.imglink-col4 ul li a .fig-wrap figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imglink-col4 ul li a .catimg_cap {
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .imglink-col4 ul li a .catimg_cap {
    font-size: 1.25rem;
    text-align: left;
  }
}
.imglink-col4 ul li a:hover .fig-wrap figure {
  background: #418FDE;
}
.imglink-col4 ul li a:hover .fig-wrap figure img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  opacity: 0.8;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 9999;
  cursor: pointer;
  display: none;
  max-width: 960px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.modal .modal-content {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal .modal-content .modal-body {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal .modal-content .modal-body.modal-video-close {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.modal .modal-content .modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal .modal-content .modal-body .close {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: -45px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .modal .modal-content .modal-body .close {
    top: -45px;
    right: 0;
  }
}
.modal .modal-content .modal-body .close::before, .modal .modal-content .modal-body .close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
.modal .modal-content .modal-body .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-content .modal-body .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@ke @media only screen and (max-width: 768px) {
  .content .btnlink-col3 ul li {
    min-height: 70px;
    margin-bottom: 16px;
  }
  .content .btnlink-col3 ul li a {
    font-size: 14px;
  }
  .content main .col-3.officer-col .list {
    width: calc(50% - 25px);
  }
  .content main .col-3.officer-col {
    margin: 0;
  }
  .content main .col-3.officer-col .list:nth-child(2n) {
    margin-right: 0;
  }
}
.btn-link-bases {
  display: inline-block;
  width: 100%;
  padding: 8px 24px;
  color: #333;
  border: 1px solid #918e8e;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-link-bases:hover {
  opacity: 0.7;
  color: #000;
  text-decoration: none !important;
}