.pagenation {
  margin: 34px auto 47px;
  background: #fff5f8;
  border-radius: 6px;
}

.pagenation .wp-pagenavi {
  text-align: center;
}

.pagenation .wp-pagenavi a {
  display: inline-block;
  padding: 0 1em;
}

@media screen and (max-width: 768px) {
  .pagenation .wp-pagenavi a {
    padding: 0 0.6em;
  }
}

.pagenation .wp-pagenavi a,
.pagenation .wp-pagenavi span {
  font-size: 16px;
  font-size: 1.63265vw;
  color: #000;
  padding: 16px 1em;
  display: inline-block;
}

@media screen and (min-width: 980px) {
  .pagenation .wp-pagenavi a,
  .pagenation .wp-pagenavi span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .pagenation .wp-pagenavi a,
  .pagenation .wp-pagenavi span {
    font-size: 16px;
  }
}

.pagenation .wp-pagenavi .current {
  color: #e95383;
  position: relative;
}

.pagenation .wp-pagenavi .current::before {
  content: " ";
  width: 36px;
  height: 2px;
  background: #e95383;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px;
}

.news {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 990px) {
  .news {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .news {
    margin-left: 5.33333%;
    margin-right: 5.33333%;
  }
}

.news .searchandfilter {
  border-radius: 6px;
  background: #fff5f8;
  padding: 0 3.06122%;
  margin-bottom: 58px;
}

@media screen and (max-width: 768px) {
  .news .searchandfilter {
    padding: 0 4.79042%;
    margin-bottom: 22px;
  }
}

.news .searchandfilter ul li {
  border-top: #ffe2ea solid 1px;
  padding-top: 20px;
}

.news .searchandfilter ul li:first-child {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .news .searchandfilter ul li {
    padding-top: 24px;
  }
  .news .searchandfilter ul li:first-child {
    border-top: none;
  }
}

.news .searchandfilter ul li h4 {
  float: left;
  font-size: 18px;
  font-size: 1.83673vw;
  font-weight: bold;
  color: #e95383;
  width: 21.21547%;
}

@media screen and (min-width: 980px) {
  .news .searchandfilter ul li h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .news .searchandfilter ul li h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .news .searchandfilter ul li h4 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.news .searchandfilter ul li ul {
  float: left;
  width: 78.78453%;
}

@media screen and (max-width: 768px) {
  .news .searchandfilter ul li ul {
    float: none;
    width: 100%;
  }
}

.news .searchandfilter ul li ul li {
  float: left;
  padding-bottom: 20px;
  margin-right: 36px;
  border: none;
  padding-top: 0;
  font-size: 16px;
  font-size: 1.63265vw;
}

@media screen and (min-width: 980px) {
  .news .searchandfilter ul li ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news .searchandfilter ul li ul li {
    font-size: 16px;
  }
}

.news .searchandfilter ul li ul li label {
  padding-left: 0.4em;
}

.news .searchandfilter ul li .products__search__row__inputs-item2 li:nth-child(2n + 1) {
  clear: both;
}

@media screen and (max-width: 768px) {
  .news .searchandfilter ul li .products__search__row__inputs-item2 li:nth-child(2n + 1) {
    clear: none;
  }
}

.news .searchandfilter ul li .products__search__row__inputs-item3 li:nth-child(3n + 1) {
  clear: both;
}

@media screen and (max-width: 768px) {
  .news .searchandfilter ul li .products__search__row__inputs-item3 li:nth-child(3n + 1) {
    clear: none;
  }
}

.news .searchandfilter ul li .products__search__row__inputs-item4 li:nth-child(4n + 1) {
  clear: both;
}

@media screen and (max-width: 768px) {
  .news .searchandfilter ul li .products__search__row__inputs-item4 li:nth-child(4n + 1) {
    clear: none;
  }
}

.news .searchandfilter ul li .products__search__row__inputs-item5 li:nth-child(5n + 1) {
  clear: both;
}

@media screen and (max-width: 768px) {
  .news .searchandfilter ul li .products__search__row__inputs-item5 li:nth-child(5n + 1) {
    clear: none;
  }
}

.news .searchandfilter ul li:after {
  /*for modern browser*/
  content: " ";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.news .searchandfilter {
  margin-bottom: 0;
  padding: 0;
}

.news .searchandfilter .sf-field-post_date {
  display: none;
}

.news .searchandfilter .news__year-list {
  background-color: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .news .searchandfilter .news__year-list {
    padding-bottom: 0;
  }
}

.news .news__headline {
  position: relative;
  margin-bottom: 22px;
}

.news .news__headline__title {
  text-align: left;
  font-size: 30px;
  font-size: 3.06122vw;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (min-width: 980px) {
  .news .news__headline__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__headline__title {
    font-size: 30px;
  }
}

.news .news__headline__title a {
  color: #000;
}

.news .news__headline__title a:active {
  color: #666;
}

@media screen and (max-width: 768px) {
  .news .news__headline__title {
    margin-bottom: 8px;
  }
}

.news .news__pickup {
  margin-top: 76px;
  position: relative;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  margin-bottom: 30px;
}

.news .news__pickup__icon {
  background-color: #e95383;
  color: #fff;
  font-size: 20px;
  font-size: 2.04082vw;
  font-weight: bold;
  border-radius: 6px;
  padding: 6px 10px;
  position: absolute;
  top: -56px;
  left: 0;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__icon {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__icon {
    font-size: 18px;
  }
}

.news .news__pickup__icon::after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -8px;
  left: 15px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #e95383 transparent transparent transparent;
}

.news .news__pickup__wrap {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.news .news__pickup__image-wrap {
  float: left;
  width: 39.38776%;
  line-height: 0;
}

.news .news__pickup__image-wrap img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__image-wrap {
    float: none;
    width: 100%;
  }
}

.news .news__pickup__texts {
  float: left;
  width: 60.61224%;
  box-sizing: border-box;
  padding: 15px 15px 10px 30px;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts {
    float: none;
    width: 100%;
    padding: 20px 5.97015%;
  }
}

.news .news__pickup__texts__meta {
  margin-bottom: 8px;
}

.news .news__pickup__texts__meta-date {
  display: inline-block;
  font-size: 14px;
  font-size: 1.42857vw;
  color: #666;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__meta-date {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-date {
    font-size: 14px;
  }
}

.news .news__pickup__texts__meta-tag {
  display: inline-block;
  margin-left: 18px;
}

.news .news__pickup__texts__meta-tag-common {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #7775b4;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__meta-tag-common {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-common {
    font-size: 12px;
  }
}

.news .news__pickup__texts__meta-tag-common::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #7775b4;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__pickup__texts__meta-tag-common::after {
  content: " ";
  background: url("../images/tag_category_common.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-common {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__pickup__texts__meta-tag-common::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__pickup__texts__meta-tag-common::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__pickup__texts__meta-tag-child {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ff936d;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__meta-tag-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-child {
    font-size: 12px;
  }
}

.news .news__pickup__texts__meta-tag-child::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ff936d;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__pickup__texts__meta-tag-child::after {
  content: " ";
  background: url("../images/tag_category_child.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-child {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__pickup__texts__meta-tag-child::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__pickup__texts__meta-tag-child::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__pickup__texts__meta-tag-preschool {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ff936d;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__meta-tag-preschool {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-preschool {
    font-size: 12px;
  }
}

.news .news__pickup__texts__meta-tag-preschool::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ff936d;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__pickup__texts__meta-tag-preschool::after {
  content: " ";
  background: url("../images/tag_category_preschool.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-preschool {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__pickup__texts__meta-tag-preschool::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__pickup__texts__meta-tag-preschool::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__pickup__texts__meta-tag-primary-school {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ffb541;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__meta-tag-primary-school {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-primary-school {
    font-size: 12px;
  }
}

.news .news__pickup__texts__meta-tag-primary-school::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ffb541;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__pickup__texts__meta-tag-primary-school::after {
  content: " ";
  background: url("../images/tag_category_primary-school.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-primary-school {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__pickup__texts__meta-tag-primary-school::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__pickup__texts__meta-tag-primary-school::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__pickup__texts__meta-tag-elementary {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ffb541;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__meta-tag-elementary {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-elementary {
    font-size: 12px;
  }
}

.news .news__pickup__texts__meta-tag-elementary::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ffb541;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__pickup__texts__meta-tag-elementary::after {
  content: " ";
  background: url("../images/tag_category_elementary.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-elementary {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__pickup__texts__meta-tag-elementary::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__pickup__texts__meta-tag-elementary::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__pickup__texts__meta-tag-junior-high-school {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #51bb66;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__meta-tag-junior-high-school {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-junior-high-school {
    font-size: 12px;
  }
}

.news .news__pickup__texts__meta-tag-junior-high-school::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #51bb66;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__pickup__texts__meta-tag-junior-high-school::after {
  content: " ";
  background: url("../images/tag_category_junior-high-school.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-junior-high-school {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__pickup__texts__meta-tag-junior-high-school::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__pickup__texts__meta-tag-junior-high-school::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__pickup__texts__meta-tag-junior {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #51bb66;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__meta-tag-junior {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-junior {
    font-size: 12px;
  }
}

.news .news__pickup__texts__meta-tag-junior::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #51bb66;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__pickup__texts__meta-tag-junior::after {
  content: " ";
  background: url("../images/tag_category_junior.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-junior {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__pickup__texts__meta-tag-junior::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__pickup__texts__meta-tag-junior::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__pickup__texts__meta-tag-high-school {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #4eccdf;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__meta-tag-high-school {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-high-school {
    font-size: 12px;
  }
}

.news .news__pickup__texts__meta-tag-high-school::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #4eccdf;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__pickup__texts__meta-tag-high-school::after {
  content: " ";
  background: url("../images/tag_category_high-school.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-high-school {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__pickup__texts__meta-tag-high-school::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__pickup__texts__meta-tag-high-school::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__pickup__texts__meta-tag-high {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #4eccdf;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__meta-tag-high {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-high {
    font-size: 12px;
  }
}

.news .news__pickup__texts__meta-tag-high::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #4eccdf;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__pickup__texts__meta-tag-high::after {
  content: " ";
  background: url("../images/tag_category_high.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-high {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__pickup__texts__meta-tag-high::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__pickup__texts__meta-tag-high::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__pickup__texts__meta-tag-util {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #efefef;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #e95383;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__meta-tag-util {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-util {
    font-size: 12px;
  }
}

.news .news__pickup__texts__meta-tag-util::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #efefef;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__pickup__texts__meta-tag-util::after {
  content: " ";
  background: url("../images/tag_category_util.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__meta-tag-util {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__pickup__texts__meta-tag-util::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__pickup__texts__meta-tag-util::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__pickup__texts__title {
  font-size: 24px;
  font-size: 2.44898vw;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #000;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__title {
    font-size: 24px;
  }
}

.news .news__pickup__texts__text {
  font-size: 14px;
  font-size: 1.42857vw;
  line-height: 1.55;
  margin-bottom: 12px;
  color: #000;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__text {
    font-size: 14px;
  }
}

.news .news__pickup__texts__button {
  color: #fff;
  background-color: #fff;
  background-color: #e95383;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: block;
  border-radius: 18px;
  box-sizing: border-box;
  padding: "10px 24px";
  width: 88px;
  text-indent: -0.2em;
  position: relative;
}

@media screen and (min-width: 980px) {
  .news .news__pickup__texts__button {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__button {
    font-size: 16px;
  }
}

.news .news__pickup__texts__button::after {
  content: " ";
  background: url("../images/icon_arrow_right_white_s.svg") no-repeat center center;
  background-size: 9px 12px;
  width: 7px;
  height: 10px;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .news .news__pickup__texts__button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
}

.news .news__year-list {
  background: #fff5f8;
  border-radius: 6px;
  padding: 22px 3.67347%;
  margin-top: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .news .news__year-list {
    padding-bottom: 2px;
  }
}

.news .news__year-list-item {
  float: left;
  margin-left: 18px;
}

.news .news__year-list-item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .news .news__year-list-item {
    width: 33%;
    margin-left: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
}

.news .news__year-list-item__anchor {
  color: #000;
  font-size: 16px;
  font-size: 1.63265vw;
  padding-left: 14px;
  background: url("../images/icon_arrow_right_pink_s.svg") no-repeat left center;
}

@media screen and (min-width: 980px) {
  .news .news__year-list-item__anchor {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__year-list-item__anchor {
    font-size: 16px;
  }
}

.news .news__search {
  background: #fff5f8;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 22px 3.67347%;
}

.news .news__search__select {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .news .news__search__select {
    display: block;
    margin-bottom: 20px;
  }
}

.news .news__search__label-year {
  color: #e95383;
  font-size: 16px;
  font-size: 1.63265vw;
  margin-right: 6px;
}

@media screen and (min-width: 980px) {
  .news .news__search__label-year {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__search__label-year {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__search__label-year {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.news .news__search__inputs {
  display: inline-block;
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .news .news__search__inputs {
    display: block;
    margin-left: 0;
  }
}

.news .news__search__input__label {
  color: #e95383;
  font-size: 16px;
  font-size: 1.63265vw;
  display: inline-block;
}

@media screen and (min-width: 980px) {
  .news .news__search__input__label {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__search__input__label {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__search__input__label {
    display: block;
    margin-bottom: 12px;
  }
}

.news .news__search__input {
  display: inline-block;
  font-size: 16px;
  font-size: 1.63265vw;
  margin-right: 18px;
}

@media screen and (min-width: 980px) {
  .news .news__search__input {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__search__input {
    font-size: 16px;
  }
}

.news .news__search__input input[type="checkbox"] {
  margin-right: 2px;
}

.news .news__list-item {
  width: 100%;
  margin: 0 0 5px;
  font-size: 14px;
  font-size: 1.42857vw;
  position: relative;
}

@media screen and (min-width: 980px) {
  .news .news__list-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item {
    margin-bottom: 10px;
  }
}

.news .news__list-item::after {
  content: " ";
  background: url("../images/icon_arrow_right_pink_s.svg") no-repeat center center;
  background-size: 7px 10px;
  width: 7px;
  height: 10px;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -3px;
}

.news .news__list-item__anchor {
  background-color: #eee;
  border-radius: 36px;
  color: #333;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 4px 22px 4px 4px;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__anchor {
    padding: 9px 30px 9px 11px;
    border-radius: 9px;
  }
}

.news .news__list-item__text-wrap {
  display: table;
}

.news .news__list-item__headline {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__headline {
    display: block;
    padding-right: 0;
  }
}

.news .news__list-item__object {
  display: table-cell;
  vertical-align: middle;
  width: 72px;
  height: 28px;
  line-height: 28px;
}

.news .news__list-item__date,
.news .news__list-item__text {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__date,
  .news .news__list-item__text {
    line-height: 1.4285714286;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item__text {
    display: block;
  }
}

.news .news__list-item__tag-common {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #7775b4;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__list-item__tag-common {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-common {
    font-size: 12px;
  }
}

.news .news__list-item__tag-common::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #7775b4;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__list-item__tag-common::after {
  content: " ";
  background: url("../images/tag_category_common.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-common {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__list-item__tag-common::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__list-item__tag-common::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__list-item__tag-child {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ff936d;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__list-item__tag-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-child {
    font-size: 12px;
  }
}

.news .news__list-item__tag-child::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ff936d;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__list-item__tag-child::after {
  content: " ";
  background: url("../images/tag_category_child.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-child {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__list-item__tag-child::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__list-item__tag-child::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__list-item__tag-preschool {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ff936d;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__list-item__tag-preschool {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-preschool {
    font-size: 12px;
  }
}

.news .news__list-item__tag-preschool::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ff936d;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__list-item__tag-preschool::after {
  content: " ";
  background: url("../images/tag_category_preschool.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-preschool {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__list-item__tag-preschool::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__list-item__tag-preschool::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__list-item__tag-primary-school {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ffb541;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__list-item__tag-primary-school {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-primary-school {
    font-size: 12px;
  }
}

.news .news__list-item__tag-primary-school::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ffb541;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__list-item__tag-primary-school::after {
  content: " ";
  background: url("../images/tag_category_primary-school.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-primary-school {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__list-item__tag-primary-school::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__list-item__tag-primary-school::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__list-item__tag-elementary {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ffb541;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__list-item__tag-elementary {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-elementary {
    font-size: 12px;
  }
}

.news .news__list-item__tag-elementary::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ffb541;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__list-item__tag-elementary::after {
  content: " ";
  background: url("../images/tag_category_elementary.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-elementary {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__list-item__tag-elementary::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__list-item__tag-elementary::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__list-item__tag-junior-high-school {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #51bb66;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__list-item__tag-junior-high-school {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-junior-high-school {
    font-size: 12px;
  }
}

.news .news__list-item__tag-junior-high-school::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #51bb66;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__list-item__tag-junior-high-school::after {
  content: " ";
  background: url("../images/tag_category_junior-high-school.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-junior-high-school {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__list-item__tag-junior-high-school::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__list-item__tag-junior-high-school::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__list-item__tag-junior {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #51bb66;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__list-item__tag-junior {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-junior {
    font-size: 12px;
  }
}

.news .news__list-item__tag-junior::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #51bb66;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__list-item__tag-junior::after {
  content: " ";
  background: url("../images/tag_category_junior.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-junior {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__list-item__tag-junior::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__list-item__tag-junior::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__list-item__tag-high-school {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #4eccdf;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__list-item__tag-high-school {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-high-school {
    font-size: 12px;
  }
}

.news .news__list-item__tag-high-school::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #4eccdf;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__list-item__tag-high-school::after {
  content: " ";
  background: url("../images/tag_category_high-school.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-high-school {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__list-item__tag-high-school::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__list-item__tag-high-school::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__list-item__tag-high {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #4eccdf;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .news__list-item__tag-high {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-high {
    font-size: 12px;
  }
}

.news .news__list-item__tag-high::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #4eccdf;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__list-item__tag-high::after {
  content: " ";
  background: url("../images/tag_category_high.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-high {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__list-item__tag-high::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__list-item__tag-high::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .news__list-item__tag-util {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #efefef;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #e95383;
}

@media screen and (min-width: 980px) {
  .news .news__list-item__tag-util {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-util {
    font-size: 12px;
  }
}

.news .news__list-item__tag-util::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #efefef;
  position: absolute;
  left: -13px;
  top: 0;
}

.news .news__list-item__tag-util::after {
  content: " ";
  background: url("../images/tag_category_util.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news .news__list-item__tag-util {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news .news__list-item__tag-util::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news .news__list-item__tag-util::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news .notfound__notfound-box {
  margin-bottom: 23px;
  padding: 40px 4.69388% 40px 2.95918%;
}

@media screen and (max-width: 768px) {
  .news .notfound__notfound-box {
    padding: 30px 4.49102% 30px;
    margin-bottom: 18px;
  }
}

.news .notfound__notfound-box__head {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .news .notfound__notfound-box__head {
    margin-bottom: 20px;
  }
}

.news .notfound__notfound-box__head__texts {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .news .notfound__notfound-box__head__texts {
    width: 100%;
  }
}

.news .notfound__notfound-box__head__texts__title {
  font-size: 16px;
  font-size: 1.63265vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 22px;
}

@media screen and (min-width: 980px) {
  .news .notfound__notfound-box__head__texts__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news .notfound__notfound-box__head__texts__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news .notfound__notfound-box__head__texts__title {
    margin-bottom: 20px;
  }
}

.news .notfound__notfound-box__head__texts__text {
  margin-bottom: 0.6em;
  font-size: 16px;
  font-size: 1.63265vw;
  line-height: 1.625;
}

@media screen and (min-width: 980px) {
  .news .notfound__notfound-box__head__texts__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news .notfound__notfound-box__head__texts__text {
    font-size: 16px;
  }
}

.news-post {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 990px) {
  .news-post {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .news-post {
    margin-left: 5.33333%;
    margin-right: 5.33333%;
  }
}

.news-post .news-post__headline__title {
  text-align: left;
  font-size: 30px;
  font-size: 3.06122vw;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__headline__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__headline__title {
    font-size: 30px;
  }
}

.news-post .news-post__headline__title a {
  color: #000;
}

.news-post .news-post__headline__title a:active {
  color: #666;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__headline__title {
    margin-bottom: 8px;
  }
}

.news-post .news-post__meta {
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta {
    margin-bottom: 10px;
  }
}

.news-post .news-post__meta-date {
  display: inline-block;
  font-size: 14px;
  font-size: 1.42857vw;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__meta-date {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-date {
    font-size: 14px;
  }
}

.news-post .news-post__meta-tag {
  display: inline-block;
  margin-left: 8px;
}

.news-post .news-post__meta-tag-common {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #7775b4;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__meta-tag-common {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-common {
    font-size: 12px;
  }
}

.news-post .news-post__meta-tag-common::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #7775b4;
  position: absolute;
  left: -13px;
  top: 0;
}

.news-post .news-post__meta-tag-common::after {
  content: " ";
  background: url("../images/tag_category_common.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-common {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news-post .news-post__meta-tag-common::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news-post .news-post__meta-tag-common::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news-post .news-post__meta-tag-child {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ff936d;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__meta-tag-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-child {
    font-size: 12px;
  }
}

.news-post .news-post__meta-tag-child::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ff936d;
  position: absolute;
  left: -13px;
  top: 0;
}

.news-post .news-post__meta-tag-child::after {
  content: " ";
  background: url("../images/tag_category_child.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-child {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news-post .news-post__meta-tag-child::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news-post .news-post__meta-tag-child::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news-post .news-post__meta-tag-preschool {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ff936d;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__meta-tag-preschool {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-preschool {
    font-size: 12px;
  }
}

.news-post .news-post__meta-tag-preschool::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ff936d;
  position: absolute;
  left: -13px;
  top: 0;
}

.news-post .news-post__meta-tag-preschool::after {
  content: " ";
  background: url("../images/tag_category_preschool.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-preschool {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news-post .news-post__meta-tag-preschool::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news-post .news-post__meta-tag-preschool::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news-post .news-post__meta-tag-primary-school {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ffb541;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__meta-tag-primary-school {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-primary-school {
    font-size: 12px;
  }
}

.news-post .news-post__meta-tag-primary-school::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ffb541;
  position: absolute;
  left: -13px;
  top: 0;
}

.news-post .news-post__meta-tag-primary-school::after {
  content: " ";
  background: url("../images/tag_category_primary-school.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-primary-school {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news-post .news-post__meta-tag-primary-school::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news-post .news-post__meta-tag-primary-school::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news-post .news-post__meta-tag-elementary {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ffb541;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__meta-tag-elementary {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-elementary {
    font-size: 12px;
  }
}

.news-post .news-post__meta-tag-elementary::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ffb541;
  position: absolute;
  left: -13px;
  top: 0;
}

.news-post .news-post__meta-tag-elementary::after {
  content: " ";
  background: url("../images/tag_category_elementary.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-elementary {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news-post .news-post__meta-tag-elementary::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news-post .news-post__meta-tag-elementary::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news-post .news-post__meta-tag-junior-high-school {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #51bb66;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__meta-tag-junior-high-school {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-junior-high-school {
    font-size: 12px;
  }
}

.news-post .news-post__meta-tag-junior-high-school::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #51bb66;
  position: absolute;
  left: -13px;
  top: 0;
}

.news-post .news-post__meta-tag-junior-high-school::after {
  content: " ";
  background: url("../images/tag_category_junior-high-school.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-junior-high-school {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news-post .news-post__meta-tag-junior-high-school::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news-post .news-post__meta-tag-junior-high-school::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news-post .news-post__meta-tag-junior {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #51bb66;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__meta-tag-junior {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-junior {
    font-size: 12px;
  }
}

.news-post .news-post__meta-tag-junior::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #51bb66;
  position: absolute;
  left: -13px;
  top: 0;
}

.news-post .news-post__meta-tag-junior::after {
  content: " ";
  background: url("../images/tag_category_junior.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-junior {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news-post .news-post__meta-tag-junior::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news-post .news-post__meta-tag-junior::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news-post .news-post__meta-tag-high-school {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #4eccdf;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__meta-tag-high-school {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-high-school {
    font-size: 12px;
  }
}

.news-post .news-post__meta-tag-high-school::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #4eccdf;
  position: absolute;
  left: -13px;
  top: 0;
}

.news-post .news-post__meta-tag-high-school::after {
  content: " ";
  background: url("../images/tag_category_high-school.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-high-school {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news-post .news-post__meta-tag-high-school::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news-post .news-post__meta-tag-high-school::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news-post .news-post__meta-tag-high {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #4eccdf;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__meta-tag-high {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-high {
    font-size: 12px;
  }
}

.news-post .news-post__meta-tag-high::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #4eccdf;
  position: absolute;
  left: -13px;
  top: 0;
}

.news-post .news-post__meta-tag-high::after {
  content: " ";
  background: url("../images/tag_category_high.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-high {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news-post .news-post__meta-tag-high::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news-post .news-post__meta-tag-high::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news-post .news-post__meta-tag-util {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #efefef;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #e95383;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__meta-tag-util {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-util {
    font-size: 12px;
  }
}

.news-post .news-post__meta-tag-util::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #efefef;
  position: absolute;
  left: -13px;
  top: 0;
}

.news-post .news-post__meta-tag-util::after {
  content: " ";
  background: url("../images/tag_category_util.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__meta-tag-util {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .news-post .news-post__meta-tag-util::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .news-post .news-post__meta-tag-util::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.news-post .news-post__contents {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__contents {
    border-radius: 6px;
    overflow: hidden;
  }
}

.news-post .news-post__contents .news-post__keyv img {
  max-width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}

.news-post .news-post__contents .news-post__body {
  padding: 24px 5.10204%;
}

.news-post .news-post__contents .news-post__body h2 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.83673vw;
  line-height: 1.6;
}

.subheading01 {
  font-size: 18px;
  font-weight: bold;
  width:96%;
  margin:70px auto 0;
  background: #f4f0e4;
  box-shadow: 0px 0px 0px 5px #f4f0e4;
  border: dashed 2px #fff;
  padding: 0.4em 0.5em 0.2em;
}
.subheading02 {
  font-size: 16px;
  font-weight:bold;
  margin:50px 10px 0;
  padding: 0.5em 0 0.4em;
  border-top: solid 3px #FFC778;
  border-bottom: solid 3px #FFC778;
}
.subheading03 {
  font-size: 18px;
  font-weight:bold;
  position: relative;
  padding: 0.7rem 0.8rem 0.7rem calc(1rem + 10px);
}
.subheading03:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 99.5%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.subheading04 {
  font-size: 16px;
  font-weight:bold;
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.subheading04:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #1da6c9;
}
.subheading04 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.subheading05 {
  font-size: 18px;
  font-weight:bold;
  position: relative;
  padding: 0.5em 0.8em;
  background: #4bc9c2;
  color: #fff;
}
.subheading05::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px rgb(20, 91, 94);
}



@media screen and (min-width: 980px) {
  .news-post .news-post__contents .news-post__body h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__contents .news-post__body h2 {
    font-size: 20px;
  }
}

.news-post .news-post__contents .news-post__body h3 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.63265vw;
  line-height: 1.6;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__contents .news-post__body h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__contents .news-post__body h3 {
    font-size: 18px;
  }
}

.news-post .news-post__contents .news-post__body table {
  max-width: 100% !important;
}

.news-post .news-post__contents .news-post__body p {
  margin: 22px 0 30px;
  font-size: 16px;
  font-size: 1.63265vw;
  line-height: 1.75;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__contents .news-post__body p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__contents .news-post__body p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__contents .news-post__body p {
    margin: 48px 0 60px;
  }
}

.news-post .news-post__contents .news-post__body p.wp-caption-text {
  margin: 8px 0 16px;
  font-size: 12px;
  font-size: 1.22449vw;
  color: #333;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__contents .news-post__body p.wp-caption-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__contents .news-post__body p.wp-caption-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__contents .news-post__body p.wp-caption-text {
    margin: 16px 0 32px;
  }
}

.news-post .news-post__contents .news-post__body img {
  max-width: 100%;
  height: auto;
  margin: 22px 0 30px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__contents .news-post__body img {
    margin: 48px 0 60px;
    width: 100%;
  }
}

.news-post .news-post__contents .news-post__body .wp-caption {
  max-width: 100% !important;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__contents .news-post__body .wp-caption {
    width: 100% !important;
  }
}

.news-post .news-post__contents .news-post__body .wp-caption img {
  display: block;
  margin: 22px 0 0;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__contents .news-post__body .wp-caption img {
    margin: 48px 0 0;
  }
}

.news-post .news-post__contents .news-post__body iframe {
  max-width: 100% !important;
}

.news-post .news-post__footer {
  text-align: center;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__footer {
    margin: 20px auto 40px;
  }
}

.news-post .news-post__footer__button {
  color: #fff;
  background-color: #fff;
  background-color: #e95383;
  font-size: 16px;
  font-size: 1.63265vw;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  border-radius: 25px;
  box-sizing: border-box;
  padding: "16px 54px";
  width: 23.67347%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 980px) {
  .news-post .news-post__footer__button {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news-post .news-post__footer__button {
    font-size: 16px;
  }
}

.news-post .news-post__footer__button::after {
  content: " ";
  background: url("../images/icon_arrow_right_white_s.svg") no-repeat center center;
  background-size: 9px 12px;
  width: 9px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .news-post .news-post__footer__button {
    width: 85.97015%;
  }
}

@media screen and (min-width: 768px) {
  .flex_box {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}


table.honwaka_renewal,.honwaka_renewal th,.honwaka_renewal td {
  border: 1px solid #595959;
  border-collapse:  collapse; /* セルの線を重ねる */
  width:  100%;               /* 幅指定 */
  table-layout: fixed;
  word-break: break-all;
}
table.honwaka_renewal .bold{
  font-weight: bold;
}
.honwaka_renewal th,.honwaka_renewal td {
  padding: 3px;
}
.honwaka_renewal th {
	/* background: #ABE1FA; */
  vertical-align: middle;
}
table.honwaka_renewal .w5 {
  width: 5%;
}
table.honwaka_renewal .w10 {
  width: 10%;
}
table.honwaka_renewal .col2 {
  width: 22%;
}
table.honwaka_renewal .col4 {
  width: 10%;
}
table.honwaka_renewal .col5 {
  width: 8%;
}
table.honwaka_renewal .col6 {
  width: 20%;
}

table.honwaka_renewal .txt_center {
  text-align: center;
  vertical-align: middle;
}
table.honwaka_renewal .bdt_3px {
  border-top: solid 3px #000;
}
table.honwaka_renewal .bdr_3px {
  border-right: solid 3px #000;
}
table.honwaka_renewal .bdb_3px {
  border-bottom: solid 3px #000;
}
table.honwaka_renewal .bdl_3px {
  border-left: solid 3px #000;
}
table.honwaka_renewal .bgc_dkgy {
  background: #707070;
  color: #fff;
}
table.honwaka_renewal .bgc_gy {
  background: #D9D9D9;
}
table.honwaka_renewal .bgc_red {
  background: #FDDFE1;
}
table.honwaka_renewal .fc_gy {
  color: #9F9F9F;
}

.h2_hw {
  font-size: 18px;
  font-weight: bold;
  /*background: linear-gradient(transparent 70%, #ABE1FA 70%);*/
  background: #e7f7ff;
  margin-bottom: 20px;
  padding: 8px 10px;
  position: relative;
}
.h2_hw:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e7f7ff;
  width: 0;
  height: 0;
}

.m_hw {
  width: 70%;
  font-size: 16px;
  padding: 0.5em;/*文字周りの余白*/
  margin: 10px auto;
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius:25px;/*左側の角を丸く*/
  display: block;
}
.m_hw:before {
  content: '●';
  color: white;
  margin-right: 8px;
}