@charset "UTF-8";
.sp{display: none;}
@media screen and (max-width: 880px) {
    .pc{display: none}
    .sp{display: block;}
    img {
        max-width: 100%;
        height: auto;
    }
    .inner{
        width: 100%;
    }
    .header{
        min-height: 80px;
        height: auto;
    }
    .global-nav{
        margin-left: 0;
    }
    .inner .logo{
        width: auto;
        position: relative;
        float: none;
        height: 80px;
    }
    .logo img{
        width: 212px;
    }
    .inner .logo{
        text-align: left;
    }
    .inner .logo a{
        width: auto;
        height: auto;
        display: inline-block;
        padding-left: 25px;
        padding-top: 18px;
    }
    .sp-global-nav-wrapper{
        display: none;
    }
    .sp-global-nav{
        overflow: auto;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .sp-global-nav li{
        color: #fff;
        float: none;
        width: 100%;
        display: block;
        z-index: 3;
        background-color: rgba(41,93,114,0.9);
        height: 45px;
        border-bottom: 1px solid #94aeb8;
    }
    .sp-global-nav li a{
        width: 100%;
        height: 100%;
        display: block;
        padding-left: 10px;
        font-size: 14px;
        padding-top: 12px;
    }
    .sp-global-nav li a:before{
        display: inline-block;
        content: '';
        width: 6.5px;
        height: 12.5px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAZCAQAAABApWx6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfgChMTADIEOx1bAAAAnUlEQVQoz3XSuRHCMBCF4WeMY0wP2AktclMMh6kE6AJIoASCn0DWgSw9JTvzzUo7sxJ7lD4CdnnKoCHYpujR42ZIsxwK0ThcxyQankO0hcdVTKJ1uIxJtLxC/B/Y4wKNFOajd1/NVYQ9U+59z4EyvLB2cKQM3/JwMmCp5haDoYmDsweUBSSuDsbpVXYxWEqAoY4q/TcuaUAFlb5K5geHFoIvl1vGxQAAAABJRU5ErkJggg==");
        -webkit-background-size: 6.5px 12.5px;
        background-size: 6.5px 12.5px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 10px;
    }
    .sp-global-nav li a span{
        vertical-align: middle;
        display: inline-block;
    }
    .menu{
        position: absolute;
        width: 20px;
        height: 18px;
        right: 20px;
        top: 30px;
        -webkit-background-size: 20px 18px;
        background-size: 20px 18px;
        background-image: url("../img/sp/menu.png");
        background-repeat: no-repeat;
        z-index: 3;
    }
    .footer{
        padding-bottom: 0;
    }
    .footer .inner{
        width: 100%;
        padding-left: 18px;
        background-image: none;
        padding-right: 18px;
    }
    .footer small{
        position: relative;
        text-align: center;
        padding-bottom: 20px;
        font-size: 13px;
        display: block;
    }
    .footer-nav li{
        vertical-align: top;
        font-size: 11px;
        letter-spacing: -0.02em;
        float: none;
        display: inline-block;
        width: 49%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer-nav li a:hover{
        text-decoration: none;
    }
    .to-top-wrapper{
        position: fixed;
        bottom: 0px;
        width: 100%;
        text-align: right;
    }
    .to-top{
        background-image: url("../img/sp/to-top.png");
        z-index: 3;
    }
    .contents-inner{
        width: 100%;
    }
    .set-image-center{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .top-visual{
        height: 85.5px;
    }
    .hr{
        width: 96%;
        height: 5px;
    }
    .article{
        width: 90%;
        margin: 0 auto;
    }
    .article-text p{
        line-height: 1.67;
    }
    .article-padding{
        padding-top: 20px;
    }
    .footer-nav{
        font-size: 11px;
    }
    .to-top-state{
        position: absolute;
        bottom: 230px;
    }
    .footer small.pc{
        display: none;
    }
    .footer small.sp{
        background: #1b1e1f;
        height: 60px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        padding-top: 20px;
    }
    .article.news-contents{
        width: 100%;
    }
    .article.about-contents{
        width: 100%;
    }
}