@charset "UTF-8";

@media only screen and (min-width: 1025px) {

  /*PCのみ*/
  body.single_column #content {
    display: flex;
  }
}

/* =============================================
サイドバー
============================================= */

#news #sidebar #side_category,
#news #sidebar #side_archives_month {
  margin-bottom: 28px;
}

#news #sidebar h3 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding: 12px 22px;
  margin-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#news #sidebar ul {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#news #sidebar ul li.cat-item-none {
  padding: 15px 18px;
}

#news #sidebar li a {
  padding-top: 15px;
  padding-right: 18px;
  padding-bottom: 15px;
  padding-left: 32px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  position: relative;
}

#news #sidebar li a:before {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: '\e8c0';
  color: #666;
  top: 20px;
  left: 16px;
  font-size: 11px;
}

#news #sidebar li a:hover {
  background-color: #EEEEEE;
}


/*カテゴリー*/

#news #sidebar #side_category h3 {
  background-color: #848484;
}


/*小カテゴリー*/

#news #sidebar #side_category ul ul {
  padding-left: 26px;
  margin-bottom: 0px;
  border: none;
}

#news #sidebar #side_category ul ul ul {
  padding-left: 12px;
  margin-bottom: 0;
}

#news #sidebar #side_category li li a {
  padding: 3px 2px 3px 9px;
  font-size: 13px;
}

#news #sidebar #side_category li li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#news #sidebar #side_category li li a:before {
  left: 0;
  top: 0;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #484848;
  margin-top: 1em;
}


/*アーカイブ*/

#news #sidebar #side_archives_month {
  /*記事がなかったら非表示*/
  display: none;
}

#news #sidebar #side_archives_month h3 {
  background-color: #848484;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #news #sidebar #side_category,
  #news #sidebar #side_archives_month {
    padding: 0 2.5%;
  }
}


/* =============================================
一覧ページ、シングルページ　共通
============================================= */

#news #main #post_wrapper {
  margin-bottom: 40px;
}

#news #main .post_category ul {
  margin-top: -10px;
  margin-left: -12px;
}

#news #main .post_category li {
  margin-left: 12px;
  margin-top: 10px;
  display: inline-block;
}

#news #main .post_list .post_category li,
#news #main .post_single .post_category a {
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: 12px;
  padding: 6px 15px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #news #main .post_category ul {
    margin-top: -6px;
    margin-left: -6px;
  }

  #news #main .post_category li {
    margin-left: 6px;
    margin-top: 6px;
    display: inline-block;
  }

  #news #main .post_list .post_category li,
  #news #main .post_single .post_category a {
    font-size: 11px;
    padding: 4px 10px;
  }
}


/* =============================================
一覧ページ　トップ、NEWS共通　post_news.php
============================================= */

#news_post_wrapper li p.ymd {
  font-size: 14px;
  letter-spacing: 0.05em;
}

#news_post_wrapper li p.slug span {
  border: 1px solid #b9b9b9;
  background-color: #eee;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.2;
}

#news_post_wrapper li .con a {
  font-size: 14px;
  text-decoration: none;
}

#news_post_wrapper li .con a:hover {
  text-decoration: underline;
}

@media print,
screen and (min-width: 768px) {

  /*PCのみ*/
  #news_post_wrapper ul {
    display: table;
    border-collapse: collapse;
    width: 100%;
  }

  #news_post_wrapper ul li {
    display: table-row;
  }

  #news_post_wrapper ul li p {
    display: table-cell;
    padding-bottom: 26px;
  }

  #news_post_wrapper ul li:last-child p {
    padding-bottom: 0;
  }

  #news_post_wrapper li p.ymd {
    width: 7.5em;
  }

  #news_post_wrapper li p.slug {
    width: 10em;
    padding-right: 18px;
  }

  #news_post_wrapper li p.slug span {
    display: block;
    text-align: center;
  }
}


@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #news_post_wrapper li {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCCCCC;
  }

  #top #news_post_wrapper li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  #news #news_post_wrapper li:first-child {
    border-top: 1px solid #CCCCCC;
    padding-top: 18px;
  }

  #news_post_wrapper li p.ymd,
  #news_post_wrapper li p.slug,
  #news_post_wrapper li p.slug span {
    display: inline-block;
  }

  #news_post_wrapper li p.ymd {
    font-size: 15px;
    margin-right: 12px;
  }

  #news_post_wrapper li p.slug span {
    font-size: 13px;
  }

  #news_post_wrapper li p.con {
    margin-top: 4px;
  }
}




/* =============================================
一覧ページ
============================================= */

@media print,
screen and (min-width: 768px) {

  /*PCのみ*/
  #news #main .post_list h2 {
    font-size: 25px;
    font-style: normal;
    margin-right: 2px;
    margin-bottom: 40px;
  }
}

#news #main .post_list h2 span {
  font-size: 18px;
  margin-left: 2px;
}

#news #news_post_wrapper li a {
  width: 626px;
}


/* =============================================
シングルページ
============================================= */

#news #main .post_single #post_wrapper {
  margin-top: 54px;
}

#news #main .post_single .post_date_category {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

#news #main .post_single .post_date {
  width: 200px;
  min-width: 200px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-size: 18px;
}

#news #main .post_single .post_category {
  text-align: right;
}

#news #main .post_single .post_category a {
  display: block;
  text-decoration: none;
  background-color: #585858;
  color: #FFFFFF;
}

#news #main .post_single .post_category a:hover {
  background-color: #000000;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #news #main .post_single #post_wrapper {
    margin-top: 34px;
  }

  #news #main .post_single .post_date_category {
    margin-bottom: 14px;
    display: block;
  }

  #news #main .post_single .post_date {
    float: none;
    width: auto;
    font-size: 13px;
    margin-bottom: 4px;
  }

  #news #main .post_single .post_category {
    text-align: left;
    width: 100%;
  }
}

#news #main .post_single .post_content {
  margin-top: 24px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
}


/*ページナビ*/

#news #main #post_navi {
  margin-top: 60px;
  font-size: 0;
}

#news #main #post_navi #prev_post,
#news #main #post_navi #next_post {
  width: 45%;
  position: relative;
}

#news #main #post_navi #prev_post {
  float: left;
}

#news #main #post_navi #next_post {
  float: right;
  text-align: right;
}

#news #main #post_navi #prev_post a,
#news #main #post_navi #next_post a {
  display: block;
  background-color: #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news #main #post_navi #prev_post a:hover,
#news #main #post_navi #next_post a:hover {
  background-color: #D8D8D8;
}

#news #main #post_navi #prev_post a:before,
#news #main #post_navi #next_post a:before,
#news #main #post_navi #prev_post a:after,
#news #main #post_navi #next_post a:after {
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-size: 15px;
  color: #848484;
}

#news #main #post_navi #prev_post:hover a:before,
#news #main #post_navi #next_post:hover a:before,
#news #main #post_navi #prev_post:hover a:after,
#news #main #post_navi #next_post:hover a:after {
  color: #000000;
}

#news #main #post_navi #prev_post a {
  padding-left: 36px;
  padding-right: 16px;
}

#news #main #post_navi #next_post a {
  padding-left: 10px;
  padding-right: 36px;
}

#news #main #post_navi #prev_post a:before {
  content: '\e911';
  left: 19px;
}

#news #main #post_navi #next_post a:after {
  content: '\e912';
  right: 18px;
}


@media only screen and (max-width: 1260px) {
  #news #main #post_navi div {
    width: 47%;
  }
}


@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #news #main #post_navi,
  #news #main #post_navi #prev_post a,
  #news #main #post_navi #next_post a {
    height: 34px;
  }

  #news #main #post_navi {
    position: relative;
    margin-top: 30px;
  }

  #news #main #post_navi #prev_post,
  #news #main #post_navi #next_post {
    position: absolute;
    width: auto;
  }

  #news #main #post_navi #prev_post {
    top: 0;
    left: 0;
  }

  #news #main #post_navi #next_post {
    top: 0;
    right: 0;
    text-align: left;
    margin-left: 0;
  }

  #news #main #post_navi #prev_post + #next_post {
    margin-left: 0;
  }

  #news #main #post_navi #prev_post a,
  #news #main #post_navi #next_post a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding: 0;
    border-radius: 2px;
    position: relative;
    background-color: #999;
    width: 90px;
  }

  #news #main #post_navi #prev_post a:before {
    content: '';
    margin-right: 0;
  }

  #news #main #post_navi #prev_post a:after,
  #news #main #post_navi #next_post a:after {
    position: absolute;
    display: block;
    text-indent: 0;
    top: 50%;
    margin-top: -12px;
    font-size: 22px;
    color: #fff;
  }

  #news #main #post_navi #prev_post a:after {
    content: '\e911';
    left: 40px;
  }

  #news #main #post_navi #next_post a:after {
    right: 40px;
    margin-left: 0;
  }
}


/*ライトボックス*/

.sl-overlay {
  opacity: 0.85;
}
