@charset "UTF-8";
@keyframes txtAni {
    0% {
        color: #F8D14C;
    }
    100% {
        color: red;
    }
}
.code {
    background-color: #ccc;
    min-width: 150px;
    display: inline-block;
    padding: 5px;
}

body, body * {
    font-family: "microsoft jhenghei", Verdana, Arial, sans-serif;
}

body {
    overflow: auto;
    color: #5a5a5a;
}
body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}
a.link-1 {
    color: #ff6800;
    transition: 0.3s linear;
}
a.link-1:hover {
    color: #dd5b00;
    transition: 0.3s linear;
}
a.link-2 {
    color: #5a5a5a;
    transition: 0.3s linear;
}
a.link-2:hover {
    color: #000;
    transition: 0.3s linear;
}
a.link-3 {
    color: #007aff;
    transition: 0.3s linear;
}
a.link-3:hover {
    color: #007aff;
    text-decoration: underline;
    transition: 0.3s linear;
}

.btn {
    text-decoration: none;
}
.btn.btn-1 {
    color: #000;
    background-color: #ffeca2;
    transition: 0.3s linear;
}
.btn.btn-1:hover, .btn.btn-1.current {
    color: #fb6700;
    background-color: #fff;
    transition: 0.3s linear;
}
.btn.btn-1.disabled {
    color: #D5D5D5;
    background-color: #F6F6F6;
    transition: 0.3s linear;
}
.btn.btn-2 {
    color: #1e1e1e;
    background-color: #ffde00;
    transition: 0.3s linear;
}
.btn.btn-2:hover, .btn.btn-2.current {
    color: #1e1e1e;
    background-color: #D2B806;
    transition: 0.3s linear;
}
.btn.btn-2.disabled {
    color: #D5D5D5;
    background-color: #F6F6F6;
    transition: 0.3s linear;
}
.btn.btn-3 {
    color: #1e1e1e;
    background-color: #a1ff69;
    transition: 0.3s linear;
}
.btn.btn-3:hover, .btn.btn-3.current {
    color: #1e1e1e;
    background-color: #87D25A;
    transition: 0.3s linear;
}
.btn.btn-3.disabled {
    color: #D5D5D5;
    background-color: #F6F6F6;
    transition: 0.3s linear;
}
.btn.btn-4 {
    color: #1e1e1e;
    background-color: #62eeff;
    transition: 0.3s linear;
}
.btn.btn-4:hover, .btn.btn-4.current {
    color: #1e1e1e;
    background-color: #54C4D2;
    transition: 0.3s linear;
}
.btn.btn-4.disabled {
    color: #D5D5D5;
    background-color: #F6F6F6;
    transition: 0.3s linear;
}
.btn.btn-5 {
    color: #FC944C;
    box-shadow: inset 0 0 0 1px #FC944C;
    transition: 0.3s linear;
}
.btn.btn-5:hover, .btn.btn-5.current {
    color: #FB6700;
    box-shadow: inset 0 0 0 1px #FB6700;
    transition: 0.3s linear;
}
.btn.btn-5.disabled {
    color: #EAEAEA;
    box-shadow: inset 0 0 0 1px #EAEAEA;
    transition: 0.3s linear;
}
.btn.btn-6 {
    color: #fff;
    background-color: #FC944C;
    transition: 0.3s linear;
}
.btn.btn-6:hover, .btn.btn-6.current {
    color: #fff;
    background-color: #FB6700;
    transition: 0.3s linear;
}
.btn.btn-6.disabled {
    color: #D5D5D5;
    background-color: #F6F6F6;
    transition: 0.3s linear;
}
.btn.btn-7 {
    color: #5a5a5a;
    background-color: #D6D6D6;
    transition: 0.3s linear;
}
.btn.btn-7:hover, .btn.btn-7.current {
    color: #5a5a5a;
    background-color: #BEBEBE;
    transition: 0.3s linear;
}
.btn.btn-7.disabled {
    color: #D5D5D5;
    background-color: #F6F6F6;
    transition: 0.3s linear;
}
.btn.btn-8 {
    color: #1e1e1e;
    background-color: #ffde00;
    transition: 0.3s linear;
}
.btn.btn-8:hover, .btn.btn-8.current {
    color: #1e1e1e;
    background-color: #ffe46d;
    transition: 0.3s linear;
}
.btn.btn-8.disabled {
    color: #D5D5D5;
    background-color: #F6F6F6;
    transition: 0.3s linear;
}
.btn.btn-9 {
    color: #fff;
    background-color: #2a93d4;
    transition: 0.3s linear;
}
.btn.btn-9:hover, .btn.btn-9.current {
    color: #fff;
    background-color: #51a3d6;
    transition: 0.3s linear;
}
.btn.btn-9.disabled {
    color: #D5D5D5;
    background-color: #F6F6F6;
    transition: 0.3s linear;
}
.btn.btn-10 {
    color: #fff;
    background-color: #808080;
    transition: 0.3s linear;
}
.btn.btn-10:hover, .btn.btn-10.current {
    filter: brightness(1.2);
    transition: 0.3s linear;
}
.btn.btn-10.disabled {
    color: #D5D5D5;
    background-color: #F6F6F6;
    transition: 0.3s linear;
}

.btn-box {
    width: 100%;
    text-align: center;
    display: flex;
}
.btn-box .btn {
    display: inline-block;
    text-align: center;
}

.select-box {
    position: relative;
    width: 100%;
}
.select-box .select-action {
    border: 1px solid #969696;
    border-radius: 3px;
    padding: 10px 20px;
    position: relative;
    background-color: #fff;
}
.select-box .select-action:after {
    content: "";
    background: url(../Images/inside/ic-dropdown-triangle.svg) no-repeat center center;
    position: absolute;
    right: 20px;
    width: 13px;
    height: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.select-box .select-action.error {
    border-color: #ff4545;
}
.select-box .select-action.dropdown-open {
    border-color: #f9be00;
}
.select-box .select-action img {
    position: absolute;
    width: 13px;
    height: 11px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
}
.select-box:not(.sp-select) .dropdown-menu {
    max-height: 200px;
}
.select-box .dropdown-menu {
    overflow: auto;
    border: 1px solid #969696;
    width: calc(100% - 2px);
}
.select-box .dropdown-menu .dropdown-anchor {
    display: none;
}
.select-box .dropdown-menu ul {
    border-radius: 2px;
}
.select-box .dropdown-menu li {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 1;
    transition: 0.3s linear;
}
.select-box .dropdown-menu li a {
    padding: 11px 20px;
    position: relative;
}
.select-box .dropdown-menu li a:hover {
    background-color: #fff0b2;
    color: #1e1e1e;
    transition: 0.3s linear;
}
.select-box .dropdown-menu li a span {
    position: absolute;
    right: 20px;
    font-size: 14px;
}

.notice {
    color: #5a5a5a;
}
.notice .notice-title {
    color: #5a5a5a;
    margin-bottom: 10px;
    font-size: 15px;
}
.notice ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.notice ul.ul-disc {
    list-style: disc;
    margin-left: 25px;
}
.notice ul.ul-cjk-i {
    list-style: cjk-ideographic;
    margin-left: 35px;
}
.notice ul.ul-la {
    list-style: lower-alpha;
    margin-left: 25px;
}
.notice li {
    line-height: 25px;
    font-size: 15px;
}

p {
    line-height: 22px;
}
p.mark {
    padding-left: 17px;
    position: relative;
    word-break: keep-all;
}
p.mark:after {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.page {
    width: 100%;
    text-align: center;
}
.page a {
    text-decoration: none;
    color: #444;
    height: 25px;
    min-width: 25px;
    border-radius: 2px;
    margin: 0 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    padding: 0 8px;
    box-sizing: border-box;
    transition: 0.3s linear;
}
.page a .fa {
    font-size: 20px;
    vertical-align: text-bottom;
    color: #8f8f87;
    transition: 0.3s linear;
}
.page a.current {
    background-color: #f99149;
    color: #fff;
    transition: 0.3s linear;
}
.page a:hover {
    background-color: #e4e4e4;
    transition: 0.3s linear;
}
.page a:hover .fa {
    color: #343434;
    transition: 0.3s linear;
}

.input-check {
    padding-left: 26px;
    position: relative;
    min-height: 18px;
    line-height: 22px;
}
.input-check label {
    vertical-align: middle;
}
.input-check .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
}
.input-check input[type=checkbox] + .box {
    display: block;
    cursor: pointer;
}
.input-check input[type=checkbox] {
    display: none;
}
.input-check input[type=checkbox] + .box:before {
    content: "";
    border: 0.1em solid #FB6700;
    border-radius: 0.2em;
    display: inline-block;
    width: 13px;
    height: 13px;
    padding-left: 2px;
    padding-bottom: 2px;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
    background: url(../Images/inside/ic-check.svg) no-repeat center center;
}
.input-check label:active input[type=checkbox]:not(:disabled) + .box:before {
    transform: scale(0);
}
.input-check input[type=checkbox]:checked + .box:before {
    background-color: #FB6700;
    border-color: #FB6700;
    color: #fff;
}
.input-check input[type=checkbox]:not(:checked):disabled + .box:before {
    transform: scale(1);
    border-color: #D6D6D6;
    background: #F6F6F6;
}
.input-check input[type=checkbox]:checked:disabled + .box:before {
    transform: scale(1);
    background-color: #FB6700;
    border-color: #FB6700;
}

.input-radio {
    padding-left: 26px;
    position: relative;
}
.input-radio label {
    vertical-align: middle;
}
.input-radio .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
}
.input-radio input[type=radio] + .box {
    display: block;
    cursor: pointer;
}
.input-radio input[type=radio] {
    display: none;
}
.input-radio input[type=radio] + .box:before {
    content: "";
    border: 2px solid #7C7C7C;
    border-radius: 50%;
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
}
.input-radio label:active input[type=radio]:not(:disabled) + .box:before {
    transform: scale(0);
}
.input-radio input[type=radio]:checked + .box:before {
    background-color: #FB6700;
    border: 0;
    color: #fff;
    background: url(../Images/inside/ic-radio-button-on.svg) no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: relative;
    left: -2px;
}
.input-radio input[type=radio]:not(:checked):disabled + .box:before {
    transform: scale(1);
    border-color: #D6D6D6;
    background: #F6F6F6;
}
.input-radio input[type=radio]:checked:disabled + .box:before {
    transform: scale(1);
    width: 18px;
    height: 18px;
    border-color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.text-c {
    text-align: center;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.table {
    width: 100%;
    display: table;
    color: #5a5a5a;
    line-height: 20px;
}
.table.table-nb .thead .td {
    padding: 12px 0;
}
.table.table-nb .tbody .td {
    height: 66px;
    padding: 0;
}
.table.table-bd {
    border-collapse: collapse;
}
.table.table-bd .td {
    border: 1px solid #e9c58b;
    padding: 12px 0;
}
.table.table-bdg {
    border-collapse: collapse;
}
.table.table-bdg .td {
    border: 1px solid #ccc;
    padding: 12px 0;
}
.table .thead {
    display: table-row-group;
}
.table .thead *:not(.tiny-tip) {
    font-size: 16px;
}
.table .tbody {
    display: table-row-group;
}
.table .tbody *:not(.tiny-tip) {
    font-size: 15px;
}
.table .tiny-tip {
    font-size: 13px;
}
.table .tr {
    display: table-row;
}
.table .td {
    display: table-cell;
    vertical-align: middle;
}
.table .td .btn {
    text-align: center;
    display: inline-block;
    min-width: 90px;
    padding: 9px 0;
    border-radius: 20px;
}
.table .bgc-1 {
    background-color: #fdf1c1;
}
.table .bgc-2 {
    background-color: #fafafa;
}
.table .bgc-3 {
    background-color: #f1f1f1;
}
.table .bgc-4 {
    background-color: #fff4a5;
}
.table .bgc-5 {
    background-color: #fcbd83;
}
.table .bgc-6 {
    background-color: #fcf4e2;
}
.table .bgc-7 {
    background-color: #f8e8a5;
}
.table .bgc-8 {
    background-color: #fff9d0;
}

.blank-1 {
    width: 100%;
    height: 5px;
}

.blank-2 {
    width: 100%;
    height: 10px;
}

.blank-3 {
    width: 100%;
    height: 15px;
}

.tip-fc-1 {
    color: #ff4b4b;
}

.tip-fc-2 {
    color: #ff6800;
}

.tip-fc-3 {
    color: #47b354;
}

.tip-fc-4 {
    color: #000;
}

.tip-fc-5 {
    color: #00bde0;
}

.tip-fc-6 {
    color: #D71718;
}

.tip-fc-7 {
    color: #004DA1;
}

.fz-s {
    font-size: 0.8em !important;
}

.fz-sm {
    font-size: 0.9em !important;
}

.fz-l {
    font-size: 1.3em !important;
}

.input, .textarea {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.input .fa, .textarea .fa {
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    top: 10px;
    font-size: 20px;
    color: #B7B7B7;
    z-index: 1;
}
.input .fa.fa-times-circle, .textarea .fa.fa-times-circle {
    cursor: pointer;
    display: none;
}
.input input::-webkit-input-placeholder, .textarea input::-webkit-input-placeholder {
    color: #5a5a5a;
}
.input input::-moz-input-placeholder, .textarea input::-moz-input-placeholder {
    color: #5a5a5a;
}
.input input::-ms-input-placeholder, .textarea input::-ms-input-placeholder {
    color: #5a5a5a;
}
.input input[type=text],
.input input[type=password],
.input input[type=number],
.input input[type=tel],
.input input[type=email],
.input textarea, .textarea input[type=text],
.textarea input[type=password],
.textarea input[type=number],
.textarea input[type=tel],
.textarea input[type=email],
.textarea textarea {
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    padding: 8.5px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #969696;
    outline: 0;
}
.input input[type=text]:focus,
.input input[type=password]:focus,
.input input[type=number]:focus,
.input input[type=tel]:focus,
.input input[type=email]:focus,
.input textarea:focus, .textarea input[type=text]:focus,
.textarea input[type=password]:focus,
.textarea input[type=number]:focus,
.textarea input[type=tel]:focus,
.textarea input[type=email]:focus,
.textarea textarea:focus {
    background-color: #fff;
    border: 1px solid #f9be00;
}
.input input[type=text][readonly],
.input input[type=password][readonly],
.input input[type=number][readonly],
.input input[type=tel][readonly],
.input input[type=email][readonly],
.input textarea[readonly], .textarea input[type=text][readonly],
.textarea input[type=password][readonly],
.textarea input[type=number][readonly],
.textarea input[type=tel][readonly],
.textarea input[type=email][readonly],
.textarea textarea[readonly] {
    background-color: #fff;
    border: 1px solid #fff;
    padding-left: 0;
}
.input input[type=text].hv,
.input input[type=password].hv,
.input input[type=number].hv,
.input input[type=tel].hv,
.input input[type=email].hv,
.input textarea.hv, .textarea input[type=text].hv,
.textarea input[type=password].hv,
.textarea input[type=number].hv,
.textarea input[type=tel].hv,
.textarea input[type=email].hv,
.textarea textarea.hv {
    background-color: #fff;
}
.input .txt, .textarea .txt {
    font-size: 13px;
    line-height: 1;
    padding-top: 3px;
}
.input.error input[type=text],
.input.error input[type=password],
.input.error input[type=number],
.input.error input[type=tel],
.input.error input[type=email],
.input.error textarea, .textarea.error input[type=text],
.textarea.error input[type=password],
.textarea.error input[type=number],
.textarea.error input[type=tel],
.textarea.error input[type=email],
.textarea.error textarea {
    border: 1px solid #ff4545;
    background-color: #ffe8f8;
}
.input textarea, .textarea textarea {
    resize: none;
    height: 85px;
    line-height: 1.38;
}
.input.msg-captcha, .textarea.msg-captcha {
    display: flex;
}
.input.msg-captcha input, .textarea.msg-captcha input {
    width: calc(100% - 149px);
    border-radius: 3px 0 0 3px;
}
.input.msg-captcha .btn, .textarea.msg-captcha .btn {
    border-radius: 0 3px 3px 0;
    line-height: 40px;
    width: 149px;
    text-align: center;
}
.input.msg-captcha .btn.re, .textarea.msg-captcha .btn.re {
    background-color: #d6d6d6;
    color: #fff;
}
.input.captcha, .textarea.captcha {
    display: flex;
}
.input.captcha input, .textarea.captcha input {
    width: calc(100% - 40px - 100px);
    border-radius: 3px 0 0 3px;
}
.input.captcha .change, .textarea.captcha .change {
    background-color: #fc944c;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
}

#slide option {
    position: relative;
}
#slide option span {
    position: absolute;
    right: 0;
}

.caption-list dl {
    letter-spacing: 1px;
}
.caption-list dl dt {
    color: #000;
    margin-bottom: 8px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #e7e6e6;
    position: relative;
    padding-left: 26px;
    line-height: 1.5;
}
.caption-list dl dt img {
    position: absolute;
    top: 0;
    left: 0;
}
.caption-list dl dd {
    line-height: 1.6;
    font-size: 15px;
}
.caption-list dl dd ol {
    list-style-type: decimal;
    margin-left: 25px;
}
.caption-list dl dd img {
    max-width: 100%;
}

body > .content {
    width: 100%;
}
body > .content .main {
    position: relative;
}

.news-tag {
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    background-color: #747474;
}

@media screen and (min-width: 769px) {
    .pd-default {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media screen and (max-width: 768px) {
    .pd-default {
        padding-left: 10px;
        padding-right: 10px;
    }
    .input .small-tip::-webkit-input-placeholder,
    .textarea .small-tip::-webkit-input-placeholder {
        font-size: 13px;
    }
    .input .small-tip::-moz-input-placeholder,
    .textarea .small-tip::-moz-input-placeholder {
        font-size: 13px;
    }
    .input .small-tip::-ms-input-placeholder,
    .textarea .small-tip::-ms-input-placeholder {
        font-size: 13px;
    }
}
.page-applepay .breadcrumb {
    width: 95%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 20px 0;
}
.page-applepay .breadcrumb a {
    color: #757575;
}
.page-applepay .wrap h2 {
    font-weight: bold;
    color: #5a5a5a;
    font-size: 40px;
    text-align: center;
    padding: 100px 0 60px;
}
.page-applepay .top-banner {
    display: block;
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0;
    position: relative;
    transition: 0.3s linear;
}
.page-applepay .top-banner .wrap {
    width: 100%;
    max-width: 1160px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}
.page-applepay .top-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin: 0 auto;
}
.page-applepay .top-banner .bg-mb {
    display: none;
}
.page-applepay .top-banner .btn-row {
    position: absolute;
    left: 5%;
    top: 500px;
    display: flex;
    gap: 40px;
    width: 440px;
}
.page-applepay .top-banner .btn-row a {
    border: 1px solid #000;
    border-radius: 50px;
    width: 198px;
    height: 68px;
    text-align: center;
    display: inline-block;
    line-height: 70px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s linear;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.page-applepay .top-banner .btn-row a:hover {
    transition: 0.3s linear;
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.page-applepay .top-banner .btn-row a.btn-1 {
    color: #5a5a5a;
    background-color: #fff;
}
.page-applepay .top-banner .btn-row a.btn-2 {
    color: #fff;
    background-color: #1e1e1e;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
}
.page-applepay .se-1 {
    padding-bottom: 150px;
}
.page-applepay .se-1 .wrap {
    width: 95%;
    max-width: 1160px;
    margin: auto;
}
.page-applepay .se-1 .flex-box {
    display: flex;
    gap: 10px;
}
.page-applepay .se-1 .flex-box dl {
    background: url(../Images/applepay/bg.jpg) repeat center center;
    border-radius: 10px;
    padding: 60px 40px;
    text-align: center;
}
.page-applepay .se-1 .flex-box dl dt {
    margin-top: 10px;
    font-size: 25px;
    font-weight: bold;
}
.page-applepay .se-1 .flex-box dl .txt {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin-top: 10px;
}
.page-applepay .se-2 {
    background: url(../Images/applepay/bg.jpg) repeat center center;
    padding-bottom: 200px;
}
.page-applepay .se-2 .wrap {
    width: 95%;
    max-width: 1160px;
    margin: auto;
}
.page-applepay .se-2 .grid-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 260px) 15px) minmax(100px, 260px);
    gap: 12px;
    align-items: center;
    align-items: stretch;
}
.page-applepay .se-2 .grid-box .step-box {
    border: 1px solid #808080;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.page-applepay .se-2 .grid-box .step-box .step {
    background: linear-gradient(90deg, #7B7B7B, #5A5A5A);
    padding: 18px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.page-applepay .se-2 .grid-box .step-box dl {
    padding: 40px 30px;
    background-color: #fff;
    height: 100%;
}
.page-applepay .se-2 .grid-box .step-box dl dt {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.page-applepay .se-2 .grid-box .step-box dl dd {
    font-size: 18px;
    line-height: 30px;
}
.page-applepay .se-2 .grid-box .arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #a7a7a7;
    border-right: 0 solid transparent;
    display: inline-block;
    align-self: center;
}
.page-applepay .se-3 {
    padding-bottom: 200px;
}
.page-applepay .se-3 .wrap {
    width: 95%;
    max-width: 900px;
    margin: auto;
}
.page-applepay .se-3 .wrap .flex-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    gap: 6%;
}
.page-applepay .se-3 .wrap .flex-box dl dt {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}
.page-applepay .se-3 .wrap .flex-box dl dd {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.page-applepay .se-3 .wrap .flex-box dl a {
    color: #016a88;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
.page-applepay .se-3 .wrap .flex-box dl a:hover {
    text-decoration: underline;
}
.page-applepay .se-3 .wrap .flex-box dl a .arrow {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #016a88;
    border-right: 0 solid transparent;
    display: inline-block;
}
.page-applepay .se-3 .wrap .contact-box {
    background: linear-gradient(90deg, #202020, #4b4b4b);
    border-radius: 10px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 200px;
}
.page-applepay .se-3 .wrap .contact-box h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
.page-applepay .se-3 .wrap .contact-box .btn-row {
    display: flex;
    gap: 20px;
}
.page-applepay .se-3 .wrap .contact-box .btn-row a {
    border-radius: 50px;
    width: 178px;
    height: 46px;
    text-align: center;
    display: inline-block;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.025);
    transition: 0.3s linear;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.page-applepay .se-3 .wrap .contact-box .btn-row a:hover {
    transition: 0.3s linear;
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.page-applepay .se-3 .wrap .contact-box .btn-row a.btn-1 {
    color: #5a5a5a;
    background-color: #fff;
}
.page-applepay .se-3 .wrap .contact-box .btn-row a.btn-2 {
    color: #fff;
    background-color: #FB7400;
}
@media screen and (max-width: 1160px) {
    .page-applepay .top-banner {
        height: 480px;
    }
    .page-applepay .top-banner .wrap {
        max-width: 748px;
    }
    .page-applepay .top-banner .btn-row {
        top: 330px;
        gap: 20px;
        left: 3%;
    }
    .page-applepay .top-banner .btn-row a {
        width: 138px;
        height: 38px;
        line-height: 40px;
        font-size: 18px;
    }
    .page-applepay .wrap h2 {
        padding: 60px 0;
    }
    .page-applepay .se-1 {
        padding-bottom: 100px;
    }
    .page-applepay .se-1 .flex-box dl {
        padding: 40px;
    }
    .page-applepay .se-1 .flex-box dl .img {
        width: 120px;
        margin: auto;
    }
    .page-applepay .se-1 .flex-box dl .img img {
        width: 100%;
        vertical-align: top;
    }
    .page-applepay .se-2, .page-applepay .se-3 {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 900px) {
    .page-applepay .se-1 .flex-box dl {
        padding: 20px;
    }
    .page-applepay .se-1 .flex-box dl .img {
        width: 90px;
    }
    .page-applepay .se-2 .grid-box .step-box dl {
        padding: 20px;
    }
    .page-applepay .se-3 .wrap .contact-box {
        padding: 0 30px;
    }
    .page-applepay .se-3 .wrap .contact-box h3 {
        line-height: 40px;
    }
    .page-applepay .se-3 .wrap .contact-box .btn-row a {
        width: 148px;
    }
}
@media screen and (max-width: 768px) {
    .page-applepay .bg-mb {
        display: block !important;
    }
    .page-applepay .bg-pc {
        display: none !important;
    }
    .page-applepay .wrap h2 {
        font-size: 22px;
        padding: 30px 0;
        line-height: 30px;
    }
    .page-applepay .top-banner {
        height: auto;
    }
    .page-applepay .top-banner img {
        all: unset;
        width: 100%;
        vertical-align: top;
    }
    .page-applepay .top-banner .btn-row {
        top: unset;
        bottom: 11%;
        left: 6%;
        width: 50%;
    }
    .page-applepay .top-banner .btn-row a {
        width: 40%;
        height: 30px;
    }
    .page-applepay .top-banner .btn-row a.btn-1, .page-applepay .top-banner .btn-row a.btn-2 {
        border-radius: unset;
        color: transparent;
        background: unset;
        border: unset;
        box-shadow: unset;
    }
    .page-applepay .se-1 {
        padding-bottom: 40px;
    }
    .page-applepay .se-1 .wrap {
        width: 90%;
    }
    .page-applepay .se-1 .wrap h2 span {
        display: block;
    }
    .page-applepay .se-1 .flex-box {
        flex-direction: column;
    }
    .page-applepay .se-1 .flex-box dl .img {
        width: 70px;
    }
    .page-applepay .se-1 .flex-box dl dt {
        font-size: 20px;
    }
    .page-applepay .se-1 .flex-box dl dd {
        font-size: 16px;
    }
    .page-applepay .se-2 {
        padding-bottom: 40px;
    }
    .page-applepay .se-2 .wrap {
        width: 90%;
    }
    .page-applepay .se-2 .grid-box {
        grid-template-columns: 1fr;
    }
    .page-applepay .se-2 .grid-box .step {
        font-size: 16px;
        padding: 10px;
    }
    .page-applepay .se-2 .grid-box .step-box dl dt {
        font-size: 20px;
    }
    .page-applepay .se-2 .grid-box .step-box dl dd {
        font-size: 16px;
        text-align: center;
    }
    .page-applepay .se-2 .grid-box .arrow {
        text-align: center;
        margin: auto;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    .page-applepay .se-3 {
        padding-bottom: 40px;
    }
    .page-applepay .se-3 .wrap {
        width: 90%;
    }
    .page-applepay .se-3 .wrap h2 {
        max-width: 100%;
    }
    .page-applepay .se-3 .wrap .flex-box {
        gap: 30px;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .page-applepay .se-3 .wrap .flex-box dl dt {
        font-size: 18px;
    }
    .page-applepay .se-3 .wrap .flex-box dl dd {
        font-size: 16px;
    }
    .page-applepay .se-3 .wrap .contact-box {
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
        height: auto;
    }
    .page-applepay .se-3 .wrap .contact-box .btn-row a {
        font-size: 16px;
        height: 38px;
        line-height: 40px;
    }
}