@charset "UTF-8";

/* -------------------------------------
movie
------------------------------------- */
.movie article .page_in {
  max-width: 700px;
}
.movie .mttl {
  line-height: 1.5;
}
.movie .contblk {
  border-bottom: 1px dashed #ca5142;
  padding-bottom: 35px;
  margin-bottom: 50px;
}
.movie .contblk:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.movie .contblk .youtube {
  margin-bottom: 30px;
  padding-top: 57.1%;
  position: relative;
}
.movie .contblk .youtube iframe,
.movie .contblk .youtube img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie .contblk .txtbk {
  padding: 0 15px;
}

.movie .contblk .sttl {
  font-weight: bold;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 15px !important;
}
.movie .contblk .sttl.bdttl:before {
  max-width: 190px;
}
.movie .contblk .sttl.bdttl:after {
  width: 60px;
}
.movie .contblk .sttl span {
  font-size: 17px;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.movie .contblk .sttl span:before,
.movie .contblk .sttl span:after {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.movie .contblk .sttl span:before {
  background: url(../imgs/movie/ttl_icon_lf.svg) 0 0 no-repeat;
  left: 0;
}
.movie .contblk .sttl span:after {
  background: url(../imgs/movie/ttl_icon_rg.svg) 0 0 no-repeat;
  right: 0;
}
.movie .contblk .txtbk p {
  color: #000;
}
.movie .contblk .nopost {
  color: #000;
  text-align: center;
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1160px) {
}

@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (min-width: 769px) {
}
