@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	CMS お知らせ詳細
//////////////////////////////////////////////////*/
.mv .mv-container .mv-body .image {
  transform: translate(-50%, -90%);
}

@media screen and (min-width: 769px) {
  .mv .mv-container .mv-body .image {
    transform: translate(0, -100%);
  }
}
.cms-mv {
  padding: 4rem 0 2.4rem;
}
.cms-mv .cms-title .main {
  margin-bottom: 0.5rem;
  font-family: "Aoboshi One", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 3.6rem;
  color: #1F293B;
}
.cms-mv .cms-title .sub {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .cms-mv {
    padding: 6rem 0 4rem;
  }
  .cms-mv .cms-title .main {
    font-size: 5.6rem;
  }
}
.cms-detail .l-section {
  padding-bottom: 8rem;
}
.cms-detail .detail-header {
  padding-bottom: 2.4rem;
  border-bottom: 2px solid #1F293B;
  margin-bottom: 3.2rem;
}
.cms-detail .detail-header .date {
  display: inline-flex;
  align-items: center;
  line-height: 3rem;
  padding: 0 1.6rem;
  margin-bottom: 1.2rem;
  background: #2DD4BF;
  border-radius: 100vw;
  border: 1px solid #1F293B;
  font-weight: 700;
  font-size: 1.4rem;
}
.cms-detail .detail-header .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1F293B;
}
.cms-detail .detail-image {
  margin-bottom: 3.2rem;
}
.cms-detail .detail-image img {
  width: 100%;
  height: auto;
}
.cms-detail .detail-body {
  font-size: 1.6rem;
  line-height: 1.9;
}
.cms-detail .detail-body a {
  color: #4D85B7;
  text-decoration: underline;
}
.cms-detail .detail-backlink {
  margin-top: 4.8rem;
}
.cms-detail .detail-backlink a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #4D85B7;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #4D85B7;
  padding-bottom: 0.2em;
}
.cms-detail .detail-backlink a:hover {
  opacity: 0.7;
}
.cms-detail .detail-notfound {
  padding: 4rem 0;
  text-align: center;
  font-size: 1.6rem;
}
.cms-detail .detail-notfound .detail-notfound__back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 2.4rem;
  color: #4D85B7;
  text-decoration: none;
  border-bottom: 1px solid #4D85B7;
}

@media screen and (min-width: 769px) {
  .cms-detail .detail-header .title {
    font-size: 2.8rem;
  }
  .cms-detail .detail-body {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=style.css.map */
