@charset "UTF-8";
.c-img-paragraph {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-img-paragraph__body {
  margin-left: -1rem;
  margin-right: -1rem;
}

.c-img-paragraph__sub-title {
  overflow: hidden;
}

.c-img-paragraph__sub-title, .c-img-paragraph__text {
  margin-left: 1rem;
  margin-right: 1rem;
}

.c-img-paragraph__img {
  padding-left: 1rem;
  padding-right: 1rem;
}

.c-img-paragraph__text *:last-child {
  margin-bottom: 0;
}

.c-img-paragraph .caption {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .c-img-paragraph--layout_normal .c-img-paragraph__img, .c-img-paragraph--layout_bottom .c-img-paragraph__img {
    /* normal or bottom */
    margin-left: auto;
    margin-right: auto;
  }
  .c-img-paragraph--layout_normal.c-img-paragraph--size_large .c-img-paragraph__img, .c-img-paragraph--layout_bottom.c-img-paragraph--size_large .c-img-paragraph__img {
    /* normal & bottom x large */
    width: 100%;
  }
  .c-img-paragraph--layout_normal.c-img-paragraph--size_medium .c-img-paragraph__img, .c-img-paragraph--layout_bottom.c-img-paragraph--size_medium .c-img-paragraph__img {
    /* normal & bottom x medium */
    width: calc(100% / 1.5 - 0.01px);
  }
  .c-img-paragraph--layout_normal.c-img-paragraph--size_small .c-img-paragraph__img, .c-img-paragraph--layout_bottom.c-img-paragraph--size_small .c-img-paragraph__img {
    /* normal & bottom x small */
    width: calc(100% / 3 - 0.01px);
  }
  .c-img-paragraph--layout_normal .c-img-paragraph__img {
    margin-bottom: 2rem;
  }
  .c-img-paragraph--layout_bottom .c-img-paragraph__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .c-img-paragraph--layout_bottom .c-img-paragraph__img {
    order: 2;
    margin-top: 2rem;
    overflow: hidden;
  }
  .c-img-paragraph--layout_bottom .c-img-paragraph__sub-title {
    margin-top: 0;
  }
  .c-img-paragraph--layout_left, .c-img-paragraph--layout_right {
    /* left or right */
  }
  .c-img-paragraph--layout_left .c-img-paragraph__body:after, .c-img-paragraph--layout_right .c-img-paragraph__body:after {
    content: "";
    display: block;
    clear: both;
  }
  .c-img-paragraph--layout_left .c-img-paragraph__img, .c-img-paragraph--layout_right .c-img-paragraph__img {
    margin-bottom: 1rem;
  }
  .c-img-paragraph--layout_left .c-img-paragraph__text ul, .c-img-paragraph--layout_left .c-img-paragraph__text ol, .c-img-paragraph--layout_right .c-img-paragraph__text ul, .c-img-paragraph--layout_right .c-img-paragraph__text ol {
    display: table;
  }
  .c-img-paragraph--layout_left.c-img-paragraph--size_large .c-img-paragraph__img, .c-img-paragraph--layout_right.c-img-paragraph--size_large .c-img-paragraph__img {
    /* left & right x large */
    width: 50%;
  }
  .c-img-paragraph--layout_left.c-img-paragraph--size_medium .c-img-paragraph__img, .c-img-paragraph--layout_right.c-img-paragraph--size_medium .c-img-paragraph__img {
    /* left & right x meduim */
    width: calc(100% / 3 - 0.01px);
  }
  .c-img-paragraph--layout_left.c-img-paragraph--size_small .c-img-paragraph__img, .c-img-paragraph--layout_right.c-img-paragraph--size_small .c-img-paragraph__img {
    /* left & right x small */
    width: 25%;
  }
  .c-img-paragraph--layout_left .c-img-paragraph__img {
    float: left;
    margin-right: 1rem;
  }
  .c-img-paragraph--layout_right .c-img-paragraph__img {
    float: right;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-img-paragraph .c-img-paragraph__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
  .c-img-paragraph--layout_bottom .c-img-paragraph__body, .c-img-paragraph--layout_right .c-img-paragraph__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .c-img-paragraph--layout_bottom .c-img-paragraph__img, .c-img-paragraph--layout_right .c-img-paragraph__img {
    order: 2;
    margin-top: 2rem;
  }
  .c-img-paragraph--size_large .c-img-paragraph__img {
    width: 100%;
  }
  .c-img-paragraph--size_medium .c-img-paragraph__img, .c-img-paragraph--size_small .c-img-paragraph__img {
    width: calc(100% / 1.5 - 0.01px);
  }
}

.c-paragraph {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-paragraph__body > *:last-child {
  margin-bottom: 0;
}

.c-paragraph + .c-paragraph {
  margin-top: 1rem;
}

.c-button {
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  max-width: 100%;
}

.c-button > a {
  width: 100%;
}

.c-button .caption {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .c-button {
    width: min-content;
  }
  .c-button span {
    white-space: nowrap;
  }
}

.c-buttons {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.c-buttons .caption {
  margin-bottom: 2rem;
}

.c-buttons + .c-buttons {
  margin-top: 0;
}

.c-container > .c-buttons:last-child .caption {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .c-buttons .row {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .c-buttons__col {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-buttons .btn:not(.btn-link) {
    height: 100%;
  }
  .c-buttons--size_large .c-buttons__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-buttons--size_medium .c-buttons__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 0.01px);
    max-width: calc(100% / 3 - 0.01px);
  }
  .c-buttons--size_small .c-buttons__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 6 - 0.01px);
    max-width: calc(100% / 6 - 0.01px);
  }
}

@media screen and (max-width: 767px) {
  .c-buttons .row {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .c-buttons__col {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    width: 100%;
  }
  .c-buttons--size_small .c-buttons__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 75%;
    max-width: 75%;
  }
  .c-buttons__foot {
    text-align: left !important;
  }
}

.c-download {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-download__filename {
  font-size: 14px;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.c-download__filename:before {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e807';
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 18px;
  line-height: 1;
}

.c-download .c-download__confirm {
  display: none;
}

.c-download__confirm-btn span:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e806';
  display: inline-block;
  margin-left: 0.25em;
}

.c-download__confirm-head h3 {
  font-size: 16px;
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

.c-download__confirm-body {
  word-wrap: break-word;
}

.c-download__confirm-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .c-download__body .btn {
    min-width: calc(100% / 3 - 0.01px);
  }
  .c-download__confirm-foot {
    margin: 0 -0.5rem;
    min-width: 554px;
  }
  .c-download__confirm-foot .btn {
    flex: 45%;
    margin: 0 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-download__body .btn {
    display: block;
    width: 100%;
  }
  .c-download__body, .c-download__foot {
    text-align: left !important;
  }
  .c-download__confirm-foot {
    flex-direction: column-reverse;
    margin: -0.5rem 0;
  }
  .c-download__confirm-foot .btn {
    margin: 0.5rem 0;
  }
}

.c-linkfile {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
  .c-linkfile__body .btn {
    min-width: calc(100% / 3 - 0.01px);
  }
}

@media screen and (max-width: 767px) {
  .c-linkfile__body .btn {
    display: block;
    width: 100%;
  }
  .c-linkfile__body, .c-linkfile__foot {
    text-align: left !important;
  }
}

.c-button-download {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-firmware {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-firmware__filename {
  font-size: 14px;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.c-firmware__version {
  margin-left: 0.5rem;
}

.c-firmware__meta {
  font-size: 14px;
  margin-top: 0.5rem;
}

.c-firmware__meta:before {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e805';
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 18px;
  line-height: 1;
}

.c-firmware .c-firmware__confirm {
  display: none;
}

.c-firmware__confirm-btn span:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e806';
  display: inline-block;
  margin-left: 0.25em;
}

.c-firmware__confirm-head h3 {
  font-size: 16px;
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

.c-firmware__confirm-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .c-firmware__body .btn {
    min-width: calc(100% / 3 - 0.01px);
  }
  .c-firmware__confirm-foot {
    margin: 0 -0.5rem;
    min-width: 554px;
  }
  .c-firmware__confirm-foot .btn {
    flex: 45%;
    margin: 0 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-firmware__body .btn {
    display: block;
    width: 100%;
  }
  .c-firmware__body, .c-firmware__foot {
    text-align: left !important;
  }
  .c-firmware__confirm-foot {
    flex-direction: column-reverse;
    margin: -0.5rem 0;
  }
  .c-firmware__confirm-foot .btn {
    margin: 0.5rem 0;
  }
}

.c-download-healthcare {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-download-healthcare__filename {
  font-size: 14px;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.c-download-healthcare__filename:before {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e805';
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 18px;
  line-height: 1;
}

.c-download-healthcare .c-download-healthcare__confirm {
  display: none;
}

.c-download-healthcare__confirm-btn span:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e806';
  display: inline-block;
  margin-left: 0.25em;
}

.c-download-healthcare__confirm-head h3 {
  font-size: 16px;
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

.c-download-healthcare__confirm-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .c-download-healthcare__body .btn {
    min-width: calc(100% / 3 - 0.01px);
  }
  .c-download-healthcare__confirm-foot {
    margin: 0 -0.5rem;
    min-width: 554px;
  }
  .c-download-healthcare__confirm-foot .btn {
    flex: 45%;
    margin: 0 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-download-healthcare__body .btn {
    display: block;
    width: 100%;
  }
  .c-download-healthcare__body, .c-download-healthcare__foot {
    text-align: left !important;
  }
  .c-download-healthcare__confirm-foot {
    flex-direction: column-reverse;
    margin: -0.5rem 0;
  }
  .c-download-healthcare__confirm-foot .btn {
    margin: 0.5rem 0;
  }
}

.c-linkfile-healthcare {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
  .c-linkfile-healthcare__body .btn {
    min-width: calc(100% / 3 - 0.01px);
  }
}

@media screen and (max-width: 767px) {
  .c-linkfile-healthcare__body .btn {
    display: block;
    width: 100%;
  }
}

.c-image {
  margin-top: 2rem;
  margin-bottom: 1rem;
  page-break-inside: avoid;
}

.c-image__body {
  margin-left: auto;
  margin-right: auto;
}

.c-image__img {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .c-image--size_medium .c-image__body {
    width: calc((100% + 2rem) / 1.5 - 2rem);
  }
  .c-image--size_small .c-image__body {
    width: calc((100% + 2rem) / 3 - 2rem);
  }
  .c-image .m-zoom {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .c-image .m-zoom:before, .c-image .m-zoom:after {
    width: 26px;
    height: 2px;
  }
  .c-image .m-zoom:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .c-image--size_medium .c-image__body,
  .c-image--size_small .c-image__body {
    width: calc((100% + 2rem) / 1.2 - 2rem);
  }
}

.c-gallery {
  margin-top: 2rem;
  margin-bottom: 1rem;
  page-break-inside: avoid;
}

.c-gallery__body {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.c-gallery__wrap {
  padding-top: 66.66667%;
  overflow: hidden;
  position: relative;
}

.c-gallery__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.c-gallery__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-gallery__item img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
  filter: blur(2vw);
  transform: scale(1.05);
}

.c-gallery__item img[data-js="img-loaded"] {
  object-fit: contain;
  filter: none;
  transform: none;
}

.c-gallery__foot {
  white-space: nowrap;
  overflow: auto;
  margin-bottom: -1rem;
}

.c-gallery__thumbs {
  margin-left: -1rem;
  overflow: auto;
  padding-bottom: 1rem;
}

.c-gallery__thumb {
  display: inline-block;
  margin-left: 1rem;
  width: 80px;
  height: 80px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.c-gallery__thumb:before {
  content: "";
  display: block;
  background-color: rgba(1, 145, 109, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid transparent;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.c-gallery__thumb[data-js-carousel-bullet="current"]:before {
  border-color: #01916d;
  opacity: 1;
}

.c-gallery__thumb img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.c-gallery:not([data-js-carousel]) [data-js-carousel-body] {
  visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .c-gallery .m-carousel__prev, .c-gallery .m-carousel__next {
    opacity: 0;
    width: 50%;
    height: calc(100% - 4rem);
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .c-gallery .m-carousel__prev:before {
    left: 0;
    transform: translateX(75%) translateY(-50%) rotate(-135deg);
  }
  .c-gallery .m-carousel__next:before {
    right: 0;
    left: auto;
  }
  .c-gallery .m-zoom {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
  }
  .c-gallery__body:hover .m-carousel__prev,
  .c-gallery__body:hover .m-carousel__next {
    opacity: 1;
  }
  .c-gallery__body:hover .m-zoom {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .c-gallery .m-carousel__prev, .c-gallery .m-carousel__next {
    display: none;
  }
}

/** print */
@media print {
  .c-gallery__body {
    box-shadow: none;
    border: 1px solid #707070;
  }
  .c-gallery__thumb {
    box-shadow: none;
    border: 1px solid #707070;
  }
}

.media-dtp .c-gallery__body {
  box-shadow: none;
  border: 1px solid #707070;
}

.media-dtp .c-gallery__thumb {
  box-shadow: none;
  border: 1px solid #707070;
}

/** ↑ print */
.c-banner {
  margin-top: 2rem;
  margin-bottom: 1rem;
  page-break-inside: avoid;
}

.c-banner .caption {
  max-height: 3.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.c-banner .row {
  margin: -0.75rem;
}

.c-banner .row [class*="col-"] a {
  transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.c-banner .row [class*="col-"] a:hover {
  opacity: 0.8;
}

.c-banner .row [class*="col-"] img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.c-banner--style_4column .m-slider__ui {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .c-banner--style_4column .row {
    margin: -0.75rem;
  }
  .c-banner--style_4column .row [class*="col-"] {
    padding: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .c-banner .m-slider {
    position: relative;
    overflow: visible;
  }
  .c-banner .m-slider__body {
    display: block;
    transform: none !important;
  }
  .c-banner .m-slider__ui {
    display: none;
  }
  .c-banner .row {
    margin: -0.5rem;
  }
  .c-banner .row [class*="col-"] {
    padding: 0.5rem;
  }
}

/** print */
@media print {
  .c-banner .row [class*="col-"] img {
    box-shadow: none;
    border: 1px solid #707070;
  }
}

.media-dtp .c-banner .row [class*="col-"] img {
  box-shadow: none;
  border: 1px solid #707070;
}

/** ↑ print */
.c-img-button {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
  page-break-inside: avoid;
}

.c-img-button img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .c-img-button img {
    max-width: 100%;
  }
}

.c-sns-links__item {
  display: inline-block;
}

.c-sns-links__item:last-child {
  margin-right: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .c-sns-links__item {
    width: 80px;
    height: 80px;
    margin-right: 1.5rem;
  }
  .c-sns-links__item > img {
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .c-sns-links__item:hover > img {
    transform: translateY(-10px);
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-sns-links--size-small .c-sns-links__item {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sns-links {
    text-align: center;
  }
  .c-sns-links__item {
    width: 48px;
    height: 48px;
    margin-right: 0.5rem;
  }
  .c-sns-links--size-small .c-sns-links__item {
    width: 32px;
    height: 32px;
    margin-right: 1.5rem;
  }
}

.c-banner-large {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-banner-large > a {
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.c-banner-large > a:hover {
  opacity: 0.8;
}

.c-banner-large .caption {
  max-height: 3.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.c-banner-large + .c-banner-large {
  margin-top: 1rem;
}

/** print */
@media print {
  .c-banner-large {
    page-break-inside: avoid;
  }
  .c-banner-large > a {
    box-shadow: none;
    border: 1px solid #707070;
  }
}

.media-dtp .c-banner-large {
  page-break-inside: avoid;
}

.media-dtp .c-banner-large > a {
  box-shadow: none;
  border: 1px solid #707070;
}

/** ↑ print */
.c-youtube {
  margin-top: 2rem;
  margin-bottom: 1rem;
  page-break-inside: avoid;
}

.c-youtube__body {
  margin-left: auto;
  margin-right: auto;
}

.c-youtube__video {
  padding-top: 56.25%;
  position: relative;
  background-color: #000;
}

.c-youtube__video iframe {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.c-youtube__alt {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1rem;
}

@media print, screen and (min-width: 768px) {
  .c-youtube--size_small .c-youtube__body {
    width: calc((100% + 2rem) / 1.5 - 2rem);
  }
}

.c-embedded-video {
  margin-top: 2rem;
  margin-bottom: 1rem;
  page-break-inside: avoid;
}

.c-embedded-video__body {
  margin-left: auto;
  margin-right: auto;
}

.c-embedded-video__video {
  padding-top: 56.25%;
  position: relative;
  background-color: #000;
  pointer-events: none;
}

.c-embedded-video__video > div, .c-embedded-video__video > iframe {
  pointer-events: auto;
  position: absolute !important;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.c-embedded-video__alt {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1rem;
}

@media print, screen and (min-width: 768px) {
  .c-embedded-video--size_small .c-embedded-video__body {
    width: calc((100% + 2rem) / 1.5 - 2rem);
  }
}

.c-img-box {
  margin-top: 2rem;
  margin-bottom: 1rem;
  background-color: #fff;
  page-break-inside: avoid;
}

.c-img-box__title {
  font-size: 1.125rem;
}

.c-img-box__text *:last-child {
  margin-bottom: 0;
}

.c-img-box__link {
  margin-top: 1rem;
}

.c-img-box__link > .btn {
  margin-right: 1rem;
}

.c-img-box--style_border {
  border: 4px solid #8c8c8c;
}

.c-img-box--style_gray {
  background-color: #f6f6f6;
  border: 1px solid #8c8c8c;
}

.c-img-box--style_green-white {
  border: 4px solid #01916d;
}

.c-img-box--style_green-green {
  border: 4px solid #01916d;
  background-color: #F3FEFB;
}

.c-img-box--style_black-white {
  border: 4px solid #333;
}

@media print, screen and (min-width: 768px) {
  .c-img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 2rem 2.25rem;
  }
  .c-img-box__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    margin-right: 1rem;
  }
  .c-img-box__body {
    flex: 1;
  }
  .c-img-box__body > *:first-child {
    margin-top: 0;
  }
  .c-img-box--size_large {
    width: 50%;
  }
  .c-img-box--size_medium {
    width: calc(100% / 3 - 0.01px);
  }
  .c-img-box--size_small {
    width: calc(100% / 6 - 0.01px);
  }
}

@media screen and (max-width: 767px) {
  .c-img-box {
    padding: 2rem 1.875rem;
  }
  .c-img-box__img {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .c-img-box--size_large, .c-img-box--size_medium {
    width: 100%;
  }
  .c-img-box--size_small {
    width: calc(100% / 1.5 - 0.01px);
  }
}

.c-btn-box {
  margin-top: 2rem;
  margin-bottom: 1rem;
  background-color: #fff;
  page-break-inside: avoid;
}

.c-btn-box__body > *:first-child {
  margin-top: 0;
}

.c-btn-box__title {
  font-size: 1.125rem;
}

.c-btn-box__text *:last-child {
  margin-bottom: 0;
}

.c-btn-box__item > p {
  margin-bottom: 0;
}

.c-btn-box__item + .c-btn-box__item {
  margin-top: 0.75rem;
}

.c-btn-box--style_border {
  border: 4px solid #8c8c8c;
}

.c-btn-box--style_background {
  background-color: #f6f6f6;
  border: 1px solid #8c8c8c;
}

.c-btn-box--style_green-white {
  border: 4px solid #01916d;
}

.c-btn-box--style_green-green {
  border: 4px solid #01916d;
  background-color: #F3FEFB;
}

.c-btn-box--style_black-white {
  border: 4px solid #333;
}

@media print, screen and (min-width: 768px) {
  .c-btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 2rem 2.25rem;
  }
  .c-btn-box__body {
    flex: 1;
  }
  .c-btn-box__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% / 3 - 0.01px);
    padding-left: 1rem;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-btn-box {
    padding: 2rem 1.875rem;
  }
  .c-btn-box__btns {
    margin-top: 1rem;
  }
}

.c-attention-box {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.c-attention-box__icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 2px;
}

.c-attention-box__body {
  flex: 1;
}

.c-attention-box__title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.c-attention-box__text {
  line-height: 1.5;
}

.c-attention-box__text *:last-child {
  margin-bottom: 0;
}

.c-attention-box--style_attention {
  background-color: #ffefeb;
  border: 2px solid rgba(251, 0, 32, 0.5);
  border-radius: 5px;
  color: #fb0020;
}

.c-attention-box--style_attention .c-attention-box__icon {
  background-image: url(../img/icon_exclamation.svg);
}

.c-attention-box--style_information {
  background-color: #edf8ff;
  border: 1px solid #d2ebfa;
  border-radius: 5px;
  color: #0b6297;
}

.c-attention-box--style_information .c-attention-box__icon {
  background-image: url(../img/icon_info.svg);
}

@media print, screen and (min-width: 768px) {
  .c-attention-box {
    align-items: center;
  }
  .c-attention-box--style_attention {
    padding: 1rem 2.25rem;
  }
  .c-attention-box--style_attention .c-attention-box__icon {
    width: 3rem;
    height: 3rem;
    margin-right: 2rem;
  }
  .c-attention-box--style_information {
    padding: 1rem 2.25rem;
  }
  .c-attention-box--style_information .c-attention-box__icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-attention-box--style_attention {
    padding: 1.5rem 1.25rem;
  }
  .c-attention-box--style_attention .c-attention-box__icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.75rem;
  }
  .c-attention-box--style_information {
    padding: 1rem 1.25rem;
  }
  .c-attention-box--style_information .c-attention-box__icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    margin-top: 0;
  }
}

/** print */
@media print {
  .c-attention-box {
    page-break-inside: avoid;
  }
  .c-attention-box__icon {
    display: none;
  }
}

.media-dtp .c-attention-box {
  page-break-inside: avoid;
}

.media-dtp .c-attention-box__icon {
  display: none;
}

/** ↑ print */
.c-box-field {
  margin-top: 2rem;
  margin-bottom: 1rem;
  page-break-inside: avoid;
  border: 4px solid #8c8c8c;
  background-color: #fff;
}

.c-box-field .c-container > *:first-child [class*="__title"] {
  margin-top: 0;
}

.c-box-field--style_green-white {
  border-color: #01916d;
}

.c-box-field--style_green-green {
  border-color: #01916d;
  background-color: #F3FEFB;
}

.c-box-field--style_black-white {
  border-color: #333;
}

.c-box-field--style_gray-white {
  border-color: #8c8c8c;
}

.c-box-field--style_thin-gray {
  border: 1px solid #8c8c8c;
  background-color: #f6f6f6;
}

@media print, screen and (min-width: 768px) {
  .c-box-field {
    padding: 2rem 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .c-box-field {
    padding: 2rem 1.875rem;
  }
}

.c-vertical-card {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-vertical-card__link {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  padding: 1rem 1rem 0;
  text-decoration: none;
  display: block;
  color: inherit;
  height: 100%;
  page-break-inside: avoid;
}

.c-vertical-card__link:hover {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.c-vertical-card .m-card__description > p {
  max-height: 8.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

@media print, screen and (min-width: 768px) {
  .c-vertical-card .m-card__description {
    font-family: var(--font-normal-conde), sans-serif;
  }
  .c-vertical-card--style_2column .c-vertical-card__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-vertical-card--style_2column .m-card__title {
    font-size: 24px;
  }
  .c-vertical-card--style_3column .c-vertical-card__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 0.01px);
    max-width: calc(100% / 3 - 0.01px);
  }
  .c-vertical-card--style_4column .c-vertical-card__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-vertical-card--style_4column .m-card__title {
    font-size: 16px;
  }
  .c-vertical-card--style_4column .m-card__description {
    font-size: 14px;
  }
  .c-vertical-card__link:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .c-vertical-card__col {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-vertical-card .c-vertical-card__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  .c-vertical-card .m-card__title {
    font-size: 20px;
  }
}

/** print */
@media print {
  .c-vertical-card__link {
    box-shadow: none;
    border: 1px solid #707070;
  }
}

.media-dtp .c-vertical-card__link {
  box-shadow: none;
  border: 1px solid #707070;
}

/** ↑ print */
.c-horizontal-card {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-horizontal-card__item {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 0.5rem;
  page-break-inside: avoid;
}

.c-horizontal-card__link {
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}

.c-horizontal-card__image {
  margin-right: 1rem;
}

.c-horizontal-card__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 100%;
}

.c-horizontal-card__headding {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
}

.c-horizontal-card__description {
  flex: 1 0 0;
  font-size: 14px;
  line-height: 1.4;
}

.c-horizontal-card__description > p {
  max-height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .c-horizontal-card .row {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .c-horizontal-card .row [class*="col-"] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-horizontal-card__item {
    height: 100%;
  }
  .c-horizontal-card__item:hover {
    border-color: transparent;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  }
  .c-horizontal-card__image {
    flex: 0 0 126px;
    width: 126px;
  }
}

@media screen and (max-width: 767px) {
  .c-horizontal-card .row {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .c-horizontal-card .row [class*="col-"] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-horizontal-card__image {
    flex: 0 0 50%;
    width: 50%;
  }
}

.c-vertical-container {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-vertical-container + .c-vertical-container {
  margin-top: 1rem;
}

.c-vertical-container .m-card {
  border-bottom: 1px solid #dcdcdc;
}

.c-vertical-container .m-card__body {
  padding-bottom: 0.5rem;
}

.c-vertical-container .m-card__headline {
  margin-bottom: 0.5rem;
}

.c-vertical-container .m-card__description {
  margin-bottom: 0.5rem;
}

.c-vertical-container .m-card__tag {
  margin-bottom: 0.25rem;
}

.c-vertical-container .m-card__badge {
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 768px) {
  .c-vertical-container--style_2column .c-vertical-container__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-vertical-container--style_3column .c-vertical-container__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 0.01px);
    max-width: calc(100% / 3 - 0.01px);
  }
  .c-vertical-container--style_4column .c-vertical-container__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-vertical-container--style_4column .m-card__description {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .c-vertical-container__col {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-vertical-container .c-vertical-container__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.c-horizontal-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
  page-break-inside: avoid;
}

.c-horizontal-container__body > .row {
  margin-top: 0;
  margin-bottom: 0;
}

.c-horizontal-container__body > .row [class*="col"] {
  padding-top: 0;
  padding-bottom: 0;
}

.c-horizontal-container__body > .row [class*="col"] :last-child {
  margin-bottom: 0;
}

.c-horizontal-container__imgs {
  position: relative;
  padding-top: 66.76136%;
  overflow: hidden;
}

.c-horizontal-container__imgs img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.c-horizontal-container__headline {
  margin-right: -0.5rem;
  margin-bottom: 0.5rem;
}

.c-horizontal-container__sub-title {
  display: inline;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 0.5rem;
  line-height: 1.25;
}

.c-horizontal-container__description {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.c-horizontal-container__tag {
  margin-right: -0.5px;
  margin-bottom: 0.5rem;
}

.c-horizontal-container__badge {
  margin-right: -2px;
  margin-bottom: 0.5rem;
}

.c-horizontal-container__links {
  margin-right: -1rem;
  margin-bottom: 0.5rem;
}

.c-horizontal-container__links .btn-link {
  margin-right: 1rem;
}

.c-horizontal-container__btns {
  margin-top: 0.75rem;
}

@media print, screen and (min-width: 768px) {
  .c-horizontal-container__imgs .m-carousel__prev, .c-horizontal-container__imgs .m-carousel__next {
    width: 40px;
  }
  .c-horizontal-container__imgs .m-carousel__prev:before, .c-horizontal-container__imgs .m-carousel__next:before {
    width: 16px;
    height: 16px;
  }
  .c-horizontal-container__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .c-horizontal-container__btn {
    width: calc(100% / 3);
    padding: 0 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-horizontal-container__imgs .m-carousel__prev, .c-horizontal-container__imgs .m-carousel__next {
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 100px;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
  }
  .c-horizontal-container__imgs .m-carousel__prev:before, .c-horizontal-container__imgs .m-carousel__next:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-top: 1px solid #01916d;
    border-right: 1px solid #01916d;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .c-horizontal-container__imgs .m-carousel__prev {
    left: 0;
  }
  .c-horizontal-container__imgs .m-carousel__prev:before {
    transform: translateX(-25%) translateY(-50%) rotate(-135deg);
  }
  .c-horizontal-container__imgs .m-carousel__next {
    right: 0;
  }
  .c-horizontal-container__imgs .m-carousel__next:before {
    transform: translateX(-75%) translateY(-50%) rotate(45deg);
  }
  .c-horizontal-container__headline {
    padding-top: 0.5rem;
  }
  .c-horizontal-container__sub-title {
    font-size: 24px;
  }
  .c-horizontal-container__tag {
    margin-bottom: 0.5rem;
  }
  .c-horizontal-container__btn + .c-horizontal-container__btn {
    margin-top: 0.5rem;
  }
}

.c-list {
  margin-top: 2rem;
  margin-bottom: 1rem;
  page-break-inside: avoid;
}

.c-list li {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
  .c-link-list {
    margin-top: 2rem;
    margin-bottom: 1rem;
    page-break-inside: avoid;
  }
  .c-link-list__body a span {
    white-space: normal;
  }
  .c-link-list + .c-link-list {
    margin-top: 1rem;
  }
}

.c-table {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-table table {
  width: 100%;
  margin-bottom: 0.5rem;
}

.c-table th, .c-table td {
  border-width: 1px;
  border-style: solid;
}

.c-table__body {
  overflow-x: auto;
}

.c-table__black th {
  background-color: #333;
  border-color: #000;
  color: #fff;
}

.c-table__black td {
  background-color: #fff;
  border-color: #cccccc;
}

.c-table__black tr:nth-child(even) td {
  background-color: #f6f6f6;
}

.c-table__white th {
  background-color: #fff;
  border-color: #cccccc;
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

.c-table__white td {
  background-color: #f6f6f6;
  border-color: #dcdcdc;
}

.c-table__white tr:nth-child(even) td {
  background-color: #f2f2f2;
}

@media print, screen and (min-width: 768px) {
  .c-table table {
    font-size: 16px;
  }
  .c-table table th {
    padding: 1rem;
  }
  .c-table table td {
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-table__body {
    max-width: 1280px;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .c-table__body:after {
    content: '';
    display: block;
    width: 100%;
    height: 1rem;
  }
  .c-table table {
    font-size: 14px;
  }
  .c-table table th {
    padding: 0.5rem;
  }
  .c-table table td {
    padding: 0.5rem;
  }
}

/** print */
@media print {
  .c-table__black th, .c-table__white th {
    background-color: #dcdcdc;
    border-color: #000;
    color: #000;
  }
}

.media-dtp .c-table__black th, .media-dtp .c-table__white th {
  background-color: #dcdcdc;
  border-color: #000;
  color: #000;
}

/** ↑ print */
.c-spec {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-spec__body {
  margin-bottom: 1rem;
}

.c-spec__block {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.c-spec__team {
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

.c-spec dl {
  margin-top: initial;
  margin-bottom: initial;
}

.c-spec dd {
  margin-bottom: initial;
  margin-left: initial;
  line-height: initial;
}

@media print, screen and (min-width: 768px) {
  .c-spec__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 0;
  }
  .c-spec__list:last-child .c-spec__team .c-spec__block,
  .c-spec__list:last-child .c-spec__text .c-spec__block {
    border-bottom: 1px solid #8c8c8c;
  }
  .c-spec__team, .c-spec__text {
    padding: 0 1rem;
    margin: 0;
  }
  .c-spec__team {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-spec__team:first-of-type .c-spec__block {
    border-top: 1px solid #8c8c8c;
  }
  .c-spec__text {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 75%;
    max-width: 75%;
  }
  .c-spec__text:first-of-type .c-spec__block {
    border-top: 1px solid #8c8c8c;
  }
  .c-spec__block {
    padding-top: 1rem;
    height: 100%;
  }
  .c-spec__block *:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-spec__list:last-child .c-spec__text {
    border-bottom: 1px solid #8c8c8c;
  }
  .c-spec__team, .c-spec__text {
    margin: 0;
  }
  .c-spec__team {
    padding-top: 1rem;
  }
  .c-spec__team:first-of-type {
    border-top: 1px solid #8c8c8c;
  }
  .c-spec__text {
    border-bottom: none;
  }
}

.c-accordion {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
}

.c-accordion + .c-accordion {
  margin-top: -2rem;
  border-top: 0;
}

.c-accordion > a {
  text-decoration: none;
  color: inherit;
}

.c-accordion__head {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.c-accordion__thumb {
  width: 80px;
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.c-accordion__text {
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-accordion__text > *:last-child {
  margin-bottom: 0;
}

.c-accordion__title {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.c-accordion__description {
  font-size: 14px;
  line-height: 1.5;
  flex-grow: 1;
}

.c-accordion__body {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.c-accordion__body > *:first-child {
  margin-top: 2rem;
}

.c-accordion__body > *:first-child [class*="__title"] {
  margin-top: 0;
}

.c-accordion__body > *:last-child {
  margin-bottom: 2.5rem;
}

.c-accordion [data-js-accordion="opened"] .c-accordion__head:after {
  transform: translateX(-50%) rotate(0deg);
}

@media print, screen and (min-width: 768px) {
  .c-accordion__head {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 3rem;
  }
  .c-accordion__head:before, .c-accordion__head:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #8c8c8c;
    width: 20px;
    height: 1px;
    right: 0;
    top: 50%;
  }
  .c-accordion__head:before {
    transform: translateX(-50%) rotate(0deg);
  }
  .c-accordion__head:after {
    transform: translateX(-50%) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .c-accordion__head {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 3rem;
  }
  .c-accordion__head:before, .c-accordion__head:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #8c8c8c;
    width: 20px;
    height: 1px;
    right: 0;
    top: 1.5rem;
  }
  .c-accordion__head:before {
    transform: translateX(-50%) rotate(0deg);
  }
  .c-accordion__head:after {
    transform: translateX(-50%) rotate(90deg);
  }
  .c-accordion__thumb {
    align-items: flex-start;
  }
}

.c-more {
  margin-top: 2rem;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 3.5rem;
}

.c-more__btn {
  position: absolute;
  width: 180px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.c-more__btn > span {
  padding: 1px 12px 1px 1px;
  position: relative;
}

.c-more__btn > span:before, .c-more__btn > span:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #000;
  width: 12px;
  height: 1px;
  right: -10px;
  top: 50%;
}

.c-more__btn > span:before {
  transform: translateX(-50%) rotate(0deg);
}

.c-more__btn > span:after {
  transform: translateX(-50%) rotate(90deg);
}

.c-more__btn-label--close {
  display: none;
}

.c-more__btn-label--close:after {
  display: none !important;
}

.c-more__body {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.c-more [data-js-accordion="opened"] .c-more__btn-label--open {
  display: none;
}

.c-more [data-js-accordion="opened"] .c-more__btn-label--close {
  display: initial;
}

*::-ms-backdrop, .c-more [data-js-accordion="opened"] .c-more__btn-label--close {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .c-more__btn:hover > span:before, .c-more__btn:hover > span:after {
    background-color: #018463;
  }
}

[data-js-folding-child="hidden"] {
  display: none !important;
}

.c-modal {
  display: none;
}

.c-modal__body .c-container > *:first-child [class*="__title"] {
  margin-top: 0;
}

.c-anchor-navi {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-anchor-navi__body {
  background-color: #f6f6f6;
  border: 1px solid #dcdcdc;
  padding: 1rem;
  line-height: 2;
}

.c-anchor-navi__item {
  margin: 0 1rem;
}

.c-anchor-navi__link {
  display: inline-block;
  color: #333;
  position: relative;
  text-decoration: none;
  word-wrap: break-word;
}

.c-anchor-navi__link:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e800';
  color: #01916d;
  margin-left: 0.25rem;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .c-anchor-navi__item {
    display: inline-block;
  }
  .c-anchor-navi__link:hover {
    color: #333;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .c-anchor-navi {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .c-anchor-navi__body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.c-prev-next {
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.c-prev-next__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.c-prev-next__link {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  overflow-wrap: break-word;
}

.c-prev-next__link:after, .c-prev-next__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.c-prev-next__link:after {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid;
  border-color: transparent transparent #01916d #01916d;
}

.c-prev-next__link:before {
  border: 1px solid #ddd;
  border-radius: 50px;
  width: 38px;
  height: 38px;
  margin: auto 0;
}

.c-prev-next__link:hover {
  text-decoration: underline;
}

.c-prev-next__prev {
  margin-right: auto;
}

.c-prev-next__prev .c-prev-next__link {
  padding-left: 3rem;
}

.c-prev-next__prev .c-prev-next__link:after {
  left: 17px;
  transform: rotate(45deg);
}

.c-prev-next__prev .c-prev-next__link:before {
  left: 0;
  margin: auto 0;
}

.c-prev-next__next {
  margin-left: auto;
}

.c-prev-next__next .c-prev-next__link {
  padding-right: 3rem;
}

.c-prev-next__next .c-prev-next__link:after {
  right: 17px;
  transform: rotate(225deg);
}

.c-prev-next__next .c-prev-next__link:before {
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .c-prev-next {
    position: relative;
  }
  .c-prev-next__body {
    padding: 0.75rem 0;
  }
}

@media screen and (max-width: 767px) {
  .c-prev-next {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .c-prev-next__body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-prev-next__text {
    display: none;
  }
  .c-prev-next__link {
    height: 3.5rem;
  }
}

.c-context-menu {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-context-menu__item {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.c-context-menu__headding {
  margin-top: 0;
  padding-right: 1rem;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .c-context-menu__headding {
    font-family: var(--font-normal), sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .c-context-menu__headding {
    font-family: var(--font-normal-conde), sans-serif;
  }
}

.c-context-menu__headding:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e802';
  position: absolute;
  top: 0;
  right: 0;
}

.c-context-menu__text {
  color: #333;
  max-height: 3.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-context-menu__link {
  text-decoration: none;
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .c-context-menu {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .c-context-menu__head, .c-context-menu__body {
    width: calc(100% / 1.2 - 0.01px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
  }
  .c-context-menu__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .c-context-menu__item {
    width: calc(50% - 1px);
    margin-bottom: 2px;
  }
  .c-context-menu__link {
    padding: 1.5rem 1.5rem 0.5rem;
    height: 100%;
  }
  .c-context-menu__link:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    z-index: 10;
  }
  .c-context-menu__link:hover .c-context-menu__headding {
    color: #01916d;
  }
  .c-context-menu__link:hover .c-context-menu__text {
    color: #333;
  }
  .c-context-menu__link:active {
    text-decoration: none;
  }
  .c-context-menu__link:active .c-context-menu__headding {
    color: #018463;
  }
  .c-context-menu__link:active .c-context-menu__text {
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  .c-context-menu {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .c-context-menu__head {
    padding: 0 1.5rem;
  }
  .c-context-menu__item {
    margin: 1px 0;
  }
  .c-context-menu__link {
    padding: 1.5rem 1.5rem 0.5rem;
  }
}

/** print */
@media print {
  .c-context-menu__link {
    box-shadow: none;
    border: 1px solid #707070;
  }
}

.media-dtp .c-context-menu__link {
  box-shadow: none;
  border: 1px solid #707070;
}

/** ↑ print */
.c-feature-large {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  page-break-inside: avoid;
}

.c-feature-large__body .btn {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.c-feature-large__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 48px;
  max-height: 3.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media print, screen and (min-width: 768px) {
  .c-feature-large__title {
    font-family: var(--font-normal), sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .c-feature-large__title {
    font-family: var(--font-normal-conde), sans-serif;
  }
}

.c-feature-large__title:before {
  content: '';
  width: 56px;
  height: 2px;
  background: #fb0020;
  position: absolute;
  top: 0;
  left: -80px;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

.c-feature-large__link {
  margin-bottom: 1rem;
}

.c-feature-large__link .btn {
  height: 3.5rem;
}

.c-feature-large__btn .btn {
  border: 0;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
}

@media print, screen and (min-width: 768px) {
  .c-feature-large__title {
    width: 50%;
  }
  .c-feature-large__text {
    width: 50%;
    margin-bottom: 1rem;
  }
  .c-feature-large__text > p {
    max-height: 5.25em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .c-feature-large--style_black {
    color: #333;
  }
  .c-feature-large--style_black .c-feature-large__title, .c-feature-large--style_black .c-feature-large__text {
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5), 0 2px 20px white;
  }
  .c-feature-large--style_black .c-feature-large__title:before {
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.5), 0 2px 20px white;
  }
  .c-feature-large--style_white {
    color: #fff;
  }
  .c-feature-large--style_white .c-feature-large__title, .c-feature-large--style_white .c-feature-large__text {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .c-feature-large--style_white .c-feature-large__title:before {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .c-feature-large__head {
    position: relative;
  }
  .c-feature-large__mv {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .c-feature-large__mv img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .c-feature-large__body {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 1rem;
    min-height: 400px;
  }
  .c-feature-large__body .container {
    padding-left: 5rem;
  }
  .c-feature-large__foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -1px;
    margin-right: -1px;
  }
  .c-feature-large__btn {
    flex: 1;
    padding-top: 2px;
    padding-left: 1px;
    padding-right: 1px;
  }
}

@media screen and (max-width: 767px) {
  .c-feature-large {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    background-color: #fff;
  }
  .c-feature-large__mv {
    width: 100%;
    height: 280px;
  }
  .c-feature-large__mv img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .c-feature-large__body {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .c-feature-large__link {
    text-align: center;
  }
  .c-feature-large__link .btn {
    width: 75%;
    min-height: 56px;
    font-size: 14px;
    margin-top: 0.5rem;
  }
  .c-feature-large__title {
    font-size: 32px;
    line-height: 1.25;
  }
  .c-feature-large__title:before {
    width: 18px;
    left: -1.5rem;
  }
  .c-feature-large__text > p {
    max-height: 7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .c-feature-large__btn:not(:first-child) {
    margin-top: 4px;
  }
}

/** print */
@media print {
  .c-feature-large__body .btn {
    box-shadow: none;
    border: 1px solid #707070;
  }
}

.media-dtp .c-feature-large__body .btn {
  box-shadow: none;
  border: 1px solid #707070;
}

/** ↑ print */
.c-feature-small {
  margin-top: 3rem;
  margin-bottom: 3rem;
  page-break-inside: avoid;
}

.c-feature-small__body {
  margin-bottom: 1px;
}

@media print, screen and (min-width: 768px) {
  .c-feature-small__body {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width: 767px) {
  .c-feature-small__body {
    flex-direction: row;
    border-bottom: 1px solid #dcdcdc;
  }
}

.c-feature-small__item {
  position: relative;
}

.c-feature-small__link {
  display: block;
  position: relative;
}

.c-feature-small__img {
  padding-top: 50%;
  width: 100%;
}

.c-feature-small__img > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-feature-small__img--lg {
  display: none;
}

.c-feature-small__label {
  color: #333;
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .c-feature-small__label {
    font-family: var(--font-normal), sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .c-feature-small__label {
    font-family: var(--font-normal-conde), sans-serif;
  }
}

.c-feature-small__label:before {
  content: '';
  width: 56px;
  height: 1px;
  background: #fb0020;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.5), 0 2px 20px white;
}

.c-feature-small__btn > .btn {
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 80px;
  height: 100%;
  color: #333;
  background-color: #f6f6f6;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  border: none;
  margin: 0;
  padding: 0.5rem 2rem;
}

.c-feature-small__btn > .btn span:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -10px;
  color: #01916d;
}

.c-feature-small__btn > .btn:not([target="_blank"]) span:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e802';
}

@media screen and (max-width: 767px) {
  .c-feature-small + .c-feature-small {
    margin-top: -1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .c-feature-small__item {
    width: 50%;
    position: relative;
  }
  .c-feature-small__item--style_white .c-feature-small__label {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .c-feature-small__item--style_white .c-feature-small__label:before {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .c-feature-small__link:before, .c-feature-small__link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 30px;
    height: 30px;
  }
  .c-feature-small__link:before {
    content: '';
    background-color: #01916d;
    z-index: 1;
  }
  .c-feature-small__link:after {
    color: #fff;
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '\e802';
    z-index: 2;
    padding-left: 11px;
  }
  .c-feature-small__link[target="_blank"]:after {
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '\e804';
    padding-left: 7px;
  }
  .c-feature-small__label {
    font-size: 28px;
    padding-left: 4.5rem;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 2rem;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5), 0 2px 20px white;
    max-height: 3.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .c-feature-small__foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1px;
    margin-right: -1px;
  }
  .c-feature-small__btn {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 0.01px);
    max-width: calc(100% / 3 - 0.01px);
    padding: 1px;
  }
  .c-feature-small__btn > .btn:hover {
    text-decoration: none;
    color: #018463;
  }
  .c-feature-small--num1 .c-feature-small__item:first-child, .c-feature-small--num3 .c-feature-small__item:first-child, .c-feature-small--num5 .c-feature-small__item:first-child {
    width: 100%;
  }
  .c-feature-small--num1 .c-feature-small__item:first-child .c-feature-small__img, .c-feature-small--num3 .c-feature-small__item:first-child .c-feature-small__img, .c-feature-small--num5 .c-feature-small__item:first-child .c-feature-small__img {
    padding-top: 25%;
  }
  .c-feature-small--num1 .c-feature-small__item:first-child .c-feature-small__img--sm, .c-feature-small--num3 .c-feature-small__item:first-child .c-feature-small__img--sm, .c-feature-small--num5 .c-feature-small__item:first-child .c-feature-small__img--sm {
    display: none;
  }
  .c-feature-small--num1 .c-feature-small__item:first-child .c-feature-small__img--lg, .c-feature-small--num3 .c-feature-small__item:first-child .c-feature-small__img--lg, .c-feature-small--num5 .c-feature-small__item:first-child .c-feature-small__img--lg {
    display: inherit;
  }
}

@media screen and (max-width: 767px) {
  .c-feature-small {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .c-feature-small__item {
    width: 100%;
  }
  .c-feature-small__link[target="_blank"] .c-feature-small__label:after {
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '\e804';
  }
  .c-feature-small__label {
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    line-height: 1.4;
    padding: 0.5rem 2rem;
    bottom: 0;
  }
  .c-feature-small__label:before {
    width: 18px;
    height: 2px;
  }
  .c-feature-small__label:after {
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '\e802';
    display: block;
    color: #018463;
    font-size: 18px;
    position: absolute;
    right: 1rem;
    bottom: 7px;
    top: 50%;
    margin-top: -10px;
  }
  .c-feature-small__btn {
    padding: 1px 0;
  }
}

/** print */
@media print {
  .c-feature-small__body {
    box-shadow: none;
    border: 1px solid #707070;
  }
  .c-feature-small__btn > .btn {
    box-shadow: none;
    border: 1px solid #707070;
  }
}

.media-dtp .c-feature-small__body {
  box-shadow: none;
  border: 1px solid #707070;
}

.media-dtp .c-feature-small__btn > .btn {
  box-shadow: none;
  border: 1px solid #707070;
}

/** ↑ print */
.c-feature-medium {
  margin-top: 4rem;
  margin-bottom: 4rem;
  page-break-inside: avoid;
}

.c-feature-medium__body {
  background-color: #333;
  color: #fff;
  height: 100%;
}

.c-feature-medium__title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.c-feature-medium__text {
  margin-bottom: auto;
}

.c-feature-medium__text p {
  max-height: 8.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.c-feature-medium__link {
  margin-top: 1rem;
}

.c-feature-medium__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media print, screen and (min-width: 768px) {
  .c-feature-medium > .row {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-feature-medium > .row .col, .c-feature-medium > .row [class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-feature-medium__body {
    padding: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .c-feature-medium__title {
    max-height: 3.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .c-feature-medium__mv {
    height: 420px;
    margin-left: -2rem;
  }
  .c-feature-medium__link .btn {
    height: 64px;
  }
  .c-feature-medium--rivers > .row > *:first-child {
    order: 2;
  }
  .c-feature-medium--rivers .c-feature-medium__mv {
    margin-right: -2rem;
    margin-left: inherit;
  }
}

@media screen and (max-width: 767px) {
  .c-feature-medium {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .c-feature-medium .row {
    margin-left: 0;
    margin-right: 0;
  }
  .c-feature-medium .row > *:first-child {
    order: 2;
  }
  .c-feature-medium [class*="col"] {
    padding: 0;
  }
  .c-feature-medium__body {
    padding: 1.5rem;
    height: 100%;
  }
  .c-feature-medium__title {
    max-height: 5.25em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .c-feature-medium__mv {
    height: 280px;
  }
  .c-feature-medium__link .btn {
    min-height: 56px;
  }
}

/** print */
@media print {
  .c-feature-medium__body {
    background-color: #fff;
    color: #000;
  }
}

.media-dtp .c-feature-medium__body {
  background-color: #fff;
  color: #000;
}

/** ↑ print */
.c-panel-feature {
  page-break-inside: avoid;
  position: relative;
}

.c-panel-feature > a {
  display: block;
  text-decoration: none;
}

.c-panel-feature__body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.c-panel-feature__body > .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.c-panel-feature--style_black .c-panel-feature__title {
  color: #333;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5), 0 2px 20px white;
}

.c-panel-feature--style_black .c-panel-feature__title:before {
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.5), 0 2px 20px white;
}

.c-panel-feature--style_white .c-panel-feature__title {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.5);
}

.c-panel-feature--style_white .c-panel-feature__title:before {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.5);
}

.c-panel-feature__img {
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.c-panel-feature__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .c-panel-feature__title {
    font-family: var(--font-normal), sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .c-panel-feature__title {
    font-family: var(--font-normal-conde), sans-serif;
  }
}

.c-panel-feature__title:before {
  content: '';
  width: 56px;
  height: 2px;
  background: #fb0020;
  position: absolute;
  top: 0;
  left: -80px;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

.c-panel-feature__more {
  display: inline-block;
  margin-left: auto;
  background-color: #01916d;
  color: #fff;
}

.c-panel-feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.c-panel-feature__list > li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.c-panel-feature__item {
  display: block;
  text-decoration: none;
  color: inherit;
}

.c-panel-feature__item-label {
  display: block;
  margin-top: 0.5rem;
}

.c-panel-feature__line {
  display: block;
  background-color: #f6f6f6;
  width: 100%;
  height: 4rem;
  box-shadow: 0 12px 5px -10px rgba(0, 0, 0, 0.4) inset;
}

@media print, screen and (min-width: 768px) {
  .c-panel-feature__body {
    height: 400px;
  }
  .c-panel-feature__title {
    font-size: 48px;
  }
  .c-panel-feature__more {
    padding: 0 7rem;
    line-height: 4rem;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .c-panel-feature__body:hover .c-panel-feature__more {
    opacity: 1;
    transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .c-panel-feature__list {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .c-panel-feature__list > li {
    width: 25%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-panel-feature__list > li:nth-child(4n), .c-panel-feature__list > li:last-child {
    border-right: 0;
  }
  .c-panel-feature__item {
    margin-left: 1rem;
    margin-right: 1rem;
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .c-panel-feature__item:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .c-panel-feature__body {
    height: 224px;
  }
  .c-panel-feature__title:before {
    width: 18px;
    left: -1.5rem;
  }
  .c-panel-feature__more {
    font-size: 0;
    margin-right: -1.5rem;
  }
  .c-panel-feature__more:before {
    display: block;
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '\e802';
    font-size: initial;
    width: 2rem;
    text-align: center;
    line-height: 2rem;
  }
  .c-panel-feature__list {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .c-panel-feature__list > li {
    width: 50%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-panel-feature__list > li:nth-child(2n), .c-panel-feature__list > li:last-child {
    border-right: 0;
  }
  .c-panel-feature__item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-panel-feature__line {
    height: 3.5rem;
  }
}

.c-panel-links {
  page-break-inside: avoid;
}

.c-panel-links__list {
  margin-bottom: 0;
}

.c-panel-links__item--style-black .c-panel-links__item-label {
  color: #333;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5), 0 2px 20px white;
}

.c-panel-links__item--style-black .c-panel-links__item-label:before {
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.5), 0 2px 20px white;
}

.c-panel-links__item--style-white .c-panel-links__item-label {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.5);
}

.c-panel-links__item--style-white .c-panel-links__item-label:before {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.5);
}

.c-panel-links__item-link {
  position: relative;
  width: 100%;
  display: block;
  color: inherit;
}

.c-panel-links__item-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.c-panel-links__item-label {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .c-panel-links__item-label {
    font-family: var(--font-normal), sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .c-panel-links__item-label {
    font-family: var(--font-normal-conde), sans-serif;
  }
}

.c-panel-links__item-label:before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1px;
  background-color: #fb0020;
  margin-right: 1rem;
  vertical-align: middle;
}

.c-panel-links__line {
  display: block;
  background-color: #f6f6f6;
  width: 100%;
  height: 4rem;
  box-shadow: 0 12px 5px -10px rgba(0, 0, 0, 0.4) inset;
}

@media print, screen and (min-width: 768px) {
  .c-panel-links__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 0;
  }
  .c-panel-links__item {
    padding: 0.75rem;
    width: 50%;
  }
  .c-panel-links__item-link {
    padding-top: 32.29358%;
  }
  .c-panel-links__item-label {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .c-panel-links > .container {
    padding: 0;
  }
  .c-panel-links__item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .c-panel-links__item-link {
    padding-top: 60%;
  }
  .c-panel-links__item-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 28px;
  }
  .c-panel-links__item-label:before {
    width: 18px;
    left: -1.5rem;
  }
  .c-panel-links__item-label:after {
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '\e802';
    background-color: #01916d;
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    margin-left: auto;
    font-size: initial;
  }
  .c-panel-links__line {
    height: 3.5rem;
  }
}

.c-feature-story {
  page-break-inside: avoid;
}

.c-feature-story__img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.c-feature-story__body {
  color: #fff;
}

.c-feature-story__title {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .c-feature-story__title {
    font-family: var(--font-normal), sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .c-feature-story__title {
    font-family: var(--font-normal-conde), sans-serif;
  }
}

.c-feature-story__text {
  margin-bottom: 0;
}

.c-feature-story__more-btn {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 2rem;
}

@media print, screen and (min-width: 768px) {
  .c-feature-story {
    position: relative;
  }
  .c-feature-story__img {
    position: absolute;
    top: 0;
  }
  .c-feature-story__wrap {
    position: relative;
    min-height: 440px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .c-feature-story__body {
    position: relative;
    background-color: rgba(1, 145, 109, 0.8);
    width: 28rem;
    padding: 2rem;
  }
  .c-feature-story__title {
    max-height: 4.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 1rem;
    font-size: 31px;
  }
  .c-feature-story__text {
    max-height: 10.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: 15px;
    line-height: 1.65;
  }
  .c-feature-story__more-btn {
    margin-top: 1rem;
  }
  .c-feature-story__more-btn:hover {
    background-color: #fff;
    color: #01916d;
  }
}

@media screen and (max-width: 767px) {
  .c-feature-story__img {
    height: 380px;
  }
  .c-feature-story__wrap {
    background-color: #01916d;
    background: linear-gradient(to right, #01916d 0%, #01b392 100%);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-feature-story__title {
    margin-bottom: 1.5rem;
  }
  .c-feature-story__more-btn {
    margin-top: 1.5rem;
  }
}

/** print */
@media print {
  .c-feature-story__body {
    background-color: #fff;
    color: #000;
  }
}

.media-dtp .c-feature-story__body {
  background-color: #fff;
  color: #000;
}

/** ↑ print */
.c-hero {
  position: relative;
  page-break-inside: avoid;
}

.c-hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media print, screen and (min-width: 768px) {
  .c-hero {
    padding-top: 31.25%;
  }
}

@media screen and (max-width: 767px) {
  .c-hero {
    padding-top: 100%;
  }
}

.c-summary {
  margin-top: 2rem;
  margin-bottom: 1rem;
  page-break-inside: avoid;
}

.c-summary__tag {
  margin-top: 0.5rem;
  margin-right: -0.5px;
}

@media print, screen and (min-width: 768px) {
  .c-summary__col-head, .c-summary__col-body {
    padding-bottom: 0;
  }
  .c-summary--style_horizontal .c-summary__title {
    margin-top: 0;
  }
  .c-summary--style_horizontal .c-summary__col-head {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 0.01px);
    max-width: calc(100% / 3 - 0.01px);
  }
  .c-summary--style_horizontal .c-summary__col-body {
    flex: 1;
  }
  .c-summary--style_vertical > .row {
    display: block;
  }
  .c-summary--style_vertical .c-summary__col-head, .c-summary--style_vertical .c-summary__col-body {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1.5 - 0.01px);
    max-width: calc(100% / 1.5 - 0.01px);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .c-summary--style_vertical .c-summary__title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-summary__title {
    margin-top: 0;
  }
}

.c-map {
  margin-top: 2rem;
  margin-bottom: 1rem;
  page-break-inside: avoid;
}

.c-map__body {
  position: relative;
}

.c-map__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-map__info-window__title {
  font-size: 16px;
}

.c-map__info-window__text {
  font-size: 14px;
}

.c-map__info-window__supply {
  font-size: 14px;
}

.c-map__info-window *:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .c-map__body {
    padding-top: 75%;
  }
  .c-map__app-link {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-map__body {
    padding-top: 100%;
  }
  .c-map__app-link {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
  }
  .c-map__app-link .btn {
    background-color: white;
    color: #333;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
    padding: 0.5rem;
    min-height: auto;
    min-width: auto;
  }
}

.c-column {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
  .c-column .c-container > *:first-child [class*="__title"] {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-column__body > .row {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-column__body > .row > * {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.c-related-content {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-related-content__item {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 1rem 1rem 0;
  height: 100%;
  background-color: #fff;
}

.c-related-content__item > a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.c-related-content__item:hover {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.c-related-content .m-card__description > p {
  max-height: 7.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

@media print, screen and (min-width: 768px) {
  .c-related-content__link:hover {
    text-decoration: none;
  }
  .c-related-content .m-card__title {
    font-size: 16px;
  }
  .c-related-content .m-card__description {
    font-size: 14px;
    font-family: var(--font-normal-conde);
  }
}

@media screen and (max-width: 767px) {
  .c-related-content__body {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .c-related-content .m-slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-x: auto;
  }
  .c-related-content .m-slider__item {
    flex-basis: 310px;
    max-width: 310px;
  }
  .c-related-content .m-slider__item:last-child {
    flex-basis: calc(310px + 1.5rem);
    max-width: calc(310px + 1.5rem);
    padding-right: 1.5rem;
  }
  .c-related-content .m-slider__ui {
    display: none;
  }
  .c-related-content .m-card__title {
    font-size: 20px;
  }
}

/** print */
@media print {
  .c-related-content__item {
    box-shadow: none;
    border: 1px solid #707070;
  }
}

.media-dtp .c-related-content__item {
  box-shadow: none;
  border: 1px solid #707070;
}

/** ↑ print */
.c-store-search {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-store-search__body {
  background-color: #fff;
  border: 6px solid #01916d;
  page-break-inside: avoid;
}

.c-store-search__select-area, .c-store-search__select-city {
  position: relative;
}

.c-store-search__select-area:after, .c-store-search__select-city:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e800';
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  font-size: 80%;
  pointer-events: none;
  line-height: 48px;
}

.c-store-search__select-area label {
  margin-bottom: 0;
}

.c-store-search__area-label {
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.c-store-search--style_gray-border .c-store-search__body {
  border-color: #dcdcdc;
}

.c-store-search--style_gray-box .c-store-search__body {
  border-color: #dcdcdc;
  background-color: #ededed;
}

.c-store-search .m-select-box {
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #8c8c8c;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .c-store-search .m-select-box {
    min-height: 48px;
    min-width: 12em;
  }
}

@media screen and (max-width: 767px) {
  .c-store-search .m-select-box {
    min-height: 48px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .c-store-search__body {
    padding: 1.5rem;
  }
  .c-store-search__body form {
    display: flex;
    align-items: flex-end;
  }
  .c-store-search__select-area, .c-store-search__select-city {
    margin-right: 1rem;
  }
  .c-store-search__select-area select, .c-store-search__select-city select {
    max-width: 15rem;
  }
  .c-store-search__submit {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .c-store-search__body {
    padding: 1rem;
  }
  .c-store-search__select-area label {
    width: 100%;
  }
  .c-store-search__select-area, .c-store-search__select-city {
    margin-bottom: 0.5rem;
  }
  .c-store-search__submit .btn {
    width: 100%;
  }
}

.c-embedded-code {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.c-contact {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  page-break-inside: avoid;
}

.c-contact--style_gray {
  border: 6px solid #8c8c8c;
}

.c-contact--style_green {
  border: 6px solid #01916d;
}

.c-contact__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-contact__title {
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.c-contact__body {
  flex: 1;
}

.c-contact__body > *:last-child {
  margin-bottom: 0;
}

.c-contact__text {
  margin-bottom: 2rem;
  line-height: 1.5;
}

.c-contact__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.c-contact__block--left, .c-contact__block--right {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.c-contact__block--left {
  margin-right: auto;
}

.c-contact__block--right {
  margin-left: auto;
}

.c-contact__block {
  padding: 0 1rem;
}

.c-contact [class*="c-contact__block"] {
  word-break: break-all;
}

.c-contact [class*="c-contact__block"] .c-button {
  display: block;
  width: 100%;
}

.c-contact [class*="c-contact__block"] .c-button > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.c-contact [class*="c-contact__block"] .c-button > a span {
  white-space: normal;
}

.c-contact [class*="c-contact__block"] > *:first-child, .c-contact [class*="c-contact__block"] > *:first-child [class*="__title"] {
  margin-top: 0;
}

.c-contact [class*="c-contact__block"] > *:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .c-contact {
    padding: 1.5rem 0;
  }
  .c-contact__head {
    width: 26%;
    border-right: 1px solid #dcdcdc;
    padding: 1rem;
  }
  .c-contact__body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-contact__text {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-contact {
    flex-direction: column;
    padding: 1rem;
  }
  .c-contact__head {
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid #dcdcdc;
    padding: 0;
    margin-bottom: 1rem;
  }
  .c-contact__text {
    padding: 0;
  }
  .c-contact__row {
    flex-direction: column;
  }
  .c-contact__block--left, .c-contact__block--right {
    width: 100%;
    padding: 0;
    margin-top: 1rem;
  }
  .c-contact__block {
    margin-top: 1rem;
    padding: 0;
  }
}

.c-phone-number {
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-phone-number__icon {
  color: #fff;
  width: 2.5rem;
  display: inline-block;
  text-align: center;
  margin-right: 0.25rem;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 2px;
  border-radius: 2px;
  letter-spacing: 0;
}

.c-phone-number--style_green_l .c-phone-number__icon {
  background-color: #01916d;
}

.c-phone-number--style_gray_l .c-phone-number__icon {
  background-color: #333;
}

.c-phone-number--style_gray_s .c-phone-number__icon {
  border: 1px solid #333;
  color: #333;
}

.c-phone-number__number {
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
  vertical-align: middle;
  letter-spacing: 0;
}

.c-phone-number--style_gray_s .c-phone-number__icon {
  font-size: 14px;
}

.c-phone-number--style_gray_s .c-phone-number__number {
  font-size: 16px;
}

.c-phone-number a {
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .c-phone-number__number {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .c-phone-number__number {
    font-size: 26px;
  }
}

/** print */
@media print {
  .c-phone-number--style_green_l .c-phone-number__icon {
    border: 1px solid #01916d;
    color: #01916d;
  }
  .c-phone-number--style_gray_l .c-phone-number__icon, .c-phone-number--style_gray_s .c-phone-number__icon {
    border: 1px solid #333;
    color: #333;
  }
}

.media-dtp .c-phone-number--style_green_l .media-dtp .c-phone-number__icon {
  border: 1px solid #01916d;
  color: #01916d;
}

.media-dtp .c-phone-number--style_gray_l .media-dtp .c-phone-number__icon, .media-dtp .c-phone-number--style_gray_s .media-dtp .c-phone-number__icon {
  border: 1px solid #333;
  color: #333;
}

/** ↑ print */
@media print, screen and (min-width: 768px) {
  .c-category-menu {
    margin: 2rem 0;
  }
  .c-category-menu__list, .c-category-menu__list-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
  }
  .c-category-menu__list a, .c-category-menu__list-sub a {
    text-decoration: none;
    color: inherit;
  }
  .c-category-menu__list a:hover, .c-category-menu__list-sub a:hover {
    color: #01916d;
  }
  .c-category-menu__list a:hover img, .c-category-menu__list-sub a:hover img {
    opacity: 0.8;
  }
  .c-category-menu__top {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  }
  .c-category-menu__item {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  }
  .c-category-menu--card .c-category-menu__list, .c-category-menu--card .c-category-menu__list-sub {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .c-category-menu--card .c-category-menu__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    padding: 10px 1rem;
  }
  .c-category-menu--card .c-category-menu__item img {
    margin-bottom: 0.5rem;
  }
  .c-category-menu--card .c-category-menu__item span {
    display: block;
  }
  .c-category-menu--card .c-category-menu__list + .c-category-menu__list-sub {
    margin-top: 10px;
  }
  .c-category-menu--card .c-category-menu__list-sub .c-category-menu__item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .c-category-menu--card .c-category-menu__list-sub .c-category-menu__item > a img {
    width: 64px;
    height: 64px;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .c-category-menu--icon .c-category-menu__list, .c-category-menu--icon .c-category-menu__list-sbu {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .c-category-menu--icon .c-category-menu__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 0.01px);
    max-width: calc(100% / 3 - 0.01px);
    padding: 4px 1rem;
  }
  .c-category-menu--icon .c-category-menu__item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .c-category-menu--icon .c-category-menu__item img {
    width: 64px;
    height: 64px;
    margin-right: 1rem;
  }
  .c-category-menu--link .c-category-menu {
    padding-top: 0;
  }
  .c-category-menu--link .c-category-menu__top {
    font-size: 28px;
    display: inline-block;
    text-decoration: none;
    color: inherit;
  }
  .c-category-menu--link .c-category-menu__top:hover {
    color: #018463;
  }
  .c-category-menu--link .c-category-menu__top:after {
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '\e802';
    color: #018463;
    margin-left: 1rem;
    font-size: 20px;
    vertical-align: text-bottom;
  }
  .c-category-menu--link .c-category-menu__list, .c-category-menu--link .c-category-menu__list-sbu {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .c-category-menu--link .c-category-menu__item > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
  }
  .c-category-menu--link .c-category-menu__item span {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-right: 1px solid #8c8c8c;
    line-height: 1;
  }
  .c-category-menu--link .c-category-menu__item:last-child span {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .c-category-menu__top {
    display: none;
  }
  .c-category-menu__item {
    width: 100%;
  }
  .c-category-menu__item > a {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 45px;
    align-items: center;
    color: #333;
  }
  .c-category-menu__item img {
    display: none;
  }
}

.c-news-list__body {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-news-list__item {
  margin-bottom: 1.5rem;
}

.c-news-list__date {
  font-size: 14px;
  color: #707070;
}

.c-news-list__text {
  margin-bottom: 0;
}

.c-news-list__text .btn {
  color: inherit;
}

.c-news-list__text .btn:visited {
  color: #707070;
}

.c-news-list__text .btn:hover {
  text-decoration: none;
  color: #01916d;
}

@media print, screen and (min-width: 768px) {
  .c-news-list__item {
    display: flex;
    align-items: self-start;
  }
  .c-news-list__date {
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .c-news-list__date span {
    display: inline-block;
    width: 9em;
    white-space: nowrap;
  }
  .c-news-list__date:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
  .c-news-list__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-news-list__text {
    font-size: 14px;
  }
  .c-news-list__text span {
    line-height: 1.5;
  }
}

.c-container > *:first-child {
  margin-top: 0;
}

.c-container > *:last-child {
  margin-bottom: 0;
}

.c-container > *:last-child .c-panel-feature__line {
  display: none;
}

.c-container > h2 + *, .c-container > h3 + *, .c-container > h4 + *, .c-container > h5 + *, .c-container > h6 + * {
  margin-top: 0;
}
