@charset "utf-8";
.post {
  padding: 160px 0 100px;
  color: #fff;
}
.post__title {
  width: 270px;
}
.post__area {
  margin: 56px auto 0;
  width: 1200px;
}
.post__date {
  font-size: 18px;
  color: #f00014;
  text-align: center;
}
.post__ttl {
  font-size: 32px;
  line-height: 1.59375;
  text-align: center;
  margin-top: 12px;
  padding-bottom: 32px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.6);
}
.post__txtBox {
  margin-top: 32px;
}
.post__txt {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.post__shareBox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: right;
  -moz-box-pack: right;
  -o-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  justify-content: right;
  margin-top: 35px;
}
.post__shareTxt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.post__shareTxt p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.5;
}
.post__shareTxt img {
  margin: 2px 0 0 3px;
  width: 16px;
}
.post__shareBtn {
  display: inline-block;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f00014;
}
.post__shareBtn:hover > .post__shareImg--x {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.post__shareBtn:hover > .post__shareImg--line {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.post__shareBtn:hover > .post__shareImg--fb {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.post__shareImg {
  width: 31px;
  height: 31px;
}
.post__shareImg--x {
  background: url("../../assets/images/common/btn_twitter-r.svg") no-repeat
    center/cover;
}
.post__shareImg--line {
  background: url("../../assets/images/common/btn_line-r.svg") no-repeat
    center/cover;
}
.post__shareImg--fb {
  background: url("../../assets/images/common/btn_facebook-r.svg") no-repeat
    center/cover;
}
.post__prev,
.post__next {
  width: 48px;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.post__prev:hover,
.post__next:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.post__btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 80px;
}
.post__btn--none {
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.post__btn--prev {
  margin-right: 40px;
}
.post__btn--next {
  margin-left: 40px;
}
.post__txt > h1 {
  font-size: 30px;
  color: #fff;
  /* border-bottom: 1px solid #fff;
  display: inline-block; */
}
.post__txt > h2 {
  font-size: 22px;
  color: #fff;
  /* border-bottom: 1px solid #fff;
  display: inline-block; */
}
.post__txt > h3 {
  font-size: 20px;
  color: #fff;
  /* border-bottom: 1px solid #fff;
  display: inline-block; */
}
.post__txt > h4 {
  font-size: 16px;
  color: #fff;
  /* border-bottom: 1px solid #fff;
  display: inline-block; */
}
.post__txt > p > b {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}
.post__txt > p > i {
  font-style: italic;
  color: #fff;
  font-size: 15px;
}
.post__txt > ul {
  margin: 1em 0;
  color: #fff;
  list-style: disc;
  font-size: 16px;
  margin-left: 19px;
}
.post__txt > ol {
  margin: 0.5em 0;
  color: #fff;
  list-style: decimal;
  list-style: decimal;
  font-size: 16px;
  margin-left: 17px;
}
.post__txt > p > a {
  color: #e50012;
  text-decoration: underline;
}
.post__txt > p > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 736px) {
  .post {
    padding: 21.333333333333332vw 0 24vw;
  }
  .post__title {
    width: 32vw;
  }
  .post__area {
    margin: 12vw auto 0;
    width: 89.33333333333333vw;
  }
  .post__date {
    font-size: 4.266666666666667vw;
  }
  .post__ttl {
    font-size: 6.933333333333334vw;
    line-height: 1.384615384615385;
    margin-top: 2.666666666666667vw;
    padding-bottom: 5.333333333333333vw;
  }
  .post__txtBox {
    margin-top: 6.666666666666667vw;
  }
  .post__txt {
    font-size: 4.266666666666667vw;
  }
  .post__shareBox {
    margin-top: 8vw;
  }
  .post__shareTxt p {
    font-size: 4.266666666666667vw;
  }
  .post__shareTxt img {
    margin: 0.533333333333333vw 0 0 0.8vw;
    width: 4.266666666666667vw;
  }
  .post__shareBtn {
    margin-left: 2.666666666666667vw;
    border: none;
  }
  .post__shareBtn:hover > .post__shareImg--x {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .post__shareBtn:hover > .post__shareImg--line {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .post__shareBtn:hover > .post__shareImg--fb {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .post__shareImg {
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
  }
  .post__prev,
  .post__next {
    width: 10.133333333333333vw;
  }
  .post__btnBox {
    margin-top: 21.333333333333332vw;
  }
  .post__btn--prev {
    margin-right: 2.666666666666667vw;
  }
  .post__btn--next {
    margin-left: 2.666666666666667vw;
  }
}
