@charset "utf-8";

/*============================
カテゴリーリンク
============================*/
.news_archive {
  padding-bottom: 1.00rem;
}

@media screen and (max-width: 640px) {
  .news_archive {
    padding-bottom: 0;
  }
}

.news_archive .cat_wrap {
  padding-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
  .news_archive .cat_wrap {
    padding-bottom: 0.30rem;
  }
}
.news_archive .cat_wrap .list {
  display: flex;
  justify-content: space-between;
  gap: 0 0.03rem;
}

.news_archive .cat_wrap .list .link {
  width: 100%;
}

.news_archive .cat_wrap .list .link a {
  display: block;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 500;
  padding-bottom: 0.10rem;
  color: #999999;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 640px) {
  .news_archive .cat_wrap .list .link a {
    font-size: 0.12rem;
  }
}

.news_archive .cat_wrap .list .link.active a {
  color: #4EC1DD;
  border-bottom: 1px solid #4EC1DD;
}
@media (hover: hover) {
  .news_archive .cat_wrap .list .link a:hover {
    color: #4EC1DD;
    border-bottom: 1px solid #4EC1DD;
  }
}

.news_archive .news_list_wrap {
  padding-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
  .news_archive .news_list_wrap {
    padding-bottom: 0.30rem;
  }
}

.news_archive .news_list_wrap .news_box {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #CCC;
}

.news_archive .news_list_wrap .news_box a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #333;
  padding: 0.20rem 0 0.22rem;
}
@media screen and (max-width: 640px) {
  .news_archive .news_list_wrap .news_box a {
    padding: 0.15rem 0 0.17rem;
  }
}

@media (hover: hover) {
  .news_archive .news_list_wrap .news_box a:hover {
    color: #4EC1DD;
  }
}

.news_archive .news_list_wrap .news_box a .date {
  width: 1.10rem;
  font-size: 0.14rem;
}
@media screen and (max-width: 640px) {
  .news_archive .news_list_wrap .news_box a .date {
    width: 0.90rem;
    font-size: 0.12rem;
  }
}
.news_archive .news_list_wrap .news_box a .cat {
  width: 1.10rem;
  font-size: 0.14rem;
}
@media screen and (max-width: 640px) {
  .news_archive .news_list_wrap .news_box a .cat {
    width: 0.90rem;
    font-size: 0.12rem;
  }
}
.news_archive .news_list_wrap .news_box a .ttl {
  font-size: 0.16rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .news_archive .news_list_wrap .news_box a .ttl {
    font-size: 0.15rem;
    line-height: 1.65;
    margin-top: 0.1rem;
    width: 100%;
  }
}

/*============================
お知らせ詳細
============================*/
.news_detail_wrap {
  width: 100%;
  margin: auto;
}

.news_detail_wrap .title_wrap {
  padding-bottom: 0.30rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.15rem;
}

.news_detail_wrap .title_wrap .date,
.news_detail_wrap .title_wrap .cat {
  font-size: 0.15rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .title_wrap .date,
  .news_detail_wrap .title_wrap .cat {
    font-size: 0.12rem;
  }
}

.news_detail_wrap .title_wrap .cat {
  padding-left: 0.15rem;
}

.news_detail_wrap .title_wrap .cat::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
}

.news_detail_wrap .title_wrap .ttl {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .title_wrap .ttl {
    font-size: 0.20rem;
  }
}

.news_detail_wrap .entry_body {
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body {
    font-size: 0.14rem;
  }
}

.news_detail_wrap .entry_body .main_img {
  padding-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body .main_img {
    padding-bottom: 0.20rem;
  }
}

.news_detail_wrap .entry_body .main_img img {
  display: block;
  width: 100%;
  height: auto;
}

.news_detail_wrap .entry_body img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.news_detail_wrap .entry_body p + img {
  padding-top: 0.15rem;
}

.news_detail_wrap .entry_body h1 {
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.5;
  border-left: 0.05rem solid #4EC1DD;
  padding-left: 0.10rem;
  margin: 0.10rem 0;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body h1 {
    font-size: 0.22rem;
  }
}

.news_detail_wrap .entry_body h2 {
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 1.5;
  border-left: 0.05rem solid #4EC1DD;
  padding-left: 0.10rem;
  margin: 0.10rem 0;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body h2 {
    font-size: 0.20rem;
  }
}

.news_detail_wrap .entry_body h3 {
  font-size: 0.20rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.10rem 0;
  padding-bottom: 0.10rem;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body h3 {
    font-size: 0.18rem;
  }
}
.news_detail_wrap .entry_body h4 {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.10rem 0;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body h4 {
    font-size: 0.16rem;
  }
}

.news_detail_wrap .entry_body h5 {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.10rem 0;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body h5 {
    font-size: 0.14rem;
  }
}
.news_detail_wrap .entry_body p {
  font-size: 0.16rem;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body p {
    font-size: 0.14rem;
  }
}
.news_detail_wrap .entry_body p + h1 {
  margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body p + h1 {
    margin-top: 0.20rem;
  }
}
.news_detail_wrap .entry_body p + h2 {
  margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body p + h2 {
    margin-top: 0.20rem;
  }
}
.news_detail_wrap .entry_body p + h3 {
  margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body p + h3 {
    margin-top: 0.18rem;
  }
}
.news_detail_wrap .entry_body p + h4 {
  margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body p + h4 {
    margin-top: 0.16rem;
  }
}
.news_detail_wrap .entry_body p + h5 {
  margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body p + h5 {
    margin-top: 0.16rem;
  }
}
.news_detail_wrap .entry_body img + h1 {
  margin-top: 0.20rem;
}

.news_detail_wrap .entry_body img + h2 {
  margin-top: 0.20rem;
}

.news_detail_wrap .entry_body img + h3 {
  margin-top: 0.20rem;
}

.news_detail_wrap .entry_body img + h4 {
  margin-top: 0.20rem;
}

.news_detail_wrap .entry_body img + h5 {
  margin-top: 0.20rem;
}

.news_detail_wrap .entry_body img + p {
  margin-top: 0.10rem;
}

/* 最新記事とカテゴリ */
.archive_wrap {
  padding: 0.60rem 0;
  position: relative;
  margin-top: 1.00rem;
}
@media screen and (max-width: 640px) {
  .archive_wrap {
    padding: 0.50rem 0;
    margin-top: 0.60rem;
  }
}

.archive_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F4F3F0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

.archive_wrap::after {
  content: "";
  width: 4.00rem;
  height: 1.80rem;
  background-image: url(../img/common/deco_kamome.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.50rem;
  top: -0.50rem;
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .archive_wrap::after {
    width: 2.00rem;
    height: 1.20rem;
    left: auto;
    right: -0.80rem;
  }
}

.archive_wrap .in .flex_warp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.50rem 0;
}

.archive_wrap .in .box {
  width: 100%;
  max-width: 4.20rem;
}

.archive_wrap .in .box .ttl {
  font-size: 0.16rem;
  font-weight: 500;
  padding-bottom: 0.10rem;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 640px) {
  .archive_wrap .in .box .ttl {
    font-size: 0.15rem;
  }
}

.archive_wrap .in .box .list {
  padding-top: 0.20rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0;
}

.archive_wrap .in .box .list .link {
  width: 100%;
}

.archive_wrap .in .box .list .link a {
  color: #333;
  font-size: 0.15rem;
  line-height: 1.5;
  text-indent: -0.20rem;
  padding-left: 0.20rem;
  display: block;
}
@media screen and (max-width: 640px) {
  .archive_wrap .in .box .list .link a {
    font-size: 0.14rem;
  }
}

@media (hover: hover) {
  .archive_wrap .in .box .list .link a:hover {
    text-decoration: underline;
  }
}

.archive_wrap .in .box .list .link a::before {
  content: "";
  width: 0.20rem;
  height: 0.08rem;
  background-image: url(../img/common/btn01_arrow_gray.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: -0.02rem;
}

.archive_wrap .in .box .list .link a span {
  font-size: 0.13rem;
}
@media screen and (max-width: 640px) {
  .archive_wrap .in .box .list .link a span {
    font-size: 0.12rem;
  }
}