@charset "UTF-8";
/* ===================================================================
CSS information

file name  : news.css
author     : Abilive
style info : 新着情報
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.box_news {
  border-bottom: dotted 1px #100d0e;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
.box_news:hover {
  background: #ECECEC;
}
.box_news a {
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 767px) {
  .box_news {
    padding: 15px 0 15px 0;
    margin-bottom: 0;
  }
  .box_news:first-child {
    padding: 0 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .box_news h3.ichi_midashi {
    font-size: 1.29rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_news h3.ichi_midashi {
    font-size: 1.38rem;
  }
}
.box_news.fitted {
  cursor: pointer;
}
.box_news.fitted.hovered {
  background: #ECECEC;
}
@media only screen and (max-width: 767px) {
  .box_news.fitted.hovered {
    background: none;
  }
}
.box_news.fitted.hovered h3 a {
  text-decoration: none;
}
.box_news .img {
  width: 220px;
  max-height: 146px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .box_news .img {
    width: 25%;
    margin-right: 0;
  }
}
.box_news .box_info {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .box_news .box_info {
    margin-bottom: 5px;
    width: 70%;
    float: right;
    flex-direction: column-reverse;
  }
}
.box_news .box_info p {
  display: inline-block;
  vertical-align: middle;
}
.box_news h4.st_syousai, .box_news h3 {
  overflow: hidden;
  margin: 0 0 0.5em 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .box_news h4.st_syousai, .box_news h3 {
    margin: 0 0 0.5em 0;
    width: 70%;
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  .con_pager {
    margin-top: 4.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_pager {
    margin-top: 1.42rem;
  }
}
.con_pager .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.con_pager .pager li {
  position: relative;
}
.con_pager .pager li.arrow:first-child {
  transform: scale(-1, 1);
}
.con_pager .pager li.arrow a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .con_pager .pager li.arrow a {
    font-size: 1.29rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_pager .pager li.arrow a {
    font-size: 1.38rem;
  }
}
.con_pager .pager li.nmber a {
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-family: 'Shippori Mincho', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .con_pager .pager li.nmber a {
    font-size: 1.43rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_pager .pager li.nmber a {
    font-size: 1.23rem;
  }
}
@media only screen and (min-width: 1025px) {
  .con_pager .pager li.nmber a {
    margin: 0 5px;
  }
}
.con_pager .pager li.nmber a:hover {
  background: var(--aaaaa);
  color: #fff;
  transition: .3s;
}
.con_pager .pager li.index a {
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_pager .pager li.index a {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pager .pager li.index a {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pager .pager li.index a {
    padding: 10px;
  }
}
.con_pager .pager li.index a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--aaaaa);
  bottom: 0px;
  opacity: 0;
}
.con_pager .pager li.index a:hover::after {
  opacity: 1;
  transition: .3s;
}

#contents {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  #contents {
    width: calc(1200 / 1440 * 100%);
    max-width: calc(1200px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  #contents {
    max-width: calc(1200px * ((16 + 1) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  #contents {
    width: calc(690 / 750 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  #contents {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  #contents .con_news {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_news {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_news {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #contents .con_news .cms_slider {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_news .cms_slider {
    margin-top: 1.42rem;
  }
}
@media only screen and (min-width: 1025px) {
  #contents .side {
    width: 26%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .side {
    width: 26%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .side {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #contents .side {
    float: none;
    margin-top: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  #contents .side .con_widget {
    margin-bottom: 4.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .side .con_widget {
    margin-bottom: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  #contents .side .con_widget {
    margin-bottom: 4.28rem;
  }
}
#contents .side .con_widget h3 {
  font-weight: normal;
  margin-bottom: 1.42rem;
}
#contents .side .con_widget h3 .en {
  margin: 0 0.5em 0 0;
  color: #100d0e;
}
#contents .side .con_widget h3 .jp {
  color: #100d0e;
}
@media only screen and (min-width: 1025px) {
  #contents .side .con_widget > ul {
    margin-bottom: 1.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .side .con_widget > ul {
    margin-bottom: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  #contents .side .con_widget > ul {
    margin-bottom: 1.42rem;
  }
}
#contents .side .con_widget > ul > li {
  display: block;
}
#contents .side .con_widget > ul > li.active .acc {
  display: block;
}
#contents .side .con_widget > ul > li .acc {
  display: none;
}
#contents .side .con_widget > ul > li ul li a {
  padding: 15px 15px 15px 30px;
  background: #fbfbfb;
}
#contents .side .con_widget > ul > li ul li a:after {
  left: 15px;
}
#contents .side .con_widget > ul > li a {
  position: relative;
  display: block;
  outline: none;
  text-decoration: none;
  padding: 15px 20px 15px 0;
  border-bottom: dotted 1px #100d0e;
}
#contents .side .con_widget > ul > li a:hover, #contents .side .con_widget > ul > li a.active {
  background: #ECECEC;
}
#contents .side .con_widget > ul > li a.active i:before {
  transform: rotate(90deg) !important;
}
#contents .side .con_widget > ul > li a i {
  margin-right: 0.71rem;
  margin-left: 0.71rem;
}
#contents .side .btn_dark {
  text-align: center;
}
#contents .side .btn_dark a {
  transition: all .2s;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-size: 1em;
  color: #fff !important;
  background: #333;
  border: 1px solid #333;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #contents .side .btn_dark a {
    font-size: 1em;
    padding: 10px 5px;
  }
}
#contents .side .btn_dark a:hover {
  background: none;
  color: #333 !important;
}
#contents .side .cms_btn {
  width: 100% !important;
  margin-top: 0 !important;
}

.index .cms_btn {
  display: none;
}
