@media (min-width: 992px) {
  .blog-posts-home .section-header .section-small-subtitle {
    width: auto;
  }
}
.section-header .section-small-subtitle {
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-header .section-small-subtitle {
    font-size: 16px;
    line-height: 1.6;
  }
}
.top_h2_art {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 50px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .top_h2_art {
    font-size: 24px;
    margin: 0 auto 20px;
  }
}
.art_item_img {
  width: 100%;
  max-width: 758px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .art_item_img {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top_h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 50px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .top_h2 {
    font-size: 24px;
  }
}
.top_h2:after {
  content: '';
  position: absolute;
  display: block;
  width: 339px;
  height: 36px;
  right: calc(50% - 169px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/top_h2_bg.png) no-repeat center / contain;
}
@media screen and (max-width: 768px) {
  .top_h2:after {
    width: 169px;
    height: 18px;
    right: calc(50% - 84px);
  }
}
.l_r_p {
  padding-left: 15px;
  padding-right: 15px;
}
.photo_item {
  width: 100%;
  max-width: 1028px;
  display: flex;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .photo_item {
    font-size: 16px;
  }
}
.photo_item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .photo_item {
    display: block;
  }
}
.photo_item .photo_item_txt {
  padding: 0 5vw;
  position: relative;
  width: 70%;
}
@media (max-width: 990px) {
  .photo_item .photo_item_txt {
    padding: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.photo_item .photo_item_txt .photo_item_ttl {
  padding-left: 170px;
}
@media screen and (max-width: 768px) {
  .photo_item .photo_item_txt .photo_item_ttl {
    padding-left: 80px;
  }
}
.photo_item .photo_item_txt .more_bnt {
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: 10px;
  color: #fff;
}
.photo_item .photo_item_txt .photo_item_txt_border {
  margin-bottom: 20px;
}
.photo_item .photo_item_txt .photo_item_txt_border::after {
  content: '';
  display: block;
  width: 100%;
  position: inherit;
  right: calc(50% - 30px);
  border-bottom: 2px solid #e0aa2e;
}
.photo_item .photo_item_txt .photo_item_ttl_bg:before {
  content: '';
  position: absolute;
  display: block;
  width: 134px;
  height: 71px;
  left: 90px;
  top: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/photo_ttl_bg.png) no-repeat center / contain;
}
@media (max-width: 990px) {
  .photo_item .photo_item_txt .photo_item_ttl_bg:before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .photo_item .photo_item_txt .photo_item_ttl_bg:before {
    width: 67px;
    height: 35px;
    left: 0;
    top: 20px;
  }
}
.photo_item .photo_item_txt .photo_item_ttl1 {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .photo_item .photo_item_txt .photo_item_ttl1 {
    font-size: 22px;
  }
}
.photo_item .photo_item_txt .photo_item_ttl_eg {
  font-size: 22px;
  color: #e0aa2e;
  margin-bottom: 60px;
}
@media (max-width: 990px) {
  .photo_item .photo_item_txt .photo_item_ttl_eg {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .photo_item .photo_item_txt .photo_item_ttl_eg {
    font-size: 14px;
  }
}
.photo_item_img img {
  width: 100%;
}
.photo_item:last-child {
  margin-top: 90px;
}
@media (max-width: 990px) {
  .photo_item:last-child {
    margin-top: 50px;
  }
}
.h_img img {
  width: 100%;
}
.jw-button {
  color: #fff;
}
