.banner-area {
  margin: 0 auto;
  max-width: 968px;
}

.banner-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.banner-t {
  width: 220px;
  height: 70px;
  text-align: center;
  margin: 5px;
}

/*ここまでは削除しない*/

/*中3夏期講習*/

.kaki-ttl-png {
  width: 100%;
}

.g3c03 h2 {
  color: #f00;
  text-align: center;
}

.g3-range-2016 img, .kaki2016-ttl img, .kaki-jissiyoukou img {
  width: 100%;
}

/*テーブル*/
.sum_time_t {
  width: 100%;
}

.sum_time_t th, .sum_time_t td {
  padding: 10px;
  border: 1px solid #ddd;
}

.sum_time_t th {
  width: 30%;
  text-align: left;
  background: #f4f4f4;
}

.sum_contents_h2 {
  position: relative;
  padding: .5em;
  border-left: 5px solid #085985;
  color: #085985;
}

.sum_contents_h2:before {
  position: absolute;
  left: -5px;
  bottom: 0;
  content: '';
  width: 5px;
  height: 50%;
  background-color: #7ac2e5;
}

.sum_contents_h2::after{
  position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 0;
border-bottom: 2px solid #085985;
}

@media only screen and (max-width:480px) {
  .sum_time_t th, .sum_time_t td {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
  }
  .sum_time_t tr:first-child th {
    border-top: 1px solid #ddd;
  }
}
/*タイムテーブル end*/

p.x---- {
  color: #231815;
  font-size: 0.7em;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  text-indent: 0px;
}

p.para-style-override-10 {
  font-family: sans-serif;
  color: #fff;
  font-weight: bold;
}

p.para-style-override-7, p.para-style-override-8, p.para-style-override-9 {
  color: #00a672;
  font-family: sans-serif;
  font-size: 0.9em;
  font-weight: bold;
}

p.para-style-override-8 {
  color: #fff;
}

p.para-style-override-11 {
  font-weight: bold;
  font-size: 0.8em;
}

td.cell-style-override-1 {
  color: #00a672;
  background-color: #fffcd1;
}

td.cell-style-override-2 {
  color: #dceee3;
  background-color: #00a672;
}

td.cell-style-override-3 {
  color: #00a672;
  background-color: #dceee3;
}

.para-style-override-8, .para-style-override-10 {
  color: #fff;
}

p.syukujisu {
  color: #f00;
  font-weight: bold;
}

p.kadai {
  font-weight: bold;
  width: 50%;
  padding: 5px 0;
  margin: 0 24%;
  background: #00a672;
  color: #fff;
}

.kousi-syokai p {
  text-align: center;
  font-size: 0.9em;
  margin: 0;
}

.kousi-syokai h3 {
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fff;
  background: #005;
  border: solid #005 1px;
}

.kaki-kousi dt {
  font-weight: bold;
  width: 20%;
  color: #fff;
  background: #005;
  border-radius: 8px 8px 0 0;
  margin: 16px 0 0 40px;
  padding: 2px 0 1px 4%;
}

.kaki-kousi dd {
  margin-bottom: 0px;
  border-bottom: dotted 2px #00a;
}

p.adviser-ttl {
  color: #19283C;
  margin-bottom: 2px;
  font-size: 0.7em;
}

p.adviser-name {
  color: #19283C;
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 1.1em;
}

p.adviser-name span {
  font-size: 0.7em;
}

p.adviser-comment {
  width: auto;
  color: #19283C;
  position: relative;
  background: #F6F6F6;
  border-radius: 30px;
  border: 3px solid #005;
  z-index: 0;
  padding: 20px;
  font-size: 0.9em;
  margin-left: 5%;
  margin-bottom: 50px;
}

p.adviser-comment:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 15%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #F6F6F6 transparent;
  z-index: 0;
}

p.adviser-comment:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 15%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #005 transparent;
  z-index: -1;
}

.kaki-mousikomi {
  margin: 0 auto;
  width: 560px;
}

.fa-arrow {
  color: #f5a;
  font-size: 3em;
  text-align: center;
}

.kaki-mousikomi h1 {
  /* background: #e96c8c; */
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fec1d1), color-stop(100%, #e96c8c));
  /* background-image: -webkit-linear-gradient(top, #fec1d1, #e96c8c); */
  background-image: -moz-linear-gradient(top, #fec1d1, #e96c8c);
  background-image: -o-linear-gradient(top, #fec1d1, #e96c8c);
  background-image: linear-gradient(top, #fec1d1, #e96c8c);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEC1D1', endColorstr='#FFE96C8C');
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(2, 2, 0, 0.12) 0px 0px 0px 3px;
  -moz-box-shadow: rgba(2, 2, 0, 0.12) 0px 0px 0px 3px;
  box-shadow: rgba(2, 2, 0, 0.12) 0px 0px 0px 3px;
  text-shadow: 1px 1px rgba(100, 100, 100, 0.4);
  border: 3px solid #fff;
  text-align: center;
  padding: 20px;
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .kaki-mousikomi h1 {
    font-size: 1em;
  }
  .kaki-mousikomi {
    width: 280px;
  }
}

.tel-mousikomi {
  text-align: center;
  margin: 0 auto;
  font-size: 0.9em;
  color: #333;
}

.mousikomi-btn {
  margin-left: 5%;
}

.oyaryoku {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}

.oyaryoku th {
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
  color: #1d2975;
}

.oyaryoku td {
  border: solid 3px #d17;
  padding: 10px 20px;
}

.td_right {
  color: #1d2975;
}

.td_right p {
  padding: 0;
  margin: 0;
}

.td_right {
  padding: 0;
  margin: 0;
}

.oya_name {
  text-align: center;
}

.td_right dt {
  float: left;
  /* 左に寄せる */
  clear: both;
  /* フロートの解除 */
}

.td_right dd strong {
  font-size: 1.5em;
}

.td_left {
  width: 25%;
  text-align: center;
  background: #d17;
  color: #fff;
}

.td_left P {
  font-size: 1.6em;
  font-weight: bold;
}

.td_left P span {
  font-size: 1.2em;
  border-bottom: dotted #fff 3px;
}

.p_taisyo {
  color: #d17;
  background: #fff;
  border-radius: 5px;
}

@media only screen and (max-width: 480px) {
  .oyaryoku td {
    border: solid 1px #d17;
    padding: 5px;
  }
  .oyaryoku {
    font-size: 0.6em;
  }
}

.btn_pdf:hover {
    background: #ffdada;
}










/* 冬期講習会CSS */

td{
  color:#525263
}

.sum_contents_h2 {
  position: relative;
  padding: .5em;
  border-left: 5px solid #0066AB;
  color: #0066AB;
}

.sum_contents_h2:before {
  position: absolute;
  left: -5px;
  bottom: 0;
  content: '';
  width: 5px;
  height: 50%;
  background-color: #FFFBC4;
}

.blue_btn{
  color: #0066AB;
}
.blue_btn:hover{
  color: rgba(0, 102, 171, 0.5);
}


.white_btn{
  color: #fff;
}

.white_btn:hover{
  color: rgba(255, 255, 255, 0.5)
}

.sum_contents_h2::after{
  position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 0;
border-bottom: 2px solid #0066AB;
}
@media only screen and (max-width: 480px) {

.mob_displaynone{
  display: none;
}
}





/* 夏期講習会CSS2020 */
td{
  color:#525263
}

.spr_contents_h2 {
  position: relative;
  padding: .5em;
  border-left: 5px solid #b2ddde;
  color: #d03f33
;
}

.spr_contents_h2:before {
  position: absolute;
  left: -5px;
  bottom: 0;
  content: '';
  width: 5px;
  height: 50%;
  background-color: #d03f33
;
}

.blue_btn{
  color: #2364b2;
}
.blue_btn:hover{
  color: #d03f33
;
}


.white_btn{
  color: #fff;
}

.white_btn:hover{
  color: rgba(255, 255, 255, 0.5)
}

.spr_contents_h2::after{
  position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 0;
border-bottom: 2px solid #b2ddde;
}
@media only screen and (max-width: 480px) {

.mob_displaynone{
  display: none;
}
}

/* 高校入試情報 */

.hs_info_menu ul {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}

.hs_info_menu ul li {
  padding: 1.4rem .8rem;
  text-decoration: none;
  background: #fff;
  color: #333;
  text-align: left;
  margin: .2em 0;
  border-bottom: solid 1px #ddd;
}

.hs_info_menutop {
  background: #d4093a !important;
  color: #fff !important;
  text-align: center !important;
  font-weight: bold !important;
}

.hs_info_menu ul a li:hover {
  background: #eee;
  transition: .5s;
}

.hs_info_h1 {
  color: #d4093a;
  text-align: center;
  padding: 1em 0;
  border-bottom: 2px solid #d4093a;
  border-top: 2px solid #d4093a;
  margin-top: 0;
}

.hs_info_h3 {
  border-bottom: solid 3px #ffe3d0;
  position: relative;
  font-size: 3rem;
}

.hs_info_h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff8532;
  bottom: -3px;
  width: 20%;
}

.hs_info_h3_tag {
  padding: 0.5em;
  display: inline-block;
  line-height: 1.3;
  font-size: 3.5rem;
  margin: 2rem auto 0;
  vertical-align: middle;
  color: #fff;
  border-radius: 25px 0px 0px 25px;
  background-color: #d4093a;
}

.hs_info_h3_tag:before,
.hs_info_h3_tag_s::before {
  content: " ";
  color: white;
  margin-right: 20px;
}

.hs_info_h3_tag_s {
  padding: 0.5em;
  display: inline-block;
  line-height: 1.3;
  font-size: 3.5rem;
  margin: 2rem auto 0;
  vertical-align: middle;
  color: #fff;
  border-radius: 25px 0px 0px 25px;
  background-color: #337ab7;
}

.hs_info_h4 {
  margin: 1em 0 0 0;
  font-weight: bold;
  color: #ff8532;
  font-size: 2.5rem;
}

.hs_info_faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.hs_info_catting {
  width: 100%;
}

.hs_info_says {
  display: inline-block;
  position: relative;
  margin: 5px 0px 30px 105px;
  padding: 10px 13px;
  border-radius: 12px;
  color: #fff;
  background-color: #3aa95e;
}

.hs_info_says::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #3aa95e;
}

.hs_info_hslist {
  border-left: solid 6px #ff8532;
}

.hs_info_hslist li {
  padding: .4em;
}

.hs_info_hslist li:nth-child(even) {
  background: #f8f8f8;
}

.hs_info_hslist li a {
  color: #333;
}

.hs_info_hslist li a:hover {
  transition: .5s;
  color: #ff8532;
}

.hs_info_time_t {
  text-align: center;
  width: 100%;
  border: solid 1px
}

.hs_info_time_t tr {
  border-top: solid 1px;
}

.hs_info_time_t td {
  padding: 3rem;
  border-left: solid 1px;
}

@media only screen and (max-width: 480px) {
  .mob_displaynone {
    display: none;
  }
  .hs_info_h1 {
    font-size: 2.3rem;
  }

  .hs_info_h3 {
    font-size: 2rem;
  }

  .hs_info_h4 {
    font-size: 1.8rem;
  }

  .hs_info_h3_tag, .hs_info_h3_tag_s {
    font-size: 2rem;
  }

  .hs_info_menu {
    margin: 5rem auto;
  }

  .hs_info_faceicon {
    float: none;
  }

  .hs_info_says {
    font-size: 1.4rem;
    margin: 1rem auto;
  }

  .hs_info_says::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 30px;
    border: 12px solid transparent;
    border-bottom: 12px solid #3aa95e;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }

  .hs_info_time_t thead {
    display: none;
  }

  .hs_info_time_t td {
    display: block;
    border-top: solid 1px;
    border-left: none;
  }

  .hs_info_time_t td:before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }

  .hs_info_time_t th {
    display: block;
    padding: 2rem;
    background: #ddd;
  }
}
