<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
.pointer {
    cursor: pointer;
}

.modal-overlay {
    background: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    overflow-y: auto;
}
.modal-wall {
    height: fit-content;
}
.modal-container {
    background-color: #fff;
    max-width: 1000px;
    height: fit-content;
    width: 90vw;
    padding: 20px 30px 1px;
    position: relative;
    top: 90px;
    margin-bottom: 120px;
    border-radius: 16px;
    box-sizing: border-box;
}
.modal-close-container {
    position: absolute;
    right: 0;
    top: -60px;
    text-align: center;
    cursor: pointer;
}

.modal-close-label {
    font-size: 10px;
    font-family: 'Futura';
    color: #fff;
}

.modal-header {
    display: flex;
    align-items: center;
}
.modal-title {
    display: inline-block;
    margin-left: 8px;
}

.modal-close {
    background: transparent;
    border: 0;
}

.modal-content {
    margin-bottom: 32px;
    margin-top: 32px;
}

.modal-open {
    display: block;
    margin: 100px auto;
}

.box01 {
    background-color: #ccc;
    height: 200px;
    margin: 0 auto;
    width: 80%;
}

.box02 {
    background-color: #ccc;
    height: 200px;
    margin: 0 auto;
    width: 80%;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
    animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
    animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
    will-change: transform;
}

@media screen and (max-width: 700px) {
    .modal-header {
        padding: 0 13px;
    }
    .modal-title {
        font-size: 20px;
    }
    .modal-container {
        padding: 13px 0 1px;
    }
    .modal-content {
        margin-bottom: 24px;
    }
}


.modal-section-title {
    border-bottom: 1px solid var(--section-border-color, #AB0007);
    padding: 0 9px 8px;
    margin-top: 20px;
    margin-bottom: 4px;
}
.borderless-table {
	border-collapse:separate;
  	border-spacing: 0 5px;
    font-size: 16px;
}
.borderless-table td {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-style: normal;
    line-height: 160%;
}
.borderless-table th {
    width: 120px;
	padding: 8px;
    color: var(--th-color, #4F4F4F);
    background-color: var(--th-bg-color, #FDE0E2);
    text-align: center;
    vertical-align: middle;
}
.borderless-table th,
.borderless-table td {
	border: none;
    padding: 0 10px;
    line-height: 160%;
}
.borderless-table tr:first-child th,
.borderless-table tr:first-child td {
	border-top: none;
}

.modal-container .btn-more {
    margin: 15px auto;
    width: 400px;
}
.modal-container .btn-more a {
    height: 48px;
    background-color: var(--more-btn-bg-color);
    font-size: 14px;
    line-height: 14px;
}

.baseball-promotion-modal {
    --section-border-color: #AB0007;
    --th-color: #4F4F4F;
    --th-bg-color: #FDE0E2;
    --more-btn-bg-color: #AB0007;
    letter-spacing: 0.8px;
    font-style: normal;
    line-height: 160%;
    font-size: 16px !important; 
    font-family: "Yu Gothic";
}
#baseball-promotion-donation-modal .modal-description {
    margin: 10px 9px;
}

.local-revitalization-modal {
    --section-border-color: #1B65D1;
    letter-spacing: 0.8px;
    font-style: normal;
    font-size: 16px !important;
    font-family: "Yu Gothic";
}
#friendly-city-modal .modal-content,
#official-shopping-arcade-modal .modal-content {
    margin-top: 16px;
}
#friendly-city-modal .section-description {
    margin: 10px 9px 0;
}
#friendly-city-modal a {
    color: #000;
}
.friendly-city-img-wrapper {
    text-align: center;
    padding: 0 16px;
    margin-top: 32px;
}
.friendly-city-img-wrapper img {
    max-width: 740px;
    width: 100%;
}
.official-shopping-logo-wrapper {
    padding: 32px 30px 40px;
    text-align: center;
}
.official-shopping-logo-wrapper img {
    width: 100%;
    max-width: 600px;
}

.children-support-modal {
    --section-border-color: #EF7C0F;
    --th-color: #4F4F4F;
    --th-bg-color: #FDD1A7;
    --more-btn-bg-color: #EF7C0F;
    letter-spacing: 0.8px;
    font-style: normal;
    font-size: 16px !important;
    font-family: "Yu Gothic";
}

.environment-support-modal {
    --section-border-color: #009740;
    --th-color: #4F4F4F;
    --th-bg-color: #CEF1DD;
    --more-btn-bg-color: #009740;
    letter-spacing: 0.8px;
    font-style: normal;
    font-size: 16px !important;
    font-family: "Yu Gothic";
}

@media screen and (max-width: 700px) {
    .borderless-table th {
        display: table-cell;
        width: 60px;
    }
    .borderless-table td {
        display: table-cell;
        width: auto;
    }
    .modal-container .btn-more {
        width: 300px;
    }
    .local-revitalization-modal .top-description {
        padding: 0 16px;
    }
    .official-shopping-logo-wrapper {
        padding-bottom: 16px;
    }
    #official-shopping-arcade-modal .section-description {
        margin: 8px 8px 0;
    }
}
