@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);

body * {
    font-family: "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", '微軟正黑體', Arial, Helvetica, sans-serif;
}

.state01 {
    background-image: linear-gradient(to top, #ffd299 0%, #fb9c88 100%);
    padding: 20px 0px 10px 0px;
}

.state01 h2,
.sec001 h2 {
    font-family: "cwTeXYen", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
    margin: 2% auto;
    color: #ffffff;

}

p {
    padding: 5px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: start;
}

/**step**/

.step {
    display: block;
}

/**step end**/

/*area1*/

.area01_box {
    width: 100%;
    overflow: hidden;
    /* margin: 0px 0px 50px; */
    background: #710f14;
    padding: 0px 0px 30px;
}

ul.step {
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
    margin: 3% 0 5% 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

ul.step>li {
    position: relative;
    height: 170px;
    box-shadow: 5px 6px 0px #000;
    width: 30%;
    display: flex;
    align-items: center;
    margin: 0 3% 0 0;
    background: #fff;
    padding: 10px 0px;
    border-radius: 15px;
    list-style-type: none;
}

ul.step li:last-child {
    margin: 0 0 0 0;
}

ul.step li:last-child img {
    width: 90%;
    margin: 0 auto;
}

ul.step>li p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 26px;
    padding: 24px;
    background: transparent;
    color: #282828;
}

ul.step>li>p>span {
    font-size: 20px;
    color: #bf0000;
}


ul.step>li:after {
    content: "";
    display: inline-block;
    border-left: 20px solid #a64d4d;
    border-top: 30px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid transparent;
    background-repeat: no-repeat;
    bottom: 160px;
    position: absolute;
    top: 50%;
    right: -15%;
    transform: translateY(-50%);
}

ul.step li:last-child:after {
    display: none;
}


/*applyBtn*/
.applyBtn_box {
    padding: 0 0 0px;
}

.applyBtn:first-child {
    width: 300px;
    padding: 20px 10px;
    font-size: 27px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-family: "å¾®è»Ÿæ­£é»‘é«”";
    font-weight: bold;
    margin: 0 50px 10px 0;
    border-radius: 8px;
    clear: both;
    background: #CC1313;
    box-shadow: 0 5px 0 #9A0808;
    box-sizing: border-box;
}

.applyBtn:last-child {
    width: 300px;
    padding: 20px 10px;
    font-size: 27px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-family: "å¾®è»Ÿæ­£é»‘é«”";
    font-weight: bold;
    margin: 0 0 10px 0;
    border-radius: 8px;
    clear: both;
    background: #CC1313;
    box-shadow: 0 5px 0 #9A0808;
    box-sizing: border-box;
}

.applyBtn:hover,
.applyBtn:active {
    text-decoration: none;
    background: #CC1313;
    box-shadow: none;
    position: relative;
    top: 5px;
}

/*ads04*/

.big-title {
    position: relative;
}

.big-title {
    padding-bottom: 30px;
    width: 95%;
    margin: 0 auto;
}

.big-title h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
}

.text-center {
    text-align: center;
}

.big-title h3 span {
    padding: 0 35px;
    position: relative;
    display: inline-block;
    line-height: 1.2;
}

.big-title h3 span::before {
    left: 0;
    top: calc(93% - 40px);
    position: absolute;
    content: "";
    width: 8px;
    height: 40px;
    background-color: #fff;
    display: block;
    transform: rotate(-25deg);
    border-radius: 8px;
    line-height: 1.2;
}

.big-title h3 span::after {
    right: 0;
    top: calc(93% - 40px);
    position: absolute;
    content: "";
    width: 8px;
    height: 40px;
    background-color: #fff;
    display: block;
    transform: rotate(25deg);
    border-radius: 8px;
    line-height: 1.2;
}

.block-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 40px;
}

.cards {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
    align-items: stretch;
}

.a-card {
    width: 40%;
}

.card-w {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 875px;
    margin: 0 auto;
    padding: 16px;
    background-color: #fff;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 0px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    flex-direction: column;
    justify-content: space-between;
}

.gift-text {
    margin-top: -27px;
    padding: 0 16px;
}

.a-card .card-w .subtitle {
    transform: translateX(-27px);
    background: url(//image.card.tw.r10s.com/images/common/landing/ad04/bg_red_a.png) left top no-repeat;
    width: 100%;
    height: 75px;
    background-size: contain;
}

.a-card .card-w .subtitle p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
    padding-left: 20px;
}

.rakuten_group_logo img {
    padding: 0% 18% 18%;
    width: 100%;
}

.gift-text {
    margin-top: -72px;
    padding-top: 0;
}

.a-card .card-w .gift-text p.f-ss {
    text-align: left;
    font-size: 1.2rem;
    line-height: 28px;
    color: #282828;
    font-weight: 800;
    padding: 30px 0 20px 0;
}



.f-ss span {
    color: #bf0000;
    font-weight: 800;
}

.a-card .card-w .btns {
    display: flex;
    gap: 10px;
    padding: 10px 10px 20px 10px;
    min-height: 100px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto;
}

.a-card .card-w .btns .btn-s {
    padding: 0;
    width: initial;
}

.btn-s {
    text-align: center;
}

.btn-s a.info {
    width: 125px;
    height: 28px;
    background: url(//image.card.tw.r10s.com/images/common/landing/ad04/btn_info.png) center center no-repeat;
    background-size: contain;
}

.btn-s a {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.5s ease-out;
}

.btn-s a span {
    color: transparent;
    text-indent: -9999px;
}