@charset "utf-8";

/* ===============================
style
=============================== */

header#global_hd {
    height: 30px;
}

header#global_hd #global_hd_wrapper #gl_logo {
    position: absolute;
    top: -13px;
    left: 0;
    width: 265px;
}

header#global_hd #global_hd_wrapper #gl_license {
    position: absolute;
    top: -13px;
    right: 0;
}



#single #content2 section#entry #button {
    position: relative;
    text-align: center;
    max-width: inherit;
    border-radius: 4px;
    margin: 20px auto 30px auto;
    padding: 0 0 0 0;
    z-index: 0;
}

#single #content2 section#entry #button .button {
    font-size: 24px;
    margin-bottom: 60px;
    padding: 30px;
    color: #fff;
    width: 400px;
    max-width: inherit;
    font-weight: 600;
    background: linear-gradient(to bottom, #fa0 45%, #fa0 45%, #fa8c00 55%);
    box-shadow: 2px 4px 4px #000;
    box-shadow: none;
    transition: 0.5s;
    border-radius: 0px;
}

#single #content2 section#entry #button .button:hover {
    opacity: 1;
    box-shadow: none;
    box-shadow: 2px 4px 4px #000;
    background: linear-gradient(to bottom, #fa8c00 45%, #fa8c00 45%, #d47700 55%);

}

#single #content2 section#entry #button_confirm .button1 {
    font-size: 24px;
    margin-bottom: 60px;
    padding: 30px;
    color: #fff;
    width: 400px;
    max-width: inherit;
    font-weight: 600;
    background: linear-gradient(to bottom, #fa0 45%, #fa0 45%, #fa8c00 55%);
    box-shadow: 2px 4px 4px #000;
    box-shadow: none;
    transition: 0.5s;
    border-radius: 0px;
}

#single #content2 section#entry #button_confirm .button1:hover {
    opacity: 1;
    box-shadow: none;
    box-shadow: 2px 4px 4px #000;
    background: linear-gradient(to bottom, #fa8c00 45%, #fa8c00 45%, #d47700 55%);
}

#single #content2 section#entry #button_confirm .button2 {
    background: #c1c1c1;
    background: none;
    padding: 0px;
    color: #888888;
    width: 165px;
    box-shadow: none;
    text-decoration: underline;
    font-size: 18px;
    max-width: inherit;
}

#single #content2 section#entry .telcon {
    background: #1AA239 url(../img/contact/telecon.png) no-repeat 95% 10%;
    padding: 30px;
    background-size: 20%;
    font-size: 20px;
    color: #fff;
    width: 75%;
    margin: 30px auto 0;
}

#single #content2 section#entry .telcon p {
    font-size: 24px;
    line-height: 1.5em;
}

#single #content2 section#entry .step {
    width: 100%;
    margin: 20px auto;

}

#single #content2 section#entry .step a img {
    box-shadow: 2px 2px #000;
}

#single #content2 section#entry .step a:hover img {
    box-shadow: none;
}

/*add gr-ph*/

#single #content2 section#gr-ph {
    width: 80%;
    margin: 6% auto;
}

#content2 #gr-ph div {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 45px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 45px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 45px -13px rgba(0, 0, 0, 0.75);
    padding: 7% 0;
}

#content2 #gr-ph div p {
    width: 55%;
    margin: 0 auto;
}

#content2 #gr-ph div .gr-ph01 {
    font-size: 25px;
    line-height: 1.3em;
    margin-bottom: 1%;
}

#content2 #gr-ph div .gr-ph02 {
    font-size: 45px;
    font-weight: bold;
    color: #1ba239;
    background: url(../img/contact/cont-ph.png) no-repeat 5% 10%;
    background-size: 8%;
    line-height: 58px;
    padding: 0 0 0 11%;
}

#content2 #gr-ph div .gr-ph03 {
    font-size: 24px;
    font-weight: bold;
    color: #118e1a;
    margin: 3% 0 0 19%;
}

#content2 #gr-ph div .gr-ph03 span {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background: #118e1a;
    padding: 2px 15px;
}

/* メディアクエリサンプル */

/* ===============================
device setting
=============================== */

@media(min-width: 941px) {}

@media(min-width: 1px) and (max-width: 940px) {

    header#global_hd,
    aside#global_as,
    footer#global_ft,
    article#index,
    article#single {
        position: relative;
        z-index: 2;
        width: 100% !important;
        /*-webkit-transition:0.5s margin-left;*/
    }
    body.js-openNavigation header#global_hd,
    body.js-openNavigation aside#global_as,
    body.js-openNavigation footer#global_ft,
    body.js-openNavigation article#index,
    body.js-openNavigation article#single {
        margin-left: -67%;
    }
    body.js-openNavigation nav#global_nv {
        z-index: 1;
        right: 0;
    }
    body.js-openNavigation header#global_hd #global_hd_wrapper #gl_nv_menu span {
        background: url(../img/base/i04_3.png) center -4px no-repeat;
        background-size: 36px;
    }

    header#global_hd {
        padding: 8px 0 0;
    }
    header#global_hd #global_hd_wrapper #gl_topline {
        display: none;
    }
    header#global_hd #global_hd_wrapper #gl_nv_contact {
        display: block;
    }
    header#global_hd #global_hd_wrapper #gl_nv_contact2 {
        display: none;
    }
    header#global_hd {
        height: 100px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100000;
    }

    header#global_hd #global_hd_wrapper #gl_logo {
        top: 25px;
        left: 30px;
    }
    header#global_hd #global_hd_wrapper #gl_license {
        display: none;
    }
    header#global_hd #global_hd_wrapper #gl_nv_contact {
        top: 25px;
        right: 90px;
    }
    header#global_hd #global_hd_wrapper #gl_nv_contact img {
        line-height: 0;
    }
    header#global_hd #global_hd_wrapper #gl_nv_contact span {
        font-family: 'Oswald', sans-serif;
        font-size: 10px;
        color: #fff;
        display: block;
        line-height: 0;
    }
    header#global_hd #global_hd_wrapper #gl_nv_tel {
        position: absolute;
        top: 25px;
        right: 150px;
        width: 280px;
    }
    header#global_hd #global_hd_wrapper #gl_nv_tel span {
        /*		display:none;
        */
    }
    header#global_hd #global_hd_wrapper #gl_nv_menu {
        display: block;
        position: absolute;
        top: 32px;
        right: 30px;
        width: 50px;
        height: 50px;
        padding: 2px;
        text-align: center;
        background: #305088;
        background: -moz-linear-gradient(top, #305088 0%, #0c3173 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #305088), color-stop(100%, #0c3173));
        background: -webkit-linear-gradient(top, #305088 0%, #0c3173 100%);
        background: -o-linear-gradient(top, #305088 0%, #0c3173 100%);
        background: -ms-linear-gradient(top, #305088 0%, #0c3173 100%);
        background: linear-gradient(to bottom, #305088 0%, #0c3173 100%);
        border-radius: 6px;
    }
    header#global_hd #global_hd_wrapper #gl_nv_menu span {
        font-family: 'Oswald', sans-serif;
        font-size: 10px;
        color: #fff;
        display: block;
        line-height: 0;
    }
    header#global_hd #global_hd_wrapper #gl_nv_menu a:hover {
        text-decoration: none !important;
    }
    /*    add0331*/
    #content2 #gr-ph div p {
        width: 80%;
    }
    #content2 #gr-ph div .gr-ph01 {
        font-size: 24px;
    }
    #content2 #gr-ph div .gr-ph02 {
        font-size: 35px;
        background-size: 9%;
        padding: 0 0 0 13%;
        line-height: 55px;
    }
    #content2 #gr-ph div .gr-ph03 {
        font-size: 18px;
        margin: 3% 0 0 15%;
    }
    #content2 #gr-ph div .gr-ph03 span {
        font-size: 13px;
    }

}

@media (min-width: 1px) and (max-width: 640px) {
    .pcv {
        display: none;
    }
    .spv {
        display: block;
    }
    header#global_hd {
        width: 100%;
        height: 55px;
        border-bottom: 1px #ccc solid;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    header#global_hd {
        width: 100%;
        height: 55px;
        border-bottom: 1px #ccc solid;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;

    }
    header#global_hd #global_hd_wrapper {
        border-bottom: none;
    }
    header#global_hd #global_hd_wrapper #gl_logo {
        position: static;
        text-align: center;
        margin: 0 auto;
    }
    header#global_hd #global_hd_wrapper #gl_logo img {
        width: auto;
        height: 36px;
        padding: 8px 0;
    }
    header#global_hd #global_hd_wrapper #gl_license {
        display: none;
    }
    header#global_hd #global_hd_wrapper #gl_nv_line,
    header#global_hd #global_hd_wrapper #gl_nv_contact,
    header#global_hd #global_hd_wrapper #gl_nv_tel,
    header#global_hd #global_hd_wrapper #gl_nv_menu {
        position: absolute;
        height: 50px;
        background: none;
        display: block;
        padding: 0;
        top: 56px;
    }
    header#global_hd #global_hd_wrapper #gl_nv_contact img,
    header#global_hd #global_hd_wrapper #gl_nv_tel img,
    header#global_hd #global_hd_wrapper #gl_nv_menu img {
        display: none;
    }

    header#global_hd #global_hd_wrapper #gl_nv_menu span {
        display: block;
        width: 36px;
        height: 10px;
        font-size: 10px;
        line-height: 10px;
        font-family: 'Oswald', sans-serif;
        color: #305088;
        padding-top: 26px;
        margin: 7px auto;
        text-align: center;
    }
    header#global_hd #global_hd_wrapper #gl_nv_contact span {
        display: block;
        width: 72px;
        height: 30px;
        font-size: 10px;
        line-height: 10px;
        font-family: 'Oswald', sans-serif;
        color: #305088;
        padding-top: 26px;
        margin: 0 auto;
        text-align: center;
        text-indent: -9999px;
    }
    header#global_hd #global_hd_wrapper #gl_nv_tel span {
        display: block;
        width: 300px;
        height: 33px;
        font-size: 18px;
        line-height: 10px;
        font-family: 'Oswald', sans-serif;
        color: #305088;
        padding-top: 26px;
        margin: 0 auto;
        text-align: center;
        text-indent: 0px;
    }
    header#global_hd #global_hd_wrapper #gl_nv_line span {
        display: block;
        width: 76px;
        height: 33px;
        font-size: 10px;
        line-height: 10px;
        font-family: 'Oswald', sans-serif;
        color: #305088;
        padding-top: 26px;
        margin: 0 auto;
        text-align: center;
        text-indent: -9999px;
    }


    header#global_hd #global_hd_wrapper #gl_nv_contact a:hover,
    header#global_hd #global_hd_wrapper #gl_nv_tel a:hover,
    header#global_hd #global_hd_wrapper #gl_nv_menu a:hover {
        text-decoration: none !important;
    }
    header#global_hd #global_hd_wrapper #gl_nv_contact {
        left: 25%;
        right: 67%;
        width: 34%;
        border-left: 1px #ccc solid;
        border-right: 1px #ccc solid;
        border-radius: 0;
    }

    header#global_hd #global_hd_wrapper #gl_nv_line {
        left: 50%;
        right: 67%;
        width: 34%;
        border-right: 1px #ccc solid;
        border-radius: 0;
    }
    header#global_hd #global_hd_wrapper #gl_nv_tel {
        left: 0;
        right: 67%;
        width: 33%;
    }
    header#global_hd #global_hd_wrapper #gl_nv_menu {
        left: 75%;
        right: 0%;
        width: 33%;
    }
    header#global_hd #global_hd_wrapper #gl_nv_contact span {
        background: url(../img/base/nv02.png) center -4px no-repeat;
        background-size: 72px;
    }
    header#global_hd #global_hd_wrapper #gl_nv_tel span {
        background: url(../img/base/hd_telnum.png) center -4px no-repeat;
        background-size: 260px;
    }
    header#global_hd #global_hd_wrapper #gl_nv_menu span {
        background: url(../img/base/i01.png) center -4px no-repeat;
        background-size: 36px;
    }
    header#global_hd #global_hd_wrapper #gl_nv_line span {
        background: url(../img/base/nv03.png) center -4px no-repeat;
        background-size: 72px;
    }

    #single #content2 section#entry #button .button {
        background: url(../../img/base/i17.png) no-repeat 330px 26px #ff5500;
        background-size: 1em;
        max-width: 315px;
        font-size: 18px;
        color: #FFF;
        border-radius: 10px;
        margin: 0 0 0 0;
        padding: 25px 40px;
        z-index: 1;
    }
    #single #content2 section#entry .telcon {
        background: #1AA239 url(../img/contact/telecon.png) no-repeat 95% 100%;
        padding: 10px 0;
        background-size: 20%;
        font-size: 14px;
        color: #fff;
        width: 100%;
        margin: 10px auto 0;
    }

    #single #content2 section#entry .telcon p {
        font-size: 14px;
        line-height: 1.5em;
        padding-left: 10px;
    }

    #single #content2 section#entry .step {
        width: 100%;
        margin: 20px auto 0;
    }
    #content2 #gr-ph div .gr-ph01 {
        font-size: 12px;
    }
    #content2 #gr-ph div .gr-ph02 {
        font-size: 23px;
        background-size: 10%;
        padding: 0 0 0 15%;
        line-height: 30px;
    }
    #content2 #gr-ph div .gr-ph03 {
        font-size: 12px;
        margin: 3% 0 0 11%;
    }
    #content2 #gr-ph div .gr-ph03 span {
        font-size: 11px;
        padding: 3px 3px;
    }

}

@media (min-width: 1px) and (max-width: 320px) {

    .pcv {
        display: none;
    }
    .spv {
        display: block;
    }
}
