@charset "UTF-8";
.page_warp{
    padding: 40px 0 60px;
}
.page_in {
    background: #fff;
    border-radius: 8px;
    padding: 60px 80px;
}
.ruleDtl_box {
    margin-bottom: 80px;
}
.ruleDtl_box:last-child {
    margin-bottom: 0;
}
.ruleDtl_ttl {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #2879c5;
    text-align: center;
    margin-bottom: 40px;
}
.ruleDtl_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ruleDtl_txt {
    width: -webkit-calc(100% - 392px);
    width: calc(100% - 392px);
    box-sizing: border-box;
    padding-right: 60px;
}
.ruleDtl_txt .txt {
    font-size: 14px;
    line-height: 1.8;
}
.ruleDtl_mds {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: #2879c5;
    border-bottom: 2px solid #2879c5;
    padding: 0 0 18px;
    margin: 0 0 40px;
}
.ruleDtl_mds .icn {
    display: inline-block;
    position: relative;
    padding-left: 60px;
}
.ruleDtl_mds .icn:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 18px;
    top: -9px;
    background: url(../svg/icn_thumb-up.svg) no-repeat center;
    background-size: 100% auto;
}
@media only screen and (max-width: 896px) {
    .page_warp{
        padding: 20px 15px 40px;
    }
    .page_in {
        padding: 30px 15px;
    }
    .ruleDtl_box {
        margin-bottom: 30px;
    }
    .ruleDtl_ttl {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .ruleDtl_flx {
        display: block;
    }
    .ruleDtl_img {
        text-align: center;
        margin-bottom: 20px;
    }
    .ruleDtl_img img {
        width: 100%;
        height: auto;
        max-width: 315px;
    }
    .ruleDtl_txt {
        width: 100%;
        padding-right: 0;
    }
    .ruleDtl_txt .txt {
        font-size: 12px;
        line-height: 1.6;
    }
    .ruleDtl_mds {
        font-size: 16px;
        line-height: 1.2;
        border-bottom: none;
        padding: 0 0 0;
        margin: 0 0 15px;
        text-align: center;
    }
    .ruleDtl_mds .icn {
        display: inline;
        font-size: 12px;
        padding-left: 20px;
        line-height: 1.8;
    }
    .ruleDtl_mds .icn:before {
        width: 12px;
        height: 12px;
        left: 0;
        top: 0;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
}/*@media*/
