#warp {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(../img/bk.jpg) repeat top center;
    font-family: 'Noto Sans JP', sans-serif;
}

#head {
    width: 100%;
    margin: 0 auto;
    max-height: 209px;
    background: #a1cfdd;
}

#head .head_in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 0;
}

#head .head_in h1 {
    margin: 0 auto;
    background: url(../img/logo.png) no-repeat top center;
    background-size: contain;
    padding-top: calc(234 / 1200 * 100%);
    font-size: 0px;
}

#content {
    width: 100%;
}

#content h2 {
    text-align: center;
    margin: 3rem auto 0;
    font-size: 200%;
    border-bottom: #333 1px solid;
    padding-bottom: 5px;
    display: table;
    font-weight: 600;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    user-select: none;
}

.finder {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem 0 3rem;
    line-height: 1.6;
}

.finder span {
    color: #0c51a7;
    font-weight: 600;
}

.finder .papplication {
    color: #e21913;
    font-weight: 600;
    text-align: center;
    margin: 3rem auto 0;
}

.finder .btn {
    text-align: center;
    margin: 0.6rem auto 0;
}

.finder .btn img {
    width: 100%;
}

.finder .btn:hover {
    opacity: 0.8;
}

.menu {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 3rem;
}

.menu .menu_in {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.menu .menu_in ol {
    display: flex;
    justify-content: space-between;
    margin: 2rem auto 0;
    flex-wrap: wrap;
}

.menu .menu_in li {
    list-style: none;
    margin: 0 auto 2rem;
    width: 32%;
    max-width: 320px;
    font-family: "メイリオ";
    font-weight: 600;
}

.menu .menu_in li a {
    font-size: 140%;
    color: #fff;
    text-align: center;
    height: 82px;
    text-decoration: none;
    width: 320px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 2rem;
}

.menu .menu_in li a.pdf {
    background: url(../img/sas_pdf.png) no-repeat top center;
    background-size: cover;
}

.menu .menu_in li a.xls {
    background: url(../img/sas_xls.png) no-repeat top center;
    background-size: cover;
}

.menu .menu_in li a.doc {
    background: url(../img/sas_doc.png) no-repeat top center;
    background-size: cover;
}

.menu .menu_in li img {
    width: 100%;
}

.menu .menu_in li a:hover {
    opacity: 0.8;
}

.recommended {}

.recommended .recommended_in {
    width: 100%;
    max-width: 954px;
    margin: 0 auto;
}

.paging {
    text-align: center;
    margin: 2rem 0;
    font-weight: 600;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}

.paging li {
    display: inline;
    color: #065067;
    font-size: 130%;
}

.paging li:after {
    content: '/';
    padding: 0 2rem;
}

.paging li:last-child:after {
    content: '';
    padding: 0;
}

.paging li a {
    color: #065067;
}

.paging li a:hover {

    color: #a1cfdd;
    text-decoration: none;
}

.paging li.this a,
.paging li a.this {
    color: #a1cfdd;
    text-decoration: none;
}

.recommended .recommended_in h3 {
    font-size: 140%;
    border-bottom: #333 1px solid;
    padding-bottom: 5px;
    display: table;
    font-weight: 600;
}

.recommended .recommended_in .list_box {
    display: flex;
    justify-content: space-between;
    margin: 2rem auto 5rem;
}

.recommended .recommended_in .list_box dl {
    width: 24.5%;
    position: relative;
}

.recommended .recommended_in .list_box dl dt {
    margin-bottom: 0.6rem;
}

.recommended .recommended_in .list_box dl dt img {
    width: 100%;
}

.recommended .recommended_in .list_box dl dd {
    text-align: center;
    line-height: 1.6;
}

.recommended .recommended_in .list_box dl dd a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.recommended .recommended_in .list_box dl:hover {
    opacity: 0.6;
    background: rgba(255, 255, 255, 0.6);
}



#footer {
    width: 100%;
    margin: 0 auto;
    background: #a1cfdd;
}

#footer .footer_in {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 0 2rem;
}

#footer .footer_in p {
    margin: 0 auto 1rem;
    line-height: 1.6;
}

#footer .footer_in p a:hover {
    opacity: 0.8;
}

#footer .footer_in p.contact {
    width: 760px;
    margin: 2rem auto;
}

#footer .footer_in p.contact img {
    width: 100%;
}

#footer .footer_in div {
    width: 790px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

#footer .footer_in div p {
    width: 365px;
}

#footer .footer_in div p img {
    width: 100%;
}






@media screen and (max-width: 768px) {
    #head {
        width: 100%;
        margin: 0 auto;
        max-height: 39vw;
    }

    #head .head_in {
        width: 100%;
        margin: 0 auto;
        line-height: 0;
    }

    #head .head_in {
        width: 100%;
        margin: 0 auto;
        line-height: 0;
    }

    #head .head_in h1 {
        margin: 0 auto;
        background: url(../img/sp_logo.png) no-repeat top center;
        background-size: contain;
        padding-top: calc(326 / 750* 100%);
        font-size: 0px;
    }

    .finder {
        width: 95%;
        max-width: 800px;
        margin: 0 auto;
        padding: 3rem 0 0;
        line-height: 1.6;
    }

    .finder span {
        color: #0c51a7;
        font-weight: 600;
    }

    .finder .papplication {
        color: #e21913;
        font-weight: 600;
        text-align: center;
        margin: 3rem auto 0;
    }

    .finder .btn {
        text-align: center;
        margin: 0.6rem auto 0;
    }

    .finder .btn:hover {
        opacity: 0.8;
    }

    .menu {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 0 0;
    }

    .menu .menu_in {
        width: 74.22%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .menu .menu_in ol {
        display: block;
        margin: 2rem auto 0;
    }

    .menu .menu_in li {
        list-style: none;
        margin: 0 auto 1rem;
        width: 100%;
        max-width: 570px;
        font-family: "メイリオ";
        font-weight: 600;
    }

    .menu .menu_in li a {
        font-size: 130%;
        color: #fff;
        text-align: center;
        height: calc(110 / 570 * 90vw);
        max-height: 130px;
        text-decoration: none;
        width: 520px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 2rem;
    }

    .menu .menu_in li a.pdf {
        background: url(../img/sp_sas_pdf.png) no-repeat top center;
        background-size: contain;
    }

    .menu .menu_in li a.xls {
        background: url(../img/sp_sas_xls.png) no-repeat top center;
        background-size: contain;
    }

    .menu .menu_in li a.doc {
        background: url(../img/sp_sas_doc.png) no-repeat top center;
        background-size: contain;
    }

    .menu .menu_in li img {
        width: 100%;
    }

    .menu .menu_in li a:hover {
        opacity: 0.8;
    }




    #footer {
        width: 100%;
        margin: 0 auto;
        background: #a1cfdd;
    }

    #footer .footer_in {
        width: 95%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 2rem 0 2rem;
    }

    #footer .footer_in p {
        margin: 0 auto 1rem;
        line-height: 1.6;
    }

    #footer .footer_in p a:hover {
        opacity: 0.8;
    }

    #footer .footer_in p.contact {
        width: 78.126%;
        margin: 2rem auto;
    }


    #footer .footer_in div {
        width: 78.126%;
        display: block;
        margin: 0 auto;
    }

    #footer .footer_in div p {
        width: 100%;
    }

}

@media screen and (max-width: 500px) {
    #content h2 {
        font-size: 150%;
    }

    #content span img {
        width: 80%;
    }

    .paging li:after {
        content: '/';
        padding: 0 1rem;
    }
}

@media screen and (max-width: 425px) {
    #content h2 {
        font-size: 130%;
    }
}

@media screen and (max-width: 375px) {
    #content h2 {
        font-size: 110%;
    }
}

@media screen and (max-width: 325px) {
    #content h2 {
        font-size: 100%;
    }
}

a:hover {
    opacity: 0.8;
}