@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.post-news-page > .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1186px;
  width: 100%;
  padding: 183px 20px 0;
  margin: 0 auto 80px;
}
@media screen and (max-width: 640px) {
  .post-news-page > .post-content {
    padding: 153px 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content {
    padding: 133px 20px 0;
  }
}
.post-news-page > .post-content > .section-title {
  margin-right: 108px;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .section-title {
    margin-right: 6%;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .section-title {
    margin-right: 28px;
  }
}
.post-news-page > .post-content > .box-article {
  border-right: 1px solid #585858;
  max-width: 750px;
  width: 100%;
  padding-right: 110px;
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-article {
    padding-right: 6%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .post-news-page > .post-content > .box-article {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
.post-news-page > .post-content > .box-article > .box-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 640px) {
  .post-news-page > .post-content > .box-article > .box-information {
    margin-bottom: 14px;
  }
}
.post-news-page > .post-content > .box-article > .box-information > .date {
  color: #b1b1b1;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-right: 16px;
}
.post-news-page > .post-content > .box-article > .box-information > .list-category > .category {
  border: 1px solid #b3a35c;
  border-radius: 50px;
  font-size: 12px;
  color: #b3a35c;
  text-align: center;
  padding: 7px 16px;
}
.post-news-page > .post-content > .box-article > .box-title > .title {
  font-size: 25px;
  line-height: 2.1;
  letter-spacing: 0.12em;
  font-weight: 400;
  margin-bottom: 20px;
}
.post-news-page > .post-content > .box-article > .box-title > .english-title {
  color: #b1b1b1;
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 93px;
}
@media screen and (max-width: 640px) {
  .post-news-page > .post-content > .box-article > .box-title > .english-title {
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-title > .english-title {
    margin-bottom: 33px;
  }
}
.post-news-page > .post-content > .box-article > p {
  font-size: 14px;
  line-height: 2.8;
  margin-bottom: 24px;
}
.post-news-page > .post-content > .box-article > figure {
  margin-bottom: 24px;
}
.post-news-page > .post-content > .box-article > figure > img {
  width: 100%;
}
.post-news-page > .post-content > .box-article > .button {
  border-top: 1px solid #585858;
  text-align: center;
  margin-top: 50px;
  padding-top: 38px;
}
.post-news-page > .post-content > .box-article > .button > .link {
  color: #ffffff;
}
.post-news-page > .post-content > .box-article > .button > .link > .arrow {
  width: 33.5px;
  margin-left: 34px;
}
@media screen and (max-width: 640px) {
  .post-news-page > .post-content > .button {
    display: none;
  }
}
.post-news-page > .post-content > .button > .link {
  color: #ffffff;
}
.post-news-page > .post-content > .button > .link > .arrow {
  width: 33.5px;
  margin-left: 34px;
}