/* CSS Document */





/* ==============================

outline

============================== */
.outline__title {
    position: relative;
    width: 100%;
    margin: 0 auto 200px;
    padding: 0;
    font-size: clamp(55px, 41.72px + 1.73vw, 75px);
    font-family: 'Cormorant', serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}
.outline-index .l-section.outline {
    padding-top: 110px;
}
.outline-index .outline-inner {
}
@media screen and ( max-width: 768px ) {
    .outline__title {
        margin: 0 auto calc( 100 * 100vw / var( --design-width ) );
        font-size: calc( 55 * 100vw / var( --design-width ) );
    }
    .outline-index .l-section.outline {
        padding-top: calc( 60 * 100vw / var( --design-width ) );
    }
    .outline-index .outline-inner {
    }
}



.lead_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.lead_wrap .lead {
    font-size: clamp(13px,1.4vw,16px);
}

.lead_wrap .next_txt {
    text-align: right;
    font-size: 11px;
}

table {
    width: 100%;
    background-color: #fff;
    font-size: clamp(13px,1.3vw,16px);
}

th, td {
    border: 1px solid #808080;
    padding: 10px 20px;
}

th {
    background-color: #a08f90;
    color: #fff;
    width: 30%;
}

td {
    width: 70%;
}

@media screen and (max-width:1000px) and (min-width:730px) {
    .shadow {
        height: 16.7vw;
    }

    .page_bg {
        padding-top: 18vw;
    }
}



@media screen and (max-width:730px) {
    .lead_wrap {
        flex-direction: column;
        gap: 10px 0;
        align-items: flex-start;
    }

    .lead_wrap .next_txt {
        text-align: left;
    }

    tr {
        display: flex;
        flex-direction: column;
    }

    th, td {
        width: 100%;
        padding: 10px;
    }
}


