@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
html {
    height: 100%;
    font-size: 16px;
}
body {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', Meiryo, Sans-serif, Arial, PingFangTC;
    font-weight: 400; /*Regular */
    height: 100%;
    min-width: 320px;
    background-color: #c3e4ed;
    font-size: 1rem;
}
img {
    max-width: 100%;
}
a {
    color: #33bc8d;
}
a:hover {
    color: #e27a22;
}
.cyan {
    color: #0191b7;
}
.red {
    color: #a7071b;
}
.teal {
    color: #33bc8d;
}
.violet {
    color: #7a50ef;
}
.strong {
    font-weight: 700;
}
br.mobile {
    display: none;
}
.layout {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
.header {
    position: fixed;
    top: 0;
    height: 84px;
    width: 100%;
    z-index: 5;
}
.header.blue {
    background: rgba(50, 110, 156, 0.9);
    box-shadow: 0px 0px 12px rgba(154, 154, 154, 0.8);
}
.banner {
    background-image: url(../images/banner_1920.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1920px;
    height: 605px;
}
.logo {
    position: absolute;
    top: 25px;
    left: 24px;
    width: 195.3px;
    height: 31.9px;
    background-image: url(../images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 195.3px;
}
.mainicon {
    position: relative;
    top: 55px;
    margin: 0 auto;
    background-image: url(../images/main.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 661.5px;
    height: 550.5px;
    background-size: 661.5px;
}
.slide {
    display: none;
}
.rebate {
    padding: 0 93px;
    padding-bottom: 52px;
}
.rebate > div {
    position: relative;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 27px;
    padding: 21px 50px;
    margin-top: 20px;
}
.rebate > div .title {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    font-size: 36px;
    line-height: 38.4px;
    font-weight: 500;
    color: #000000;
    gap: 20px;
    min-height: 81px;
}
.rebate > div .title > div {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.rebate > div .title .blue {
    color: #1674e2;
}
.rebate > div .title .red {
    color: #a7071b;
    font-size: 45px;
    padding: 0 12px;
}
.rebate > div .goods {
    position: absolute;
}
.rebate > div .goods.icon1 {
    top: 105px;
    right: 78px;
    background-image: url(../images/goods1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 247px;
    height: 190px;
    background-size: 247px;
}
.rebate > div .goods.icon2 {
    top: 130px;
    right: 88px;
    background-image: url(../images/goods2.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 196.5px;
    height: 194.5px;
    background-size: 196.5px;
}
.rebate > div .content {
    color: #3e3e3e;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.2px;
    margin-top: 20px;
}
.rebate > div .content.content1 {
    padding-right: 300px;
}
.rebate > div .content.content2 {
    padding-right: 280px;
}
.rebate > div .content.list_title > div {
    text-indent: -105px;
    padding-left: 105px;
}
.rebate > div .content.list_title > div > span.t {
    width: 105px;
    text-indent: 0px;
}
.rebate > div .content.list_point > div {
    text-indent: -24px;
    padding-left: 24px;
}
.rebate > div .content.list_point > div::before {
    content: '‧';
    display: inline-block;
    width: 24px;
    text-indent: 0px;
}
.more-btn {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: 9px;
    font-size: 21px;
    line-height: 31px;
    color: #ffffff;
    letter-spacing: 0.21px;
    padding: 4px 9px 6px 16px;
    border-radius: 8px;
    background-color: #1674e2;
    text-decoration: none;
    margin-top: 20px;
}
.more-btn:hover {
    color: #ffffff;
    background-color: #e27a22;
}
.more-btn::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../images/more-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}
.more-btn:hover::after {
    background-image: url(../images/more-btn_hover.png);
    background-size: 22px;
}
.subtitle {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.24px;
    margin-top: 60px;
}
.subtitle.notice_subtitle {
    margin-top: 38px;
}
.subtitle.notice_subtitle2 {
    margin-top: 90px;
}
.subtitle::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #0191b7;
}
.notice {
    margin-top: 10px;
}
.notice > div {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #7e7e7e;
    text-indent: -16px;
    padding-left: 16px;
}
.notice > div::before {
    content: '‧';
    display: inline-block;
    width: 16px;
    text-indent: 0px;
}
.reward {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    margin: 0 177px;
    max-width: 800px;
    padding-top: 27px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #7e7e7e;
    margin-top: 27px;
}
.reward .color_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
}
.reward .color_box .reward_title {
    box-sizing: border-box;
    padding: 10px 24px;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 1.3px;
    color: #ffffff;
    background-color: #cf280d;
    border: 1px solid #ee8675;
    border-radius: 8px 0 0 8px;
    border-right: none;
    width: 134px;
    text-align: center;
    display: flex;
    align-items: center;
}
.reward .color_box .reward_content {
    box-sizing: border-box;
    padding: 14px 25px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.2px;
    color: #000000;
    background-color: #ffe7e3;
    border: 1px solid #ee8675;
    border-radius: 0 8px 8px 0;
    border-left: none;
    flex: 1;
}
.reward .color_box.cyan .reward_title {
    background-color: #0191b7;
    border-color: #65b4c9;
}
.reward .color_box.cyan .reward_content {
    background-color: #e9fcfc;
    border-color: #65b4c9;
}
.reward_notice {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.16px;
    color: #7e7e7e;
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    margin-top: 12px;
}
.cardtab {
    display: none;
    /*display: flex;*/
    position: relative;
    margin: 0 auto;
    align-items: flex-end;
    flex-direction: row;
    max-width: 342px;
    margin-top: 20px;
}
.cardtab > div {
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    color: #3e3e3e;
    border: solid 1px #ce1a30;
    padding: 0;
    font-size: 22px;
    line-height: 48px;
    letter-spacing: 0.55px;
    cursor: pointer;
}
.cardtab > div.active {
    color: #ffffff;
    background-color: #ce1a30;
    padding-top: 6px;
    padding-bottom: 5px;
    border-radius: 8px 8px 0 0;
}
.cardtab.tab2 > div {
    border: solid 1px #467cdb;
}
.cardtab.tab2 > div.active {
    background-color: #467cdb;
}
.cardtab + .description {
    margin-top: 12px;
}
.description {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    gap: 62px;
    margin-top: 51px;
}
.cardlist {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cardlist.hide {
    display: none;
}
.cardlist .caption {
    font-size: 29px;
    line-height: 40px;
    letter-spacing: 0.29px;
    color: #ce1a30;
    padding-bottom: 2px;
    border-bottom: solid 1px #ce1a30;
    margin-bottom: 30px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
.cardlist .caption.b {
    color: #467cdb;
    border-bottom: solid 1px #467cdb;
}
.card {
    box-sizing: border-box;
    width: 342px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.card_header {
    font-size: 29px;
    line-height: 38px;
    letter-spacing: 0.73px;
    padding: 6px 34px;
    color: #ffffff;
    background-color: #ce1a30;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 29px;
    border-radius: 10px 10px 0 0;
}
.card_header.b {
    background-color: #467cdb;
}
.card_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-radius: 0 0 10px 10px;
    padding: 6px 8px;
}
.arrow1 {
    background-image: url(../images/arrow_1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 40.5px;
    height: 40px;
    background-size: 40.5px;
    margin-top: 9px;
    margin-bottom: 6px;
}
.arrow2 {
    background-image: url(../images/arrow_2.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 40.5px;
    height: 40px;
    background-size: 40.5px;
    margin-top: 9px;
    margin-bottom: 6px;
}
.card_desc {
    flex: 1;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.45px;
    padding-left: 10px;
    color: #000000;
    font-weight: 500;
}
.questionlist {
    position: relative;
    max-width: 1154px;
    margin: 0 auto;
    margin-top: 18px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    border-top: 1px solid #dbdbdb;
}
.question {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
}
.question > div {
    padding-top: 15px;
}
.question > div.q {
    position: relative;
    color: #3a3a3a;
    text-indent: -40px;
    padding-left: 50px;
    cursor: pointer;
    padding-right: 50px;
}
.question > div.q::before {
    content: 'Ｑ：';
    display: inline-block;
    width: 40px;
    text-align: center;
    text-indent: 0;
}
.question > div.q::after {
    content: '';
    position: absolute;
    top: 21px;
    right: 21px;
    background-image: url(../images/extend_1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 20.5px;
    height: 20px;
    background-size: 20.5px;
}
.question.open {
    background-color: #effaff;
}
.question.open > div.q {
    color: #3381bc;
}
.question.open > div.q::after {
    background-image: url(../images/extend_2.png);
    background-size: 20.5px;
}
.question > div.a {
    color: #3a3a3a;
    padding-left: 50px;
    padding-right: 50px;
}
.notice2 {
    margin: 20px auto;
}
.notice2 > div {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #7e7e7e;
    padding-bottom: 11px;
    text-indent: -16px;
    padding-left: 16px;
}
.notice2 > div::before {
    content: '‧';
    display: inline-block;
    width: 16px;
    text-indent: 0px;
}
.footer {
    padding: 47px 16px 35px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.18px;
    color: #ffffff;
    background-image: linear-gradient(to bottom, #c3e4ed, #3381bc 50%, #3381bc);
    text-align: center;
}
.logo2 {
    display: block;
    width: 195.3px;
    height: 31.9px;
    background-image: url(../images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 195.3px;
    margin-bottom: 12px;
}
@media only screen and (max-width: 1280px) {
    .rebate {
        padding: 0 17px;
    }
    .rebate > div {
        padding: 21px;
    }
    .rebate > div .title {
        font-size: 32px;
    }
    .rebate > div .title .red {
        font-size: 42px;
    }
    .rebate > div .goods.icon1 {
        top: 105px;
        right: 22px;
    }
    .rebate > div .goods.icon2 {
        top: 130px;
        right: 33px;
    }
    .rebate > div .content.content1 {
        padding-right: 265px;
    }
    .rebate > div .content.content2 {
        padding-right: 220px;
    }
}
@media only screen and (max-width: 960px) {
    .reward {
        margin: 0 79px;
        margin-top: 27px;
    }
    .reward .color_box .reward_title {
        padding: 10px;
        width: 106px;
    }
    .reward_notice {
        max-width: 100%;
        margin: 0 79px;
        margin-top: 12px;
    }
    .description {
        gap: 30px;
    }
}
@media only screen and (max-width: 800px) {
    .banner {
        background-image: url(../images/banner_800.png);
        background-size: 800px;
    }
}
@media only screen and (max-width: 760px) {
    .cardtab {
        display: flex;
    }
    .cardlist .caption {
        display: none;
    }
}
@media only screen and (max-width: 700px) {
    .banner {
        height: 400px;
        background-size: 700px;
    }
    .mainicon {
        top: 85px;
        width: 330.75px;
        height: 275.25px;
        background-size: 330.75px;
    }
}
@media only screen and (max-width: 630px) {
    br.mobile {
        display: inline;
    }
    .mobileblock,
    .mobileblock .red {
        display: inline-block;
    }
    .header {
        height: 75px;
    }
    .logo {
        top: 18px;
        left: 30px;
    }
    .rebate > div .title {
        flex-direction: column;
    }
    .rebate > div .title > div {
        justify-content: center;
        text-align: center;
    }
    .rebate > div .goods {
        position: relative;
    }
    .rebate > div .goods.icon1,
    .rebate > div .goods.icon2 {
        top: auto;
        right: auto;
        margin: 20px auto;
    }
    .rebate > div .content.content1,
    .rebate > div .content.content2 {
        padding-right: 0;
    }
    .reward {
        margin: 0;
        margin-top: 27px;
    }
    .reward .color_box .reward_content {
        padding: 10px 16px;
    }
    .reward_notice {
        margin: 0;
        margin-top: 12px;
    }
    .logo2 {
        position: relative;
        margin: 0 auto;
        margin-bottom: 12px;
    }
    .footer {
        text-align: left;
    }
    .footer .divider {
        display: none;
    }
    .footer > div {
        width: 100%;
    }
}
@media only screen and (max-width: 430px) {
    .banner {
        background-image: url(../images/banner_430.png);
        background-size: 430px;
        height: 812px;
    }
    .mainicon {
        position: relative;
        top: 55px;
        margin: 0 auto;
        background-image: url(../images/main_mobile.png);
        background-position: center;
        background-repeat: no-repeat;
        width: auto;
        max-width: 420.5px;
        padding-bottom: 161.57%; /* 680.5/420.5 * 100% */
        background-size: cover;
        box-sizing: border-box;
    }
    .slide {
        display: block;
        top: 55px;
        position: relative;
        background-image: url(../images/slide.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 78px;
        width: 78px;
        height: 28px;
        margin: 0 auto;
    }
    .rebate {
        padding: 0;
        background-color: #ebebeb;
    }
    .rebate > div {
        border-radius: 0;
    }
    .rebate > div:first-child {
        margin-top: 0;
    }
    .more-btn-outer {
        text-align: center;
        margin-left: -21px;
        margin-right: -21px;
    }
    .more-btn {
        font-size: 26px;
        line-height: 52px;
        white-space: nowrap;
    }
    .subtitle.notice_subtitle {
        margin-top: 22px;
    }
    .subtitle.notice_subtitle2 {
        margin-top: 40px;
    }
    .footer {
        background-image: none;
        background-color: #3381bc;
    }
}
