@charset "UTF-8"; /* ===================================================================
 contents
=================================================================== */
.contents__box--edition {
    background: #f3f9ff;
}

.edition__list {
    display: flex;
    flex-flow: wrap;
}

.edition__list div {
    margin-right: 2em;
}

.edition__list div:last-of-type {
    margin-right: 0;
}

.contents__box--opt {
    padding: 3em 4em;
}

@media screen and (max-width: 767px) {
    .contents__box--opt {
        padding: 5%;
    }
}

/* heading
------------------------------------------------------------------- */
.contents__header--edition {
    margin: 0 0 1.5em 0;
    padding: .2em 0 .4em .8em;
}

.l-contents__header {
    display: flex;
    margin: 0 0 2em 0;
    padding: .6em 1em;
    background-color: #336c9b;
}

.l-contents__header--edu {
    background-color: #009688;
}

.l-contents__header--edu .contents__headerLv1 {
    background-color: #009688;
}

.contents__header--opt {
    margin: 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}

.ico_telework:after {
    content: "テレワークに！";
    font-size: 0.65em;
    background: #ffda55;
    margin-left: 2em;
    border-radius: 0.2em;
    color: #222;
    padding: 0.3em 1em;
    font-weight: 500;
}

.l-contents__table-opt {
    width: auto;
}

.contents__table--opt {
    margin: 0;
}

.contents__table--opt th, .contents__table--opt td {
    padding: .2em 1em;
    font-size: .8em;
    width: 5em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .l-contents__header {
        display: block;
        margin: 0 0 5% 0;
    }

    .contents__header--opt {
        width: auto;
        padding: 0 0 .6em 0;
    }
}

/* text
------------------------------------------------------------------- */
.hr-dotted {
    margin: 1.3em 0;
}

.contents__lead-opt {
    font-size: 1.1em;
    margin-bottom: 1.6em !important;
}

.contents__ques {
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #336c9b;
    margin-bottom: 0!important;
}

.contents__ans {
    font-weight: 600;
    font-size: 1.4em;
    text-indent: -3.4em;
    padding-left: 3.5em;
    line-height: 1.4em;
}

.contents__ans:before {
    content: "解決";
    background: #ff9800;
    padding: .2em .6em;
    color: #fff;
    margin-right: 0.8em;
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1;
    vertical-align: .1em;
}

.contents__ans-img {
    margin: 3em 0;
}


@media screen and (max-width: 767px) {
    .contents__lead-opt {
        font-size: 1em;
    }

    .contents__ans-img {
        margin: 5% 0;
    }

    .contents__ques, .contents__ans {
        font-size: 1em;
    }
}

/* banner*/
.banner--width a {
    max-width: inherit;
    padding-top: 2em;
    padding-bottom: 1.5em;
}
