@charset "UTF-8";
@media (min-width: 375px) {
  body {
    /* 375px以上 */
  }
}
@media (min-width: 601px) {
  body {
    /* WordPress601px以上 */
  }
}
@media (min-width: 783px) {
  body {
    /* WordPress783px以上 */
  }
}
@media (min-width: 768px) {
  body {
    /* タブレット以上 */
  }
}
@media (min-width: 1180px) {
  body {
    /* PC（サイトのコンテンツ幅）以上 */
  }
}

.post_date {
  padding-right: 20px;
  width: 160px;
  float: left;
}

.module_bannerList-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  overflow: hidden;
  margin: 30px -20px 0;
}

.module_bannerList-01 li {
  margin: 0 auto;
}

.module_bannerList-01 img {
  margin-bottom: 10px;
  max-width: 400px;
}

@media all and (max-width: 768px) {
  .post_date {
    width: 110px;
    padding-right: 0;
    float: left;
    height: 20px;
    margin-top: 0 !important;
  }

  .module_bannerList-01 li {
    padding: 20px;
  }
}
.gh_links li {
  display: inline-block;
}

.gh_links li:first-child {
  margin-right: 20px;
}

.single .row {
  width: calc(100% + 1px);
}

@media (min-width: 1180px) {
  .module_logoList-01 {
    justify-content: center;
  }
}
.module_logoList-01 li.img_hero_top-br {
  display: none;
}
@media (min-width: 1180px) {
  .module_logoList-01 li.img_hero_top-br {
    display: block;
    width: 100%;
    height: 0.1em;
    padding: 0;
  }
}

.gh_links li:not(:last-child) {
  margin-right: 20px;
}

.top_notice-01 {
  padding-top: 50px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .top_notice-01 .notice {
    display: flex;
  }
}
.top_notice-01 .notice .head {
  padding: 15px 20px;
  background-color: #015b99;
}
@media (min-width: 768px) {
  .top_notice-01 .notice .head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
  }
}
.top_notice-01 .notice .head .title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .top_notice-01 .notice .head .title {
    font-size: 16px;
  }
}
.top_notice-01 .notice .head .title i {
  margin-right: 5px;
}
.top_notice-01 .notice .body {
  padding: 15px 20px;
  background-color: rgba(224, 224, 224, 0.4);
}
@media (min-width: 768px) {
  .top_notice-01 .notice .body {
    width: calc(100% - 200px);
    padding: 20px 25px;
  }
}
.top_notice-01 .notice .body ul li {
  word-break: break-all;
}
.top_notice-01 .notice .body ul li + li {
  margin-top: 15px;
}
.top_notice-01 .notice .body ul li .date {
  font-size: 15px;
  margin-bottom: 5px;
  color: #015b99;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .top_notice-01 .notice .body ul li .date {
    font-size: 17px;
  }
}
.top_notice-01 .notice .body ul li a {
  text-decoration: underline;
  color: #1d1d1d;
  transition: 0.3s;
}
@media (min-width: 1180px) {
  .top_notice-01 .notice .body ul li a:hover {
    color: #ff8400;
    text-decoration: none;
  }
}
.top_notice-01 .notice .body ul li .text {
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .top_notice-01 .notice .body ul li .text {
    font-size: 16px;
  }
}

/*# sourceMappingURL=additional.css.map */
