@charset "UTF-8";

.school-type:nth-of-type(odd) .type__box{
  flex-direction: row-reverse;
  color: #dd0018;
}
.school-type{
  padding: 60px 0;
}
.school-type:nth-of-type(odd){
  background: #f5f5f5;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.type__box{
  margin-top: 0 !important;
}
.btn_scool-type-wrap{
  grid-column: 2/-2;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.btn_scool-type,
.btn_featureDetail{
  width: 208px;
  height: 58px;
  display: block;
  background-color: #00419b;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 58px;
  text-decoration: none;
  transition: .3s;
  background-image: url("../img/common/arrow-right-white.png");
  background-size: 9px 10px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.btn_featureDetail{
  margin: 30px auto 0;
}
.btn_scool-type:hover,
.btn_featureDetail:hover{
  opacity: .7;
}
.btn_scool-type:nth-child(2){
  margin-left: 30px;
}
.school-type:nth-of-type(odd) .btn_scool-type{
  background-color: #dd0018;
}

.topResultLink{
  width: 220px;
}

.partner::before{
  background: none;
}


@media screen and (max-width: 767px){
  .school-type:nth-of-type(odd) .type__box{
    flex-direction: column;
  }

  .btn_scool-type-wrap{
    display: block;
  }
  .btn_scool-type{
    margin: 0 auto;
  }
  .btn_scool-type:nth-child(2){
    margin-left: auto;
    margin-top: 22px;
  }
}
