@charset "utf-8";
/*----------------------------------------------------
  ポイント機能 .user_point_system
----------------------------------------------------*/
#page_feature.user_point_system .mv {
    background: url(/img/points/top_bg_pattern.png) repeat-x top;
}

#page_feature.user_point_system .mv h1 {
    align-items: center;
    display: flex;
    justify-content: center;
}

#page_feature.user_point_system .info {
    background: url(/img/points/con1_bg_pattern.png) repeat-x top;
    padding: 10px 1% 30px;
}

#page_feature.user_point_system .info .info_contents {
    background: url(/img/points/con1_parts_01.png) no-repeat calc(50% - 460px) center,
        url(/img/points/con1_parts_02.png) no-repeat calc(50% + 460px) center,
        url(/img/points/pattern.png) center;
    border: 3px solid #141616;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 2000px;
    padding: 70px 0;
}

#page_feature.user_point_system .info .inner {
    padding: 18px 0;
}

#page_feature.user_point_system .info h2 {
    margin-bottom: 50px;
    text-align: center;
}

#page_feature.user_point_system .info .text_area {
    font-weight: bold;
    text-align: center;
}

#page_feature.user_point_system .info .text_area p {
    font-size: 18px;
}

#page_feature.user_point_system .info .text_box {
    margin-bottom: 30px;
}

#page_feature.user_point_system .flow {
    background: url(/img/points/con2_parts_01.png) no-repeat left calc(50% - 545px) top 97px,
        url(/img/points/con2_parts_02.png) no-repeat right calc(50% - 545px) top 97px #f4c3ba;
    padding: 80px 0;
}

#page_feature.user_point_system .flow a {
    color: #5bb4f3;
}

#page_feature.user_point_system .flow h2 {
    text-align: center;
    margin-bottom: 50px;
}

#page_feature.user_point_system .flow .flow_area {
    padding: 0 10px;
}

#page_feature.user_point_system .flow .flow_area .box_area {
    background: url(/img/points/con2_parts_06.png) no-repeat center bottom;
    padding: 12px 0 55px;
}

#page_feature.user_point_system .flow .flow_area .box_area:last-of-type {
    background: no-repeat;
    padding: 15px 0 0;
}

#page_feature.user_point_system .flow .flow_area .flow_box {
    background: #fbf9f3;
    border: 3px solid #141616;
    border-radius: 10px;
    box-shadow: 0 12px 0 #ed9588;
    padding: 65px 20px 65px 50px;
    position: relative;
}

#page_feature.user_point_system .flow .flow_area .flow_box:before {
    left: 20px;
    position: absolute;
    top: -20px;
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_1:before {
    content: url(/img/points/con2_icon_01.png);
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_2:before {
    content: url(/img/points/con2_icon_02.png);
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_3:before {
    content: url(/img/points/con2_icon_03.png);
}

#page_feature.user_point_system .flow .flow_area .flow_box .box_inner {
    padding-left: 230px;
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_1 .box_inner {
    background: url(/img/points/con2_parts_03.png) no-repeat left center;
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_2 .box_inner {
    background: url(/img/points/con2_parts_04.png) no-repeat left center;
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_3 .box_inner {
    background: url(/img/points/con2_parts_05.png) no-repeat left center;
}

#page_feature.user_point_system .flow .flow_area .flow_box h3 {
    color: #c84e4d;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_2 h3 {
    line-height: 140%;
}

#page_feature.user_point_system .flow .flow_area .flow_box h3 span {
    font-size: 25px;
}

#page_feature.user_point_system .flow .flow_area .flow_box .text_area p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 2.2;
}

#page_feature.user_point_system .flow .flow_area .flow_box .text_area span {
    color: #c84e4d;
}

#page_feature.user_point_system .flow .flow_area .flow_box .text_area .text {
    margin-left: 20px;
}

#page_feature.user_point_system .flow .flow_area .flow_box .text_area .text_box {
    margin-bottom: 30px;
}

#page_feature.user_point_system .registration {
    background: #f8df80;
}

#page_feature.user_point_system .registration .inner {
    padding: 55px 0 40px;
    position: relative;
}

#page_feature.user_point_system .registration .inner:before {
    content: url(/img/points/con3_parts_01.png);
    left: -85px;
    position: absolute;
    top: -48px;
}

#page_feature.user_point_system .registration .inner:after {
    content: url(/img/points/con3_parts_02.png);
    position: absolute;
    right: -85px;
    top: -26px;
}

#page_feature.user_point_system .registration .btn_area {
    text-align: center;
}

#page_feature.user_point_system .registration .btn_area a {
    background: #e62e72;
    border-bottom: 10px solid #dd2c55;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto 35px;
    min-width: 450px;
    padding: 32px;
    text-align: center;
    text-decoration: none;
}

#page_feature.user_point_system .registration .btn_area a:hover {
    opacity: 0.6;
}

#page_feature.user_point_system .registration .caution {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}

#page_feature.user_point_system .registration .caution a {
    border-bottom: 1px solid #5bb4f3;
    color: #5bb4f3;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 0 0 #fff;
}

#page_feature.user_point_system .registration .caution a:hover {
    border-bottom: none;
    box-shadow: none;
}