@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');


/***********************************************************************
 * OVERWRITE
 ********************************************************************* */
#GHead {
  background-color: #fff;
}
#GFoot {
  background-color: #fff;
}

@media (min-width:769px) {
  #GHead {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  #Contents {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

@media (max-width:768px) {
  #Contents {
    padding: 0;
  }
}


/***********************************************************************
 * COMMON
 ********************************************************************* */
.lp-contents {
  color: #343942;
  font-size: 16px;
}

.lp-contents h1,
.lp-contents h2,
.lp-contents h3,
.lp-contents h4,
.lp-contents h5,
.lp-contents h6 {
  color: #325ABE;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.lp-contents h2 {
  position: relative;
  font-size: 46px;
  letter-spacing: 1px;
  text-align: center;
}

h2.ttl_point {
  margin-top: -70px !important;
}

.lp-contents h3 {
  font-size: 34px;
  line-height: 1.47;
  text-align: center;
}

.lp-contents p,
.lp-contents dt,
.lp-contents dd,
.lp-contents a {
  color: inherit;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  line-height: 1.875
}
.lp-contents p {
  font-size: 16px;
}
.lp-contents p:not(:first-child) {
  margin-top: 10px;
}
.lp-contents p.lead {
  margin-top: 1em; !important;
  color: #325ABE;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.lp-contents .notes {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
.lp-contents .notes:not(:first-child) {
  margin-top: 10px;
}

.lp-contents ul.num li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.lp-contents a,
.lp-contents a:visited,
.lp-contents a:link {
  text-decoration: none;
}

.lp-contents img {
  max-width: 100%;
}

.lp-contents em,
.lp-contents .em {
  color: #E76A64;
  font-weight: inherit;
}

.lp-contents b {
  font-weight: 500;
}

.lp-contents strong {
  color: inherit;
  font-weight: bold;
  font-size: 18px;
}


@media (min-width:769px) {
  .forSP {
    display: none !important;
  }

  .lp-contents a:hover {
    opacity: 0.8;
  }

  .lp-contents sup {
    display: inline-block;
    transform: translateY(3px);
  }
}


@media (max-width:768px) {
  .forPC {
    display: none !important;
  }

  .lp-contents h2 {
    font-size: 2.8rem;
  }
  .lp-contents h2::after {
    margin-bottom: 8vw;
    width: 2em;
    height: 2px;
  }

  h2.ttl_point img {
    width: 90vw;
  }

  .lp-contents h3 {
    font-size: 2.2rem;
  }

  .lp-contents p,
  .lp-contents dt,
  .lp-contents dd,
  .lp-contents a {
    font-size: 1.4rem;
  }

  .lp-contents strong {
    font-size: 1.1em;
  }

  .lp-contents .notes {
    font-size: 1.2rem;
  }

  .lp-contents img {
    height: auto !important;
  }

  .lp-contents sup {
    display: inline-block;
    transform: translateY(3px) scale(0.9);
    transform-origin: left;
  }
}


/***********************************************************************
 * #mv
 ********************************************************************* */
#mv {
  box-sizing: border-box;
  padding-top: 220px;
  height: 900px;
  text-align: center;
  background: url(/department/education/img/kv.jpg) center top no-repeat;
  background-size: cover;
}


@media (max-width:768px) {
  #mv {
    padding-top: 29vw;
    height: 120vw;
  }
  #mv h1 img {
    width: 88vw;
  }
}


/***********************************************************************
 * #intro
 ********************************************************************* */
#intro {
  padding: 1px 0 0 0;
  background: #325ABE url(../img/bg_ptn.png) center center repeat;
  background-size: 1575px;
}

#intro h2 {
  margin-top: -143px;
  box-sizing: border-box;
  width: 100vw;
  height: 273px;
  padding: 100px 0 65px;
  background: url(/department/education/img/bg_intro.png) center top no-repeat;
  background-size: 100% 273px;
  text-align: center;
}

#intro nav ul {
  display: flex;
  justify-content: center;
  padding: 100px 0 160px;
}
#intro nav ul li {
  width: 310px;
  height: 380px;
  border-radius: 20px;
  background: #fff;
}
#intro nav ul li:nth-child(2) {
  margin-left: 32px;
  margin-right: 32px;
}
#intro nav ul li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px 0 90px;
  margin-top: 0;
}
#intro nav ul li h3 {
  margin-top: 0;
}
#intro nav ul li p {
  margin-top: 1.75em;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.75;
}
#intro nav ul li a::after {
  content: '';
  position: absolute;
  left: calc(50% - 65px);
  bottom: 15px;
  display: block;
  width: 130px;
  height: 34px;
  background: url(/department/education/img/btn_more.png) no-repeat;
  background-size: contain;
  transition: .3s;
}


@media (min-width:769px) {
  #intro nav ul li a:hover {
    opacity: 1;
  }
  #intro nav ul li a:hover::after {
    background-image: url(/department/education/img/btn_more_ov.png);
  }
  #intro nav ul li:nth-child(2) p {
    margin-top: 1em;
  }
}

@media (max-width:768px) {
  #intro {
    background-size: 150vw;
  }
  #intro h2 {
    margin-top: -20vw;
    padding: 14vw 4vw 0;
    height: 38vw;
    background-size: 220vw
  }
  #intro nav ul {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 24vw;
  }
  #intro nav ul li {
    margin-top: 4vw;
    padding-bottom: 2vw;
    width: 80vw;
    height: auto;
  }
  #intro nav ul li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  #intro nav ul li img {
    width: 70%;
  }
  #intro nav ul li p {
    font-size: 1.5rem;
  }
}


/***********************************************************************
 * #point1
 ********************************************************************* */
#point1 {
  padding-top: 1px;
  padding-bottom: 150px;
  background-color: #F0F3F7;
}

#point1 div.block1 {
  position: relative;
  margin: -75px auto 100px;
  padding: 40px 0 30px;
  width: 1000px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}
#point1 div.block1 > div {
  display: flex;
  justify-content: center;
}
#point1 div.block1 > div p {
  margin: 15px 35px;
}

#point1 > h3 span {
  position: relative;
}
#point1 > h3 span img {
  position: absolute;
  left: -250px;
  bottom: 0;
}

#point1 .teachers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
  width: 900px;
}
#point1 .teachers > div {
  box-sizing: border-box;
  margin-top: 20px;
  padding: 10px 20px;
  width: 235px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
#point1 .teachers > div .post {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5em;
  color: #325ABE;
  font-size: 14px;
  line-height: 1.425;
  text-align: center;
}
#point1 .teachers > div h4 {
  font-size: 20px;
  line-height: 1.5;
}
#point1 .teachers > div > p {
  font-size: 12px;
  line-height: 1.67;
  text-align: left;
}

@media (min-width:769px) {
  #point1 .teachers > div {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width:768px) {
  #point1 .teachers {
    justify-content: space-between;
  }
  #point1 {
    padding-bottom: 24vw;
  }
  #point1 div.block1 {
    padding: 4vw;
    width: 84vw;
  }
  #point1 div.block1 > div p {
    margin: 20px 5px 10px;
  }
  #point1 > h3 {
    margin-top: -4vw;
  }
  #point1 > h3 span img {
    left: -12vw;
    bottom: 26vw;
    width: 24vw
  }
  #point1 .teachers {
    margin-bottom: 0;
    width: 92vw;
  }
  #point1 .teachers > div {
    margin-top: 3%;
    padding: 10px 10px;
    width: 49%;
    border-radius: 10px
  }
  #point1 .teachers > div .post {
    font-size: 12px
  }
}


/***********************************************************************
 * #point2
 ********************************************************************* */
#point2 {
  padding-top: 1px;
  padding-bottom: 180px;
  background-color: #CCDBF2;
}

#point2 h2 {
}

#point2 h3 {
  position: relative;
  margin-top: -80px;
  padding-top: 64px;
  background: url(/department/education/img/ico_point2.png) center top no-repeat;
  background-size: 64px;
}

#point2 h4 {
  font-size: 30px;
}

#point2 > div {
  box-sizing: border-box;
  margin: 30px auto 0;
  padding: 40px 50px;
  width: 1000px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
#point2 > div > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
  padding: 10px 20px;
}
#point2 .course {
  width: 400px;
}
#point2 .course h5 {
  position: relative;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0.5em;
  border-radius: 1.5em;
  background-color: #466ac4;
  color: #fff;
  font-size: 20px;
}
#point2 .course h5:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}
#point2 .course h5:after{
  border-color: rgba(0, 0, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  border-top-color: #466ac4;
}

#point2 .course dt {
  margin-top: 1em;
  font-size: 17px;
  font-weight: bold;
}
#point2 .course dd {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 0.5em;
  padding: 1em 0;
  width: 100%;
  color: #325abe;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.15;
}
#point2 .course .col1 { background-color: #FAE56A}
#point2 .course .col2 { background-color: #D9726A; color: #fff}
#point2 .course .col3 { background-color: #E6E9EE}
@media (min-width:769px) {
  #point2 .course dd {
    min-height: 67px;
  }
  #point2 .course dd.auto_height {
    padding: 0.75em 0;
    min-height: auto;
  }
}

#point2 .course dd.split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background: none;
  position: relative;
}
#point2 .course dd.split .block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 67px;
}
#point2 .course dd.split .mark {
  margin: 0 0.25em;
  font-size: 120%;
  font-weight: 100;
}

#point2 .dotline {
  content: '';
  display: block;
  width: 1px;
  height: 500px;
  background: url(/department/education/img/deco_dotline.png) center;
  background-size: contain;
}
#point2 .dotline_l {
  height: 515px;
}

#point2 > p {
  box-sizing: border-box;
  margin: 25px auto 0;
  width: 1000px;
}

#point2 .special {
  position: relative;
  margin-top: 90px;
  border: 2px solid #325ABE;
  background: #F1F3F7;
}
#point2 .special h4 img {
  position: absolute;
  top: -30px;
  left: 60px;
}
#point2 .special p {
  color: #325ABE;
  font-size: 14px;
}
#point2 .special::before {
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  display: block;
  width: 100%;
  height: 41px;
  background: url(/department/education/img/deco_point2_2.png) center no-repeat;
  background-size: contain;
}


@media (max-width:768px) {
  #point2 {
    padding-bottom: 24vw;
  }
  #point2 .lead {
    width: 92vw;
  }
  #point2 h4 {
    font-size: 5vw;
  }
  #point2 > div {
    padding: 4vw 4vw 8vw;
    width: 92vw;
    border-radius: 10px;
  }
  #point2 > div h4 {
    padding-bottom: 2vw;
    border-bottom: 2px solid #325ABE;
  }
  #point2 > div > div {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  #point2 .course {
    margin-top: 1em;
    width: 100%;
  }
  #point2 .dotline + .course {
    margin-top: 2em;
  }
  #point2 .course h5 {
    font-size: 16px;
  }
  #point2 .course dt,
  #point2 .course dd {
    font-size: 15px;
  }
  #point2 > div > div img {
    margin-top: 8vw;
    width: 100%;
  }
  #point2 > div > div img:last-child {
    margin-top: 12vw;
  }
  #point2 > p {
    width: 92vw;
  }
  #point2 .special p {
    text-align: left;
  }
  #point2 .special h4 img {
    left: -2vw;
    top: -13vw;
    width: 20vw
  }
}


/***********************************************************************
 * #point3
 ********************************************************************* */
#point3 {
  padding-top: 1px;
  padding-bottom: 70px;
  background-color: #F0F3F7;
}

#point3 div.flexBlock {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 60px ;
  padding: 10px 20px;
  width: 1000px;
}
#point3 div.flexBlock div {
  width: 310px;
  padding-bottom: 40px;
  border: 4px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
#point3 div.flexBlock div img {
  width: 100%;
}
#point3 div.flexBlock div h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.6em;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
#point3 div.flexBlock div p {
  margin-top: 0;
  padding: 0 40px;
  color: #325ABE;
  font-size: 14px;
}

#point3 .support {
  position: relative;
  box-sizing: border-box;
  margin: 90px auto 0;
  padding: 40px 50px;
  border: 2px solid #325ABE;
  border-radius: 20px;
  width: 1000px;
}
#point3 .support h4 {
  font-size: 24px;
  text-align: center;
}
#point3 .support h4 img {
  position: absolute;
  top: -30px;
  left: 60px;
}
#point3 .support > div {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
#point3 .support > div > img {
  width: 1px;
  max-height: 390px;
}
#point3 .support > div div {
  width: 400px;
}
#point3 .support > div div img {
  width: 100%;
  border-radius: 10px;
}
#point3 .support h5 {
  padding: 1.25em 0 1em;
  font-size: 20px;
  text-align: center;
}
#point3 .support p {
  margin-top: 0;
  font-size: 14px;
}

#point3 .test {
  position: relative;
  margin-top: -90px;
  padding-top: 60px;
  background: url(/department/education/img/ico_point3_1.png) center top no-repeat;
  background-size: 64px;
}
#point3 .practice {
  position: relative;
  margin-top: 80px;
  padding-top: 64px;
  background: url(/department/education/img/ico_point3_2.png) center top no-repeat;
  background-size: 64px;
}


@media (max-width:768px) {
  #point3 div.flexBlock {
    flex-wrap: wrap;
    margin: 2vw auto 0;
    padding: 0;
    width: 84vw;
  }
  #point3 div.flexBlock div {
    margin-top: 4vw;
    width: 100%;
    padding-bottom: 4vw;
    border-width: 2px;
    border-radius: 10px;
  }
  #point3 div.flexBlock div h4 {
    margin: 4vw 0 3vw;
    height: auto;
  }
  #point3 div.flexBlock div p {
    padding: 0 20px;
  }
  #point3 .support {
    padding: 4vw 6vw 6vw;
    width: 88vw;
  }
  #point3 .support h4 img {
    top: -16vw;
    left: 2vw;
    width: 24vw;
  }
  #point3 .support > div {
    flex-wrap: wrap;
  }
  #point3 .support > div div {
    width: 100%;
  }
  #point3 .support > div div:not(:first-child) {
    margin-top: 8vw;
  }
  #point3 .support h5 {
    padding: 0.75em 0 0.5em;
  }
}


/***********************************************************************
 * #voice
 ********************************************************************* */
#voice {
  padding: 90px 0 130px;
  background: #325ABE url(../img/bg_ptn.png) center center repeat;
  background-size: 1575px;
  color: #fff;
}

#voice h2 {
  position: absolute;
  box-sizing: border-box;
  padding-right: 10px;
  width: 100%;
}

#voice > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 40px;
  width: 1000px;
}
#voice > div > div {
  width: 450px;
}
#voice > div > div img {
  display: block;
  margin: 0 auto;
}
#voice > div > img {
  height: 540px;
}
#voice > div > div h3 {
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
}
#voice > div > div p {
  margin-top: 20px;
  font-size: 14px;
}
#voice > div > div .post {
  margin-top: 10px;
  text-align: center;
}
#voice > div > div h4 {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}


@media (max-width:768px) {
  #voice {
    padding: 8vw 0 18vw;
  }
  #voice h2 {
    position: relative;
    margin: 0;
    padding: 0;
  }
  #voice > div {
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    width: 88vw;
  }
  #voice > div > div {
    margin-top: 10vw;
    width: 100%;
  }
}


/***********************************************************************
 * #course
 ********************************************************************* */
#course {
  margin-top: -60px;
  padding: 160px 0 130px;
  background: url(/department/education/img/bg_course.png) center top no-repeat;
  background-size: 100% 614px;
}
#course nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 40px;
  width: 1000px;
}
#course nav a {
  width: 235px;
  border-radius: 20px;
  overflow: hidden;
  background: #325ABE url(/department/education/img/ico_arrow.png) right 10px bottom 10px no-repeat;
  background-size: 22px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  transition: .3s;
}
#course nav a img {
  width: 100%;
  transition: .3s;
}
#course nav a span {
  display: block;
  padding: 15px 0 20px;
}
#course nav a small {
  display: block;
}


@media (min-width:769px) {
  #course nav a:hover {
    opacity: 1;
    background-color: #E76A64;
    background-image: url(/department/education/img/ico_arrow_ov.png);
    background-position: right -30px bottom 10px;
  }
  #course nav a:hover img {
    filter: brightness(1.1);
  }
}


@media (max-width:768px) {
  #course {
    margin-top: -12vw;
    padding: 14vw 4vw 14vw;
    background-size: 220vw;
  }
  #course h2 img {
    width: 64vw;
  }
  #course nav {
    flex-wrap: wrap;
    padding-top: 2vw;
    width: 92vw;
  }
  #course nav a {
    margin-top: 3%;
    width: 48%;
    border-radius: 10px;
    background-size: 16px;
    background-position: right 5px bottom 5px;
    font-size: 1.6rem;
  }
}


/***********************************************************************
 * #more
 ********************************************************************* */
#more {
  margin-top: -70px;
  padding: 140px 0 130px;
  background: url(/department/education/img/bg_more.jpg) center top no-repeat;
  background-size: cover;
}

#more nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 40px;
  width: 1000px;
}
#more nav a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px 30px;
  width: 480px;
  height: 240px;
  border: 4px solid #fff;
  border-radius: 16px;
  background: url(/department/education/img/ico_arrow.png) right 10px bottom 10px no-repeat;
  background-size: 22px;
  transition: .3s;
}
#more nav a h3,
#more nav a p {
  width: 100%;
}
#more nav a:nth-child(2) {
  padding: 68px 0;
}
#more nav a p.em {
  margin-top: 0;
  color: #FFE64E;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
#more nav a p.notes {
  color: #fff;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}


@media (min-width:769px) {
  #more nav a:hover {
    opacity: 1;
    background-color: #E76A64;
    background-image: url(/department/education/img/ico_arrow_ov.png);
    background-position: right -30px bottom 10px;
  }
}


@media (max-width:768px) {
  #more {
    margin-top: -16vw;
    padding: 24vw 0 8vw;
  }
  #more h2 img {
    width: 64vw;
  }
  #more nav {
    flex-wrap: wrap;
    padding-top: 0;
    width: 92vw;
  }
  #more nav a {
    display: block;
    margin-top: 6vw;
    padding: 6vw 4vw;
    height: auto;
    border-width: 2px;
    border-radius: 10px;
    background-size: 16px;
    background-position: right 5px bottom 5px;
  }
  #more nav a:last-child h3 img {
    width: 54vw;
  }
}

/***********************************************************************
 * 240606 Add
 ********************************************************************* */
/* 入学定員増 */
#topics {
	box-sizing: border-box;
	width: 100vw;
	background: url("/department/education/img/bg_intro_top.png") center top no-repeat;
	text-align: center;
}
#topics .topics-img,
#intro .intro-ttl {
	display: block;
	background-color: #fff;
	box-sizing: border-box;
}
#topics img,
#intro img {
	vertical-align: bottom;
}
#intro h2 {
	box-sizing: border-box;
	width: 100vw;
	height: auto;
	background: url("/department/education/img/bg_intro_btm.png") center bottom no-repeat;
}
/* 連携協定 */
.partnership {
	text-align: center;
}
.partnership .note {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	text-align: right;
	margin-top: 10px;
}

@media (max-width:768px) {
/* 入学定員増 */
#topics {
	margin-top: -20vw;
	padding-top: 14vw;
	background-size: auto 14vw;
}
#topics .topics-img {
	padding-top: 20px;
	padding-bottom: 20px;
}
#topics .topics-img,
#intro .intro-ttl {
	padding-left: 4vw;
	padding-right: 4vw;
}
#intro h2 {
	margin-top: -10px;
	height: auto;
	padding-top: 0;
	padding-bottom: 10vw;
	padding-left: 0;
	padding-right: 0;
	background-size: auto 10vw;
}
/* 連携協定 */
.partnership {
	padding: 4vw 4vw 0;
}
.partnership .note {
	font-size: 1.2rem;
}
}
@media (min-width:769px) {
/* 入学定員増 */
#topics {
	margin-top: -143px;
	padding-top: 100px;
	background-size: 100% 100px;
}
#topics .topics-img {
	padding-top: 30px;
	padding-bottom: 90px;
}
#intro h2 {
	margin-top: -30px;
	padding: 0 0 65px;
	background-size: 100% 65px;
}
/* 連携協定 */
.partnership {
	width: 90%;
	max-width: 560px;
	margin: 40px auto 0;
}
.partnership .note {
	font-size: 13px;
}
/* footer */
#GFoot #sns_footer {
	margin-top: 40px;
}
}

/***********************************************************************
 * 250514 Add
 ********************************************************************* */
.movieTtl {
	text-align: center;
}
.movWrap {
	aspect-ratio: 16 / 9;
}
.movWrap iframe {
	width: 100%;
	height: 100%;
}
/* MOVIE */
@media (max-width:768px) {
#movie {
	padding: 8vw 6vw;
}
.movieTtl img {
	height: 95px !important;
	width: auto;
}
.mov2colWrap {
	padding-top: 8vw;
}
.mov2colWrap > li {
	margin-bottom: 4vw;
}
.mov2colWrap > li:last-child {
	margin-bottom: 0;
}
}
@media (min-width:769px) {
#movie {
	padding: 90px 0;
}
.movieTtl img {
	height: 95px;
	width: auto;
}
.mov2colWrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 40px;
	width: 1000px;
}
.mov2colWrap > li {
	width: 480px;
}
}