@charset "UTF-8";
/* ===== reset ===== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ===== reset ===== */
.paypalCampaign .mainVisual__inner {
    position: relative;
}

.paypalCampaign {
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Noto Sans CJK JP','FontAwesome';
    /* === ボタン === */
    /* === タイトル === */
    /* === メインビジュアル === */
    /* === キャンペーン詳細 === */
    /* === 特典付与について === */
    /* === ペイパルとは === */
    /* === 銀行口座決済のご利用方法 === */
}


.paypalCampaign .sp-size {
    display: none;
}


.paypalCampaign .c-btn {
    position: relative;
    width:  100%;
    margin: 0 auto;
    text-align: center;
}

.paypalCampaign .c-btn a {
    display: block;
    width: 100%;
    padding: 0.6em 0;
    color: #fff;
    font-size: 1.3em;
    font-weight: 500;
    background: #fb0;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
    border-radius: 38px;
    position: relative;
    margin: 0.6em auto;
}

.paypalCampaign .c-btn a:hover {
    transition: 0.3s ease-out;
    letter-spacing: 2px;
}

.paypalCampaign .c-btn span {
    position: relative;
    padding-right: 0.3em;
}

.paypalCampaign .c-btn span::after {
    position: absolute;
    content: "";
    width: 21px;
    height: auto;
    background: url(../images/ico_tab.svg)no-repeat center/contain;
    top: -2px;
    bottom: 0;
    margin: 0;
    right: -1em;
}

.paypalCampaign .c-btn__detail {
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    transition: all .3s;
}

.paypalCampaign .c-btn__detail a {
    display: block;
    position: relative;
    width: 15em;
    margin: 0 auto;
    padding: 8px 0;
    color: #009cde;
    background: #fff;
    border: 2px solid #009cde;
    border-radius: 36px;
    letter-spacing: -1px;
}

.paypalCampaign .c-btn__detail a:hover {
    transition: 0.3s ease-out;
    letter-spacing: 0;
}

.paypalCampaign .c-btn__detail a::after {
    position: absolute;
    content: "";
    width: 15px;
    height: auto;
    background: url(../images/ico_tab_blue.svg)no-repeat center/contain;
    top: -0.3em;
    bottom: 0;
    margin: 0;
    right: 1em;
}

.paypalCampaign .c-btn__detail span {
    position: relative;
}

.paypalCampaign .signUp {
    background-color: #ebf8ff;
    text-align: center;
    padding: 2.6em 0;
}

.paypalCampaign .signUp p {
    font-size: 1.6em;
}

.paypalCampaign .signUp .c-btn a {
    max-width: 20em;
    min-width: 10em;
}

.paypalCampaign .signUp__detail {
    color: #013088;
    position: relative;
    padding-right: 10px;
}

.paypalCampaign .signUp__detail::after {
    position: absolute;
    content: "";
    width: 14px;
    height: auto;
    background: url(../images/ico_tab_deepblue.svg)no-repeat center/contain;
    top: 0;
    bottom: 0;
    margin: 0;
    right: -8px;
}

.paypalCampaign .c-contents-ttl {
    text-align: center;
    color: #013088;
    font-size: 2.4em;
    display: inline-block;
    background: url(../images/pic_line.png) no-repeat center bottom/contain;
    background-size: 80px;
    margin: 1.6em auto 1.2em;
    padding-bottom: 16px;
    width: 100%;
}

.paypalCampaign .mainVisual {
    background-color: #003087;
}

.paypalCampaign .mainVisual__close {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    position: absolute;
    width: 100%;
    height: calc(100%);
    background-color: rgba(0, 48, 135, 0.7);
    color: #fff;
    font-size: 6vw;
    font-weight: bold;
    z-index: 800;
    top: 0;
    left: 0;
}

.paypalCampaign .mainVisual img {
    margin: 0 auto;
    width: 100%;
}

.paypalCampaign .mainVisual__wrap {
    margin: 0 auto;
    width: fit-content;
}

.paypalCampaign .mainVisual__main {
    position: relative;
}

.paypalCampaign .mainVisual__main .mainVisual__mainTxt {
    margin: 0;
    padding: 0;
    line-height: 0;
}
.paypalCampaign .mainVisual__main .mainVisual__mainTxt picture {
    transition: all .3s;
}

.paypalCampaign .mainVisual__inner .c-btn__detail {
    position: absolute;
    content: "";
    bottom: 12px;
    right: 2%;
}
@media screen and (min-width: 1025px) {
    .paypalCampaign .mainVisual__inner .c-btn__detail {
        right: 5%;
    }
}

.paypalCampaign .mainVisual__inner .c-btn__detail a::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6em 0.5em 0 0.5em;
    border-color: #009bde transparent transparent transparent;
    top: 1.1em;
}

.paypalCampaign .details {
    max-width: 960px;
    margin: 0 auto 56px;
}

.paypalCampaign .details__list {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.paypalCampaign .details__items {
    background: #f5f7fa;
    padding: 16px 0;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-around;
}

.paypalCampaign .details dt {
    float: left;
    font-weight: bold;
    width: 20%;
    text-align: center;
}

.paypalCampaign .details dd {
    /*
    margin-bottom: 30px;
    padding: 0 123px 16px 242px;
    border-bottom: 1px solid #009cde;
    */
    width: 72%;
}

.paypalCampaign .details dd:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.paypalCampaign .details a {
    color: #013088;
    position: relative;
    margin-right: 18px;
}

.paypalCampaign .details a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: auto;
    background: url(../images/ico_tab_deepblue.svg)no-repeat bottom/contain;
    top: 0;
    bottom: 5px;
    margin: 0;
}

.paypalCampaign .details__notes li {
    list-style: none;
    position: relative;
    margin-bottom: 0.4em;
    padding-left: 1em;
    line-height: 1.6em;
}

.paypalCampaign .details__notes li::before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
}

.paypalCampaign .details__notes .asterisk::before {
    content: "※";
}

.paypalCampaign .asterisk {
    color: #717171;
   /* display: flex; */
    font-size: 14px;
}

.paypalCampaign .asterisk::before {
    content: "※";
}

.paypalCampaign .details__notes .asterisk {
    /* padding-left: 3%; */
}

.paypalCampaign .about {
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
}

.paypalCampaign .about__detail {
    margin: 0 auto;
    max-width: 715px;
    text-align: center;
}

.paypalCampaign .about__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 auto 2em;
}

.paypalCampaign .about__item {
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 22%;
}

.paypalCampaign .about__item:last-child {
}

.paypalCampaign .about__merit {
    margin: 32px 0;
    border: 2px solid #fb0;
    text-align: center;
    color: #013088;
}

.paypalCampaign .about__merit h3 {
    padding: 16px 0;
    font-size: 24px;
}

.paypalCampaign .about__merit p {
    font-size: 14px;
    margin-top: 8px;
}

.paypalCampaign .bankAcount {
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #013088;
    margin-bottom: 32px;
}

.paypalCampaign .bankAcount__box {
    display: none;
    margin: 0 auto;
    width: 715px;
}

.paypalCampaign .bankAcount__title {
    color: #003087;
    line-height: 1;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-right: 20px;
}

.paypalCampaign .bankAcount__title::after {
    content: "＋";
    position: absolute;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 352px;
    margin: auto;
}

.paypalCampaign .bankAcount__title.active::after {
    content: "ー";
    font-weight: normal;
}

.paypalCampaign .bankAcount__list {
    padding-left: 20px;
    list-style-type: decimal;
    margin-top: 20px;
}

.paypalCampaign .bankAcount__item {
    font-weight: bold;
    text-align: left;
    margin-bottom: 32px;
}

.paypalCampaign .bankAcount__item p {
    color: #000;
    font-weight: normal;
}

.paypalCampaign .bankAcount__item a {
    color: #003087;
    text-decoration: none;
    position: relative;
}

.paypalCampaign .bankAcount__item a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: auto;
    background: url(../images/ico_tab_deepblue.svg)no-repeat bottom/contain;
    top: 0;
    bottom: 5px;
    margin: 0;
    right: -11px;
}

.paypalCampaign .bankAcount__image {
    margin-top: 10px;
    text-align: center;
}




/* --- ▼ 768px未満 --- */
@media screen and (max-width: 767px) {
    .paypalCampaign .about__wrap {
        width: 88%;
        display: inline-block;
    }

}
/* --- ▼ 480px未満 --- */
@media screen and (max-width: 480px) {
    .paypalCampaign .mainVisual__wrap {
        margin: 0 auto;
        text-align: center;
    }
    .paypalCampaign .mainVisual__inner .c-btn__detail {
        margin: 0 auto;
        right: 0;
        left: 0;
    }

    .paypalCampaign .sp-size {
        display: inline;
    }

    .paypalCampaign .signUp {
        padding: 1.6em 0;
    }
    .paypalCampaign .signUp p {
        font-size: 1.2em;
    }

    .paypalCampaign .c-btn a {
        width: 80%;
        font-size: 1em;
    }
    .paypalCampaign .c-btn__detail a {
        font-size: 0.9em;
    }


    .paypalCampaign .details__items {
        padding: 1em;
        display: block;
    }
    .paypalCampaign .details dt {
        float: none;
        width: auto;
        margin-bottom: 1em;
        text-align: left;
    }
    .paypalCampaign .details dd {
        width: auto;
    }


    .paypalCampaign .about__list {
        width: 90%;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .paypalCampaign .about__item {
        -webkit-flex-basis: calc((100% - 0.3em) / 2);
        -ms-flex-preferred-size: calc((100% - 0.3em) / 2);
        flex-basis: calc((100% - 0.3em) / 2);
        margin: 0 0.3em 2em 0;
    }
    .paypalCampaign .about__item:nth-child(2n) {
        margin-right: 0;
    }
}

/*SP*/
@media screen and (max-width: 414px) {

}