.hero_block {
    margin-bottom: 10px;
}
.heading_title_h2 {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    position: relative;
}
.heading_title_h2:before,.heading_title_h2:after {
    position: absolute;
    content: '';
    background-color: #4C4CFF;
    width: 20%;
    height: 1px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media (max-width:817px) {
    .heading_title_h2 {
        font-size: 18px;
    }
}

@media (max-width:817px) {
    .heading_title_h2:before,.heading_title_h2:after {
     content: none;
    }
}

.heading_title_h2:before {
    left: 0;
}

.heading_title_h2:after {
    right: 0;
}

.heading_sub_title {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}

.blue {
    color: #4C4CFF;
}

.xcc_btn_wrap {
    width: 100%;
    text-align: center;
}

.xcc_btn_wrap a {
    display: inline-block;
    width: 60%;
    background-color: #4C4CFF;
    padding: 20px;
}

.xcc_btn {
    position: relative;
    margin: auto;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
}

.xcc_btn:after {
    content: url("../img/target_blank.png");
    position: relative;
    top: -5px;
    right: -5px;
}

@media (max-width:817px) {
    .xcc_btn_wrap a {
        width: 100%;
    }
}


.c_heading_bg_black {
    background-color: #000000;
    color: #FFFFFF;
    padding: 20px;
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    letter-spacing: .2rem;
}
@media (max-width:817px) {
    .c_heading_bg_black {
        font-size: 18px;
    }
}

.books_contents {
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%;
}

.books_contents_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.books_contents_img_wrap {
    padding: 0 10px;
    margin-bottom: 30px;
}

.books_contents_img_wrap img {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
}

@media (min-width:989px) {
    .books_contents_img_wrap img {
        height: 320px;
    }
}

@media (min-width:768px) and (max-width:988px) {
    .books_contents .books_contents_img_wrap img {
        height: 240px;
    }
}

@media (min-width:446px) and (max-width:768px) {
    .books_contents_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .books_contents .books_contents_img_wrap img {
        max-width: 100%;
        height: 240px;
    }
}

@media (max-width:445px) {
        .books_contents_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .books_contents .books_contents_img_wrap img {
        max-width: 100%;
        height: 200px;
    }
}





/*
.books_contents .books_contents_inner {
    padding: 0 20px;
}

.books_contents .books_contents_img_wrap {
    display: inline;
    text-align: center;
    margin-bottom: 20px;
}
.books_contents .books_contents_img_wrap img {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
}

@media (min-width:818px) {
    .books_contents .books_contents_img_wrap img {
        height: 248px;
    }
}
@media (max-width:817px) {
    .books_contents .books_contents_img_wrap {
        height: 220px;
    }
    .books_contents .books_contents_img_wrap img {
        max-width: 100%;
    }
}

@media screen and (min-width:410px) and ( max-width:817px) {
    .books_contents .books_contents_img_wrap img {
        max-width: 140px;
    }
}

*/
.desc_txt {
    font-size: 13px;
    color: #858585;
    text-align: center;
}
@media (max-width:817px) {
    .desc_txt {
        text-align: left;
    }
}

.no_pdg {
    padding: 0!important;
}

    .no_mgn {
        margin: 0!important;
    }

