/* 支払い方法ハブ */
#body_wrap.oripa-payment-page { background: #f4f7fa; }
#body_wrap.oripa-payment-page #content.l-content.l-container { --container_size: 100% !important; --swl-pad_container: 0 !important; max-width: none !important; padding: 0 !important; margin: 0 !important; }
#body_wrap.oripa-payment-page #post_slider { display: none !important; }
#body_wrap.oripa-payment-page #breadcrumb { display: none !important; }
.oripa-payment-main { color: #1e2a35; font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif; }
.oripa-payment-container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.oripa-payment-header { position: relative; overflow: hidden; background: #eaf6ff; border-bottom: 1px solid #cfe6f8; }
.oripa-payment-header__inner { position: relative; z-index: 1; padding-top: 28px; padding-bottom: 40px; }
.oripa-payment-header__deco { position: absolute; inset: 0; pointer-events: none; }
.oripa-payment-header__deco-row { position: absolute; left: 50%; display: flex; gap: 65px; transform: translateX(-50%); }
.oripa-payment-header__deco-row:nth-child(1) { top: -52px; }
.oripa-payment-header__deco-row:nth-child(2) { top: 68px; }
.oripa-payment-header__deco-row:nth-child(3) { top: 188px; }
.oripa-payment-header__deco-row:nth-child(4) { top: 308px; }
.oripa-payment-header__deco-row.is-offset { transform: translateX(-50%); }
.oripa-payment-header__deco span { position: relative; display: block; width: 100px; height: 100px; border: 4px solid rgba(73, 182, 255, .1); border-radius: 50%; background: rgba(221, 243, 253, .16); transform: rotate(-8deg); }
.oripa-payment-header__deco span::before { position: absolute; top: calc(50% - 3px); right: 0; left: 0; height: 6px; background: rgba(73, 182, 255, .1); content: ""; }
.oripa-payment-header__deco span::after { position: absolute; top: 50%; left: 50%; width: 28px; height: 28px; border: 4px solid rgba(73, 182, 255, .12); border-radius: 50%; background: #eaf6ff; content: ""; transform: translate(-50%, -50%); }
.oripa-payment-breadcrumb { display: flex; gap: 8px; align-items: center; margin-bottom: 22px; color: #7d8b98; font-size: 12px; }
.oripa-payment-breadcrumb a { color: #7d8b98; text-decoration: none; }
.oripa-payment-breadcrumb span:nth-child(2) { color: #c2cdd7; }
.oripa-payment-breadcrumb span:last-child { color: #3a4a58; font-weight: 500; }
.oripa-payment-status { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 14px; color: #7d8b98; font-size: 12px; }
.oripa-payment-status__badge { display: inline-flex; align-items: center; background: linear-gradient(135deg, #e8c766, #c9a227); border-radius: 999px; color: #3d3208; font-weight: 700; padding: 5px 14px; }
.oripa-payment-header h1 { margin: 0 0 14px; font-size: clamp(24px, 4vw, 34px); font-weight: 900; letter-spacing: 0; line-height: 1.4; }
.oripa-payment-header p { max-width: 720px; margin: 0; color: #3a4a58; font-size: 15px; line-height: 1.9; }
.oripa-payment-section { padding-top: 56px; }
.oripa-payment-section__heading { margin-bottom: 28px; text-align: center; }
.oripa-payment-section__heading p { margin: 0 0 6px; color: #2a8fe0; font-size: 13px; font-weight: 700; letter-spacing: .14em; }
.oripa-payment-section__heading h2 { margin: 0; font-size: 26px; font-weight: 900; line-height: 1.45; }
.oripa-payment-matrix-note { margin: -8px 0 12px; color: #7d8b98; font-size: 12px; line-height: 1.7; text-align: center; }
.oripa-payment-matrix-wrap { overflow-x: auto; border: 1px solid #e3eaf1; border-radius: 12px; background: #fff; }
.oripa-payment-matrix { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; font-size: 13px; }
.oripa-payment-matrix th, .oripa-payment-matrix td { box-sizing: border-box; border: 0; border-bottom: 1px solid #edf2f7; }
.oripa-payment-matrix thead th { min-width: 112px; padding: 10px 0; background: #f0f7fd !important; border-bottom: 2px solid #cfe6f8; color: #33475b !important; font-weight: 700; text-align: center; vertical-align: middle; }
.oripa-payment-matrix thead th:first-child { position: sticky; z-index: 2; left: 0; min-width: 150px; padding-right: 16px; padding-left: 16px; text-align: left; box-shadow: 7px 0 10px rgba(42, 143, 224, .08); }
.oripa-payment-matrix__service-name { display: block; font-size: 12px; line-height: 1.25; overflow-wrap: anywhere; }
.oripa-payment-matrix__logo { display: block; width: auto !important; height: auto !important; max-width: 56px !important; max-height: 32px !important; margin: 1px auto 0; object-fit: contain; }
.oripa-payment-matrix tbody tr:nth-child(even) { background: #fafcfe; }
.oripa-payment-matrix tbody th { position: sticky; z-index: 1; left: 0; min-width: 150px; padding: 13px 16px; background: #fff !important; color: #1e2a35 !important; font-weight: 700; text-align: left; box-shadow: 7px 0 10px rgba(42, 143, 224, .08); }
.oripa-payment-matrix tbody tr:nth-child(even) th { background: #fafcfe !important; }
.oripa-payment-matrix td { padding: 13px 12px; text-align: center; }
.oripa-payment-matrix .is-supported { color: #1478bd; font-size: 15px; font-weight: 900; }
.oripa-payment-matrix .is-not-supported { color: #e8a09a; font-weight: 700; }
.oripa-payment-matrix-scroll-hint { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 10px; color: #7d8b98; font-size: 12px; font-weight: 700; }
.oripa-payment-matrix-scroll-hint span:first-child, .oripa-payment-matrix-scroll-hint span:last-child { color: #2a8fe0; font-size: 18px; font-weight: 400; line-height: 1; }
.oripa-payment-matrix-scroll-hint span:first-child { animation: oripa-payment-arrow-left 1.4s ease-in-out infinite; }
.oripa-payment-matrix-scroll-hint span:last-child { animation: oripa-payment-arrow-right 1.4s ease-in-out infinite; }
@keyframes oripa-payment-arrow-left { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(-5px); } }
@keyframes oripa-payment-arrow-right { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } }
@media (prefers-reduced-motion: reduce) { .oripa-payment-matrix-scroll-hint span:first-child, .oripa-payment-matrix-scroll-hint span:last-child { animation: none; } }
.oripa-payment-matrix-footnote { margin: 12px 0 0; color: #7d8b98; font-size: 12px; text-align: center; }
.oripa-payment-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.oripa-payment-card { display: flex; flex-direction: column; gap: 12px; min-height: 215px; padding: 24px 22px; background: #fff; border: 1px solid #e3eaf1; border-radius: 8px; box-shadow: 0 2px 10px rgba(30, 60, 90, .07); }
.oripa-payment-card.is-pending { background: #fafbfc; border-style: dashed; border-color: #d3dde6; box-shadow: none; }
.oripa-payment-card__head { display: flex; align-items: center; gap: 12px; }
.oripa-payment-card__icon { display: inline-flex; flex: 0 0 44px; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid #dde8f0; border-radius: 8px; background: repeating-linear-gradient(45deg, #e8f4fd, #e8f4fd 8px, #f2f9ff 8px, #f2f9ff 16px); color: #1478bd; font-size: 18px; font-weight: 900; }
.is-pending .oripa-payment-card__icon { background: #eef2f6; border-color: #e3eaf1; color: #a9b6c2; }
.oripa-payment-card__title-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.oripa-payment-card h3 { margin: 0; font-size: 17px; font-weight: 700; line-height: 1.4; }
.is-pending .oripa-payment-card h3 { color: #5b6b79; }
.oripa-payment-card__title-row span { border-radius: 999px; background: #eef2f6; color: #7d8b98; font-size: 11px; font-weight: 700; padding: 2px 10px; }
.oripa-payment-card__head p { margin: 2px 0 0; color: #2a8fe0; font-size: 12px; font-weight: 700; }
.is-pending .oripa-payment-card__head p { color: #7d8b98; }
.oripa-payment-card__description { margin: 0; color: #5b6b79; font-size: 13px; line-height: 1.7; }
.is-pending .oripa-payment-card__description { color: #8c99a6; }
.oripa-payment-card__button { display: block; margin-top: auto; border-radius: 8px; background: #49b6ff; color: #fff !important; font-size: 14px; font-weight: 700; padding: 12px; text-align: center; text-decoration: none !important; }
a.oripa-payment-card__button:hover { background: #2a8fe0; }
.is-pending .oripa-payment-card__button { background: #e8edf2; color: #9aa8b5 !important; }
.oripa-payment-cautions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.oripa-payment-cautions article { padding: 22px 24px; border: 1px solid #ecd9a8; border-radius: 8px; background: #fdf6e8; }
.oripa-payment-cautions article > div { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.oripa-payment-cautions span { display: inline-flex; flex: 0 0 26px; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: #e9a83c; color: #fff; font-size: 15px; font-weight: 900; }
.oripa-payment-cautions h3 { margin: 0; color: #6e5312; font-size: 16px; font-weight: 700; }
.oripa-payment-cautions p { margin: 0; color: #5f5230; font-size: 13px; line-height: 1.9; }
.oripa-payment-faq { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.oripa-payment-faq .oripa-top-faq__item { background: #fff; }
.oripa-payment-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 56px 0 72px; }
.oripa-payment-links a { border: 1.5px solid #49b6ff; border-radius: 999px; background: #fff; color: #1478bd; font-size: 15px; font-weight: 700; padding: 14px 36px; text-decoration: none; }
.oripa-payment-links a:first-child { border: 0; background: #49b6ff; box-shadow: 0 2px 10px rgba(40, 120, 190, .25); color: #fff; padding: 15px 36px; }
.oripa-payment-links a:hover { background: #e8f4fd; text-decoration: none; }
.oripa-payment-links a:first-child:hover { background: #2a8fe0; }
@media (max-width: 767px) { .oripa-payment-container, .oripa-payment-faq, .oripa-payment-links { width: min(100% - 32px, 1120px); } .oripa-payment-header__inner { padding-top: 22px; padding-bottom: 32px; } .oripa-payment-header__deco-row { gap: 40px; } .oripa-payment-header__deco-row:nth-child(1) { top: -32px; } .oripa-payment-header__deco-row:nth-child(2) { top: 60px; } .oripa-payment-header__deco-row:nth-child(3) { top: 152px; } .oripa-payment-header__deco-row:nth-child(4) { top: 244px; } .oripa-payment-header__deco span { width: 72px; height: 72px; border-width: 3px; background: rgba(221, 243, 253, .12); } .oripa-payment-header__deco span::before { top: calc(50% - 2px); right: 0; left: 0; height: 4px; } .oripa-payment-header__deco span::after { width: 20px; height: 20px; border-width: 3px; } .oripa-payment-header h1 { font-size: 26px; } .oripa-payment-section { padding-top: 44px; } .oripa-payment-section__heading { margin-bottom: 22px; } .oripa-payment-section__heading h2 { font-size: 22px; } .oripa-payment-cards, .oripa-payment-cautions { grid-template-columns: 1fr; } .oripa-payment-card { min-height: 0; } .oripa-payment-matrix-wrap { margin-right: -1px; } .oripa-payment-matrix thead th, .oripa-payment-matrix td { padding: 12px 10px; } .oripa-payment-matrix tbody th { padding: 12px 14px; } .oripa-payment-faq summary { padding: 15px 16px; font-size: 14px; } .oripa-payment-faq details > div { padding: 0 16px 16px; } .oripa-payment-links { padding: 44px 0 56px; } .oripa-payment-links a { width: 100%; text-align: center; } }
