    .material-symbols-outlined {
        font-variation-settings:
                'FILL' 0,
                'wght' 400,
                'GRAD' 0,
                'opsz' 48;
        vertical-align: bottom;
    }
    .sub_wrap {
        width: 100%;
        position: relative;
    }
    .contact {
        background-image: linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url(/images/common/sub0601.jpg);
        background-position: center 70%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .contact_inner {
        padding: 40px 0 100px;
    }
    section {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    .contact_info {
        float: left;
        color: #fff;
        width: 50%;
        padding-top: 182.5px;
    }
    .contact h3 {
        font-size: 36px;
    }
    .contact_info ul {
        margin-top: 40px;
    }
    .contact_info ul li {
        font-size: 17px;
        line-height: 155%;
        margin-bottom: 8px;
    }
    .contact_info ul li span {
        margin-right: 4px;
    }
