@charset "UTF-8";
/* ===================================================================
CSS information

file name  : news.css
author     : Abilive
style info : 新着情報
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_news {
  margin-right: auto;
  margin-left: auto;
  --wrp: 10;
  --main: 7;
  --side: 2.5;
}
@media only screen and (min-width: 1025px) {
  .con_news {
    width: calc(1180 / 1440 * 100%);
    max-width: calc(1180px);
  }
}
@media only screen and (min-width: 1441px) {
  .con_news {
    max-width: calc(1180px * ((18 + 0) / 14));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news {
    align-items: flex-start;
    display: flex;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .con_news {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    --main: 10;
    --side: 7;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    --main: 10;
    --side: 10;
  }
}
.con_news .main_news_det {
  width: calc(var(--main) / var(--wrp) * 100%);
}
.con_news .main_news {
  width: calc(var(--main) / var(--wrp) * 100%);
}
.con_news .side {
  width: calc(var(--side) / var(--wrp) * 100%);
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side {
    margin-right: auto;
    margin-top: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side {
    margin-top: 4.5em;
  }
}

.main_news {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main_news .txt_news span {
  margin-left: .3em;
  margin-right: .3em;
}
@media only screen and (min-width: 768px) {
  .main_news .txt_news span {
    font-size: 1.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .txt_news span {
    font-size: 1.47rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .txt_news {
    width: 100%;
    text-align: center;
  }
}
.main_news .box_news {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .main_news .box_news {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_news {
    margin-top: 1em;
  }
}
.main_news .box_news li a {
  text-decoration: none;
  width: 100%;
  display: flex;
  --photo: 25%;
  --margin: 3%;
  --txt: calc(100% - var(--photo) - var(--margin));
  --padtb: 1.5em;
  --padrl: 2em;
  position: relative;
  transition: ease .3s opacity;
}
.mouse .main_news .box_news li a {
  transition: opacity 0.1s ease-in;
}
.mouse .main_news .box_news li a:hover, .touch .main_news .box_news li a.touchstart {
  opacity: 0.7;
}
.touch .main_news .box_news li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .main_news .box_news li a.touchend {
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) {
  .main_news .box_news li a {
    padding: var(--padtb) 3em var(--padtb) var(--padrl);
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_news li a {
    padding: var(--padtb) 2em var(--padtb) var(--padrl);
  }
}
.main_news .box_news li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-DDD);
}
@media only screen and (max-width: 767px) {
  .main_news .box_news li a {
    --photo: 30%;
    --margin: 5%;
    --padtb: 1.25em;
    --padrl: 0;
  }
}
.main_news .box_news li a .photo {
  width: var(--photo);
}
.main_news .box_news li a .photo + .box_txt {
  width: var(--txt);
  margin-right: 0;
  margin-left: auto;
}
.main_news .box_news li a .photo img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.main_news .box_news li a .box_txt {
  width: 100%;
  --cate-height: 1.3rem;
}
.main_news .box_news li a .box_txt time {
  color: var(--color-title-small);
  height: var(--cate-height);
}
@media only screen and (min-width: 768px) {
  .main_news .box_news li a .box_txt time {
    font-size: 0.79rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_news li a .box_txt time {
    font-size: 0.73rem;
  }
}
.main_news .box_news li a .box_txt .txt_inf {
  display: flex;
  flex-wrap: wrap;
}
.main_news .box_news li a .box_txt .txt_inf .cate {
  color: var(--color-title-small);
  line-height: 1;
  margin-top: .5em;
}
@media only screen and (min-width: 768px) {
  .main_news .box_news li a .box_txt .txt_inf .cate {
    font-size: 0.79rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_news li a .box_txt .txt_inf .cate {
    font-size: 0.73rem;
  }
}
.main_news .box_news li a .box_txt .txt_inf .cate:not(:last-child) {
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .main_news .box_news li a .box_txt .txt_inf .cate {
    margin-top: .3em;
  }
}
.main_news .box_news li a .box_txt .st {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  overflow: hidden;
  margin-top: .5em;
}
@media only screen and (min-width: 768px) {
  .main_news .box_news li a .box_txt .st {
    font-size: 1.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_news li a .box_txt .st {
    font-size: 1rem;
  }
}
.main_news .box_news li a .ic, .main_news .box_news li a .ic_rt, .main_news .box_news li a .ic_pdf, .main_news .box_news li a .ic_external {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .main_news .box_news li a .ic, .main_news .box_news li a .ic_rt, .main_news .box_news li a .ic_pdf, .main_news .box_news li a .ic_external {
    right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_news li a .ic, .main_news .box_news li a .ic_rt, .main_news .box_news li a .ic_pdf, .main_news .box_news li a .ic_external {
    right: .25em;
  }
}
.main_news .box_news li a .ic {
  right: 0;
}
.main_news .box_news li a .ic_pdf, .main_news .box_news li a .ic_external {
  fill: #707070;
}
.main_news .box_news li a .ic_pdf svg, .main_news .box_news li a .ic_external svg {
  width: 1em;
  height: 1em;
}
@media only screen and (max-width: 767px) {
  .main_news .box_news li a .ic_pdf, .main_news .box_news li a .ic_external {
    transform: scale(0.8) translateY(-50%);
  }
}
.main_news .box_news li a .ic_rt svg {
  fill: #707070;
}
.main_news .box_news li:last-child a {
  border-bottom: var(--border);
}
.main_news .box_news + .box_pager {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .main_news .box_news + .box_pager {
    margin: 4em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_news + .box_pager {
    margin: 3em auto 0;
  }
}
.main_news .box_pager {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .main_news .box_pager {
    margin: 1.42rem 0 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_pager {
    margin: 2em auto 1em auto;
    justify-content: center;
  }
}
.main_news .box_pager p {
  margin-right: .5em;
  margin-left: .5em;
  aspect-ratio: 1 / 1;
}
.main_news .box_pager p a, .main_news .box_pager p > span {
  --bdc: var(--color-btn);
  height: 100%;
  width: 2.5em;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: ease .3s background-color, ease .3s color;
  line-height: .8;
  font-family: 'Cardo', 'Zen Old Mincho', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) {
  .main_news .box_pager p a, .main_news .box_pager p > span {
    font-size: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_pager p a, .main_news .box_pager p > span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_pager p a, .main_news .box_pager p > span {
    width: 2.25em;
  }
}
.main_news .box_pager p a .ic_rt svg, .main_news .box_pager p > span .ic_rt svg {
  fill: #707070;
}
.main_news .box_pager p.current span {
  background-color: var(--color-btn);
  color: #fff;
}
.main_news .box_pager p.btn_prev a, .main_news .box_pager p.btn_next a {
  position: relative;
  display: flex;
  align-items: center;
  transition: right .3s ease, left .3s ease;
}
.main_news .box_pager p.btn_next a {
  right: 0;
}
.mouse .main_news .box_pager p.btn_next a:hover, .touch .main_news .box_pager p.btn_next a.touchstart {
  right: -.25em;
}
.touch .main_news .box_pager p.btn_next a {
  -webkit-tap-highlight-color: transparent;
}
.touch .main_news .box_pager p.btn_next a.touchend {
  transition-delay: 200ms;
}
.main_news .box_pager p.btn_prev a {
  left: 0;
}
.main_news .box_pager p.btn_prev a svg {
  transform: scaleX(-1);
}
.mouse .main_news .box_pager p.btn_prev a:hover, .touch .main_news .box_pager p.btn_prev a.touchstart {
  left: -.25em;
}
.touch .main_news .box_pager p.btn_prev a {
  -webkit-tap-highlight-color: transparent;
}
.touch .main_news .box_pager p.btn_prev a.touchend {
  transition-delay: 200ms;
}
.mouse .main_news .box_pager p.pager a:hover, .touch .main_news .box_pager p.pager a.touchstart {
  background-color: var(--bdc);
  color: #fff;
}
.touch .main_news .box_pager p.pager a {
  -webkit-tap-highlight-color: transparent;
}
.touch .main_news .box_pager p.pager a.touchend {
  transition-delay: 200ms;
}

.main_news_det .news_title .title_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main_news_det .news_title .title_inner time {
  line-height: 1;
  margin-right: 1em;
  margin-top: .3em;
  color: var(--color-title-small);
}
@media only screen and (min-width: 768px) {
  .main_news_det .news_title .title_inner time {
    font-size: 0.79rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .news_title .title_inner time {
    font-size: 0.73rem;
  }
}
.main_news_det .news_title .title_inner > .txt_inf {
  display: flex;
  flex-wrap: wrap;
}
.main_news_det .news_title .title_inner > .txt_inf .cate {
  color: var(--color-title-small);
  line-height: 1;
  margin-top: .5em;
}
@media only screen and (min-width: 768px) {
  .main_news_det .news_title .title_inner > .txt_inf .cate {
    font-size: 0.79rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .news_title .title_inner > .txt_inf .cate {
    font-size: 0.73rem;
  }
}
.main_news_det .news_title .title_inner > .txt_inf .cate:not(:last-child) {
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .main_news_det .news_title .title_inner > .txt_inf .cate {
    margin-top: .3em;
  }
}
.main_news_det .news_title .title {
  font-family: 'Zen Old Mincho', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 500;
  line-height: 1.35;
  margin-top: .75em;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .main_news_det .news_title .title {
    font-size: 1.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .news_title .title {
    font-size: 1.47rem;
  }
}
.main_news_det .box_det .txt {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.main_news_det .box_det > * {
  --base-margin: 3.5rem;
  margin: var(--base-margin) 0;
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_det > * {
    --base-margin: 2.5rem;
  }
}
.main_news_det .box_slider .caption,
.main_news_det .photo .caption {
  margin-top: 1em;
  line-height: 1.4;
  display: block;
}
.main_news_det .box_photo2 {
  display: flex;
}
.main_news_det .box_photo2 .photo {
  --parent: 100;
  --col: 2;
  --width: 48;
  --margin: calc((var(--parent) - (var(--width) * var(--col))) / (var(--col) - 1));
  width: calc(var(--width) / var(--parent) * 100%);
}
.main_news_det .box_photo2 .photo:not(:first-child) {
  margin-left: calc(var(--margin) / var(--parent) * 100%);
}
.main_news_det .box_photo3 {
  display: flex;
}
.main_news_det .box_photo3 .photo {
  --parent: 100;
  --col: 3;
  --width: 31;
  --margin: calc((var(--parent) - (var(--width) * var(--col))) / (var(--col) - 1));
  width: calc(var(--width) / var(--parent) * 100%);
}
.main_news_det .box_photo3 .photo:not(:first-child) {
  margin-left: calc(var(--margin) / var(--parent) * 100%);
}
.main_news_det [class*="box_photo_txt"], .main_news_det [class*="box_txt_photo"] {
  --photo: 48;
  --text: 48;
}
@media only screen and (min-width: 768px) {
  .main_news_det [class*="box_photo_txt"], .main_news_det [class*="box_txt_photo"] {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det [class*="box_photo_txt"], .main_news_det [class*="box_txt_photo"] {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det [class*="box_photo_txt"], .main_news_det [class*="box_txt_photo"] {
    --photo: 100;
    --text: 100;
  }
}
.main_news_det [class*="box_photo_txt"] .photo, .main_news_det [class*="box_txt_photo"] .photo {
  width: calc(var(--photo) / 100 * 100%);
}
@media only screen and (max-width: 767px) {
  .main_news_det [class*="box_photo_txt"] .photo, .main_news_det [class*="box_txt_photo"] .photo {
    order: -1;
  }
}
.main_news_det [class*="box_photo_txt"] .photo img, .main_news_det [class*="box_txt_photo"] .photo img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.main_news_det [class*="box_photo_txt"] .box_txt, .main_news_det [class*="box_txt_photo"] .box_txt {
  width: calc(var(--text) / 100 * 100%);
}
@media only screen and (min-width: 768px) {
  .main_news_det [class*="box_photo_txt"] .box_txt, .main_news_det [class*="box_txt_photo"] .box_txt {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det [class*="box_photo_txt"] .box_txt, .main_news_det [class*="box_txt_photo"] .box_txt {
    margin-top: 2em;
  }
}
.main_news_det [class*="box_photo_txt"] .box_txt .txt, .main_news_det [class*="box_txt_photo"] .box_txt .txt {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .main_news_det .box_photo_txt2, .main_news_det .box_txt_photo2 {
    --photo: 30;
    --text: 65;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_photo_txt2, .main_news_det .box_txt_photo2 {
    --photo: 100;
  }
  .main_news_det .box_photo_txt2 img, .main_news_det .box_photo_txt2 span, .main_news_det .box_txt_photo2 img, .main_news_det .box_txt_photo2 span {
    max-width: 70%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.main_news_det .box_txt_photo .box_txt, .main_news_det .box_txt_photo2 .box_txt {
  order: -1;
}
.main_news_det .box_movie iframe {
  aspect-ratio: 560 / 315;
  object-fit: cover;
  width: 100%;
  border: none;
}
.main_news_det .box_txt_txt {
  --txt: 100;
  --margin: 4;
}
@media only screen and (min-width: 768px) {
  .main_news_det .box_txt_txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_txt_txt {
    --margin: 0;
  }
}
.main_news_det .box_txt_txt .box_txt {
  width: calc(var(--txt) / 100 * 100%);
}
.main_news_det .box_txt_txt .box_txt:nth-child(2) {
  margin-left: calc(var(--margin) / 100 * 100%);
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_txt_txt .box_txt:nth-child(2) {
    margin-top: .5em;
  }
}
.main_news_det .box_txt_txt .box_txt .txt {
  margin-top: 0;
  margin-bottom: 0;
}
.main_news_det .box_st {
  margin-bottom: 0;
}
.main_news_det .box_st + * {
  margin-top: calc(var(--base-margin) * .5);
}
.main_news_det .box_st + .box_tbl {
  margin-top: 1.5em;
}
.main_news_det .cms_txt_btn {
  display: block;
}
.main_news_det .cms_txt_btn .tmp_link {
  line-height: 1.2;
}
.main_news_det .cms_btn {
  text-align: center;
}
.main_news_det .cms_btn .tmp_btn {
  display: inline-block;
  max-width: 100%;
  min-width: 14.28rem;
  width: auto;
}
.main_news_det .cms_btn .tmp_btn .a:not(.esc) {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .main_news_det .cms_btn .tmp_btn .a:not(.esc) {
    padding: 1em;
  }
}
.main_news_det .cms_btn + .cms_btn {
  margin-top: calc(var(--base-margin) * .75);
}
.main_news_det .cms_btn, .main_news_det .cms_btn {
  margin-bottom: 0;
}
.main_news_det + .cms_btn, .main_news_det + .cms_txt_btn {
  margin-top: calc(var(--base-margin) * -1 * .5);
  margin-bottom: 0;
}
.main_news_det .box_pager {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--color-DDD);
}
@media only screen and (min-width: 768px) {
  .main_news_det .box_pager {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_pager {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .main_news_det .box_pager {
    padding-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_pager {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_pager {
    margin-top: 6rem;
  }
}
.main_news_det .box_pager > * a {
  transition: box-shadow .3s ease-in-out;
  display: flex;
  text-decoration: none;
  background: var(--color-btn-gray);
}
@media only screen and (min-width: 768px) {
  .main_news_det .box_pager > * a {
    padding: 0.5em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_pager > * a {
    padding: 0.4em 1em;
  }
}
.mouse .main_news_det .box_pager > * a {
  transition: opacity 0.1s ease-in;
}
.mouse .main_news_det .box_pager > * a:hover, .touch .main_news_det .box_pager > * a.touchstart {
  opacity: 0.7;
}
.touch .main_news_det .box_pager > * a {
  -webkit-tap-highlight-color: transparent;
}
.touch .main_news_det .box_pager > * a.touchend {
  transition-delay: 200ms;
}
.main_news_det .box_pager .btn_prev a, .main_news_det .box_pager .btn_next a {
  text-align: center;
  align-items: center;
}
.main_news_det .box_pager .btn_prev a span, .main_news_det .box_pager .btn_next a span {
  display: inline-block;
}
.main_news_det .box_pager .btn_prev a .ic_rt svg, .main_news_det .box_pager .btn_next a .ic_rt svg {
  fill: #707070;
  transform: translateY(-0.1em);
  width: .75em;
  transition: ease-out .3s fill;
}
@media only screen and (min-width: 768px) {
  .main_news_det .box_pager .btn_prev a span {
    padding-left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_pager .btn_prev a span {
    padding-left: 0.5em;
  }
}
.main_news_det .box_pager .btn_prev a .ic_rt {
  order: -1;
}
.main_news_det .box_pager .btn_prev a .ic_rt svg {
  transform: translateY(-0.1em) scaleX(-1);
}
@media only screen and (min-width: 768px) {
  .main_news_det .box_pager .btn_next a span {
    padding-right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_pager .btn_next a span {
    padding-right: 0.5em;
  }
}
.main_news_det .box_pager .btn_list {
  margin-right: 1em;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_pager .btn_list {
    margin-right: .5em;
    margin-left: .5em;
  }
}

.side {
  --bdc: var(--color-DDD);
  --bd: 1px solid var(--bdc);
}
.side .box_side + .box_side {
  margin-top: 3em;
}
.side .box_side .st {
  line-height: calc(42/26);
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .side .box_side .st {
    font-size: 1.43rem;
  }
}
@media only screen and (max-width: 767px) {
  .side .box_side .st {
    font-size: 1.33rem;
  }
}
.side .box_side ul li > a, .side .box_side ul li > .accordion, .side .box_side ol li > a, .side .box_side ol li > .accordion {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: ease .3s background;
  --ic: 2rem;
  --padtb: .65em;
  padding: var(--padtb) 0 var(--padtb) 0;
}
@media only screen and (max-width: 767px) {
  .side .box_side ul li > a, .side .box_side ul li > .accordion, .side .box_side ol li > a, .side .box_side ol li > .accordion {
    --padtb: .75em;
  }
}
.side .box_side ul li > a::before, .side .box_side ul li > .accordion::before, .side .box_side ol li > a::before, .side .box_side ol li > .accordion::before {
  width: var(--ic);
  content: "\f3d0";
  font-family: "Ionicons";
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
}
.side .box_side ul li > a:hover, .side .box_side ul li > .accordion:hover, .side .box_side ol li > a:hover, .side .box_side ol li > .accordion:hover {
  background-color: var(--color-F3F1EE);
}
.side .box_side ul li > a span, .side .box_side ul li > .accordion span, .side .box_side ol li > a span, .side .box_side ol li > .accordion span {
  width: calc(100% - var(--ic) - 1em);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  overflow: hidden;
}
.side .box_side ul li .accordion::before, .side .box_side ol li .accordion::before {
  transform: none;
  content: '\f48a';
}
.side .box_side ul li .accordion.is-active::before, .side .box_side ol li .accordion.is-active::before {
  content: '\f463';
}
.side .box_side .box_new, .side .box_side .box_cate {
  margin-top: .7em;
}
.side .box_side .box_new li, .side .box_side .box_cate li {
  border-top: var(--bd);
}
.side .box_side .box_new li:last-child, .side .box_side .box_cate li:last-child {
  border-bottom: var(--bd);
}
.side .box_side .box_mon {
  margin-top: .75em;
}
.side .box_side .box_mon > li {
  border-top: var(--bd);
}
.side .box_side .box_mon > li:last-child {
  border-bottom: var(--bd);
}
.side .box_side .box_mon > li button {
  color: var(--color-text-body);
  width: 100%;
  align-items: center;
  --padtb: 1em;
}
@media only screen and (max-width: 767px) {
  .side .box_side .box_mon > li button {
    --padtb: 1em;
  }
}
.side .box_side .box_mon ol {
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s, height 0.5s;
  visibility: hidden;
}
.side .box_side .box_mon ol li button {
  color: var(--color-text-body);
  padding: .25em 0 .75em 1em;
}
.side .box_side .box_mon ol li a {
  --padtb: 0;
}
@media only screen and (max-width: 767px) {
  .side .box_side .box_mon ol li a {
    --padtb: .5em;
  }
}
.side .box_side .box_mon .accordion[aria-expanded="true"]::before {
  content: "\f463";
}
.side .box_side .box_mon .accordion[aria-expanded="true"] + ol {
  visibility: visible;
}
