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

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

#page_feature.user_point_system .mv h1 img {
    max-width: 640px;
}

#page_feature.user_point_system .info {
    background: url(/img/points/con1_bg_pattern.png) repeat-x top #f4c3ba;
    background-size: auto 100%;
    padding: 5px 3% 15px;
}

#page_feature.user_point_system .info .info_contents {
    background: url(/img/points/pattern.png) center;
    border: 2px solid #141616;
    border-radius: 5px;
    margin: 0 auto;
    padding: 30px 0;
}

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

#page_feature.user_point_system .info h2 img {
    width: 269px;
}

#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: 14px;
}

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

#page_feature.user_point_system .flow {
    background: #f4c3ba;
    padding: 40px 0;
}

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

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

#page_feature.user_point_system .flow h2 img {
    width: 270px;
}

#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;
    background-size: 22px auto;
    padding: 16px 0 42px;
}

#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 {
    border: 2px solid #141616;
    border-radius: 5px;
    box-shadow: 0 6px 0 #ed9588;
    position: relative;
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_1 {
    background: url(/img/points/con2_parts_03.png) no-repeat center bottom 20px #fbf9f3;
    background-size: 123px auto;
    padding: 45px 20px 124px 20px;
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_2 {
    background: url(/img/points/con2_parts_04.png) no-repeat center bottom 20px #fbf9f3;
    background-size: 115px auto;
    padding: 45px 20px 158px 20px;
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_3 {
    background: url(/img/points/con2_parts_05.png) no-repeat center bottom 20px #fbf9f3;
    background-size: 158px auto;
    padding: 45px 20px 123px 20px;
}

#page_feature.user_point_system .flow .flow_area .flow_box:before {
    content: '';
    display: block;
    height: 55px;
    left: 10px;
    position: absolute;
    top: -20px;
    width: 55px;
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_1:before {
    background: url(/img/points/con2_icon_01.png) no-repeat center;
    background-size: 100% auto;
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_2:before {
    background: url(/img/points/con2_icon_02.png) no-repeat center;
    background-size: 100% auto;
}

#page_feature.user_point_system .flow .flow_area .flow_box.box_3:before {
    background: url(/img/points/con2_icon_03.png) no-repeat center;
    background-size: 100% auto;
}

#page_feature.user_point_system .flow .flow_area .flow_box h3 {
    color: #c84e4d;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

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

#page_feature.user_point_system .flow .flow_area .flow_box .text_area p {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 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: 15px;
}







#page_feature.user_point_system .registration {
    background: #f8df80;
    padding: 20px 0;
}

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

#page_feature.user_point_system .registration .btn_area a {
    background: #e62e72;
    border-bottom: 5px solid #dd2c55;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 15px;
    max-width: 450px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    width: 80%;
}

#page_feature.user_point_system .registration .caution {
    font-size: 14px;
    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;
    text-decoration: none;
    box-shadow: 0 2px 0 0 #fff;
}