.top_logo1{
  display: block;
}
.top_logo2{
  display: none;
}
.switch_bnr{
	width: 800px;
   	margin: 0px 0px 30px 0px;
}
.switch_bnr_small{
	width: 540px;
   	margin: 0px 0px 30px 0px;
}
.grade_flex{
	display: flex;
}
.grade_bnr{
	width: 400px;
   	margin: 0px 0px 0px 0px;
}
.switch_bnr2{
	width: 600px;
   	margin: 0px;
}
.img_center{
	width: 800px;
   	margin: auto;
	text-align:center;
}
.img_center2{
	width: 600px;
   	margin: auto;
	text-align:center;
}

.switch_table {
 border: 4px solid #2b6afd;
 border-radius: 30px;
 overflow: hidden;
}

.switch_title {
 padding: 20px;
 background: #2b6afd;
}

.switch_title p {
 font-size: 32px;
 font-weight: 600;
 color: #ffffff;
 text-align: center;
 line-height: 1.5;
}

.switch_text {
 padding : 30px;
 font-size: 18px;
}

.otoku {
 padding : 30px;
}
.otoku li {
 position: relative;
 padding-top: 10px;
 padding-bottom: 10px;
}

.otoku_num {
 float:left;
 margin-bottom: 10px;
 margin-right: 35px;
}

.otoku_num p {
 position: relative;
 display: flex;
 padding: 10px 25px;
 color: #e80061;
 background: #ffee79;

 border-radius: 10px;

 font-size: 51px;
 font-weight: 700;
 line-height: 1;
}
.otoku_num p:after {
  position: absolute;
  top: calc(50% - 12px);
  right: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 12px 0 12px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #ffee79;
}

.otoku_h {
 padding: 30px;
}

.otoku_h p {
 position: relative;
 font-size: 36px;
 font-weight: 800;
 min-height: 60px;
 color: #012b9c;
}

.otoku_h p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #2b6afd, #2b6afd 2px, #fff 2px, #fff 5px);
  background: repeating-linear-gradient(-45deg, #2b6afd, #2b6afd 2px, #fff 2px, #fff 5px);
}

.otoku_text1 {
 font-size: 22px;
 font-weight: 550;
 line-height: 1;
}
.otoku_text2 {
 font-size: 52px;
 font-weight: 700;
 color: #e80061;
 line-height: 1.5;
}
.otoku_well_color {
 color: #e0131a;
}
.otoku_small p {
 font-size: 23px;
 width: fit-content;
}
.hide_sp {
    display: none;
}


.btn,
a.btn,
button.btn {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 1px;
  color: #212529;
  border-radius: 8px;
  width: 400px;
}

.btn-wrap {
  margin: 36px auto;
  width: 400px;
}

a.btn-c {
  font-size: 15px;

  position: relative;

  padding: 5px 20px 15px 40px;

  color: #fff;
  background: #1d37a8;
  -webkit-box-shadow: 0 5px 0 #0d1788;
  box-shadow: 0 5px 0 #0d1788;
}

a.btn-c span {
  font-size: 15px;

  position: absolute;
  top: -15px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 2px 0;

  color: #1d37a8;
  border: 2px solid #1d37a8;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

  text-align: center;
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #1d37a8 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #2d57c8;
  -webkit-box-shadow: 0 2px 0 #0d1788;
  box-shadow: 0 2px 0 #0d1788;
}

.btn-pamphlet,
a.btn-pamphlet {
  color: #fff;
  background-color: #e80061;

  width: 400px;
  margin: 30px auto;

  font-size: 24px;

  -webkit-box-shadow: 0 7px 0 #a00021;
  border-radius: 100vh;
}
.btn-pamphlet:hover,
a.btn-pamphlet:hover {
  color: #fff;
  background: #ff1590;

  -webkit-box-shadow: 0 7px 0 #c01041;
}


.campaign_box table{
	width:600px;
	font-size:16px;
	text-align: center;
	border-top: 3px solid #2b6afd;
	border-right: 3px solid #2b6afd;
	border-left: 3px solid #2b6afd;
	border-bottom: 3px solid #2b6afd;
	border-collapse: collapse;

    	padding: 0.5em 1em;
   	margin: 2em auto;

	overflow-y: scroll
}
.campaign_box th{
	background-color:#2b6afd;
	color:#fff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	padding:10px;
}
.campaign_box td{
	padding:8px;
	border-bottom:1px solid #2b6afd;
	border-right:1px solid #2b6afd;
	text-align: center;
}

.bttn2,a.bttn2 {
  color: #000000;
  background-color: #fedf34;
  font-size:14px;

  border-radius: 100vh;
  padding:5px 20px 5px 20px;

  -webkit-box-shadow: 0 3px 0 #daaa01;

}
.bttn2:hover,a.bttn2:hover {
  background: #f0af3d;
}


.text_center{
  text-align: center;
}

.tel_title {
  text-align: center;
  color: #2b6afd;
}
.tel_title span {

  font-size:23px;
  font-weight: 800;
  background: linear-gradient(transparent 50%, #bde4f7 50%);
  padding: 0 0.1em;
}

    .plan-section {
      margin-bottom: 2.5rem;
    }
    .plan {
      background: white;
      border: 1px solid #d0e7f8;
      border-left: 6px solid #2b6afd;
      padding: 1rem;
      margin-bottom: 1rem;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    .plan-title {
      font-size: 1.2rem;
      font-weight: bold;
      color: #2b6afd;
    }
    .plan-description {
      margin-top: 0.5rem;
      font-size: 0.95rem;
    }
    .features {
      background-color: #e6f4ff;
      padding: 1rem;
      border-radius: 8px;
      margin-top: 2rem;
    }
    .features ul {
      padding-left: 1.2rem;
    }
    .features li {
      margin-bottom: 0.5rem;
    }

    .subject-plan {
      display: inline-block;
      padding: 0.3rem 0.7rem;
      margin: 0.3rem;
      border-radius: 5px;
      font-weight: bold;
      color: white;
      font-size: 0.9rem;
    }
    .subject-english {
      background-color: #ffa500;
    }
    .subject-math {
      background-color: #007acc;
    }
    .subject-science {
      background-color: #e60000;
    }
    .subject-social {
      background-color: #2e8b57;
    }


@media only screen and (max-width: 860px) {
.switch_bnr{
	width: 100%;
}
.switch_bnr_small{
	width: 80%;
}
.switch_bnr2{
	width: 100%;
}
.img_center{
	width: 100%;
}
.img_center2{
	width: 100%;
}
.grade_bnr{
	width: 50%;
   	margin: 0px 0px 0px 0px;
}
.switch_table {
  border-radius: 15px;
}
.otoku_num {
 margin-right: 25px;
}
.otoku_num p {
 padding: 8px 18px;

 font-size: 42px;
 font-weight: 650;
 line-height: 1;
}

.otoku_h p {
 font-size: 28px;
 font-weight: 750;
 min-height: 50px;
}

.otoku_h p:after {
  height: 8px;
}


.otoku_text1 {
 font-size: 18px;
 font-weight: 500;
}
.otoku_text2 {
 font-size: 44px;
 font-weight: 700;
}
.otoku_small p {
 font-size: 20px;
 width: fit-content;
}

}

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

.top_logo1{
  display: none;
}
.top_logo2{
  display: block;
}
.grade_flex{
	display: block;
}
.grade_bnr{
	width: 100%;
   	margin: 0px 0px 0px 0px;
}
.campaign_bnr{
	width: 100%;
   	margin: 10px 0px;
}


.switch_text {
 padding : 15px;
 font-size: 15px;
}

.switch_title p {
 font-size: 25px;
}

.otoku {
 padding : 15px;
}
.otoku_text1 {
 font-size: 12px;
 font-weight: 400;
}
.otoku_text2 {
 font-size: 26px;
 font-weight: 600;
}
.otoku_num {
 margin-right: 20px;
}
.otoku_num p {
 padding: 5px 12px;

 font-size: 33px;
 font-weight: 600;
 line-height: 1;
}
.otoku_num p:after {

  top: calc(50% - 6px);
  right: -7px;
  border-width: 6px 0 6px 7px;

}


.otoku_h p {
 font-size: 23px;
 font-weight: 700;
 min-height: 40px;
}
.otoku_h p:after {
  height: 6px;
}
.otoku_small p {
  font-size: 17px;

}

.hide_sp {
    display: inline;
}

.btn-wrap {
  margin: 30px auto;
  width: 90%;
}

.btn,
a.btn,
button.btn {
  width: 100%;
}


a.btn-c span {
  width: 80%;
  left: 10%;
}

.campaign_box table{
    font-size:14px;
    width:350px;
}

.tel_title span {

  font-size:17px;
}
}
@media only screen and (max-width: 300px) {

}