.bullet {
    margin: 0 -.25em;
}

.with-brackets {
    margin: 0 -.5em;
}

.sp-br {
    display: none;
}

.wrapper {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
}

.mv {
    margin: 40px auto;
    text-align: center;
}

/* grid → flex に変更 */
.section-ctr {
    color: #333;
    display: -ms-flexbox;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    padding-bottom: 140px;
}

.univ-ctr {
    position: relative;
    width: 50%;
}

/* CSS変数を使わず、大学ごとに直接指定 */
.univ-ctr.shibaura {
    background-color: #e6eff6;
}

.univ-ctr.yamato {
    background-color: #e8f1ed;
}

.univ-ctr:after {
    bottom: 0;
    content: "";
    display: block;
    height: 140px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.univ-ctr.shibaura:after {
    background-color: #e6eff6;
    -ms-transform: translateY(48%) skewY(8deg);
    transform: translateY(48%) skewY(8deg);
}

.univ-ctr.yamato:after {
    background-color: #e8f1ed;
    -ms-transform: translateY(48%) skewY(-8deg);
    transform: translateY(48%) skewY(-8deg);
}

.univ-content {
    padding: 30px 0;
    width: 530px;
}

.univ-ctr.shibaura .univ-content {
    margin: 0 20px 0 auto;
}

.univ-ctr.yamato .univ-content {
    margin: 0 auto 0 20px;
}

.univ-ttl {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 15px;
    text-align: center;
}

.univ-ctr.shibaura .univ-ttl {
    border-bottom: 2px solid #0e5faa;
    color: #0e5faa;
}

.univ-ctr.yamato .univ-ttl {
    border-bottom: 2px solid #1a7a4a;
    color: #1a7a4a;
}

.univ-ttl .address {
    display: block;
    font-size: 35px;
}

.univ-catch {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.univ-figure {
    margin: 0;
}

.univ-img {
    vertical-align: bottom;
    width: 530px;
}

.univ-ctr.shibaura .univ-catch strong {
    color: #0e5faa;
}

.univ-ctr.yamato .univ-catch strong {
    color: #1a7a4a;
}

.univ-dtl {
    background-color: #fff;
    min-height: 700px;
    padding: 15px;
}

.univ-dtl-ttl {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0 0;
    padding-bottom: .75em;
    text-align: center;
}

.univ-ctr.shibaura .univ-dtl-ttl {
    border-bottom: 2px solid #0e5faa;
    color: #0e5faa;
}

.univ-ctr.yamato .univ-dtl-ttl {
    border-bottom: 2px solid #1a7a4a;
    color: #1a7a4a;
}

/* grid + gap → block + margin */
.univ-dtl-list {
    display: block;
    font-size: 19px;
    font-weight: 700;
    margin: 30px 0 0;
}

/* grid → table に変更 */
.univ-dtl-item {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.univ-dtl-item + .univ-dtl-item {
    margin-top: 10px;
}

.univ-dtl-hdr {
    border: 1px solid #333;
    display: table-cell;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    width: 90px;
}

.univ-dtl-hdr.char-2 span {
    letter-spacing: .2em;
    margin-right: -.2em;
}

.univ-dtl-content {
    display: table-cell;
    line-height: 1.2;
    margin: 0;
    padding-left: 8px;
    vertical-align: middle;
}

.check-ctr {
    margin: 35px 0 0;
}

.check-ttl {
    margin: 0;
    width: 259px;
}

.check-ttl img {
    width: 100%;
}

/* grid + gap → block + margin */
.univ-points {
    display: block;
    font-size: 22px;
    font-weight: 700;
    list-style: none;
    margin: 0 0 0 .5em;
    padding: 0;
}

.univ-point {
    line-height: 1.3;
    min-height: 41px;
    padding-left: 40px;
    position: relative;
}

.univ-point + .univ-point {
    margin-top: 6px;
}

.univ-points .univ-point::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    display: block;
    height: 41px;
    left: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 34px;
}

.shibaura .univ-points .univ-point:nth-of-type(1)::before {
    background-image: url(../img/topic/icon-shibaura-num-1.png);
}

.shibaura .univ-points .univ-point:nth-of-type(2)::before {
    background-image: url(../img/topic/icon-shibaura-num-2.png);
}

.shibaura .univ-points .univ-point:nth-of-type(3)::before {
    background-image: url(../img/topic/icon-shibaura-num-3.png);
}

.shibaura .univ-points .univ-point:nth-of-type(4)::before {
    background-image: url(../img/topic/icon-shibaura-num-4.png);
}

.shibaura .univ-points .univ-point:nth-of-type(5)::before {
    background-image: url(../img/topic/icon-shibaura-num-5.png);
}

.yamato .univ-points .univ-point:nth-of-type(1)::before {
    background-image: url(../img/topic/icon-yamato-num-1.png);
}

.yamato .univ-points .univ-point:nth-of-type(2)::before {
    background-image: url(../img/topic/icon-yamato-num-2.png);
}

.yamato .univ-points .univ-point:nth-of-type(3)::before {
    background-image: url(../img/topic/icon-yamato-num-3.png);
}

.yamato .univ-points .univ-point:nth-of-type(4)::before {
    background-image: url(../img/topic/icon-yamato-num-4.png);
}

.yamato .univ-points .univ-point:nth-of-type(5)::before {
    background-image: url(../img/topic/icon-yamato-num-5.png);
}

.bnr-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.bnr-ttl::before {
    content: "＼";
    margin-right: .5em;
    text-shadow: 1px 0 0 #333;
}

.bnr-ttl::after {
    content: "／";
    margin-left: .5em;
    text-shadow: -1px 0 0 #333;
}

.bnr-ttl strong {
    color: #0e5faa;
}

.bnr-item {
    display: block;
    margin: 20px auto 0;
    width: 722px;
}

.univ-point-small {
    font-size: 17.5px;
}

.univ-point-small2 {
    font-size: 20px;
}

.univ-point-small3 {
    font-size: 22px;
}

.space-m {
    margin-top: 83px;
}