

.com-info p{margin-bottom: 10px;}
.pc-view{display: block;}
.sp-view{display: none;}
@media screen and (max-width: 767px) {
    .pc-view{display: none;}
    .sp-view{display: block;}
    body{
        min-width: inherit;
        background: none;
    }
    #line{
        display: none;
    }
    #wrap-site{
        max-width: 1020px;
        width: 100%;
    }
    #header-text-area{
        max-width: 1020px;
        width: 100%;
        height: inherit;
        background-color: #002e7d;
    }
    #header-text-area h1{
        line-height: 1.75;
    }
    #title{
        width: initial;
    }
    #title img{
        width: 100%;
        height: auto !important;
    }
    #header-company-name-area{
        max-width: 1020px;
        height: initial;
        width: 100%;
        margin-bottom: 10px;
    }
    #gv-area,#header-logo-area{display: none;}
    .mobile-logo-burger{display: block;}
    #pan-area{
        max-width: 1000px!important;
        height: inherit!important;
        margin: 0px 10px 0 10px!important;
        position: relative!important;
        z-index: 5!important;
        width: 100%!important;
        /* background-color: #ffffff!important; */
    }
    #pan-area ul{text-align: left;}
    #pan-area ul li{
        float: none !important;
        display: inline-block;
    }
    #contents-area{
        float: none;
        max-width: 1020px;
        width: 100%;
    }
    /* #left-side{
        margin: 0px 10px 0px 10px;
        float: none;
        width: unset;
    } */
    .write-wrap,.subtitle-area,.kiji-area{
        max-width: 740px;
        width: 100%;
    }
    .subtitle-area{
        height: auto;
    }
    .subtitle-text{
        width: 100%;
        height: auto;
    }
    .gototop{
        width: unset;
        height: inherit;
        margin-left: 0;
    }
    #right-side{
        float: none;
        max-width: 206px;
        width: 100%;
        margin: 20px auto 0;
    }
    .right-area1,.right-area2,.right-area3{
        width: 100%;
        max-width: 206px;
    }
    /* footer */
    #footer-area{width: 100%;}
    #footer-wrap {
        width: 100%;
        margin-top: 80px;
        background: none;    
        border-top: 1px solid #eaeaea;
        /* border-bottom: 25px solid #002e7d; */
    }
    #footer-block1 {
        float: none;
        max-width: 100%;
        height: auto;
        margin-left: 10px;
        position: relative;
        width: 100%;
    }
    #footer-block2 {
        float: none;
        max-width: 478px;
        height: auto;
        position: relative;
        width: 100%;
        margin-left: 10px;
    }
    #footer-block2 ul{
        padding-top: 0;
    }
    #footer-block1 ul,#footer-block2 ul{float: none !important;}
    #footer-block3{
        height: auto;
    }
    .com-info{
        margin-top: 15px;
        margin-left: 10px;
    }
    .com-info table{
        width: 100%;
        border-top: 0 !important;
        border-bottom: 0 !important;
    }
    #footer-sig{
        width: 100%;
        height: 25px;
        background: #002e7d;
    }
}

