@charset "utf-8";

.margin_auto {
	margin: 0 auto;
}

.img_w_auto {
	width: auto;
}

.txt_white {
	color: #fff !important;
}

.txt_orange {
	color: #eb551d !important;
}

.txt_blue {
	color: #211f71 !important;
}

.bg_orange {
	background-color: #fef4e9;
}

.bg_gray {
	background-color: #f3f3f3;
}

.bg_white {
	background-color: #fff;
}

.list-margin {
    margin-top: 15px;
}

.app_card_box {
	background: -webkit-gradient(linear, left top, left bottom, from(#fc922a), to(#eb5505));
	background: -o-linear-gradient(top, #fc922a 0%, #eb5505 100%);
	background: linear-gradient(180deg, #fc922a 0%, #eb5505 100%);
}

.app_card_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.app_card_column .app_card_column_item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 53.35px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.app_card_column .app_card_column_item img {
	display: block;
	max-width: 140px;
	width: auto;
	height: 100%;
	-o-object-fit: contain;
        object-fit: contain;
}

.app_card_column .app_card_column_item:nth-child(2) img {
    max-width: 179px;
}

.bubble_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 485px;
    margin: 20px auto 25px;
    padding: 10px;
    border-radius: 5px;
    background-color: #eb5505;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bubble_text::before {
    position: absolute;
    bottom: -11px;
    width: 15px;
    height: 12px;
    background-color: #eb5505;
    content: '';
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.bubble_text p {
	font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

.card_app_anc_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 495px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.card_app_anc_list > li:nth-child(odd) {
    margin-right: 10px;
}

.card_app_anc_list > li {
    position: relative;
    width: 48%;
    margin-bottom: 10px;
    border: 2px solid #eb551d;
    border-radius: 5px;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.card_app_anc_list > li:nth-last-child(-n + 2) {
	margin-bottom: 0;
}

.card_app_anc_list > li > a {
    display: block;
	display: block;
    padding: 3px 10px 20px;
    color: #eb551d;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.card_app_anc_list > li > a::after {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #211f71;
    border-right: 2px solid #211f71;
    content: '';
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

.card_app_anc_list > li > a > span {
    margin-right: 5px;
    color: #eb551d;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}

.card_app_anc_list > li > a > span + span {
    margin-right: 0;
    font-size: 22px;
}

.app_point_block {
    padding: 60px 25px 40px;
}

.box_bordered {
    border-radius: 30px;
}

.app_point_number {
    max-width: 70px;
	width: 100%;
    margin: -90px auto 0;
}

.app_point_title {
	margin-top: 20px;
}

.app_point_txt {
	margin-top: 5px;
}

.app_frame_layer {
    position: relative;
    z-index: 400;
    margin-top: 20px;
}

.app_frame {
    width: 242px;
    height: 352px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0;
    background: url("/service/member_app/cardapp/img/bg_phone_frame.png") no-repeat;
    background-size: cover;
}

.app_frame.app_frame_header {
    height: 492px;
    border-radius: 40px;
    background: url("/service/member_app/cardapp/img/bg_phone_frame_header.png") no-repeat;
    background-size: cover;
}

.app_frame.app_frame_support {
    height: 381px;
    background: url("/service/member_app/cardapp/img/bg_phone_frame_support.png") no-repeat;
    background-size: cover;
}

.app_frame.app_frame_header .app_frame_inner {
    border-radius: 40px;
}

.app_frame_inner {
    position: relative;
    z-index: -1;
    width: 216px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 11px;
    border-radius: 0;
}

.app_frame_scroll {
    -webkit-animation: deviceScroll 8s linear infinite;
            animation: deviceScroll 8s linear infinite;
}

.app_block_centered {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
}

.app_block_divider {
    height: 1px;
    border-top: 1px solid #ccc;
}

@-webkit-keyframes deviceScroll {
	0% {
		-webkit-transform: translateY(8%);
		        transform: translateY(8%);
		-webkit-transition: opacity .25s ease-in-out;
		-o-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}
	90% {
		opacity: 1;
		-webkit-transition: opacity .25s ease-in-out;
		-o-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40%);
		        transform: translateY(-40%);
		-webkit-transition: opacity .25s ease-in-out;
		-o-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}
}

@keyframes deviceScroll {
	0% {
		-webkit-transform: translateY(8%);
		        transform: translateY(8%);
		-webkit-transition: opacity .25s ease-in-out;
		-o-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}
	90% {
		opacity: 1;
		-webkit-transition: opacity .25s ease-in-out;
		-o-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40%);
		        transform: translateY(-40%);
		-webkit-transition: opacity .25s ease-in-out;
		-o-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}
}

.app_slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 300%;
	-webkit-animation: sliderHorizontal 9s infinite;
	        animation: sliderHorizontal 9s infinite;
}
@-webkit-keyframes sliderHorizontal {
	0% {
		left: 0;
	}
	45% {
		left: 0;
	}
	50% {
		left: -100%;
	}
	95% {
		left: -100%;
	}
	100% {
		left: -200%;
	}
}
@keyframes sliderHorizontal {
	0% {
		left: 0;
	}
	45% {
		left: 0;
	}
	50% {
		left: -100%;
	}
	95% {
		left: -100%;
	}
	100% {
		left: -200%;
	}
}
.app_slider.app_slider_col4 {
	width: 400%;
	-webkit-animation: sliderHorizontal01 9s infinite;
	        animation: sliderHorizontal01 9s infinite;
}
@-webkit-keyframes sliderHorizontal01 {
	0% {
		left: 0;
	}
	5% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	65% {
		left: -200%;
	}
	85% {
		left: -200%;
	}
	100% {
		left: -300%;
	}
}
@keyframes sliderHorizontal01 {
	0% {
		left: 0;
	}
	5% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	65% {
		left: -200%;
	}
	85% {
		left: -200%;
	}
	100% {
		left: -300%;
	}
}
.app_slider_item {
	width: 33.4%;
}
.app_slider.app_slider_col4 .app_slider_item {
	width: 25%;
}

.app_btn {
    display: none;
    position: fixed;
    z-index: 500;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.app_btn_text {
    font-weight: bold;
    text-align: center;
}

@media print, screen and (min-width: 641px) {
	.app_card_box {
		padding: 25px;
	}
	.app_card_column_item:first-child {
        margin-right: 20px;
    }
	.app_point_container {
        padding: 70px 40px 60px;
    }
	section .app_point_block [id] {
        scroll-margin-top: 136px;
    }
	.app_point_block + .app_point_block {
        margin-top: 70px;
    }
    .app_block_centered {
        padding: 0 20px;
    }
    .app_block_divider {
        margin: 40px 20px 0;
    }
    .app_btn {
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .app_btn_text {
        font-size: 20px;
    }
}

@media screen and (max-width:640px) {
    .p0_sp{
        padding: 0 !important;
    }
    .m0_sp {
        margin: 0 !important;
    }
    .sp_wrap {
        margin-right: 6%;
        margin-left: 6%;
    }
    .w242px_sp {
        width: 242px !important;
    }
    .app_btn {
        right: 0;
        bottom: 100px;
        width: 90px;
        padding: 10px 8px 5px;
        border-radius: 15px 0 0 15px;
        background: -webkit-gradient(linear, left top, left bottom, from(#fc922a), to(#eb5505));
        background: -o-linear-gradient(top, #fc922a 0%, #eb5505 100%);
        background: linear-gradient(180deg, #fc922a 0%, #eb5505 100%);
        opacity: 0.9;
        -webkit-box-shadow: 0 0 10px -5px #000;
                box-shadow: 0 0 10px -5px #000;
    }
    .app_btn_img {
        width: 47px;
        margin: 0 auto 5px;
    }
    .app_btn_text {
        color: #fff;
        font-size: 12px;
        line-height: 1.3;
    }
    .list-margin {
        margin-bottom: 15px;
    }
    .app_card_box {
        padding: 20px 15px;
    }
    .app_card_column_item:first-child {
        margin-right: 15px;
    }
    .app_point_container {
        padding: 60px 20px 40px;
    }
    section .app_point_block [id] {
        scroll-margin-top: 61.5px;
    }
    .app_point_block + .app_point_block {
        margin-top: 60px;
    }
    .app_point_container + .app_point_container {
        padding-top: 40px;
    }
    .app_point_container + .app_point_container .app_point_block {
        margin-top: 30px;
        padding: 0 15px;
    }
    .app_block_divider {
        margin: 30px 15px 0;
    }
}