@charset "UTF-8";

.l-header {
  position: relative;
  z-index: 20;
  border-top: 13px solid #42c482;
}

body.device-pc .vk-mobile-nav {
  display: block;
}

.l-header__inner {
  width: 90%;
  max-width: 1420px;
  height: inherit;
  margin: 0 auto;
}

.l-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.l-header__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-weight: 700;
  color: #333;
}

.l-header__item > a::after {
  position: relative;
  top: 10px;
  display: inline-block;
  width: 14px;
  height: 8px;
  content: '';
  background: url(../images/common/arrow01.svg) no-repeat center center/cover;
}

.l-header__item.l-header__item--one a {
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.l-header__item.l-header__item--one a::before {
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #42c482;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.l-header__item.l-header__item--one a:hover::before {
  opacity: 1;
}

.l-header__item.l-header__item--sub > a {
  position: relative;
  z-index: 1;
  color: inherit;
}

.l-header__item.l-header__item--sub > a::before {
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: -1;
  visibility: hidden;
  height: 155px;
  content: '';
  background-color: #e4efeb;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition:
    visibility 300ms ease-out,
    opacity 300ms ease-out;
  transition:
    visibility 300ms ease-out,
    opacity 300ms ease-out;
}

.l-header__item.l-header__item--sub:hover > a::before {
  visibility: visible;
  opacity: 1;
}

.l-header__item.l-header__item--sub:hover .l-header__sub {
  visibility: visible;
  opacity: 1;
}

.l-header__sub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 100%;
  padding: 64px 0 60px;
  background-color: #e4efeb;
  opacity: 0;
  -webkit-transition:
    opacity 300ms ease-out,
    visibility 300ms ease-out;
  transition:
    opacity 300ms ease-out,
    visibility 300ms ease-out;
}

.l-header__sub__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 32px;
}

.l-header__sub__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
}

.l-header__sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0;
  margin: 0;
}

.l-header__sub__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  width: 217px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.l-header__sub__list img {
  width: 100%;
  height: auto;
}

.l-header__sub__list p {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.l-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-header__link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-weight: 700;
  color: #333;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.l-header__link > a::after {
  position: relative;
  top: 7px;
  display: inline-block;
  width: 9px;
  height: 6px;
  content: '';
  background: url(../images/common/arrow01.svg) no-repeat center center/cover;
}

.l-header__form {
  position: relative;
}

.l-header__form.l-header__form--sp {
  position: absolute;
  top: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header__form.l-header__form--sp form {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
}

.l-header__form__button {
  padding: 0;
  background-color: #fff;
  border: none;
}

.l-header__form__input {
  position: relative;
}

.l-header__form__input input {
  width: 224px;
  height: 34px;
  padding: 0 1.5em 0 1em;
  margin: 0;
  border: 1px solid #42c482;
  border-radius: 100vh;
}

.l-header__form__input button {
  position: absolute;
  top: 50%;
  right: 17px;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  border: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header__form--sp .l-header__form__input {
  display: none;
}

.vk-mobile-nav-menu-btn {
  top: 25px !important;
  right: 20px;
  left: auto;
  background: url(../images/common/sp-menu.svg) no-repeat center center/contain;
  border: none;
}

.l-footer {
  color: #fff;
  background-color: #4d4d4d;
}

.l-footer__inner {
  width: 90%;
  max-width: 1420px;
  margin: 0 auto;
}

.l-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 420px;
  max-width: 100%;
}

.l-footer__left a {
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.l-footer__text {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.l-footer__text p {
  margin: 0;
  line-height: 1.5;
}

.l-footer__text p:first-of-type {
  font-weight: 700;
}

.l-footer__text address {
  margin-top: 1.2em;
  font-style: normal;
  line-height: 1.5;
}

.l-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.l-footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.l-footer__list li {
  margin: 0;
}

.l-footer__list li:not(:first-of-type) {
  margin-top: 16px;
}

.l-footer__list li a {
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.l-footer__list.l-footer__list--bold li a {
  font-weight: 700;
}

.l-footer__list.l-footer__list--sub {
  position: relative;
}

.l-footer__list.l-footer__list--sub::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  content: '';
  background-color: #fff;
}

.l-footer__list.l-footer__list--sub > li a {
  font-weight: 700;
}

.l-footer__list__sub {
  margin: 12px 0 0;
  border-left: 1px solid #999;
}

.l-footer__list__sub li {
  list-style: none;
}

.l-footer__list__sub li a {
  font-weight: 500;
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.l-footer__bottom a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.l-footer__copy {
  margin-top: 8px;
}

.l-footer__copy p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

.c-heading01 {
  padding: 0 0 16px;
  margin: 0;
  line-height: normal;
  color: #42c482;
  text-align: center;
  border: none;
  border-bottom: 1px solid #42c482;
}

.c-heading02 {
  padding: 0;
  margin: 0;
  line-height: normal;
  border: none;
}

.c-heading02::after {
  content: none;
}

.c-heading03 {
  margin: 0;
  border: none;
  border-bottom: 2px solid #42c482;
}

.c-heading04 {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 14px;
  font-weight: 700;
  color: #3eaaf5;
  border: none;
}

.c-heading04::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  content: '';
  background: no-repeat left center/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-heading04.c-heading04--awards01::before {
  background-image: url(../images/awards/ribbon01.svg);
}

.c-heading04.c-heading04--awards02::before {
  background-image: url(../images/awards/ribbon02.svg);
}

.c-heading04.c-heading04--awards03::before {
  background-image: url(../images/awards/ribbon03.svg);
}

.c-heading04.c-heading04--normal::before {
  background-image: url(../images/common/ribbon01.svg);
}

.c-heading04.c-heading04--large::before {
  background-image: url(../images/common/ribbon02.svg);
}

.c-heading05 {
  position: relative;
  line-height: 1;
  color: #42c482;
  border: none;
}

.c-heading05::before,
.c-heading05::after {
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  content: '';
  background-color: #ccc;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-heading05::before {
  top: 0;
}

.c-heading05::after {
  bottom: 0;
}

.c-heading06 {
  left: 50%;
  display: inline-block;
  padding: 0 1em 0.5em;
  border-bottom: 2px solid #42c482;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-heading07 {
  padding: 0;
  margin: 0;
  border: none;
}

.c-button01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 203px;
  height: 55px;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #808080;
  border-radius: 100vh;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-button01::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 32px;
  height: 6px;
  content: '';
  background: url(../images/common/arrow02.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-button01.c-button01--card {
  height: 34px;
  padding-left: 20px;
  font-size: 12px;
}

.c-button01.c-button01--auto {
  width: auto;
}

.c-button02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  place-content: center center;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #42c482;
  border-radius: 100vh;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.page-header {
  margin-top: 0 !important;
  color: #333;
  background: url(../images/common/mv-page.webp) no-repeat center center/cover;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  border: none;
}

.breadcrumb a {
  text-decoration: none;
}

.vk_highlighter {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(45%, transparent),
    color-stop(0, rgb(66 196 130 / 50%))
  ) !important;
  background: linear-gradient(transparent 45%, rgb(66 196 130 / 50%) 0) !important;
}

.wp-block-image img {
  height: auto !important;
}

.blog-card {
  width: 100%;
  max-width: 880px;
  border-color: #42c482 !important;
  border-radius: 0 !important;
}

.blog-card-body-outer {
  width: 100%;
}

.blog-card-image-outer {
  display: none;
}

.blog-card-title {
  padding-bottom: 0;
  border: none;
}

.blog-card-title a {
  color: #42c482 !important;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.blog-card-site-title a img {
  display: none;
}

.vk_post .vk_post_btn {
  background-color: #42c482;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.page-numbers.current {
  background-color: #42c482 !important;
}

.sub-section .widget:first-of-type {
  margin-bottom: 0;
}

.widget h2.wp-block-heading {
  padding: 0 12px 8px;
  margin-bottom: 0;
  font-weight: 700;
  color: #42c482;
  border: none;
  border-bottom: 2px solid #42c482;
}

.widget h4.wp-block-heading {
  font-size: 16px;
  color: #808080;
  background-color: transparent;
}

.widget .sidebar-category-title {
  margin-bottom: -24px;
}

.wp-block-latest-posts__list {
  padding: 0 !important;
}

.wp-block-latest-posts__list li {
  padding: 24px 8px;
  margin-top: 0;
  border-bottom: 2px solid #42c482;
}

.wp-block-latest-posts__list li a {
  margin: 0;
  margin-top: 8px;
}

.wp-block-latest-posts__list li time {
  color: #808080;
}

.wp-block-categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.wp-block-categories-list li a {
  padding: 4px 6px !important;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #42c482;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.entry-meta-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entry-date {
  font-weight: 700;
  color: #808080;
}

.entry-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.entry-category a {
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #42c482;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.entry-header .entry-title {
  margin-top: 16px;
}

.type-post h2.wp-block-heading {
  border: none;
}

.wpulike {
  display: none;
}

.entry-meta-data-list {
  display: none;
}

.c-toc {
  width: 880px;
  max-width: 100%;
  margin: 40px auto 0;
}

.c-toc h4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #fff;
  background-color: #42c482;
  border-radius: 0;
}

.c-toc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  border: 1px solid #42c482;
}

.c-toc ul li {
  margin: 0;
}

.c-toc ul li::marker {
  color: #42c482;
}

.c-toc ul li ol {
  padding: 0;
  margin: 0 0 0 -6px;
  list-style: none;
  counter-reset: number;
}

.c-toc ul li ol li {
  margin-top: 12px;
}

.c-toc ul li ol li::before {
  content: '（' counter(number) '）';
  counter-increment: number;
}

.c-toc ul a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-toc.c-toc--column ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#toc_container {
  position: relative;
  width: 100%;
  margin: 60px 0 32px;
  font-size: 16px;
}

#toc_container .toc_title {
  position: absolute;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #fff;
  background-color: #42c482;
  border-radius: 0;
}

#toc_container .toc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
  padding-left: 2em;
  margin-top: 0 !important;
  list-style-type: decimal-leading-zero !important;
}

#toc_container .toc_list li {
  font-weight: 700;
  list-style-type: decimal-leading-zero !important;
}

#toc_container .toc_list a {
  position: relative;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-card--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #e3edf6;
}

.c-card.c-card--seminar {
  background-color: rgb(66 196 130 / 15%);
}

.c-card.c-card--report {
  background-color: rgb(66 196 130 / 15%);
}

.c-card.c-card--green {
  background-color: rgb(66 196 130 / 15%);
}

.c-card.c-card--green .c-card__text span {
  background-color: #42c482;
}

.c-card.c-card--orange {
  background-color: rgb(255 147 30 / 10%);
}

.c-card.c-card--orange .c-card__text span {
  background-color: #ff931e;
}

.c-card__head strong {
  font-weight: 700;
  text-align: left;
}

.c-card__head p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 15px;
}

.c-card__link {
  text-align: right;
}

.c-card__link a {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-decoration: none !important;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-card__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 8px;
  background-color: #fff;
  border-radius: 30px;
}

.c-card--report .c-card__text {
  padding: 0;
  background: unset;
}

.c-card__text span {
  display: inline-block;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #3eaaf5;
}

.c-card__text span:nth-of-type(2) {
  margin-top: 24px;
}

.c-card--seminar .c-card__text span {
  background-color: #42c482;
}

.c-card--seminar .c-card__text span:nth-of-type(3) {
  margin-top: 24px;
}

.c-card--report .c-card__text span {
  background-color: #42c482;
}

.c-card__text p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
}

.c-card--report .c-card__text p {
  margin: 0;
}

.c-card__text__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.c-card__text__report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

.c-category {
  position: relative;
  -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}

.c-category h2 {
  position: absolute;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background-color: #808080;
  border-radius: 100vh;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-category__item {
  margin: 0;
}

.c-category__item h3 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: none;
}

.c-category__item h3::after {
  content: none;
}

.c-category__item.c-category__item--blue {
  background-color: rgb(63 169 245 / 10%);
}

.c-category__item.c-category__item--blue h3 {
  color: #3fa9f5;
}

.c-category__item.c-category__item--green {
  background-color: rgb(122 201 67 / 10%);
}

.c-category__item.c-category__item--green h3 {
  color: #7ac943;
}

.c-category__item.c-category__item--orange {
  background-color: rgb(255 147 30 / 10%);
}

.c-category__item.c-category__item--orange h3 {
  color: #ff931e;
}

.c-category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-category__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-category__item--blue .c-category__link a {
  background-color: #3fa9f5;
}

.c-category__item--green .c-category__link a {
  background-color: #7ac943;
}

.c-category__item--orange .c-category__link a {
  background-color: #ff931e;
}

.c-media--wrap {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

.c-media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-media:not(:first-of-type) {
  border-top: 1px solid #ccc;
}

.c-media::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  content: '';
  background: url(../images/common/arrow03.svg) no-repeat center center/cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-media h4 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  background-color: inherit;
}

.c-media__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-media__meta time {
  font-weight: 700;
  color: #808080;
}

.c-media__meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #42c482;
}

p {
  font-weight: 500;
}

blockquote {
  background-color: rgb(66 196 130 / 15%);
  border-left: none;
}

.container {
  width: 90%;
  max-width: 1280px;
  padding: 0;
}

.p-mv {
  width: 100%;
  margin-top: 0 !important;
  text-align: center;
}

.p-mv img {
  width: 100%;
  max-width: 1920px;
}

.l-inner {
  width: 90%;
  max-width: 1280px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

.p-about {
  background-color: rgb(66 196 130 / 5%);
}

.p-about h2 {
  font-weight: 700;
  color: #42c482;
  text-align: center;
  border: none;
}

.p-about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 34px 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-about__row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  color: #333;
  text-align: center;
  background-color: #fff;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.p-about__row a h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
}

.p-news__title h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  font-weight: 700;
  border: none;
}

.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.p-news__item:not(:first-of-type) {
  border-top: 1px solid #ccc;
}

.p-news__item h4 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.75;
  background-color: inherit;
}

.p-news__item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-news__item__meta time {
  font-size: 15px;
  font-weight: 700;
  color: #808080;
}

.p-news__item__meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #42c482;
}

.p-study__img {
  text-align: right;
}

.p-study__top .p-study__img {
  width: 49.53125%;
}

.p-study__img img {
  width: 100%;
}

.p-study__card .p-study__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-study__text time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #42c482;
}

.p-study__text h4 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.75;
  background-color: inherit;
}

.p-study__text p {
  margin-bottom: 20px;
}

.p-study__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ccc;
}

.p-study__button {
  margin-top: auto;
  margin-left: auto;
  text-align: right;
}

.p-study__more {
  text-align: center;
}

.p-study__swiper .swiper-slide {
  height: auto;
}

.p-study__swiper .swiper-button-prev::before,
.p-study__swiper .swiper-button-prev::after,
.p-study__swiper .swiper-button-next::before,
.p-study__swiper .swiper-button-next::after {
  color: #42c482;
}

.p-subsidy {
  padding-bottom: 64px;
}

.p-subsidy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.p-subsidy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  border: 1px solid #42c482;
}

.p-subsidy__item__head {
  border-bottom: 2px solid #42c482;
}

.p-subsidy__item__head p:last-of-type {
  margin-top: 16px;
}

.p-subsidy__item__text {
  margin-bottom: 20px;
}

.p-subsidy__item__text span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: #42c482;
}

.p-subsidy__item__text p {
  margin-bottom: 0;
}

.p-subsidy__item__button {
  margin-top: auto;
  text-align: right;
}

.p-subsidy__button {
  text-align: center;
}

.p-study__swiper .swiper-pagination-bullet,
.p-subsidy__swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
}

.p-study__swiper .swiper-pagination-bullet-active,
.p-subsidy__swiper .swiper-pagination-bullet-active {
  background-color: #b3b3b3;
}

.p-subsidy__swiper .swiper-slide {
  height: auto;
}

.p-subsidy__swiper .swiper-button-prev::before,
.p-subsidy__swiper .swiper-button-prev::after,
.p-subsidy__swiper .swiper-button-next::before,
.p-subsidy__swiper .swiper-button-next::after {
  color: #42c482;
}

#post-937 ul {
  margin: 0;
}

#post-937 ul li {
  margin: 0;
}

#post-937 ul li p {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

#post-937 a {
  color: #333;
  text-decoration: none;
}

#post-33 .entry-body > p {
  font-size: 18px;
  font-weight: 700;
}

#post-1639 .entry-body p {
  margin: 0;
}

#post-1639 .entry-body p:not(:first-of-type) {
  padding: 0 16px;
}

#post-1639 .entry-body p a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

#post-1639 h2:not(:first-of-type) {
  margin-top: 60px;
}

#post-1639 h4.wp-block-heading {
  margin: 0;
  background-color: #e3f6ec;
  border-radius: 0;
}

#post-1281 .entry-body p:first-of-type {
  margin-bottom: 0;
}

#post-1281 .entry-body p a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

#post-1281 strong {
  display: block;
}

#post-1281 .wp-block-image {
  margin-bottom: 30px;
}

#post-1349 a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

#post-1349 .wp-element-caption .vk_highlighter {
  background: none !important;
}

#post-1349 .wp-block-table {
  width: 700px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#post-1349 .wp-block-image {
  margin: 16px 0;
}

#post-940 .entry-body p {
  margin: 0;
}

#post-940 .entry-body p a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

#post-940 .wp-block-image {
  margin-top: 64px;
}

#post-940 .wp-block-image img {
  width: 543px;
  max-width: 100%;
}

#post-940 .wp-block-table tr:nth-child(odd) {
  background-color: #f0f0f0;
}

#post-940 .wp-block-table tr td {
  border-color: #f0f0f0;
}

#post-25 .center {
  margin-top: 16px;
}

#post-25 .p-bg {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 64px;
  background-color: #f5fbf9;
}

#post-25 .p-bg .container > p {
  width: 100%;
  max-width: 1100px;
  margin: 24px auto 0;
}

#post-25 .p-button {
  text-align: center;
}

#post-25 .wp-block-file {
  margin-top: 64px;
}

#post-25 .wp-block-columns h5 {
  margin: 0;
  border: none;
}

#post-25 .wp-block-columns p {
  margin: 0;
}

.c-post .wp-block-post-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.c-post .wp-block-post {
  margin: 0;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 4px 10px rgb(51 51 51 / 8%));
  filter: drop-shadow(0 4px 10px rgb(51 51 51 / 8%));
}

.c-post .wp-block-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0;
  margin: 0 !important;
}

.c-post .wp-block-column:last-of-type {
  padding: 32px;
}

.c-post .wp-block-post-title {
  padding: 0;
  margin: 0 !important;
  font-size: 18px;
  border: none;
}

.c-post a {
  color: #333;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-post .wp-block-query-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 72px;
}

.c-post .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-post .wp-block-query-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #42c482;
  background-color: #fff;
  border: 1px solid #42c482;
}

.c-post .wp-block-query-pagination .page-numbers.current {
  color: #fff;
  background-color: #42c482;
}

.c-post .wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 0;
  font-size: 30px;
  color: #42c482;
}

#post-45 .entry-body > p:first-of-type {
  font-size: 18px;
  font-weight: 700;
}

#post-27 .entry-body p a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

#post-27 .c-color--main a:first-of-type {
  color: #42c482;
}

#post-365 .entry-body > p,
.entry-body.entry-body--subsidy > p {
  font-size: 18px;
  font-weight: 700;
}

#post-367 .entry-body > p,
.entry-body.entry-body--seminar > p,
#post-865 .entry-body > p {
  font-size: 18px;
  font-weight: 700;
}

#post-367 .entry-body h3,
.entry-body.entry-body--seminar h3,
#post-865 .entry-body h3 {
  margin-top: 48px;
}

#post-367 .entry-body h3::after,
.entry-body.entry-body--seminar h3::after,
#post-865 .entry-body h3::after {
  display: none;
}

#post-367 .entry-body a,
.entry-body.entry-body--seminar a,
#post-865 .entry-body a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

#post-1447 .entry-body p a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

#post-49 > .entry-body > h3:first-of-type {
  margin-top: 16px;
  color: #42c482;
  text-align: center;
  border: none;
}

#post-49 > .entry-body > h3:first-of-type::after {
  content: none;
}

#post-49 .p-bg {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 64px;
  background-color: #f5fbf9;
}

#post-49 .p-button {
  text-align: center;
}

#post-49 .text {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
}

#post-49 .wp-block-image {
  margin-top: 32px;
}

.site-body--latest {
  margin-top: 0 !important;
}

@media not screen and (min-width: 768px) {
  .l-header {
    height: 64px;
  }

  .l-header__logo a:first-of-type img {
    width: 88px;
  }

  .l-header__logo a:last-of-type img {
    width: 146px;
  }

  .l-header__form.l-header__form--sp {
    top: calc(50% + 4px);
    right: 65px;
  }

  .vk-mobile-nav-menu-btn {
    width: 35px;
    height: 35px;
  }

  .l-footer {
    padding: 36px 0 52px;
  }

  .l-footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 35px;
  }

  .l-footer__text {
    margin-top: 28px;
    font-size: 13px;
  }

  .l-footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-footer__list li a {
    font-size: 16px;
  }

  .l-footer__list__sub li a {
    font-size: 14px;
  }

  .l-footer__bottom {
    margin-top: 40px;
  }

  .l-footer__copy p {
    font-size: 13px;
  }

  .u-visible-md {
    display: none;
  }

  .c-heading01 {
    font-size: 20px;
  }

  .c-heading02 {
    padding-left: 8px;
    font-size: 20px;
    border-left: 14px solid #42c482;
  }

  .c-heading03 {
    font-size: 20px;
  }

  .c-heading04 {
    padding-left: 24px;
    font-size: 24px;
  }

  .c-heading04::before {
    height: 50px;
  }

  .c-heading04.c-heading04--awards01::before {
    width: 250px;
  }

  .c-heading04.c-heading04--awards02::before {
    width: 250px;
  }

  .c-heading04.c-heading04--awards03::before {
    width: 250px;
  }

  .c-heading04.c-heading04--normal::before {
    width: 282px;
    height: 47px;
  }

  .c-heading04.c-heading04--large::before {
    width: 834px;
    height: 62px;
  }

  .c-heading05 {
    padding: 18px 0;
    font-size: 23px;
    text-align: center;
  }

  .c-heading07 img {
    max-height: 64px;
  }

  .c-button01.c-button01--top {
    width: 134px;
    height: 33px;
    padding-left: 20px;
  }

  .c-button01.c-button01--top::after {
    right: 12px;
    width: 20px;
  }

  .c-button01.c-button01--auto {
    padding-right: 70px;
  }

  .c-button02 {
    padding: 14px 42px;
    font-size: 14px;
  }

  .page-header {
    height: 108px;
    font-size: 20px;
  }

  .blog-card-body-outer {
    padding: 20px;
  }

  .type-post h2.wp-block-heading {
    padding-left: 8px;
    font-size: 20px;
    border-left: 14px solid #42c482;
  }

  .c-toc h4 {
    width: 94px;
    height: 32px;
    font-size: 16px;
  }

  .c-toc ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 24px;
  }

  #toc_container {
    padding: 24px;
  }

  #toc_container .toc_title {
    top: -32px;
    width: 94px;
    height: 32px;
    font-size: 16px;
  }

  .c-card--wrap {
    gap: 16px;
  }

  .c-card--wrap--subsidy,
  .c-card--wrap--seminar {
    margin-top: 24px;
  }

  .c-card {
    width: 100%;
    padding: 16px;
  }

  .c-card__head strong {
    font-size: 18px;
  }

  .c-card__text {
    padding: 24px;
  }

  .c-card__text__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-category {
    padding: 32px 30px;
    margin-top: 18px;
  }

  .c-category h2 {
    top: -18px;
    width: 163px;
    height: 35px;
    font-size: 18px;
  }

  .c-category.c-category--subsidy {
    margin-top: 60px;
  }

  .c-category__list {
    gap: 22px;
  }

  .c-category__item {
    width: 260px;
    padding: 40px 8px 25px;
  }

  .c-category__item h3 {
    font-size: 17px;
  }

  .c-category__link {
    row-gap: 14px;
    margin-top: 32px;
  }

  .c-category__link a {
    width: 169px;
    height: 36px;
    font-size: 15px;
  }

  .c-media {
    row-gap: 8px;
    padding: 24px 40px 24px 0;
  }

  .c-media h4 {
    font-size: 16px;
  }

  .c-media__meta {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }

  .c-media__meta time {
    font-size: 14px;
  }

  .p-about {
    padding: 32px 0 50px;
  }

  .p-about h2 {
    font-size: 24px;
  }

  .p-about__row {
    margin-top: 35px;
  }

  .p-about__row a {
    width: 320px;
  }

  .p-about__row a h5 {
    min-height: 103px;
    font-size: 20px;
  }

  .p-about__button {
    margin-top: 32px;
    text-align: center;
  }

  .p-news {
    padding: 30px 0;
  }

  .p-news__title h2 {
    font-size: 22px;
  }

  .p-news__title a {
    display: none;
  }

  .p-news__item {
    row-gap: 8px;
    padding: 22px 14px;
  }

  .p-news__item h4 {
    font-size: 14px;
  }

  .p-news__button {
    margin-top: 32px;
    text-align: center;
  }

  .p-study__top {
    display: none;
  }

  .p-study__text time {
    padding: 5px 9px;
    margin-top: 18px;
    font-size: 13px;
  }

  .p-study__text h4 {
    margin-top: 16px;
    font-size: 14px;
  }

  .p-study__text p {
    margin-top: 14px;
    font-size: 12px;
  }

  .p-study__card {
    padding: 24px;
  }

  .p-study__swiper {
    padding-bottom: 50px;
    margin-top: 24px;
  }

  .p-study__swiper .swiper-pagination {
    bottom: 16px;
  }

  .p-study__swiper .swiper-button-prev,
  .p-study__swiper .swiper-button-next {
    top: calc(100% - 19px);
    bottom: 0;
    width: 32px;
    height: 32px;
    border: 2px solid #42c482;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-study__swiper .swiper-button-prev::before,
  .p-study__swiper .swiper-button-prev::after,
  .p-study__swiper .swiper-button-next::before,
  .p-study__swiper .swiper-button-next::after {
    font-size: 16px;
  }

  .p-study__swiper .swiper-button-prev {
    left: calc(50% - 100px);
  }

  .p-study__swiper .swiper-button-next {
    left: calc(50% + 100px);
  }

  .p-subsidy {
    margin-top: 35px;
  }

  .p-subsidy__list {
    display: none;
  }

  .p-subsidy__item {
    padding: 24px;
  }

  .p-subsidy__item__head {
    padding-bottom: 24px;
  }

  .p-subsidy__item__head p:first-of-type {
    font-size: 19px;
  }

  .p-subsidy__item__head p:last-of-type {
    font-size: 14px;
  }

  .p-subsidy__item__text {
    margin-top: 20px;
  }

  .p-subsidy__item__text span:not(:first-of-type) {
    margin-top: 16px;
  }

  .p-subsidy__item__text p {
    margin-top: 8px;
    font-size: 14px;
  }

  .p-subsidy__button {
    margin-top: 8px;
  }

  .p-subsidy__swiper {
    padding-bottom: 50px;
    margin-top: 28px;
  }

  .p-subsidy__swiper .swiper-button-prev,
  .p-subsidy__swiper .swiper-button-next {
    top: calc(100% - 12px);
    bottom: 0;
    width: 32px;
    height: 32px;
    border: 2px solid #42c482;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-subsidy__swiper .swiper-button-prev::before,
  .p-subsidy__swiper .swiper-button-prev::after,
  .p-subsidy__swiper .swiper-button-next::before,
  .p-subsidy__swiper .swiper-button-next::after {
    font-size: 16px;
  }

  .p-subsidy__swiper .swiper-button-prev {
    left: calc(50% - 100px);
  }

  .p-subsidy__swiper .swiper-button-next {
    left: calc(50% + 100px);
  }

  #post-937 h2 {
    margin-bottom: 64px;
  }

  #post-937 h3:not(:first-of-type) {
    margin-top: 64px;
  }

  #post-937 ul {
    padding-left: 24px;
    margin-top: 30px;
  }

  #post-937 ul li:not(:first-of-type) {
    margin-top: 24px;
  }

  #post-937 ul li strong {
    font-size: 18px;
  }

  #post-33 .entry-body > p {
    margin-bottom: 30px;
  }

  #post-1639 .entry-body p:not(:first-of-type) {
    margin-top: 16px;
  }

  #post-1639 h2:first-of-type {
    margin-top: 40px;
  }

  #post-1639 h4.wp-block-heading {
    padding: 10px 16 px;
    font-size: 16px;
  }

  #post-1639 h4.wp-block-heading:first-of-type {
    margin-top: 35px;
  }

  #post-1639 h4.wp-block-heading:not(:first-of-type) {
    margin-top: 32px;
  }

  #post-1281 h2 {
    margin-top: 40px;
  }

  #post-1281 h2 + p {
    margin-top: 20px;
  }

  #post-1281 strong {
    margin-top: 32px;
  }

  #post-1349 .entry-body > p:not(:first-of-type) {
    margin-top: 20px;
  }

  #post-1349 .entry-body h2 {
    margin-top: 40px;
  }

  #post-940 h2:not(:first-of-type) {
    margin-top: 60px;
  }

  #post-940 h2 + p {
    margin-top: 16px !important;
  }

  #post-940 h3 + p {
    margin-top: 16px !important;
  }

  #post-940 .wp-block-table {
    margin-top: 30px;
  }

  #post-940 .wp-block-table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  #post-940 .wp-block-table tr {
    width: 50%;
  }

  #post-940 .wp-block-table tr td {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  #post-25 .entry-body h2 {
    margin-top: 40px;
  }

  #post-25 .text {
    margin-top: 45px;
  }

  #post-25 .p-bg {
    padding: 24px 0 48px;
  }

  #post-25 .p-button {
    margin-top: 32px;
  }

  #post-25 .wp-block-columns {
    margin-top: 22px;
  }

  #post-25 .wp-block-columns h5 {
    padding: 16px 24px 0;
  }

  #post-25 .wp-block-columns p {
    padding: 8px 24px 0;
  }

  .c-post {
    margin-top: 32px;
  }

  .c-post .wp-block-post {
    width: 100%;
  }

  #post-45 .entry-body > p:first-of-type {
    margin-bottom: 30px;
  }

  #post-45 .entry-body > p:nth-of-type(2) {
    margin-top: 14px;
  }

  #post-45 .entry-body h2:first-of-type {
    margin-top: 40px;
  }

  #post-45 .entry-body h2:not(:first-of-type) {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  #post-27 .entry-body p:not(:first-of-type) {
    margin-top: 14px;
  }

  #post-27 h2 {
    margin-top: 40px;
  }

  #post-27 h3 {
    margin-top: 40px;
  }

  #post-27 .wp-block-image {
    margin-top: 40px;
  }

  #post-365 .entry-body > p,
  .entry-body.entry-body--subsidy > p {
    margin-bottom: 30px;
  }

  #post-365 .entry-body > h2,
  .entry-body.entry-body--subsidy > h2 {
    margin-top: 80px;
  }

  #post-367 .entry-body > p,
  .entry-body.entry-body--seminar > p,
  #post-865 .entry-body > p {
    margin-bottom: 30px;
  }

  #post-367 .entry-body > h2,
  .entry-body.entry-body--seminar > h2,
  #post-865 .entry-body > h2 {
    margin-top: 80px;
  }

  #post-1447 .entry-body p:not(:first-of-type) {
    margin-top: 20px;
  }

  #post-1447 h2 {
    margin-top: 40px;
  }

  #post-49 > .entry-body > h3:first-of-type {
    font-size: 18px;
  }

  #post-49 .p-bg {
    padding: 24px 0 48px;
  }

  #post-49 .p-button {
    margin-top: 32px;
  }

  #post-49 .text br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 90px;
  }

  .l-header__item > a {
    font-size: 18px;
  }

  .l-header__sub__title {
    font-size: 24px;
  }

  .l-header__link > a {
    font-size: 12px;
  }

  .l-header__form.l-header__form--sp {
    right: 85px;
  }

  .vk-mobile-nav-menu-btn {
    width: 50px;
    height: 50px;
  }

  .l-footer {
    padding: 58px 0 52px;
  }

  .l-footer__row {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }

  .l-footer__text {
    margin-top: 44px;
    font-size: 20px;
  }

  .l-footer__list li a {
    font-size: 20px;
  }

  .l-footer__list.l-footer__list--sub {
    width: 235px;
  }

  .l-footer__list__sub li a {
    font-size: 16px;
  }

  .l-footer__bottom {
    margin-top: 50px;
  }

  .l-footer__copy p {
    font-size: 16px;
  }

  .u-hidden-md {
    display: none;
  }

  .c-heading01 {
    font-size: 32px;
  }

  .c-heading02 {
    padding-left: 32px;
    font-size: 32px;
    border-left: 21px solid #42c482;
  }

  .c-heading03 {
    font-size: 30px;
  }

  .c-heading04 {
    padding-left: 77px;
    font-size: 28px;
  }

  .c-heading04::before {
    height: 66px;
  }

  .c-heading04.c-heading04--awards01::before {
    width: 277px;
  }

  .c-heading04.c-heading04--awards02::before {
    width: 339px;
  }

  .c-heading04.c-heading04--awards03::before {
    width: 398px;
  }

  .c-heading04.c-heading04--normal::before {
    width: 560px;
    height: 94px;
  }

  .c-heading04.c-heading04--large::before {
    width: 834px;
    height: 94px;
  }

  .c-heading05 {
    padding: 40px 0;
    font-size: 27px;
  }

  .c-heading07 img {
    height: 94px;
  }

  .c-button01.c-button01--top {
    width: 168px;
    height: 42px;
  }

  .c-button01.c-button01--auto {
    padding-right: 115px;
  }

  .c-button02 {
    padding: 23px 78px;
    font-size: 22px;
  }

  .page-header {
    height: 205px;
    font-size: 32px;
  }

  .breadcrumb {
    top: -190px;
  }

  .type-post h2.wp-block-heading {
    padding-left: 32px;
    font-size: 32px;
    border-left: 21px solid #42c482;
  }

  .c-toc h4 {
    width: 131px;
    height: 44px;
    font-size: 20px;
  }

  .c-toc ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45px 48px;
  }

  #toc_container {
    padding: 32px;
  }

  #toc_container .toc_title {
    top: -44px;
    width: 131px;
    height: 44px;
    font-size: 20px;
  }

  .c-card--wrap {
    gap: 34px 40px;
  }

  .c-card--wrap--subsidy,
  .c-card--wrap--seminar {
    margin-top: 60px;
  }

  .c-card {
    width: 100%;
    padding: 25px;
  }

  .c-card__head strong {
    font-size: 20px;
  }

  .c-card__text {
    padding: 24px 32px;
  }

  .c-card__text__left,
  .c-card__text__right {
    width: calc((100% - 24px) / 2);
  }

  .c-category {
    padding: 55px 30px;
    margin-top: 33px;
  }

  .c-category h2 {
    top: -33px;
    width: 307px;
    height: 66px;
    font-size: 34px;
  }

  .c-category.c-category--subsidy {
    margin-top: 80px;
  }

  .c-category__list {
    gap: 40px;
  }

  .c-category__item {
    width: 380px;
    padding: 60px 16px 40px;
  }

  .c-category__item h3 {
    font-size: 24px;
  }

  .c-category__link {
    row-gap: 18px;
    margin-top: 50px;
  }

  .c-category__link a {
    width: 247px;
    height: 52px;
    font-size: 21px;
  }

  .c-media {
    row-gap: 16px;
    padding: 32px 40px 32px 0;
  }

  .c-media h4 {
    font-size: 18px;
  }

  .c-media__meta {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .c-media__meta time {
    font-size: 16px;
  }

  .p-about {
    padding: 68px 0 50px;
  }

  .p-about h2 {
    font-size: 33px;
  }

  .p-about__row {
    margin-top: 72px;
  }

  .p-about__row a {
    width: 392px;
  }

  .p-about__row a h5 {
    min-height: 131px;
    font-size: 25px;
  }

  .p-about__button {
    margin-top: 47px;
    text-align: right;
  }

  .p-news {
    padding: 40px 0;
  }

  .p-news__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-news__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 46px;
    margin-top: 45px;
  }

  .p-news__title h2 {
    font-size: 24px;
  }

  .p-news__item {
    row-gap: 16px;
    padding: 45px 60px;
  }

  .p-news__item h4 {
    font-size: 20px;
  }

  .p-news__button {
    display: none;
  }

  .p-study__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }

  .p-study__top .p-study__text {
    width: 41.71875%;
  }

  .p-study__text time {
    padding: 6px 13px;
    margin-top: 25px;
    font-size: 16px;
  }

  .p-study__top .p-study__text time {
    margin-top: 0;
  }

  .p-study__text h4 {
    margin-top: 20px;
    font-size: 20px;
  }

  .p-study__top .p-study__text h4 {
    font-size: 22px;
  }

  .p-study__text p {
    margin-top: 20px;
    font-size: 15px;
  }

  .p-study__top .p-study__text p {
    margin-top: 28px;
  }

  .p-study__card {
    width: 414px;
    padding: 30px;
  }

  .p-study__more {
    position: relative;
    top: -60px;
    left: 50%;
    z-index: 1;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-study__swiper {
    width: 100vw;
    padding-bottom: 115px;
    margin: 0 calc(50% - 50vw);
    margin-top: 50px;
  }

  .p-study__swiper .swiper-slide {
    width: 414px;
  }

  .p-study__swiper .swiper-pagination {
    display: none;
  }

  .p-study__swiper .swiper-button-prev,
  .p-study__swiper .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 56px;
    height: 56px;
    border: 2px solid #42c482;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-study__swiper .swiper-button-prev::before,
  .p-study__swiper .swiper-button-prev::after,
  .p-study__swiper .swiper-button-next::before,
  .p-study__swiper .swiper-button-next::after {
    font-size: 30px;
  }

  .p-study__swiper .swiper-button-prev {
    left: calc(50% - 275px);
  }

  .p-study__swiper .swiper-button-next {
    left: calc(50% + 275px);
  }

  .p-subsidy__list {
    margin-top: 46px;
  }

  .p-subsidy__item {
    width: calc((100% - 24px) / 2);
    padding: 28px 30px;
  }

  .p-subsidy__item__head {
    min-height: 235px;
  }

  .p-subsidy__item__head p:first-of-type {
    font-size: 22px;
  }

  .p-subsidy__item__head p:last-of-type {
    font-size: 18px;
  }

  .p-subsidy__item__text {
    margin-top: 24px;
  }

  .p-subsidy__item__text span:not(:first-of-type) {
    margin-top: 24px;
  }

  .p-subsidy__item__text p {
    margin-top: 12px;
    font-size: 18px;
  }

  .p-subsidy__button {
    margin-top: 82px;
  }

  .p-subsidy__swiper {
    display: none;
  }

  .p-subsidy__swiper .swiper-button-prev,
  .p-subsidy__swiper .swiper-button-next {
    display: none;
  }

  #post-937 h2 {
    margin-bottom: 140px;
  }

  #post-937 h3:not(:first-of-type) {
    margin-top: 120px;
  }

  #post-937 ul {
    padding-left: 50px;
    margin-top: 50px;
  }

  #post-937 ul li:not(:first-of-type) {
    margin-top: 40px;
  }

  #post-937 ul li strong {
    font-size: 24px;
  }

  #post-33 .entry-body > p {
    margin-bottom: 64px;
    text-align: center;
  }

  #post-1639 .entry-body p:first-of-type {
    text-align: center;
  }

  #post-1639 .entry-body p:not(:first-of-type) {
    margin-top: 24px;
  }

  #post-1639 h2:first-of-type {
    margin-top: 80px;
  }

  #post-1639 h4.wp-block-heading {
    padding: 15px 20px;
    font-size: 20px;
  }

  #post-1639 h4.wp-block-heading:first-of-type {
    margin-top: 55px;
  }

  #post-1639 h4.wp-block-heading:not(:first-of-type) {
    margin-top: 40px;
  }

  #post-1281 h2 {
    margin-top: 80px;
  }

  #post-1281 h2 + p {
    margin-top: 40px;
  }

  #post-1281 strong {
    margin-top: 64px;
  }

  #post-1349 .entry-body > p:not(:first-of-type) {
    margin-top: 40px;
  }

  #post-1349 .entry-body h2 {
    margin-top: 64px;
  }

  #post-940 h2:not(:first-of-type) {
    margin-top: 80px;
  }

  #post-940 h2 + p {
    margin-top: 30px !important;
  }

  #post-940 h3:first-of-type {
    margin-top: 80px;
  }

  #post-940 h3:not(:first-of-type) {
    margin-top: 60px;
  }

  #post-940 h3 + p {
    margin-top: 30px !important;
  }

  #post-940 .wp-block-table {
    margin-top: 50px;
  }

  #post-25 .entry-body > p:first-of-type {
    text-align: center;
  }

  #post-25 .entry-body > p:not(:first-of-type) {
    margin-top: 24px;
  }

  #post-25 .entry-body h2 {
    margin-top: 64px;
  }

  #post-25 .center {
    text-align: center;
  }

  #post-25 .text {
    margin-top: 80px;
  }

  #post-25 .p-bg {
    padding: 26px 0 48px;
  }

  #post-25 .p-button {
    margin-top: 48px;
  }

  #post-25 .wp-block-columns {
    margin-top: 52px;
  }

  #post-25 .wp-block-columns h5 {
    padding: 24px 32px 0;
  }

  #post-25 .wp-block-columns p {
    padding: 8px 32px 0;
  }

  .c-post {
    margin-top: 50px;
  }

  .c-post .wp-block-post {
    width: calc((100% - 80px) / 3);
  }

  #post-45 .entry-body > p:first-of-type {
    margin-bottom: 64px;
    text-align: center;
  }

  #post-45 .entry-body > p:nth-of-type(2) {
    margin-top: 30px;
  }

  #post-45 .entry-body h2:first-of-type {
    margin-top: 64px;
  }

  #post-45 .entry-body h2:not(:first-of-type) {
    margin-top: 100px;
    margin-bottom: 48px;
  }

  #post-27 .entry-body p:not(:first-of-type) {
    margin-top: 30px;
  }

  #post-27 h2 {
    margin-top: 64px;
  }

  #post-27 h3 {
    margin-top: 64px;
  }

  #post-27 .wp-block-image {
    margin-top: 64px;
  }

  #post-365 .entry-body > p,
  .entry-body.entry-body--subsidy > p {
    margin-bottom: 64px;
    text-align: center;
  }

  #post-365 .entry-body > h2,
  .entry-body.entry-body--subsidy > h2 {
    margin-top: 128px;
  }

  #post-367 .entry-body > p,
  .entry-body.entry-body--seminar > p,
  #post-865 .entry-body > p {
    margin-bottom: 64px;
    text-align: center;
  }

  #post-367 .entry-body > h2,
  .entry-body.entry-body--seminar > h2,
  #post-865 .entry-body > h2 {
    margin-top: 128px;
  }

  #post-1447 .entry-body p:not(:first-of-type) {
    margin-top: 40px;
  }

  #post-1447 h2 {
    margin-top: 64px;
  }

  #post-49 > .entry-body > h3:first-of-type {
    font-size: 20px;
  }

  #post-49 .p-bg {
    padding: 26px 0 48px;
  }

  #post-49 .p-button {
    margin-top: 64px;
  }

  #post-49 .text {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .c-card {
    width: calc((100% - 40px) / 2);
  }
}

@media not screen and (min-width: 1280px) {
  .l-header__nav {
    display: none;
  }

  .vk-mobile-nav-menu-btn {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  .l-header {
    height: 155px;
  }

  .l-header__row {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .l-header__logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-header__list {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .l-header__item.l-header__item--sub > a::before {
    width: 110%;
  }

  .l-header__sub__row {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }

  .l-header__form__button {
    display: none;
  }

  .vk-mobile-nav-menu-btn {
    display: none !important;
  }

  .p-news__row {
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: 64px;
  }

  .p-study__top {
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px;
  }

  .p-subsidy__item {
    width: calc((100% - 48px) / 3);
  }
}

@media screen and (min-width: 1536px) {
  .l-header__row {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-header__list {
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
  }

  .l-header__item.l-header__item--sub > a::before {
    width: 120%;
  }

  .l-header__sub__row {
    -webkit-column-gap: 140px;
    -moz-column-gap: 140px;
    column-gap: 140px;
  }
}

@media (any-hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.8;
  }

  .l-header__item.l-header__item--one a:hover {
    opacity: 0.8;
  }

  .l-header__sub__list a:hover {
    opacity: 0.8;
  }

  .l-header__link > a:hover {
    opacity: 0.8;
  }

  .l-footer__left a:hover {
    opacity: 0.8;
  }

  .l-footer__list li a:hover {
    opacity: 0.8;
  }

  .l-footer__bottom a:hover {
    opacity: 0.8;
  }

  .c-button01:hover {
    color: #fff;
    opacity: 0.8;
  }

  .c-button02:hover {
    color: #fff;
    opacity: 0.8;
  }

  .blog-card-title a:hover {
    opacity: 0.8;
  }

  .vk_post .vk_post_btn:hover {
    opacity: 0.8;
  }

  .wp-block-categories-list li a:hover {
    color: #fff;
    background-color: #42c482 !important;
    opacity: 0.8;
  }

  .entry-category a:hover {
    color: #fff;
    background-color: #42c482;
    opacity: 0.8;
  }

  .c-toc ul a:hover {
    opacity: 0.8;
  }

  #toc_container .toc_list a:hover {
    opacity: 0.8;
  }

  .c-card__link a:hover {
    opacity: 0.8;
  }

  .c-category__link a:hover {
    opacity: 0.8;
  }

  .c-media:hover {
    color: #333;
    opacity: 0.8;
  }

  .p-about__row a:hover {
    color: #333;
    opacity: 0.8;
  }

  .p-news__item:hover {
    color: #333;
    opacity: 0.8;
  }

  #post-937 a:hover {
    color: #333;
    text-decoration: underline;
  }

  #post-1639 .entry-body p a:hover {
    opacity: 0.8;
  }

  #post-1281 .entry-body p a:hover {
    opacity: 0.8;
  }

  #post-1349 a:hover {
    color: #333;
    opacity: 0.8;
  }

  #post-940 .entry-body p a:hover {
    opacity: 0.8;
  }

  .c-post a:hover {
    opacity: 0.8;
  }

  #post-27 .entry-body p a:hover {
    opacity: 0.8;
  }

  #post-367 .entry-body a:hover,
  .entry-body.entry-body--seminar a:hover,
  #post-865 .entry-body a:hover {
    opacity: 0.8;
  }

  #post-1447 .entry-body p a:hover {
    opacity: 0.8;
  }
}

@media (any-hover: none) {
  .l-header__logo a:active {
    opacity: 0.8;
  }

  .l-header__item.l-header__item--one a:active {
    opacity: 0.8;
  }

  .l-header__sub__list a:active {
    opacity: 0.8;
  }

  .l-header__link > a:active {
    opacity: 0.8;
  }

  .l-footer__left a:active {
    opacity: 0.8;
  }

  .l-footer__list li a:active {
    opacity: 0.8;
  }

  .l-footer__bottom a:active {
    opacity: 0.8;
  }

  .c-button01:active {
    color: #fff;
    opacity: 0.8;
  }

  .c-button02:active {
    color: #fff;
    opacity: 0.8;
  }

  .blog-card-title a:active {
    opacity: 0.8;
  }

  .vk_post .vk_post_btn:active {
    opacity: 0.8;
  }

  .wp-block-categories-list li a:active {
    color: #fff;
    background-color: #42c482 !important;
    opacity: 0.8;
  }

  .entry-category a:active {
    color: #fff;
    background-color: #42c482;
    opacity: 0.8;
  }

  .c-toc ul a:active {
    opacity: 0.8;
  }

  #toc_container .toc_list a:active {
    opacity: 0.8;
  }

  .c-card__link a:active {
    opacity: 0.8;
  }

  .c-category__link a:active {
    opacity: 0.8;
  }

  .c-media:active {
    color: #333;
    opacity: 0.8;
  }

  .p-about__row a:active {
    color: #333;
    opacity: 0.8;
  }

  .p-news__item:active {
    color: #333;
    opacity: 0.8;
  }

  #post-937 a:active {
    color: #333;
    text-decoration: underline;
  }

  #post-1639 .entry-body p a:active {
    opacity: 0.8;
  }

  #post-1281 .entry-body p a:active {
    opacity: 0.8;
  }

  #post-1349 a:active {
    color: #333;
    opacity: 0.8;
  }

  #post-940 .entry-body p a:active {
    opacity: 0.8;
  }

  .c-post a:active {
    opacity: 0.8;
  }

  #post-27 .entry-body p a:active {
    opacity: 0.8;
  }

  #post-367 .entry-body a:active,
  .entry-body.entry-body--seminar a:active,
  #post-865 .entry-body a:active {
    opacity: 0.8;
  }

  #post-1447 .entry-body p a:active {
    opacity: 0.8;
  }
}
