.mt50 {
  margin-top: 50px;
}

span.Qcolor {
  font-size: 1.8em;
  color: #8c679e;
}

body .sub07 .wrap .layout .left .imgBox {
  margin: 0 auto;
}
body .sub07 .wrap .layout .left h3 {
  margin-top: 50px;
}
body .sub07 .wrap .layout .right .contArea .flex {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}
body .sub07 .wrap .layout .right .contArea .flex .imgBox {
  width: 300px;
}
body .sub07 .wrap .layout .right .contArea .flex .textBox {
  width: calc(100% - 340px);
  text-align: center;
  margin-top: 20px;
}
body .sub07 .wrap .layout .right .contArea .flex .textBox .movieName .name {
  font-size: 1.4rem;
}
body .sub07 .wrap .layout .right .contArea .flex .textBox .movieName .date {
  margin-top: 20px;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
}
body .sub07 .wrap .layout .right .contArea .flex .textBox .movieName .date p {
  margin: 10px 0;
}
body .sub07 .wrap .layout .right .contArea .flex .textBox .title {
  font-size: 1.2rem;
  color: #d09843;
  margin-top: 30px;
}
body .sub07 .wrap .layout .right .contArea .flex .textBox p.text {
  text-align: left;
  margin-top: 30px;
}
body .sub07 .wrap .layout .right .contArea .flex .textBox .tel {
  text-align: right;
  margin-top: 30px;
}
body .sub07 .wrap .layout .right .contArea .flex .textBox .tel a.alink {
  color: #367bd4;
  display: inline-block;
  word-break: break-all;
}

@media screen and (max-width: 925px) {
  body .sub07 .wrap .layout .right .contArea .flex {
    display: flex;
    flex-direction: column;
  }
  body .sub07 .wrap .layout .right .contArea .flex .col2 {
    width: 100%;
  }
  body .sub07 .wrap .layout .right .contArea .flex .imgBox {
    margin: 0 auto;
  }
  body .sub07 .wrap .layout .right .contArea .flex .textBox {
    width: 100%;
  }
  body .sub07 .wrap .layout .right .contArea .flex .textBox .bookTitle .bookWrap {
    display: block;
  }
  body .sub07 .wrap .layout .right .contArea .flex .textBox .bookTitle .bookWrap p:last-child {
    margin-left: 0;
    line-height: 2.1rem;
  }
}/*# sourceMappingURL=sub07.css.map */