/*------------------------------------
  common
------------------------------------*/
.header-inner{
  width: 1000px;
}

.ttl-box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.icon{
  width: 7rem;
}

.banner-block{
  width: 96vw;
  margin: 4rem auto;
  text-align: center;
}

.c-pre{
  white-space: pre-line;
  word-break: auto-phrase;
  font-size: 1.3rem;
  width: 800px;
  margin: 0 auto 1rem;
}

@media not all and (min-width: 1000px) {
  .content {
    width: 94vw;
    margin: 0 auto;
  }
  .school-item{
    width:23%;
   }

   .school-item-other{
    width:30%;
   }

  .pc-only{
    display: block;
  }

  .c-pre{
    width: 94vw;
  }
}

@media screen and (min-width: 576px) {
  body {
    font-size: 20px;
  }
  .school-item{
    width:23%;
   }

   .school-item-other{
    width:30%;
   }

   .sp-only{
    display: none;
  }

  .pc-only{
    display: block;
  }
}

@media not all and (min-width: 576px) {
  body {
    font-size: 3.8vw;
  }
  .school-item{
    width:48%;
   }

   .school-item-other{
    width:70%;
   }

  .pc-only{
    display: block;
  }

  .banner-block{
    width: 1000px;
  }
}
.pc-only{
  display: none;
}
#reload-btn{
  display: none !important;
}

.overview{
  background-image: url(../img/under.png);
  background-position: left bottom;
  background-size: 100%;
  padding-bottom: 15vw;
}

.overview .container{
  padding-top: 5vw;
  background: linear-gradient(0,transparent 95%, #bfdaef 100%);
}

.content-wrap h1{
  font-size: 2.75rem;
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 1rem auto 0;
  background-color: #009380;
  position: relative;
}

/* .content-wrap h1::after{
  position: absolute;
  content: url(../img/enpitsu.png);
  transform: scale(0.4);
  top: -162%;
  right: -20%;
} */

.title-under{
  font-size: 1.7rem;
  text-align: left;
  font-weight: bold; 
  margin: 0 0 0.5rem 1rem;
  line-height: 1.3;
}
.title-under span{
  font-size: 0.9em;
}

.last{
  text-align: left;
  font-size: 0.85rem;
}

.label{
  padding: 0.25rem;
  text-align: center;
  color: #fff;
  background-color: #009380;
}

.box{
  padding: 0.5rem;
  border-radius: 8px;
  border: 2px solid #009380;
  margin: 1rem auto;
}

.box-title{
  border-bottom: 2px solid #009380;
  width: fit-content;
  color: #009380;
  font-size: 1.2rem;
  font-weight: bold;
}

.box-attention{
  color: #f00;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0.25rem 0;
}

.box-description{
  text-indent: -1em;
  padding-left: 1em;
}

.box-text{
  text-indent: -1em;
  padding: 0.5em;
}


.to-form{
  background-color: #f00;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.25rem 3rem;
  border-radius: 55px;
  margin: 0.5rem auto;
  display: block;
  width: fit-content;
  font-weight: bold;
}

.box-note{
  margin-top: 0.5rem;
  font-weight: bold;
}

.school-list{
  list-style-position: inside;
  display: flex;
  flex-wrap: wrap;

}

.school-text{
  margin:0.5rem;
  font-size:0.85rem;
}

.school-list li{
  margin-right: 2rem;
  flex: 1;
  white-space: nowrap;
}
.school-item{
  text-align: center;
  background-color: #009380;
  color:white;
  margin: 0.15rem auto;
  padding: 0.4rem 0.09rem;
  font-size: 0.85rem;
  border-radius: 5px;
}

.school-item-other{
  text-align: center;
  background-color: #009380;
  color:white;
  padding: 0.4rem 0.09rem;
  font-size: 0.85rem;
  border-radius: 5px;
  margin: 0.15rem auto;
}

.school-list-wrap{
  padding: 0.2rem;
  border-radius: 8px;
  background-color:  rgb(243 248 252);
  margin: 0.5rem auto;
}

.school-list-title{
  border-bottom: 1px solid;
  width: fit-content;
  margin-bottom: 0.25rem;
  font-size: 1.15rem;
  font-weight: bold;
}

.txt-min{
  text-align: right;
  font-size: 0.8em;
  margin-right: 0.5em;
}

.rikei-section{
  margin: 2rem auto;
  width: 94vw;
}

.hikaku-icon{
  width: 80%;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 1000px){
  .content-wrap {
    width: 950px;
    margin: 0 auto;
  }

  .overview .container{
    padding-top: 40px;
  }

  .overview{
    background-image: url(../img/under_pc.png);
    padding-bottom: 160px;
  }

  .last{
    font-size: 1rem;
    padding-right: 2rem;
  }

  .pc-only{
    display: block;
  }

  .rikei-section{
    width: 500px;
  }

  .banner-block{
    width: auto;
  }
}

@media screen and (min-width: 576px){
  .overview{
    background-image: url(../img/under_pc.png);
    padding-bottom: 14vw;
  }

  .pc-only{
    display: block;
  }
}