@charset "UTF-8";

.news {
  padding: 0 0 66px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .news {
    padding: 0 0 40px;
  }
}

.newsList {
  width: 1000px;
  margin: 65px auto 0;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .newsList {
    width: auto;
    margin: 45px 15px 0;
    box-sizing: border-box;
  }
}

.newsList__item {
  border-bottom: 1px solid #e5e5e5;
}

.newsList__item a {
  min-height: 165px;
  display: block;
  padding: 35px 0 35px 195px;
  position: relative;
  color: #333;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .newsList__item a {
    min-height: auto;
    padding: 28px 0 25px;
    overflow: hidden;
  }
}

.newsList__item a:hover {
  opacity: .5;
}

.newsList__pic {
  width: 165px;
  height: 165px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .newsList__pic {
    float: left;
    width: 90px;
    height: 90px;
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.newsList__pic img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.newsList__date {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  color: #b6b6b6;
}

@media screen and (max-width: 896px) {
  .newsList__date {
    font-size: 14px;
    width: calc(100% - 90px);
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
  }
}

.newsList__date .new {
  font-size: 14px;
  font-weight: bold;
  color: #daae67;
  margin-right: 10px;
}

@media screen and (max-width: 896px) {
  .newsList__date .new {
    font-size: 13px;
  }
}

.newsList__headline {
  font-size: 17px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
  margin: 15px 0;
}

@media screen and (max-width: 896px) {
  .newsList__headline {
    font-size: 15px;
    line-height: 24px;
    width: calc(100% - 90px);
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    margin: 5px 0 0;
  }
}

.newsList__description {
  font-size: 14px;
  line-height: 25px;
}

@media screen and (max-width: 896px) {
  .newsList__description {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
}

.main--newsDetail .main__headline .jp {
  font-size: 22px;
}

@media screen and (max-width: 896px) {
  .main--newsDetail .main__headline .jp {
    font-size: 19px;
  }
}

.detail {
  width: 1000px;
  margin: 45px auto 0;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .detail {
    width: auto;
    margin: 30px 0 0;
    border-top: 0;
  }
}

.detailHead {
  padding: 35px 0;
  margin-bottom: 35px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .detailHead {
    padding: 25px 0 0;
    margin: 0 16px 20px;
    border-top: 1px solid #e5e5e5;
  }
}

.detailHead::after {
  content: "";
  width: 140px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 896px) {
  .detailHead::after {
    display: none;
  }
}

.detail__date {
  font-family: "Work Sans", sans-serif;
  display: block;
  color: #b6b6b6;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .detail__date {
    font-size: 15px;
    text-align: left;
  }
}

.detail__date .new {
  font-size: 15px;
  font-weight: bold;
  color: #daae67;
  margin-right: 9px;
}

@media screen and (max-width: 896px) {
  .detail__date .new {
    font-size: 14px;
  }
}

.detail__headline {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .03em;
  text-indent: .03em;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 0;
}

@media screen and (max-width: 896px) {
  .detail__headline {
    font-size: 20px;
    line-height: 36px;
    text-align: left;
  }
}

.detail__pic {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .detail__pic {
    width: 100%;
  }
}

.detail__pic img {
  width: 100%;
}

.detail__contents {
  width: 700px;
  margin: 40px auto;
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 896px) {
  .detail__contents {
    width: auto;
    margin: 20px 16px;
    line-height: 27px;
  }
}

.detail__contents div {
  margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
  .detail__contents div {
    line-height: 27px;
  }
}

.detail__contents div:last-child {
  margin-bottom: 0;
}

.detail__contents a {
  color: #333;
  text-decoration: underline;
}

.detail .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .detail .sns {
    margin: 0 16px;
    padding: 15px 0;
  }
}

.detail .sns__theme {
  font-family: "Noto Serif JP", serif;
  letter-spacing: .03em;
  text-indent: .03em;
  font-weight: bold;
  color: #b6b6b6;
  margin-right: 34px;
}

@media screen and (max-width: 896px) {
  .detail .sns__theme {
    font-size: 14px;
    margin-right: 27px;
  }
}

.detail .snsList {
  display: flex;
}

.detail .snsList__item {
  margin-right: 25px;
}

.detail .snsList__item:last-child {
  margin-right: 0;
}

.detail .snsList__item a {
  display: block;
  width: 46px;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
  border-radius: 50%;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .detail .snsList__item a {
    width: 35px;
    height: 35px;
  }
}

.detail .snsList__item--facebook a {
  background: url(/articles/common/img/ico_facebook.png) center/8px no-repeat;
}

@media screen and (max-width: 896px) {
  .detail .snsList__item--facebook a {
    background: url(/articles/common/img/ico_facebook.png) center/8px no-repeat;
  }
}

.detail .snsList__item--facebook a:hover {
  background: #b6b6b6 url(/articles/common/img/ico_facebook_hov.png) center/8px no-repeat;
}

.detail .snsList__item--line a {
  background: url(/articles/common/img/ico_line.png) center/22px no-repeat;
}

@media screen and (max-width: 896px) {
  .detail .snsList__item--line a {
    background: url(/articles/common/img/ico_line.png) center/20px no-repeat;
  }
}

.detail .snsList__item--line a:hover {
  background: #b6b6b6 url(/articles/common/img/ico_line_hov.png) center/22px no-repeat;
}

.detail .snsList__item--mail a {
  background: url(/articles/common/img/ico_mail.png) center/19px no-repeat;
}

@media screen and (max-width: 896px) {
  .detail .snsList__item--mail a {
    background: url(/articles/common/img/ico_mail.png) center/18px no-repeat;
  }
}

.detail .snsList__item--mail a:hover {
  background: #b6b6b6 url(/articles/common/img/ico_mail_hov.png) center/19px no-repeat;
}

.detail__btn {
  position: relative;
  margin: 25px 0 0;
}

@media screen and (max-width: 896px) {
  .detail__btn {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 16px 0;
  }
}

.detail__btn--prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 896px) {
  .detail__btn--prev {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 50%;
  }
}

.detail__btn--prev a {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #333;
  letter-spacing: .08em;
  text-indent: .08em;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .detail__btn--prev a {
    justify-content: center;
    font-size: 14px;
    line-height: 43px;
    border: 1px solid #e5e5e5;
    border-right: 0;
    border-radius: 3px 0 0 3px;
  }
}

.detail__btn--prev a::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(/articles/common/img/arrow_prev.png) center/cover no-repeat;
  margin-right: 7px;
}

@media screen and (max-width: 896px) {
  .detail__btn--prev a::before {
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.detail__btn--prev a:hover {
  opacity: .5;
}

.detail__btn--prev.none {
  opacity: .2;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #333;
  letter-spacing: .08em;
  text-indent: .08em;
}

@media screen and (max-width: 896px) {
  .detail__btn--prev.none {
    opacity: 1;
    justify-content: center;
    font-size: 14px;
    line-height: 43px;
    border: 1px solid #e5e5e5;
    border-right: 0;
    color: #d6d6d6;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
  }
}

.detail__btn--prev.none::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(/articles/common/img/arrow_prev.png) center/cover no-repeat;
  margin-right: 7px;
}

@media screen and (max-width: 896px) {
  .detail__btn--prev.none::before {
    opacity: .2;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.detail__btn--next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 896px) {
  .detail__btn--next {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 50%;
  }
}

.detail__btn--next a {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #333;
  letter-spacing: .08em;
  text-indent: .08em;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .detail__btn--next a {
    justify-content: center;
    font-size: 14px;
    line-height: 43px;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-radius: 0 3px 3px 0;
  }
}

.detail__btn--next a::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(/articles/common/img/arrow_next.png) center/cover no-repeat;
  margin-left: 7px;
}

@media screen and (max-width: 896px) {
  .detail__btn--next a::after {
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.detail__btn--next a:hover {
  opacity: .5;
}

.detail__btn--next::before {
  content: "";
  display: none;
  width: 1px;
  height: 30px;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 896px) {
  .detail__btn--next::before {
    display: block;
  }
}

.detail__btn--next.none {
  opacity: .2;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #333;
  letter-spacing: .08em;
  text-indent: .08em;
}

@media screen and (max-width: 896px) {
  .detail__btn--next.none {
    opacity: 1;
    justify-content: center;
    font-size: 14px;
    line-height: 43px;
    border: 1px solid #e5e5e5;
    border-left: 0;
    color: #d6d6d6;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
  }
}

.detail__btn--next.none::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(/articles/common/img/arrow_next.png) center/cover no-repeat;
  margin-left: 7px;
}

@media screen and (max-width: 896px) {
  .detail__btn--next.none::after {
    opacity: .2;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 896px) {
  .detail__btn--list {
    width: 100%;
    margin-top: 15px;
  }
}

.detail__btn--list a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 300px;
  margin: 0 auto;
  line-height: 71px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: bold;
  color: #b6b6b6;
  text-align: center;
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  box-sizing: border-box;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .detail__btn--list a {
    width: 100%;
    font-size: 15px;
    line-height: 58px;
  }
}

.detail__btn--list a:hover {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination {
  margin: 30px 0 0;
}

@media screen and (max-width: 896px) {
  .pagination {
    margin: 25px 0 0;
  }
}
