@charset "utf-8";

/* ==================================================================

    admission.css

=================================================================== */

/* --------------------------------
■共通
-------------------------------- */
.contents main > section {
    max-width: 1018px;
}
.contents main > section h2 {
    position: relative;
    padding-left: 96px;
}
.contents main > section h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 78px;
    height: 78px;
    left: 0;
    top: 7px;
    background-size: contain;
}
.contents main > section#plan1 h2::before {
    background: url(../../images/training/business/ttl_plan1.svg) no-repeat left center;
}
.contents main > section#plan2 h2::before {
    background: url(../../images/training/business/ttl_plan2.svg) no-repeat left center;
}
.contents main > section#plan3 h2::before {
    background: url(../../images/training/business/ttl_plan3.svg) no-repeat left center;
}
main section .price {
    margin-bottom: 24px;
}
main section .price td em {
    font-size: 2.0rem;
    font-weight: 400;
}
main section .red-circle li {
    margin-bottom: 8px;
    text-indent: -1em;
    padding-left: 1em;
}
main section .red-circle li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    margin-bottom: 3px;
    background: url(../../images/training/business/list-icon.svg) no-repeat left center;
    background-size: contain;
}
main section .img-list {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
main section .img-list li {
    width: 49%;;
}
main section .img-list li img {
    width: 100%;;
}


@media only screen and
(max-width : 767px) {

    .contents main > section h2 {
        position: relative;
        padding-left: 84px;
    }
    .contents main > section h2::before {
        width: 70px;
        height: 70px;
        left: 0;
        top: 0px;
        background-size: 100% auto!important;
    }
    main .price th,
    main .price td {
        display: block;
        padding: 16px 20px;
    }
}

/* ◇ accent
-------------------------------- */
.contents .accent{
    background-image: url("../../images/training/business/accent.jpg");
    background-position: 50% 50%;
}

/* ◇ intro
-------------------------------- */
main #intro .title {
    font-size: 3.6rem;
    text-align: center;
    font-weight: bold;
}
main #intro .txt {
    text-align: center;
    line-height: 2.0;
}
@media only screen and
(max-width : 767px) {
    main #intro .title {
        font-size: 2.2rem;
    }
    main #intro .txt {
        text-align: left;
        line-height: 2.0;
    }
}


/* ◇ cv-area
-------------------------------- */
main #cv-area {
    background: #F3F1EE;
    padding: 60px;
    text-align: center;
}
main #cv-area .txt {
    font-size: 1.8rem;
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.8;
}

@media only screen and
(max-width : 767px) {

    main #cv-area {
        background: #F3F1EE;
        padding: 32px;
        text-align: center;
        margin-top: 40px;
    }
    main #cv-area .txt {
        font-size: 1.6rem;
        margin-bottom: 24px;
    }
}

/* --------------------------------
■ tb
-------------------------------- */ 
@media (max-width: 1000px) and (min-width: 768px) {

}


/* --------------------------------
■ sp
-------------------------------- */ 
@media only screen and
(max-width : 767px) {

}

