@charset "utf-8";

.pc{
    display: block;
}

.sp{
    display: none;
}

#top_btn{
    margin: 33px auto;
}

.wrapper.pc{
    width: 980px;
    margin: 0 auto;
}
footer.pc{
    width: 980px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    img{
        width: 100%;
    }
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
    header{
        height: 60px;
    }
    .header-sp{
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 10000;
        position: fixed;
        background: #000;
    }
    
    .header-sp h1{
        width: calc(100% - 50px);
        padding: 10px;
        box-sizing: border-box;

    }

    .header-sp h1 img{
        width: 100%;
    }

    .header-sp__nav{
        background: rgba(91, 91, 91, 0.8);
        width: 60px;
        height: 60px;
        position: relative;
    }

    .header-sp__nav span{
        background: #fff;
        display: block;
        height: 5px;
        position: absolute;
        width: 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    
    .header-sp__nav span::after{
        content: "";
        background: #fff;
        display: block;
        height: 5px;
        position: absolute;
        width: 30px;
        top: -10px;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .header-sp__nav span::before{
        content: "";
        background: #fff;
        display: block;
        height: 5px;
        position: absolute;
        width: 30px;
        top: 15px;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .slides.sp{
        width: 100%;
        height: 365px;
    }

    .slides.sp li{
        display: block;
    }

    .slides.sp li img{
        width: 100%;
    }

    .flexslider-sp{
        margin: 0 auto;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .next{
        display: none !important;
    }
    .prev{
        display: none !important;
    }

    .wrapper.sp{
        max-width: 350px;
        margin: 0 auto;
        padding: 30px 0px;
        box-sizing: border-box;
    }

    .product-list__item{
        margin-bottom: 30px;
    }

    .for-partner{
        margin-bottom: 30px;
    }


    .information{
        margin: 0 auto 50px;
    }

    .information-item{
        border-bottom: 1px dotted rgba(91, 91, 91, 0.8);
        padding: 20px 0px;  
    }

    .information-item__head{
        display: flex;
        justify-content: flex-start;
        font-size: 16px;
    }

    .information-item__cat{
        margin-left: 10px;
        color: rgba(0, 77, 60, 1);
    }

    .information-item__body{
        margin-left: 10px;
        color: rgba(91, 91, 91, 0.8);
        font-weight: bold;
        font-size: 16px;
        margin: 10px 0px;
        
    }

    .information-item__body a{

        text-decoration: none;
        color: #5a5a5a;
        
    }
    .relation-bannerList{
        margin-bottom: 30px;
    }

    .information-item__download{
        background: rgba(232, 56, 13, 1);
        padding: 2px 5px;
        color: #fff !important;
        text-decoration: none;
    }

    .relation-bannerList__item{
        margin-bottom: 20px;
    }
    .relation-bannerList .top_text{
        font-size: 14px;
        font-weight: 700;
    }

    .contact-area__item{
        margin-bottom: 20px;
    }

    footer.sp{
        width: 100%;
    }


    .fixed-area{
        position: fixed;
        z-index: 100;
        bottom: 0;
        left: 0;
        background: #000;
        display: flex;

        justify-content: space-between;
        width: 100%;
    }

    .fixed-area__item{
        display: block;
        width: calc(100% / 3);
        line-height: 56px;
    }

    .fixed-area__item{
        display: block;
        width: calc(100% / 3);
        line-height: 56px;
        border-right: 2px solid #fff;
    }

    .fixed-area__item:last-child{
        display: block;
        width: calc(100% / 3);
        line-height: 56px;
        border-right: none;
    }

    .fixed-area__item a{
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
    }

    /* ハンバーガーメニュー */
    .nav-panel{
        background: #dcdcdc;
        height: auto;
        width: 100vw;
        z-index: 1000;
        position: fixed;
        top: -1000px;
        transition: all 0.5s;
    }

    .nav-panel.panelactive{
        background: #dcdcdc;
        height: auto;
        width: 100vw;
        z-index: 1000;
        position: fixed;
        top: 60px;
        transition: all 0.5s;
    }
    .nav-list__sp{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 2px solid #fff;
        padding: 20px 15px;
        box-sizing: border-box;

    }
    .nav-list__sp li{
        width: 160px;
        line-height: 40px;
        text-align: center;
        font-size: 13px;
        margin-bottom: 15px;
        background: #fff;
        color: #5a5a5a;
        display: block;
        font-weight: 700;
    }

    .nav-list__sp a{
        text-decoration: none;
        color: #5a5a5a;
    }

    .close-area{
        text-align: center;
        line-height: 50px;
        color: #004da0;
        font-weight: 700;
        font-size: 16px;
    }



    
    
}
