@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/hoya/assets/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/hoya/assets/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/hoya/assets/font/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/hoya/assets/font/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: "Rounded M+ 1p";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/hoya/assets/font/MPLUS1p-Regular.woff") format("woff");
}
@font-face {
  font-family: "Rounded M+ 1p";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/hoya/assets/font/MPLUS1p-Bold.woff") format("woff");
}
.sample_card {
  margin-top: 16px;
  margin: 24px;
}

.sample_header {
  margin-top: 16px;
  margin-bottom: 32px;
}

.sample_content {
  padding-top: 24px;
  padding: 8px;
}

.sample_section {
  padding-top: 16px;
  padding-right: 24px;
  padding-left: 24px;
}

.sample_btn-next {
  background: url(/sites/default/files/media/assets/svg/icons/round/round-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.sample_btn-line {
  background: url(/sites/default/files/media/assets/svg/icons/line/line-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.sample_btn-indicator {
  background: url(/sites/default/files/media/assets/svg/icons/indicator/indicator-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.sample_btn-filled {
  background: url(/sites/default/files/media/assets/svg/icons/filled/filled-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.breadcrumb-footer,
.l-footer_path,
.c-heading + .txt-lead,
.c-pagetop,
.l-main--newsDetail .close {
  display: none;
}

.l-topic-path {
  background: #EFEFEF;
  margin-bottom: 24px;
}
.l-topic-path .l-topic-path__list {
  max-width: 1140px;
  margin: 0 auto;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px 16px;
}
.l-topic-path .l-topic-path__list li {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.l-topic-path .l-topic-path__list .l-topic-path__link {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #007AC9;
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
}
.l-topic-path .l-topic-path__list .l-topic-path__link:not(.l-topic-path__link--current)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: url(/sites/default/files/media/assets/svg/icons/line/line-arrow-right-l-gray.svg) no-repeat center/contain;
}
.l-topic-path .l-topic-path__list .l-topic-path__link--current {
  padding-right: 0;
  pointer-events: none;
  color: #656565;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-topic-path {
    min-width: 100%;
    margin-bottom: 24px;
  }
  .l-topic-path .l-topic-path__list {
    min-width: 100%;
    padding: 8px 16px;
    gap: 4px;
  }
  .l-topic-path .l-topic-path__list .l-topic-path__link {
    font-size: 0.625rem;
    padding-right: 16px;
  }
}

.l-main--newsDetail {
  max-width: 944px;
  margin: auto;
}
@media (max-width: 767px) {
  .l-main--newsDetail {
    padding: 0 16px;
  }
}

.p-news-head01__title {
  font-size: 1.625rem;
  color: #333;
  border-left: 4px solid #007AC9;
  padding: 0 0 0 20px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.p-news-head01__title + .p-news-head01__date {
  font-size: 0.875rem;
  color: #009CE5;
  text-align: right;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .p-news-head01__title {
    font-size: 1.125rem;
    padding-left: 8px;
  }
  .p-news-head01__title + .p-news-head01__date {
    font-size: 0.75rem;
  }
}

.p-news-content01 p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 15px 0;
}
.p-news-content01 a {
  color: #015CAE;
  text-decoration: underline;
}
.p-news-content01 a :hover {
  text-decoration: none;
}

.u-t-right {
  text-align: right;
  font-size: 0.875rem;
}

.c-button__wrap {
  margin-top: 48px;
}