@charset "UTF-8";

.concept {
}

.concept_title {
}

.concept_list {
    list-style: none;
    font-size: 24px;
}

.concept_list > li {
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 1;
    padding-left: 27px;
    margin-bottom: 19px;
    padding-bottom: 24px;
}

.concept_list > li:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    background: rgb(43, 123, 103);
    width: 12px;
    height: 12px;
}

.concept_list > li:first-child {
}

.concept_list > li:last-child {
    margin-top: auto;
    margin-bottom: auto;
    border: none;
}

.concept_list > li:nth-child(2n+1) {
}

.concept_list > li > small {
    font-size: 75%;
    display: block;
}

.concept_image {
    margin-top: 29px;
}

.concept_image > img {
    max-width: 100%;
    height: auto;
}

.note {
    margin-top: 70px;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
    .concept {
    }

    .concept_title {
    }

    .concept_list {
    }

    .concept_list > li {
    }

    .concept_list > li:before {
    }

    .concept_list > li:first-child {
    }

    .concept_list > li:last-child {
    }

    .concept_list > li:nth-child(2n+1) {
    }

    .concept_list > li > small {
    }

    .concept_image {
    }

    .concept_image > img {
    }

}

/* スマホ設定 */
@media screen and (max-width:699px) {
    .concept {
    }

    .concept_title {
    }

    .concept_list {
        font-size: 16px;
    }

    .concept_list > li {
        padding-left: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .concept_list > li:before {
        width: 8px;
        height: 8px;
        top: 8px;
    }

    .concept_list > li:first-child {
    }

    .concept_list > li:last-child {
    }

    .concept_list > li:nth-child(2n+1) {
    }

    .concept_list > li > small {
    }

    .concept_image {
        margin: 15px -10px 0;
    }

    .concept_image > img {
    }

    .note {
        margin-top: 30px;
    }

}
