/* ##############################################################################

    COMMON

############################################################################## */
  :root {
    --clr-text-primary: #000;
    --clr-primary-default: #1264B1;
    --clr-primary-light: #0E7BE0;
    --clr-accent-default: #f6d73b;
    --clr-text-placeholder: #CCC;
    --clr-wht: #fff;
    --bg-01: #F4F7FB;
    --font-jp: 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  }
  body {
    font: 15px/1.231 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: .08em;
    *font-size: small;
    *font: x-small;
    -webkit-font-smoothing: antialiased;
  }
  #formy_form td {
    font-family: 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  }
  @media all and (-ms-high-contrast:none) {
    body,
    #formy_form td {
      font-family: 'メイリオ', 'Meiryo', 'Lato', 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    }
  }
  ul,
  ol { list-style: none; }
  small { font-size: 86%; }
  a,
  a[href="javascript:void(0);"]:hover {
    text-decoration: none;
    transition: all .4s ease-out;
    outline : none;
  }
  a:focus {
    text-decoration: none !important;
  }
  img {
    vertical-align: middle;
  }
  address,
  em,
  i {
    font-style: normal;
  }
  .blc:not(:last-child) {
    margin-bottom: 80px;
  }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px;
      -webkit-text-size-adjust: none;
    }
    img {
      max-width: 100%;
      height: auto;
    }
    .blc:not(:last-child) {
      margin-bottom: 40px;
    }
  }

