.banner_wrap {
    position: relative;
    background: url(../../img/common/common/back_repeat.gif) repeat center top;
}

.banner_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 10px;
    background: url(../../img/common/common/back_shadow.png) repeat 0 0;
    left: 0;
    z-index: 5;
}

.banner_wrap img {
    max-width: 980px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.main_content {
    padding: 65px 0 160px;
    background-color: white;
}

.main_content * {
    box-sizing: border-box;
}

.main_content p {
    margin: 0;
}

.main_content .mc_inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.main_content h2.ttl {
    font-size: 22px;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    text-indent: 2px;
    font-weight: bold;
    color: #5a4644;
}

.main_content .top_exp {
    width: 100%;
    padding: 20px 40px;
    border-radius: 15px;
    border: solid 2px #347d53;
    margin: 25px auto 0;
}

.main_content .imp {
    border: solid 2px #fdd18e;
    background-color: #fdd18e;
}

.main_content .top_exp .text_flex {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.main_content .top_exp .text_flex + .text_flex {
    margin-top: 10px;
}

.main_content .top_exp .num {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #ef4123;
    font-weight: 600;
}

.main_content .top_exp .text {
    flex: 1;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.main_content .imp .text {
    color: #ef4123;
    font-weight: 600;
}

.main_content .top_exp .text_flex p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.main_content .imp .text_flex p {
    color: #ef4123;
    font-weight: 600;
}

.main_content .btn_wrap {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    margin-top: 50px;
}

.main_content .btn_wrap .course_btn {
    width: 45%;
}

.main_content .btn_wrap .course_btn .text_btn {
    width: 100%;
    border-radius: 20px;
    display: block;
    padding: 30px 50px 10px;
    text-decoration: none;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.main_content .btn_wrap .course_btn.cb01 .text_btn {
    background-color: #fcaf17;
}
.main_content .btn_wrap .course_btn.cb02 .text_btn {
    background-color: #90d1ff;
}

.main_content .btn_wrap .course_btn .text_btn .text01 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 1px;
}

.main_content .btn_wrap .course_btn .text_btn .text02 {
    font-size: 28px;
    text-align: right;
    line-height: 1;
    margin-top: 5px;
}

.main_content .btn_wrap .course_btn .text_btn .text03 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.main_content .btn_wrap .course_btn .img_block {
    width: 100%;
    padding: 20px;
    background-color: white;
    border: solid 1px black;
    margin-top: 40px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

/* .main_content .btn_wrap .course_btn.cb01 .img_block {
    transform: rotate(-5deg);
}
.main_content .btn_wrap .course_btn.cb02 .img_block {
    transform: rotate(5deg);
} */

.main_content .btn_wrap .course_btn .img_block img {
    width: 100%;
}
