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

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

.pickup__pic img {
  width: 100%;
}

.pickup__cat {
  display: block;
  letter-spacing: .08em;
  text-indent: .08em;
  font-weight: bold;
}

.pickup__date {
  display: flex;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #9f9f9f;
}

.pickup__date .new {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  text-indent: 0;
  color: #daae67;
  margin-right: 8px;
}

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

.pickup__headline {
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
}

.pickup__description {
  font-size: 14px;
}

.pickupHead {
  margin: 70px 0 0;
  padding: 30px 0;
  background: #f9f9f9;
}

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

.pickupHead .pickupBox {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

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

.pickupHead .pickupBox a {
  display: block;
  color: #333;
  transition: .3s;
}

.pickupHead .pickupBox a:hover {
  opacity: .5;
}

@media screen and (max-width: 896px) {
  .pickupHead .pickupBox a:hover {
    opacity: 1;
  }
}

.pickupHead .pickup__pic {
  width: 725px;
  margin-left: 275px;
}

@media screen and (max-width: 896px) {
  .pickupHead .pickup__pic {
    width: 100%;
    margin-left: 0;
  }
}

.pickupHead .pickup__inner {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #fff;
  box-sizing: border-box;
  padding: 33px 25px 43px;
}

@media screen and (max-width: 896px) {
  .pickupHead .pickup__inner {
    width: auto;
    position: relative;
    top: 0;
    transform: translate(0, 0);
    margin: -40px 15px 0;
    padding: 17px 15px 18px;
  }
}

.pickupHead .pickup__cat {
  font-size: 15px;
  margin-bottom: 10px;
}

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

.pickupHead .pickup__cat::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #333;
  margin-top: 17px;
}

@media screen and (max-width: 896px) {
  .pickupHead .pickup__cat::after {
    margin-top: 15px;
  }
}

.pickupHead .pickup__date {
  font-size: 15px;
}

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

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

.pickupHead .pickup__headline {
  font-size: 24px;
  line-height: 40px;
  margin: 8px 0 15px;
}

@media screen and (max-width: 896px) {
  .pickupHead .pickup__headline {
    font-size: 19px;
    line-height: 30px;
    margin: 8px 0 6px;
  }
}

.pickupHead .pickup__description {
  line-height: 25px;
}

@media screen and (max-width: 896px) {
  .pickupHead .pickup__description {
    font-size: 14px;
    line-height: 22px;
  }
}

.pickupCat {
  width: 1000px;
  margin: 55px auto 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .pickupCat {
    width: auto;
    margin: 35px 15px 0;
    padding-bottom: 7px;
  }
}

.pickupCat__list {
  display: flex;
  flex-wrap: wrap;
}

.pickupCat__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .pickupCat__item {
    margin-bottom: 22px;
  }
}

.pickupCat__item a {
  font-size: 15px;
  letter-spacing: .04em;
  text-indent: .04em;
  color: #898989;
  margin: 0 15px;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .pickupCat__item a {
    font-size: 14px;
    margin: 0 5px;
  }
}

.pickupCat__item a:hover {
  color: #333;
}

.pickupCat__item::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/articles/common/img/pickup/line_pickupCat.png) center/cover no-repeat;
}

.pickupCat__item.active a {
  font-weight: bold;
  color: #333;
}

.pickupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .pickupList {
    display: block;
    width: auto;
    margin: 0 15px;
  }
}

.pickupList__item {
  width: 100%;
  display: flex;
  border-top: 1px solid #e5e5e5;
}

.pickupList__item a {
  width: 100%;
  display: flex;
  color: #333;
  padding: 37px 0;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .pickupList__item a {
    display: block;
    padding: 25px 0;
  }
}

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

@media screen and (max-width: 896px) {
  .pickupList__item a:hover {
    opacity: 1;
  }
}

.pickupList__item .pickup__pic {
  width: 332px;
}

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

.pickupList__item .pickup__inner {
  width: calc(100% - 332px);
  box-sizing: border-box;
  padding-left: 33px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .pickupList__item .pickup__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    padding-left: 0;
    margin: -15px 5px 0;
    padding: 9px 12px 0;
    background: #fff;
  }
}

.pickupList__item .pickup__cat {
  font-size: 13px;
  margin-bottom: 10px;
}

@media screen and (max-width: 896px) {
  .pickupList__item .pickup__cat {
    margin-bottom: 0;
  }
}

.pickupList__item .pickup__cat::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #333;
  margin-top: 13px;
}

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

.pickupList__item .pickup__date {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 896px) {
  .pickupList__item .pickup__date {
    font-size: 13px;
    position: relative;
  }
}

.pickupList__item .pickup__headline {
  width: 100%;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .pickupList__item .pickup__headline {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
  }
}

.pickupList__item .pickup__description {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 896px) {
  .pickupList__item .pickup__description {
    line-height: 22px;
  }
}

.pickupList__item:nth-of-type(1), .pickupList__item:nth-of-type(2) {
  width: 499px;
  border-top: 0;
}

@media screen and (max-width: 896px) {
  .pickupList__item:nth-of-type(1), .pickupList__item:nth-of-type(2) {
    width: 100%;
  }
}

.pickupList__item:nth-of-type(1) a, .pickupList__item:nth-of-type(2) a {
  display: block;
}

.pickupList__item:nth-of-type(1) .pickup__pic, .pickupList__item:nth-of-type(2) .pickup__pic {
  width: 100%;
}

.pickupList__item:nth-of-type(1) .pickup__inner, .pickupList__item:nth-of-type(2) .pickup__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 464px;
  margin: -20px auto 0;
  background: #fff;
  box-sizing: border-box;
  padding: 15px 22px 0;
  position: relative;
}

@media screen and (max-width: 896px) {
  .pickupList__item:nth-of-type(1) .pickup__inner, .pickupList__item:nth-of-type(2) .pickup__inner {
    width: auto;
    margin: -15px 5px 0;
    padding: 9px 12px 0;
  }
}

.pickupList__item:nth-of-type(1) .pickup__cat, .pickupList__item:nth-of-type(2) .pickup__cat {
  margin-bottom: 0;
}

.pickupList__item:nth-of-type(1) .pickup__cat::after, .pickupList__item:nth-of-type(2) .pickup__cat::after {
  display: none;
}

.pickupList__item:nth-of-type(1) .pickup__date, .pickupList__item:nth-of-type(2) .pickup__date {
  position: relative;
  right: 0;
}

.pickupList__item:nth-of-type(1) .pickup__headline, .pickupList__item:nth-of-type(2) .pickup__headline {
  font-size: 19px;
  line-height: 27px;
  margin: 15px 0 6px;
}

@media screen and (max-width: 896px) {
  .pickupList__item:nth-of-type(1) .pickup__headline, .pickupList__item:nth-of-type(2) .pickup__headline {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
  }
}

.pickupList__item:nth-of-type(1) .pickup__description, .pickupList__item:nth-of-type(2) .pickup__description {
  font-size: 14px;
  line-height: 23px;
}

@media screen and (max-width: 896px) {
  .pickupList__item:nth-of-type(1) .pickup__description, .pickupList__item:nth-of-type(2) .pickup__description {
    line-height: 22px;
  }
}

@media screen and (max-width: 896px) {
  .pickupList__item:nth-of-type(2) {
    border-top: 1px solid #e5e5e5;
  }
}

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

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

.detail {
  margin: 45px 0 0;
}

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

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

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

.detail__pic img {
  width: 100%;
}

.detail__inner {
  width: 750px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .detail__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: auto;
    padding-top: 0;
    margin: 20px 15px 0;
  }
}

.detail__cat {
  display: block;
  font-size: 14px;
  letter-spacing: .08em;
  text-indent: .08em;
  font-weight: bold;
  text-align: center;
}

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

.detail__date {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #b6b6b6;
  text-align: center;
  margin-top: 12px;
}

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

.detail__date .new {
  font-size: 14px;
  letter-spacing: normal;
  text-indent: 0;
  color: #daae67;
  font-weight: bold;
  margin-right: 8px;
}

.detail__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
  text-align: center;
  margin-top: 17px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .detail__headline {
    width: 100%;
    font-size: 22px;
    line-height: 37px;
    text-align: left;
    margin-top: 13px;
    padding-bottom: 15px;
    border-bottom: 0;
  }
}

.detail__description {
  font-size: 15px;
  line-height: 30px;
  margin: 40px 0;
}

@media screen and (max-width: 896px) {
  .detail__description {
    line-height: 27px;
    margin: 30px 0;
  }
}

.detail__contents {
  font-size: 15px;
  line-height: 30px;
  margin: 40px 0 56px;
}

@media screen and (max-width: 896px) {
  .detail__contents {
    width: 100%;
    line-height: 27px;
    margin: 30px 0 35px;
  }
}

.detail__contents h2 {
  font-size: 24px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
  margin: 70px 0 37px;
}

@media screen and (max-width: 896px) {
  .detail__contents h2 {
    font-size: 19px;
    line-height: 30px;
    margin: 55px 0 30px;
  }
}

.detail__contents h2::before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #333;
  margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
  .detail__contents h2::before {
    margin-bottom: 13px;
  }
}

.detail__contents p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 35px;
}

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

.detail__contents img {
  max-width: 100%;
  height: auto;
  margin-bottom: 55px;
}

@media screen and (max-width: 896px) {
  .detail__contents img {
    margin-bottom: 35px;
  }
}

.detail__contents img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

.detail__contents img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

.detail__contents img.aligncenter {
  display: block;
  margin: 0 auto;
}

.detail__contents h3 {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .02em;
  text-indent: .02em;
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .detail__contents h3 {
    font-size: 17px;
    line-height: 29px;
  }
}

.detail__contents h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .detail__contents h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.detail__contents strong {
  font-weight: bold;
}

.detail__contents ul {
  border: 1px solid #e5e5e5;
  padding: 15px 25px;
}

@media screen and (max-width: 896px) {
  .detail__contents ul {
    padding: 10px 15px;
  }
}

.detail__contents ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
  padding-left: 8px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .detail__contents ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.detail__contents ul li::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #333;
  transform: rotate(-45deg);
  margin-right: 3px;
  position: absolute;
  top: 13px;
  left: 0;
}

@media screen and (max-width: 896px) {
  .detail__contents ul li::after {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
  }
}

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

.detail__contents ol {
  border-top: 1px solid #e5e5e5;
  counter-reset: number;
}

.detail__contents ol li {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 15px 0;
  border-bottom: 1px dotted #e5e5e5;
}

@media screen and (max-width: 896px) {
  .detail__contents ol li {
    font-size: 14px;
    line-height: 22px;
    padding: 13px 0;
  }
}

.detail__contents ol li::before {
  counter-increment: number;
  content: counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #f6f6f6;
  margin-right: 20px;
}

@media screen and (max-width: 896px) {
  .detail__contents ol li::before {
    margin-right: 10px;
  }
}

.detail__contents div {
  max-width: 100%;
}

.detail__contents iframe {
  max-width: 100%;
}

#toc_container {
  border: 1px solid #e5e5e5;
  margin-bottom: 70px;
}

@media screen and (max-width: 896px) {
  #toc_container {
    width: 100%;
    margin-bottom: 55px;
  }
}

#toc_container span.toc_number {
  display: none;
}

#toc_container .toc_title {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  #toc_container .toc_title {
    font-size: 14px;
    line-height: 38px;
    padding: 0 15px;
  }
}

#toc_container .toc_list {
  border: 0;
  padding: 0;
}

#toc_container .toc_list li {
  padding-left: 0;
  line-height: 1;
}

#toc_container .toc_list li::after {
  display: none;
}

#toc_container .toc_list > li {
  padding: 23px 30px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}

@media screen and (max-width: 896px) {
  #toc_container .toc_list > li {
    padding: 18px 15px;
  }
}

#toc_container .toc_list > li::before {
  content: "#";
  font-weight: bold;
}

#toc_container .toc_list > li a {
  color: #333;
}

#toc_container .toc_list > li a:hover {
  text-decoration: underline;
}

#toc_container .toc_list > li > a {
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  #toc_container .toc_list > li > a {
    font-size: 15px;
  }
}

#toc_container .toc_list > li > ul {
  margin: 15px 0 0 12px;
  border: 0;
  padding: 0;
}

@media screen and (max-width: 896px) {
  #toc_container .toc_list > li > ul {
    margin: 8px 0 0 12px;
  }
}

#toc_container .toc_list > li > ul li {
  margin-bottom: 10px;
}

#toc_container .toc_list > li > ul li a {
  font-size: 14px;
}

@media screen and (max-width: 896px) {
  #toc_container .toc_list > li > ul li a {
    line-height: 22px;
  }
}

#toc_container .toc_list > li > ul li:last-child {
  margin-bottom: 0;
}

#toc_container .toc_list > li:last-child {
  border-bottom: 0;
}

.sns {
  width: 750px;
}

@media screen and (max-width: 896px) {
  .sns {
    width: 100%;
    box-sizing: border-box;
  }
}

.snsList {
  display: flex;
}

.snsList__item {
  width: 33.3%;
}

.snsList__item a {
  display: block;
  height: 55px;
  position: relative;
  transition: .3s;
}

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

.snsList__item a::after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

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

.snsList__item--facebook a {
  background: #f9f9f9 url(/articles/common/img/pickup/icon_facebook_gray.png) center/8px no-repeat;
}

.snsList__item--facebook a::after {
  display: none;
}

.snsList__item--line a {
  background: #f9f9f9 url(/articles/common/img/pickup/icon_line_gray.png) center/20px no-repeat;
}

.snsList__item--mail a {
  background: #f9f9f9 url(/articles/common/img/pickup/icon_mail_gray.png) center/18px no-repeat;
}

.sns--top {
  width: auto;
  position: absolute;
  top: 40px;
  left: -100px;
}

@media screen and (max-width: 896px) {
  .sns--top {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
}

.sns--top .snsList {
  display: block;
}

@media screen and (max-width: 896px) {
  .sns--top .snsList {
    display: flex;
  }
}

.sns--top .snsList__item {
  width: 46px;
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .sns--top .snsList__item {
    width: 33.3%;
    margin-bottom: 0;
  }
}

.sns--top .snsList__item a {
  height: 46px;
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
  border-radius: 50%;
}

@media screen and (max-width: 896px) {
  .sns--top .snsList__item a {
    height: 38px;
    border: 0;
    border-radius: 0;
  }
}

.sns--top .snsList__item a::after {
  display: none;
}

@media screen and (max-width: 896px) {
  .sns--top .snsList__item a::after {
    display: block;
  }
}

.sns--top .snsList__item--facebook a {
  background: #fff url(/articles/common/img/pickup/icon_facebook_gray.png) center/8px no-repeat;
}

@media screen and (max-width: 896px) {
  .sns--top .snsList__item--facebook a {
    background: #f9f9f9 url(/articles/common/img/pickup/icon_facebook_gray.png) center/8px no-repeat;
  }
}

.sns--top .snsList__item--facebook a::after {
  display: none;
}

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

.sns--top .snsList__item--line a {
  background: #fff url(/articles/common/img/pickup/icon_line_gray.png) center/22px no-repeat;
}

@media screen and (max-width: 896px) {
  .sns--top .snsList__item--line a {
    background: #f9f9f9 url(/articles/common/img/pickup/icon_line_gray.png) center/22px no-repeat;
  }
}

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

.sns--top .snsList__item--mail a {
  background: #fff url(/articles/common/img/pickup/icon_mail_gray.png) center/18px no-repeat;
}

@media screen and (max-width: 896px) {
  .sns--top .snsList__item--mail a {
    background: #f9f9f9 url(/articles/common/img/pickup/icon_mail_gray.png) center/18px no-repeat;
  }
}

.sns--top .snsList__item--mail a:hover {
  background: #b6b6b6 url(/articles/common/img/pickup/icon_mail_white.png) center/18px no-repeat;
}

.sns--top.fixed {
  position: fixed;
  top: 115px;
  left: auto;
  margin-left: -100px;
}

.sns--top.stop {
  position: absolute;
  top: auto;
  bottom: 0;
  left: -100px;
  margin-left: 0;
}

.sns--bottom {
  display: block;
  margin: 0 auto 30px;
}

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

.sns--bottom .snsList__item a:hover {
  opacity: .7;
}

.related {
  width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .related {
    width: auto;
    margin: 0 15px;
  }
}

.relatedList {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .relatedList {
    display: block;
    border-bottom: 1px solid #f0f0f0;
  }
}

.relatedList__item {
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .relatedList__item {
    width: 100%;
    border-top: 1px solid #f0f0f0;
  }
}

.relatedList__item:nth-of-type(1) {
  padding-right: 15px;
  border-right: 1px dotted #e6e6e6;
}

@media screen and (max-width: 896px) {
  .relatedList__item:nth-of-type(1) {
    padding-right: 0;
    border-right: 0;
  }
}

.relatedList__item:nth-of-type(2) {
  padding-left: 15px;
}

@media screen and (max-width: 896px) {
  .relatedList__item:nth-of-type(2) {
    padding-left: 0;
  }
}

.relatedList__item a {
  display: block;
  color: #333;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .relatedList__item a {
    display: flex;
    padding: 17px 0;
  }
}

.relatedList__item a:hover {
  opacity: .7;
}

@media screen and (max-width: 896px) {
  .relatedList__item a:hover {
    opacity: 1;
  }
}

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

.related__pic img {
  width: 100%;
}

.related__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 20px;
}

@media screen and (max-width: 896px) {
  .related__inner {
    display: block;
    width: calc(100% - 34.7%);
    padding: 0 0 0 10px;
    box-sizing: border-box;
    position: relative;
  }
}

.related__cat {
  font-size: 13px;
  letter-spacing: .08em;
  text-indent: .08em;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .related__cat {
    display: block;
    font-size: 11px;
  }
}

.related__date {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #9f9f9f;
}

@media screen and (max-width: 896px) {
  .related__date {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.related__headline {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: bold;
  margin-top: 8px;
}

@media screen and (max-width: 896px) {
  .related__headline {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
  }
}

.btn__list {
  margin: 30px 0 0;
}

@media screen and (max-width: 896px) {
  .btn__list {
    margin: 20px 15px 0;
  }
}

.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;
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  transition: .3s;
}

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

.btn__list a:hover {
  color: #fff;
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
}

.pagination {
  margin: 30px 0 0;
}

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