
/* pc用 */
@media screen and (min-width:780px) {
    /***********  pc用フッター  ************/
    .companyInfo_pc {
        background-color: #fafafa;
        height: 500px;
        padding-top: 50px;
    }

    .companyInfo_sp {
        display: none;
    }

    #footer {
        background-color: black;
        height: 50px;
        margin: 0;
    }

    .footerBox {
        position: relative;
        font-weight: lighter;
        top: 35%;
        color: white;
        text-align: center;
        width : 100%;
    }

    .footerBox p {
        margin: 0;
        font-size: 1px;
        letter-spacing: 1px;
    }

    /***********  会社概要欄  ************/
    .company_top {
        margin-left: 42%;
        width: 250px;
        margin: none;
    }
    .company_top img {
        width: 250px;
        height: auto;
        margin-top: 90px; 
    }

    .company_bottom {
        display: flex;
        justify-content: center;
        padding-top: 60px;
        /*width: 100%;
        margin-left: 400px;
        margin-top: 50px;*/
    }

    .bottom_left {
        font-weight: bold;
        /* letter-spacing: 1px; */
        height:200px;
        line-height:24px;
        column-count: 2;
        column-fill:auto;

    }

    .bottom_left p {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .bottom_right {
        letter-spacing: 1px;
    }

    .tel_box {
        text-align: center;
        width: 360px;
        height: 60px;
        border: 1px solid #000;
        border-radius: 45px;
        background-color: #ffffff;
    }

    .tel_txt {
        font-size: 20px;
        font-weight: 100;
    }

    .tel_num {
        font-size: 30px;
        font-weight: 550;
    }

    .tel_box p {
        display: inline-block;
        margin: 0;
        margin-top: 8px;
    }

    .company_name {
        margin-top: 30px;
    }
    .company_address_num {
        margin-bottom: 5px;
    }
    .company_address {
        margin:0;
    }

    .footer_item {
        color: #333333;
    }

    .footer_item :hover {
        color: #999999;
    }
}

/* sp用 */
@media screen and (max-width:779px) {
    
    .companyInfo_pc {
        display:none;
    }

    .company_top {
        margin: 0 auto 10vw auto;
        text-align: center;
    }

    .company_top > img {
        width: 50vw;
        height: auto;
    }
    
    /* sp用のフッター作成 */
    .companyInfo_sp {
        background-color: #fafafa;
        padding-top: 10vw;
    }

    /***********  会社概要欄  ************/
    .company_bottom {

    }

    .bottom_left {
        font-weight: bold;
        margin: auto;
        width: 90%;
    }

    .bottom_left p {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .bottom_right {
        letter-spacing: 1px;
        padding-bottom: 30px;
    }

    .tel_box {
        text-align: center;
        width: 90%;
        height: 15%;
        border: 1px solid #000;
        border-radius: 45px;
        margin: auto;
        background-color: #ffffff;
    }

    .tel_txt {
        font-size: 20px;
        font-weight: 100;
    }

    .tel_num {
        font-size: 30px;
    }

    .tel_box p {
        display: inline-block;
        margin: 0;
        margin-top: 8px;
    }

    .company_name {
        margin-top: 30px;
    }
    .company_address_num {
        margin-bottom: 5px;
    }
    .company_address {
        margin:0;
    }

    .company_infomation {
        font-size: 14px;
        font-weight: 600;
        width: 90%;
        margin: auto;
    }

    #footer {
        background-color: black;
        height: 50px;
        margin: 0;
    }

    .footerBox {
        position: relative;
        font-weight: lighter;
        top: 25%;
        color: white;
        text-align: center;
        width : 100%;
    }

    .footerBox small {
        margin: 0;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .footer_item {
        color: #333333;
    }

    .footer_item :hover {
        color: #999999;
    }
}



