<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
ul {
    list-style: none;
}
section#special_list * {
    font-family: 'Noto Sans JP', sans-serif !important;
    box-sizing: border-box;
}
section#special_list {
    margin: 30px auto 0 auto;
    width: 1024px;
    color: black;
}
section#special_list h1 {
    line-height: 1.4;
    text-align: center;
    font-size: 36px;
    margin-bottom: 0;
}
section#special_list h1 br.sp {
    display: none;
}
section#special_list h1 span {
    display: inline-block;
    font-size: medium;
    vertical-align: middle;
}
section#special_list p.read {
    text-align: left;
    width: 820px;
    margin: 10px auto 0;
    line-height: 1.8;
    color: black;
    font-size: 14px;
}
section#special_list p.read br.pc{
    display:block;
}

section#special_list p.read a.note_link.pc{
        display: inline;
    }
section#special_list p.read a.note_link.sp{
        display: none; 
    }


section#special_list p.read span.note {
    font-size: 12px;
    line-height: 1.7em;
}
section#special_list p.read a.service_info {
    display: inline;
    font-size: 13px;
    /*text-align:right;*/
    color: #2196F3;
}
section#special_list p.read a.service_info.sp {
    display: none;
}
section#special_list p.read a.service_info::before {
    /*
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-bottom: solid 1px #2196F3;
    border-right: solid 1px #2196F3;
    transform: rotate(-45deg);
    margin-right: 5px;
    */
}
section#special_list .search-container {
    padding-top: 0;
    margin-top: 40px;
    /* border-top: 1px solid black; */
    margin-bottom: 60px;
}
section#special_list search-container h4 {
    text-align: left !important;
    margin-left: 0;
    margin-right: auto;
}
section#special_list .search-container .search-body h4::before {
    content: none;
    background: none;
}
section#special_list .search-container .search-body h4 span::before {
    margin: 0 7px 0 0;
    content: " ";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(/shingaku/pc/img/icon/search_blue.png);
    background-size: contain;
    vertical-align: middle;
}
section#special_list.red .search-container .search-body h4 span::before {
    margin: 0 7px 0 0;
    content: " ";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(/shingaku/pc/img/icon/search_pink.png);
    background-size: contain;
    vertical-align: middle;
}
section#special_list .search-container .search-other-block .search-kind-list li label {
    padding-top: 14px;
    padding-bottom: 14px;
}
section#special_list .search-container .search-total-block {
    text-align: center;
    background: none;
    width: 100%;
}
section#special_list .search-container .search-total-block .btns button {
    color: white;
    border: none;
    border-radius: 6px;
    height: 44px;
    margin: 0;
}
.a1_billingBox {
    margin-bottom: 50px;
    display: none;
}
section#special_list .search-container .search-total-block .btns {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-items: center;
}
section#special_list .search-container .search-total-block .btns .all-clear-btn {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    width: 85px;
    height: 50px;
    line-height: 50px;
    background: #757575;
    text-align: center;
    border-radius: 3px;
    display: block;
    margin-right: 10px;
    position: static;
}
section#special_list .search-container .search-total-block .btns .search-btn {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    text-decoration: none;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #009AF5;
    border-radius: 3px;
    position: static;
}
section#special_list .search-container .search-total-block .btns .search-btn.active {
    background: #00a4ff;
}
section#special_list.red .search-container .search-total-block .btns .search-btn {
    color: #fff;
    background: #ff4554;
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 0;
}
section#special_list .search-container .search-total-block .btns a{
    display:block;
    margin-left:1em;
    font-size:13px;
    color:#ff4554;
}
section#special_list.red .search-container .search-total-block .btns .search-btn.active {
    background: #ff4554;
}
section#special_list.red .search-container .search-other-block .area-map .area-box .btns {
    padding: 20px;
    border-top: 1px solid #ff4655;
}
section#special_list a.siryo_btn {
    display: block;
    padding: 7px;
    border-radius: 4px;
    background: #343c48;
    text-decoration: none;
    color: white;
    border: 1px solid #343c48;
    cursor: pointer;
    white-space: nowrap;
}
#buttons {
    background: #343c48;
    padding: 15px;
    margin-top: 30px;
}
#buttons ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#buttons ul li {
    list-style: none;
    font-size: large;
    font-weight: bold;
}
#buttons ul li:nth-child(1) {
    color: white;
}
#buttons ul li:nth-child(1) span {
    color: #ffea52;
    font-size: xx-large;
}
#buttons ul li:nth-child(2) a {
    background: #d6d7da;
    display: block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 20px;
    text-decoration: none;
    color: black;
    font-size: large;
}
#buttons ul li:nth-child(3) a {
    background: #ffea52;
    display: block;
    padding: 15px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    font-size: large;
}
#buttons ul li:nth-child(3) a span:before {
    margin: 0 7px 0 0;
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/icon/icon_buttons.png);
    background-size: contain;
    vertical-align: middle;
}
.a1_billingBox ul li .a1_boxBtn a {
    /* position: absolute; */
    right: 30px;
    top: 0;
    bottom: 0;
    width: 220px;
    height: 1em;
    margin: auto;
    padding: 1em 0;
    background: #fff;
    border: #343C48 solid 3px;
    border-radius: 5px;
    line-height: 1;
    text-align: center;
    font-size: 133%;
    font-weight: bold;
    color: #343C48;
    text-decoration: none;
}
.a1_billingBox ul li .a1_boxBtn a.a1_billingBtnInBox {
    background: #343C48;
    color: #fff;
    text-decoration: none;
}
#special_list ul.fee_link {
    margin: 0 0 5px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
#special_list ul.fee_link li {
    margin-left: 10px;
}
#special_list ul.fee_link li a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}
ul.list_table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;

}
ul.list_table:last-child{
    border-bottom: solid 1px #ccc;
}
ul.list_table.label {
    background-color: #ff8f98;
}
article.data_list ul:nth-child(even) {
    background-color: #fff3f5;
}
ul.list_table.label li {
    justify-content: center;
    color: #fff;
}
ul.list_table li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 10px 5px;
    border-right: solid 1px #ddd;
    font-size: 13px;
}
ul.list_table li:last-child {
    border: none;
}
ul.list_table li.state {
    width: 7%;
    justify-content: center;
}
ul.list_table li.school_name {
    width: 17%;
}
ul.list_table li.school_name span.kbn1::before {
    content: '国';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    line-height: 1;
    width: 18px;
    height: 18px;
    background: #006600;
    color: #fff;
    border-radius: 2px;
    margin-right: 4px;
}
ul.list_table li.school_name span.kbn2::before {
    content: '公';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;


    line-height: 1;
    width: 18px;
    height: 18px;
    background: #006600;
    color: #fff;
    border-radius: 2px;
    margin-right: 4px;
}
ul.list_table li.school_name span.kbn3::before {
    content: '私';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    line-height: 1;
    width: 16px;
    height: 16px;
    background: #000C7B;
    color: #fff;
    border-radius: 2px;
    margin-right: 2px;
}
ul.list_table li.doc_name {
    width: 30%;
}
ul.list_table li.doc_name br {
    display: none
}
ul.list_table li.doc_name span.siryoName {
    display: block;
    width: 100%;
    display: none
}
ul.list_table li.doc_name span.add_comm_kikan {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400
}
ul.list_table li.fee {
    width: 10%;
    justify-content: center;
}
ul.list_table li.shipping_date {
    width: 19%;
    justify-content: center;
    font-size: 12px;
}
ul.list_table li.shipping_date .nissu_msg_1 {
    display: block;
    width: 100%;
}
ul.list_table li.shipping_date .nissu_msg_2 {
    color: #D7092F;
}
ul.list_table li.reqest {
    width: 17%;
    justify-content: center;
    position: relative;
}
ul.list_table li.reqest .a1_boxBtn {
    width: 100%;
    display: block;
    margin: 0;
}
ul.list_table li.reqest .a1_boxBtn a {
    position: static;
    display: block;
    width: 100%;
    font-size: 14px;
    height: auto;
}
#loader {
    width: 50ppx;
    height: 50px;
    display: block;
    margin: 0 auto 50px;
    ;
}
@media screen and (min-width: 640px) {
    /*hover only pc*/
    section#special_list .search-container .search-total-block .btns .all-clear-btn:hover {
        color: #fff;
        background: #b2b2b2;
    }
    section#special_list .search-container .search-total-block .btns .search-btn:hover {
        color: #fff;
        background: #7dd1ff;
    }
    section#special_list .search-container .search-total-block .btns .search-btn.active:hover {
        background: #7dd1ff;
    }
    section#special_list.red .search-container .search-total-block .btns .search-btn:hover {
        color: #fff;
        background: #ff9fab;
    }
    section#special_list.red .search-container .search-total-block .btns .search-btn.active:hover {
        background: #ff9fab;
    }
    section#special_list a.siryo_btn:hover, section#special_list a.siryo_btn.active {
        background: white;
        color: #343c48;
    }
    #buttons ul li:nth-child(2) a:hover, #buttons ul li:nth-child(3) a:hover {
        opacity: 0.8;
    }
    .a1_billingBox ul li .a1_boxBtn a.hoverSupport:hover {
        width: 100%;
        background: #343C48;
        text-decoration: none;
        color: #fff;
    }
    .a1_billingBox ul li .a1_boxBtn a.a1_billingBtnInBox.hoverSupport:hover {
        background: #888888;
        text-decoration: none;
        color: #FFFFFF;
    }
}
@media screen and (max-width: 640px) {
    section#special_list {
        margin: 0;
        width: 100%;
    }
    section#special_list h1 {
        font-size: 5.5vw;
        font-weight: 600;
        text-align: center;
        padding: 3vw 3vw;
        margin: 0;
    }
    section#special_list h1 br.sp {
        display: block;
    }
    section#special_list p.read {
        text-align: justify;
        width: 100%;
        padding: 0 3vw;
        margin: 10px auto 0;
        line-height: 1.6;
        color: black;
        font-size: 3.6vw;
    }
    section#special_list p.read br.pc{
        display:none;
    }
    section#special_list p.read span.note {
        display: block;
        font-size: 2.8vw;
        line-height: 1.6em;
    }
    section#special_list p.read a.note_link{
        font-size:3.4vw;
    }
    section#special_list p.read a.note_link.pc{
       display: none; 
    }
    section#special_list p.read a.note_link.sp {
        display: inline;
    }
    section#special_list p.read a.service_info {
        font-size: 3.4vw;
    }
    section#special_list p.read a.service_info.pc {
        display: none;
    }
    section#special_list p.read a.service_info.sp {
        display: inline;
    }
    .search-container * {
        float: none;
        clear: both;
    }
    .search-container .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 4vw;
    }
    section#special_list .search-container {
        padding-top: 0;
        margin-top: 10vw;
    }
    .search-container .search-other-block {
        position: relative;
        margin: 0 auto 0;
        width: 100%;
        min-height: auto;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .search-container .search-body {
        margin: 0 auto 10vw;
        padding-bottom: 0;
    }
    .search-container .search-name-block {
        margin: 0px auto 8vw;
        width: 100%;
    }
    .search-container .search-body h3::before {
        margin-right: 3px;
        width: 4.4vw;
        height: 4.4vw;
    }
    .search-container .search-body h4 {
        font-size: 4.4vw;
        font-feature-settings: "pkna";
        line-height: 1.2;
        vertical-align: middle;
        float: none;
    }
    .search-container .search-other-block .search-area-head {
        position: static;
    }
    .search-left {
        width: 100%;
        position: static;
        order: 2;
        margin-left: 0;
    }
    .search-right {
        width: 100%;
        margin-top: -4vw;
        order: 1;
        margin-bottom: 6vw;
        margin-right: 0;
    }
    section#special_list .search-container .search-total-block {
        /* position: absolute; */
        /* top: auto; */
        /* bottom: 0; */
    }
    .search-container .search-other-block .search-kind-list li {
        width: 32%;
        margin-right: 2%;
    }
    .search-container .search-other-block .search-kind-list li label {
        width: 100%;
        font-size: 3.4vw;
    }
    .search-container .search-other-block .search-kind-box {
        margin-bottom: 0;
    }
    #search_mod_map .search-area-block {
        clear: both;
        width: 100%;
        margin-bottom: 10px;
    }
    .search-container .search-name-block input[type="text"] {
        float: none;
        padding: 2vw;
        width: 100%;
        line-height: 1.5;
        font-size: 4.4vw;
        border-radius: 5px;
        margin-right: 5px;
    }
    .red #search_mod_map .search-area-block .area-clear-btn, #search_mod_map .search-area-block .lect-detail-btn {
        padding: .5em;
        font-size: 4vw;
    }
    .search-container .search-other-block .area-map .area-btn span {
        font-size: 3.4vw;
    }
    .area-map .area01 label span {
        right: 7vw;
        font-size: 3.4vw;
    }
    .red #search_mod_map .search-area-block .area-map .area-box {
        width: 100%;
        height: 100%;
    }
    #search_mod_map .search-area-block .area-map .area-box .closebtn {
        width: 10vw;
        height: 10vw;
        top: -5vw;
        right: -4vw;
    }
    #search_mod_map .search-area-block .area-map .area-box .closebtn:before {
        width: 10vw;
        height: 10vw;
    }
    .search-container .search-other-block .area-map .pref-list {
        padding: 4vw 0 2vw;
        text-align: center;
        font-size: 0;
    }
    .search-container .search-other-block .area-map .pref-list li {
        display: inline-block;
        margin: 3px 3px;
        width: 28%;
    }
    .search-container .search-other-block .area-map .pref-list label {
        font-size: 3.6vw;
        padding: 3vw 0;
        border-radius: 3px;
    }
    section#special_list .search-container .search-total-block .btns {
        height:unset;
    }
    section#special_list .search-container .search-total-block .btns a{
        margin-left:0;
        margin-top:4vw;
        font-size:3.4vw;
    }
    
    div.selected_info.area.a1_caption &gt; span {
        font-size: 3.4vw
    }
    #special_list ul.fee_link {
        padding: 0 3vw 0 0;
        display: none;
    }
    #special_list ul.fee_link li a {
        font-size: 3vw;
    }
    ul.list_table.label {
        display: none;
    }
    .a1_billingBox {
        margin-bottom: 0;
    }
    ul.list_table {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0;
        padding: 3vw;
        border-bottom: none;
    }
    ul.list_table li {
        width: 100% !important;
        padding: 0
    }
    ul.list_table li:not(.reqest) {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start !important;
        margin: 0;
        padding: 0;
        border-bottom: none;
        border-right: none;
        font-size: 3.4vw;
        margin-bottom: 2vw;
        position: relative;
        padding-left: 30vw;
        min-height: 4.4vw;
    }
    ul.list_table li:not(.reqest)::before {
        content: '';
        display: block;
        padding: 0.5vw;
        width: 28vw;
        text-align: center;
        border-radius: 3px;
        background: #ff8f98;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 3vw;
    }
    ul.list_table li.state::before {
        content: '都道府県';
    }
    ul.list_table li.school_name::before {
        content: '学校名';
    }
    ul.list_table li.doc_name::before {
        content: '資料名';
    }
    ul.list_table li.fee::before {
        content: '料金（送料含）';
    }
    ul.list_table li.shipping_date::before {
        content: '発送予定日';
    }
    ul.list_table li.reqest {
        margin-top: 2vw;
    }
    ul.list_table li.school_name span {
        font-size: 3.6vw;
    }
    ul.list_table li.school_name span.kbn1::before {
        font-size: 3vw;
    }
    ul.list_table li.school_name span.kbn2::before {
        content: '公';
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 11px;
        line-height: 1;
        width: 18px;
        height: 18px;
        background: #006600;
        color: #fff;
        border-radius: 2px;
        margin-right: 4px;
    }
    ul.list_table li.school_name span.kbn3::before {
        content: '私';
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        line-height: 1;
        width: 16px;
        height: 16px;
        background: #000C7B;
        color: #fff;
        border-radius: 2px;
        margin-right: 2px;
    }
    ul.list_table li.reqest .a1_boxBtn a {
        position: static;
        display: block;
        width: 100%;
        font-size: 4vw;
        padding: 3vw;
        height: auto;
    }
    .a1_billingBox ul li .a1_boxBtn a.hoverSupport:hover {
        width: 100%;
        background: #fff;
        text-decoration: none;
        color: #343C48;
    }
    .a1_billingBox ul li .a1_boxBtn a.a1_billingBtnInBox.hoverSupport:hover {
        background: #343C48;
        color: #FFFFFF;
    }
}</pre></body></html>