@charset "UTF-8";

/* 資格取得 */
/* 背景画像 */
.wrapper.qualification {
    background: url(../img/qualification_bg2.png) no-repeat 50% 600px;
    /* background-size: 2880px auto ; */
}

main {
    background: url(../img/qualification_bg1.png) repeat 50% 0;
}

/* イメージ */
.top-img-type-a > img {
    background: url(../img/qualification_fig1.png) no-repeat center top;
    background-size: auto auto;
}

/* 資格取得：リスト */
main ul {
    margin: 0 0 3em 3.5em;
}

main ul > li {
    list-style-type: disc;
    line-height: 2;
}

main .flex-columns > * {
    flex-basis: 50%;
}

.ex {
    list-style: none;
}

/** --------------------------------
* sp
*/
@media screen and (max-width: 767px) {

    /* 資格取得 */

    /* イメージ */
    .top-img-type-a > img {
        background-size: auto 100%;
    }

    /* 資格取得：リスト */
    main .flex-columns {
        flex-direction: column;
    }

    main .flex-columns > * {
        flex-basis: 100%;
        margin-bottom: 0;
    }

    main ul {
        font-size: 0.9em;
    }
}