@charset "UTF-8";
.news-container {
  max-width: 1024px;
  margin: 10px auto 60px;
}

/*リニューアル */
#news .news-content {
  padding-top: 0;
}

#news .container {
  width: 1200px;
  margin: 0 auto 30px;
}

.news-container-inner .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

#news .content {
  width: calc(100% - 280px);
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .news-container-inner .inner {
    flex-direction: column;
  }
  #news .content {
    max-width: 90%;
  }
}

#news section {
  width: auto;
  margin: 0;
  padding: 0;
}

#news .content h2 {
  position: relative;
  margin-bottom: 45px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  line-height: 1;
}

#news .content h2 span {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  z-index: 1;
}

#news .content h2::after {
  display: none;
}

/* 170629 add shimura */
#news .info-detail {
  max-width: 1024px;
}

#news .info-detail h2 {
  position: relative;
  margin-bottom: 57px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding-bottom: 50px;
}

#news .info-detail p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #news .info-detail h2 {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
}

#news .info-detail h2::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #0cd2a2;
  position: absolute;
  left: 0;
  bottom: -1px;
}

#news .info-detail h2 span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #news .info-detail h2 span {
    line-height: 1.3;
  }
}

#news .info-detail h2 span {
  /*  position: absolute;
  bottom: -94px;*/
  left: 0;
}

#sns {
  position: relative;
}

#sns .container.sns {
  position: absolute;
  top: -150px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #news .info-detail h2 span {
    position: static;
    /*    bottom: -63px;*/
  }
  #sns .container.sns {
    position: absolute;
    top: -95px;
  }
}

#news .info-detail .inner h2 span br {
  display: none;
}

#news .info-detail h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0.84em;
  width: 100%;
  height: 1px;
  background: #464F4E;
  z-index: 0;
}

#news .info-detail .inner img {
  display: block;
  margin: 0 auto;
}

#news .info-detail h2 span.right {
  font-size: 1.2rem;
  text-align: left;
  margin: 1em 0;
  display: block;
  color: #ccc;
  font-size: 13px;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  #news .info-detail h2 span.right {
    font-size: 10px;
    font-size: 1.0rem;
  }
}

#news .content dl {
  position: relative;
  margin-bottom: 0;
  padding: 30px 40px 25px 40px;
  background: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

#news .content dl:hover {
  background: #8E9B9A;
}

#news .content dl:hover time {
  color: #FFF;
}

#news .content dl:hover span {
  background: rgba(247, 247, 247, 0.2);
  color: #fff;
}

#news .content dl:hover a {
  color: #FFF;
}

#news .content dl {
  display: inline-block;
}

#news .content dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*\*/
* html #news .content dl {
  height: 1%;
}

#news .content dl {
  display: block;
  background-color: #f2f2f2;
}

/**/
#news .content dl::before {
  display: none;
}

#news .content dl a::after {
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00d5a5;
  border-right: 1px solid #00d5a5;
}

#news .content dl a.anchor::after {
  top: calc(50% - 8px);
  content: url(/common/img/icon_another.png);
  height: 8px;
  width: 12px;
  border: none;
}

#news .content dl dt {
  display: flex;
  margin-bottom: 10px;
}

#news .content dl dt br {
  display: none;
}

#news .content dl dd,
#news .content dl dd p {
  display: flex;
  align-items: flex-start;
}

#news .content dl dt span {
  font-size: 12px;
  font-size: .75rem;
}

#news .content dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #35ff97;
  color: #000;
  width: 100px;
  line-height: 1;
  margin-right: 5px;
  padding: 5px 0;
  text-align: center;
}

#news .content dl dd time {
  display: inline-block;
  font-size: 13px;
  min-width: 110px;
  margin-right: 5px;
}

#news .content dl dd p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: .875rem;
}

#news .content dl dd p a {
  color: #5a7b84;
}

#news .content dl dd p a.anchor {
  display: inline-block;
}

#news .content dl a:hover {
  text-decoration: none;
}

#news .content #next {
  position: relative;
  padding: 0;
  font-size: 15px;
  font-size: .9375rem;
  background: #29212b;
}

#news .content #next a {
  display: block;
  color: #FFF;
  padding: 10px 0 8px;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
}

#news .content #next a::after {
  transform: translateY(-50%) rotate(0);
  background-color: #00d5a5;
  height: 2px;
  width: 12px;
  border: none;
}

#news .content #next a::before {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00d5a5;
  height: 12px;
  width: 2px;
  content: '';
  display: block;
}

#news .content #next a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}

#news .content #next img {
  position: absolute;
  bottom: -60px;
  left: calc(50% - 15px);
}

#news .news-container aside.nav-side-wrap {
  width: 200px;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: bold;
}

#news .about-newsletter-aside.nav-side-wrap {
  width: auto;
  font-size: 1rem;
  font-weight: normal;
}

#news .nav-side-wrap {
  /* margin: 0 -5px; */
}

#news .nav-side:first-child h3 {
  display: none;
}

#news .nav-side h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 30px 0 20px;
}

#news aside.nav-side-wrap a {
  position: relative;
  display: block;
  padding: 13px 40px 10px 20px;
  transition: 0.3s ease;
}

#news aside.nav-side-wrap a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}

#news aside.nav-side-wrap ul {
  font-weight: 500;
}

#news aside.nav-side-wrap ul li a {
  border-bottom: 1px solid #e7e7e7;
  padding: 8px 20px;
}

#news aside.nav-side-wrap.nav-side-wrap ul li.nav-noanc,
#news aside.nav-side-wrap.nav-side-wrap div:nth-of-type(2) ul li {
  background: #4d4d4d;
}

#news aside.nav-side-wrap ul li.nav-noanc a,
#news aside.nav-side-wrap div:nth-of-type(2) ul li a {
  color: #fff;
}

#news aside.nav-side-wrap ul li.nav-noanc a,
#news aside.nav-side-wrap div:nth-of-type(2) ul li a {
  border-bottom: 1px solid #e7e7e7;
}

#news aside.nav-side-wrap ul li.nav-noanc a::after,
#news aside.nav-side-wrap div:nth-of-type(2) ul li a::after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-top: 1px solid #00d5a5;
  border-right: 1px solid #00d5a5;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

/* 170629 add shimura */
#news .info-detail .inner table tr td {
  background: #fff;
}

#news .sns-wrap {
  position: relative;
  margin-left: 100px;
}

#news .sns-wrap li {
  display: inline-block;
  margin: 0;
  padding: 0 .5em;
}

#news .sns-wrap li::before {
  content: none;
}

#news .sns-wrap li.fb {
  position: absolute;
  top: 0;
  vertical-align: top;
}

@media screen and (max-width: 1260px) {
  #news .container {
    width: auto;
    padding: 0 30px;
  }
  #news .content {
    width: calc(100% - 280px);
  }
  #news .content dl dd,
  #news .content dl dd p {
    flex-direction: column;
  }
}

#news .content dl dd p a {
  position: static;
}

@media screen and (max-width: 768px) {
  .news-container {
    margin: 16px auto 40px;
  }
  #news .content dl dt span,
  #news .content dl dd time {
    font-size: 10px;
    font-size: .625rem;
  }
  #news .content #next {
    font-size: 12px;
    font-size: .75rem;
    margin-top: 10px;
  }
  #news .content #next a {
    padding: 13px 0 10px;
  }
  #news aside.nav-side-wrap {
    font-size: 13px;
    font-size: .8125rem;
  }
  #news .news-container aside.nav-side-wrap {
    float: none;
    width: calc(100% - 35px);
    max-width: 90%;
    margin: 0 auto 60px;
  }
  #news .nav-side h3 {
    margin-left: 20px;
  }
  #news aside.nav-side-wrap ul li a {
    padding: 11px 20px;
  }
  #news .sns-wrap {
    margin-left: 80px;
  }
  .pankuzu ul {
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .pankuzu ul li a {
    line-height: 1.5;
    height: auto;
  }
  #news .container {
    padding: 0;
  }
  #news .content {
    float: none;
    width: calc(100% - 35px);
    margin: 0 auto 60px;
  }
  /* 170629 add shimura */
  #news .content h2,
  #news .info-detail h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  #news .content h2::after {
    display: none;
  }
  #news .content h2 span {
    padding-right: 0;
  }
  #news .content dl {
    padding: 20px 20px 16px 20px;
    margin-bottom: 3px;
  }
  #news .content dl a::after {
    right: 20px;
  }
  #news aside.nav-side-wrap {
    float: none;
    width: 100%;
    margin: 0 auto -90px;
  }
  /* 170629 add shimura */
  #news .info-detail .inner {
    width: calc(100% - 35px);
    margin: 0 auto;
  }
  #news .sns-wrap li {
    margin: 0;
    padding: 0;
  }
  #news .sns-wrap li.fb {
    position: static;
    top: auto;
  }
  #news .info-detail .inner table th,
  #news .info-detail .inner table td {
    display: block;
  }
}

/* 170705 add kuramochi */
#news .btn {
  display: block;
  box-sizing: border-box;
  width: 46%;
  padding: 12px 20px;
  text-align: center;
  transition: .3s;
  margin-bottom: 35px;
}

#news .inner a {
  position: relative;
}

#news .inner a::after {
  content: none;
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

/* 181024 add kuramochi */
#news .inner .pankuzu a::after,
#news .inner #sns + div a::after {
  display: none;
  content: none;
}

/* 181024 add kuramochi */
#news .btn:hover {
  opacity: .7;
}

#news .btn-link.btn {
  background: -moz-linear-gradient(-45deg, #06d1a1 0%, #02dcc4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #06d1a1 0%, #02dcc4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #06d1a1 0%, #02dcc4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #news .content h2 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 25px;
  }
  #news .btn {
    width: 100%;
    max-width: 285px;
  }
  #news .btn-link.btn {
    padding: 8px 0;
    font-size: 12px;
    font-size: .75rem;
  }
}

#news table th {
  white-space: nowrap;
}

/* リニューアル */
#news section table tr td:nth-last-of-type(1) {
  border-right: 1px solid #adadad;
}

#news .info-detail .inner table tr td {
  border: 1px solid rgba(173, 173, 173, 0.3);
  padding-bottom: 20px;
}

#news .info-detail .inner table tr th {
  background-color: #666;
  border-bottom: 1px solid #777;
}

#news .inner table a {
  color: #5a7b83;
}

#news section ul {
  margin-top: 5px;
}

#news section ul li {
  margin-bottom: 0;
}

#news .line--horizon [align="center"] {
  text-align: center;
  font-size: 11px;
  font-size: .6875rem;
}

#news .line--horizon {
  font-size: 15px;
  font-size: .9375rem;
}

#news section h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #news .info-detail .inner table tr th {
    padding: 10px 15px;
    font-size: 12px;
    font-size: .75rem;
  }
  #news .info-detail .inner table tr td {
    padding: 10px 15px;
  }
  #news .line--horizon {
    font-size: 13px;
    font-size: .8125rem;
  }
  #news section table {
    margin-bottom: 35px;
  }
  #news section ul {
    margin-bottom: 10px;
  }
  #news section ul li {
    padding-left: 1.8rem;
  }
  #news section ul li::before {
    top: 0.8rem;
  }
}

/* ローカルナビ ニュースページ用調整 */
#news {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  #news {
    padding-top: 10px;
  }
}
