@charset "utf-8";
    
/* Safariボタン対応 */
.noround-button {
    -webkit-appearance: none;
    border-radius: 0;
}

@media screen and (max-width: 1000px) {
    #header .inner {
        width : auto;
        padding-left  : 3px;
        padding-right : 3px;
    }

    .resizeArea {
        width : auto;
    }

    .footer__item02 .inner {
        width : auto;
        padding-left  : 3px;
        padding-right : 3px;
    }

    #footerAreaJaph {
        width : auto;
    }
}

@media screen and (max-width: 889px) {
    .footer-nav {
        width : 80%;
        margin : 15px 0px 0px 0px;
        float : left;
    }

    ul.footer-nav li {
        width : auto;
        float : none;
    }
}

@media screen and (max-width: 760px) {
    .resizeArea {
        padding-left  : 3px;
        padding-right : 3px;
    }

    .res14-contents {
        padding-top  : 0 !important;
    }

    .res14-contents-inner {
        width : auto;
    }

    .nets_modules__box-type2 {
        width : auto;
        padding-left  : 5px;
        padding-right : 5px;
    }
}

@media screen and (max-width: 640px) {
    #header {
        display: table;
        width: 100%;
        margin-bottom: 18px;
        padding: 0;
        border-bottom: 2px solid #60b5ea;
        background: url(/sol/contents/spimg/header/bg_hd_01.png) repeat-x #fff;
        background-size: 320px 5px;
    }

    #header .inner {
        position: relative;
        width: auto;
    }

    .header-wrap {
        width: auto;
        height: auto;
        padding: 22px 10px 18px;
        box-sizing: border-box;
    }

    .header__logo {
        position: relative;
        width: auto;
        padding: 0;
    }

    .header__logo .rs-logo {
        width: 180px;
        height: auto;
        vertical-align: top;
    }

    .it-logo {
        display: block;
        position: absolute;
        top: 8px;
        left: 185px;
        width: 68px;
        height: 8px;
        margin: 0;
        padding: 2px 0px;
        text-align: center;
        background: #f5f5f5;
        border-radius: 10px;
    }
    .it-logo img {
        width: 47px;
        height: auto;
        vertical-align: top;
    }
}

@media screen and (max-width: 647px) {
    .header-japheego {
        height : 133px !important;
    }

    .header-wrap-japheego {
        height : 129px !important;
    }
}

@media screen and (max-width: 532px) {
    #kanjiName,#kanaName,#mailAddress {
        width : 100% !important;
    }

    .sp_txt-h1 {
        font-size: 17px;
        color: #444;
    }
}

@media screen and (max-width: 441px) {
    #buttonArea {
        position: static;
        overflow: visible;
    }

    #btnUl {
        position: static;
        left: auto !important;
        float: none;
    }

    #editBtnLi {
        position: static;
        left: auto;
        float: none;
    }

    #entryBtnLi {
        position: static;
        left: auto;
        float: none;
        margin-left: 0px !important;
    }

    .footer__privacy {
        width: 40px;
        height: 40px;
    }

    .footer__privacy img {
        width: 40px;
        height: 40px;
    }
}