@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap");
@media screen and (min-width: 768px) {
  .news-top .mc-section {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .news-top .mc-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.news-top .category {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .news-top .category {
    margin: -1.5rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news-top .category {
    margin: -15px 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .news-top .category > li {
    margin-top: 1.5rem;
    padding: 0 1.5rem;
    border-left: solid 0.1rem #e2e2e2;
  }
}
@media screen and (max-width: 767px) {
  .news-top .category > li {
    margin-top: 15px;
    padding: 0 14px;
    border-left: solid 1px #e2e2e2;
  }
}
.news-top .category > li:first-of-type {
  padding-left: 0 !important;
  border-left: none;
}
.news-top .category > li > a {
  display: inline-block;
  letter-spacing: 0.05em;
  text-decoration: underline;
  color: #002855;
}
@media screen and (min-width: 768px) {
  .news-top .category > li > a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .news-top .category > li > a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .news-top .category > li > a:hover {
    color: #313131;
    text-decoration: none;
  }
}
.news-top .category > li.on > a {
  color: #313131;
  font-weight: 700;
  text-decoration: none;
}
.news-top .news-list > li > div, .news-top .news-list > li > a {
  display: block;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .news-top .news-list > li > div, .news-top .news-list > li > a {
    padding: 2rem 0;
    border-bottom: solid 0.1rem #EAEAEA;
  }
}
@media screen and (max-width: 767px) {
  .news-top .news-list > li > div, .news-top .news-list > li > a {
    padding: 12px 0;
    border-bottom: solid 1px #EAEAEA;
  }
}
.news-top .news-list > li > div:hover, .news-top .news-list > li > a:hover {
  text-decoration: unset;
}
.news-top .news-list > li > div .date, .news-top .news-list > li > a .date {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news-top .news-list > li > div .date, .news-top .news-list > li > a .date {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .news-top .news-list > li > div .date, .news-top .news-list > li > a .date {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.news-top .news-list > li > div .date .tag, .news-top .news-list > li > a .date .tag {
  display: inline-block;
  font-weight: 700;
  color: #97999B;
}
@media screen and (min-width: 768px) {
  .news-top .news-list > li > div .date .tag, .news-top .news-list > li > a .date .tag {
    font-size: 1.2rem;
    margin-left: 1.6rem;
    margin-right: -0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .news-top .news-list > li > div .date .tag, .news-top .news-list > li > a .date .tag {
    font-size: 12px;
    margin-left: 16px;
    margin-right: -6px;
  }
}
.news-top .news-list > li > div .title, .news-top .news-list > li > a .title {
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news-top .news-list > li > div .title, .news-top .news-list > li > a .title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .news-top .news-list > li > div .title, .news-top .news-list > li > a .title {
    font-size: 14px;
  }
}
.news-top .news-list > li:last-of-type > div, .news-top .news-list > li:last-of-type > a {
  border-bottom: unset;
}

.news-detail p {
  line-height: 1.69;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news-detail p {
    margin-bottom: 1.8rem;
  }
}
.news-detail p a {
  color: #002855;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .news-detail p a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .mc-section {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .mc-section {
    padding-top: 40px;
  }
}
.news-detail .news-title {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news-detail .news-title {
    font-size: 3rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .news-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .news-title-wrap {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
    border-bottom: solid 0.1rem #e2e2e2;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .news-title-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #e2e2e2;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .news-date {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.news-detail .news-date .tag {
  font-weight: 700;
  color: #97999B;
}
@media screen and (min-width: 768px) {
  .news-detail .news-date .tag {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .news-date .tag {
    font-size: 12px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .news-date .tag:first-of-type {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .news-date .tag:first-of-type {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .news-content {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .news-content {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .news-content hr {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .news-content h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .news-content h3 {
    font-size: 16px;
  }
}
.news-detail .news-content h4 {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-detail .news-content h4 {
    margin-bottom: 30px;
    padding-left: 16px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .news-content h4 {
    margin-bottom: 4rem;
    padding-left: 2.2rem;
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
.news-detail .news-content h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #002855;
}
@media screen and (max-width: 767px) {
  .news-detail .news-content h4:before {
    width: 4px;
    height: calc(100% - 4px);
  }
}
@media screen and (min-width: 768px) {
  .news-detail .news-content h4:before {
    width: 0.6rem;
    height: calc(100% - 0.6rem);
  }
}
.news-detail .news-content h4 a {
  color: #002855;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .news-detail .news-content h4 a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .news-content h4 a {
    font-size: 14px;
  }
}
.news-detail .news-content p {
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .news-detail .news-content p {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .news-content p + h4 {
    margin-top: 3.5rem;
  }
}
.news-detail .news-content-button {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news-detail .news-content-button {
    max-width: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .news-content-button {
    max-width: 305px;
  }
}
.news-detail .news-content-button > a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #002855;
}
@media screen and (min-width: 768px) {
  .news-detail .news-content-button > a {
    font-size: 1.6rem;
    height: 7rem;
    padding: 1rem 1.5rem 1rem 0.5rem;
    background: #fff url("../images/common/icon_arrow_01.png") no-repeat right 1.8rem center/1rem auto;
    border: solid 0.1rem #002855;
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .news-content-button > a {
    font-size: 16px;
    height: 60px;
    padding: 10px 15px 10px 5px;
    background: #fff url(../images/common/icon_arrow_01.png) no-repeat right 18px center/10px auto;
    background-position: right 12px center;
    border: solid 1px #002855;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .news-content-button > a:hover {
    color: #ffffff;
    background-color: #002855;
    background-image: url("../images/common/icon_arrow_02.png");
    opacity: unset;
    text-decoration: unset;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .logo-list {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .logo-list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .logo-list > li {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .logo-list > li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .logo-list > li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .aligncenter {
    margin: 1rem auto;
    display: block;
    float: none;
  }
}
.news-detail .wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .news-detail .wp-block-image {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .wp-block-image figure {
    margin: 1rem 0 1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .wp-block-image figure {
    display: block !important;
    margin: 10px 0 !important;
    float: none !important;
    text-align: center;
  }
}
.news-detail .wp-block-image .aligncenter {
  margin: 1rem auto;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-detail .txt-table th,
  .news-detail .txt-table td {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .txt-table th,
  .news-detail .txt-table td {
    font-size: 14px;
  }
}
.news-detail .page-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .news-detail .page-list {
    margin-top: -0.8rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .page-list {
    margin: 0 3px 40px;
  }
}
.news-detail .page-list > li {
  width: clac(100%/3);
  text-align: center;
}
.news-detail .page-list > li > a {
  padding: 0 0 0 2.9rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  display: inline-block;
  color: #313131;
  background: url("../images/common/icon_index.png") no-repeat left 0.7rem/1.9rem auto;
}
@media screen and (min-width: 768px) {
  .news-detail .page-list > li > a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .page-list > li > a {
    font-size: 1.4rem;
    background-position: left 3px;
  }
}
@media screen and (min-width: 768px) {
  .news-detail .page-list > li > a:hover {
    opacity: 0.7;
  }
}
.news-detail .page-list > li.prev {
  text-align: left;
}
.news-detail .page-list > li.prev > a {
  background-image: url("../images/common/icon_arrow_03.png");
}
@media screen and (min-width: 768px) {
  .news-detail .page-list > li.prev > a {
    padding-left: 2.4rem;
    background-size: 1rem auto;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .page-list > li.prev > a {
    padding-left: 20px;
    background-position: left 2px;
    background-size: 10px auto;
  }
}
.news-detail .page-list > li.next {
  text-align: right;
}
.news-detail .page-list > li.next > a {
  background-image: url("../images/common/icon_arrow_01.png");
}
@media screen and (min-width: 768px) {
  .news-detail .page-list > li.next > a {
    padding: 0 2rem 0 0;
    background-position: right 0.7rem;
    background-size: 1rem auto;
  }
}
@media screen and (max-width: 767px) {
  .news-detail .page-list > li.next > a {
    padding: 0 20px 0 0;
    background-position: right 2px;
    background-size: 10px auto;
  }
}
