@media print, screen and (min-width:768px) and (max-width:1048px) {
    .page-education_highlight .inner {
        padding-left: 16px;
        padding-right: 16px
    }
}

.page-education_highlight .graphic-header {
    background-image: url(/assets/img/education/highlight/bg_graphic-header_sp.jpg)
}

@media print, screen and (min-width:768px) {
    .page-education_highlight .graphic-header {
        background-image: url(/assets/img/education/highlight/bg_graphic-header_pc.jpg)
    }
}

.page-education_highlight .educationTop {
    padding: 20px 0 40px
}

.page-education_highlight .educationTop__highlight__article {
    margin-bottom: 30px
}

.page-education_highlight .educationTop__highlight__article__group li {
    border-bottom: 1px solid #d2dae0;
    position: relative
}

.page-education_highlight .educationTop__highlight__article__group li:nth-child(n+4) {
    display: none
}

.page-education_highlight .educationTop__highlight__article__group .newpost:after {
    position: absolute;
    left: 8px;
    top: 6px;
    content: 'NEW';
    display: inline-block;
    color: #ddedfe;
    font-size: 10px;
    font-weight: bold;
    font-family: Raleway, sans-serif;
    line-height: 1;
    letter-spacing: 2;
    background: #da0024;
    padding: 3px 6px;
    border-radius: 3px;
    pointer-events: none
}

.page-education_highlight .educationTop__highlight__article__group li a {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 12px 16px;
    position: relative
}

.page-education_highlight .educationTop__highlight__article__group__img {
    width: 32%;
    position: relative
}

.page-education_highlight .educationTop__highlight__article__group__txt {
    width: calc(68% - 16px);
    width: -webkit-calc(68% - 16px)
}

.page-education_highlight .educationTop__highlight__article__group__tag p {
    border: 1px solid #d6dedb;
    color: #595d66;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 2px;
    border-radius: 16px;
    padding: 3px 12px;
    margin: 0 0 5px
}

.page-education_highlight .educationTop__highlight__article__group__ttl {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #101211;
    margin: 0 0 5px
}

.page-education_highlight .educationTop__highlight__article__group__date {
    font-size: 11px;
    color: #595d66
}

@media print, screen and (min-width:768px) {
    .page-education_highlight .educationTop__highlight__article {
        margin-bottom: 20px
    }
    .page-education_highlight .educationTop__highlight__article__group ul {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-education_highlight .educationTop__highlight__article__group li {
        border-bottom: 0;
        width: calc((100% - 40px)/ 3);
        width: -webkit-calc((100% - 40px)/ 3);
        margin-bottom: 35px
    }
    .page-education_highlight .educationTop__highlight__article__group li:nth-child(n+4) {
        display: block
    }
    .page-education_highlight .educationTop__highlight__article__group .newpost:after {
        left: auto;
        top: 6px;
        right: 6px;
        padding: 0;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center
    }
    .page-education_highlight .educationTop__highlight__article__group li a {
        display: block;
        padding: 0
    }
    .page-education_highlight .educationTop__highlight__article__group__img {
        width: 100%;
        margin-bottom: 12px;
        overflow: hidden
    }
    .page-education_highlight .educationTop__highlight__article__group__img img {
        transition: .3s all;
        -webkit-transition: .3s all
    }
    .page-education_highlight a:hover .educationTop__highlight__article__group__img img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        opacity: .8
    }
    .page-education_highlight .educationTop__highlight__article__group__txt {
        width: 100%
    }
    .page-education_highlight .educationTop__highlight__article__group__tag p {
        border-radius: 16px;
        padding: 3px 12px;
        min-width: 60px;
        text-align: center
    }
    .page-education_highlight .educationTop__highlight__article__group__ttl {
        line-height: 22px;
        margin-bottom: 15px;
        transition: .3s color;
        -webkit-transition: .3s color
    }
    .page-education_highlight a:hover .educationTop__highlight__article__group__ttl {
        color: #4a824f
    }
    .page-education_highlight .educationTop__highlight__article__group__date {
        font-size: 11px
    }
}

.page-education_highlight .educationTop__btns {
    border-bottom: 1px solid #d3d8d9;
    padding: 0 16px 20px 16px;
    position: relative
}

.page-education_highlight .educationTop__btns__select__item {
    position: relative;
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    font-size: 14px
}

.page-education_highlight .educationTop__btns__select__item:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #13814d transparent transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    pointer-events: none
}

.page-education_highlight .educationTop__btns__select__item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: gradient(linear, left top, left bottom, from(#ececec), to(#bfc4ca));
    background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#bfc4ca));
    background: -ms-linear-gradient(top, #ececec 0, #bfc4ca 100%);
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    z-index: -1;
    border-radius: 4px
}

.page-education_highlight .educationTop__btns__select__item select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    background: gradient(linear, left top, left bottom, from(#fefefe), to(#e8edef));
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e8edef));
    background: -ms-linear-gradient(top, #fefefe 0, #e8edef 100%);
    color: #101211
}

.page-education_highlight .educationTop__btns__select__item select::-ms-expand {
    display: none
}

.page-education_highlight .educationTop__btns__rss {
    display: none
}

@media print, screen and (min-width:480px) {
    .page-education_highlight .educationTop__btns__select {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between
    }
    .page-education_highlight .educationTop__btns__select__item {
        width: calc(50% - 8px);
        width: -webkit-calc(50% - 8px)
    }
}

@media print, screen and (min-width:768px) {
    .page-education_highlight .educationTop__btns {
        padding: 0 0 10px 0;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        border-bottom: 0
    }
    .page-education_highlight .educationTop__btns__select {
        justify-content: flex-start;
        -webkit-justify-content: flex-start
    }
    .page-education_highlight .educationTop__btns__select__item {
        width: 170px;
        height: 36px;
        margin-right: 10px;
        font-size: 12px
    }
    .page-education_highlight .educationTop__btns__select__item:after {
        border-width: 6px 3px 0 3px;
        margin-top: -3px
    }
    .page-education_highlight .educationTop__btns__rss {
        display: block
    }
    .page-education_highlight .educationTop__btns__rss a {
        width: 78px;
        height: 26px;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        transition: .2s background;
        -webkit-transition: .2s background;
        margin: 0 0 0 auto
    }
    .page-education_highlight .educationTop__btns__rss p {
        font-size: 12px;
        letter-spacing: 1px
    }
    .page-education_highlight .educationTop__btns__rss img {
        width: 11px;
        vertical-align: middle;
        margin-right: 8px
    }
    .page-education_highlight .educationTop__btns__rss a:hover {
        background: #d9d9d9
    }
}

.page-education_highlight .educationTop__pager {
    padding: 0 16px 36px 16px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}

.page-education_highlight .educationTop__pager__arrow {
    font-size: 12px;
    background: #146345;
    color: #FFF;
    width: 65px;
    height: 32px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border-radius: 16px;
    cursor: pointer;
    position: relative
}

.page-education_highlight .educationTop__pager__arrow.prev span {
    padding-left: 4px
}

.page-education_highlight .educationTop__pager__arrow.next span {
    padding-right: 4px
}

.page-education_highlight .educationTop__pager__arrow.prev:before, .page-education_highlight .educationTop__pager__arrow.next:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border-style: solid
}

.page-education_highlight .educationTop__pager__arrow.prev:before {
    border-width: 3px 6px 3px 0;
    border-color: transparent #7ab881 transparent transparent;
    left: 8px
}

.page-education_highlight .educationTop__pager__arrow.next:before {
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #7ab881;
    right: 8px
}

.page-education_highlight .educationTop__pager__num {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: calc(100% - 140px);
    width: -webkit-calc(100% - 140px)
}

.page-education_highlight .educationTop__pager__num__item {
    width: 32px;
    height: 32px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #d6dedb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    margin: 0 2px;
    cursor: pointer
}

.page-education_highlight .educationTop__pager__num__item.current {
    background: #196547;
    border: 0;
    color: #FFF
}

.page-education_highlight .educationTop__pager__num__line {
    color: #595d66;
    font-size: 12px;
    padding: 0 4px
}

@media print, screen and (min-width:768px) {
    .page-education_highlight .educationTop__pager {
        padding: 0 0 46px 0
    }
    .page-education_highlight .educationTop__pager__arrow {
        width: 100px;
        transition: .2s background;
        -webkit-transition: .2s background
    }
    .page-education_highlight .educationTop__pager__arrow:hover {
        background: #125338
    }
    .page-education_highlight .educationTop__pager__num {
        width: auto
    }
    .page-education_highlight .educationTop__pager__num__item {
        width: 36px;
        height: 36px;
        transition: .2s background;
        -webkit-transition: .2s background
    }
    .page-education_highlight .educationTop__pager__num__item:hover {
        background: #196547;
        border: 0;
        color: #FFF
    }
    .page-education_highlight .educationTop__pager__num__line {
        padding: 0 1em
    }
}
