/* ==================================
   運営会社情報
=================================== */

.company_pic img { display: block; width: 100%; height: auto;}

.table01 {
    width: 100%;
    margin-top: 1em;
}
.table01 th,.table01 td {
    display: block;
    width: 100%;
}
.table01 th {
    font-weight: 400;
    text-align: left;
    padding: .3em .5em;
    background: #FAFAFA;
}
.table01 td {
    padding: .3em .5em;
}
@media print, screen and (min-width: 600px) {
.table01 { border-top: 1px #00A73C solid;}
.table01 th,.table01 td {
    display: table-cell;
    border-bottom: 1px #00A73C solid;
}
.table01 th { width: 25%; text-align: center; padding: .5em;}
.table01 td { width: 75%; padding: .5em .7em;}
}

.data_list li::before { content: "・";}


@media print, screen and (min-width: 1025px) {
.company_cont {
    display: flex;
    justify-content: space-between;
}
.company_pic { width: 48%;}
.table01 { width: 48%; margin-top: 0;}
}

/* マップ */
.access_map .gmap { padding-bottom: 73.25%;}
@media print, screen and (min-width: 768px) {
.access_map .gmap { padding-bottom: 25.25%;}
}

div[data-service] { position: static !important;}