@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --nav-color: #6a3906;
}

.column_title.col01 {
  color: #13ae67;
}
.column_title.col02 {
  color: #8fc31f;
}
.column_title.col03 {
  color: #eb6d8e;
}

.contents_area {
  padding: 80px 0 0;
  position: relative;
}
@media (width <= 480px) {
  .contents_area {
    padding: 13.3333333333vw 0 0;
  }
}
.contents_area_inner {
  width: min(84.375%, 880px);
  margin: 80px auto 0;
  padding: 10px;
  border-radius: 30px;
  background: #eb6d8e;
}
@media (width <= 480px) {
  .contents_area_inner {
    margin: 13.3333333333vw auto 0;
    padding: 2.0833333333vw;
    border-radius: 6.25vw;
  }
}
.contents_area_inner.not_mt {
  margin-top: 0;
}
.contents_area_inner_inner {
  width: 100%;
  padding: 18px 0 50px;
  background: #fff;
  border-radius: 20px;
}
@media (width <= 480px) {
  .contents_area_inner_inner {
    padding: 3.75vw 0 10.4166666667vw;
    border-radius: 4.1666666667vw;
  }
}
.contents_area_inner_inner #newsWrap {
  width: min(84.375%, 750px);
  margin: auto;
}
.contents_area_inner_inner #newsWrap #newsList li {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: start;
  align-items: start;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  padding: 28px 0;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (width <= 480px) {
  .contents_area_inner_inner #newsWrap #newsList li {
    grid-template-columns: 1fr;
    font-size: 4.5833333333vw;
    padding: 5.8333333333vw 0;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }
}
.contents_area_inner_inner #newsWrap #newsList li .up_ymd {
  font-size: 0.87em;
  line-height: 1.75;
}
.contents_area_inner_inner #newsWrap #newsList li:not(:last-child) {
  border-bottom: 2px dotted #eb6d8e;
}
.contents_area_inner_inner #newsWrap #newsList li a {
  color: var(--nav-color);
}
.contents_area_inner_inner #newsWrap .pager {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
@media (width <= 480px) {
  .contents_area_inner_inner #newsWrap .pager {
    margin-top: 5vw;
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
  }
}
.contents_area_inner_inner #newsWrap .pager a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eb6d8e;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
}
@media (width <= 480px) {
  .contents_area_inner_inner #newsWrap .pager a {
    width: 5.8333333333vw;
    height: 5.8333333333vw;
    border-radius: 10.4166666667vw;
    line-height: 5.4166666667vw;
    font-size: 3.75vw;
  }
}
.contents_area_inner_inner h2 {
  width: 100%;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 2px dotted #eb6d8e;
  padding: 0.5em 0 0.75em;
}
.contents_area_inner_inner #up_ymd {
  text-align: right;
  margin-top: 0.5em;
  font-size: 22px;
  font-weight: 700;
}
.contents_area_inner_inner #detail * {
  font-size: 20px !important;
  line-height: 1.65;
  font-weight: 700;
  color: var(--nav-color);
}
@media (width <= 480px) {
  .contents_area_inner_inner #detail * {
    font-size: 4.1666666667vw !important;
  }
}
.contents_area_inner_inner #detail * ul {
  padding-left: 2em;
}
.contents_area_inner_inner #detail * ul li {
  list-style-type: disc;
}
.contents_area_inner_inner #detail * ol {
  padding-left: 2em;
}
.contents_area_inner_inner #detail * ol li {
  list-style-type: decimal;
}
.contents_area_inner_inner #detail * a:hover {
  opacity: 0.8;
}
.contents_area_inner_inner #detail .detailText {
  margin-top: 1.5em;
  text-align: justify;
}
.contents_area_inner_inner #detail .detailUpfile {
  width: min(540px, 100%);
  margin: 1.5em auto 0;
  text-align: center;
}
.contents_area_inner_inner #detail .detailUpfile a {
  display: inline-block;
  width: 130px;
  height: 34px;
  background: var(--nav-color);
  color: #fff;
  font-size: 18px !important;
  line-height: 32px;
  border-radius: 10px;
}
.contents_area_inner_inner #detail .detailUpfile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (width <= 480px) {
  .contents_area_inner_inner #detail .detailUpfile img {
    border-radius: 2.0833333333vw;
  }
}
.contents_area_inner_inner .backORcloseBtn {
  margin: 2.5em auto 0;
}
.contents_area_inner_inner .backORcloseBtn a {
  text-align: right;
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #eb6d8e;
  padding-right: 32px;
  transition: all 0.4s;
}
@media (width <= 480px) {
  .contents_area_inner_inner .backORcloseBtn a {
    font-size: 4.5833333333vw;
    padding-right: 6.6666666667vw;
  }
}
.contents_area_inner_inner .backORcloseBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  background: url(../img/back_arrow_29.svg) center center/contain no-repeat;
}
@media (width <= 480px) {
  .contents_area_inner_inner .backORcloseBtn a::after {
    width: 6.0416666667vw;
    height: 6.0416666667vw;
  }
}
.contents_area_inner_inner .backORcloseBtn a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */