@charset "utf-8";
/* +++++++++++++++++++++++++++++++

contents.css

+++++++++++++++++++++++++++++++ */

.bnr_area {
    margin-bottom: 36px;
}

#main h2 {
    margin-bottom: 20px;
}

#main h3 {
    display: flex;
    align-items: center;
    color: #bf0000;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #bf0000;
    margin-bottom: 20px;
    padding: 10px;
}
#main h3::before {
    content: "";
    display: inline-block;
    background: url(/ccom/pc/img/cjb/icon_good.png) no-repeat;
    background-size: contain;
    width: 22px;
    height: 28px;
    margin-right: 15px;
}

#main h4 {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    border-left: 3px solid #ffd029;
    border-bottom: 1px solid #ccc;
    margin-bottom: 22px;
    padding-left: 20px;
}

#main .main_lead {
    margin: 0 20px;
}

#main .main_content {
    margin-top: 25px;
}

#main .main_content__box + .main_content__box {
    margin-top: 30px;
}

#main .main_content__box p {
    line-height: 1.5;
}

#main .main_content__box p + p {
    margin-top: 20px;
}

#main .btm_btn_area {
    font-weight: bold;
    text-align: center;
    margin-top: 55px;
}

#main .btm_btn_area .btn_arrow {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 40px 10px 20px;
    background-color: #fdaf4b;
    border: 1px solid #fdaf4b;
    border-radius: 4px;
    position: relative;
}

#main .btm_btn_area .btn_arrow:hover {
    background-color: #ffc170;
    border: 1px solid #f00;
    opacity: .8;
}

#main .btm_btn_area .btn_arrow::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 15px;
    background: url(/ccom/pc/img/cjb/icon_arrow.png) no-repeat;
    background-size: 8px 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto 0;
}

#main .btm_btn_area .btn_arrow:hover::after {
    right: 11px;
}

#main .btm_btn_area .btn_arrow span {
    font-size: 15px;
    font-weight: bold;
}