@charset "utf-8";
.myBlockSchool{
  padding-top: 45px;
  padding-bottom: 60px;
}
.myBlockSchool .school_guide{
  margin-bottom: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
}
.myBlockSchool .school_guide.online{
  margin-bottom: 0;
}
.myBlockSchool .school_guide .logo{
  width: 260px;
  margin-right: 23px;
}
.myBlockSchool .school_guide .box_text p{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.22;
}
.myBlockSchool .school_guide .box_text .note{
  font-weight: normal;
}
.myBlockSchool .school_guide .box_text .week{
  font-size: 25px;
  font-size: 2.5rem;
}

.myBlockSchool .school_guide .box_text .ttl_online{
  font-size: 20px;
  font-size: 2rem;
}
.myBlockSchool .school_guide .box_tel_online{
  background: url("/assets/img/lp/ico_tel_online.svg") no-repeat left center;
  background-size: 68px auto;
  padding-left: 75px;
  margin-top: 5px;
}
.myBlockSchool .school_guide .box_tel_online p{
  font-weight: normal;
}
.myBlockSchool .school_guide .box_tel_online .tel span{
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
.myBlockSchool .school_guide .box_tel_online .fax span{
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px){
  .myBlockSchool{
    padding-top: 18px;
    padding-bottom: 30px;
  }
  .myBlockSchool .school_guide{
    margin-bottom: 30px;
  }
  .myBlockSchool .school_guide .logo{
    width: 130px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .myBlockSchool .school_guide .box_text p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .myBlockSchool .school_guide .box_text .note{
    margin: 3px 0 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .myBlockSchool .school_guide .box_text .week{
    font-size: 19px;
    font-size: 1.9rem;
  }  
  
  .myBlockSchool .school_guide .box_text .ttl_online{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .myBlockSchool .school_guide .box_tel_online{
    background-size: 57px auto;
    padding-left: 67px;
    margin-top: 5px;
  }
  .myBlockSchool .school_guide .box_tel_online .tel span{
    font-size: 20px;
    font-size: 2rem;
  }
  .myBlockSchool .school_guide .box_tel_online .fax span{
    font-size:18px;
    font-size:1.8rem;
  }  
}
/*一覧----------------------*/
.myBlockSchool .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.myBlockSchool .list::after {
  content: "";
  display: block;
  width: 21.5%;
}

@media only screen and (max-width: 1400px) {
  .myBlockSchool .list::after {
    width: 32.3%;
  }
}

.myBlockSchool .list::before {
  content: "";
  display: block;
  width: 21.5%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 1400px) {
  .myBlockSchool .list::before {
    width: 32.3%;
  }
}

.myBlockSchool .list .item {
  width: 23.3%;
  margin-top: 50px;
}

@media only screen and (max-width: 1400px) {
  .myBlockSchool .list .item {
    width: 32.3%;
  }
}

@media only screen and (max-width: 600px) {
  .myBlockSchool .list .item {
    width: 46%;
    margin-bottom: 22px;
    margin-top: 0;
  }
}

.myBlockSchool .list .item:nth-child(-n + 4) {
  margin-top: 0;
}

@media only screen and (max-width: 1400px) {
  .myBlockSchool .list .item:nth-child(4) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .myBlockSchool .list .item:nth-child(4) {
    margin-top: 0;
  }
}

.myBlockSchool .list .name {
  margin-bottom: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (max-width: 600px) {
  .myBlockSchool .list .name {
    margin-bottom: 4px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 320px) {
  .myBlockSchool .list .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myBlockSchool .list .name a {
  display: inline-block;
  padding: 0 22px;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .myBlockSchool .list .name a {
    padding: 0 20px;
  }
}

.myBlockSchool .list .name a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  width: 10px;
  height: 10px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  color: #c9151e;
}

body.site_kobetsu .myBlockSchool .list .name a::after {
  color: #6eb92b;
}

body.site_seminar .myBlockSchool .list .name a::after {
  color: #086394;
}
body.site_online .myBlockSchool .list .name a::after {
  color: #f8b500;
}
@media only screen and (max-width: 600px) {
  .myBlockSchool .list .name a::after {
    width: 8px;
    height: 8px;
  }
}

.myBlockSchool .list .tel {
  border-top: solid 1px #c9151e;
  border-bottom: solid 1px #c9151e;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
}

body.site_kobetsu .myBlockSchool .list .tel {
  border-top-color: #6eb92b;
  border-bottom-color: #6eb92b;
}

body.site_seminar .myBlockSchool .list .tel {
  border-top-color: #086394;
  border-bottom-color: #086394;
}
body.site_online .myBlockSchool .list .tel {
  border-top-color: #f8b500;
  border-bottom-color: #f8b500;
}
@media only screen and (max-width: 1630px) {
  .myBlockSchool .list .tel {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 1400px) {
  .myBlockSchool .list .tel {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 2.3vw;
  }
}

@media only screen and (max-width: 992px) {
  .myBlockSchool .list .tel {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 600px) {
  .myBlockSchool .list .tel {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4.5vw;
  }
}

body.IEUnder .myBlockSchool .list .tel {
  padding-top: 7px;
  padding-bottom: 0;
  line-height: 1;
}

.myBlockSchool .list .tel::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.15em;
  background-image: url(../img/icon_tel.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  vertical-align: middle;
}

body.site_kobetsu .myBlockSchool .list .tel::before {
  background-image: url(../img/kobetsu/common/icon_tel.svg);
}

body.site_seminar .myBlockSchool .list .tel::before {
  background-image: url(../img/seminar/common/icon_tel.svg);
}
body.site_online .myBlockSchool .list .tel::before {
  background-image: url(../img/online/common/icon_tel.svg);
}

@media only screen and (max-width: 600px) {
  .myBlockSchool .list .tel::before {
    width: 17px;
    height: 17px;
    top: -0.18em;
    margin-right: 8px;
  }
}

.myBlockSchool .list .tel a {
  text-decoration: none;
}

.myBlockSchool .list .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 13px;
}

@media only screen and (max-width: 600px) {
  .myBlockSchool .list .body {
    display: block;
    margin-top: 10px;
  }
}

.myBlockSchool .list .body .image {
  width: 35%;
}

@media only screen and (max-width: 600px) {
  .myBlockSchool .list .body .image {
    display: none;
  }
}

.myBlockSchool .list .body .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 600px) {
  .myBlockSchool .list .body .detail {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}