.cnt-results li {
  display: inline-block;
  letter-spacing: 1px;
}
.cnt-results li:after {
  content: "/";
  margin: 0 10px;
}
.cnt-results li:last-child:after {
  content: "";
}

@media (min-width: 992px) {
  .cnt-results {
    text-align: center;
  }
}
.cnt-results h2 {
  margin-bottom: 30px;
}
.cnt-results .btn {
  position: relative;
  -webkit-box-shadow: 0 3px 0 0 #c51c2b, 0 -1px 0 0 #ef8c95;
          box-shadow: 0 3px 0 0 #c51c2b, 0 -1px 0 0 #ef8c95;
  color: #fff;
  background: #e54957;
  font-size: 1.25em;
  width: 100%;
  line-height: 40px;
  margin-top: 20px;
}
.cnt-results .btn:hover {
  background: #eb7680;
}
.cnt-results .btn:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 992px) {
  .cnt-results .results-list {
    display: inline-block;
    margin: auto;
  }
}
.cnt-results dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cnt-results dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5em;
  padding: 5px 0;
  background: #f08b94;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 575px) {
  .cnt-results dt {
    margin-top: 5px;
  }
}
@media (min-width: 576px) {
  .cnt-results dt {
    margin-top: 5px;
  }
}
.cnt-results dd {
  padding-left: 1em;
}
.cnt-results ul {
  letter-spacing: -.4em;
}
.cnt-results li {
  font-size: 1.25em;
  line-height: 30px;
}

    .cnt-interview .slide-wrap {
        max-width: 670px;
        margin-top: 30px;
    }
    .cnt-interview .item {
        background: url(/chugaku/merit/images/tokushin/interview-bg.png);
        box-shadow: 0 0 8px rgba(229, 73, 87, .3);
        border: none;
        padding: 20px;
        margin: 10px;
    }
    .cnt-interview .item .inner {
        background: none;
        border: none;
    }
    .cnt-interview .item .comment i {
        display: inline-block;
        color:#266eb0;
        font-weight: 600;
    }
    .cnt-interview .item .comment i:after {
        display: inline-block;
        content: ":";
        margin: 0 5px;
    }
    .cnt-interview .item .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  text-align: right;
}
@media (max-width: 575px) {
  .cnt-interview .item .btn-more {
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  .cnt-interview .item .btn-more {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .cnt-interview .item .btn-more {
    margin-top: 25px;
  }
}
.cnt-interview .item .btn-more a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e54957;
  background: #fff;
  color: #e54957;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .cnt-interview .item .btn-more a {
    height: 28px;
    padding: 0 25px 0 20px;
    border-radius: 15px;
  }
}
@media (min-width: 576px) {
  .cnt-interview .item .btn-more a {
    height: 38px;
    padding: 0 30px 0 25px;
    border-radius: 20px;
  }
}
.cnt-interview .item .btn-more a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #e54957;
  border-right: 1px solid #e54957;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
    .chugaku-merit-sub section h3 {
        border: none;
        padding-left: 0;
        margin-top: 0;
    }
    #cnt-tokushin section.noline {
    border-top: none;
    padding: 0;
}
    #cnt-tokushin .bnr-wrap {
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    #cnt-tokushin .button,
    #cnt-tokushin .button-b {
        position: relative;
        display: block;
        border: 1px solid #e54957;
        color: #e54957;
        border-radius: 50px;
        padding: 6px 30px;
        font-size: 16px;
        font-weight: 400;
    }
    #cnt-tokushin .button::after,
    #cnt-tokushin .button-b::after {
        position: absolute;
        content: "";
        border-top: 2px solid#e54957;
        border-right: 2px solid #e54957;
        margin-top: -3.5px;
        height: 7px;
        width: 7px;
        top: 50%;
        right: 14px;
        -webkit-transform: rotate(135deg);
        transform: rotate(45deg);
    }
    #cnt-tokushin .button-b {
        border: 1px solid #266eb0;
        color: #266eb0;
    }
    #cnt-tokushin .button-b::after {
        border-top: 2px solid#266eb0;
        border-right: 2px solid #266eb0;
    }
    
    @media screen and (min-width: 768px) {
        .chugaku-merit-sub .btn {
            max-width: 100%;
            list-style: 48px;
            margin-top: 30px;
            font-size: 1.6rem;
            font-weight: 600;
        }
    }
    @media (min-width: 992px) {
        .cnt-results {
            text-align: left;
        }
    }

