@charset "UTF-8";
/*=============================

寄付・支援

=============================*/


button {
    cursor: pointer;
    display: block;
    width: 100%;
}

.btn {
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin: 50px 0;
}

.btn__wrap {
    display: block;
    margin: auto;
    background: #F5B090;
}

.btn__wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FFFCDB;
    z-index: -1;
    transition: .2s;
}



@media screen and (max-width: 768px)
#topDonate .outer .left__box, #topDonate .outer .right__box {
    height: auto;
    padding: 32px;
}


#topDonate {
    overflow: hidden;
}

#topDonate .outer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}


#topDonate .outer .left__box,
#topDonate .outer .right__box {
    width: 50%;
    height: 400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

#topDonate .outer .left__box {
    justify-content: flex-start;
    padding-left: 70px;
}

#topDonate .outer .right__box {
    justify-content: flex-end;
}

#topDonate .outer .left__box:before,
#topDonate .outer .right__box:before {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

#topDonate .outer .left__box:before {
    right: 0;
    background: #006AFF;
}

#topDonate .outer .right__box:before {
    left: 0;
    background: #FFF9B1;
}

#topDonate .outer .left__box .catch {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.8;
    width: 100%;
    text-align: center;
    color: #fff;
}



#topDonate .outer .left__box .btn__wrap {
    margin-top: 32px;
}


.btn__wrap.white {
    border: 1px solid #fff;
}

.btn__wrap {
    max-width: 320px;
    width: 100%;
    margin-top: 72px;
    transition: .2s;
    position: relative;
    background: #006AFF;
}




.bank__tb_wrap {
    border-radius: 16px;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
}

.bank__tb {
    width: 100%;
    border-collapse: collapse;
}

.bank__tb thead tr th {
    background: #006AFF;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    border-bottom: 4px solid #FFF9B1;
}

.bank__tb tbody {
    background: #fff;
}

.bank__tb tbody tr th,
.bank__tb tbody tr td {
    padding: 24px 0;
    position: relative;
}

.bank__tb tbody tr:not(:last-child) th:after,
.bank__tb tbody tr:not(:last-child) td:after {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background: url('../img/dotline_gray_yoko.png') repeat-x center left / 4px;
    position: absolute;
    bottom: 0;
}

.bank__tb tbody tr:not(:last-child) th:after {
    right: 0;
}

.bank__tb tbody tr:not(:last-child) td:after {
    left: 0;
}

.bank__tb tbody tr th {
    padding-left: 40px;
    padding-right: 32px;
    color: #A7A6A6;
    font-weight: normal;
}

.bank__tb tbody tr td {
    padding-right: 40px;
}

.bank__tb tbody tr:first-child th,
.bank__tb tbody tr:first-child td {
    padding-top: 40px;
}

.bank__tb tbody tr:last-child th,
.bank__tb tbody tr:last-child td {
    padding-bottom: 40px;
}


@media screen and (max-width: 768px) {

    #topDonate .outer {
        display: block;
    }


    #topDonate .outer .left__box,
    #topDonate .outer .right__box {
        height: auto;
        padding: 32px;
    }

    #topDonate .outer .left__box .left__box_inner {
        width: 100%;
    }

    .bank__tb_wrap,
    .donate__wrap .donate__content {
        max-width: none;
        padding: 0;
        width: 100%;
    }

    #topDonate .outer .left__box,
    #topDonate .outer .right__box {
        height: auto;
        padding: 32px;
    }
}
