@charset "utf-8";
/* CSS Document */
/*mypage_univlist.css*/
body.fixed {
    position: fixed;
    width: 100%;
}
header.ynlw h1 {
    justify-content: center;
}
#document_list {
    padding: 90px 20px 30px;
}
#document_list h2 {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
#document_list h2 span {
    font-weight: 600;
    line-height: 1;
    font-size: 28px;
}
#document_list h2 img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}
#document_list h2 span.tm::before {
    content: '';
    width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url(../images/common/tm_logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: -4px;
}
#document_list h2.programs {
    font-weight: 900;
    color: #0c2666;
    display: block;
    text-align: center;
    padding-top: 0;
    position: relative;
    width: 400px;
    margin: 0 auto 30px;
}
#document_list h2.programs small {
    display: block;
    font-size: 18px;
    margin-bottom: 0.4em;
}
#document_list h2.programs span {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
}
#document_list h2.programs::before {
    content: '';
    display: block;
    width: 124px;
    height: 124px;
    background: url(/2025/images/ducument/document_illust1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -27%;
    top: 34%;
}
#document_list h2.programs::after {
    content: '';
    display: block;
    width: 136px;
    height: 102px;
    background: url(/2025/images/ducument/document_illust2.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: -34%;
    top: 45%;
}
#search-section input[type=checkbox] {
    display: none;
}
#search-section {
    margin-bottom: 40px;
}
#search-section .filter_btns {
    width: 100%;
    max-width: 860px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
#search-section .filter_btns button {
    width: calc(25% - 20px);
    /* max-width: 175px; */
    margin: 0 10px;
    padding: 12px 0;
    background: #ffffff;
    border: solid 1px #004ea1;
    color: #004ea1;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    outline: none;
    border-radius: 5px;
    text-align: center;
}
#search-section .filter_btns button:hover {
    opacity: 0.8;
}
#search-section .filter_btns button::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.1px 7px 0 7px;
    border-color: #004ea1 transparent transparent transparent;
    display: block;
    position: absolute;
    right: 5px;
    top: calc(50% - 5px);
}
#search-section .filter_btns button.active {
    background: #004ea1;
    color: #ffffff;
}
#search-section .filter_btns button.active::after {
    border-color: #ffffff transparent transparent transparent;
    transform: rotate(180deg);
}
/*filter menu---------------------------------------------*/
.filter_menu {
    width: 100%;
    max-width: 960px;
    padding: 0;
    margin: 0 auto 10px;
    display: none;
}
.filter_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}
.filter_menu ul li {
    width: calc(25% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
}
.filter_menu ul li:nth-child(4n) {
    margin-right: 0;
}
.filter_menu ul li input {
    display: none;
}
.filter_menu ul li label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 6px 4px;
    text-align: center;
    background: #e5e5e5;
    color: #000;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    height: 100%;
    line-height: 1.2;
    min-height: 40px;
}
.filter_menu ul li label span {
    display: block;
    width: 100%;
    font-size: 0.8em;
}
.filter_menu ul li label:hover {
    opacity: 0.8;
}
.filter_menu ul li input:checked + label {
    background: #004ea1;
    color: #fff;
}
#keito_filter_menu ul li input:checked + label.keito-210, #keito_filter_menu ul li input:checked + label.keito-220, #keito_filter_menu ul li input:checked + label.keito-230, #keito_filter_menu ul li input:checked + label.keito-240, #keito_filter_menu ul li input:checked + label.keito-250 {
    background: #EA6182;
    color: #fff;
}
#keito_filter_menu ul li input:checked + label.keito-260, #keito_filter_menu ul li input:checked + label.keito-270, #keito_filter_menu ul li input:checked + label.keito-280, #keito_filter_menu ul li input:checked + label.keito-290, #keito_filter_menu ul li input:checked + label.keito-300 {
    background: #F3982D;
    color: #fff;
}
#keito_filter_menu ul li input:checked + label.keito-310, #keito_filter_menu ul li input:checked + label.keito-320, #keito_filter_menu ul li input:checked + label.keito-330 {
    background: #7DC058;
    color: #fff;
}
#keito_filter_menu ul li input:checked + label.keito-340, #keito_filter_menu ul li input:checked + label.keito-350, #keito_filter_menu ul li input:checked + label.keito-360, #keito_filter_menu ul li input:checked + label.keito-370, #keito_filter_menu ul li input:checked + label.keito-380, #keito_filter_menu ul li input:checked + label.keito-390, #keito_filter_menu ul li input:checked + label.keito-400 {
    background: #1BB8CE;
    color: #fff;
}
.filter_clear {
    width: 100%;
    margin-bottom: 20px;
    display: none;
}
.filter_clear.active {
    display: block;
    margin: 1vw 0 0;
}
#filter_clear {
    display: block;
    margin: auto;
    width: 300px;
    padding: 8px 0;
    border: solid 2px #00bcd4;
    border-radius: 5px;
    color: #00BCD4;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.js_target {
    display: none;
}
.js_target.js_selected {
    display: block;
}
/*list---------------------------------------------*/
#docrequest-section {
    margin: auto;
    max-width: 1020px;
}
#docrequest-section h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.4;
}
#docrequest-section h4 {
    /* background: #000; */
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
    font-weight: 600;
}
#docrequest-section h4 span {
    position: relative;
}
#docrequest-section h4 span::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: solid 2px #4496d3;
    vertical-align: -6px;
    margin: 0 2px
}
#docrequest-section h4 span::after {
    content: '';
    width: 16px;
    height: 8px;
    display: block;
    border-left: solid 3px #4496d3;
    border-bottom: solid 3px #4496d3;
    position: absolute;
    top: 6px;
    left: 6px;
    transform: rotate(-45deg);
}
#univ-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* align-items: center; */
    width: 100%;
    margin: auto;
    padding-bottom: 0;
    /* border-bottom: solid 1px #ccc; */
}
#univ-ul > li {
    width: calc(100% / 3);
    margin: 0;
    background: #fff;
    border-bottom: solid 1px #ccc;
}
#univ-ul > li:last-child {
    /* border-bottom:none; */
}
body.sendai #univ-item-88 {
    /* border-bottom:none; */
}
#univ-ul > li input {
    display: none;
}
#univ-ul > li label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 100%;
}
#univ-ul > li label::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: solid 2px #999;
    vertical-align: -6px;
    margin: 0;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
}
#univ-ul > li input:checked + label::before {
    border-color: #4496d3;
    background-color: #4496d3;
}
#univ-ul > li input:checked + label::after {
    content: '';
    width: 16px;
    height: 8px;
    display: block;
    border-left: solid 3px #fff;
    border-bottom: solid 3px #fff;
    position: absolute;
    top: calc(50% - 5px);
    left: 4px;
    transform: rotate(-45deg);
}
#univ-ul > li label div.univ_name {
    width: 100%;
    padding: 14px 10px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 30px;
}
#univ-ul > li div.univ_name p {
    color: #000;
    width: 100%;
    display: block;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    padding-right: 50px;
}
#univ-ul > li div.univ_name p::before {
    content: '';
    font-weight: 200;
    font-size: 10px;
    line-height: 1;
    width: 18px;
    height: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    position: absolute;
    top: 0px;
    left: 0;
}
#univ-ul > li div.univ_name p.kbn1::before {
    content: '国';
    background: #368927;
}
#univ-ul > li div.univ_name p.kbn2::before {
    content: '公';
    background: #368927;
}
#univ-ul > li div.univ_name p.kbn3::before {
    content: '私';
    background: #011e8d;
}
#univ-ul > li div.univ_name p.kbn4::before {
    content: '他';
    background: #999;
}
#univ-ul > li div.univ_name p.nokbn::before {
    content: none;
}
#univ-ul > li div.univ_name p span {
    font-size: 0.8em;
    /* margin-left: -0.5em; */
    display: inline-block;
}
#univ-ul > li label div.univ_name span.note {
    font-size: 0.8em;
    display: block;
    margin-top: 0.5em;
}
#univ-ul > li div.univ_name p span.fee {
    background: #ccc;
    color: #fff;
    font-size: 11px;
    padding: 3px 5px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
}
#univ-ul > li div.univ_name p span.fee.on {
    background: #F00;
}
#univ-ul > li div.univ_name p span.fee.off {
    background: #03A9F4;
}
#univ-ul > li p.text {
    width: 50%;
    margin: 0;
    font-size: 13px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    display: none;
}
#univ-ul > li p.text span {
    /* font-weight:600; */
    text-indent: -0.5em;
}
#univ-ul > li .detail ul.text li {
    font-size: 12px;
    line-height: 1.5;
    display: none;
}
#univ-ul > li .detail ul.text li.active {
    display: block;
}
/*--------------------------------*/
#univ-ul.programs{
    justify-content:space-between;
}
#univ-ul.programs li {
    width: 48.5%;
    margin: 0;
    justify-content: space-between;
    border-bottom: none;
    padding: 8px 0;
    border-bottom: solid 1px #ccc;
}
#univ-ul.programs li:nth-child(even){
    margin-right:0;
}
#univ-ul.programs li.js_target.js_selected{
    display:flex;
}
#univ-ul.programs li:nth-child(even) {
    /* margin-right: 0; */
}
#univ-ul.programs li div.univ_name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
}
#univ-ul.programs li div.univ_name p {
    padding-right: 0;
}
#univ-ul.programs li div.univ_name span.note {
    padding-left: 20px;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 0.4em;
}
#univ-ul.programs li div.program_document {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
}
#univ-ul.programs li div.program_document a {
    background: #0c2666;
    color: #fff;
    font-size: 10px;
    padding: 10px 6px;
    border-radius: 5px;
    margin-right: 5px;
    height: 32px;
}
#univ-ul.programs li div.program_document label {
    background: #c6e3f7;
    padding-left: 26px;
    border-radius: 5px;
    width: 48%;
    height: 32px;
}
#univ-ul.programs li div.program_document input:checked + label {
    background: #ffbbcf;
}
#univ-ul.programs li div.program_document label::before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #fff;
    border-radius: 0;
    border: none;
    vertical-align: -6px;
    margin: 0;
    position: absolute;
    top: calc(50% - 7px);
    left: 8px;
}
#univ-ul.programs li div.program_document input:checked + label::after {
    content: '';
    width: 12px;
    height: 6px;
    display: block;
    border-left: solid 2px #0c2666;
    border-bottom: solid 2px #0c2666;
    position: absolute;
    top: calc(50% - 4px);
    left: 9px;
    transform: rotate(-45deg);
}
#univ-ul.programs li div.program_document label p {
    font-size: 12px;
    font-weight: 500;
}
#univ-ul.programs li div.program_document label span {
    background: #1495e0;
    color: #fff;
    font-size: 10px;
    padding: 4px 6px;
    line-height: 1;
    border-radius: 10px;
    position: absolute;
    right: 4px;
    top: calc(50% - 8px);
}
#univ-ul.programs li div.program_document label span.fee.on {
    background: #f1274c;
}
/*---------------------------------*/
#request_btn {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    height: 66px;
}
body.univ_programs #request_btn {
        bottom: 67px;
}
#request_btn button {
    -webkit-appearance: none;
    outline: none;
}
#request_btn button, #request_btn a {
    border: solid 2px #999;
    color: #999;
    background: #ccc;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    display: block;
    margin: 0 10px;
    cursor: pointer;
}
#request_btn a#request_link {
    /* opacity: 0.8; */
    position: relative;
}
#request_btn a#request_link.active {
    opacity: 1;
    border-color: #f1274c;
    color: #f1274c;
    background: #fff;
}
#request_btn button#clear_check {
    color: #3d9ce7;
    border: solid 2px #3d9ce7;
    background: #fff;
}
#request_btn button:hover, #request_btn a#request_link.active:hover {
    opacity: 0.8;
}
span#checked_num {
    display: none;
}
span#checked_num.active {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 24px;
    height: 24px;
    background: #E91E63;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -10px;
}
#pagetop {
    width: 44px;
    height: 44px;
    right: 20px;
    bottom: 10px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    display: block;
    position: fixed;
    z-index: 19999;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#pagetop:after {
    content: "";
    width: 17px;
    height: 17px;
    top: calc(50% - 4px);
    left: calc(50% - 8.5px);
    transform: rotate(-45deg);
    position: absolute;
    border-top: 2px solid #4496d3;
    border-right: 2px solid #4496d3;
}
div#noHit {
    width: 600px;
    margin: 107px auto;
    display: none;
}
div#noHit::before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    background: url(/2025/images/common/exclam.svg) no-repeat;
    background-size: contain;
}
div#noHit p {
    font-size: 13px;
    text-align: center;
    margin: 10px auto;
}
div#noHit button {
    width: 170px;
    font-size: 14px;
    background: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    border: solid 2px #00bcd4;
    color: #00bcd4;
    position: relative;
    height: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    margin: auto;
    font-weight: 600;
}
div#noHit button:hover {
    opacity: 0.6;
}
#pc_bnr {
    background: rgb(230 245 210);
    padding: 20px 20px;
    min-height: 100px;
}
#bnr nav {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#bnr nav a:nth-child(odd) {
    margin-right: 4%;
}
#bnr nav a {
    display: block;
    width: 48%;
    margin: 20px 0;
}
#bnr nav a img {
    width: 100%;
}

@media only screen and (min-width: 767px) {
    #univ-ul.programs li div.program_document a:hover{
        opacity:0.8;
    }
}

@media only screen and (max-width: 1000px) {
    /*--------------------------------*/
    #univ-ul.programs li {
        padding: 0.8vw 0;
    }
    #univ-ul > li div.univ_name p {
        font-size: 1.4vw;
    }
    #univ-ul.programs li div.univ_name span.note {
        padding-left: 1.6vw;
        font-size: 1.2vw;
    }
    #univ-ul.programs li div.program_document{
        justify-content:space-between
    }
    #univ-ul.programs li div.program_document a {
        font-size: 1vw;
        padding: 1vw 0.6vw;
        margin-right: 0;
        height: 3.2vw;
    }
    #univ-ul.programs li div.program_document label {
        padding-left: 2.2vw;
        height: 3.2vw;
    }
    #univ-ul.programs li div.program_document label::before {
        width: 1.4vw;
        height: 1.4vw;
        top: calc(50% - 0.7vw);
        left: 0.6vw;
    }
    #univ-ul.programs li div.program_document input:checked + label::after {
        width: 1.2vw;
        height: 0.6vw;
        top: calc(50% - 0.4vw);
        left: 9px;
    }
    #univ-ul.programs li div.program_document label p {
        font-size: 1.1vw;
    }
    #univ-ul.programs li div.program_document label span {
        padding: 0.4vw 0.6vw;
        position: absolute;
        right: 0.4vw;
        top: calc(50% - 0.8vw);
        font-size: 1vw;
    }
    /*---------------------------------*/
}
@media only screen and (max-width: 767px) {
    #document_list {
        padding: 16vw 3vw 10vw;
    }
    #document_list h2 {
        font-size: 5.4vw;
        margin-bottom: 5vw;
    }
    #document_list h2 span {
        text-align: left;
        line-height: 1.2;
        font-size: 5vw;
    }
    #document_list h2 img {
        width: 14vw;
        height: auto;
        margin-right: 2vw;
    }
    #document_list h2 span.tm::before {
        width: 6vw;
        height: 6vw;
        margin-right: 1vw;
    }
    /**/
    #document_list h2.programs {
        padding-top: 10vw;
        width: 100%;
        margin: 0 auto 8vw;
    }
    #document_list h2.programs small {
        font-size: 3.6vw;
    }
    #document_list h2.programs span {
        font-size: 8vw;
    }
    #document_list h2.programs::before {
        width: 14vw;
        height: 15vw;
        left: 0%;
        top: 44%;
    }
    #document_list h2.programs::after {
        width: 17vw;
        height: 16vw;
        right: 0px;
        top: 50%;
    }
    /**/
    #search-section .filter_btns {
        margin-bottom: 4vw;
    }
    #search-section .filter_btns button {
        width: 49%;
        padding: 3vw 0;
        font-size: 3vw;
        margin: 0;
        margin-right: 1%;
        margin-bottom: 1vw;
    }
    #search-section .filter_btns button:nth-child(even) {
        margin-right: 0;
    }
    #search-section .filter_btns button:hover {
        opacity: 0.8;
    }
    #search-section .filter_btns button::after {
        border-width: 2.4vw 1.4vw 0 1.4vw;
    }
    .filter_menu ul {
        justify-content: flex-start;
    }
    .filter_menu ul li {
        width: 49.5%;
        font-size: 3vw;
        margin: 0;
        margin-right: 1%;
        margin-bottom: 1vw;
    }
    .filter_menu ul li:nth-child(even) {
        margin-right: 0;
    }
    body.sendai #univ-item-88 {
        border-bottom: solid 1px #ccc;
        ;
    }
    .filter_menu ul li label {
        padding: 3vw 0;
        min-height: unset;
        font-size: 3vw;
    }
    #theme_filter_menu ul li label {
        padding: 1.5vw 0;
        font-size: 2.8vw;
        min-height: 8vw;
    }
    #filter_submit {
        width: 100%;
        max-width: unset;
        margin: auto;
        display: none;
        margin-bottom: 30px;
        justify-content: space-between;
    }
    #filter_submit input {
        margin: 0;
        width: 49.5%;
    }
    #search-section {
        margin-bottom: 6vw;
    }
    #docrequest-section {
        padding: 0;
    }
    #docrequest-section h3 {
        margin-bottom: 6vw;
        font-size: 4vw
    }
    #docrequest-section h4 {
        padding: 3vw;
        font-size: 4vw;
        margin-bottom: 0;
    }
    #docrequest-section h4 span {
        position: relative;
    }
    #docrequest-section h4 span::before {
        width: 7vw;
        height: 7vw;
        border: solid 2px #4496d3;
        vertical-align: -2vw;
        margin: 0 1vw
    }
    #docrequest-section h4 span::after {
        content: '';
        width: 4.4vw;
        height: 2.6vw;
        top: 1.6vw;
        left: 2.2vw;
        transform: rotate(-45deg);
    }
    #univ-ul {
        width: 100%;
        padding-bottom: 0;
    }
    #univ-ul > li {
        width: 100%;
        margin: 0;
        margin-right: 0;
        margin-bottom: 0;
        border-bottom: solid 1px #ccc;
    }
    #univ-ul > li label div.univ_name {
        width: 100%;
        padding: 4vw;
        padding-left: 10vw;
        padding-right: 0;
        margin-bottom: 0;
    }
    #univ-ul > li label::before {
        content: '';
        width: 7vw;
        height: 7vw;
        display: block;
        margin: 0;
        position: absolute;
        top: calc(50% - 3.5vw);
        left: 0vw;
    }
    #univ-ul > li input:checked + label::after {
        content: '';
        width: 4.4vw;
        height: 2.6vw;
        position: absolute;
        top: calc(50% - 2vw);
        left: 1.3vw;
    }
    #univ-ul > li div.univ_name p {
        font-size: 4.4vw;
        padding-left: 6vw;
        line-height: 1.4;
    }
    #univ-ul > li div.univ_name p::before {
        font-size: 3vw;
        width: 5vw;
        height: 5vw;
        top: 0.5vw;
        left: 0;
    }
    #univ-ul > li p.text {
        width: 100%;
        margin: auto;
        font-size: 3.6vw;
        padding: 3vw 2vw;
        margin-bottom: 0;
    }
    #univ-ul > li div.req_btns {
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    /*--------------------------------*/
    #univ-ul.programs li {
        width: 100%;
        margin-right: 0;
        padding: 4vw 0;
        flex-wrap: wrap;
    }
    #univ-ul.programs li:nth-child(even) {
        margin-right: 0;
    }
    #univ-ul.programs li div.univ_name {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin-bottom: 3vw;
    }
    #univ-ul.programs li div.univ_name p {
        padding-right: 0;
    }
    #univ-ul.programs li div.univ_name span.note {
        padding-left: 6vw;
        font-size: 2.7vw;
        margin-top: 1vw;
    }
    #univ-ul.programs li div.program_document {
        width: 100%;
        justify-content: flex-end;
    }
    #univ-ul.programs li div.program_document a {
        font-size: 3.4vw;
        text-align: center;
        padding: 3vw 1vw;
        height: unset;
        margin-right: 2%;
        width: 46%;
    }
    #univ-ul.programs li div.program_document label {
        border-radius: 5px;
        width: 46%;
        height: unset;
        padding: 3vw 1vw;
        padding-left: 8vw;
    }
    #univ-ul.programs li div.program_document label::before {
        content: '';
        width: 4vw;
        height: 4vw;
        display: inline-block;
        background: #fff;
        border-radius: 0;
        border: none;
        vertical-align: -6px;
        margin: 0;
        position: absolute;
        top: calc(50% - 2vw);
        left: 2vw;
    }
    #univ-ul.programs li div.program_document input:checked + label::after {
        content: '';
        width: 12px;
        height: 6px;
        display: block;
        border-left: solid 2px #0c2666;
        border-bottom: solid 2px #0c2666;
        position: absolute;
        top: calc(50% - 4px);
        left: 9px;
        transform: rotate(-45deg);
    }
    #univ-ul.programs li div.program_document label p {
        font-size: 3.4vw;
        font-weight: 500;
    }
    #univ-ul.programs li div.program_document label span {
        background: #1495e0;
        color: #fff;
        font-size: 2.8vw;
        padding: 1vw 2vw;
        line-height: 1;
        border-radius: 10px;
        position: absolute;
        right: 2vw;
        top: calc(50% - 2.5vw);
    }
    #univ-ul.programs li div.program_document label span.fee.on {
        background: #f1274c;
    }
    /*---------------------------------*/
    #request_btn {
        padding: 3vw 3vw;
        justify-content: flex-start;
        height: unset;
        bottom: 0;
        padding: 3vw 3vw;
    }
    body.univ_programs #request_btn {
            bottom: 14.8vw;
            padding: 1.5vw 3vw;
    }
    #request_btn button, #request_btn a {
        padding: 3vw 2.5vw;
        font-size: 3.6vw;
        margin: 0;
        margin: 0 1vw 0 0;
        height: 11vw;
        line-height: 1;
    }
    #request_btn a {
        padding: 3vw 2vw;
    }
    #pagetop {
        width: 10.5vw;
        height: 10.5vw;
        right: 3vw;
        bottom: 3.2vw;
        bottom: calc(3.2vw + constant(safe-area-inset-bottom));
        bottom: calc(3.2vw + env(safe-area-inset-bottom));
    }
    div#noHit {
        width: 100%;
        margin-top: 20vw
    }
    footer {
        padding-bottom: 20vw;
    }
    #pc_bnr {
        display: none;
    }
    #sp_bnr {
        display: block;
        width: 100%;
        z-index: 1000;
        padding: 0;
        margin-bottom: 0;
        position: sticky;
        bottom: 17vw;
    }
    body.univ_programs #sp_bnr{
        bottom: 28vw;
    }
    #sp_bnr a img {
        width: 100%;
    }
    body.bnr footer {
        padding-bottom: 10vw;
    }
    #sp_bnr #bnr_close {
        width: 6vw;
        height: 6vw;
        display: block;
        background: #666;
        border-radius: 50%;
        position: absolute;
        top: -5vw;
        right: 0;
        border: solid 1px #fff;
        z-index: 1001;
    }
    #sp_bnr #bnr_close::before, #sp_bnr #bnr_close::after {
        content: '';
        width: 2px;
        height: 100%;
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: calc(50% - 1px);
        transform: rotate(45deg);
    }
    #sp_bnr #bnr_close::after {
        transform: rotate(-45deg);
    }
    body.bnr #pagetop{
        bottom: 3.2vw;
    }
    body.univ_programs #pagetop{
        bottom: 16.4vw;
    }
    
} /*@media only screen and (max-width: 767px) {*/