.eng_ttl02 {
    margin-top: 0;
}

main {
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
}

.comapny_ttlbg {
    background-image: url(../images/company_ttlbg.jpg);
}


.company_box {
    margin-bottom: 100px;
    width: 83%;
    margin: auto;
}
h3 {
    font-size: 31px;
    border-bottom: 1px solid #01A3E4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h3::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #01A3E4;
}

.info_box {
    width: 90%;
    margin: auto;
    padding-bottom: 100px;
}

.info_flex {
    display: flex;
    justify-content: space-between;
    padding: 14px;
}

.info_dt {
    width: 20%;
    padding: 10px 0px;
}
.info_dd {
    width: 60%;
    font-weight: 300;
    padding: 10px 0px;
}

.textBox_wrap, .textBox_wrap02 {
    display: flex;

}

.textBox_wrap {
    width: 60%;
    justify-content: space-between;
    padding: 7px 0px;
}

.info_textBox01 {
    width: 50%;
    text-align-last: justify;
}
.info_textBox02 {
    width: 40%;
    text-align-last: justify;
}

.info_dd span {
    font-size: 12px;
}

.textBox_wrap02 {
    padding: 7px 0px;
}

/* アクセス */
.access_box {
    width: 83%;
    margin: auto;

}
.access_listBox {
    box-shadow: 0px 0px 15px -5px #777777;
    height: 259px;
    display: flex;
    margin-bottom: 25px;

}

.listBox_left,.listBox_right {
    width: 50%;
}

.listBox_left {
    font-size: 20px;
    padding: 51px;
    box-sizing: border-box;
}

.listBox_left span {
    display: block;
    padding-top: 30px;
    font-size: 16px;
    font-weight: 300;
}

.listBox_right {
    /* background-color: #777777; */
}

.listBox_right iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 960px) {
    .comapny_ttlbg {
        background-image: url(../images/company_ttlbg_sp.jpg);
    }
    .company_box {
    margin-bottom: 100px;
    width: 100%;
    margin: auto;
    }
    .textBox_wrap {
    width: 100%;
    justify-content: space-between;
    padding: 7px 0px;
    }
    .info_textBox03 {
        width: 39%;
    }
    .info_textBox04 {
        width: 60%;

    }
    .access_box {
    width: 100%;
    margin: auto;
}


}

@media screen and (max-width: 767px) {
    .comapny_ttlbg {
        background-image: url(../images/company_ttlbg_sp.jpg);
    }
    .company_box {
    margin-bottom: 100px;
    width: auto;
    margin: auto;
}


    h3 {
        font-size: 18px;
    }
    h3::before {
        content: '';
        width: 8px;
        height: 8px;
        display: inline-block;
        background-color: #01A3E4;
    }

    .info_flex {
        display: block;
        justify-content: space-between;
        padding: 0px;
    }

    .info_dd {
        padding: 0px 0px 30px 0px;
    }

    .info_dd, .info_dt, .textBox_wrap {
        width: auto;
    }

    .info_dt {
        padding: 0px 0px 5px 0px;
    }

    .textBox_wrap {
        padding: 4px 0px;
    }

    .textBox_wrap02 {
        justify-content: space-between;
    }

    .info_textBox03 {
        width: 38%;
    }
    .info_textBox04 {
        width: 60%;

    }

    /* アクセス */
    .access_box {
    width: auto;
    margin: auto;
}

    .access_listBox {
        box-shadow: 0px 0px 15px -5px #777777;
        height: auto;
        display: flex;
        margin-bottom: 25px;
        flex-direction: column;
    }

    .listBox_left {
        font-size: 18px;
        padding: 31px;
        box-sizing: border-box;
    }

    .listBox_left span {
        display: block;
        padding-top: 19px;
        font-size: 14px;
        font-weight: 300;
    }

    .listBox_left, .listBox_right {
        width: auto;
    }
    
}