<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 769px) {
  #movies .sec02 {
    padding: 20px 0 100px;
  }
  #movies .featureMovie {
    width: 830px;
    margin: 60px auto 0;
    display: table;
  }
  #movies .featureMovie__image {
    display: table-cell;
    width: 465px;
  }
  #movies .featureMovie__image a {
    display: block;
    position: relative;
  }
  #movies .featureMovie__image a img {
    width: 100%;
  }
  #movies .featureMovie__image a:after {
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    background: url(/assets/img/movies/play.png) center top no-repeat;
    background-size: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
  }
  #movies .featureMovie__txt {
    display: table-cell;
    padding-left: 40px;
    vertical-align: middle;
  }
  #movies .featureMovie__txt .title {
    margin-bottom: 25px;
    font-size: 2.2rem;
    line-height: 1.45455;
    font-weight: 700;
  }
  #movies .featureMovie__txt .seal {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 1em;
    font-size: 1.4rem;
    line-height: 1.71429;
    background-color: #F6BD03;
    color: #595955;
    font-weight: normal;
  }
  #movies .sec03 {
    padding: 60px 0 80px;
    background: #f7f7f7 url(/assets/img/2021/bg_line_hexagon_gray03.jpg) right top no-repeat;
  }
  #movies .lineTitle {
    margin-bottom: 35px;
    font-size: 2.4rem;
    line-height: 2.25;
    color: #595955;
    border-bottom: 2px solid #F6BD03;
  }
  #movies .prodList {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  #movies .prodList__item {
    margin-bottom: 20px;
    margin-right: 40px;
    flex-basis: 316px;
  }
  #movies .prodList__item:nth-child(3n) {
    margin-right: 0;
  }
  #movies .prodList__image {
    width: 316px;
    margin-bottom: 15px;
  }
  #movies .prodList__image a {
    display: block;
    position: relative;
  }
  #movies .prodList__image a img {
    width: 100%;
  }
  #movies .prodList__image a:after {
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    background: url(/assets/img/movies/play.png) center top no-repeat;
    background-size: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
  }
  #movies .prodList__title {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #movies .prodList__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    word-break: break-all;
  }
}

@media only screen and (max-width: 768px) {
  #movies .sec02 {
    padding: 0 0 35px;
  }
  #movies .featureMovie__image {
    margin-bottom: 15px;
  }
  #movies .featureMovie__image a {
    display: block;
    position: relative;
  }
  #movies .featureMovie__image a img {
    width: 100%;
  }
  #movies .featureMovie__image a:after {
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    background: url(/assets/img/movies/play.png) center top no-repeat;
    background-size: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
  }
  #movies .featureMovie__txt .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
  }
  #movies .featureMovie__txt .seal {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 1em;
    font-size: 1.3rem;
    line-height: 1.75;
    background-color: #F6BD03;
    color: #595955;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
  #movies .featureMovie__txt .disc {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  #movies .sec03 {
    padding: 35px 0 80px;
    background: #f7f7f7 url(/assets/img/2021/bg_line_hexagon_gray03.jpg) right top no-repeat;
    background-size: 100%;
  }
  #movies .lineTitle {
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 3;
    color: #595955;
    border-bottom: 2px solid #F6BD03;
  }
  #movies .prodList {
    /* display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; */
    width: 100%;
  }
  #movies .prodList__item {
    margin-bottom: 40px;
  }
  #movies .prodList__image {
    width: 100%;
    margin-bottom: 15px;
  }
  #movies .prodList__image a {
    display: block;
    position: relative;
  }
  #movies .prodList__image a img {
    width: 100%;
  }
  #movies .prodList__image a:after {
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    background: url(/assets/img/movies/play.png) center top no-repeat;
    background-size: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
  }
  #movies .prodList__title {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #movies .prodList__txt {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.8;
    word-break: break-all;
  }
}

#movies .sec04 {
  padding-bottom: 100px;
}
#movies .sec04 .seminorList .list {
  padding: 35px 0;
  border-bottom: 1px solid #ccc;
}
#movies .sec04 .seminorList .list:first-child {
  padding: 0 0 35px;
}
#movies .sec04 .seminorList .title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: bold;
}
#movies .sec04 .seminorList .listDetail &gt; div {
  margin-bottom: 5px;
}
#movies .sec04 .seminorList .listDetail {
  font-size: 1.5rem;
}
#movies .sec04 .seminorList .listDetail dt {
  clear: both;
  font-weight: bold;
  float: left;
}
#movies .sec04 .seminorList .listDetail dd {
  padding-left:10em;
}

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

  #movies .sec04 {
    padding-bottom: 50px;
  }
  #movies .sec04 .seminorList .list {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
  }
  #movies .sec04 .seminorList .list:first-child {
    padding: 0 0 15px;
  }
  #movies .sec04 .seminorList .title {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.65;
    font-weight: bold;
  }
  #movies .sec04 .seminorList .listDetail &gt; div {
    margin-bottom: 5px;
  }
  #movies .sec04 .seminorList .listDetail {
    font-size: 1.3rem;
  }
  #movies .sec04 .seminorList .listDetail dt {
    clear: both;
    font-weight: bold;
    float: none;
  }
  #movies .sec04 .seminorList .listDetail dd {
    padding-left:0;
  }
  
}</pre></body></html>