@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.cmnMaintit{
    background-image: url(../img/outline/maintit.jpg);
}
@media only screen and (max-width:1215px){
    .cmnMaintit{
        background-image: url(../img/outline/maintit_sp.jpg);
    }
}

/* secOutline */
.secOutline{
    padding: 15rem 0 0;
    margin-bottom: 20rem;
    position: relative;
    z-index: 1;
}
.secOutline::before{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    top: -50rem;
    left: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(21,133,143,1) 0%,rgba(21,133,143,0) 60%,rgba(21,133,143,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secOutline::after{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    bottom: -70rem;
    right: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(0,105,52,1) 0%,rgba(0,105,52,0) 60%,rgba(0,105,52,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secOutline .bgWrap{
    position: relative;
    z-index: 1;
}
.secOutline .titTable{
    font-size: var(--pcFontSize20);
    letter-spacing: 0.04em;
    line-height: 1.875;
    font-weight: 600;
    margin-bottom: 1rem;
}
.secOutline .boxTable table{
    width: 100%;
    border-top: 1px solid #e1e3e1;
    margin-bottom: 4rem;
}
.secOutline .boxTable th{
    width: 22rem;
    font-size: var(--pcFontSize14);
    letter-spacing: 0.06em;
    line-height: 2;
    font-weight: 600;
    padding: 1rem 2rem;
    background-color: #eee;
    border-bottom: 1px solid #e1e3e1;
}
.secOutline .boxTable td{
    font-size: var(--pcFontSize14);
    letter-spacing: 0.06em;
    line-height: 2;
    padding: 1rem 2rem;
    background-color: #fff;
    border-bottom: 1px solid #e1e3e1;
    vertical-align: middle;
}
.secOutline .note{
    font-size: var(--pcFontSize14);
    letter-spacing: 0.06em;
    text-align: right;
}
.secOutline .noteBtm{
    font-size: var(--pcFontSize12);
    letter-spacing: 0.04em;
    line-height: 1.83;
    margin-top: 5rem;
}
@media only screen and (max-width:1215px){
    .secOutline{
        padding: 5rem 0 0;
        margin-bottom: 10rem;
    }
    .secOutline::before,
    .secOutline::after{
        display: none;
    }
    .secOutline .titTable{
        font-size: var(--spFontSize16);
        letter-spacing: 0;
        line-height: 1.875;
        margin-bottom: 1rem;
    }
    .secOutline .boxTable table,
    .secOutline .boxTable tbody,
    .secOutline .boxTable tr,
    .secOutline .boxTable th,
    .secOutline .boxTable td{
        display: block;
    }
    .secOutline .boxTable table{
        border-right: 1px solid #e1e3e1;
        border-left: 1px solid #e1e3e1;
        margin-bottom: 1.5rem;
    }
    .secOutline .boxTable th{
        width: 100%;
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        line-height: 1.83;
        padding: 0.8rem 1.3rem;
    }
    .secOutline .boxTable td{
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        line-height: 1.83;
        padding: 1.2rem 1.3rem;
    }
    .secOutline .note{
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        line-height: 1.83;
        text-align: left;
    }
    .secOutline .noteBtm{
        font-size: var(--spFontSize10);
        letter-spacing: 0;
        line-height: 1.6;
        margin-top: 2.5rem;
    }
}
