@charset "UTF-8";
/*------------------------------------------- お知らせ*/
.news__list > ul > li + li .news__link {
  padding-top: 20px;
}

.news__link {
  padding-bottom: 11px;
}

.news__time {
  display: inline-block;
  margin: 0 10px 6px 0;
}

.news__cat {
  display: inline-block;
  border: 1px solid #d63435;
  font-size: 1.2rem;
  color: #d63435;
  padding: 4px 10px;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 992px) {
  .news__list > ul > li + li .news__link {
    padding-top: 19px;
  }

  .news__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 19px;
  }
  .news__link > p {
    margin-top: 0;
  }

  .news__time {
    margin: 0 22px 0 0;
  }

  .news__cat {
    white-space: nowrap;
    margin: 0 30px 0 0;
    padding: 7.5px 18px;
  }
}
/*------------------------------------------- 詳細ページ*/
.details__head {
  margin-bottom: 20px;
}
.details__head .news__time {
  font-size: 1.4rem;
  width: auto;
}
.details__head .news__cat {
  margin-bottom: 15px;
}

.details__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: -7px;
}

.details__body {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .details__head {
    margin-bottom: 30px;
  }
  .details__head .news__time {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  .details__head .news__cat {
    margin-bottom: 30px;
  }

  .details__title {
    font-size: 3.6rem;
    margin-top: -10px;
  }

  .details__body {
    margin-bottom: 55px;
  }
}
/*------------------------------------------- エディタ用CSS*/
.custom__area > *:last-child {
  margin-bottom: 0;
}
.custom__area > p {
  margin: 0 0 1.2em;
}
.custom__area h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 12px 15px 8px;
  margin: 40px 0 20px;
  color: #fff;
  background-color: #292b2d;
  line-height: 1.4;
}
.custom__area h2 + p {
  margin-bottom: 30px;
}
.custom__area h3 {
  color: #d63435;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #d63435;
  padding-bottom: 3px;
  margin: 15px 0 20px;
  line-height: 1.4;
}
.custom__area h3 + p {
  margin-bottom: 15px;
}
.custom__area a {
  display: inline-block;
  color: #2762b3;
}
.custom__area a span {
  border-bottom: 1px solid #2762b3;
  -webkit-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
}
.custom__area a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}
.custom__area a[target=_blank] span {
  line-height: 1.4;
}
.custom__area a[target=_blank]::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 1rem;
  margin-left: 5px;
}
.custom__area strong {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fffb98));
  background: linear-gradient(transparent 70%, #fffb98 70%);
}

@media screen and (min-width: 768px) {
  .custom__area a:hover span {
    border-bottom-color: transparent;
  }
}
@media screen and (min-width: 992px) {
  .custom__area h2 {
    font-size: 2.6rem;
    padding: 16px 20px 12px;
    margin: 55px 0 30px;
  }
  .custom__area h2 + p {
    margin-bottom: 25px;
  }
  .custom__area h3 {
    font-size: 2.4rem;
    padding-bottom: 8px;
    border-bottom-width: 2px;
    margin: 30px 0 20px;
  }
  .custom__area h3 + p {
    margin-bottom: 20px;
  }
  .custom__area a[target=_blank]::after {
    font-size: 1.3rem;
  }
}