@charset "UTF-8";

/* ==========================================================================
   給与・賞与振込サービス LP
   PC : デザイン幅 1378px / コンテンツ 1080px
   SP : デザイン幅 375px（画像は2倍サイズ）
   ========================================================================== */

/* ---------- variables ---------- */
:root {
  --c-blue:       #0447a8;  /* メインブルー */
  --c-blue-dark:  #011a43;  /* 見出しネイビー */
  --c-blue-mid:   #005bab;  /* サブ見出し・ポイント見出し */
  --c-blue-pale:  #cae2ff;  /* テーブル見出し背景 */
  --c-bg-pale:    #f5faff;  /* 淡いブルー背景 */
  --c-text:       #000000;
  --c-gray:       #808080;
  --f-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 62.5%; /* 1rem = 10px */ -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-jp);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--c-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, p, ul, li, figure { margin: 0; padding: 0; }
ul { list-style: none; }
img { max-width: 100%; height: auto; vertical-align: bottom; border: 0; }
a { color: inherit; text-decoration: none; }

/* ---------- utility ---------- */
.u-sp { display: none !important; }
.u-pc { display: block; }
.is-accent { color: var(--c-blue); }
.c-sup { font-size: .7em; vertical-align: super; }

/* ---------- add ---------- */
main {padding: 0;}
/* ==========================================================================
   key visual
   ========================================================================== */
.p-kv {
  height: 80rem;
  background: #eef4fd url("../img/kv_pc.png") center bottom / cover no-repeat;
  text-align: center;
}
.p-kv__inner { padding-top: 8.9rem; }

.p-kv__title {
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  color: var(--c-blue-dark);
}
.p-kv__title .is-accent { color: var(--c-blue); }
.p-kv__title br { display: none; }

.p-kv__line {
  display: block;
  width: 22.3rem;
  height: .3rem;
  margin: 3.5rem auto 0;
  background: var(--c-blue);
}

.p-kv__lead {
  margin-top: 3.8rem;
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  color: #1a1a1a;
}
.p-kv__lead + .p-kv__lead { margin-top: 1.8rem; }

.p-kv__date {
  margin-top: 5rem;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  color: var(--c-blue);
}
.c-marker {
  padding: 0 1.3rem .6rem;
  background: linear-gradient(transparent 52%, #ffff00 52%, #ffff00 90%, transparent 90%);
}

/* ==========================================================================
   共通パーツ
   ========================================================================== */
/* セクション見出し */
.c-secttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  text-align: center;
  color: var(--c-text);
}
.c-secttl__num {
  font-size: 4rem;
  color: var(--c-blue);
}
.c-secttl::after {
  content: "";
  display: block;
  width: 22.3rem;
  height: .3rem;
  margin: 1.5rem auto 0;
  background: var(--c-blue);
}

/* サブ見出し */
.c-subttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--c-blue-mid);
}

/* ==========================================================================
   3つの便利なポイント
   ========================================================================== */
.p-point {
  padding: 5rem 0 8.5rem;
  background: #fff;
}
.p-point__list {
  display: flex;
  justify-content: center;
  width: 108rem;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 5.6rem;
}
.p-point__item {
  position: relative;
  width: 29.1rem;
  text-align: center;
}
.p-point__item + .p-point__item { margin-left: 9.1rem; }
.p-point__item + .p-point__item::before {
  content: "";
  position: absolute;
  top: .2rem;
  left: -4.55rem;
  width: .2rem;
  height: 39rem;
  background-image: linear-gradient(to bottom, var(--c-blue) 3px, transparent 3px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
}

.p-point__label {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  color: var(--c-blue);
}
.p-point__label span {
  font-size: 3rem;
  margin-left: .2rem;
}
.p-point__icon { margin-top: 1.2rem; }
.p-point__icon img { width: 13.5rem; }

.p-point__ttl {
  margin-top: 1.2rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: var(--c-blue-mid);
}
.p-point__catch {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.p-point__txt {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
.p-point__txt--left { text-align: left; }
.p-point__note {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: var(--c-gray);
}
.p-point__txt + .p-point__note { margin-top: .6rem; }

/* ==========================================================================
   振込手数料
   ========================================================================== */
.p-fee {
  padding: 6.8rem 0 7.9rem;
  background: var(--c-bg-pale);
}
.p-fee .c-subttl { margin-top: 6.3rem; }
.p-fee .c-subttl--2nd { margin-top: 8.8rem; }

.p-fee__price1 { margin-top: 2.8rem; text-align: center; }
.p-fee__price1 img { width: 79.5rem; margin: 0 auto; }

.p-fee__price2 { margin-top: 4.1rem; text-align: center; }
.p-fee__price2 img { width: 81.6rem; margin: 0 auto; }

.p-fee__table {
  position: relative;
  width: 89.7rem;
  max-width: 100%;
  margin: 3.4rem auto 0;
}
.p-fee__table img { width: 100%; }
.p-fee__kira {
  position: absolute;
  top: 5.1rem;
  width: 4.4rem;
}
.p-fee__kira--l { left: -5.2rem; }
.p-fee__kira--r { right: -5.2rem; }

.p-fee__notes {
  width: 89.7rem;
  max-width: 100%;
  margin: 1.1rem auto 0;
  padding-left: 1.4rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--c-gray);
}

/* ==========================================================================
   サービス概要
   ========================================================================== */
.p-spec {
  padding: 6.3rem 0 6.2rem;
  background: #fff;
}
.p-spec__table {
  width: 108rem;
  max-width: 100%;
  margin: 7.2rem auto 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.6rem;
  line-height: 1.65;
}
.p-spec__table th,
.p-spec__table td {
  border: 1px solid #000;
  padding: 1.6rem 2.8rem;
  vertical-align: middle;
}
.p-spec__table th {
  width: 29.7rem;
  background: var(--c-blue-pale);
  font-weight: 500;
  text-align: center;
}
.p-spec__table td {
  font-weight: 500;
  text-align: left;
}
.p-spec__note {
  display: block;
  margin-top: .2rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--c-gray);
}
.p-spec__inline {
  margin-left: 1.6rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--c-gray);
}

/* ==========================================================================
   CTA
   ========================================================================== */
.p-cta {
  padding: 6.8rem 0 6.7rem;
  background: var(--c-blue);
  text-align: center;
}
.p-cta__day img { width: 61.3rem; }
.p-cta__txt {
  margin-top: 2.2rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.p-cta__btn { margin-top: 3.3rem; }
.p-cta__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52.5rem;
  max-width: 90%;
  height: 8rem;
  margin: 0 auto;
  border-radius: .6rem;
  background: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--c-blue);
  transition: opacity .2s;
}
.p-cta__btn a:hover { opacity: .8; }
.p-cta__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.2rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -.7rem;
  border-top: .2rem solid var(--c-blue);
  border-right: .2rem solid var(--c-blue);
  transform: rotate(45deg);
}

/* ==========================================================================
   SP  ( ~767px )
   ========================================================================== */
@media (max-width: 767px) {

  html { font-size: 2.6666vw; /* 1rem = 10px @375 */ }

  .u-sp { display: block !important; }
  .u-pc { display: none !important; }

  /* ---- key visual ---- */
  .p-kv {
    height: auto;
    padding-bottom: 18rem;
    background: #eef4fd url("../img/kv_sp.png") center bottom / 100% auto no-repeat;
  }
  .p-kv__inner { padding-top: 4.5rem; }
  .p-kv__title {
    font-size: 3.4rem;
    line-height: 1.35;
    letter-spacing: .02em;
  }
  .p-kv__title br { display: inline; }
  .p-kv__line { width: 12rem; margin-top: 2rem; height: .2rem; }
  .p-kv__lead {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 2rem;
  }
  .p-kv__lead + .p-kv__lead { margin-top: 1rem; }
  .p-kv__date {
    margin-top: 2.4rem;
    font-size: 2rem;
    padding: 0 1.5rem;
  }
  .c-marker { padding: 0 .6rem .3rem; }

  /* ---- 共通見出し ---- */
  .c-secttl { font-size: 2.2rem; }
  .c-secttl__num { font-size: 2.9rem; }
  .c-secttl::after { width: 14rem; height: .2rem; margin-top: 1.2rem; }
  .c-subttl { font-size: 1.8rem; line-height: 1.4; padding: 0 1.5rem; }

  /* ---- point ---- */
  .p-point { padding: 4rem 0 4.5rem; }
  .p-point__list {
    display: block;
    width: auto;
    padding: 3.5rem 2.5rem 0;
  }
  .p-point__item { width: auto; padding: 0; }
  .p-point__item + .p-point__item {
    margin-left: 0;
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }
  .p-point__item + .p-point__item::before {
    top: 0;
    left: 0;
    width: 100%;
    height: .2rem;
    background-image: linear-gradient(to right, var(--c-blue) 3px, transparent 3px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
  }
  .p-point__label { font-size: 1.7rem; }
  .p-point__label span { font-size: 2.4rem; }
  .p-point__icon img { width: 10rem; }
  .p-point__ttl { font-size: 1.9rem; }
  .p-point__catch { margin-top: 1.8rem; font-size: 1.5rem; }
  .p-point__txt { margin-top: 1.4rem; font-size: 1.4rem; line-height: 1.6; }
  .p-point__txt--left { text-align: center; }
  .p-point__note { margin-top: 1rem; font-size: 1.1rem; line-height: 1.55; }

  /* ---- 振込手数料 ---- */
  .p-fee { padding: 4rem 0 4.5rem; }
  .p-fee .c-subttl { margin-top: 3.5rem; }
  .p-fee .c-subttl--2nd { margin-top: 4.5rem; }
  .p-fee__price1 { margin-top: 2rem; }
  .p-fee__price1 img { width: 24.9rem; }
  .p-fee__price2 { margin-top: 2.5rem; }
  .p-fee__price2 img { width: 32.1rem; }

  .p-fee__table { width: 35.2rem; margin-top: 2rem; }
  .p-fee__kira { display: none; }

  .p-fee__notes {
    width: 35.2rem;
    margin-top: 1rem;
    padding-left: 0;
    font-size: 1.1rem;
  }

  /* ---- サービス概要 ---- */
  .p-spec { padding: 4rem 0 4.5rem; }
  .p-spec__table {
    width: 34.5rem;
    margin-top: 3rem;
    display: block;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .p-spec__table tbody,
  .p-spec__table tr { display: block; }
  .p-spec__table th,
  .p-spec__table td {
    display: block;
    width: 100%;
    padding: .9rem 1.2rem;
  }
  .p-spec__table tr + tr th { border-top: 0; }
  .p-spec__table td { border-top: 0; }
  .p-spec__table th br { display: none; }
  .p-spec__note { font-size: 1.1rem; }
  .p-spec__inline { display: block; margin-left: 0; font-size: 1.1rem; }

  /* ---- CTA ---- */
  .p-cta { padding: 4rem 1.5rem 4.5rem; }
  .p-cta__day img { width: 30.6rem; }
  .p-cta__txt { margin-top: 1.8rem; font-size: 1.5rem; line-height: 1.5; }
  .p-cta__btn { margin-top: 2.4rem; }
  .p-cta__btn a {
    width: 31rem;
    max-width: 100%;
    height: 6rem;
    font-size: 1.7rem;
  }
  .p-cta__btn a::after { right: 2.4rem; width: 1rem; height: 1rem; margin-top: -.6rem; }
}
@media (max-width: 767px) {
  .p-point__label,
  .p-point__icon {
    text-align: center;
  }

  /* アイコン画像自体もブロック化して中央寄せを保証 */
  .p-point__icon img {
    display: block;
    margin: 0 auto;
  }
}