.content-text h3 {
  font-style: italic;
  font-size: 24px;
}
@media (max-width: 540px) {
  .content-text h3 {
    font-size: 20px;
  }
}

.page-action-detail {
  margin-bottom: 30px;
}
.page-action-detail .date_views {
  padding: 33px 0;
  display: flex;
  line-height: normal;
}
.page-action-detail .date_views .date {
  padding-right: 25px;
  background: url("images/calendar.png") no-repeat left center;
  padding-left: 17px;
  font-weight: 100;
  color: #838485;
  font-size: 12px;
}
.page-action-detail .date_views .article_views {
  background: url("images/eye_views.png") no-repeat left center;
  padding-left: 25px;
  font-weight: 100;
  color: #838485;
  font-size: 12px;
}
.page-action-detail .contents {
  border-left: 2px solid #ffe804;
  padding-left: 30px;
  margin-bottom: 30px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .page-action-detail .contents {
    margin-left: 0;
  }
}
.page-action-detail .contents .caption {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 20px;
}
.page-action-detail .contents a {
  display: block;
  color: #333;
  line-height: normal;
  padding-bottom: 10px;
}
.page-action-detail .contents a.level-3 {
  padding-left: 20px;
}
.page-action-detail .img_block {
  text-align: center;
}
.page-action-detail .img_block img {
  max-width: 100%;
}
.page-action-detail .img_description {
  text-align: center;
  font-size: 14px;
  color: #666;
  font-style: italic;
  margin-bottom: 20px;
}


.article-contents-item:hover{
  text-decoration: none;
}
.article-contents-item:hover span{
  text-decoration: underline;
  text-decoration-color: #ffe804;
}
.rating_block {
  height: 27px;
  width: 143px;
  vertical-align: middle;
  display: inline-block;
  background: url('/imgs/star_empty.png') repeat-x left center;
}
.rating_fill_block {
  height: 27px;
  background: url('/imgs/star_full.png') repeat-x left center;
}
.rating_radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
}
.radio_span_star {
  float: right;
  width: 28.6px;
  height: 27px;
  display: block;
  cursor: pointer;
}
.btns_radio_form_skip .radio_span_star {
  cursor: auto;
}
.rating_radio:checked ~ .radio_span_star {
  background: url('/imgs/star_full.png') no-repeat center center;
}
.video_block {
  width: 100%;
  height: 100vh;
  max-height: 400px;
}
@media (max-width: 768px) {
  .video_block {
    max-height: 340px;
  }
}
@media (max-width: 540px) {
  .video_block {
    max-height: 280px;
  }
}

.content-text iframe {
  width: 100% !important;
}

#_main {
  overflow: hidden;
}