/*
 Theme Name: Twenty Twelve Child
 Template: twentytwelve
*/

@charset "UTF-8";
@import url("https://seisinjuku.com/common/css/studentvoice.css");
@import url("https://seisinjuku.com/common/css/voice.css");

#pageWrapper {
  position: relative;
  overflow: hidden;
}

#wrapper.scrolled {
  margin: 76px 0 0;
}

#pageCnt {
  position: relative;
}

a {
  cursor: pointer;
  line-height: 1;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

.sp,
.pc-none,
.sp-inline {
  display: none;
}

@media (min-width: 641px) {
  body {
    min-width: 1020px;
  }
}

@media (max-width: 640px) {
  * {
    box-sizing: border-box;
  }

  html,
  body {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  html {
    overflow: inherit;
  }

  body {
    border-top: none;
    font-size: 26px;
  }

  body.open {
    overflow: hidden;
  }

  #pageWrapper {
    margin: 100px 0 0;
    overflow: hidden;
  }

  #wrapper.scrolled {
    margin: 0;
  }

  .pc,
  .sp-none {
    display: none;
  }

  .sp,
  .pc-none {
    display: block;
  }

  .sp-inline {
    display: inline;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	common

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	header

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
header#pageHeader > a:hover {
  opacity: 1;
}

@media (max-width: 640px) {
  header#pageHeader {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    background: #ff6c00;
    box-shadow: 0 3px 6px rgba(34, 13, 2, 0.38);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	footer

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media (max-width: 640px) {
  footer div.contact div.footIn {
    padding: 0;
    width: 100%;
  }

  footer .footIn ul.sp {
    display: flex;
  }

  footer div.contact div.footIn li {
    display: block;
    width: 100%;
    margin: 0;
  }

  footer div.address div.footIn {
    padding: 80px 0 70px;
    width: 100%;
  }

  footer p.logo {
    display: block;
    float: none;
    margin: 0 0 70px;
    text-align: center;
  }

  footer .address address {
    display: flex;
    flex-direction: column;
    margin: 0 0 25px;
    padding: 0 50px;
  }

  footer .address dl {
    float: none;
    margin-right: 0;
    margin: 0 0 45px;
    width: 100%;
  }

  footer .address dt {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 24px;
  }

  footer .address dd {
    line-height: 32px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 22px;
  }

  footer .address .caution {
    margin: 15px 0 0;
    font-size: 20px;
    line-height: 1;
  }

  #footer p.copy {
    font-size: 22px;
    text-align: center;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

#dousoukaiBtn

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#dousoukaiBtn {
  display: none;
}

@media (max-width: 640px) {
  #dousoukaiBtn {
    display: block;
    width: 100px;
    height: 100px;
    padding: 16px 0 0;
    background: #70981a;
    text-align: center;
    position: fixed;
    top: 0;
    right: 100px;
    z-index: 999;
  }

  #dousoukaiBtn .txt {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 0;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

#menuBtn , #closeMenu

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media (max-width: 640px) {
  #menuBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    padding: 20px 0 0;
    background: url(img/menubtn-bg.jpg) 50% / cover;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
  }

  #menuBtn .barWrap {
    width: 50px;
    height: 42px;
    position: relative;
  }

  #menuBtn .barWrap .bar {
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  #menuBtn .barWrap .bar.top {
    top: 0;
    left: 0;
  }

  #menuBtn .barWrap .bar.middle {
    top: 19px;
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  #menuBtn .barWrap .bar.bottom {
    top: 38px;
    left: 0;
  }

  #menuBtn.open .bar.top {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menuBtn.open .bar.middle {
    opacity: 0;
    visibility: hidden;
  }

  #menuBtn.open .bar.bottom {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menuBtn .txt {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 0;
  }

  #closeMenu {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  #closeMenu.open {
    opacity: 1;
    visibility: visible;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

#gNav

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media (max-width: 640px) {
  nav#gNav {
    display: none;
  }

  nav.gNav {
    width: 100%;
    padding: 30px 0 0;
    margin: 0;
    background: #fff;
    position: fixed;
    top: 100px;
    right: -100%;
    z-index: 998;
    transition: 0.5s;
  }

  nav.open {
    right: 0%;
  }

  #gnavIn {
    width: 100%;
    height: auto;
  }

  ul#gNav {
    float: none;
    width: 100%;
  }

  #gNav li {
    width: 100%;
    padding: 0;
    float: none;
  }

  #gNav li a {
    display: block;
    padding: 40px 30px;
    border-bottom: 2px solid #d1cbc4;
  }

  #gNav li a span {
    font-size: 32px;
    line-height: 1;
    color: #332404;
  }

  .gNav ul.contact {
    display: flex;
    margin: 40px 0 0;
  }

  .gNav ul.contact li {
    width: 50%;
    padding: 0;
    margin: 0;
  }

  .gNav ul.contact li a {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }

  .gNav ul.contact li img {
    width: 100%;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	MV

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.mvSlider-sp {
  display: none;
}

@media (max-width: 640px) {
  .blueberry {
    display: none;
  }

  .mvSlider-sp {
    display: block;
    margin: 0 0 140px;
    overflow: visible;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    bottom: -45px;
  }

  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #a1a1a1;
    opacity: 1;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #332404;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	#contents

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media (max-width: 640px) {
  #contents {
    margin: 0 0 30px;
    width: 100%;
  }

  body.home div#main {
    float: none;
    width: 100%;
    background: none;
  }

  body.home #top_side {
    width: 100%;
    float: none;
    margin: 80px 0 40px;
  }

  .mainL {
    float: none;
  }

  .mainR {
    float: none;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	.home

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media (max-width: 640px) {
  .home .cnt {
    margin: 0 0 60px;
    text-align: center;
  }

  .home h2 {
    margin: 0 0 20px;
  }

  .topH2 {
    color: #1a0000;
    font-size: 32px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    position: relative;
  }

  .topH2:before {
    content: "";
    display: block;
    width: 250px;
    height: 1px;
    background-image: linear-gradient(to right, #fff, #fff 3px, transparent 3px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 42px;
    left: 20px;
  }

  .topH2:after {
    content: "";
    display: block;
    width: 250px;
    height: 1px;
    background-image: linear-gradient(to right, #fff, #fff 3px, transparent 3px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 42px;
    right: 20px;
  }

  .topH2 small {
    display: block;
    padding: 10px 0 0;
    font-size: 22px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
  }

  .newsTtl {
    display: block;
    width: 600px;
    height: 64px;
    padding: 10px 0 0 30px;
    margin: 0 auto;
    background: url(img/news-ttl.png) 50% / cover;
    text-align: left;
  }

  .home .cnt02 .linkWrap {
    position: relative;
  }

  .home .cnt02 .link {
    display: block;
    width: 240px;
    height: 295px;
    position: absolute;
    z-index: 1;
  }

  .home .cnt02 .link01 {
    top: 0;
    left: 65px;
  }

  .home .cnt02 .link02 {
    top: 0;
    left: 335px;
  }

  .home .cnt02 .link03 {
    top: 350px;
    left: 65px;
  }

  .home .cnt02 .link04 {
    top: 350px;
    left: 335px;
  }

  .home .cnt03 {
    display: flex;
    justify-content: center;
  }

  .home .cnt03 .img01 {
    margin: 0 25px 0 0;
  }

  #news {
    padding: 0 20px;
  }

  .newsTtl {
    display: block;
    width: 600px;
    height: 64px;
    padding: 14px 0 0 160px;
    background: url(img/news-ttl.png) 50% / cover;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #1a0000;
  }

  #news h3 {
    margin: 0 auto 40px;
  }

  #news dl {
    display: block !important;
    font-size: 100%;
    padding: 0 0 15px;
    margin: 0 0 15px;
    width: 100%;
    background: none;
  }

  #news dl dt {
    background: none;
    left: auto;
    padding-top: 20px;
    padding-left: 0;
    position: relative;
    width: auto;
    color: #4e3712;
  }

  #news dl dt:before {
    content: "＞";
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #ff6d00;
  }

  #news dl dd {
    margin-bottom: 0;
    padding: 30px;
    background: none;
  }

  #top_side > img {
    display: block;
    width: 510px;
    margin: 0 auto 70px !important;
  }

  .homeVoice {
    padding: 0 20px;
    margin: 0 0 50px;
  }

  .homeVoice h3 {
    margin: 0 0 40px;
  }

  .homeVoice h3 img {
    width: 100%;
    height: auto;
  }

  body.home #top_side article {
    display: flex;
    padding: 0 0 25px;
    background: url(/common/img/back_dotline.png) repeat-x scroll center bottom rgba(0, 0, 0, 0) !important;
    overflow: hidden;
  }

  body.home #top_side article p.left {
    width: 198px;
    min-width: 198px;
    float: none;
    overflow: hidden;
  }

  body.home #top_side article p.left img {
    width: 100%;
    height: auto;
  }

  body.home #top_side article div.right {
    margin: 0 0 0 40px;
    text-align: left;
    width: 100%;
    float: none;
    line-height: 30px;
    font-size: 24px;
  }

  body.home #top_side article div.right p,
  body.home #top_side article div.right a {
    line-height: 30px;
    font-size: 24px;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■



■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media (max-width: 640px) {
  #breadcrumb {
    padding: 40px 0 40px 20px;
    margin: 0;
    width: 100%;
  }

  #breadcrumb li,
  #breadcrumb li a {
    font-size: 22px;
    line-height: 1;
  }

  #mainVisual {
    margin: 0;
    width: 100%;
  }

  #main {
    float: none;
    padding: 0;
    margin: 0 auto;
    width: 600px;
    min-height: auto;
  }

  aside#sub {
    width: 100%;
    float: none;
    padding: 0 20px;
    margin: 40px 0;
    background: transparent;
    box-shadow: none;
  }

  aside#sub nav {
    background: #fff;
  }

  aside#sub h2 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    height: auto;
    padding: 50px 0;
    background: url(/common/img/bg_braun.gif);
  }

  #contents #sub #local ul li a {
    background: url(/common/img/arrow.png) 20px 22px/12px no-repeat;
    padding: 20px 10px 20px 40px;
    font-size: 24px;
  }

  #contents #sub #local ul li.current {
    background: url(/common/img/arrow.png) 20px 22px/12px no-repeat #ee8f49;
    padding: 20px 10px 20px 40px;
    font-size: 24px;
  }

  .contentHeader {
    border-top: 12px solid #e46d15;
    border-bottom: 4px solid #ccc;
  }

  .entry-title {
    font-size: 42px;
    font-weight: 400;
    padding: 50px 30px;
    color: #191919;
  }

  .entry-content p {
    font-size: 24px !important;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  #subtitle {
    display: block;
    padding: 0 0 10px;
    text-indent: 0;
    outline: none;
    line-height: 1.5;
    font-size: 24px;
    width: auto;
    background-image: none;
    height: auto;
    text-align: left !important;
    font-weight: 600;
    color: #360404;
    border-bottom: 1px solid #999;
  }

  .koe-btn {
    display: flex;
    margin-top: 15px;
    text-align: left;
  }

  #koe-btn01 {
    float: none;
    width: 250px;
    padding: 0;
    margin: 0 40px 0 0;
  }

  #koe-btn01 h4 a {
    background-image: url(/images/voice/btn_st.gif);
    height: 79px;
    width: 250px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;
  }

  #koe-btn02 {
    float: none;
    width: 250px;
    padding: 0;
  }

  #koe-btn02 h4 a {
    background-image: url(/images/voice/btn_ob.gif);
    height: 79px;
    width: 250px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;
  }

  .koe-btn p {
    text-align: left !important;
  }

  .teacher .sign {
    font-size: 24px;
  }

  .entry-content #subtitle {
    display: block;
    padding: 0 0 10px;
    margin: 0 0 30px !important;
    border-bottom: 1px solid #999;
    text-indent: 0;
    outline: none;
    line-height: 1.5;
    font-size: 24px;
    background: none;
    height: auto;
    color: #360404;
  }

  .map-l {
    float: none;
    width: 100%;
    line-height: 1.5;
  }

  .map-r {
    float: none;
    width: 100%;
  }

  .btn_map a {
    display: block;
    text-indent: -10000px;
    outline: none;
    line-height: 1px;
    font-size: 1px;
    background: url(/kousya/images/btn_map.gif) 50% / cover;
    height: 40px;
    width: 136px;
  }

  .map-r img {
    width: 100%;
    height: auto;
  }

  .schoolHeading {
    display: flex;
    margin: 40px 0 10px;
  }

  #meitou_name {
    background: url(/kousya/images/meitou_name.gif) 50% / cover;
    height: 50px;
    width: 198px;
  }

  #head_name-kita {
    background: url(/kousya/images/kita_name.gif) 50% / cover;
    height: 50px;
    width: 198px;
  }

  .btn_j_h_school a {
    display: block;
    text-indent: -10000px;
    outline: none;
    line-height: 1px;
    font-size: 1px;
    background: url(/kousya/images/btn_j_h_school.gif) 50% / cover;
    height: 50px;
    width: 138px;
  }

  .btn_school a {
    display: block;
    text-indent: -10000px;
    outline: none;
    line-height: 1px;
    font-size: 1px;
    background: url(/kousya/images/btn_school.gif) 50% / cover;
    height: 50px;
    width: 147px;
  }

  .koe h4 {
    background: #fff0cc;
    display: block;
    height: auto;
    padding: 30px 0 10px 26px;
    line-height: 1.3;
    outline: none;
    text-indent: 0;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    color: #660000;
  }

  .koe h4:before {
    content: none;
  }

  .border-dot {
    font-size: 24px;
    line-height: 1.3;
  }

  .bnrWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    margin: 0;
    padding: 0 !important;
    float: none !important;
  }

  .bnrWrap p {
    width: 260px;
  }

  .bnrWrap p:nth-child(2n-1) {
    margin: 0 20px 0 0;
  }

  .bnrWrap img {
    width: 100%;
    height: auto;
  }

  .hName {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    padding: 0 0 10px;
  }

  .hNamemt {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    padding: 20px 0 10px;
  }

  .koe-img {
    margin: 0 20px 8px 0px;
    width: 240px;
  }

  .koe-img img {
    width: 100%;
    height: auto;
  }

  .koe-coment {
    font-size: 24px !important;
    line-height: 1.3;
    padding: 10px 20px 20px 30px;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

コース

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.cntWrap {
  margin: 30px 0;
}

.cntHeading {
  display: flex;
}

.cntHeading .left {
  margin: 0 10px 0 0;
}

.cntHeading .left span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #457f16;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}

.jhSchool .cntHeading .left span {
  background: #1d5dc7;
}

.hSchool .cntHeading .left span {
  background: #c71d22;
}

.cntHeading.orange .left span {
  background: #ef7a1b;
}

.cntHeading .right h2 {
  padding: 0 0 2px;
  margin: 0 0 4px;
  border-bottom: 1px dotted #000;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
  color: #457f16;
}

.jhSchool .cntHeading .right h2 {
  color: #1d5dc7;
}

.hSchool .cntHeading .right h2 {
  color: #c71d22;
}

.course .cntHeading.orange .right h2 {
  color: #ef7a1b;
}

.cntHeading .right p {
  margin: 0 !important;
  line-height: 1.2;
  text-align: left;
}

#formbtn a {
  background-image: url(/school/images/elementary_18.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  clear: both;
  display: block;
  font-size: 1px;
  height: 115px;
  line-height: 1px;
  outline: medium none;
  text-indent: -10000px;
  width: 550px;
}

.mat0 {
  margin-top: 0 !important;
}

.btn_contact {
  width: 70%;
  text-align: center;
  margin: 0px auto;
  padding: 30px 0;
}
.img_introduction {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 0;
}

.koe {
  border-bottom: 1px solid #ccc !important;
  padding: 20px 0px !important;
  margin: 20px 0 !important;
}

.jump_point {
  padding-top: 40px !important;
  margin-top: -40px !important;
}
@media (max-width: 640px) {
  .course h2 {
    padding: 20px 0 !important;
    font-size: 28px !important;
    line-height: 1.5;
    font-weight: 600 !important;
    text-align: center;
    letter-spacing: 0px;
  }

  .course hr {
    display: none;
  }

  .goukakujisseki {
    width: auto !important;
    height: auto !important;
    padding: 66px 30px 20px !important;
    margin: 15px 0 30px 0 !important;
  }

  .elementarySchool .goukakujisseki {
    background: url(/school/images/school_gokakuback.png) 50% 0% no-repeat !important;
  }

  .hSchool .goukakujisseki {
    background: url(/h_school/images/h_school_gokakuback.png) 50% 0% no-repeat !important;
  }

  .jhSchool .goukakujisseki {
    background: url(/j_h_school/images/j_h_school_gokakuback.png) 50% 0% no-repeat !important;
  }

  .goukakujisseki .txtWrap {
    padding: 10px;
    background: #fff;
  }

  .goukakujisseki div,
  .goukakujisseki div p {
    width: auto !important;
    height: auto !important;
    font-size: 22px !important;
    line-height: 32px !important;
  }

  #course-05-2 h3 {
    background-image: url(/school/images/elementary_03-2-2-sp.png);
    height: 394px;
    width: 540px;
    margin: 0 0 30px;
  }

  #course-05-2 h3:before {
    content: none;
  }

  #course-05-2 h4,
  #course-05-2 div,
  #course-05-2 span {
    font-size: 24px;
    line-height: 1.3;
  }

  #course-05-2 h4 {
    margin: 0 0 20px;
  }

  .course .junior-l2 {
    float: none;
    font-size: 11px;
    margin-right: 10px;
    width: auto;
  }

  .course .junior-r {
    width: auto;
    margin: 0 0 10px;
    float: none;
  }

  .course #formbtn a {
    background-image: url(/school/images/elementary_18-sp.png);
    height: 223px;
    width: 542px;
  }

  .course .seiseki-box {
    width: 100%;
    padding: 20px;
  }

  .course .seiseki-box img {
    width: 100%;
    height: auto;
  }

  .course .articleInner .L,
  .course .articleInner .R {
    width: 100%;
    float: none;
  }

  .course .articleInner .L img,
  .course .articleInner .R img {
    width: 100%;
    height: auto;
  }

  .course .koe {
    border-bottom: 2px solid #ffb330;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  }

  .course .mt30 {
    width: 100%;
  }

  .course .mt30 img {
    width: 100%;
    height: auto;
  }

  .course .cntWrap {
    margin: 60px 0;
  }

  .course .cntHeading {
    flex-direction: column;
  }

  .course .cntHeading .left {
    margin: 0;
  }

  .course .cntHeading .left span {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 28px;
  }

  .course .cntHeading .right h2 {
    padding: 0 0 6px !important;
    margin: 20px 0 15px;
    font-size: 35px !important;
  }

  .course .cntHeading .right p {
    line-height: 1.3;
    margin: 0;
  }
  .btn_contact {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .img_introduction {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .jump_point {
    padding-top: 100px !important;
    margin-top: -100px !important;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

#contact

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#contact tr.sp {
  display: none;
}

.radioWrap .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

@media (max-width: 640px) {
  .mw_wp_form form {
    width: 100%;
  }

  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
  }

  .mw_wp_form table {
    width: 100% !important;
  }

  .mw_wp_form table {
    border: 4px solid #ccc;
    font-size: 24px;
    line-height: 1.3;
  }

  .mw_wp_form tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #ccc;
  }

  .mw_wp_form tr:last-child {
    border-bottom: none;
  }

  .mw_wp_form tr.pc {
    display: none;
  }

  .mw_wp_form th,
  .mw_wp_form td {
    width: 100% !important;
    padding: 10px;
    font-size: 24px;
    line-height: 1.3;
  }

  .mw_wp_form th {
    padding: 15px 0;
    border-bottom: 2px solid #ccc;
    text-align: center;
  }

  .mw_wp_form th.nth2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15% !important;
    min-width: 15% !important;
    padding: 26px 0;
    border-right: 2px solid #ccc;
    border-bottom: none;
  }

  .mw_wp_form td {
    padding: 26px 28px;
  }

  .mw_wp_form td.nth3 {
    width: 85% !important;
    padding: 26px 0 26px 28px;
  }

  .mw_wp_form table caption {
    font-size: 24px;
    line-height: 1.3;
  }

  .mw_wp_form input[type="text"],
  .mw_wp_form select,
  .mw_wp_form textarea {
    max-width: 100%;
    padding: 8px;
    border: 1px solid #999;
    font: caption;
    font-size: 24px;
    line-height: 1.3;
  }

  .mw_wp_form input[type="text"] {
    width: 100%;
    height: 60px;
  }

  .mw_wp_form input[size="4"] {
    width: 140px !important;
  }

  .mw_wp_form input[size="5"] {
    width: 140px !important;
  }

  .mw_wp_form input[size="6"] {
    width: 140px !important;
  }

  .mw_wp_form input[type="checkbox"],
  .mw_wp_form input[type="radio"] {
    margin: 0 6px 0 0;
  }

  .mw_wp_form .radioWrap {
    display: flex;
    margin: 0 0 10px;
  }

  .mw_wp_form .radioWrap:last-child {
    margin: 0;
  }

  .mw_wp_form .radioWrap label {
    margin: 0 12px 0 0;
  }

  .mw_wp_form .radioWrap label:last-child {
    margin: 0;
  }

  .radioWrap .radio {
    display: none;
    /* まず、＜input＞タグの表示を消します*/
  }

  .radioWrap label {
    position: relative;
    /* ＜label＞を位置の指標になる指示を書きます*/
    display: inline-block;
    padding: 3px 3px 3px 44px;
    cursor: pointer;
  }

  .radioWrap .radio+span::before,
	/* ＜span＞タグの疑似要素を作ります*/
	.radioWrap span::after {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .radioWrap .radio + span::before {
    left: 0;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background: #f3f3f3;
    /* ラジオボタンの元の色の指定*/
    border: 1px solid #ccc;
  }

  .radioWrap .radio + span:hover::before {
    background: #fff;
    /* ラジオボタンのマウスオーバーしたときの色の指定*/
  }

  .radioWrap .radio + span::after {
    opacity: 0;
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -7px;
    background: #3498db;
    /* ラジオボタンのチェックした時の色の指定*/
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  .radioWrap .radio:checked + span::before {
    /* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
    background: #fff;
    border: 1px solid #3498db;
    /* ラジオボタンのチェックした時の枠の線の指定*/
  }

  .radioWrap .radio:checked + span::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .radioWrap .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }

  .radioWrap .mwform-radio-field {
    margin: 0 20px 0 0 !important;
  }

  .radioWrap .mwform-radio-field:last-child {
    margin: 0 !important;
  }

  .mwform-checkbox-field .checkbox {
    display: none;
  }

  .mwform-checkbox-field label {
    position: relative;
    /* ＜label＞を位置の指標になる指示を書きます*/
    display: inline-block;
    padding: 3px 3px 3px 44px;
    cursor: pointer;
  }

  .mwform-checkbox-field {
    margin: 0 0 20px;
  }

  .mwform-checkbox-field:last-child {
    margin: 0;
  }

  .mwform-checkbox-field .checkbox+span::before,
	/* ＜span＞タグの疑似要素を作ります*/
	.mwform-checkbox-field span::after {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .mwform-checkbox-field .checkbox + span::before {
    left: 0;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background: #f3f3f3;
    /* ラジオボタンの元の色の指定*/
    border: 1px solid #ccc;
  }

  .mwform-checkbox-field .checkbox + span:hover::before {
    background: #fff;
    /* ラジオボタンのマウスオーバーしたときの色の指定*/
  }

  .mwform-checkbox-field .checkbox + span::after {
    opacity: 0;
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -7px;
    background: #3498db;
    /* ラジオボタンのチェックした時の色の指定*/
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  .mwform-checkbox-field .checkbox:checked + span::before {
    /* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
    background: #fff;
    border: 1px solid #3498db;
    /* ラジオボタンのチェックした時の枠の線の指定*/
  }

  .mwform-checkbox-field .checkbox:checked + span::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .mw_wp_form .submit {
    display: block;
    width: 540px;
    height: 90px;
    margin: 70px auto 0;
    border: 2px solid #ccc;
    background: linear-gradient(to bottom, #bcbcbc, #f3f3f2);
    font-size: 42px;
    line-height: 90px;
    text-align: center;
  }

  #confirm .submit {
    margin: 30px auto 0;
  }

  .mw_wp_form .backBtn {
    display: block;
    width: 540px;
    height: 90px;
    margin: 70px auto 0;
    border: 2px solid #ccc;
    background: linear-gradient(to bottom, #bcbcbc, #f3f3f2);
    font-size: 42px;
    line-height: 90px;
    text-align: center;
  }
}

body#winter section.visual-wrapper,
body#summer section.visual-wrapper,
body#spring section.visual-wrapper {
  margin: 0 auto 40px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

#seasonCourse

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media (max-width: 640px) {
  .seasonCourse div {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.5;
  }

  .seasonCourse p.txt {
    padding: 0 30px;
    font-size: 24px !important;
    line-height: 1.5;
  }

  .idx_case h2 {
    margin: 0 0 40px !important;
  }

  .seasonCourse .dlWrap {
    display: flex;
    flex-direction: column;
  }

  .seasonCourse .dlWrap > a {
    margin: 0 0 50px;
  }

  .seasonCourse .dlWrap > a:last-child {
    margin: 0;
  }

  .seasonCourse .dlWrap dl {
    float: none;
    width: 100%;
    padding: 0 30px;
    margin: 0 0 50px;
  }

  .seasonCourse .dlWrap dl:last-child {
    margin: 0;
  }

  .seasonCourse .dlWrap dt {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
  }

  .seasonCourse .dlWrap dd {
    font-size: 24px;
    line-height: 1.5;
  }

  .seasonCourse .dlWrap dd:nth-child(1) {
    margin: 0 0 30px !important;
    text-align: center;
  }

  .seasonCourse .dlWrap dd:nth-child(1) img {
    width: 420px;
    height: auto;
  }

  .seasonCourse .obVoice {
    margin: 0 0 40px;
  }

  .seasonCourse .obVoice h2 {
    margin: 0 0 40px;
  }

  .seasonCourse .obVoiceItemWrap {
    display: flex;
    flex-direction: column;
  }

  .seasonCourse .obVoiceItem {
    width: 100%;
    padding: 0 30px;
    margin: 0 0 50px;
    text-align: center;
  }

  .seasonCourse .obVoiceItem img {
    margin: 0 0 20px;
  }

  .seasonCourse .obVoiceItem h3 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
  }

  .seasonCourse .obVoiceItem p {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
  }

  .seasonCourse .obVoiceItem .linkArea {
    font-size: 24px;
    line-height: 1.5;
    text-align: right;
  }

  .seasonCourse .obVoice > p > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    background: #70981a;
    font-size: 28px;
    color: #fff;
    position: relative;
  }

  .seasonCourse .obVoice > p > a:after {
    content: "＞";
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
  }

  .seasonCourse #inner {
    padding: 0 0 60px !important;
    width: 100%;
  }

  .juniorhighschool_txt {
    width: 100% !important;
    padding: 30px;
    margin: 0 !important;
    font-size: 24px;
    line-height: 1.5;
  }

  .tableWrap {
    width: 100%;
    padding: 0 30px;
    overflow: scroll;
  }

  .table-normal {
    width: 1200px !important;
    min-width: 100% !important;
    margin: 30px 0 !important;
  }

  .table-normal th,
  .table-normal td,
  .table-normal th p,
  .table-normal td p {
    font-size: 24px;
    line-height: 1.5;
    min-width: 150px;
  }

  .tableUnderTxt {
    margin: 20px 0;
    padding: 0 30px;
    font-size: 24px !important;
    line-height: 1.5;
  }

  .yamada_txt {
    width: 590px;
  }

  .yamada_txt_2 {
    width: 590px;
  }

  .articleInner .L,
  .articleInner .R {
    width: 100% !important;
    float: none !important;
  }

  .seiseki-box {
    width: 100%;
    padding: 20px;
  }

  .articleInner .L img,
  .articleInner .R img {
    width: 100%;
    height: auto;
  }
}

#jyukucho #local li:nth-child(1) {
  display: none;
}

.seiseki #local li:nth-child(1) {
  display: none;
}

@charset "utf-8";
/* CSS Document */

/*---------------------------- �^�C�g�� ---------------------------------*/

#h_school #con_right #title {
  background-image: url(/h_school/images/high_03.gif);
  height: 68px;
  width: 573px;
}

/*---------------------------- ��e ---------------------------------*/

/*���Z���R�[�X*/
#course-01 h3 {
  background-image: url(/h_school/images/high_05.gif);
  height: 102px;
  width: 670px;
}

/*���Z���R�[�X*/
#course-02 h3 {
  background-image: url(/j_h_school/images/junior_15.gif);
  height: 42px;
  width: 670px;
}

.main p {
  margin: 10px 0;
}

.indent {
  text-indent: 2em;
}

.junior-r {
  float: left;
  width: 126px;
}

.junior-l {
  float: left;
  width: 240px;
}

table,
tr,
td {
  border: #333333 1px solid;
  border-collapse: collapse;
}

td {
  padding: 5px;
  text-align: center;
}

table {
  margin: 10px;
}

.shikaku {
  color: #1d5dc7;
}

.junior-l2 {
  float: left;
  width: 333px;
  margin-right: 10px;
  font-size: 11px;
}

.junior-r {
  float: left;
}

.junior {
  clear: left;
}

.junior-l21 {
  float: left;
  width: 410px;
  font-size: 11px;
}

.koe {
  border-bottom: 2px solid #ffb330;
  padding-bottom: 15px;
  padding-top: 15px;
  /* width:670px; */
}

.koe-img {
  float: left;
  margin: 0 20px 10px 0;
  width: 146px;
}

.koe-coment {
  background-color: #fff0cc;
  margin: 0 0 20px;
  padding: 10px 30px 20px;
}

.koe-coment img {
  float: left;
  margin: 10px 15px 0 0;
}

.koe-coment p {
  font-size: 14px;
  padding: 0;
}

/*---------------------------- ���₢���� ---------------------------------*/

#formbtn a {
  display: block;
  text-indent: -10000px;
  outline: none;
  line-height: 1px;
  font-size: 1px;
  background-image: url(/school/images/elementary_18.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 115px;
  width: 550px;
  clear: both;
}

/* -------------------------- 2022/2/24　コース追加等 ---------------------------*/
/*トップページ*/
.pert {
  display: flex;
}

/* -------------------------- 2023/06/27　吹き出しパーツ ---------------------------*/
/*吹き出し*/
.balloon_l,
.balloon_r {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  /*縦位置を上揃え*/
  /*   align-items: center; */
  /*縦位置を真ん中揃え*/
}

.balloon_r {
  justify-content: flex-end;
}

.faceicon img {
  width: 40px;
  /*任意のサイズ*/
  height: auto;
}

@media (max-width: 640px) {
  .faceicon img {
    width: 80px;
    /*任意のサイズ*/
  }
}

.balloon_r .faceicon {
  margin-left: 10px;
}

.balloon_l .faceicon {
  margin-right: 10px;
}

.balloon_r .faceicon {
  order: 2 !important;
}

.says {
  max-width: 500px;
  /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 10px;
  border-radius: 12px;
  background: #ffe7a2;
  /*色は任意*/
  box-sizing: border-box;
  margin: 0 !important;
  line-height: 1.5;
  /*   align-items: center; */
}

.says p {
  margin: 8px 0 0 !important;
}

.says p:first-child {
  margin-top: 0 !important;
}

.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
}

.balloon_l .says:after {
  left: -20px;
  border-right: 10px solid #ffe7a2;
}

.balloon_r .says:after {
  right: -20px;
  border-left: 10px solid #ffe7a2;
}

/* -------------------------- 合格実績紹介追加 ---------------------------*/

/* みなさんの声に実績追加 */

.wrap_gokaku {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

.bg_gokaku {
  background-image: url("https://seisinjuku.com/wp-content/uploads/2023/06/gogakuback.jpg");
  background-repeat: repeat-y;
  width: 550px;
}

.box_gokaku {
  background-color: #fff;
  padding: 15px;
  margin: 15px;
  font-size: 14px;
  line-height: 1.4em;
}

@media (max-width: 640px) {
  .box_gokaku {
    font-size: 24px;
  }

  .box_gokaku br {
    display: none;
  }

  .wrap_gokaku img {
    width: 100% !important;
  }
}

iframe.wp-embedded-content {
  width: 100%;
}

/* ------------- 2025/04/10　好成績集　テキスト化 ----------------*/
.seisin-section-box {
  justify-content: center;
}

.card-box {
  visibility: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  min-height: 200px;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 0 0 60px 0;
  width: 320px;
}

.card-header {
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px dotted #333;
  font-size: 1.1rem;
  color: #42210b;
}

.scores {
  list-style: none;
  padding: 10px;
  margin: 0;
  letter-spacing: -1px;
}

.scores li {
  display: flex;
  align-items: center;
  margin: 5px 0;
  font-size: 0.95rem;
  font-weight: bold;
  gap: 0.3rem;
}

.subject {
  text-align: left;
  white-space: nowrap;
  font-size: 18px;
}

.score-block {
  flex-grow: 1;
  text-align: right;
  white-space: nowrap;
}

.score {
  color: red;
  font-weight: bold;
  font-size: 19px;
}

.score-block .average {
  font-size: 14px;
}

.total {
  font-weight: bold;
}

.rank {
  display: flex;
  justify-content: flex-end;
  color: red;
  font-size: 0.95rem;
  text-align: right;
}

.card-footer {
  position: static;
  height: 75px;
  margin-top: auto;
  background: url("https://seisinjuku.com/wp-content/uploads/2025/04/footer-bg.png") no-repeat left bottom;
  background-size: cover;
  padding: 1.5rem 5rem 1rem 1rem;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  box-sizing: border-box;
  line-height: 1.2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*100点・1位の時*/
.score.highlight-top {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: 0.2em 0.6em;
  z-index: 1;
  line-height: 1.5;
}

.score.highlight-top::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 60%;
  width: 100%;
  height: 150%;
  background: url(img/starburst.png) no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}

/*小学生*/
.card-header .student-affiliation {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 10px;
  color: #5d2d14;
  font-weight: bold;
}
/* 科目名・点数 */
.subject {
  display: inline-block;
  font-weight: bold;
  color: #000;
}

.score-count {
  float: right;
  color: #e60012;
  font-weight: bold;
}

.score-count .score {
  color: #e60012; /* 赤 */
  font-weight: bold;
  font-size: 18px;
}

.score-count .count {
  color: #000; /* 黒 */
  font-size: 16px;
}

/* 作品リスト */
.works {
  margin-top: 0.4em;
  padding-left: 1.2em;
  list-style: disc;
  margin-bottom: 2em;
}

.works li {
  margin-bottom: 0.2em;
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
}
.subject-list {
  border-radius: 0 0 60px 0;
  padding: 1.5rem;
  background: #fff url(https://seisinjuku.com/images/seiseki/pic_b.png) no-repeat right bottom;
  background-size: contain;
}
.works li::before {
  content: "「";
}

.works li::after {
  content: "」";
}
.seisin-section-box {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .card-box {
    width: 100%;
    visibility: visible;
  }

  .card {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .subject {
    font-size: 28px;
  }

  .card-header {
    font-size: 1.7rem;
    padding: 20px 15px;
  }

  .scores li {
    padding: 7px 0;
  }

  .score {
    font-size: 30px;
  }

  .score-block .average {
    font-size: 22px;
  }

  .card-footer {
    padding-right: 9rem;
    padding-top: 2rem;
    padding-left: 1rem;
    height: 130px;
    font-size: 24px;
  }

  /*小学生*/
  .card-header .student-affiliation {
    font-size: 24px;
  }
  .works li {
    font-size: 26px;
  }
  .score-count .score {
    font-size: 26px;
  }

  .score-count .count {
    font-size: 24px;
  }
  .seisin-section-box img {
    width: 100%;
  }
}
