.category {
  background: #f4f4f4;
  padding: 10px 5px 15px;
}
@media only screen and (min-width: 769px) {
  .category {
    padding: 10px 10px 15px;
  }
}
.categoryList ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.categoryList ul li {
  display: table-cell;
  padding: 3px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.categoryList ul li a {
  width: 100%;
  background: #fff;
  display: block;
  padding: 5px;
  text-decoration: none;
  -moz-box-shadow: 0 0 2px #ccc;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  .categoryList ul li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}

@media only screen and (min-width: 769px) {
  .categoryList-bt {
    display: table;
    width: 100%;
  }
}
.categoryList-bt dt {
  background: #e2f7fe;
  margin: 0 0 8px;
  position: relative;
  height: 48px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  .categoryList-bt dt {
    display: table-cell;
    width: 40%;
  }
}
.categoryList-bt .categoryList-bt-img {
  text-align: center;
  width: 100%;
  position: absolute;
}
.categoryList-bt dd {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: bold;
  color: #333;
  text-align: center;
  display: table;
  height: 2.6em;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .categoryList-bt dd {
    display: table-cell;
    width: 60%;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
    padding: 0 10px;
  }
}
.categoryList-bt dd span {
  display: table-cell;
  vertical-align: middle;
}
.categoryList-bt dd span em {
  display: inline-block;
  font-style: normal;
}

.categoryList__student .categoryList-bt-img {
  bottom: 0;
}
.categoryList__student .categoryList-bt-img img {
  width: 56px;
}

.categoryList__juniorhigh .categoryList-bt-img {
  bottom: 0;
}
.categoryList__juniorhigh .categoryList-bt-img img {
  width: 62px;
}

.categoryList__high .categoryList-bt-img {
  bottom: 0;
}
.categoryList__high .categoryList-bt-img img {
  width: 56px;
}

.categoryList__vocational .categoryList-bt-img {
  bottom: 0;
}
.categoryList__vocational .categoryList-bt-img img {
  width: 52px;
}

.categoryList__juniorcollege .categoryList-bt-img {
  bottom: 0;
}
.categoryList__juniorcollege .categoryList-bt-img img {
  width: 57px;
}

.categoryList__university .categoryList-bt-img {
  bottom: 0;
}
.categoryList__university .categoryList-bt-img img {
  width: 58px;
}

.categoryList__club .categoryList-bt-img {
  top: 5px;
}
.categoryList__club .categoryList-bt-img img {
  width: 46px;
}

.categoryList__examination .categoryList-bt-img {
  left: 5px;
  top: 6px;
}
.categoryList__examination .categoryList-bt-img img {
  width: 45px;
}

.categoryList__future .categoryList-bt-img {
  bottom: 0;
}
.categoryList__future .categoryList-bt-img img {
  width: 57px;
}

.categoryList__studyabroad .categoryList-bt-img {
  top: 4px;
}
.categoryList__studyabroad .categoryList-bt-img img {
  width: 54px;
}

.categoryList__advice .categoryList-bt-img {
  bottom: 0;
}
.categoryList__advice .categoryList-bt-img img {
  width: 30px;
}

.categoryList__pleasure .categoryList-bt-img {
  top: 6px;
  left: 2px;
}
.categoryList__pleasure .categoryList-bt-img img {
  width: 62px;
}

.categoryList__sports .categoryList-bt-img {
  top: 0;
}
.categoryList__sports .categoryList-bt-img img {
  width: 39px;
}

.categoryList__entertainer .categoryList-bt-img {
  top: 6px;
}
.categoryList__entertainer .categoryList-bt-img img {
  width: 45px;
}

.categoryList__music .categoryList-bt-img {
  top: 4px;
}
.categoryList__music .categoryList-bt-img img {
  width: 46px;
}

.categoryList__game .categoryList-bt-img {
  top: 5px;
}
.categoryList__game .categoryList-bt-img img {
  width: 40px;
}

.categoryList__comic .categoryList-bt-img {
  top: 6px;
}
.categoryList__comic .categoryList-bt-img img {
  width: 63px;
}

.categoryList__book_tv .categoryList-bt-img {
  top: 8px;
}
.categoryList__book_tv .categoryList-bt-img img {
  width: 60px;
}

.categoryList__beauty .categoryList-bt-img {
  top: 6px;
}
.categoryList__beauty .categoryList-bt-img img {
  width: 41px;
}

.categoryList__fashion .categoryList-bt-img {
  top: 5px;
}
.categoryList__fashion .categoryList-bt-img img {
  width: 49px;
}

.categoryList__create .categoryList-bt-img {
  top: 6px;
  left: 3px;
}
.categoryList__create .categoryList-bt-img img {
  width: 50px;
}

.noticeList {
  border-bottom: 1px solid #ccc;
}
.noticeList dl {
  margin: 0 10px 10px;
  border-bottom: 2px dotted #ccc;
}
.noticeList dl:last-child {
  border-bottom: none;
}
.noticeList dl dt {
  margin: 0 0 5px;
  line-height: 1.3;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .noticeList dl dt {
    display: table;
    width: 100%;
  }
}
.noticeList dl dd {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .noticeList dl dd {
    font-size: 12px;
  }
}

.noticeList-day {
  font-size: 1.1rem;
  font-weight: normal;
  display: block;
  margin: 0 0 5px;
}
@media only screen and (min-width: 769px) {
  .noticeList-day {
    font-size: 11px;
    display: table-cell;
    width: 12%;
    vertical-align: middle;
  }
}

.noticeList-ttl {
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .noticeList-ttl {
    font-size: 15px;
    display: table-cell;
    width: 88%;
    vertical-align: middle;
  }
}

.popup {
  position: fixed;
  z-index: 20;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 25px;
}
@media only screen and (min-width: 769px) {
  .popup {
    display: none;
  }
}

.popup-inner {
  background: #fffceb;
  padding: 15px;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
