.home article .side {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 215px;
}

body.home main > article {
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding-right: 240px;
    /* min-height: 2200px; */
}

.campaign_list .campaign-img {
    position: relative;
    width: 130px;
    overflow: hidden;
}

.campaign_list .campaign-img img {
    width: 100%;
    height: auto;
    display: block;
}

.campaign_list .txt {
    position: relative;
    padding-right: 0;
}

.campaign .campaign-editor {
    margin-bottom: 30px;
}

.campaign .campaign-editor .center table {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.campaign .campaign-editor .center table tr:first-child td:first-child  {
    font-weight: bold;
    justify-content: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: #F3A600;
    padding: 15px;
    font-size: 18px;
}

.campaign .campaign-editor .center table td {
    font-weight: bold;
    justify-content: center;
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #F3A600;
    background: #fff;
    font-size: 18px;
}

.campaign .campaign-editor td {
    border: 1px solid #F3A600;
}

.topics_list li a {
    align-items: center;
}


@media (max-width: 768px) {
    .home article .side {
        display: none !important;
    }

    body.home main > article {
        min-height: auto;
        padding-right: 0;
    }

    .topics_list li a {
        align-items: flex-start;
    }

    .campaign_list .txt {
        position: relative;
        padding-right: 0;
    }

    .campaign_list .campaign-img {
        width: 67.5px;
        height: auto;
    }
}


/*** Popup ***/

#floating-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
#floating-banner a {
    display: block;
    text-decoration: none;
}
#floating-banner img {
    max-width: 425px;
    max-height: 350px;
    display: block;
}
#close-banner {
    position: absolute;
    width: 35px;
    height: 35px;
    top: -12px;
    right: -6px;
    text-align:center;
    line-height: 35px;
    border-radius: 50%;
    cursor: pointer;
    background: #A1A1A1;
}
@media (max-width: 768px) {
    #floating-banner {
    bottom: 10px;
    right: 10px;
    }
    #floating-banner img {
    max-width: 260px;
    max-height: 160px;
    }
}

.custom-radio .wpcf7-list-item {
    display: block;
    margin: 0.5rem 0;
}

.custom-radio .wpcf7-list-item label input[type="radio"]:checked + span:before {
    background-position: 0px -28px;
}
.custom-radio .wpcf7-list-item label span { position: relative;}
.custom-radio .wpcf7-list-item label span:before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 28px;
    height: 28px;
    background-image: url(../images/common/radiobox.svg);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
}

.dir_row td p {
    display: flex;
    align-items: flex-start;
    margin: 0.05rem 0;
}

.bt_send {
    display: inline-block;
    border: none;
    padding: .2rem auto .2rem;
    font-weight: bold;
    background-color: #3f72dd;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin: auto 20px;
    padding: 10px;
    width: 300px;
    height: 60px;
    font-weight: bold;
    font-family: "Noto Sans Japanese";
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.member .submenu, .company .submenu, .philosophy .submenu, .history .submenu, .access .submenu, .bosyu .submenu, .saiyo .submenu {
    display: none !important;
}



.visa .card_wrap_visa, .application_section_visa .card_wrap_visa {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .visa .card_wrap_visa, .application_section_visa .card_wrap_visa {
    display: block;
  }
}

.visa .img_box_visa, .application_section_visa .img_box_visa {
  width: 30%;
}

@media screen and (max-width: 680px) {
  .visa .img_box_visa, .application_section_visa .img_box_visa {
    width: 80%;
    margin: 0 auto;
  }
}

.visa .img_box_visa img, .application_section_visa .img_box_visa img {
  width: 100%;
}

.visa .txt_box_visa, .application_section_visa .txt_box_visa {
  width: 65%;
}

@media screen and (max-width: 680px) {
  .visa .txt_box_visa, .application_section_visa .txt_box_visa {
    width: 100%;
  }
}

.visa .notice_list_visa.disc > li, .application_section_visa .notice_list_visa.disc > li {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  line-height: calc(24/14);
}

.visa .img_loadservice:first-of-type, .application_section_visa .img_loadservice:first-of-type {
  margin-bottom: 10px;
}

.visa .txt_box_visa_loadservice_detail, .application_section_visa .txt_box_visa_loadservice_detail {
  padding-left: 3rem;
  text-decoration: underline;
  position: relative;
}

.visa .txt_box_visa_loadservice_detail a, .application_section_visa .txt_box_visa_loadservice_detail a {
  transition: opacity 0.3s ease 0s;
}

.visa .txt_box_visa_loadservice_detail a:hover, .application_section_visa .txt_box_visa_loadservice_detail a:hover {
  opacity: .7;
}

.visa .txt_box_visa_loadservice_detail::before, .application_section_visa .txt_box_visa_loadservice_detail::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: no-repeat url(../../././asset/images/visa/card/arrow_icon_visa.png) center center/contain;
}

.visa .visa_hedding, .application_section_visa .visa_hedding {
  color: #fff;
  background-color: red;
  padding: 3px 10px;
  margin-top: 0;
  border-radius: 4px;
  display: inline-block;
}

body.member .img_1 img {
    width: auto;
}

body.corporationcard article .title_wrap {
    display: flex;
}

body.corporationcard .title_wrap {
    display: none;
}

body.corporationcard.visa {
    background: #e1f3f4;
}
body.corporationcard.visa .title_wrap {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
    margin-top: 0;
}  

body.corporationcard.visa .title_wrap .ttl {
        position: relative;
    width: 1000px;
    margin: 10px auto;
    padding: 30px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        font-size: 4rem;
}


.home .side section.bnr {
    background-color: transparent;
}

.home .side section.bnr ul > li {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 5px;
    z-index: 2;
}

.home .side section.bnr ul > li:first-child {
    padding-top: 5px;
}

.home .side section.bnr ul > li:first-child::before,
.home.visa .side section.bnr ul > li:nth-child(5)::before,
.home.jcb .side section.bnr ul > li:first-child::before,
.home.jcb .side section.bnr ul > li:nth-child(2)::before {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.home .side section.bnr ul > li:last-child::before {
    border-radius: 6px;
}

.home .side section.bnr ul > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: calc(100% + 10px);
    height: 100%;
    background-color: #fff;
    z-index: -1;
}

.home.visa .side section.bnr ul > li:nth-child(4)::before,
.home .side section.bnr ul > li:nth-last-child(2)::before,
.home.jcb .side section.bnr ul > li:first-child::before {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.home.visa .side section.bnr ul > li:nth-child(5),
.home .side section.bnr ul > li:last-child,
.home.jcb .side section.bnr ul > li:nth-child(2) {
    padding-top: 5px;
    margin-top: 30px;
}

body.platinumcard .ttl_main {
    justify-content: center;
}

main > article .campaign-editor .box_sec {
        margin: 0 0 20px 0;
}

main > article .campaign-editor .box_sec section {
    margin: 0 0 40px 0;
}

main > article .campaign-editor .box_sec section:last-child {
    margin-bottom: 0;
}

.visa .img_box_visa, .application_section_visa .img_box_visa, body.corporation_card .card_wrap .img {
    margin-right: 5%;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 680px) {
    .sp-only {
        display: block;
    }

    .pc-only {
        display: none !important;
    }

    body.corporationcard.visa .title_wrap .ttl { 
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    body.corporationcard .title_wrap .ttl_main {
        font-size: 3rem;
    }

    body.corporationcard .title_wrap .ttl.ttl_main {
        font-size: 3rem;
    }


    body.corporationcard.visa .title_wrap {
        margin: 20px 0;
    }

    body.corporationcard .title_wrap .txt .ttl_main {
                font-size: 2.4rem;
    }
 }

.button_section_visa .button_visa_box {
    text-align: center;
    margin-bottom: 20px;
}
.button_section_visa .button_visa_link img {
    max-width: 330px;
    width: 100%;
}

body.member .img_1 img {
    height: auto;
}

body.pointget_2025 header > .inner > nav.gnavi,
body.pointget_2025 header > .breadcrumbs > ul,
body.pointget_2025 header .header_navi,
body.pointget_2025 header .btn_menu,
body.pointget_2025 footer .footer_navi,
body.pointget_2025 footer .site_navi,
body.pointget_2025 footer .btn_top.all {
    display: none;
}
body.pointget_2025 .title_wrap .ttl {
    width: 100%;
    justify-content: center;
    font-size: 2.1em;
    line-height: 1.3;
    padding: 30px;
    margin: 10px auto;
    text-align: center;
}
body.pointget_2025 .img_1 {
    display: flex;
    justify-content: center;
}
body.pointget_2025 .img_1 img {
    width: auto;
    height: auto;
}
@media screen and (max-width: 680px) {
    body.pointget_2025 .img_1 img {
        width: 100%;
    }
    body.pointget_2025 .title_wrap .ttl {
        margin: 0;
        padding: 20px;
    }
    body.pointget_2025 section.anker_links table {
        width: 186px;
        min-width: 186px;
    }
    body.pointget_2025 .table_wrap table  tr td {
        word-break: inherit;
        white-space: inherit;
    }
}
body.pointget_2025 section.anker_links table {
    width:50%;
    margin: 30px auto 0;
}

form .button_list p {
    margin: 0;
}

body.single-campaign .form-hidden {
    display: none;
}
body.single-campaign .campaign-error-mode ul.campaign-error-list li {
    position: relative;
    font-size: 1.4em;
    padding-left: 20px;
    margin: 0;
}
body.single-campaign .campaign-error-mode ul.campaign-error-list li::before {
    content: "●";
    position: absolute;
    left: 0;
}
body.single-campaign button.bt_send {
    height: 43px;
    max-width: 250px;
}
body.single-campaign .campaign-error-wrap section.mtb40 {
    margin: 30px 0 18px;
}
body.single-campaign section.box_sec .button_list .wpcf7-spinner {
    display: none;
}
body.single-campaign .campaign-form-step1 table.dir_row th p {
    margin: 0;
}
body.single-campaign .campaign-form-step1 table.bdt0 .custom-radio label span,
body.single-campaign .campaign-confirm-mode table.bdt0 .custom-radio .campaign-confirm-value { 
    font-weight: 700;
}
body.single-campaign .campaign-confirm-buttons .button_list li {
    display: flex;
    justify-content: center;
    align-items: center;
}
body.single-campaign .button_list .bt_send {
    font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
    body.single-campaign .campaign-confirm-buttons section.mtb40 {
        margin: 15px 0;
    }
    body.single-campaign .campaign-confirm-buttons .button_list li {
        flex-direction: column;
        gap: 64px;
    }
}
body.single-campaign .campaign-confirm-mode .form-entry-name {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}
body.single-campaign .campaign-confirm-mode .form-entry-name > li{
    margin: 0;
}
body.single-campaign .campaign .entry-closed {
    font-size: 1.4em;
    margin-left: 10px;
}
body.single-campaign .campaign-form-step1 table.dir_row input,
body.single-campaign .campaign-form-step1 table.dir_row select {
    font-family: "Noto Sans JP", sans-serif;
}
body.single-campaign .campaign-confirm-mode .char-asterisk {
    letter-spacing: -3px;
    font-family: auto;
    font-weight: bold;
}
#modal_overlay {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}


.error404 .title_wrap .container {
    max-width: 1000px;
    margin: 10px auto;

}

.error404 .title_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.error404 .title_wrap .container .ttl {
    padding: 0;
    justify-content: center;
}

.error404 .title_wrap .container .btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}

.error404 .title_wrap .text-bold {
    font-weight: 700;
}


.error404 footer {
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .error404 .title_wrap .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
body.jcb.navigation .ttl {
    justify-content: center;
    margin: 0;
}

/* Additional design 2026-03-30 */
.card_list .btn4 {
    display: block;
    width: 100%;
    margin: auto;
    padding: 10px;
}
.btn4 {
    display: inline-block;
    padding: 15px;
    background: #33bc0f;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    font-size: 1.6rem;
}

.topics_list li .txt {
    line-height: 2.4rem;
}
/* End Additional design 2026-03-30 */