@charset "UTF-8";
/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .release-list li, body.page-news-old dl {
  *zoom: 1;
}
.clearfix:after, .release-list li:after, body.page-news-old dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*------------------------------------------
  Layout
------------------------------------------*/
/*  gnav
-------------------------*/
body.page-news .gnav .gnav-item00 > a {
  background-position: 0 -34px;
}

/*  Side menu
-------------------------*/
.campaign-side_list > li {
  border-bottom: 2px solid #444444;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.campaign-side_list > li:last-child {
  border-bottom: none;
}
.campaign-side_list > li:hover {
  background: #ffe23a;
}
.campaign-side_list > li > a {
  display: block;
  padding: 27px 20px;
  position: relative;
}
.campaign-side_list > li .acc_trigger a {
  display: block;
  padding: 27px 20px;
}

.archive_list {
  margin-top: -5px;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  font-family: "Lato", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}
.archive_list ul {
  border-top: 2px solid #444444;
  padding: 16px;
}
.archive_list ul li {
  margin-bottom: 12px;
}
.archive_list ul li a {
  padding-left: 14px;
  position: relative;
}
.archive_list ul li a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #444444;
  border-right: 1px solid #444444;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.archive_list ul li a:hover {
  text-decoration: underline;
}

/*  Main
-------------------------*/
.news-main {
  padding: 34px 48px 50px;
}

body.page-news .campaign-side_list .side-item03 a.side-item__link {
  background: #ffe23a;
  position: relative;
}
body.page-news .campaign-side_list .side-item03 a.side-item__link:after, body.page-news .campaign-side_list .side-item03 a.side-item__link:before {
  position: absolute;
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}
body.page-news .campaign-side_list .side-item03 a.side-item__link:after {
  border-color: rgba(255, 226, 58, 0);
  border-left-color: #ffe23a;
  border-width: 13px;
  margin-top: -13px;
}
body.page-news .campaign-side_list .side-item03 a.side-item__link:before {
  border-color: rgba(40, 40, 40, 0);
  border-left-color: #444444;
  border-width: 16px;
  margin-top: -16px;
}
body.page-news .campaign-side_list .side-item03 .archive_list {
  background: #ffe23a;
}
body.page-news .side-item02 .archive_list {
  display: none;
}

.release-list {
  padding-top: 10px;
}
.release-list li {
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
.release-list li:last-child {
  border-bottom: 2px solid #444444;
}
.release-list li a {
  display: block;
}
.release-list li a:hover .title {
  text-decoration: underline;
  color: #e60012;
}
.release-list li .release-date {
  float: left;
  padding-left: 20px;
  padding-top: 4px;
  position: relative;
  color: #ee0f20;
  font-family: "Lato", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  line-height: 1;
}
.release-list li .release-date:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background: #ee0f20;
}
.release-list li .title {
  float: right;
  width: 500px;
}

.release-month {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Lato", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  padding-bottom: 36px;
  border-bottom: 2px solid #444444;
  margin-bottom: 24px;
}

/*  Detail
-------------------------*/
.entry {
  padding-top: 15px;
  position: relative;
}
.entry .btn-pdf-link {
  position: absolute;
  right: 0;
  top: 0;
}
.entry .entry-date {
  font-family: "Lato", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  color: #828282;
  display: inline-block;
  margin-bottom: 22px;
}
.entry .entry-title {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 2px solid #444444;
  padding-bottom: 20px;
}
.entry .news-date {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  padding: 20px 0;
  border-bottom: 2px solid #444444;
}
.entry .news-date .news-date__in {
  display: inline-block;
  padding-left: 24px;
  background: url(/images/common/ico_calendar02.png) no-repeat left center;
}

.entry-body {
  padding: 55px 0 60px;
  border-bottom: 2px solid #444444;
}
.entry-body .release-img {
  margin-bottom: 40px;
}
.entry-body .release-txt {
  margin-bottom: 40px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
.entry-body .release-txt a {
  color: #e60012;
  text-decoration: underline;
}

/*  old
-------------------------*/
.old-month {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Lato", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  padding-bottom: 20px;
  border-bottom: 2px solid #444444;
  margin-bottom: 24px;
}

body.page-news-old dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
body.page-news-old dl dt {
  float: left;
  padding-left: 20px;
  padding-top: 4px;
  position: relative;
  color: #ee0f20;
  font-family: "Lato", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  line-height: 1;
  position: relative;
}
body.page-news-old dl dt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background: #ee0f20;
}
body.page-news-old dl dd {
  float: right;
  width: 500px;
}
body.page-news-old dl dd a:hover {
  text-decoration: underline;
  color: #e60012;
}

.snsBox {
  display: none;
}

.nrTitle {
  margin-bottom: 20px;
}
