@charset "utf-8";


/*-------------- width992未満 --------------*/
@media screen and (max-width:991px) {
    /* 992px以下padding調整 */
    .tb_pb48 {
        padding-bottom: 48px;
    }
    
    /* index pht_icon */
    .pht_icon_circle {
        width: 19.375rem;
        height: 19.375rem;
    }
    .picup_icon::before {
        top: -3%;
        left: 0;
    }
    
    /* prodfucts */
    .list_name li {
        width: 33%;
    }
    .comm_imgbox {
        padding-bottom: 48px;
    }
    
    /* company */
    .mess_name_box {
        margin-right: 1.75em;
    }
    
    /* contact form */
    .mailform dt {
        width: 100%;
        height: 40px;
        margin-right: 0;
        text-align: left;
        padding: 9px;
    }
    .mailform dd {
        width: 100%;
        margin-top: 10px;
    }
    input[type="text"], textarea {
        width: 100% !important;
    }
}

/*-------------- width900未満 --------------*/
/* mobilemenu hiden */
@media (min-width: 900px) {
    .mobile-menu {
        display: none;
    }
}
/*-----*/

@media screen and (max-width:899px) {
    /* gnav */
    .h_inner {
        display: block;
    }
    .gnav {
        display: none;
    }
}

/*-------------- width768未満 --------------*/
@media screen and (max-width:767px) {
    /* index pht_icon */
    .picup_icon img {
        left: 70px;
    }
    /*.picup_icon::before {
        width: 40%;
        height: 16%;
    }*/
    
    /* contact */
    .contact_flbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact_tbox {
        margin-bottom: 1.5em
    }
    
    /* foot navi */
    .foot_nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .f_nav_s,
    .f_nav_s02{
        display: none;
    }
    
    /* contact form */
        input[type="text"], textarea {
        height: 64px;
    }
    
    /* prodfucts */
    .list_name li {
        width: 50%;
    }
}

/*-------------- width576未満 --------------*/
@media screen and (max-width:575px) {
    /* news */
    .n_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .n_list dt {
        width: 100%;
        border-bottom: none;
    }
    .n_list dd {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* company */
    .mess_name_box {
        text-align: center;
        margin-right: 0;
        }
    .mess_corpname {
        padding-right: 0;
    }
}

/*-------------- width576未満 --------------*/
@media (min-width:481px) and (max-width:575px) {
    /* index pht_icon */
    .pht_icon_circle {
        width: 20rem;
        height: 20rem;
        top: -5%;
        left: 10%;
    }
    /*.picup_icon::before {
        width: 40%;
        /*height: 20%;*/
}

/*-------------- br スマホ調整
@media screen and (max-width:480px) {
    .lead_title br {
        display: none;
    }
} --------------*/