@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */-ms-text-size-adjust: 100%;
  /* 2 */-webkit-text-size-adjust: 100%/* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */display: block
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */height: 0;
  /* 1 */overflow: visible/* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace,monospace;
  /* 1 */font-size: 1em/* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */-webkit-text-decoration-skip: objects/* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */text-decoration: underline;
  /* 2 */-webkit-text-decoration: underline dotted;
  text-decoration: underline dotted/* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace,monospace;
  /* 1 */font-size: 1em/* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */font-size: 100%;
  /* 1 */line-height: 1.15;
  /* 1 */margin: 0/* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */overflow: visible
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */text-transform: none
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button/* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */color: inherit;
  /* 2 */display: table;
  /* 1 */max-width: 100%;
  /* 1 */padding: 0;
  /* 3 */white-space: normal/* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */vertical-align: baseline/* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */padding: 0/* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */outline-offset: -2px/* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */font: inherit/* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block
}
/**
 * Add the correct display in IE.
 */
template {
  display: none
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
html,
body {
  -webkit-text-size-adjust: 100%
}
html {
  overflow-y: visible;
  font-size: 62.5%
}
body {
  min-width: 320px;
  font-family: YakuHanJPs,"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"游ゴシック","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  word-wrap: break-word;
  color: #333;
  -webkit-font-smoothing: antialiased
}
@media (max-width: 48em) {
  body {
    font-size: 14px;
    font-size: 1.4rem
  }
}
body ::selection {
  color: #fff;
  background-color: #304993
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%
}
p,
dl,
ol,
ul {
  margin: 0
}
nav ul {
  padding-left: 0;
  list-style: none
}
table {
  border-spacing: 0;
  border-collapse: collapse
}
th,
td {
  padding: 0;
  text-align: left
}
iframe {
  border: 0
}
figure {
  margin: 0;
  padding: 0
}
img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
a {
  color: inherit
}
@media (min-width: 48.0625em) {
  a img,
  a svg {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
  }
}
@media (min-width: 48.0625em) {
  a:hover {
    text-decoration: none
  }
}
@media (min-width: 48.0625em) {
  a:hover img,
  a:hover svg {
    opacity: 0.7
  }
}
button {
  cursor: pointer
}
.container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px
}
.container--medium {
  max-width: 1064px
}
.container--small {
  max-width: 900px
}
.section {
  padding-bottom: 100px
}
@media (max-width: 48em) {
  .section {
    padding-bottom: 60px
  }
}
@media (min-width: 48.0625em) {
  .sp-only {
    display: none !important
  }
}
@media (max-width: 48em) {
  .pc-only {
    display: none !important
  }
}
.clearfix::after,
#index .information .information-apply::after {
  content: '';
  display: block;
  clear: both
}
.barlow {
  font-family: barlow,sans-serf
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  border: 0;
  background-color: transparent;
  text-shadow: none
}
.invisible {
  visibility: hidden !important
}
.fc-red {
  color: #ff1818
}
.fc-light-blue {
  color: #16a2dd
}
.text-center {
  text-align: center
}
.c-heading {
  font-weight: bold;
  color: #304993
}
.c-heading .en {
  display: block;
  font-family: barlow,sans-serf
}
.c-heading .ja {
  display: block
}
.c-heading--large .en {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem
}
@media (max-width: 48em) {
  .c-heading--large .en {
    margin-bottom: 18px
  }
}
@media (max-width: 23.375em) {
  .c-heading--large .en {
    font-size: 13px;
    font-size: 1.3rem
  }
}
.c-heading--large .ja-top {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold
}
@media (max-width: 48em) {
  .c-heading--large .ja-top {
    margin-bottom: 8px;
    font-size: 18px;
    font-size: 1.8rem
  }
}
@media (max-width: 23.375em) {
  .c-heading--large .ja-top {
    font-size: 13px;
    font-size: 1.3rem
  }
}
.c-heading--large .ja {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5
}
@media (max-width: 48em) {
  .c-heading--large .ja {
    font-size: 23.5px;
    font-size: 2.35rem;
    letter-spacing: normal
  }
}
@media (max-width: 23.375em) {
  .c-heading--large .ja {
    font-size: 19px;
    font-size: 1.9rem
  }
}
.c-heading--center {
  text-align: center
}
.c-heading--center .en {
  padding-top: 100px
}
@media (max-width: 48em) {
  .c-heading--center .en {
    padding-top: 45px
  }
}
.c-heading--left .en {
  padding-left: 60px
}
@media (max-width: 48em) {
  .c-heading--left .en {
    padding-left: 50px
  }
}
.c-heading--left .en::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #16a2dd
}
@media (max-width: 48em) {
  .c-heading--left .en::before {
    width: 30px
  }
}
.c-heading--underline {
  padding-bottom: 12px;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #304993
}
@media (max-width: 48em) {
  .c-heading--underline {
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem
  }
}
.c-button {
  margin-right: auto;
  margin-left: auto;
  text-align: center
}
.c-button .c-button-body {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none
}
@media (min-width: 48.0625em) {
  .c-button .c-button-body:hover {
    opacity: 0.7
  }
}
.c-button--type_flat .c-button-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border-radius: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 48em) {
  .c-button--type_flat .c-button-body {
    height: 44px;
    border-radius: 44px
  }
}
.c-button--type_flat .c-button-body span {
  position: relative;
  padding-right: 18px;
  font-size: 14px;
  font-size: 1.4rem
}
@media (max-width: 48em) {
  .c-button--type_flat .c-button-body span {
    width: 86.44068%;
    padding-right: 0;
    font-size: 15px;
    font-size: 1.5rem
  }
}
@media (max-width: 23.375em) {
  .c-button--type_flat .c-button-body span {
    font-size: 12.5px;
    font-size: 1.25rem
  }
}
.c-button--type_flat .c-button-body span::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff
}
.c-button--type_shadow {
  padding-bottom: 7px
}
.c-button--type_shadow.c-button--color_system .c-button-body {
  -webkit-box-shadow: 0 7px #65941f;
  box-shadow: 0 7px #65941f
}
.c-button--type_shadow.c-button--color_primary .c-button-body {
  -webkit-box-shadow: 0 7px #23366d;
  box-shadow: 0 7px #23366d
}
.c-button--type_shadow.c-button--color_secondary .c-button-body {
  -webkit-box-shadow: 0 7px #1180af;
  box-shadow: 0 7px #1180af
}
.c-button--type_shadow.c-button--color_system .c-button-body:disabled,
.c-button--type_shadow.c-button--color_primary .c-button-body:disabled,
.c-button--type_shadow.c-button--color_secondary .c-button-body:disabled {
  pointer-events: none;
  -webkit-box-shadow: 0 7px #5e5e5e;
  box-shadow: 0 7px #5e5e5e
}
.c-button--type_shadow .c-button-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  text-align: center;
  border-radius: 88px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 48em) {
  .c-button--type_shadow .c-button-body {
    height: 60px;
    border-radius: 60px
  }
}
.c-button--type_shadow .c-button-body::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 44px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff
}
@media (max-width: 48em) {
  .c-button--type_shadow .c-button-body::after {
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -3px
  }
}
.c-button--type_shadow .c-button-body:active {
  position: relative;
  bottom: -7px;
  -webkit-box-shadow: none;
  box-shadow: none
}
.c-button--type_shadow .c-button-body span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold
}
@media (max-width: 48em) {
  .c-button--type_shadow .c-button-body span {
    width: 91.30435%;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.c-button--type_shadow .c-button-body span em {
  display: block;
  margin-top: 10px;
  font-size: 1.3333em;
  font-style: normal
}
@media (max-width: 48em) {
  .c-button--type_shadow .c-button-body span em {
    margin-top: 8px;
    font-size: 1.5em
  }
}
.c-button--type_shadow.c-button--size_medium .c-button-body {
  height: 70px
}
@media (max-width: 48em) {
  .c-button--type_shadow.c-button--size_medium .c-button-body {
    height: 50px
  }
}
.c-button--type_shadow.c-button--size_medium .c-button-body span {
  font-size: 16px;
  font-size: 1.6rem
}
@media (max-width: 48em) {
  .c-button--type_shadow.c-button--size_medium .c-button-body span {
    font-size: 10px;
    font-size: 1.4rem
  }
}
.c-button--type_shadow.c-button--size_small .c-button-body {
  height: 60px
}
@media (max-width: 48em) {
  .c-button--type_shadow.c-button--size_small .c-button-body {
    height: 50px
  }
}
.c-button--type_shadow.c-button--size_small .c-button-body span {
  font-size: 16px;
  font-size: 1.6rem
}
@media (max-width: 48em) {
  .c-button--type_shadow.c-button--size_small .c-button-body span {
    font-size: 13px;
    font-size: 1.3rem
  }
}
.c-button--type_border {
  padding-bottom: 7px
}
.c-button--type_border .c-button-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  text-align: center;
  border: 1px solid;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 48em) {
  .c-button--type_border .c-button-body {
    height: 50px;
    border-radius: 25px
  }
}
.c-button--type_border .c-button-body::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 44px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff
}
@media (max-width: 48em) {
  .c-button--type_border .c-button-body::after {
    left: 15px;
    width: 6px;
    height: 6px;
    margin-top: -3px
  }
}
.c-button--type_border .c-button-body span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold
}
@media (max-width: 48em) {
  .c-button--type_border .c-button-body span {
    font-size: 10px;
    font-size: 1rem
  }
}
.c-button--type_border .c-button-body span em {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal
}
@media (max-width: 48em) {
  .c-button--type_border .c-button-body span em {
    font-size: 1.6em
  }
}
.c-button--type_border.c-button--color_system .c-button-body {
  color: #65941f;
  border-color: #65941f;
  background-color: #fff
}
.c-button--type_border.c-button--color_system .c-button-body::after {
  border-color: #65941f
}
.c-button--type_border.c-button--color_system .c-button-body:disabled,
.c-button--type_border.c-button--color_primary .c-button-body:disabled,
.c-button--type_border.c-button--color_secondary .c-button-body:disabled {
  pointer-events: none;
  color: #5e5e5e;
  border-color: #5e5e5e;
  background-color: #fff
}
.c-button--type_border.c-button--color_system .c-button-body:disabled::after,
.c-button--type_border.c-button--color_primary .c-button-body:disabled::after,
.c-button--type_border.c-button--color_secondary .c-button-body:disabled::after {
  border-color: #5e5e5e
}
.c-button--color_primary .c-button-body {
  background-color: #304993
}
.c-button--color_primary .c-button-body span {
  color: #fff
}
.c-button--color_primary ::selection {
  color: #304993;
  background-color: #fff
}
.c-button--color_secondary .c-button-body {
  color: #fff;
  background-color: #16a2dd
}
.c-button--color_system .c-button-body {
  color: #fff;
  background-color: #82be28
}
.c-button--color_system ::selection {
  color: #82be28;
  background-color: #fff
}
.c-button--color_system .c-button-body:disabled,
.c-button--color_primary .c-button-body:disabled,
.c-button--color_secondary .c-button-body:disabled {
  pointer-events: none;
  color: #fff;
  background-color: #777
}
.c-button--color_system .c-button-body:disabled::selection,
.c-button--color_primary .c-button-body:disabled::selection,
.c-button--color_secondary .c-button-body:disabled::selection {
  color: #777;
  background-color: #fff
}
.c-button--size_large {
  max-width: 640px
}
@media (max-width: 48em) {
  .c-button--size_large {
    max-width: 100%
  }
}
.c-button--size_medium {
  max-width: 480px
}
@media (max-width: 48em) {
  .c-button--size_medium {
    max-width: 295px
  }
}
.c-button--size_small {
  max-width: 360px
}
@media (max-width: 48em) {
  .c-button--size_small {
    max-width: 295px
  }
}
.c-jumbotron {
  padding: 40px 0;
  text-align: center
}
@media (max-width: 48em) {
  .c-jumbotron {
    padding: 0
  }
}
@media (max-width: 48em) {
  .c-jumbotron > .container {
    padding: 0
  }
}
.c-jumbotron .c-jumbotron-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  background-color: #304993;
  background-image: url(../images/common/background/jumbotron-common-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 48em) {
  .c-jumbotron .c-jumbotron-main {
    height: 225px
  }
}
.c-jumbotron .c-jumbotron-main-inner {
  width: 100%
}
.c-jumbotron .c-jumbotron-main-title {
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6)
}
@media (max-width: 64em) {
  .c-jumbotron .c-jumbotron-main-title {
    padding: 0 20px
  }
}
.c-jumbotron .c-jumbotron-main-title .text-top {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal
}
@media (max-width: 48em) {
  .c-jumbotron .c-jumbotron-main-title .text-top {
    margin-bottom: 14px;
    font-size: 17px;
    font-size: 1.7rem
  }
}
@media (max-width: 23.375em) {
  .c-jumbotron .c-jumbotron-main-title .text-top {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.c-jumbotron .c-jumbotron-main-title .text-main {
  display: block;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold
}
@media (max-width: 48em) {
  .c-jumbotron .c-jumbotron-main-title .text-main {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5
  }
}
@media (max-width: 23.375em) {
  .c-jumbotron .c-jumbotron-main-title .text-main {
    font-size: 22px;
    font-size: 2.2rem
  }
}
.c-jumbotron--index {
  text-align: left
}
.c-jumbotron--index .c-jumbotron-main {
  height: 460px
}
@media (max-width: 48em) {
  .c-jumbotron--index .c-jumbotron-main {
    display: block;
    height: 338px;
    padding-top: 28px
  }
}
@media (min-width: 64.0625em) {
  .c-jumbotron--index .c-jumbotron-main-title {
    padding: 0 128px
  }
}
@media (max-width: 48em) {
  .c-jumbotron--index .c-jumbotron-main-title .text-top {
    margin-bottom: 6px;
    font-size: 18px;
    font-size: 1.8rem
  }
}
@media (max-width: 23.375em) {
  .c-jumbotron--index .c-jumbotron-main-title .text-top {
    font-size: 15px;
    font-size: 1.5rem
  }
}
.c-jumbotron--index .c-jumbotron-main-title .text-main {
  font-size: 60px;
  font-size: 6rem
}
@media (max-width: 64em) {
  .c-jumbotron--index .c-jumbotron-main-title .text-main {
    font-size: 55px;
    font-size: 5.5rem
  }
}
@media (max-width: 48em) {
  .c-jumbotron--index .c-jumbotron-main-title .text-main {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2
  }
}
@media (max-width: 23.375em) {
  .c-jumbotron--index .c-jumbotron-main-title .text-main {
    font-size: 33px;
    font-size: 3.3rem
  }
}
.c-attention-list {
  padding-left: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8;
  list-style: none
}
@media (max-width: 48em) {
  .c-attention-list {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.625
  }
}
.c-attention-list .c-attention-list-item {
  position: relative;
  padding-left: 1.1em
}
.c-attention-list .c-attention-list-item::before {
  content: '・';
  position: absolute;
  z-index: 1;
  top: auto;
  left: 0
}
.c-text-emphasis {
  font-style: normal;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f3f531));
  background-image: linear-gradient(transparent 70%, #f3f531 0%)
}
.c-text-price {
  color: #304993
}
.c-text-price em {
  font-family: barlow,sans-serf;
  font-size: 2.2222em;
  font-weight: bold;
  font-style: normal
}
.c-text-price span {
  font-size: 0.889em
}
.c-table {
  width: 100%;
  border: 1px solid #304993
}
.c-table .c-table-header {
  padding-right: 30px;
  padding-left: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 0;
  border-style: solid;
  border-color: #fff;
  background-color: #304993
}
.c-table .c-table-header::selection {
  color: #304993;
  background-color: #fff
}
.c-table .c-table-data {
  padding-right: 30px;
  padding-left: 30px;
  border: 0;
  border-style: solid;
  border-color: #304993;
  background-color: #fff
}
.c-table--medium {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto
}
.c-table--horizontal .c-table-header + .c-table-header {
  border-left-width: 1px
}
.c-table--horizontal .c-table-data {
  text-align: center
}
.c-table--horizontal .c-table-data + .c-table-data {
  border-left-width: 1px
}
.c-table--horizontal.c-table--small .c-table-header {
  padding-top: 8px;
  padding-bottom: 8px
}
@media (max-width: 48em) {
  .c-table--horizontal.c-table--small .c-table-header {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.c-table--horizontal.c-table--small .c-table-data {
  padding-top: 10px;
  padding-bottom: 10px
}
@media (max-width: 48em) {
  .c-table--horizontal.c-table--small .c-table-data {
    padding-right: 10px;
    padding-left: 10px
  }
}
.c-table--horizontal.c-table--large .c-table-header {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2
}
@media (max-width: 48em) {
  .c-table--horizontal.c-table--large .c-table-header {
    font-size: 18px;
    font-size: 1.8rem
  }
}
.c-table--horizontal.c-table--large .c-table-data {
  padding-top: 16px;
  padding-bottom: 16px
}
@media (max-width: 48em) {
  .c-table--horizontal.c-table--large .c-table-data {
    padding-top: 5px;
    padding-bottom: 5px
  }
}
.c-table--vertical tr + tr .c-table-header {
  border-top-width: 1px
}
.c-table--vertical tr + tr .c-table-data {
  border-top-width: 1px
}
.c-table--vertical .c-table-data + .c-table-data {
  border-left-width: 1px
}
.c-table--vertical.c-table--medium .c-table-header {
  padding-top: 15px;
  padding-bottom: 15px
}
.c-table--vertical.c-table--medium .c-table-data {
  padding-top: 15px;
  padding-bottom: 15px
}
.c-input {
  width: 100%;
  height: 56px;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  background-color: #e3f7ff
}
@media (max-width: 48em) {
  .c-input {
    height: 50px
  }
}
.c-input:disabled {
  background-color: #f5f5f5
}
.c-input::-webkit-input-placeholder {
  color: #999
}
.c-input:-ms-input-placeholder {
  color: #999
}
.c-input::-ms-input-placeholder {
  color: #999
}
.c-input::placeholder {
  color: #999
}
.c-input--small {
  max-width: 120px
}
@media (max-width: 48em) {
  .c-input--small {
    max-width: 100px
  }
}
.c-radio .label input {
  display: none
}
.c-radio .label input + .text {
  position: relative;
  display: inline-block;
  padding-left: 40px
}
@media (max-width: 48em) {
  .c-radio .label input + .text {
    padding-left: 30px
  }
}
.c-radio .label input + .text:before,
.c-radio .label input + .text:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%
}
.c-radio .label input + .text:before {
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d2d2d2;
  background-color: #fff
}
.c-radio .label input + .text:after {
  left: 5px;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #304993
}
.c-radio .label input:checked + .text:after {
  opacity: 1
}
.c-check .label input {
  display: none
}
.c-check .label input + .text {
  position: relative;
  padding-left: 35px;
  font-weight: bold
}
.c-check .label input + .text:before,
.c-check .label input + .text:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0
}
.c-check .label input + .text:before {
  width: 15px;
  height: 15px;
  border: 1px solid #d2d2d2;
  background-color: #fff
}
.c-check .label input + .text:after {
  width: 19px;
  height: 25px;
  opacity: 0;
  background: url(../images/common/icons/icon_check_red.png) no-repeat;
  background-size: 19px auto
}
.c-check .label input:checked + .text:after {
  opacity: 1
}
.c-select {
  width: 100%;
  height: 56px;
  padding-right: 40px;
  padding-left: 15px;
  border: none;
  background: #e3f7ff url(../images/common/icons/icon_arrow_blue.png) no-repeat center right 20px;
  background-size: 9px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
@media (max-width: 48em) {
  .c-select {
    height: 50px
  }
}
.c-select::-ms-expand {
  display: none
}
.c-select--small {
  max-width: 210px
}
@media (max-width: 48em) {
  .c-select--small {
    max-width: 175px
  }
}
.l-wrapper {
  position: relative;
  /* padding-top: 80px */
}
@media (max-width: 48em) {
  .l-wrapper {
    /* padding-top: 60px */
  }
}
.l-header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 320px;
  height: 80px;
  background-color: #f5f5f5;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 48em) {
  .l-header {
    height: 60px
  }
}
.l-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.l-header .page-title > a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 64em) {
  .l-header .page-title > a {
    display: block
  }
}
@media (min-width: 48.0625em) {
  .l-header .page-title > a:hover {
    opacity: 0.7
  }
}
.l-header .page-title .page-title-logo {
  width: 154px;
  height: 22px;
  margin-right: 20px;
  border-right: 2px solid #304993;
  background: url(../images/common/logos/logo.png) no-repeat 0 0;
  background-size: 134px auto
}
@media (max-width: 64em) {
  .l-header .page-title .page-title-logo {
    margin-right: 0;
    margin-bottom: 6px;
    border-right: 0
  }
}
@media (max-width: 48em) {
  .l-header .page-title .page-title-logo {
    width: 126px;
    height: 21px;
    background-size: 126px auto
  }
}
.l-header .page-title .page-title-text {
  font-weight: 500;
  line-height: 1.5
}
@media (max-width: 74.9375em) {
  .l-header .page-title .page-title-text {
    font-size: 14px;
    font-size: 1.4rem
  }
}
@media (max-width: 48em) {
  .l-header .page-title .page-title-text {
    font-size: 10px;
    font-size: 1rem
  }
}
.l-header .burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 6px;
  background-color: #304993;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.l-header .burger .burger-inner {
  position: relative;
  width: 15px;
  height: 11px
}
.l-header .burger .burger-inner span {
  position: absolute;
  z-index: 1;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff
}
.l-header .burger .burger-inner span:nth-child(1) {
  top: 0
}
.l-header .burger .burger-inner span:nth-child(2) {
  top: 5px
}
.l-header .burger .burger-inner span:nth-child(3) {
  bottom: 0
}
.l-header .burger-overlay {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4)
}
.l-header .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (max-width: 48em) {
  .l-header .header-buttons {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    width: 92%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 25px 30px;
    -webkit-transition: opacity 0.3s ease,-webkit-transform 0.3s ease;
    transition: opacity 0.3s ease,-webkit-transform 0.3s ease;
    transition: opacity 0.3s ease,transform 0.3s ease;
    transition: opacity 0.3s ease,transform 0.3s ease,-webkit-transform 0.3s ease;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    pointer-events: none;
    opacity: 0;
    border-radius: 6px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1)
  }
  .l-header .header-buttons.is-active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all;
    opacity: 1
  }
}
@media (max-width: 48em) {
  .l-header .header-buttons .header-button {
    width: 100% !important
  }
}
@media (max-width: 48em) {
  .l-header .header-buttons .header-button + .header-button {
    margin-top: 10px
  }
}
@media (max-width: 64em) and (min-width: 48.0625em) {
  .l-header .header-buttons .header-button .c-button .c-button-body span {
    padding-right: 10px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
@media (max-width: 64em) and (min-width: 48.0625em) {
  .l-header .header-buttons .header-button .c-button .c-button-body span::after {
    width: 4px;
    height: 4px;
    margin-top: -2px
  }
}
.l-header .header-buttons .header-button:nth-child(1) {
  width: 156px
}
@media (max-width: 64em) {
  .l-header .header-buttons .header-button:nth-child(1) {
    width: 120px
  }
}
@media (max-width: 48em) {
  .l-header .header-buttons .header-button:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.l-header .header-buttons .header-button:nth-child(2) {
  width: 270px;
  margin-left: 20px
}
@media (max-width: 64em) {
  .l-header .header-buttons .header-button:nth-child(2) {
    width: 234px;
    margin-left: 10px
  }
}
@media (max-width: 48em) {
  .l-header .header-buttons .header-button:nth-child(2) {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}
@media (max-width: 48em) {
  .l-header .header-buttons .header-buttons-page-logo {
    width: 126px;
    height: 21px;
    margin-bottom: 30px;
    background: url(../images/common/logos/logo.png) no-repeat 0 0;
    background-size: 126px auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.l-header .header-buttons .header-buttons-close {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 15px;
  width: 11px;
  height: 11px;
  cursor: pointer
}
.l-header .header-buttons .header-buttons-close span {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #304993
}
.l-header .header-buttons .header-buttons-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.l-header .header-buttons .header-buttons-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.l-main .customer__link {
  margin-top: 14px
}
.l-main .c-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
  color: #111
}
.l-main .c-link:hover {
  color: #113293
}
.l-main .c-link:hover::before {
  width: 100%
}
.l-main .c-link--arrow:hover::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}
.l-main .c-link--arrow {
  margin-right: 28px
}
.l-main .c-link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: .5s;
  transition: .5s;
  background: #113293
}
.l-main .c-link--arrow::after {
  content: ">";
  position: absolute;
  right: -28px;
  display: inline-block;
  padding-left: 8px;
  -webkit-transition: .5s;
  transition: .5s
}
/* .l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  font-weight: normal;
  color: #fff;
  background-color: #313131;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 48em) {
  .l-footer {
    height: 130px
  }
}
.l-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 48em) {
  .l-footer .footer-nav {
    width: 100%
  }
}
.l-footer .footer-nav .footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 48em) {
  .l-footer .footer-nav .footer-nav-list {
    margin-top: -14px;
    margin-bottom: 25px
  }
}
.l-footer .footer-nav .footer-nav-list .footer-nav-item {
  border-left: 1px solid #fff
}
@media (max-width: 48em) {
  .l-footer .footer-nav .footer-nav-list .footer-nav-item {
    width: 50%;
    margin-top: 14px;
    padding-right: 20px;
    border: 0
  }
}
.l-footer .footer-nav .footer-nav-list .footer-nav-item a {
  display: inline-block;
  padding: 0 16px;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none
}
@media (max-width: 48em) {
  .l-footer .footer-nav .footer-nav-list .footer-nav-item a {
    padding: 0;
    letter-spacing: normal
  }
}
@media (max-width: 23.375em) {
  .l-footer .footer-nav .footer-nav-list .footer-nav-item a {
    font-size: 10px;
    font-size: 1rem
  }
}
@media (min-width: 48.0625em) {
  .l-footer .footer-nav .footer-nav-list .footer-nav-item a:hover {
    text-decoration: underline
  }
}
.l-footer .footer-nav .footer-nav-list .footer-nav-item:first-child {
  border: 0
}
.l-footer .copyright {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'游ゴシック','Yu Gothic',YuGothic,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  letter-spacing: normal
}
@media (max-width: 48em) {
  .l-footer .copyright {
    width: 100%;
    text-align: center
  }
}
.l-footer .copyright small {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem
}
@media (max-width: 48em) {
  .l-footer .copyright small {
    line-height: 1.5;
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }
} */
#index .c-jumbotron-main {
  background-image: url(../images/index/jumbotron-image.jpg)
}
@media (max-width: 48em) {
  #index .c-jumbotron-main {
    background-image: url(../images/index/jumbotron-image-sp.jpg)
  }
}
#index .jumbotron-scroll-icon {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 70px;
  height: 84px;
  margin-right: auto;
  margin-left: auto
}
#index .jumbotron-scroll-icon a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/index/icon-scroll.png) no-repeat 0 0;
  background-size: 70px auto
}
@media (min-width: 48.0625em) {
  #index .jumbotron-scroll-icon a:hover {
    opacity: 0.7
  }
}
#index .bg-gray-wrapper {
  background-color: #f8f8fc
}
#index .information {
  padding-top: 40px
}
@media (max-width: 48em) {
  #index .information {
    padding-top: 50px
  }
}
#index .information .information-lead {
  position: relative;
  z-index: 1;
  margin: 40px auto 0;
  padding: 44px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1)
}
@media (max-width: 48em) {
  #index .information .information-lead {
    margin: 35px auto 50px;
    padding: 28px 20px
  }
}
#index .information .information-lead .information-lead-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: #304993;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 48em) {
  #index .information .information-lead .information-lead-title {
    margin-bottom: 18px;
    font-size: 19px;
    font-size: 1.9rem;
    text-align: center
  }
}
@media (max-width: 23.375em) {
  #index .information .information-lead .information-lead-title {
    font-size: 17.5px;
    font-size: 1.75rem
  }
}
#index .information .information-lead .information-lead-title .system-name {
  padding: 0 10px
}
@media (max-width: 48em) {
  #index .information .information-lead .information-lead-title .system-name {
    width: 100%;
    padding: 0
  }
}
@media (max-width: 48em) {
  #index .information .information-lead .information-lead-title .system-name + .system-name {
    margin-top: 16px
  }
}
#index .information .information-lead .information-lead-title .system-name span {
  font-size: 18px;
  font-size: 1.8rem
}
@media (max-width: 48em) {
  #index .information .information-lead .information-lead-title .system-name span {
    display: block;
    font-size: 15px;
    font-size: 1.5rem
  }
}
@media (max-width: 23.375em) {
  #index .information .information-lead .information-lead-title .system-name span {
    font-size: 13.5px;
    font-size: 1.35rem
  }
}
#index .information .information-lead .information-lead-text {
  padding: 0 10px;
  font-weight: bold;
  line-height: 2
}
@media (max-width: 48em) {
  #index .information .information-lead .information-lead-text {
    padding: 0
  }
}
@media (max-width: 23.375em) {
  #index .information .information-lead .information-lead-text {
    font-size: 13px;
    font-size: 1.3rem
  }
}
#index .information .information-lead .information-lead-text em {
  font-style: normal;
  color: #304993
}
@media (max-width: 23.375em) {
  #index .information .information-lead .information-lead-text br.sp-only {
    display: none
  }
}
#index .information .information-lead .information-lead-text .note {
  display: block;
  margin-top: 10px;
  padding-left: 1.3em;
  text-indent: -1.3em
}
#index .information .information-sub-contents-wrapper {
  padding: 100px 0 25px;
  -webkit-transform: skewY(-9.5deg);
  transform: skewY(-9.5deg);
  background-color: #fff
}
@media (max-width: 48em) {
  #index .information .information-sub-contents-wrapper {
    margin-top: -130px;
    padding: 135px 0 0;
    -webkit-transform: skewY(-21deg);
    transform: skewY(-21deg)
  }
}
#index .information .information-sub-contents-inner {
  -webkit-transform: skewY(9.5deg);
  transform: skewY(9.5deg)
}
@media (max-width: 48em) {
  #index .information .information-sub-contents-inner {
    -webkit-transform: skewY(21deg);
    transform: skewY(21deg)
  }
}
#index .information .information-sub-content-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 80px
}
#index .information .information-sub-content-grid .information-sub-content {
  width: 47.55859%
}
@media (max-width: 48em) {
  #index .information .information-sub-content-grid .information-sub-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media (max-width: 48em) {
  #index .information .information-sub-content-grid .information-sub-content + .information-sub-content {
    margin-top: 55px
  }
}
@media (max-width: 48em) {
  #index .information .information-sub-content-grid .information-sub-content .c-heading {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 40px
  }
}
#index .information .information-sub-content-grid .information-sub-content .information-sub-content-image {
  margin-top: 20px
}
@media (max-width: 48em) {
  #index .information .information-sub-content-grid .information-sub-content .information-sub-content-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0
  }
}
@media (max-width: 48em) {
  #index .information .information-sub-content-grid .information-sub-content .information-sub-content-text-wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}
#index .information .information-sub-content + .information-sub-content-grid {
  margin-top: 80px
}
@media (max-width: 48em) {
  #index .information .information-sub-content + .information-sub-content-grid {
    margin-top: 55px
  }
}
#index .information .information-sub-content .information-sub-content-image img {
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1)
}
#index .information .information-sub-content .information-sub-content-text-wrapper .description {
  margin-top: 14px;
  line-height: 2
}
#index .information .information-apply .information-sub-content-image {
  position: relative;
  float: left;
  width: 65.91797%
}
@media (max-width: 48em) {
  #index .information .information-apply .information-sub-content-image {
    float: none;
    width: calc(100% + 40px);
    margin-left: -20px
  }
}
#index .information .information-apply .information-sub-content-image img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -188px
}
@media (max-width: 48em) {
  #index .information .information-apply .information-sub-content-image img {
    position: static
  }
}
#index .information .information-apply .information-sub-content-text-wrapper {
  float: right;
  width: 47.85156%;
  margin-top: 4px
}
@media (max-width: 48em) {
  #index .information .information-apply .information-sub-content-text-wrapper {
    float: none;
    width: 100%;
    margin-top: 40px
  }
}
#index .information .information-apply .information-sub-content-text-wrapper .attention {
  margin-top: 28px;
  padding: 20px 20px 16px 20px;
  border: 1px solid #304993
}
@media (max-width: 48em) {
  #index .information .information-apply .information-sub-content-text-wrapper .attention {
    padding-bottom: 20px
  }
}
#index .information .information-apply .information-sub-content-text-wrapper .attention .attention-title {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold
}
@media (max-width: 48em) {
  #index .information .information-apply .information-sub-content-text-wrapper .attention .attention-title {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 1.4rem
  }
}
#index .information .information-cost .c-table {
  margin: 30px 0 16px
}
@media (max-width: 48em) {
  #index .information .information-cost .c-table {
    margin-bottom: 30px
  }
}
#index .flow {
  padding: 60px 0 80px
}
@media (max-width: 48em) {
  #index .flow {
    padding: 50px 0
  }
}
#index .flow .flow-step {
  margin-top: 56px;
  margin-bottom: 80px;
  padding: 60px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1)
}
@media (max-width: 48em) {
  #index .flow .flow-step {
    margin-top: 35px;
    margin-bottom: 50px;
    padding: 30px 15px
  }
}
#index .faq {
  padding: 70px 0
}
@media (max-width: 48em) {
  #index .faq {
    padding: 50px 0 60px
  }
}
#index .faq .faq-text {
  max-width: 640px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  line-height: 2
}
@media (max-width: 48em) {
  #index .faq .faq-text {
    margin-top: 26px;
    margin-bottom: 34px
  }
}
#index .faq .c-button {
  margin-top: 40px;
}
#form .bg-gray-wrapper {
  margin-top: 50px;
  padding: 50px 30px;
  border-radius: 20px;
  background-color: #f8f8fc
}
#form .c-heading {
  font-size: 24px;
  font-size: 2.4rem
}
#form .customer__link {
  text-align: center
}
#form .information-sub-content-text-wrapper {
  width: 860px;
  margin: 4px auto 0
}
@media (max-width: 48em) {
  #form .information-sub-content-text-wrapper {
    float: none;
    width: 100%;
    margin-top: 40px
  }
}
#form .information-sub-content-text-wrapper .attention {
  margin-top: 28px;
  padding: 20px 20px 16px 20px;
  border: 1px solid #304993
}
@media (max-width: 48em) {
  #form .information-sub-content-text-wrapper .attention {
    padding-bottom: 20px
  }
}
#form .information-sub-content-text-wrapper .attention .attention-title {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold
}
@media (max-width: 48em) {
  #form .information-sub-content-text-wrapper .attention .attention-title {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 1.4rem
  }
}
#form .c-jumbotron {
  padding-bottom: 60px
}
@media (max-width: 48em) {
  #form .c-jumbotron {
    padding-bottom: 50px
  }
}
#form .section {
  line-height: 1.5
}
#form .error {
  border: 1px solid #ff1818;
  background-color: #fad7dd
}
#form .error.c-select {
  background-image: url(../images/common/icons/icon_arrow_red.png)
}
#form .error-message {
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ff1818
}
#form .step-description {
  margin-top: 15px
}
#form .step-text {
  margin-top: 40px
}
@media (max-width: 48em) {
  #form .step-text {
    margin-top: 30px
  }
}
#form .step-table {
  margin-top: 40px
}
@media (max-width: 48em) {
  #form .step-table {
    margin-top: 30px
  }
}
#form .step-list {
  margin-top: 15px;
  list-style: none
}
@media (max-width: 48em) {
  #form .step-list {
    padding-right: 25px;
    padding-left: 25px
  }
}
#form .step-list-item {
  padding-left: 1.3em;
  text-indent: -1.3em
}
#form .step-agree {
  margin-top: 40px;
  text-align: center
}
@media (max-width: 48em) {
  #form .step-agree {
    padding: 0 25px
  }
}
@media (max-width: 23.375em) {
  #form .step-agree {
    padding: 0
  }
}
#form .step-agree + .step-agree {
  margin-top: 2em;
}
#form .step-agree-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 360px;
  height: 60px;
  cursor: pointer;
  border-radius: 30px;
  background-color: #d6edf6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 48em) {
  #form .step-agree-btn {
    height: 50px
  }
}
#form .step-agree--large {
  margin-top: 60px
}
@media (max-width: 48em) {
  #form .step-agree--large {
    padding: 0
  }
}
#form .step-agree--large .step-agree-btn {
  max-width: 650px;
  height: auto;
  min-height: 65px
}
@media (max-width: 48em) {
  #form .step-agree--large .step-agree-btn {
    max-width: 100%;
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0
  }
}
#form .step-agree--xLarge .step-agree-btn {
  max-width: 730px;
  height: auto;
  min-height: 65px
}
@media (max-width: 48em) {
  #form .step-agree--large .step-agree-btn input + .text {
    padding-left: 20px
  }
}
#form .step-form {
  margin-top: 90px
}
@media (max-width: 48em) {
  #form .step-form {
    display: block;
    margin-top: 35px
  }
}
@media (max-width: 48em) {
  #form .step-form tbody,
  #form .step-form tr {
    display: block
  }
}
@media (min-width: 48.0625em) {
  #form .step-form tr:first-child .step-form-header:not(.no-padding) {
    padding-top: 10px
  }
}
@media (min-width: 48.0625em) {
  #form .step-form tr + tr .step-form-header,
  #form .step-form tr + tr .step-form-data {
    padding-top: 40px
  }
}
@media (max-width: 48em) {
  #form .step-form tr + tr .step-form-header {
    padding-top: 25px
  }
}
@media (min-width: 48.0625em) {
  #form .step-form tr + tr .step-form-header:not(.no-padding) {
    padding-top: 55px
  }
}
@media (max-width: 48em) {
  #form .step-form-header,
  #form .step-form-data {
    display: block;
    width: 100%
  }
}
#form .step-form-header {
  vertical-align: top
}
@media (max-width: 48em) {
  #form .step-form-header {
    margin-bottom: 15px;
    padding-top: 25px
  }
}
#form .step-form-header em {
  font-style: normal
}
#form .step-form-header > span {
  display: inline-block;
  margin-left: 20px;
  padding: 4px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  background-color: #ff1818
}
@media (max-width: 48em) {
  #form .step-form-header > span {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
#form .step-form-header .note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal
}
@media (max-width: 48em) {
  #form .step-form-header .note {
    font-size: 10px;
    font-size: 1rem
  }
}
#form .step-form .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#form .step-form .name dt {
  min-width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media (max-width: 48em) {
  #form .step-form .name dt {
    min-width: 35px
  }
}
#form .step-form .name dd {
  margin-left: 0
}
#form .step-form .name dd:not(:last-child) {
  margin-right: 20px
}
@media (max-width: 48em) {
  #form .step-form .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
  }
}
@media (min-width: 48.0625em) {
  #form .step-form .radio .c-radio {
    margin-bottom: 20px
  }
}
@media (max-width: 48em) {
  #form .step-form .radio .c-radio {
    margin-right: 40px
  }
}
#form .step-form .address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#form .step-form .address-item + .address-item {
  margin-top: 15px
}
@media (max-width: 48em) {
  #form .step-form .address-item + .address-item {
    margin-top: 10px
  }
}
#form .step-form .address-item dt {
  min-width: 120px
}
@media (max-width: 48em) {
  #form .step-form .address-item dt {
    min-width: 98px
  }
}
#form .step-form .address-item dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0
}
#form .step-form .address.disabled {
  color: #d9d9d9
}
#form .step-form .address.disabled .c-input::-webkit-input-placeholder {
  color: #bbb
}
#form .step-form .address.disabled .c-input:-ms-input-placeholder {
  color: #bbb
}
#form .step-form .address.disabled .c-input::-ms-input-placeholder {
  color: #bbb
}
#form .step-form .address.disabled .c-input::placeholder {
  color: #bbb
}
#form .step-form .address.disabled .c-select {
  pointer-events: none;
  background-color: #f5f5f5;
  background-image: url(../images/common/icons/icon_arrow_gray.png)
}
#form .step-form .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none
}
#form .step-form .tel-item + .tel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#form .step-form .tel-item + .tel-item:before {
  content: "-";
  margin-right: 15px;
  margin-left: 15px
}
@media (max-width: 48em) {
  #form .step-form .tel-item + .tel-item:before {
    margin-right: 6px;
    margin-left: 6px
  }
}
#form .step-form .mail {
  padding-left: 0;
  list-style: none
}
#form .step-form .mail-item + .mail-item {
  margin-top: 15px
}
@media (max-width: 48em) {
  #form .step-form .mail-item + .mail-item {
    margin-top: 10px
  }
}
#form .step-form .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#form .step-form .count .c-input {
  margin-right: 20px;
  margin-left: 20px;
  text-align: right
}
@media (max-width: 48em) {
  #form .step-form .count .c-input {
    margin-right: 15px;
    margin-left: 15px
  }
}
#form .step-form .count .c-input:placeholder-shown {
  text-align: center
}
#form .step-form-error {
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
  color: #ff1818
}
#form .step-submit {
  margin-top: 60px
}
@media (max-width: 48em) {
  #form .step-submit {
    margin-top: 55px
  }
}
#form .step-submit-text {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center
}
#form .step-submit .c-button + .c-button {
  margin-top: 30px
}
@media (max-width: 48em) {
  #form .step-submit .c-button + .c-button {
    margin-top: 20px
  }
}
#form .step-submit .c-button .c-button-body em {
  margin-top: 0
}
#form .step1,
#form .step2,
#form .step3 {
  padding-bottom: 190px;
  background: url(../images/common/icons/icon_arrow_step.png) no-repeat center bottom 80px;
  background-size: 55px auto
}
@media (max-width: 48em) {
  #form .step1,
  #form .step2,
  #form .step3 {
    padding-bottom: 115px;
    background-position: center bottom 40px;
    background-size: 40px auto
  }
}
@media (max-width: 48em) {
  #form .step1 .step-table .c-table {
    display: block;
    padding: 25px
  }
}
@media (max-width: 48em) {
  #form .step1 .step-table .c-table tbody,
  #form .step1 .step-table .c-table tr {
    display: block
  }
}
@media (max-width: 48em) {
  #form .step1 .step-table .c-table .c-table-header,
  #form .step1 .step-table .c-table .c-table-data {
    display: block;
    width: 100%;
    padding: 0;
    border: none
  }
}
@media (max-width: 48em) {
  #form .step1 .step-table .c-table .c-table-header {
    margin-bottom: 10px;
    text-align: left;
    color: #304993;
    background-color: transparent
  }
}
#form .step1 .step-table .c-table .c-table-data .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#form .step1 .step-table .c-table .c-table-data .flex dt {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#form .step1 .step-table .c-table .c-table-data .flex dd {
  margin-left: 0
}
@media (max-width: 48em) {
  #form .step1 .step-table .c-table tr + tr .c-table-header {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #304993
  }
}
#form .step2 .step-table .c-table-data {
  font-size: 24px;
  font-size: 2.4rem
}
@media (max-width: 48em) {
  #form .step2 .step-table .c-table-data {
    font-size: 18px;
    font-size: 1.8rem
  }
}
#form .step2 .step-table .c-table-data .c-text-price {
  font-weight: bold
}
#form .step2 .step-table .c-table-data .c-text-price em {
  margin-right: 10px;
  font-size: 50px;
  font-size: 5rem
}
#form .step2 .step-table .c-table-data .c-text-price span {
  font-size: 18px;
  font-size: 1.8rem
}
@media (max-width: 48em) {
  #form .step2 .step-table .c-table-data .c-text-price span {
    font-size: 13px;
    font-size: 1.3rem
  }
}
#form .step4 .step-description {
  letter-spacing: 0
}
#form .step4 .step-description a {
  font-weight: bold;
  text-decoration: none;
  color: #304993
}
@media (min-width: 48.0625em) {
  #form .step4 .step-description a:hover {
    text-decoration: underline
  }
}
/* #form.confirm .step-agree:not(.step-agree--large) .step-agree-btn {
  cursor: inherit;
  border: 1px solid #304993;
  background-color: transparent
}
#form.confirm .step-agree:not(.step-agree--large) .step-agree-btn input + .text {
  color: #304993
}
#form.confirm .step-agree:not(.step-agree--large) .step-agree-btn input + .text:before {
  border: 1px solid #304993
}
#form.confirm .step-agree:not(.step-agree--large) .step-agree-btn input + .text:after {
  background-image: url(../images/common/icons/icon_check_blue.png)
} */
#form.confirm .step3 .step-table .c-table .c-table-data {
  padding: 40px 60px
}
@media (max-width: 48em) {
  #form.confirm .step3 .step-table .c-table .c-table-data {
    padding: 30px 25px
  }
}
#form.confirm .step3 .step-table .confirm-box {
  text-align: left
}
@media (min-width: 48.0625em) {
  #form.confirm .step3 .step-table .confirm-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
#form.confirm .step3 .step-table .confirm-box + .confirm-box {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #d9d9d9
}
@media (max-width: 48em) {
  #form.confirm .step3 .step-table .confirm-box + .confirm-box {
    margin-top: 15px;
    padding-top: 15px
  }
}
#form.confirm .step3 .step-table .confirm-box-title {
  width: 54.05405%;
  font-weight: bold;
  color: #304993
}
@media (max-width: 48em) {
  #form.confirm .step3 .step-table .confirm-box-title {
    margin-bottom: 10px
  }
}
#form.confirm .step3 .step-table .confirm-box-data {
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media (min-width: 48.0625em) {
  #form.complete .c-jumbotron {
    padding-bottom: 75px
  }
}
#form.complete .complete-box-title {
  margin-bottom: 45px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #304993
}
@media (max-width: 48em) {
  #form.complete .complete-box-title {
    margin-bottom: 35px;
    font-size: 18px;
    font-size: 1.8rem
  }
}
#form.complete .complete-box-text {
  margin-bottom: 55px;
  line-height: 2
}
@media (min-width: 48.0625em) {
  #form.complete .complete-box-text {
    text-align: center
  }
}
@media (max-width: 48em) {
  #form.complete .complete-box-text {
    margin-bottom: 40px
  }
}
#form.complete .complete-box-text span {
  display: inline-block;
  text-align: left
}
#form.complete .complete-box-detail {
  max-width: 860px;
  margin: 0 auto 80px;
  padding-top: 60px;
  line-height: 2;
  border-top: 1px solid #304993
}
#form.complete .complete-box-detail-item + .complete-box-detail-item {
  margin-top: 2em
}
#form.complete .complete-box-detail dd {
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em
}
#form.complete .complete-box-detail .customer__link {
  text-align: left
}
#form.complete .complete-box-btn {
  max-width: 740px;
  margin: 0 auto;
  padding-left: 0;
  list-style: none
}
@media (min-width: 48.0625em) {
  #form.complete .complete-box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (max-width: 48em) {
  #form.complete .complete-box-btn {
    max-width: 295px
  }
}
@media (min-width: 48.0625em) {
  #form.complete .complete-box-btn .btn-item {
    width: calc(50% - 10px)
  }
}
@media (max-width: 48em) {
  #form.complete .complete-box-btn .btn-item + .btn-item {
    margin-top: 20px
  }
}
#form.complete .complete-box-btn .btn-item .c-button-body {
  height: 58px;
  line-height: 1.3
}
@media (max-width: 48em) {
  #form.complete .complete-box-btn .btn-item .c-button-body {
    height: 50px
  }
}
@media (min-width: 48.0625em) {
  #form.complete .complete-box-btn .btn-item .c-button-body:after {
    right: 40px
  }
}
#form.complete .complete-box-btn .btn-item .c-button-body span {
  font-size: 16px;
  font-size: 1.6rem
}
@media (max-width: 48em) {
  #form.complete .complete-box-btn .btn-item .c-button-body span {
    font-size: 14px;
    font-size: 1.4rem
  }
}
#tokushouho .c-jumbotron {
  padding-bottom: 80px
}
@media (max-width: 48em) {
  #tokushouho .c-jumbotron {
    padding-bottom: 50px
  }
}
#tokushouho .section {
  line-height: 1.5
}
#tokushouho .tokushouho-list + .tokushouho-list {
  margin-top: 25px
}
@media (max-width: 48em) {
  #tokushouho .tokushouho-list + .tokushouho-list {
    margin-top: 20px
  }
}
#tokushouho .tokushouho-list-title {
  margin-bottom: 10px
}
#tokushouho .tokushouho-list-text {
  margin-left: 0;
  line-height: 2
}
#tokushouho .tokushouho-list-text .list {
  padding-left: 0;
  list-style: none
}
@media (min-width: 48.0625em) {
  #tokushouho .tokushouho-list-text .list li {
    margin-top: 5px
  }
}
#tokushouho .tokushouho-list-text .bold {
  font-weight: bold
}
#tokushouho .tokushouho-list-text .indent {
  margin-bottom: 5px;
  padding-left: 1em
}
#tokushouho .tokushouho-btn {
  max-width: 740px;
  margin: 60px auto 0;
  padding-left: 0;
  list-style: none
}
@media (min-width: 48.0625em) {
  #tokushouho .tokushouho-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (max-width: 48em) {
  #tokushouho .tokushouho-btn {
    max-width: 295px;
    margin-top: 35px
  }
}
@media (min-width: 48.0625em) {
  #tokushouho .tokushouho-btn .btn-item {
    width: calc(50% - 10px)
  }
}
@media (max-width: 48em) {
  #tokushouho .tokushouho-btn .btn-item + .btn-item {
    margin-top: 20px
  }
}
#tokushouho .tokushouho-btn .btn-item .c-button-body {
  height: 58px;
  line-height: 1.3
}
@media (max-width: 48em) {
  #tokushouho .tokushouho-btn .btn-item .c-button-body {
    height: 50px
  }
}
@media (min-width: 48.0625em) {
  #tokushouho .tokushouho-btn .btn-item .c-button-body:after {
    right: 40px
  }
}
#tokushouho .tokushouho-btn .btn-item .c-button-body span {
  font-size: 16px;
  font-size: 1.6rem
}
@media (max-width: 48em) {
  #tokushouho .tokushouho-btn .btn-item .c-button-body span {
    font-size: 14px;
    font-size: 1.4rem
  }
}
#list .c-jumbotron {
  padding-bottom: 70px
}
@media (max-width: 48em) {
  #list .c-jumbotron {
    padding-bottom: 50px
  }
}
#list .list-lead {
  margin-bottom: 60px;
  font-weight: bold
}
@media (max-width: 48em) {
  #list .list-lead {
    margin-bottom: 30px
  }
}
#list .list-lead-title {
  margin-bottom: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #304993
}
#list .list-lead-text {
  padding-left: 1em;
  line-height: 2;
  text-indent: -1em
}
#list .list-tab .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  padding-left: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 48em) {
  #list .list-tab .tab-list {
    margin-bottom: 35px;
    font-size: 15px;
    font-size: 1.5rem
  }
}
#list .list-tab .tab-list-item {
  width: 32.09302%;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #304993;
  border-radius: 10px
}
@media (min-width: 48.0625em) {
  #list .list-tab .tab-list-item {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease
  }
}
@media (max-width: 48em) {
  #list .list-tab .tab-list-item {
    width: 30.43478%
  }
}
#list .list-tab .tab-list-item:not(.is-active) {
  cursor: pointer;
  color: #304993
}
@media (min-width: 48.0625em) {
  #list .list-tab .tab-list-item:hover {
    color: #fff;
    background-color: #304993
  }
}
#list .list-tab .tab-list-item.is-active {
  position: relative;
  color: #fff;
  background-color: #304993
}
#list .list-tab .tab-list-item.is-active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 13px solid #304993
}
@media (max-width: 48em) {
  #list .list-tab .tab-list-item.is-active:before {
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 7px solid #304993
  }
}
#list .list-tab .tab-cont {
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}
#list .list-tab .tab-cont:not(.is-active) {
  overflow: hidden;
  height: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0
}
#list .list-tab .tab-table .c-table--end {
  position: relative;
  pointer-events: none
}
@media (max-width: 48em) {
  #list .list-tab .tab-table .c-table--end {
    margin-top: 50px
  }
}
#list .list-tab .tab-table .c-table--end tbody tr:not(:first-child) {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5)
}
#list .list-tab .tab-table .c-table--end::before {
  content: "【本研修の申し込み受付は終了いたしました】";
  position: absolute;
  bottom: 102%;
  display: block;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #ff1818
}
@media (max-width: 48em) {
  #list .list-tab .tab-table .c-table--end::before {
    bottom: 101%;
    font-size: 14px;
    font-size: 1.4rem
  }
}
#list .list-tab .tab-table .c-table--end .table-check .c-check .label .text:before,
#list .list-tab .tab-table .c-table--end .table-check .c-check .label .text::after {
  display: none
}
#list .list-tab .tab-table + .tab-table {
  margin-top: 60px
}
@media (max-width: 48em) {
  #list .list-tab .tab-table + .tab-table {
    margin-top: 30px
  }
}
#list .list-tab .tab-table .c-table-header span {
  display: inline-block
}
#list .list-tab .tab-table .c-table-data {
  padding: 30px 40px;
  text-align: left
}
@media (max-width: 48em) {
  #list .list-tab .tab-table .c-table-data {
    padding: 20px
  }
}
#list .list-tab .tab-table .table-check {
  margin-bottom: 30px;
  font-weight: bold
}
@media (max-width: 48em) {
  #list .list-tab .tab-table .table-check {
    margin-bottom: 20px
  }
}
#list .list-tab .tab-table .table-check .c-check + .c-check {
  margin-top: 20px
}
#list .list-tab .tab-table .table-check .c-check .label {
  display: block;
  height: 100%;
  padding: 25px;
  cursor: pointer;
  border: 2px solid #304993
}
@media (max-width: 48em) {
  #list .list-tab .tab-table .table-check .c-check .label {
    padding: 20px 15px
  }
}
#list .list-tab .tab-table .table-check .c-check .label .text:before {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-width: 2px
}
#list .list-tab .tab-table .table-check .c-check .label .text:after {
  margin-top: 3px
}
#list .list-tab .tab-table .table-check-title {
  font-size: 20px;
  font-size: 2rem
}
@media (max-width: 48em) {
  #list .list-tab .tab-table .table-check-title {
    font-size: 18px;
    font-size: 1.8rem
  }
}
#list .list-tab .tab-table .table-check-text {
  margin-left: 0;
  line-height: 1.3
}
#list .list-tab .tab-table .table-check-text .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px
}
#list .list-tab .tab-table .table-check-text .flex dt {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#list .list-tab .tab-table .table-check-text .flex dd {
  margin-left: 0
}
#list .list-tab .tab-table .table-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  line-height: 1.3
}
#list .list-tab .tab-table .table-detail-title {
  font-weight: bold;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#list .list-tab .tab-table .table-detail-text {
  margin-left: 0
}
#list .list-tab .tab-table .table-link {
  font-weight: bold;
  color: #304993
}
#list .list-tab .tab-table .table-link a {
  text-decoration: none
}
@media (min-width: 48.0625em) {
  #list .list-tab .tab-table .table-link a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
  }
}
@media (min-width: 48.0625em) {
  #list .list-tab .tab-table .table-link a:hover {
    opacity: 0.7
  }
}
#list .list-tab .tab-table .table-link .blank {
  position: relative
}
#list .list-tab .tab-table .table-link .blank:after {
  content: "";
  position: absolute;
  left: calc(100% + 5px);
  width: 18px;
  height: 18px;
  margin-top: 2px;
  background: url(../images/common/icons/icon_blank.png) no-repeat;
  background-size: 18px auto
}
#list .list-btn {
  margin-top: 60px
}
@media (max-width: 48em) {
  #list .list-btn .c-button-body {
    height: auto;
    min-height: 65px;
    padding: 8px 15px
  }
}
/*# sourceMappingURL=../sourcemaps/app.css.map */

/* 8/30 追加 */
.partnersPage .l-main {
  margin-top: 72px;
}
@media screen and (min-width: 48.0625em) {
  .partnersPage .l-main {
    margin-top: 152px;
  }
}
/* TOP */
#index .information .information-sub-content .information-sub-content-text-wrapper .description .note {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  margin-top: 0.5em;
}
/* ご案内 */
#list .list-btn .list-btn_note {
  margin-bottom: 20px;
  text-align: center;
}
/* 確認ページ */
#form .step-btnDescription {
  margin: 15px 0;
  text-align: center;
}
/* ヘッダー */
.c-link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  line-height: 1.6;
  display: inline-block;
  position: relative;
}
.c-link::before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #113293;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.c-link--arrow {
  margin-right: 28px;
}
.c-link--arrow::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #113293;
  position: absolute;
  top: 50%;
  right: -28px;
  padding-left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/_assets/images/common/ico_arrow_blue.svg) no-repeat right center;
  background-size: 20px 20px;
  display: inline-block;
}
@media screen and (min-width: 48.0625em) {
  .c-link {
    -webkit-transition: .5s;
    transition: .5s;
  }
  .c-link::before {
    -webkit-transition: .5s;
    transition: .5s;
  }
  .c-link:hover {
    color: #113293;
  }
  .c-link:hover::before {
    width: 100%;
  }
  .c-link--arrow::after {
    -webkit-transition: .5s;
    transition: .5s;
  }
  .c-link--arrow:hover::after {
    background-position: right -4px center;
  }
  .c-link:hover {
    color: #113293;
  }
  .c-link:hover::before {
    width: 100%;
  }
  .c-link--arrow::after {
    -webkit-transition: .5s;
    transition: .5s;
  }
  .c-link--arrow:hover::after {
    background-position: right -4px center;
  }
}

.l-header__navButton {
  width: 40px;
  height: 25px;
  margin-left: 30px;
  position: relative;
}

.l-header__navButton span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #113293;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.l-header__navButton span:nth-of-type(2) {
  top: 11px;
}

.l-header__navButton span:last-of-type {
  top: 22px;
}

.l-header__navButton.is-open span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
}

.l-header__navButton.is-open span:nth-of-type(2) {
  opacity: 0;
}

.l-header__navButton.is-open span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 11px;
}
.partnersPage .partners-header a {
  text-decoration: none;
}
.partnersPage .partners-header .l-header__navButton {
  margin-left: auto;
  margin-right: 0;
}
@media print {
  .l-header__navButton {
    display: none;
  }
  .l-header__navButton {
    cursor: pointer;
  }
  .partnersPage .partners-header .l-header__navButton {
    display: none;
  }
}


.partnersPage .partners-header {
  margin-top: -72px;
  position: relative;
  width: 100%;
  z-index: 100;
  position: fixed;
  line-height: 1.6;
}

.partnersPage .partners-header .partners-header__top {
  width: 100%;
  height: 72px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}

.partnersPage .partners-header .partners-header__inr {
  margin: 0 auto;
  max-width: 1310px;
  width: 100%;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partnersPage .partners-header .partners-header__logo {
  width: 113.3px;
}

.partnersPage .partners-header .partners-header__txt {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 8px;
}

.partnersPage .partners-header .partners-header__toTop {
  display: none;
}

.partnersPage .partners-header .l-header__navButton {
  margin-left: auto;
  margin-right: 0;
}

.partnersPage .partners-header .partners-header__nav--pc {
  display: none;
}

.partnersPage .partners-header .partners-header__nav--pc .partners-header__logout {
  background-color: #767676;
  border-radius: 2px;
}

.partnersPage .partners-header .partners-header__nav--pc .partners-header__logout a {
  display: block;
  padding: 6px 12px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.partnersPage .partners-header .partners-header__nav--sp {
  display: none;
  height: 100vh;
  translate: 0 -20px;
  background-color: #F6F6F6;
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.partnersPage .partners-header .partners-header__nav--sp.is-show {
  display: block;
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__navList {
  background-color: #fff;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__navList li {
  padding: 25px 16px;
  border-bottom: 1px solid #E0E0E0;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__name {
  font-size: 1.6rem;
  font-weight: bold;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__signup {
  background-color: #113494;
  border-radius: 2px;
  width: 100%;
  text-align: center;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__signup a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__login {
  background-color: #46A800;
  border-radius: 2px;
  width: 100%;
  text-align: center;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__login a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__mypage {
  background-color: #113494;
  border-radius: 2px;
  width: 100%;
  text-align: center;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__mypage a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__mypage a::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background: url(/_assets/images/partners/common/ico_maypage_white.svg) center/contain no-repeat;
  vertical-align: text-top;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__navItemTop > :not(:first-child) {
  margin-top: 16px;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__navItem {
  position: relative;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__navItem::after {
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  background: #113293;
  position: absolute;
  background: url(/_assets/images/common/ico_arrow_blue.svg) center/contain no-repeat;
  display: inline-block;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__navLink {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__logout {
  background-color: #767676;
  border-radius: 2px;
  width: calc(100% - 34px);
  text-align: center;
  margin: 40px auto;
}

.partnersPage .partners-header .partners-header__nav--sp .partners-header__logout a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 48.0625em) {
  .partnersPage .partners-header {
    margin-top: -152px;
  }
  .partnersPage .partners-header .partners-header__top {
    height: 80px;
  }
  .partnersPage .partners-header .partners-header__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .partnersPage .partners-header .partners-header__logo {
    width: 170px;
  }
  .partnersPage .partners-header .partners-header__txt {
    margin-left: 20px;
    font-size: 1.6rem;
  }
  .partnersPage .partners-header .partners-header__toTop {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
  .partnersPage .partners-header .partners-header__toTop a {
    color: #113293;
  }
  .partnersPage .partners-header .l-header__navButton {
    display: none;
  }
  .partnersPage .partners-header .partners-header__nav--pc {
    -webkit-transition: translate 300ms;
    transition: translate 300ms;
    width: 100%;
    height: 72px;
    display: grid;
    place-items: center;
    background-color: #F6F6F6;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  }
  .partnersPage .partners-header .partners-header__nav--pc.fixed-hide {
    translate: 0 -72px;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__navLink {
    font-size: 1.6rem;
    color: #000;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__state--01,
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__state--02 {
    margin-right: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__state--01 > :not(:first-child),
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__state--02 > :not(:first-child) {
    margin-left: 5px;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__state--01 {
    padding: 5px 14px;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__state--02 {
    padding: 5px 6px 5px 14px;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__name {
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 5px;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__signup {
    background-color: #113494;
    border-radius: 2px;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__signup a {
    display: block;
    padding: 6px 12px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__login {
    background-color: #3E9100;
    border-radius: 2px;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__login a {
    display: block;
    padding: 6px 12px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__mypage {
    background-color: #113494;
    border-radius: 2px;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__mypage a {
    display: block;
    padding: 6px 12px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .partnersPage .partners-header .partners-header__nav--pc .partners-header__mypage a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/_assets/images/partners/common/ico_maypage_white.svg) center/contain no-repeat;
    vertical-align: text-top;
  }
  .partnersPage .partners-header .partners-header__nav--sp {
    display: none;
  }
}
/* フッター */
.l-footer ul {
  list-style: none;
}

.l-footer__container {
  position: relative;
}

.l-footer__nav {
  background: #132350;
}

.l-footer__navLink a {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}

.l-footer__navChildList--noLink .l-footer__navChildItem span {
  display: inline-block;
}

.l-footer__navChildItem a {
  color: #111;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}

.l-footer__navChildLink--main {
  display: block;
  width: 100%;
  background: #fff;
  color: #111;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 24px 16px;
}

.l-footer__navChildLink--main span {
  background: url(/_assets/images/common/ico_arrow_blue.svg) no-repeat right center;
  background-size: 16px 16px;
  display: block;
  padding-right: 36px;
}

.l-footer__navChildLink--sub {
  line-height: 1.6;
}

.l-footer__copyright {
  background: #111111;
  width: 100%;
}

.l-footer__copyright small {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #B1B1B1;
}

.l-footer__menu a {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #E0E0E0;
}
@media screen and (max-width: 48em) {
  .l-footer__navInner {
    overflow: hidden;
  }
  .l-footer__navLink {
    background: url(/_assets/images/common/ico_arrow_white.svg) no-repeat right 16px center;
    background-size: 16px 16px;
  }
  .l-footer__navLink.has-child {
    background: url(/_assets/images/common/ico_plus_white.svg) no-repeat right 16px center;
    background-size: 16px 16px;
  }
  .l-footer__navLink.has-child.is-open {
    background: url(/_assets/images/common/ico_minus_white.svg) no-repeat right 16px center;
    background-size: 16px 16px;
  }
  .l-footer__navLink.has-child a {
    pointer-events: none;
  }
  .l-footer__navLink.is-open + .l-footer__navChild {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .l-footer__navLink a {
    display: block;
    padding: 24px 16px;
    border-top: 1px solid #4A5A86;
  }
  .l-footer__navChild {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    height: 0;
    overflow: hidden;
  }
  .l-footer__navChildInner {
    background: #F2F6FD;
    padding-bottom: 20px;
  }
  .l-footer__navChildContent {
    padding: 0 16px;
  }
  .l-footer__navChildBox {
    margin-top: 25px;
  }
  .l-footer__navChildList + .l-footer__navChildLink {
    margin-top: 25px;
  }
  .l-footer__navChildItem {
    margin-top: 15px;
  }
  .l-footer__navChildLink--sub {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #111;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .l-footer__navChildLink--sub > span {
    background: url(/_assets/images/common/ico_arrow_blue.svg) no-repeat right center;
    background-size: 16px 16px;
    display: block;
    width: 100%;
    padding-right: 36px;
  }
  .l-footer__copyright {
    text-align: center;
    padding: 24px 0;
  }
  .l-footer__menu {
    padding: 0 16px 15px;
    text-align: left;
  }
  .l-footer__menu li {
    margin-bottom: 20px;
  }
}

@media print {
  .l-footer__nav {
    background: #132350;
    color: #fff;
    padding: 20px;
  }
  .l-footer__navInner {
    display: block;
    overflow: hidden;
  }
  .l-footer__navItem {
    float: left;
    margin-right: 16px;
  }
  .l-footer__navChildLink--main {
    display: none;
  }
  .l-footer__navChildLink--sub {
    color: #fff;
  }
  .l-footer__navChildLink {
    font-size: 1.4rem;
  }
  .l-footer__navChildList {
    font-size: 1.4rem;
  }
  .l-footer__navLink {
    border-bottom: 1px solid #4A5A86;
    padding-bottom: 8px;
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .l-footer__copyright {
    background: #111;
    padding: 10px 20px;
  }
  .l-footer__copyrightInner {
    display: block;
    overflow: hidden;
  }
  .l-footer__menu {
    display: block;
    float: left;
  }
  .l-footer__menu li {
    float: left;
    margin-right: 20px;
  }
  .l-footer small {
    float: right;
  }
}
@media screen and (min-width: 48.0625em) {
  .l-footer__nav {
    padding: 56px 56px;
  }
  .l-footer__navInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-footer__navItem {
    width: calc((100% - 120px) / 5);
  }
  .l-footer__navItem:not(:first-child) {
    margin-left: 30px;
  }
  .l-footer__navLink {
    border-bottom: 1px solid #4A5A86;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
  .l-footer__navLink a {
    display: inline-block;
    background: url(/_assets/images/common/ico_arrow_white.svg) no-repeat right center;
    background-size: 16px 16px;
    padding-right: 24px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .l-footer__navLink a:hover {
    background-position: right -4px center;
    opacity: .8;
  }
  .l-footer__navChildContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer__navChildBox {
    width: 100%;
  }
  .l-footer__navChildList {
    display: none;
  }
  .l-footer__navChildList--noLink {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .l-footer__navChildList--noLink .l-footer__navChildItem {
    margin-top: 12px;
    padding-bottom: 1px;
  }
  .l-footer__navChildLink {
    margin-top: 10px;
  }
  .l-footer__navChildLink--main {
    display: none;
  }
  .l-footer__navChildLink--sub {
    padding-bottom: 11px;
    -webkit-transition: .5s;
    transition: .5s;
    will-change: transform;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .l-footer__navChildLink--sub:hover {
    opacity: .8;
  }
  .l-footer__navChildLink--sub:hover > span {
    background-position: left 4px top 2px;
  }
  .l-footer__navChildLink--sub > span {
    background: url(/_assets/images/common/ico_arrow_white.svg) no-repeat left top 2px;
    background-size: 16px 16px;
    display: inline-block;
    width: 100%;
    padding-left: 1.5em;
    -webkit-transition: background-position .5s;
    transition: background-position .5s;
    will-change: transform;
  }
  .l-footer__copyrightInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 13px 100px;
  }
  .l-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__menu li {
    position: relative;
  }
  .l-footer__menu li:not(:last-child) {
    padding-right: 24px;
    margin-right: 24px;
  }
  .l-footer__menu li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #555;
  }
}
@media screen and (min-width: 67.5em) {
  .l-footer__nav {
    padding: 56px 64px;
  }
  .l-footer__navItem {
    width: calc((100% - 160px) / 5);
  }
  .l-footer__navItem:not(:first-child) {
    margin-left: 40px;
  }
}
