@charset "utf-8";

.bg_c01 {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 120px;
}

.title h2 {
    line-height: 1.5;
    margin-bottom: 15px;
}

.title p {
    margin-bottom: 45px;
}

/*会社概要*/

table {
    width: 100%;
    background-image: url("../img/line_v.png");
    background-repeat: repeat-y;
    margin-bottom: 100px;
}

table th {
    white-space: nowrap;
    width: 4rem;
    font-weight: normal;
    padding-left: 30px;
}

table,
td,
th {
    font-size: 1rem;
    padding: 15px;
    vertical-align: top;
}

/* 地図 */

iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
}

.company_addr h3 {
    color: #0c3459;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.company_addr img {
    display: block;
    width: 20px;
    position: absolute;
    left: 160px;
    top: -20px;
}

.company_addr h4 {
    color: #0c3459;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.company_addr p {
    font-size: 0.9rem;
}


@media (min-width: 576px) {
    
    .maincat_v {
        margin-bottom: 60px;
    }
    
    .company_addr img {
        width: 30px;
        position: absolute;
        left: auto;
        right: 40px;
        top: 0;
    }

    .maincat_v img {
        animation: animate 1s ease;
    }

    @keyframes animate {

        0% {
            margin-left: -150px;
        }

        100% {
            margin-left: 0;
        }
    }


    /*会社概要*/
    table {
        margin: 60px auto 150px auto;
    }

    table th {
        width: 5rem;
        padding-left: 80px;
    }

    /* 地図 */

    iframe {
        height: 600px;
        padding-left: 150px;
        margin-bottom: 150px;
    }
    
    .company_addr {
        padding: 60px;
        background-color: #fff;
        position: absolute;
        bottom: 150px;
    }

    .company_addr img {
        position: absolute;
        right: 40px;
        top: 40px;
    }
    
    .bg_c01 {
        position: absolute;
        right: 0;
        bottom: -300px;
        width: 200px;
    }

}






