﻿body{width:100%;margin:0px;box-sizing:border-box;color:#262626}h1,h2{text-align:center}header{margin:0px;display:flex;align-items:center;width:100%;background:#f9920b;padding:5px}header img{height:25px;text-align:left;padding:.3rem}header button{margin-left:auto;background:#262626;color:#fff;border-radius:1rem;vertical-align:middle;margin-right:1rem;font-weight:bold;padding:.2rem 1rem}header form.button_to{position:absolute;right:0px}section{width:100%;padding:5rem .5rem;margin:0px;box-sizing:border-box}section#top{padding:0;background-color:#edede4;font-size:smaller}section#top img{width:100%}section#top span.annotation{padding:1rem;font-size:.8rem;font-weight:bold}section#top div.top-contentbox{color:#262626;position:relative;width:100%;text-align:right}section#top button{display:block;background:#262626;color:#fff;border-radius:1rem;font-weight:bold;padding:.2rem 1rem;margin:auto;margin-top:.5rem;border:none;font-size:1.2rem}section#top .caution{font-size:smaller;color:#262626}section#explain{background-color:#d8d2ba}section#explain div{padding:1rem;color:#262626}section#explain h1{display:block;text-align:center;font-size:1.3rem;font-weight:bold;color:#262626}section#explain{color:#262626;text-align:center}div.note{padding:2em;border:3px solid #eee;position:relative;z-index:0;max-width:800px}div.note:before{border-top:3px solid #8293aa;border-left:3px solid #8293aa;content:"";display:block;position:absolute;top:-3px;left:-3px;width:20px;height:20px;z-index:1}div.note-bgon{background:#edede4}section#decorative-numbers{padding:2rem 1rem}section#decorative-numbers .info-banner{display:flex;justify-content:space-around;align-items:center;background:#3c2f1f;border-radius:1rem;padding:16px 24px;color:#fff;font-family:"Noto Sans JP",sans-serif;flex-wrap:wrap}section#decorative-numbers .info-box{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:150px;margin:8px 0}section#decorative-numbers .icon{font-size:24px;margin-bottom:6px;color:#ffa000}section#decorative-numbers .label{font-size:1rem;font-weight:bold;color:#fff;margin-bottom:4px;letter-spacing:.5px}section#decorative-numbers .value{font-size:18px;font-weight:bold;color:#ffa000}section#decorative-numbers .value span{color:#fff;font-size:smaller;padding:0 .5rem}section#social_image{background:#edede4;position:relative;overflow:hidden}section#social_image::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:image-url("/assets/lpimage/bg_social-784a7789.png") no-repeat center center;background-size:cover;opacity:.5;z-index:-1;animation:rotate-bg 60s linear infinite}section#imakite-image img{width:100%}@keyframes rotate-bg{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}section#anken_images h2{color:#fff}section#anken_images{background:#f9920b;padding:2rem 0;overflow:hidden}section#anken_images .slider{width:100%;overflow:hidden}section#anken_images .slider-track{display:flex;animation:scroll 20s linear infinite;width:fit-content}section#anken_images .slider-track img{width:250px;height:250px;object-fit:cover;margin:0 10px;border-radius:1rem}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}section#steps{background-color:#d8d2ba}section#steps .steps-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:20px;max-width:900px;margin:40px auto;font-family:"Noto Sans JP",sans-serif;background-color:#d8d2ba;padding:20px}section#steps .step-box{background:#fff;border-radius:1rem;padding:20px;box-shadow:0 4px 12px rgba(0,0,0,.05);color:#3c2f1f}section#steps .step-header{display:flex;align-items:center;margin-bottom:16px}section#steps .icon-box{width:48px;height:48px;background-color:#f9920b;border-radius:1rem;color:#fff;font-size:24px;display:flex;align-items:center;justify-content:center;margin-right:10px}section#steps .label{padding:4px 10px;border-radius:1rem;font-size:12px;font-weight:bold;color:#fff}section#steps .label.customer{background-color:#262626}section#steps .label.bank{background-color:#f9920b}section#steps .step-number{font-size:32px;font-weight:bold;color:#3c2f1f;margin-bottom:4px}section#steps .step-title{font-size:18px;font-weight:bold;color:#f9920b;margin-bottom:8px}section#steps .step-desc{font-size:14px;color:#262626;line-height:1.6}section#steps button{display:block;background:#f9920b;color:#fff;border-radius:1rem;font-weight:bold;padding:.2rem 1rem;margin:auto;margin-top:.5rem;border:none;font-size:1.2rem}section#faq .faq-container{max-width:600px;margin:40px auto;font-family:"Noto Sans JP",sans-serif;color:#3c2f1f}section#faq .faq-item{border-bottom:1px dotted #ccc}section#faq .faq-question{background:none;border:none;width:100%;padding:16px;font-size:16px;text-align:left;position:relative;cursor:pointer;font-weight:bold;color:#3c2f1f}section#faq .faq-question::after{content:"+";position:absolute;right:20px;font-size:20px;color:#ff9800;transition:transform .2s}section#faq .faq-question.active::after{content:"−";transform:rotate(0deg)}section#faq .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:14px;line-height:1.6;padding:0 16px}section#faq .faq-answer.open{max-height:300px;padding-bottom:16px}.uke-form{max-width:480px;margin:40px auto;font-family:"Noto Sans JP",sans-serif;background:#fff;padding:24px;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.05);color:#262626}.uke-form .form-group{margin-bottom:20px}.uke-form .form-group label{font-weight:bold;display:block;margin-bottom:6px;color:#262626}.uke-form .required-label{background-color:#ff5e5e;color:#fff;font-size:11px;padding:2px 6px;border-radius:1rem;margin-left:6px}.uke-form .optional{background-color:#ccc;color:#fff;font-size:11px;padding:2px 6px;border-radius:1rem;margin-left:6px}.uke-form input[type=text],.uke-form textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:1rem;font-size:14px;background:#fafafa;box-sizing:border-box}.uke-form textarea[readonly]{background:#f5f5f5;color:#666;cursor:not-allowed}.uke-form .note{font-size:12px;color:#666;margin-top:4px;line-height:1.5}.uke-form .checkbox{margin-top:12px}.uke-form .checkbox input{margin-right:8px}.uke-form .toggle-switch-wrapper{display:flex;align-items:center;gap:12px;margin-top:16px}.uke-form .toggle-switch{position:relative;display:inline-block;width:56px;height:28px;flex-shrink:0}.uke-form .toggle-switch .toggle-input{opacity:0;width:0;height:0;position:absolute}.uke-form .toggle-switch .toggle-input:checked+.toggle-slider{background-color:#f9920b}.uke-form .toggle-switch .toggle-input:checked+.toggle-slider::before{transform:translateX(28px)}.uke-form .toggle-switch .toggle-input:focus+.toggle-slider{box-shadow:0 0 0 3px rgba(249,146,11,.3)}.uke-form .toggle-switch .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:28px;transition:background-color .3s ease}.uke-form .toggle-switch .toggle-slider::before{content:"";position:absolute;height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.uke-form .toggle-label{font-size:14px;color:#262626;cursor:pointer;user-select:none}.uke-form .form-submit{text-align:center;margin-top:24px}.uke-form .form-submit input[type=submit]{background-color:#262626;color:#fff;border:none;padding:14px 32px;font-size:16px;border-radius:1rem;cursor:pointer;transition:background-color .3s}.uke-form .form-submit input[type=submit]:hover{background-color:#141414}.uke-form button[type=submit]{background-color:#262626;color:#fff;border:none;padding:14px 32px;font-size:16px;border-radius:1rem;cursor:pointer;transition:background-color .3s}.uke-form button[type=submit]:hover{background-color:#141414}.uke-form .btn-clear{display:inline-block;background-color:#f5f5f5;color:#262626;border:1px solid #ddd;padding:14px 32px;font-size:16px;border-radius:1rem;cursor:pointer;text-decoration:none;transition:background-color .3s}.uke-form .btn-clear:hover{background-color:#e0e0e0}section#entry-form{padding:2rem 1rem;background-color:#edede4}section#entry-form .entry-header{text-align:center;margin-bottom:1.5rem}section#entry-form .entry-header .profile-image{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem}section#entry-form .entry-header h2{margin-bottom:.5rem;color:#262626}section#entry-form .entry-header .welcome-message{color:#262626;font-size:1.1rem}section#entry-form .error-messages{background:#ffebee;border:1px solid #ef5350;border-radius:1rem;padding:1rem;margin-bottom:1.5rem;max-width:480px;margin-left:auto;margin-right:auto}section#entry-form .error-messages h3{color:#c62828;font-size:1rem;margin-bottom:.5rem}section#entry-form .error-messages ul{margin:0;padding-left:1.5rem;color:#c62828;font-size:.9rem}section#form{background-color:#edede4}.shake-on-scroll.shaking{animation:shake .5s ease-in-out infinite}@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-3px) rotate(-1deg)}50%{transform:translateX(3px) rotate(1deg)}75%{transform:translateX(-3px) rotate(-1deg)}}.uke-flow{background-color:#edede4;padding:40px 20px;font-family:"Noto Sans JP",sans-serif;color:#262626;text-align:center}.uke-flow .flow-title{font-size:20px;font-weight:bold;margin-bottom:40px;color:#262626}.uke-flow .flow-steps{display:flex;flex-wrap:wrap;justify-content:space-around;gap:30px}.uke-flow .flow-step{flex:1 1 250px;max-width:280px}.uke-flow .flow-icon{width:80px;height:80px;margin:0 auto 16px;border-radius:50%;background-color:#262626;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff}.uke-flow .flow-label{font-size:16px;font-weight:bold;margin-bottom:8px;color:#262626}.uke-flow .flow-desc{font-size:14px;color:#262626;line-height:1.6}section#mypage{max-width:600px;margin:0 auto;padding:2rem 1rem}section#mypage .line-friend-alert{background:linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%);border:2px solid #ffb300;border-radius:1rem;padding:20px;margin-bottom:1.5rem;text-align:center}section#mypage .line-friend-alert h4{color:#f57c00;font-size:1.1rem;margin-bottom:.5rem}section#mypage .line-friend-alert p{color:#262626;font-size:.9rem;margin-bottom:1rem;line-height:1.5}section#mypage .line-friend-alert .btn-line-friend{display:inline-block;background:#06c755;color:#fff;padding:12px 24px;border-radius:1rem;text-decoration:none;font-weight:bold;font-size:1rem}section#mypage .line-friend-alert .btn-line-friend:hover{background:#05a347}section#mypage .mypage-header{text-align:center;margin-bottom:2rem}section#mypage .mypage-header .profile-image{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem}section#mypage .mypage-header h2{margin-bottom:.5rem}section#mypage .mypage-header .welcome-message{color:#262626;font-size:1.1rem}section#mypage .status-card{background:#fff;border-radius:1rem;padding:24px;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05);text-align:center}section#mypage .status-card h3{margin-bottom:1rem;color:#262626}section#mypage .status-card .status-badge{display:inline-block;padding:8px 24px;border-radius:1rem;font-weight:bold;font-size:1.1rem;margin-bottom:1rem}section#mypage .status-card .status-badge.pending{background-color:#fff3e0;color:#f9920b}section#mypage .status-card .status-badge.reviewing{background-color:#e3f2fd;color:#1976d2}section#mypage .status-card .status-badge.approved{background-color:#e8f5e9;color:#388e3c}section#mypage .status-card .status-badge.rejected{background-color:#ffebee;color:#8a290c}section#mypage .status-card .status-message{color:#262626;line-height:1.6}section#mypage .entry-details{background:#fff;border-radius:1rem;padding:24px;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}section#mypage .entry-details h3{margin-bottom:1rem;color:#262626;text-align:center}section#mypage .entry-details dl{display:grid;grid-template-columns:120px 1fr;gap:12px}section#mypage .entry-details dl dt{font-weight:bold;color:#666}section#mypage .entry-details dl dd{margin:0;color:#262626}section#mypage .no-entry{text-align:center;padding:3rem;background:#fff;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}section#mypage .no-entry p{margin-bottom:1.5rem;color:#262626}section#mypage .no-entry .btn-primary{display:inline-block;background:#f9920b;color:#fff;padding:12px 32px;border-radius:1rem;text-decoration:none;font-weight:bold}section#mypage .no-entry .btn-primary:hover{background:#cc7a09}section#mypage .mypage-footer{text-align:center;margin-top:2rem}section#mypage .mypage-footer .btn-logout{display:inline-block;background:#f5f5f5;color:#262626;padding:10px 24px;border-radius:1rem;text-decoration:none;font-size:.9rem}section#mypage .mypage-footer .btn-logout:hover{background:#e0e0e0}.site-footer{--bg1: #0b0f1f;--bg2: #060a16;--line: rgba(255, 255, 255, 0.14);--text: rgba(255, 255, 255, 0.92);--muted: rgba(255, 255, 255, 0.62);background:radial-gradient(1200px 600px at 50% -240px, rgba(255, 255, 255, 0.07), transparent 60%),linear-gradient(180deg, var(--bg1), var(--bg2));color:var(--text)}.site-footer__inner{padding:16px 14px 20px;max-width:560px;margin:0 auto}.site-footer__logo{text-align:center;padding-bottom:16px;position:relative;z-index:1}.site-footer__logo img{height:32px;width:auto;opacity:.9;pointer-events:none}.site-footer__links{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.site-footer__link{display:flex;align-items:center;justify-content:center;min-height:44px;padding:8px 10px;color:var(--text);text-decoration:none;font-size:13px;letter-spacing:.06em;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(0,0,0,0);transition:background 140ms ease,border-color 140ms ease}.site-footer__link:nth-child(2n){border-right:none}.site-footer__link:hover{background:hsla(0,0%,100%,.04)}.site-footer__link:focus-visible{outline:2px solid hsla(0,0%,100%,.55);outline-offset:-2px}.site-footer__link--full{grid-column:1/-1;border-right:none}.site-footer__links>.site-footer__link:last-child{border-bottom:none}.site-footer__copyright{text-align:center;padding-top:16px;color:var(--muted);font-size:11px;letter-spacing:.08em}.site-footer__copyright p{margin:0}@media(min-width: 768px){.site-footer__inner{padding:18px 18px 22px}.site-footer__link{min-height:48px;font-size:14px}}.legal-page{background:#edede4;padding:2rem 1rem 3rem;min-height:100vh}.legal-page__header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #262626}.legal-page__title{font-size:1.8rem;font-weight:bold;color:#262626;margin-bottom:1rem;letter-spacing:.1em}.legal-page__meta{color:#262626;font-size:.9rem}.legal-page__date{margin:0 0 .25rem}.legal-page__company{margin:0;font-weight:bold}.legal-page__content{max-width:800px;margin:0 auto;background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.legal-page__intro{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.legal-page__intro p{color:#262626;line-height:1.8;font-size:.95rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.1rem;font-weight:bold;color:#262626;margin-bottom:.75rem;padding-left:.75rem;border-left:4px solid #f9920b}.legal-section p{color:#262626;line-height:1.8;font-size:.9rem;margin-bottom:.75rem}.legal-subsection{margin:1rem 0 1rem 1rem;padding-left:1rem;border-left:2px solid #ddd}.legal-subsection h3{font-size:.95rem;font-weight:bold;color:#262626;margin-bottom:.5rem}.legal-subsection p{font-size:.85rem}.legal-list{margin:.75rem 0 .75rem 1.5rem;padding:0;color:#262626;font-size:.9rem;line-height:1.8}.legal-list li{margin-bottom:.5rem}.legal-page__footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee;text-align:right}.legal-page__footer p{color:#262626;font-size:.9rem;margin:0}@media(min-width: 768px){.legal-page{padding:3rem 2rem 4rem}.legal-page__title{font-size:2rem}.legal-page__content{padding:3rem}.legal-section h2{font-size:1.2rem}}/*# sourceMappingURL=/assets/common-style-2de124d0.css.map */
