@charset "utf-8";
/*====================================================
# Page Header
====================================================*/
.page_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  height: 200px;
  border-radius: 30px;
  background: #a19c96 url(../images/bg_page_title.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .page_header {
    background-image: url(../images/bg_page_title@2x.png);
  }
}
@media only screen and (max-width: 767px) {
  .page_header {
    margin-bottom: 30px;
    width: 100%;
    height: 24vw;
    border-radius: 5px;
  }
}
.page_header .page_title {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page_header .page_title {
    font-size: 20px;
  }
}
/*====================================================
# Post
====================================================*/
.news_header {
  max-width: 850px;
  margin: 0 auto 30px;
  padding: 10px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  line-height: 1.25;
}
.news_header .post_date {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .news_header .post_date {
    font-size: 12px;
  }
}
.news_header .post_title {
  padding: 0 0 5px;
  font-size: 28px;
  font-weight: bold;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .news_header .post_title {
    font-size: 20px;
  }
}
.post_content {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.post_content > :first-child {
  margin-top: 0 !important;
}
.post_content .title_extra {
  margin: 30px 0;
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .post_content .title_extra {
    padding: 10px;
    font-size: 20px;
  }
}
.post_content h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .post_content h2 {
    font-size: 20px;
  }
}
.post_content h3 {
  margin: 30px 0 15px;
  font-size: 20px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .post_content h3 {
    font-size: 18px;
  }
}
.post_content h4 {
  margin: 30px 0 15px;
  font-size: 18px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .post_content h4 {
    font-size: 17px;
  }
}
.post_content h5 {
  margin: 30px 0 15px;
  font-size: 17px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .post_content h5 {
    font-size: 16px;
  }
}
.post_content h6 {
  margin: 30px 0 15px;
  font-size: 16px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .post_content h6 {
    font-size: 16px;
  }
}
.post_content table {
  text-align: left;
  vertical-align: middle;
}
.post_content table th,
.post_content table td {
  padding-bottom: 15px;
}
.post_content table th {
  width: 150px;
  padding-right: 1em;
  box-sizing: border-box;
  font-weight: bold;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .post_content table th {
    width: 25%;
  }
}
.post_content > p {
  margin: 15px 0;
}
.map_container {
  position: relative;
  padding-top: 53%;
  background-color: #fafafa;
}
.map_container iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.box_style01 {
  margin-top: 50px;
  padding: 30px;
  border-radius: 5px;
  border: 2px solid #000;
}
.box_style01 dt {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.25;
}
.box_style01 .image_container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 20px;
}
.box_style01 .image_container .image {
  width: 380px;
}
@media only screen and (max-width: 767px) {
  .box_style01 {
    margin-top: 30px;
    padding: 15px;
  }
  .box_style01 dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .box_style01 .image_container {
    display: block;
  }
  .box_style01 .image_container .image {
    width: auto;
  }
  .box_style01 .image_container .image + .image {
    margin-top: 10px;
  }
}
.img_box_style01 {
  margin-top: 50px;
}
.img_box_style01 .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #000;
}
.img_box_style01 .box dl {
  width: 450px;
  flex-shrink: 0;
}
.img_box_style01 .box dl dt {
  display: flex;
  justify-content: start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #000;
}
.img_box_style01 .box dl dt .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
}
.img_box_style01 .box dl dt p {
  padding: 8px 0;
  font-size: 20px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.2;
}
.img_box_style01 .box .image {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .img_box_style01 {
    margin-top: 30px;
  }
  .img_box_style01 .box {
    display: block;
    margin-bottom: 10px;
    padding: 15px;
  }
  .img_box_style01 .box dl {
    width: auto;
    margin-bottom: 10px;
  }
  .img_box_style01 .box dl dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .img_box_style01 .box dl dt .icon {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    font-size: 15px;
  }
  .img_box_style01 .box dl dt p {
    padding: 2px 0;
    font-size: 16px;
  }
  .img_box_style01 .box .image {
    width: auto;
  }
}
.img_box_style02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img_box_style02 .box {
  width: 400px;
  margin-bottom: 50px;
}
.img_box_style02 .box .image {
  margin-bottom: 10px;
}
.img_box_style02 .box .caption {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.2;
}
.img_box_style02 .box .text {
  margin: 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .img_box_style02 {
    display: block;
  }
  .img_box_style02 .box {
    width: auto;
    margin-bottom: 30px;
  }
  .img_box_style02 .box .caption {
    font-size: 16px;
  }
}
.note_subsidy {
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .note_subsidy {
    font-size: 12px;
  }
}
/*====================================================
# Pagination
====================================================*/
.pagination ul {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.pagination ul li {
  margin: 0 5px;
}
.pagination a,
.pagination p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #102343;
  background-color: transparent;
  color: #102343;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
}
.pagination .prev,
.pagination .next {
  border: 0;
}
.pagination .icon_arrow {
  display: block;
  width: 8px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pagination .prev .icon_arrow {
  background-image: url(../images/img_link_arrow_l.png);
}
.pagination .next .icon_arrow {
  background-image: url(../images/img_link_arrow_r.png);
}
.pagination .ellipsis {
  border: 0;
}
.pagination .current {
  background-color: #102343;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .pagination a {
    transition: background-color 0.3s ease;
  }
  .pagination a:hover {
    background-color: #EAEEF5;
  }
}
@media only screen and (max-width: 767px) {
  .pagination ul {
    margin: 30px 0 0;
  }
  .pagination ul li {
    margin: 0 1vw;
  }
  .pagination a,
  .pagination p {
    width: 8vw;
    height: 8vw;
  }
}
