.outline {
    max-width: 1054px;
    width: 90%;
    margin: 0 auto;
    font-size: clamp(12px,1.4vw,16px);
    border-collapse: collapse;
    table-layout: fixed;

}

.outline>tbody {
    width: 100%;
}

.outline>tbody>tr:last-child,
.outline .history_table tr:last-child {
    border-bottom: none;
}

.outline td  {
    padding: 20px 20px 20px 0;
}

.outline th {
    padding: 20px 0 20px 20px;
}

.outline>tbody>tr {
    border-bottom: 1px solid #595857;
}

.outline>tbody>tr>th {
    width: 30%;
}

.outline>tbody>tr>td {
    width: calc(100% - 30%);
}

.outline .history>td {
    padding: 10px 0;
}

.outline .history_table {
    width: 100%;
}

.outline .history_table td {
    width: 15%;
    padding: 0;
}

.outline .history_table td:last-child {
    width: calc(100% - 15%);
    padding: 20px 0 20px 20px;
}

.outline .history_table tr {
    border-bottom: 1px solid #aeaeaf;
}

.outline .history_table .gray {
    display: block;
    color: #727171;
    font-size: clamp(10px,1.2vw,14px);
    margin-top: 3px;
}

.map_wrap {
    max-width: 1054px;
    width: 90%;
    margin: 30px auto 0;
}

.map_wrap .inner {
    width: calc(100% - 30%);
    margin-left: auto;
}

.map {
    max-width: 600px;
    max-height: 600px;
    width: 100%;
    height: 60vw;
}

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

.contact_btn {
    max-width: 300px;
    width: 60%;
    margin: 50px auto 0;
}


/* SP調整 */
@media screen and (max-width:730px) {

    .outline th {
        padding: 15px 0 15px 10px;
    }

    .outline td {
        padding: 15px 10px 15px 0;
    }

    .outline .history>th {
        padding-bottom: 0;
    }
    .outline .history>td {
        padding: 0 0 5px 0;
    }

    .outline .history_table {
        border-collapse: collapse;
        table-layout: fixed;
    }

    .outline .history_table td {
        width: 25%;
    }
    
    .outline .history_table td:last-child {
        width: calc(100% - 25%);
        padding: 10px 0 10px;
    }

    .map_wrap {
        margin-top: 10px;
    }

    .map_wrap .inner {
        width: 100%;
    }

    .map_wrap .map {
        height: 80vw;
        margin: 0 auto;
    }

    .contact_btn {
        margin-top: 40px;
    }
}