@charset "utf-8";

/* ===================================================================
//CSS information

// file name  :  outline.css
// style info :  スタイル指定
=================================================================== */

#outlinePage {
    padding-top: 120px;
}

/* -----------------------------------------------------
 pageTtl
----------------------------------------------------- */
#outlinePage .pageTtl {
    position: inherit;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    text-align: center;
    z-index: 5;
    color: #333 !important;
}

/* -----------------------------------------------------
 outlineWrap
----------------------------------------------------- */
.outlineWrap h3 {
    padding-bottom: 15px;
    border-bottom: 3px solid #eeeeee;
    font-size: 18px;
    font-weight: 400;
}

.outlineTable {
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
    word-break: break-all;
}

.outlineTable th,
.outlineTable td {
    padding: 20px;
}

.outlineTable th {
    padding-left: 10%;
    font-weight: 400;
    color: #666;
    width: 30%;
}

.outlineTable tr:first-child th {
    border-top: #006655 1px solid;
    padding-top: 60px;
}

.outlineTable tr:first-child td {
    border-top: #DCDCDC 1px solid;
    padding-top: 60px;
}

.outlineTable tr:last-child th {
    border-bottom: #006655 1px solid;
    padding-bottom: 60px;
}

.outlineTable tr:last-child td {
    border-bottom: #DCDCDC 1px solid;
    padding-bottom: 60px;
}

.outlineTable li {
    margin-bottom: 10px;
}

.outlineTable dl {
    display: flex;
    flex-direction: row;
}

.outlineTable dt {
    width: 50px;
}

.outlineTable img {
    max-width: 300px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .outlineTable {
        display: flex;
        flex-flow: column;
        margin-top: 0;
    }

    .outlineTable tr:first-child th,
    .outlineTable tr:first-child td,
    .outlineTable tr:last-child th,
    .outlineTable tr:last-child td {
        border: none;
        padding: 0;
    }

    .outlineTable th,
    .outlineTable td {
        display: block;
        width: 100%;
        padding: 20px 20px 0 !important;
    }

    .outlineTable th {
        font-weight: bold;
        margin-top: 20px;
    }

    .outlineTable td {
        padding-bottom: 30px !important;
        border-bottom: 1px solid #ddd;
    }

    .outlineTable tr:first-child td,
    .outlineTable tr:last-child td {
        padding-bottom: 30px !important;
        border-bottom: 1px solid #ddd !important;
    }

    .outlineTable tr:first-child th {
        margin-top: 0;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 420px) {}