/* =========================================================
    アゲルキャリア LP  style.css
   ========================================================= */
:root{
  --red:#d3122a;
  --red-dark:#b40e23;
  --red-soft:#fbe9ec;
  --orange:#F2A83B;
  --orange-dark:#FFA92A;
  --navy:#1f3a59;
  --navy-2:#16314c;
  --ink:#1c2b3a;
  --gray:#8a94a0;
  --line:#e3e7ec;
  --beige:#faf5ec;
  --beige-line:#efe7d7;
  --radius:14px;
  --maxw:480px;
  --font:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  --font-disp:"Zen Kaku Gothic New",var(--font);
}

*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body {
  font-family: var(--font);
  color: var(--ink);
  line-height: 1.7;
  font-size: 15px;
  letter-spacing: .02em;
  background: #fff;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url(../img/sekokan_bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ol,ul{list-style:none}
.pc_none {
  display: none;
}

/* 全体を中央のモバイル幅に */
.site-header,.hero,.subbar,.form-section,.cases,.voices,.site-footer,.lp-shell{
  max-width:var(--maxw);
  margin-inline:auto;
}

/* ============ ヘッダー ============ */
.site-header{background:#fff;padding:12px 16px}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:10px}
.header-inner img{max-width: 180px;}
.logo{display:flex;align-items:center;gap:7px}
.logo-mark{width:30px;height:30px;flex:0 0 auto}
.logo-text{font-family:var(--font);font-weight:900;font-size:19px;color:var(--navy);letter-spacing:0}
.header-badge{
  font-size:9.5px;line-height:1.4;font-weight:700;color:#A86D1A;
  background:#fff8ec;border:1px solid #E69259;border-radius:4px;
  padding:5px 8px;text-align:center;
}
.header-badge span {
  color: #C83810;
}

/* ============ ヒーロー ============ */
.hero{
  position:relative;
  overflow:hidden;
  padding: 16px 0px 26px 12px;
}

.hero-bg{
  position:absolute;inset:0;
  background-image: url('https://ageru-career.com/sekokancareer-lp/assets/img/sekokan_bg.webp');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index:0;
}
.hero-bg::after{
  content:"";position:absolute;right:-30px;top:20px;width:240px;height:240px;
  border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.10),transparent 70%);
}

/* ── FV オービタル・アニメーション（トンマナ：赤背景×ゴールド発光ドット） ── */
.hero-orbital{
  position:absolute; z-index:0; pointer-events:none;
  top:-46px; right:-56px; width:260px; height:260px;
  opacity:.85;
}
.hero-orbital .orbit{
  position:absolute; top:50%; left:50%;
  border:1.5px solid rgba(255,255,255,.16);
  border-radius:50%;
  animation:hero-rotate linear infinite;
}
.hero-orbital .orbit-1{ width:96px;  height:96px;  margin:-48px 0 0 -48px;  animation-duration:6s;  }
.hero-orbital .orbit-2{ width:168px; height:168px; margin:-84px 0 0 -84px;  animation-duration:9s;  animation-direction:reverse; }
.hero-orbital .orbit-3{ width:240px; height:240px; margin:-120px 0 0 -120px;animation-duration:13s; border-style:dashed; border-color:rgba(255,255,255,.10); }
.hero-orbital .dot{
  position:absolute; top:0; left:50%;
  width:11px; height:11px; margin-left:-5.5px;
  border-radius:50%;
  background:linear-gradient(135deg,#FFD76A,var(--orange));
  box-shadow:0 0 16px rgba(244,166,35,.85), 0 0 4px rgba(255,255,255,.6);
}
.hero-orbital .orbit-3 .dot{
  width:8px; height:8px; margin-left:-4px;
  background:linear-gradient(135deg,#fff,#ffe2a6);
  box-shadow:0 0 12px rgba(255,255,255,.7);
}
.hero-orbital .core{
  position:absolute; top:50%; left:50%; width:18px; height:18px; margin:-9px 0 0 -9px;
  border-radius:50%; background:radial-gradient(circle,#FFE6A8,var(--orange) 70%);
  box-shadow:0 0 22px rgba(244,166,35,.9);
  animation:hero-pulse 2.6s ease-in-out infinite;
}
@keyframes hero-rotate{ to{ transform:rotate(360deg); } }
@keyframes hero-pulse{ 0%,100%{ transform:scale(1); opacity:.95; } 50%{ transform:scale(1.18); opacity:.7; } }
@media (prefers-reduced-motion:reduce){
  .hero-orbital .orbit,.hero-orbital .core{ animation:none!important; }
}

.hero-inner{
  position:relative;
  z-index:1;
  display:flex;
  gap:8px;
  align-items:anchor-center;
}

.hero-copy{
  flex:1;
  min-width:0;
  color:#fff;
  position: relative;
  top: -10px;
}

.hero-lead{font-size:11px;opacity:.9;margin-bottom:4px}
.hero-title{
  font-family:var(--font);font-weight:900;font-size:34px;line-height:1.15;
  letter-spacing:.03em;text-shadow:0 2px 8px rgba(0,0,0,.2);
}

.hero-title .hl{color:#FEDB13}
.hero-sub{font-size:11.5px;line-height:1.6;margin-top:10px;opacity:.95}
.hero-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:16px}
.hero-tags .tag{
  font-size:11px;font-weight:700;color:#fff;border:1px solid rgba(255,255,255,.6);
  border-radius:6px;padding:6px 8px;white-space:nowrap;
}
.hero-tags .tag-fill{background:var(--orange);border-color:var(--orange);color:#FFF}

.hero-person{
  flex:0 0 37%;
  max-width:240px;
  position: relative;
  right: 16px;
  align-self:flex-end;
}

.hero-person img{
  width:100%;
  height:auto;
  display:block;
}

.hero-cta-wrap{
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding-right: 12px;
  position:relative;
  z-index:1;
}

.cta-btn{
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  color:#FFF;
  background-color:var(--orange);
  font-family:var(--font);
  font-weight:700;
  font-size:20px;
  padding:16px;border-radius:999px;
  box-shadow:0 6px 16px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.5);
  transition:transform .12s, box-shadow .12s;
}
.cta-btn:active{transform:translateY(2px);box-shadow:0 3px 8px rgba(0,0,0,.25)}
.cta-btn .chev{font-size:20px}

/* ============ サブバー ============ */
.subbar{text-align:center;font-family:var(--font);font-weight:700;color:var(--orange)}
.subbar-navy{background-color:#212E3E;font-size:18px;padding:10px 6px}
.subbar-navy .sep{opacity:.5;margin:0 6px}
.subbar-red{background-color:#212E3E;color:#fff;font-size:18px;padding:9px 8px;border-top: 1px solid #fff;}

/* ============ フォーム ============ */
.form-section{background:#fff;padding:22px 16px 30px}

/* ステッパー */
.stepper{display:flex;align-items:center;gap:8px;justify-content:center;margin-bottom:24px}
.stepper-label{font-weight:700;color:#7c8794;font-size:12px;letter-spacing:.08em}
.stepper-list{display:flex;align-items:center;gap: 6px;}
.step-dot{
  width:26px;height:26px;border-radius:50%;background:#d9dee4;color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;
  transition:.25s;flex:0 0 auto;
}
.step-line{width:18px;height:3px;background:#d9dee4;transition:.25s}
.step-dot.is-done{background:var(--orange)}
.step-dot.is-done span{font-size:0}
.step-dot.is-done::after{content:"✓";font-size:13px}
.step-dot.is-current{background:var(--red);box-shadow:0 0 0 3px var(--red-soft)}
.step-line.is-done{background:var(--orange)}

.step-caption{text-align:center;margin-bottom:18px;font-size:13px;color:#6b7682}
.step-badge{background:var(--red);color:#fff;font-weight:700;font-size:11px;padding:3px 9px;border-radius:5px;margin-right:6px}
.step-badge em{font-style:normal}

/* 質問見出し */
.q-required{font-size:12px;color:var(--gray);margin-bottom:6px;display:flex;align-items:center;gap:6px;}
.req{background:var(--red);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px}
.q-title{font-family:var(--font);font-weight:700;font-size:18px;color:var(--ink);margin-bottom:16px}
.field-label{font-size:12px;color:var(--gray);margin-bottom:8px}
.field-label.mt{margin-top:20px}

/* ステップの表示切替 */
.step{border:0;display:none;animation:fade .3s ease}
.step.is-active{display:block}
@keyframes fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

/* ボタン選択（グリッド） */
.choice-grid{display:grid;gap:10px}
.choice-grid.cols-2{grid-template-columns:1fr 1fr}
.choice-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.choice{position:relative;cursor:pointer}
.choice input{position:absolute;opacity:0;inset:0}
.choice span{
  display:flex;align-items:center;justify-content:center;text-align:center;
  min-height:54px;padding:8px 6px;font-size:13px;font-weight:700;line-height:1.35;
  border:1.5px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);
  transition:.15s;
}
.choice input:checked + span{
  border-color:var(--red);background:var(--red-soft);color:var(--red);
}
.choice input:checked + span::after{
  content:"✓";position:absolute;top:-9px;right:-9px;width:22px;height:22px;
  background:var(--red);color:#fff;border-radius:50%;font-size:12px;
  display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.2);
}
.choice input:focus-visible + span{outline:2px solid var(--red);outline-offset:2px}

/* ラジオ（縦リスト） */
.radio-list{display:flex;flex-direction:column;gap:10px}
.radio-row{display:flex;align-items:center;gap:12px;cursor:pointer;
  border:1.5px solid var(--line);border-radius:10px;padding:13px 16px;transition:.15s;background:#fff}
.radio-row input{position:absolute;opacity:0}
.radio-row .dot{width:20px;height:20px;border:2px solid #c4ccd4;border-radius:50%;flex:0 0 auto;transition:.15s;position:relative}
.radio-row .txt{font-size:14px;font-weight:700}
.radio-row input:checked ~ .dot{border-color:var(--red)}
.radio-row input:checked ~ .dot::after{content:"";position:absolute;inset:3px;background:var(--red);border-radius:50%}
.radio-row:has(input:checked){border-color:var(--red);background:var(--red-soft)}
.radio-row:has(input:focus-visible){outline:2px solid var(--red);outline-offset:2px}

/* セレクト */
.select-wrap{position:relative}
.select-wrap::after{content:"▾";position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--gray);pointer-events:none}
.select-wrap select{
  width:100%;appearance:none;border:1.5px solid var(--line);border-radius:10px;
  padding:15px 38px 15px 16px;font-size:14px;font-weight:700;color:var(--ink);background:#fff;font-family:inherit;
}
.select-wrap select:invalid{color:var(--gray);font-weight:400}

/* テキスト入力 */
.text-input{
  width:100%;border:1.5px solid var(--line);border-radius:10px;padding:14px 16px;
  font-size:15px;font-family:inherit;color:var(--ink);background:#fff;
}
.text-input::placeholder{color:#b9c0c8}
.text-input:focus,.select-wrap select:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--red-soft)}
.name-row{display:flex;gap:12px}
.name-col{flex:1}

/* 同意 */
.agree{display:flex;align-items:flex-start;gap:10px;margin-top:20px;cursor:pointer;
  background:#f7f8fa;border-radius:10px;padding:14px}
.agree input{position:absolute;opacity:0}
.agree-box{width:20px;height:20px;border:2px solid #c4ccd4;border-radius:5px;flex:0 0 auto;margin-top:1px;transition:.15s;position:relative}
.agree input:checked + .agree-box{background:var(--red);border-color:var(--red)}
.agree input:checked + .agree-box::after{content:"✓";color:#fff;font-size:13px;position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.agree input:focus-visible + .agree-box{outline:2px solid var(--red);outline-offset:2px}
.agree-txt{font-size:12.5px;font-weight:700;line-height:1.6}
.agree-txt a{color:var(--red);text-decoration:underline}

/* ナビボタン */
.nav-btns{display:flex;gap:10px;margin-top:22px;text-shadow:0 0 10px rgb(224, 46, 91);}
.nav-btns.single{justify-content:stretch}
.btn{
  border:0;cursor:pointer;font-family:var(--font);font-weight:900;border-radius:10px;
  padding:16px 12px;font-size:16px;transition:transform .1s,filter .15s;flex:1;
}
.btn:active{transform:translateY(1px)}
.btn-back{background:#e7eaee;color:#5a6571;flex:0 0 38%}
.btn-next{background: linear-gradient(180deg, #e0202f, var(--red-dark));color:#fff}
.btn-next:hover{filter:brightness(1.05)}
.btn-submit{background:var(--red);color:#fff}
.nav-btns.single .btn-next{flex:1}
.privacy-note{text-align:center;font-size:11px;color:var(--gray);margin-top:14px}
.field-error{color:var(--red);font-size:12px;font-weight:700;margin-top:8px}
.shake{animation:shake .3s}
@keyframes shake{0%,100%{transform:none}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}

/* 完了 */
.form-done{text-align:center;padding:30px 10px}
.done-icon{width:64px;height:64px;border-radius:50%;background:var(--red);color:#fff;font-size:32px;
  display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.form-done h2{font-family:var(--font);font-size:21px;margin-bottom:10px}
.form-done p{font-size:14px;color:#566}

/* ============ 限定効果 求人カード ============ */
.limited{margin-top:28px}
.block-title{font-family:var(--font);font-weight:900;font-size:24px;text-align:center;color:#46535f;}
.block-sub{text-align:center;font-size:13px;font-weight:700;color:#46535f;margin:6px 0 18px}
.job-card{border:2px solid var(--red);border-radius:16px;padding:16px;background:#fff}
.job-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px}
.job-ico{width:40px;height:40px;border-radius:10px;background:var(--red-soft);display:flex;align-items:center;justify-content:center;font-size:20px;flex:0 0 auto}
.job-ico img {width: 100%; max-width:24px;}
.job-badges{display:flex;flex-wrap:wrap;gap:5px;align-items:center;padding-top:3px}
.jb{font-size:10px;font-weight:700;padding:2px 7px;border-radius:4px}
.jb-red{background:var(--red);color:#fff}
.jb-orange{background:var(--orange);color:#5a3500}
.jb-line{border:1px solid #d9b27a;color:#9a6a16}
.job-name{font-family:var(--font);font-weight:700;font-size:15px;line-height:1.45;margin-bottom:10px;color: #333;}
.job-salary{background:var(--red-soft);border-radius:8px;padding:8px 10px;font-size:12px;color:#666;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.job-salary b{color:var(--red);font-size:18px;font-family:var(--font)}
.job-place{display: flex; margin-left:auto;font-size:11px;color:#888}
.job-place::before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://ageru-career.com/sekokancareer-lp/assets/img/map.svg") no-repeat center center;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
}
.job-feats{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}
.job-feats li{font-size:11px;font-weight:700;color:#9a6a16;background:#fff8ec;border:1px solid #f0d9a6;border-radius:6px;padding:4px 8px}
.job-feats li::before{content:"✓ ";color:var(--orange)}
.job-cta{display:block;text-align:center;background:linear-gradient(180deg,#e0202f,var(--red));color:#fff;
  font-family:var(--font);font-weight:900;font-size:15px;padding:14px;border-radius:10px;box-shadow:0 4px 10px rgba(211,18,42,.3)}

/* ============ 成功事例 / 声 共通背景 ============ */
.beige{
  background:#FBFCF6;
  background-image:radial-gradient(#d7d7d7 1px,transparent 1px);
  background-size:14px 14px;
  padding:30px 16px;
}
.cases + .voices{padding-top:6px}

/* 成功事例 */
.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.case-card{background:#FFFAF3;border:1px solid #CD8F69;border-radius:14px;padding:14px 12px;text-align:center;box-shadow:2px 2px 0px 0px rgb(0 0 0 / 20%);}
.case-avatar{width:46px;height:46px;border-radius:50%;background:var(--red-soft);color:var(--red);font-size:22px;
  display:flex;align-items:center;justify-content:center;margin:0 auto 10px}
.case-avatar img{width:100%; max-width:32px;}
.case-tag{display:flex;width: 100%;max-width: 130px;justify-content:center;background-color:#33414d;color:#fff;font-size:9.5px;font-weight:700;padding:3px 8px;border-radius:5px;margin-bottom:10px}
.case-dl{font-size:12px;border-top:1px solid var(--beige-line)}
.case-dl > div{display:flex;justify-content:space-between;gap:8px;padding:6px 2px;border-bottom:1px solid var(--beige-line)}
.case-dl dt{color:#7184A9;font-weight:700}
.case-dl dd{font-weight:700;color:var(--ink);text-align:right}
.case-dl s{color:#7184A9;}
.case-up{color:#FF7A59;font-family:var(--font);font-weight:900;font-size:16px;margin-top:12px}

/* 声 */
.voice-list{display:flex;flex-direction:column;gap:14px}
.voice-card{background:#FFFAF3;border:1px solid #CD8F69; border-radius:12px;padding:16px;box-shadow:2px 2px 0px 0px rgb(0 0 0 / 20%);}
.voice-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.voice-avatar{width:38px;height:38px;border-radius:50%;background:var(--red-soft);color:var(--red);font-size:18px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.voice-avatar img{width:100%; max-width:24px;}
.voice-name{font-weight:700;font-size:14px}
.voice-meta{font-size:11px;color:#687688;}
.voice-body{font-size:13px;line-height:1.8;color:#18263A}

/* ============ フッター ============ */
.site-footer{background:var(--navy);color:#fff;text-align:center;padding:26px 16px 16px;}
.footer-logo{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px}
.footer-logo img{max-width: 180px;}
.footer-logo span{font-family:var(--font);font-weight:900;font-size:18px}
.footer-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 18px;font-size:12.5px;margin-bottom:14px}
.footer-nav a{opacity: 0.6;}
.footer-nav a:hover{text-decoration:underline}
.copyright{font-size:10.5px;opacity:.6}

/* ============ オーバーレイ ============ */
.overlay{position:fixed;inset:0;background:rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;z-index:50}
.overlay[hidden]{display:none}
.form-done[hidden]{display:none}
.spinner{width:46px;height:46px;border:5px solid var(--red-soft);border-top-color:var(--red);border-radius:50%;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

.ty-header img{
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}

/* PC: 中央寄せの枠 */
@media (min-width:520px){
  .site-header{border-radius:0;box-shadow:0 0 30px rgba(0,0,0,.06)}
  .site-header,.hero,.subbar,.form-section,.cases,.voices,.site-footer{box-shadow:0 0 0 rgba(0,0,0,0)}
  body > *{background-clip:padding-box}
}
@media (max-width:480px){
  .hero-title{
    font-size: 31px;
  }
  .hero-cta-wrap {
    max-width: 96%;
  }
  .hero-sub{font-size:10px;line-height:1.6;margin-top:10px;opacity:.95}
  .hero-tags .tag {font-size:8px;}

  .cta-btn {
    position: relative;
    top: -10px;
  }
}

@media (max-width:440px){
    .hero-title{
    font-size: 28px;
  }
  .header-inner img{
    max-width: 130px;
  }
  .site-header {
    padding: 8px;
  }
  .hero-tags {
    margin-top: 12px;
  }
  .hero-tags .tag {
    font-weight: 700;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 6px;
    padding: 6px 6px;
    white-space: nowrap;
  }
  .hero-lead {
    font-size: 10px;
  }
  .hero-person {
    right: 20px;
    flex: 0 0 38%;
  }

}


@media (max-width:400px){
    .hero-title{
    font-size: 24px;
  }
  .q-title {
    font-size: 16px;
  }
  .header-inner img{
    max-width: 130px;
  }
  .block-title {
    font-size: 20px;
  }
  .site-header {
    padding: 8px;
  }
  .btn {
    font-size: 14px;
  }
  .subbar{text-align:center;font-family:var(--font);font-weight:700;color:var(--orange)}
  .subbar-navy{background-color:#212E3E;font-size:14px;padding:10px 6px}
  .subbar-navy .sep{opacity:.5;margin:0 6px}
  .subbar-red{background-color:#212E3E;color:#fff;font-size:14px;padding:9px 8px;border-top: 1px solid #fff;}
  .hero-cta-wrap {
    top: 0;
  }
  .cta-btn{
    font-size:16px;
    padding: 8px;
    top: -5px;
  }

}


@media (max-width: 360px) {
  .case-dl {
    font-size: 11px;
  }
  .case-up {
    font-size: 13px;
  }
  .case-dl dt{font-size: 10px;}
  .pc_none {
    display: block;
  }
  .hero-cta-wrap {
    max-width: 98%;
    font-size: 9px;
    top: -12px;
  }
  .hero-lead {
    font-size: 9px;
  }
  .hero-title {
    font-size: 21px;
  }
  .hero-sub {
    font-size: 8px;
  }
  .hero-tags .tag {
    padding: 3px 3px;
  }
  .hero-tags{
    margin-top: 10px;
  }
  .header-badge {
    font-size: 9px;
    padding: 5px 3px;
  }
  .hero {
    padding: 16px 0 0 12px;
  }
}

.hero-txtbox {
  display: flex;
  align-items: center;
}

/* ===== 送信中ローディング（％表示） ===== */
.overlay{
  position:fixed; inset:0; z-index:9999;
  display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,.92); backdrop-filter:blur(2px);
}
.loader{ text-align:center; }
.loader-ring{ position:relative; width:120px; height:120px; margin:0 auto; }
.loader-ring svg{ width:120px; height:120px; transform:rotate(-90deg); }
.loader-track{
  fill:none; stroke:#eef0f3; stroke-width:8;
}
.loader-bar{
  fill:none; stroke:#C8102E; stroke-width:8; stroke-linecap:round;
  stroke-dasharray:326.7;            /* 2 * π * 52 ≒ 326.7 */
  stroke-dashoffset:326.7;           /* 0%の状態 */
  transition:stroke-dashoffset .2s linear;
}
.loader-pct{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  font-size:26px; font-weight:900; color:#18263A; font-family:inherit;
}
.loader-text{
  margin-top:16px; font-size:13px; color:#687688; font-weight:700;
}

/* 送信中はスクロール禁止 */
body.is-locked{
  overflow:hidden;
  /* iOSでの背景スクロール対策 */
  position:fixed;
  width:100%;
}