@charset "UTF-8";
/*
 行数制限、越えた場合は「...」になる
*/
/* --------------------
 * NEWS
 * -------------------- */
/*@import '_*.scss';*/
/* --------------------
 * pageTitle
 * -------------------- */
.breadcrumbList.layoutLiquid {
  border-bottom: 1px solid #dddddd;
}

.pageTitle.newsTop {
  background-image: url("/news/images/kv_news_sp.jpg");
}

@media print, screen and (min-width: 769px) {
  .pageTitle.newsTop {
    background-image: url("/news/images/kv_news_pc.jpg");
  }
}

/* --------------------
 * entryHeader
 * -------------------- */
.secEntryHeader .inner {
  margin: 40px 0 0 0;
}

.secEntryHeader .inner h1 {
  margin-bottom: 20px !important;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 27px;
  font-weight: 100;
  line-height: 1.5em;
}

.secEntryHeader .inner .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.secEntryHeader .inner .wrap .entryCatDate {
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 0;
}

.secEntryHeader .inner .wrap .entryCatDate span {
  font-weight: normal;
  color: #9d9d9e;
  margin-left: 7px;
}

.secEntryHeader .inner .wrap .pdfIcon img {
  width: 30px;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .secEntryHeader .inner {
    margin: 90px 0 0 0;
  }
  .secEntryHeader .inner h1 {
    font-size: 52px;
    margin-bottom: 29px;
  }
  .secEntryHeader .inner .wrap {
    margin-bottom: 28px;
  }
  .secEntryHeader .inner .wrap .entryCatDate {
    font-size: 14px;
  }
  .secEntryHeader .inner .wrap .entryCatDate span {
    margin-left: 12px;
    font-size: 12px;
  }
  .secEntryHeader .inner .wrap .pdfIcon img {
    width: 41px;
  }
}

/* --------------------
 * newsList
 * -------------------- */
.secNewsList {
  padding-top: 60px;
  padding-bottom: 70px;
}

.secNewsList .menuArea1 {
  padding-bottom: 50px;
}

.secNewsList .menuArea1 .menu {
  width: 100%;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.secNewsList .menuArea1 .menu li {
  height: 50px;
  line-height: 50px;
}

.secNewsList .menuArea1 .menu li a {
  display: block;
  font-size: 13px;
  text-align: center;
}

.secNewsList .menuArea1 .menu li.menu_single {
  background: pink;
  position: relative;
}

.secNewsList .menuArea1 .menu li.menu_single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

.secNewsList .menuArea1 .menu li.menu_single ul.menu__second-level {
  position: absolute;
  top: 50px;
  width: 100%;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.secNewsList .menuArea1 .menu li.menu_single ul.menu__second-level li {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.secNewsList .menuArea {
  padding-bottom: 50px;
}

.secNewsList .menuArea .menu {
  width: 100%;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*アイコンを入れ替える*/
}

.secNewsList .menuArea .menu li.menuList {
  height: 35px;
  line-height: 35px;
}

.secNewsList .menuArea .menu li.menuList a {
  display: block;
  font-size: 12px;
  text-align: center;
}

.secNewsList .menuArea .menu li.space {
  margin-right: -15px;
}

.secNewsList .menuArea .menu li.space a {
  letter-spacing: -0.1em;
}

.secNewsList .menuArea .menu li.current > a {
  color: #fb2064;
  border-bottom: 1px solid #fb2064;
  pointer-events: none;
}

.secNewsList .menuArea .menu li.current label {
  color: #fb2064;
  border-bottom: 1px solid #fb2064;
}

.secNewsList .menuArea .menu .accbox {
  /*チェックボックスは隠す*/
  /*アコーディオン閉じた状態：中身を非表示にしておく*/
}

.secNewsList .menuArea .menu .accbox label {
  font-size: 12px;
  text-align: center;
  margin: 0 15px 0;
  display: block;
  position: relative;
}

.secNewsList .menuArea .menu .accbox label:before {
  content: "";
  position: absolute;
  background-image: url(../images/arrow1.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 100%;
  display: block;
  width: 9.6px;
  height: 5.6px;
  margin-left: 5px;
}

.secNewsList .menuArea .menu .accbox input[type="checkbox"].cssacc {
  display: none;
}

.secNewsList .menuArea .menu .accbox .accshow li {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition-duration: 300ms;
}

.secNewsList .menuArea .menu .cssacc:checked + label + .accshow li {
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
  z-index: 1;
  background: #fff;
}

.secNewsList .menuArea .menu .cssacc:checked + label + .accshow li a {
  font-size: 11px;
}

.secNewsList .menuArea .menu .cssacc:checked + label:before {
  background-image: url(../images/arrow2.png);
}

.secNewsList > ul li {
  margin-bottom: 20px;
}

.secNewsList > ul li a {
  display: -ms-flexbox;
  display: flex;
}

.secNewsList > ul li figure {
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
}

.secNewsList > ul li .content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 15px;
  box-sizing: border-box;
}

.secNewsList > ul li .category {
  margin-bottom: 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.secNewsList > ul li .category span {
  display: block;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: auto;
  font-size: 10px;
  line-height: 1;
  color: #595757;
  white-space: nowrap;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.secNewsList > ul li .category:after {
  content: '';
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: auto;
  height: 1px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}

.secNewsList > ul li .main {
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 11px;
}

.secNewsList > ul li .main {
  overflow: hidden;
  max-height: 96px;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
}

.secNewsList > ul li .date {
  font-size: 10px;
  line-height: 1;
  color: #9d9d9e;
  white-space: nowrap;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

@media print, screen and (min-width: 769px) {
  .secNewsList {
    padding-top: 100px;
    padding-bottom: 140px;
    overflow: hidden;
  }
  .secNewsList .menuArea {
    padding-bottom: 80px;
  }
  .secNewsList .menuArea .menu {
    width: 550px;
    margin: 0 auto;
  }
  .secNewsList .menuArea .menu li.menuList {
    position: relative;
    padding-right: 30px;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
  }
  .secNewsList .menuArea .menu li.menuList:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  .secNewsList .menuArea .menu li.menuList:last-child:before {
    border-right: none;
  }
  .secNewsList .menuArea .menu li.menuList a {
    font-size: 20px;
  }
  .secNewsList .menuArea .menu li.menuList a:hover {
    border-bottom: 1px solid #fb2064;
  }
  .secNewsList .menuArea .menu li.menuList:before {
    position: absolute;
    display: block;
    content: "";
    top: 42%;
    right: 0;
    height: 20px;
    margin-top: -6px;
    border-right: 1px solid #ddd;
  }
  .secNewsList .menuArea .menu .accbox label {
    cursor: pointer;
    margin: 0 36px 0 30px;
    font-size: 20px;
  }
  .secNewsList .menuArea .menu .accbox label:hover {
    color: #fb2064;
    border-bottom: 1px solid #fb2064;
  }
  .secNewsList .menuArea .menu .accbox label:before {
    width: 12px;
    height: 7px;
    margin-left: 15px;
  }
  .secNewsList .menuArea .menu .cssacc:checked + label + .accshow li a {
    font-size: 14px;
  }
  .secNewsList .menuArea .menu .cssacc:checked + label + .accshow li a:hover {
    border-bottom: none;
  }
  .secNewsList > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -24px;
  }
  .secNewsList > ul li {
    -ms-flex: 0 0 193px;
    flex: 0 0 193px;
    max-width: 193px;
    margin: 0 25px 50px 24px;
  }
  .secNewsList > ul li a {
    display: block;
  }
  .secNewsList > ul li figure {
    margin-bottom: 30px;
  }
  .secNewsList > ul li .category {
    margin-bottom: 15px;
  }
  .secNewsList > ul li .category span {
    font-size: 12px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .secNewsList > ul li .main {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    max-height: 144px;
  }
  .secNewsList > ul li .date {
    font-size: 12px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
