@charset "UTF-8";

.alignleft {
  float: left;
}
.alignright {
  float: right;
}

.ao_b,
.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.double_line {
  border-bottom: double 3px #ff3366;
}

/* table */
.section_body table { border-collapse:collapse; width:100%; border:0;margin:0 0 24px 0; }
.section_body td, .section_body th { border:1px solid #ccc; padding:10px 15px 7px; line-height:2; }
.section_body th { background:#f2f2f2; font-weight:normal; }

.section_body hr {
  border-top: 1px solid #ccc;
  margin: 60px 0;
}
@media only screen and (max-width: 750px) {
  .section_body hr {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 750px) {

  .pc_only {
    display: none;
  }

  strong.special_strong {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    color: #3333ff;
    text-shadow: 3px 3px #ffffff, 5px 5px 1px #ff3366;
  }
}

@media only screen and (min-width: 751px) {

  .sp_only {
    display: none;
  }

  strong.special_strong {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 300%;
    font-weight: bold;
    color: #3333ff;
    text-shadow: 3px 3px #ffffff, 5px 5px 1px #ff3366;
  }
}


/*h3:before {*/
/*  content: "\003c";*/
/*}*/

/*h3:after {*/
/*  content: "\003e";*/
/*}*/

/*h4:before {*/
/*  content: "\002666";*/
/*}*/

h3.unsigned, h4.unsigned, h5.unsigned {
  background: none;
}

/*h3.unsigned:before, h4.unsigned:before, h5.unsigned:before {*/
/*  content: "";*/
/*}*/

/*h3.unsigned:after, h4.unsigned:after, h5.unsigned:after {*/
/*  content: "";*/
/*}*/

@media only screen and (max-width: 750px) {
  .section_body p {
    text-indent: 1em;
    padding: 0 5px;
  }
}

@media only screen and (min-width: 751px) {
  .section_body p {
    text-indent: 1em;
    padding: 0 12px;
  }
}

.section_body .chapter {
  background: #fff9f4;
  padding: 10px;
  margin: 0 0 35px 0;
  /*border: solid 1px #ec4050;*/
  box-shadow: 5px 5px #ddd;
  -moz-box-shadow: 5px 5px #ddd;
  -webkit-box-shadow: 5px 5px #ddd;
  -o-box-shadow: 5px 5px #ddd;
  -ms-box-shadow: 5px 5px #ddd;
}

.section_body .chapter h3 {
  line-height: 30px;
  font-weight: 700;
  font-size: 1.1rem;
  background: #f56d79;
  color: #ffffff;
  padding: 5px 0 5px 20px;
  margin: 0 auto 20px;
  border-bottom: solid 2px #ec4050;
}

.section_body .chapter h4 {
  line-height: 25px;
  font-weight: 700;
  /*background: url("img/kiguchi/background/line3.png") repeat;*/
  background: #d6f793;
  color: #333;
  padding: 5px 0 5px 20px;
  margin: 20px auto;
  border-bottom: solid 2px #7dad1a;
}

.section_body .chapter .unsigned {
  background: none;
  padding: 0 5px;
  margin: 5px 0;
}

@media only screen and (max-width: 750px) {
  .section_body .chapter p {
    /*border-left: solid 3px #e64646;*/
    /*font-size: 110%;*/
    padding: 0 8px 0 8px;
  }
}

@media only screen and (min-width: 751px) {
  .section_body .chapter p {
    /*border-left: solid 3px #e64646;*/
    /*font-size: 110%;*/
    padding: 0 16px 0 16px;
  }
}

.section_body .chapter p.no_indent {
  text-indent: 0;
  border: none;
  /*border-bottom: solid 1px #e64646;*/
  padding: 0 0 0 16px;
}

.section_body .chapter dl {
  width: 90%;
  background: #fff;
  margin: 5px auto 10px auto;
}

.section_body .chapter ul, .section_body .chapter ol {
  /*width: 90%;*/
  padding-right: 12px;
  margin: 5px auto 10px auto;
}

.section_body ul li p, .section_body ol li p {
  text-indent: 0;
}

.annotation {
  color: #555;
  font-size: 90%;
  font-weight: normal;
}

em {
  font-weight: 600;
  font-size: 110%;
  color: #ff0000;
}

strong {
  font-weight: 700;
  font-size: 130%;
}

ul.horizontal, ol.horizontal {
  text-align: center;
  margin: 5px 0;
}

@media only screen and (max-width: 750px) {
  ul.horizontal li, ol.horizontal li {
    display: inline-block;
    font-size: 110%;
    font-weight: bold;
    padding: 2px 5px;
    margin: 0 5px;
    border-bottom: solid 2px #999;
  }
}

@media only screen and (min-width: 751px) {
  ul.horizontal li, ol.horizontal li {
    display: inline-block;
    font-size: 120%;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0 15px;
    border-bottom: solid 2px #999;
  }
}


.box {
  width: 94%;
  overflow: hidden;
  padding: 0;
  margin: 10px auto 15px auto;
  /*border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;*/
}

.box p {
  padding: 0;
  border: none;
}

@media only screen and (max-width: 750px) {
  .box ul {
    font-size: 16px;
    font-weight: bold;
    margin-left: 22px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 751px) {
  .box ul {
    font-size: 16px;
    font-weight: bold;
    margin-left: 40px;
    margin-bottom: 10px;
  }
}

.box.blue_box {
  /*background: url("img/kiguchi/background/pt_blue.jpg") repeat;*/
  border: solid 1px #0880db;
  box-shadow: 5px 5px #b7cedf;
  -moz-box-shadow: 5px 5px #b7cedf;
  -webkit-box-shadow: 5px 5px #b7cedf;
  -o-box-shadow: 5px 5px #b7cedf;
  -ms-box-shadow: 5px 5px #b7cedf;
}

.box.blue_box h3, .box.blue_box h4, .box.blue_box h5 {
  height: 40px;
  background: #0880db;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}

.box.orange_box {
  /*background: url("img/kiguchi/background/pt_orange.jpg") repeat;*/
  border: solid 1px #ff7d00;
  box-shadow: 5px 5px #eccaa8;
  -moz-box-shadow: 5px 5px #eccaa8;
  -webkit-box-shadow: 5px 5px #eccaa8;
  -o-box-shadow: 5px 5px #eccaa8;
  -ms-box-shadow: 5px 5px #eccaa8;
}

.box.orange_box h3, .box.orange_box h4, .box.orange_box h5 {
  height: 40px;
  background: #ff7d00;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}

.box.green_box {
  /*background: url("img/kiguchi/background/pt_green.jpg") repeat;*/
  border: solid 1px #68b35d;
  box-shadow: 5px 5px #b3c2b1;
  -moz-box-shadow: 5px 5px #b3c2b1;
  -webkit-box-shadow: 5px 5px #b3c2b1;
  -o-box-shadow: 5px 5px #b3c2b1;
  -ms-box-shadow: 5px 5px #b3c2b1;
}

.box.green_box h3, .box.green_box h4, .box.green_box h5 {
  height: 40px;
  background: #68b35d;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}

.slowgan {
  width: 100%;
  text-align: center;
  margin: 0 auto 15px auto;
}

.slowgan p {
  font-size: 48px;
  margin: 0;
}

.introduction p {
  width: 94%;
  text-align: center;
  font-size: 25px;
  line-height: 180%;
  margin-bottom: 20px;
}

.explanation_box {
  /*width: 96%;*/
  overflow: auto;
  /*padding: 10px 2%;*/
  margin: 10px auto;
}

.document_box {
  overflow-y: auto;
  overflow-x: hidden;
  width: 92%;
  background: #fff;
  text-align: center;
  padding: 10px 1%;
  margin: 10px auto 20px auto;
  border: solid 1px #ccc;
}

.document_box iframe {
  max-width: 100%;
}

.document_box dl {
  text-align: left;
  margin: 0;
}

.document_box dl dt {
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 8px;
  margin-top: 5px;
  border-left: solid 5px #333;
  border-bottom: solid 1px #333;
}

.document_box dl dd {
  padding: 0 0 0 14px;
  margin-bottom: 5px;
}

.document_box ul, .document_box ol {
  width: 100%;
  list-style: none;
  margin: 0;
}

@media only screen and (max-width: 750px) {
  .document_box ul li {
    display: inline-block;
    width: 80%;
    background: #eee;
    margin: 2px auto;
    border: solid 1px #ddd;
  }
}

@media only screen and (min-width: 751px) {
  .document_box ul li {
    display: inline-block;
    width: 48%;
    background: #eee;
    border: solid 1px #ddd;
  }
}

.document_box table tr td {
  background: #ffffff;
}

.document_box span.document_title {
  display: block;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

.explanation_box p, .document_box p {
  padding-left: 10px;
  text-align: left;
  margin: 10px 0 0.5em;
}

@media only screen and (max-width: 750px) {
  .section_body .explanation_box .alignright, .section_body .explanation_box .alignleft, .section_body .document_box .alignright, .section_body .document_box .alignleft, #course dl dd .alignleft, .section_body #course dl dd .alignright, .section_body .about_box .alignleft, .about_box .alignright {
    float: none;
    margin: 0;
  }

  .explanation_box img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 751px) {
  img.vertically {
    max-width: 25%;
  }

  img.vertically_short {
    max-width: 20%;
  }

  img.horizontally {
    max-width: 40%;
  }

  img.horizontally_short {
    max-width: 32%;
  }
}

span.rainbow {
  display: inline-block;
  font-size: 140%;
  line-height: 130%;
  text-shadow: 1px 1px #333, 2px 2px #333;
}

.dream {
  text-align: center;
}
.dream img {
  margin: 10px auto 40px;
}

@media only screen and (min-width: 751px) {
  dl.contact {
    width: 98%;
    font-size: 110%;
    padding: 15px 0 0 0;
    margin: 12px auto 0 auto;
    border: solid 1px #ccc;
  }

  dl.contact dt {
    width: 30%;
    background: #ccc;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    border-bottom: solid 1px #ccc;
    padding: 0 8px 0 0;
  }

  dl.contact dt {
    width: 30%;
    height: 2em;
    background: #ccc;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    border-bottom: solid 1px #ccc;
    padding: 0 8px 0 0;
  }

  dl.contact dd {
    width: 60%;
    display: inline-block;
    text-align: left;
    padding: 0 0 0 12px;
    vertical-align: top;
    border-bottom: solid 1px #ccc;
  }
}

@media only screen and (max-width: 750px) {
  dl.contact {
    border: solid 2px #ccc;
    overflow: hidden;
  }

  dl.contact dt {
    background: #ccc;
    padding-left: 10px;
    margin: 5px 0;
  }

  dl.contact dd {
    padding-left: 15px;
    margin: 10px 0;
  }
}

/* コース案内 */
@media only screen and (max-width: 750px) {
  video.sokudoku {
    width: 288px;
    max-width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 751px) {
  video.sokudoku {
    width: 288px;
    height: 192px;
    margin: 0 0 0 20px;
  }
}

#course ol.ippo_action {
  width: 800px;
  max-width: 100%;
  padding: 20px 30px;
  margin: 10px auto 40px auto;
  border: dotted 2px #aaa;
}

#course ol.ippo_action li {
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 0 10px;
  list-style-position: inside;
}

#course dl {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 0;
}
#course dl dd {
  margin: 0;

}
#course dl:nth-child(2n) {
  border: solid 2px #9ec2f4;
}
#course dl:nth-child(2n) dt {
  background: #9ec2f4;
  font-size: 130%;
  padding-left: 20px;
}

#course dl:nth-child(2n) dd {
  overflow: auto;
  background: #f3f8ff;
  padding: 16px 16px;

}


#course dl:nth-child(2n+1) {
  border: solid 2px #fdbae8;
}
#course dl:nth-child(2n+1) dt {
  background: #fdbae8;
  font-size: 130%;
  padding-left: 20px;
}

#course dl:nth-child(2n+1) dd {
  overflow: auto;
  background: #fff9fd;
  padding: 16px 16px;

}

/*#course dl.step_world dt {*/
/*  background: #ff9f43;*/
/*  font-size: 130%;*/
/*  padding-left: 20px;*/
/*}*/

/*#course dl.step_world dd {*/
/*  background: #fff4ea;*/
/*  padding: 8px 18px;*/
/*  border: solid 2px #ff9f43;*/
/*}*/

@media only screen and (max-width: 750px) {
  #course th {
    width: 30%;
  }
}

@media only screen and (min-width: 751px) {
  #course tr.heading th {
    height: 18px;
    /*padding: 4px 0;*/
  }

  #course tr.heading th.course_target {
    width: 20%;
  }

  #course tr.heading th.course_class {
    width: 50%;
  }

  #course tr.heading th.course_tuition {
    width: 30%;
  }
}

#course td {
  background: #ffffff;
}

@media only screen and (min-width: 751px) {
  #course td:first-child {
    min-width: 150px;
  }
}

#about .about_box {
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 2px #ccc;
  margin: 10px auto;
}

#about .about_box h4 {
  width: 100%;
  line-height: 40px;
  background: #68b35d;
  color: #fff;
  padding: 0 2%;
  margin: 0 0 10px 0;
}

/*#about .about_box h4:before {*/
/*  content: "\002666";*/
/*  margin: 0 5px 0 0;*/
/*}*/

/*#about .about_box:last-child {*/
/*	overflow:auto;*/
/*	border: none;*/
/*	margin: 10px auto;*/
/*}*/

#about .about_box img {
  display: block;
  width: 80%;
  margin: 5px auto;
}

#about .about_txt.alignleft, #about .about_txt.alignright {
  width: 70%;
  margin: 10px 1%;
}

#about .about_txt {
  width: 98%;
  margin: 10px auto;
}


#about .about_txt p, #about .about_txt.alignleft p, #about .about_txt.alignright p {
  padding: 0 12px;
}

#about .about_txt ul, #about .about_txt.alignleft ul, #about .about_txt.alignright ul {
  padding: 0 12px;
}

#about .about_img.alignleft, #about .about_img.alignright {
  width: 25%;
  margin: 10px 1%;
}

#about .about_img img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 5px auto;
}

#about .address_txt {
  width: 55%;
  margin: 10px 1%;
}

#about .address_img {
  width: 40%;
  margin: 10px 1%;
}

#about .address_img ul {
  list-style: none;
}

#about .address_img img {
  width: 100%;
  max-width: 400px;
}


/* 方針と特徴 & 発展と成功のための５か条*/

#declaration h3 {
  font-size: 175%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  #declaration h3 {
    font-size: 150%;
  }
}
#development_and_success h2 {
  line-height: 1.6;
  font-weight: 700;
  color: var(--color--accent1);
  letter-spacing: 0.32em;
  font-feature-settings: "palt" 1;
  font-size: 1.4rem;
  /*padding: 0 20px;*/
  margin-bottom: 40px;
}
#development_and_success h2 span{
  display: block;
  margin-bottom: 0.5em;

}
#development_and_success #declaration h3 .double_line {
  border-bottom: double 3px #333;
}

#development_and_success #declaration h3 i {
  vertical-align: super;
  font-size: 60%;
}

#development_and_success .chapter h4:before {
  display: none
}

@media only screen and (max-width: 750px) {
  #development_and_success .chapter h4 br {
    display: none
  }
}


/* 塾長あいさつ */

@media only screen and (max-width: 750px) {
  #profile .icon {
    text-align: center;
    width: 100%;
  }

  #profile .license {
    width: 100%;
  }

}

@media only screen and (min-width: 751px) {
  #profile .icon {
    text-align: center;
    width: 35%;
  }

  #profile .license {
    text-align: left;
    width: 60%;
  }

}


#profile .icon img {
  border: solid 2px #333;
  display: inline-block;
}


#profile .license ul li {
  margin-bottom: 5px;
  border-bottom: dashed 1px #ccc;
}


/* 速読プログラム */
#sokudoku_program blockquote ul {
  width: 80%;
  margin: 0 auto 10px auto;
}

#sokudoku_program blockquote ul li {
  display: inline-block;
  width: 45%;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

#sokudoku_program table th {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

#sokudoku_program table td {
  text-align: center;
  font-size: 120%;
}

#sokudoku_program table th span {
  font-size: 90%;
  font-weight: normal;
}

#sokudoku_program table td span {
  font-size: 80%;
  font-weight: normal;
}

#sokudoku_program table td.img_block {
  width: 40%;
}

#sokudoku_program table td.img_block img {
  max-width: 75%;
  margin-left: -35px;
}


/* 不登校、障がいをお持ちのお子さんへ */

dl.counseling {
  border: solid 2px #ccc;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  dl.counseling dt {
    background: #ccc;
    padding-left: 10px;
    margin: 0 0 10px 0;
  }

  dl.counseling dd {
    padding-left: 15px;
    margin: 10px 0 20px;
  }
}

@media only screen and (min-width: 751px) {
  dl.counseling dt {
    display: inline-block;
    background: #ccc;
    width: 20%;
    height: 4em;
    text-align: right;
    vertical-align: top;
    margin: 10px 0;
  }

  dl.counseling dd {
    display: inline-block;
    width: 70%;
    height: 4em;
    text-align: left;
    vertical-align: top;
    margin: 10px 0;
  }
}



@media only screen and (max-width: 750px) {
  ul.page_headline_menu {
    width: 100%;
    text-align: center;
    padding: 0;
    border-bottom: solid 1px #ccc;
  }

  ul.page_headline_menu li {
    display: inline-block;
    line-height: 30px;
    padding: 5px 12px;
    margin: 0;
  }

  ul.page_headline_menu li a {
    height: 100%;
    font-size: 90%;
    text-decoration: none;
  }

  ul.page_headline_menu li a:hover {
    height: 100%;
    font-size: 90%;
    text-decoration: none;
    border-bottom: solid 3px #ccc;;
  }
}

@media only screen and (min-width: 751px) {
  ul.page_headline_menu {
    float: right;
    height: 0px;
    padding: 0;
    margin-top: -70px;
    margin-right: 20px;
  }

  ul.page_headline_menu li {
    float: left;
    height: 35px;
    font-weight: bold;
    padding: 5px 12px;
    margin: 0;
  }

  ul.page_headline_menu li a {
    display: block;
    height: 35px;
    font-size: 130%;
    text-decoration: none;
  }

  ul.page_headline_menu li a:hover {
    display: block;
    height: 35px;
    font-size: 130%;
    text-decoration: none;
    border-bottom: solid 5px #ccc;
  }
}

/*!* 下部バナー? *!*/

/*@media only screen and (max-width: 750px) {*/
/*  .bottom_ad {*/
/*    width: 96%;*/
/*    text-align: center;*/
/*    margin: 5px 1%;*/
/*    padding: 1%;*/
/*    margin: 5px auto;*/
/*    !*border: solid 2px #ccc;*!*/
/*  }*/

/*  .bottom_ad p {*/
/*    text-indent: 10px;*/
/*    text-align: left;*/
/*    margin-top: 5px;*/
/*    padding: 0 1%;*/
/*  }*/

/*  .bottom_ad a {*/
/*    display: block;*/
/*    margin-bottom: 10px;*/
/*  }*/

/*  .bottom_ad img {*/
/*    max-width: 80%;*/
/*  }*/
/*}*/

/*@media only screen and (min-width: 751px) {*/
/*  .bottom_ad {*/
/*    float: left;*/
/*    width: 44%;*/
/*    text-align: center;*/
/*    margin: 5px 1%;*/
/*    padding: 1%;*/
/*    !*border: solid 2px #ccc;*!*/
/*  }*/

/*  .bottom_ad p {*/
/*    text-indent: 10px;*/
/*    text-align: left;*/
/*    margin-top: 5px;*/
/*    padding: 0 1%;*/
/*  }*/

/*  .bottom_ad a {*/
/*    display: block;*/
/*    margin-bottom: 10px;*/
/*  }*/

/*  .bottom_ad img {*/
/*    max-width: 90%;*/
/*  }*/
/*}*/

/* 問い合わせ送信ボタン*/
/*#mail_submit {*/
/*  border: 1px solid #333;*/
/*  background: #333;*/
/*  width: 200px;*/
/*  color: #fff;*/
/*  font-size: 130%;*/
/*  font-weight: bold;*/
/*  -webkit-border-radius: 4px; !* Google Chrome・Safari用 *!*/
/*  -moz-border-radius: 4px; !* Firefox用 *!*/
/*  border-radius: 4px; !* 基本形 *!*/
/*  padding: 5px 10px;*/
/*  cursor: pointer;*/
/*  display: inline-block;*/
/*  margin: 10px auto;*/
/*}*/

/*#mail_submit:hover {*/
/*  opacity: 0.8;*/
/*}*/


/* お問い合わせ */

.wpcf7 {
  width: 100%;
}

.wpcf7 form.wpcf7-form {
  width: 100%;
}

.wpcf7-form-control-wrap {
  display: block;
  margin: 10px auto;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  gap: 20px;
}

/*@media only screen and (max-width: 750px) {*/
/*  .wpcf7 form.wpcf7-form p:nth-child(2n) {*/
/*    width: 90%;*/
/*    background: #ddd;*/
/*    font-size: 110%;*/
/*    padding: 5px 5%;*/
/*    margin: 10px auto;*/
/*  }*/

/*  .wpcf7 form.wpcf7-form p:nth-child(2n+1) {*/
/*    width: 90%;*/
/*    background: #eee;*/
/*    font-size: 110%;*/
/*    padding: 5px 5%;*/
/*    margin: 10px auto;*/
/*  }*/

/*  .wpcf7 form.wpcf7-form p textarea {*/
/*    width: 85%;*/
/*  }*/

/*  .wpcf7 form.wpcf7-form p input {*/
/*    width: 65%;*/
/*  }*/

/*  .wpcf7 form.wpcf7-form p input[type="checkbox"] {*/
/*    width: 20px;*/
/*  }*/
/*}*/

/*@media only screen and (min-width: 751px) {*/
/*  .wpcf7 form.wpcf7-form p:nth-child(2n) {*/
/*    width: 550px;*/
/*    background: #ddd;*/
/*    font-size: 110%;*/
/*    padding: 5px 30px;*/
/*    margin: 10px auto;*/
/*  }*/

/*  .wpcf7 form.wpcf7-form p:nth-child(2n+1) {*/
/*    width: 550px;*/
/*    background: #eee;*/
/*    font-size: 110%;*/
/*    padding: 5px 30px;*/
/*    margin: 10px auto;*/
/*  }*/

/*}*/

/*動画用*/
.movie {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .movie {
    margin: 20px auto;
  }
  .movie iframe {
    width: 100%;
    height: 64vw;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 751px) {
  .movie {
    margin: 40px auto;
  }
  .movie iframe {
    width: 600px;
    height: 400px;
    display: block;
    margin: 0 auto;
  }
}
.movie span {
  font-size: 16px;
  display: inline-block;
  margin: 10px auto;
}


/*.footer_banner {*/
/*  text-align: center;*/
/*}*/

/*.footer_banner a img {*/
/*  max-width: 100%;*/
/*}*/