/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  width: 1200px;
  margin: 0 auto;
}
main section.s01 .wrapper .t01 {
  font-size: 16px;
  line-height: 190%;
}
main section.s01 .wrapper .ttl_dl {
  margin-top: 50px;
  border-top: 1px solid #000;
  padding-top: 50px;
}
main section.s01 .wrapper .ttl_dl dt h3 {
  font-size: 20px;
  font-weight: bold;
}
main section.s01 .wrapper .ttl_dl dd {
  font-size: 16px;
  margin-top: 15px;
}
main section.s01 .wrapper .pagemenu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
main section.s01 .wrapper .pagemenu li {
  width: calc((100% - 60px) / 3);
}
main section.s01 .wrapper .pagemenu li a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  padding: 22px 30px;
  color: #000;
  line-height: 100%;
  border-radius: 50px;
  background-color: #fff;
  background-image: url(../../images/icon_arrow01.svg);
  background-size: 16px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
}
main section.s01 .wrapper .school_detail {
  margin-top: 70px;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 50px 50px;
  position: relative;
}
main section.s01 .wrapper .school_detail .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 65px;
}
main section.s01 .wrapper .school_detail .name span {
  line-height: 100%;
  font-size: 50px;
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  letter-spacing: 0;
}
main section.s01 .wrapper .school_detail table {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #c8c8c8;
}
main section.s01 .wrapper .school_detail table tr {
  border-bottom: 1px solid #c8c8c8;
}
main section.s01 .wrapper .school_detail table tr th {
  width: 150px;
  background-color: #000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
main section.s01 .wrapper .school_detail table tr td {
  font-size: 16px;
  line-height: 150%;
  padding: 20px 30px;
  position: relative;
}
main section.s01 .wrapper .school_detail table tr td .btn01 {
  width: 250px;
  padding: 17px 0;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -27px;
}
main section.s01 .wrapper .school_detail table tr td .btn01 img {
  width: 20px;
  vertical-align: top;
  margin-right: 15px;
  margin-top: -2px;
}
main section.s01 .wrapper .school_detail .class_dl {
  margin-top: 50px;
}
main section.s01 .wrapper .school_detail .class_dl dt {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
main section.s01 .wrapper .school_detail .class_dl dd {
  padding-top: 7px;
  font-size: 16px;
  line-height: 180%;
}
main section.s01 .wrapper .school_detail ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
main section.s01 .wrapper .school_detail ul li {
  width: calc(50% - 10px);
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .school_detail ul li .label {
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f0f0f0;
  line-height: 100%;
  padding: 22px 0;
  text-align: center;
}
main section.s01 .wrapper .school_detail ul li .txt {
  width: calc(100% - 150px);
  font-size: 16px;
  line-height: 100%;
  padding: 22px 30px;
}
main section.s01 .wrapper .t02 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-top: 60px;
}
main section.s01 .wrapper .t03 {
  text-align: center;
  font-size: 16px;
  line-height: 190%;
  margin-top: 20px;
}
main section.s01 .wrapper .btn02 {
  width: 380px;
  margin: 35px auto 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t01 {
    font-size: 14px;
    line-height: 190%;
  }
  main section.s01 .wrapper .ttl_dl {
    margin-top: 30px;
    border-top: 1px solid #000;
    padding-top: 30px;
  }
  main section.s01 .wrapper .ttl_dl dt h3 {
    font-size: 18px;
    font-weight: bold;
  }
  main section.s01 .wrapper .ttl_dl dd {
    font-size: 14px;
    margin-top: 8px;
  }
  main section.s01 .wrapper .pagemenu {
    display: block;
    margin-top: 20px;
  }
  main section.s01 .wrapper .pagemenu li {
    display: inline-block;
    width: auto;
  }
  main section.s01 .wrapper .pagemenu li + li {
    margin-left: 10px;
  }
  main section.s01 .wrapper .pagemenu li a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding: 10px 30px 10px 15px;
    color: #000;
    line-height: 100%;
    border-radius: 50px;
    background-color: #fff;
    background-image: url(../../images/icon_arrow01.svg);
    background-size: 8px auto;
    background-position: center right 10px;
    background-repeat: no-repeat;
  }
  main section.s01 .wrapper .school_detail {
    margin-top: 40px;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 20px 30px;
    position: relative;
  }
  main section.s01 .wrapper .school_detail .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
  }
  main section.s01 .wrapper .school_detail .name span {
    line-height: 100%;
    font-size: 30px;
    font-weight: 900;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .school_detail table {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #c8c8c8;
  }
  main section.s01 .wrapper .school_detail table tr {
    border-bottom: 1px solid #c8c8c8;
  }
  main section.s01 .wrapper .school_detail table tr th {
    width: 70px;
    background-color: #000;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
  }
  main section.s01 .wrapper .school_detail table tr td {
    font-size: 14px;
    line-height: 150%;
    padding: 10px 15px;
    position: relative;
  }
  main section.s01 .wrapper .school_detail table tr td .btn01 {
    width: 120px;
    position: static;
    margin-top: 5px;
    font-size: 12px;
    padding: 8px 0;
  }
  main section.s01 .wrapper .school_detail table tr td .btn01 img {
    width: 14px;
    vertical-align: top;
    margin-right: 7px;
    margin-top: 0;
  }
  main section.s01 .wrapper .school_detail .class_dl {
    margin-top: 20px;
  }
  main section.s01 .wrapper .school_detail .class_dl dt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }
  main section.s01 .wrapper .school_detail .class_dl dd {
    padding-top: 7px;
    font-size: 14px;
    line-height: 180%;
  }
  main section.s01 .wrapper .school_detail ul {
    display: block;
    margin-top: 15px;
  }
  main section.s01 .wrapper .school_detail ul li {
    width: 100%;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f0f0f0;
  }
  main section.s01 .wrapper .school_detail ul li + li {
    margin-top: 15px;
  }
  main section.s01 .wrapper .school_detail ul li .label {
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    background-color: #f0f0f0;
    line-height: 150%;
    padding: 8px 0;
    text-align: center;
  }
  main section.s01 .wrapper .school_detail ul li .txt {
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 150%;
    padding: 8px 15px;
    background-color: #fff;
  }
  main section.s01 .wrapper .t02 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
  }
  main section.s01 .wrapper .t03 {
    letter-spacing: 0;
    text-align: center;
    font-size: 14px;
    line-height: 190%;
    margin-top: 15px;
  }
  main section.s01 .wrapper .btn02 {
    width: 300px;
    margin: 20px auto 0;
  }
}