@charset "UTF-8";
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
  padding: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
  padding: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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 iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * 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;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
   in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

article, aside, figure, figcaption, footer, header, nav, section, picture {
  display: block;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #000000;
}
body a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #000000;
}
body a:hover {
  opacity: 0.6;
}
body *, body ::after, body ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
body img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

.l-inner-m {
  margin-right: auto;
  margin-left: auto;
  width: 88.44vw;
}
@media (min-width: 769px) {
  .l-inner-m {
    max-width: 1200px;
    width: 94%;
  }
}

.l-inner-l {
  margin-right: auto;
  margin-left: auto;
  width: 88.44vw;
}
@media (min-width: 769px) {
  .l-inner-l {
    max-width: 1400px;
    width: 94%;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768.98px) {
  .sp-none {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
/* ---------------------------------------------------------
 　■ breadcrumb
--------------------------------------------------------- */
.breadcrumb {
  padding: 30px 0 0;
  font-size: 14px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li::before {
  content: "＞";
  display: inline-block;
  margin: 0 10px;
}
.breadcrumb li:first-child::before {
  display: none;
}

/* ---------------------------------------------------------
 　■ footer
--------------------------------------------------------- */
.footer {
  font-size: 14px;
  margin-top: 82px;
  padding-top: 30px;
  border-top: 1px solid #bfbfbf;
}
.footer .footer-logo img {
  width: 74.275vw;
}
@media (min-width: 769px) {
  .footer .footer-logo img {
    width: 385px;
  }
}
.footer .nav-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
}
.footer .nav-wp a {
  color: #000000;
}
@media (min-width: 769px) {
  .footer .nav-wp {
    margin-top: 35px;
  }
}
.footer .nav-wp .nav {
  margin-top: 60px;
  font-size: 16px;
  border-left: 2px solid #fff000;
  padding-left: 20px;
  width: 50%;
}
@media (min-width: 769px) {
  .footer .nav-wp .nav {
    width: 19.167%;
    min-width: 180px;
    margin: 0;
    padding-bottom: 1em;
  }
}
.footer .nav-wp .nav li {
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .footer .nav-wp .nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
  }
}
.footer .nav-wp p.softball {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footer .nav-wp p.softball a {
  width: 50%;
  padding-left: 22px;
}
@media (max-width: 768.98px) {
  .footer .nav-wp p.softball.sp-none {
    display: none;
  }
}
@media (min-width: 769px) {
  .footer .nav-wp p.softball.pc-none {
    display: none;
  }
}
.footer .nav-wp .sns {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
}
@media (min-width: 769px) {
  .footer .nav-wp .sns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    width: 19.167%;
    min-width: 180px;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
@media (min-width: 769px) {
  .footer .nav-wp .sns li {
    margin-bottom: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
  }
  .footer .nav-wp .sns li.softball {
    margin-top: 30px;
  }
  .footer .nav-wp .sns li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer .nav-wp .sns li.spTtl {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .nav-wp .sns .ico {
  display: block;
}
.footer .nav-wp .sns .ico.tw {
  width: 45px;
}
.footer .nav-wp .sns .ico.fb {
  width: 43px;
}
.footer .nav-wp .sns .ico.insta {
  width: 40px;
}
@media (min-width: 769px) {
  .footer .nav-wp .sns .ico {
    margin-right: 10px;
  }
  .footer .nav-wp .sns .ico.tw {
    width: 30px;
  }
  .footer .nav-wp .sns .ico.fb {
    width: 28px;
  }
  .footer .nav-wp .sns .ico.insta {
    width: 27px;
  }
}
.footer .nav-wp .banner {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .footer .nav-wp .banner {
    width: 35.333%;
    max-width: calc(100% - 540px);
    margin: 0 0 0 auto;
  }
  .footer .nav-wp .banner img {
    width: 420px;
    max-width: 100%;
  }
}
.footer .copy {
  padding: 30px 0 10px;
  text-align: center;
  background-color: #0D3492;
  color: #fff;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .footer .copy {
    margin-top: 0;
  }
}
.footer .copy a {
  color: #fff;
}
.footer .copy small {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.footer .copy > div {
  width: calc(100% - 2em);
}
.footer .copy-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 340px;
  margin: 0 auto;
}
.footer .copy-nav a {
  color: #ffffff;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex.wrap, .inline-flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.flex-end, .inline-flex.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex-center, .inline-flex.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.space-around, .inline-flex.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex.space-between, .inline-flex.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.align-start, .inline-flex.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.align-end, .inline-flex.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.align-center, .inline-flex.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.align-baseline, .inline-flex.align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 769px) {
  .flex.wrap-p, .inline-flex.wrap-p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex.flex-end-p, .inline-flex.flex-end-p {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex.flex-center-p, .inline-flex.flex-center-p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex.space-around-p, .inline-flex.space-around-p {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex.space-between-p, .inline-flex.space-between-p {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex.align-start-p, .inline-flex.align-start-p {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex.align-end-p, .inline-flex.align-end-p {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex.align-center-p, .inline-flex.align-center-p {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.align-center-p, .inline-flex.align-center-p {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

ul.flex, ul.inline-flex, dl.flex, dl.inline-flex {
  list-style: none;
  padding: 0;
}
ul.flex > li, ul.flex > dt, ul.flex > dd, ul.inline-flex > li, ul.inline-flex > dt, ul.inline-flex > dd, dl.flex > li, dl.flex > dt, dl.flex > dd, dl.inline-flex > li, dl.inline-flex > dt, dl.inline-flex > dd {
  margin: 0;
}

body .w-100 {
  width: 100%;
}
body .col-2 {
  width: 50%;
}
body .col-3 {
  width: 33.3333333333%;
}
body .col-4 {
  width: 25%;
}
body .col-5 {
  width: 20%;
}
body .col-2-flex {
  width: 48.75%;
}
body .col-3-flex {
  width: 31.6666666667%;
}
body .col-4-flex {
  width: 23.125%;
}
body .col-5-flex {
  width: 18%;
}
@media (max-width: 768.98px) {
  body .w-100-s {
    width: 100%;
  }
  body .col-2-s {
    width: 50%;
  }
  body .col-3-s {
    width: 33.3333333333%;
  }
  body .col-4-s {
    width: 25%;
  }
  body .col-5-s {
    width: 20%;
  }
  body .col-2-flex-s {
    width: 48.75%;
  }
  body .col-3-flex-s {
    width: 31.6666666667%;
  }
  body .col-4-flex-s {
    width: 23.125%;
  }
  body .col-5-flex-s {
    width: 18%;
  }
}
@media (min-width: 769px) {
  body .w-100-p {
    width: 100%;
  }
  body .col-2-p {
    width: 50%;
  }
  body .col-3-p {
    width: 33.3333333333%;
  }
  body .col-4-p {
    width: 25%;
  }
  body .col-5-p {
    width: 20%;
  }
  body .col-2-flex-p {
    width: 48.75%;
  }
  body .col-3-flex-p {
    width: 31.6666666667%;
  }
  body .col-4-flex-p {
    width: 23.125%;
  }
  body .col-5-flex-p {
    width: 18%;
  }
}

@media (max-width: 768.98px) {
  .mt_x0 {
    margin-top: 0px !important;
  }

  .mb_x0 {
    margin-bottom: 0px !important;
  }

  .ml_x0 {
    margin-left: 0px !important;
  }

  .mr_x0 {
    margin-right: 0px !important;
  }

  .pt_x0 {
    margin-top: 0px !important;
  }

  .pb_x0 {
    margin-bottom: 0px !important;
  }

  .pl_x0 {
    margin-left: 0px !important;
  }

  .pr_x0 {
    margin-right: 0px !important;
  }
}
@media (min-width: 769px) {
  .pc_mt_x0 {
    margin-top: 0px !important;
  }

  .pc_mb_x0 {
    margin-bottom: 0px !important;
  }

  .pc_ml_x0 {
    margin-left: 0px !important;
  }

  .pc_mr_x0 {
    margin-right: 0px !important;
  }

  .pc_pt_x0 {
    margin-top: 0px !important;
  }

  .pc_pb_x0 {
    margin-bottom: 0px !important;
  }

  .pc_pl_x0 {
    margin-left: 0px !important;
  }

  .pc_pr_x0 {
    margin-right: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .mt_x1 {
    margin-top: 16px !important;
  }

  .mb_x1 {
    margin-bottom: 16px !important;
  }

  .ml_x1 {
    margin-left: 16px !important;
  }

  .mr_x1 {
    margin-right: 16px !important;
  }

  .pt_x1 {
    margin-top: 16px !important;
  }

  .pb_x1 {
    margin-bottom: 16px !important;
  }

  .pl_x1 {
    margin-left: 16px !important;
  }

  .pr_x1 {
    margin-right: 16px !important;
  }

  .mt_x2 {
    margin-top: 32px !important;
  }

  .mb_x2 {
    margin-bottom: 32px !important;
  }

  .ml_x2 {
    margin-left: 32px !important;
  }

  .mr_x2 {
    margin-right: 32px !important;
  }

  .pt_x2 {
    margin-top: 32px !important;
  }

  .pb_x2 {
    margin-bottom: 32px !important;
  }

  .pl_x2 {
    margin-left: 32px !important;
  }

  .pr_x2 {
    margin-right: 32px !important;
  }

  .mt_x3 {
    margin-top: 48px !important;
  }

  .mb_x3 {
    margin-bottom: 48px !important;
  }

  .ml_x3 {
    margin-left: 48px !important;
  }

  .mr_x3 {
    margin-right: 48px !important;
  }

  .pt_x3 {
    margin-top: 48px !important;
  }

  .pb_x3 {
    margin-bottom: 48px !important;
  }

  .pl_x3 {
    margin-left: 48px !important;
  }

  .pr_x3 {
    margin-right: 48px !important;
  }

  .mt_x4 {
    margin-top: 64px !important;
  }

  .mb_x4 {
    margin-bottom: 64px !important;
  }

  .ml_x4 {
    margin-left: 64px !important;
  }

  .mr_x4 {
    margin-right: 64px !important;
  }

  .pt_x4 {
    margin-top: 64px !important;
  }

  .pb_x4 {
    margin-bottom: 64px !important;
  }

  .pl_x4 {
    margin-left: 64px !important;
  }

  .pr_x4 {
    margin-right: 64px !important;
  }

  .mt_x5 {
    margin-top: 80px !important;
  }

  .mb_x5 {
    margin-bottom: 80px !important;
  }

  .ml_x5 {
    margin-left: 80px !important;
  }

  .mr_x5 {
    margin-right: 80px !important;
  }

  .pt_x5 {
    margin-top: 80px !important;
  }

  .pb_x5 {
    margin-bottom: 80px !important;
  }

  .pl_x5 {
    margin-left: 80px !important;
  }

  .pr_x5 {
    margin-right: 80px !important;
  }
}
@media (min-width: 769px) {
  .pc_mt_x1 {
    margin-top: 16px !important;
  }

  .pc_mb_x1 {
    margin-bottom: 16px !important;
  }

  .pc_ml_x1 {
    margin-left: 16px !important;
  }

  .pc_mr_x1 {
    margin-right: 16px !important;
  }

  .pc_pt_x1 {
    margin-top: 16px !important;
  }

  .pc_pb_x1 {
    margin-bottom: 16px !important;
  }

  .pc_pl_x1 {
    margin-left: 16px !important;
  }

  .pc_pr_x1 {
    margin-right: 16px !important;
  }

  .pc_mt_x2 {
    margin-top: 32px !important;
  }

  .pc_mb_x2 {
    margin-bottom: 32px !important;
  }

  .pc_ml_x2 {
    margin-left: 32px !important;
  }

  .pc_mr_x2 {
    margin-right: 32px !important;
  }

  .pc_pt_x2 {
    margin-top: 32px !important;
  }

  .pc_pb_x2 {
    margin-bottom: 32px !important;
  }

  .pc_pl_x2 {
    margin-left: 32px !important;
  }

  .pc_pr_x2 {
    margin-right: 32px !important;
  }

  .pc_mt_x3 {
    margin-top: 48px !important;
  }

  .pc_mb_x3 {
    margin-bottom: 48px !important;
  }

  .pc_ml_x3 {
    margin-left: 48px !important;
  }

  .pc_mr_x3 {
    margin-right: 48px !important;
  }

  .pc_pt_x3 {
    margin-top: 48px !important;
  }

  .pc_pb_x3 {
    margin-bottom: 48px !important;
  }

  .pc_pl_x3 {
    margin-left: 48px !important;
  }

  .pc_pr_x3 {
    margin-right: 48px !important;
  }

  .pc_mt_x4 {
    margin-top: 64px !important;
  }

  .pc_mb_x4 {
    margin-bottom: 64px !important;
  }

  .pc_ml_x4 {
    margin-left: 64px !important;
  }

  .pc_mr_x4 {
    margin-right: 64px !important;
  }

  .pc_pt_x4 {
    margin-top: 64px !important;
  }

  .pc_pb_x4 {
    margin-bottom: 64px !important;
  }

  .pc_pl_x4 {
    margin-left: 64px !important;
  }

  .pc_pr_x4 {
    margin-right: 64px !important;
  }

  .pc_mt_x5 {
    margin-top: 80px !important;
  }

  .pc_mb_x5 {
    margin-bottom: 80px !important;
  }

  .pc_ml_x5 {
    margin-left: 80px !important;
  }

  .pc_mr_x5 {
    margin-right: 80px !important;
  }

  .pc_pt_x5 {
    margin-top: 80px !important;
  }

  .pc_pb_x5 {
    margin-bottom: 80px !important;
  }

  .pc_pl_x5 {
    margin-left: 80px !important;
  }

  .pc_pr_x5 {
    margin-right: 80px !important;
  }
}
body .m-0 {
  margin: 0 !important;
}
body .m-s {
  margin: 0.5em !important;
}
body .m-m {
  margin: 1em !important;
}
body .m-l {
  margin: 2em !important;
}
body .m-xl {
  margin: 3em !important;
}
body .mt-s {
  margin-top: 0.5em !important;
}
body .mt-m {
  margin-top: 1em !important;
}
body .mt-l {
  margin-top: 2em !important;
}
body .mt-xl {
  margin-top: 3em !important;
}
body .mb-s {
  margin-bottom: 0.5em !important;
}
body .mb-m {
  margin-bottom: 1em !important;
}
body .mb-l {
  margin-bottom: 2em !important;
}
body .mb-xl {
  margin-bottom: 3em !important;
}
body .ml-s {
  margin-left: 0.5em !important;
}
body .ml-m {
  margin-left: 1em !important;
}
body .ml-l {
  margin-left: 2em !important;
}
body .ml-xl {
  margin-left: 3em !important;
}
body .mr-s {
  margin-right: 0.5em !important;
}
body .mr-m {
  margin-right: 1em !important;
}
body .mr-l {
  margin-right: 2em !important;
}
body .mr-xl {
  margin-right: 3em !important;
}
body .mx-s {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}
body .mx-m {
  margin-left: 1em !important;
  margin-right: 1em !important;
}
body .mx-l {
  margin-left: 2em !important;
  margin-right: 2em !important;
}
body .mx-xl {
  margin-left: 3em !important;
  margin-right: 3em !important;
}
body .my-s {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}
body .my-m {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
body .my-l {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
body .my-xl {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}
body .p-0 {
  padding: 0 !important;
}
body .p-s {
  padding: 0.5em !important;
}
body .p-m {
  padding: 1em !important;
}
body .p-l {
  padding: 2em !important;
}
body .p-xl {
  padding: 3em !important;
}
body .pt-s {
  padding-top: 0.5em !important;
}
body .pt-m {
  padding-top: 1em !important;
}
body .pt-l {
  padding-top: 2em !important;
}
body .pt-xl {
  padding-top: 3em !important;
}
body .pb-s {
  padding-bottom: 0.5em !important;
}
body .pb-m {
  padding-bottom: 1em !important;
}
body .pb-l {
  padding-bottom: 2em !important;
}
body .pb-xl {
  padding-bottom: 3em !important;
}
body .pl-s {
  padding-left: 0.5em !important;
}
body .pl-m {
  padding-left: 1em !important;
}
body .pl-l {
  padding-left: 2em !important;
}
body .pl-xl {
  padding-left: 3em !important;
}
body .pr-s {
  padding-right: 0.5em !important;
}
body .pr-m {
  padding-right: 1em !important;
}
body .pr-l {
  padding-right: 2em !important;
}
body .pr-xl {
  padding-right: 3em !important;
}
body .px-s {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
body .px-m {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
body .px-l {
  padding-left: 2em !important;
  padding-right: 2em !important;
}
body .px-xl {
  padding-left: 3em !important;
  padding-right: 3em !important;
}
body .py-s {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
body .py-m {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
body .py-l {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
body .py-xl {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}
@media (min-width: 769px) {
  body .m-0 {
    margin: 0 !important;
  }
  body .m-s {
    margin: 0.5em !important;
  }
  body .m-m {
    margin: 1em !important;
  }
  body .m-l {
    margin: 2em !important;
  }
  body .m-xl {
    margin: 3em !important;
  }
  body .mt-s {
    margin-top: 0.5em !important;
  }
  body .mt-m {
    margin-top: 1em !important;
  }
  body .mt-l {
    margin-top: 2em !important;
  }
  body .mt-xl {
    margin-top: 3em !important;
  }
  body .mb-s {
    margin-bottom: 0.5em !important;
  }
  body .mb-m {
    margin-bottom: 1em !important;
  }
  body .mb-l {
    margin-bottom: 2em !important;
  }
  body .mb-xl {
    margin-bottom: 3em !important;
  }
  body .ml-s {
    margin-left: 0.5em !important;
  }
  body .ml-m {
    margin-left: 1em !important;
  }
  body .ml-l {
    margin-left: 2em !important;
  }
  body .ml-xl {
    margin-left: 3em !important;
  }
  body .mr-s {
    margin-right: 0.5em !important;
  }
  body .mr-m {
    margin-right: 1em !important;
  }
  body .mr-l {
    margin-right: 2em !important;
  }
  body .mr-xl {
    margin-right: 3em !important;
  }
  body .mx-s {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  body .mx-m {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  body .mx-l {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  body .mx-xl {
    margin-left: 3em !important;
    margin-right: 3em !important;
  }
  body .my-s {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  body .my-m {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  body .my-l {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  body .my-xl {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  body .p-0 {
    padding: 0 !important;
  }
  body .p-s {
    padding: 0.5em !important;
  }
  body .p-m {
    padding: 1em !important;
  }
  body .p-l {
    padding: 2em !important;
  }
  body .p-xl {
    padding: 3em !important;
  }
  body .pt-s {
    padding-top: 0.5em !important;
  }
  body .pt-m {
    padding-top: 1em !important;
  }
  body .pt-l {
    padding-top: 2em !important;
  }
  body .pt-xl {
    padding-top: 3em !important;
  }
  body .pb-s {
    padding-bottom: 0.5em !important;
  }
  body .pb-m {
    padding-bottom: 1em !important;
  }
  body .pb-l {
    padding-bottom: 2em !important;
  }
  body .pb-xl {
    padding-bottom: 3em !important;
  }
  body .pl-s {
    padding-left: 0.5em !important;
  }
  body .pl-m {
    padding-left: 1em !important;
  }
  body .pl-l {
    padding-left: 2em !important;
  }
  body .pl-xl {
    padding-left: 3em !important;
  }
  body .pr-s {
    padding-right: 0.5em !important;
  }
  body .pr-m {
    padding-right: 1em !important;
  }
  body .pr-l {
    padding-right: 2em !important;
  }
  body .pr-xl {
    padding-right: 3em !important;
  }
  body .px-s {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  body .px-m {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  body .px-l {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  body .px-xl {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }
  body .py-s {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  body .py-m {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  body .py-l {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  body .py-xl {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
}

body .t-center {
  text-align: center !important;
}
body .t-left {
  text-align: left !important;
}
body .t-right {
  text-align: right !important;
}
@media (min-width: 769px) {
  body .t-center-p {
    text-align: center !important;
  }
  body .t-left-p {
    text-align: left !important;
  }
  body .t-right-p {
    text-align: right !important;
  }
}
body .font-weight-bold {
  font-weight: bold;
}
body .font-weight-normal {
  font-weight: normal;
}
body .underline {
  text-decoration: underline;
}
body .underline-none {
  text-decoration: none;
}
body .t-xs {
  font-size: 10px;
}
body .t-s {
  font-size: 16px;
}
body .t-m {
  font-size: 20px;
}
body .t-l {
  font-size: 25px;
}
body .t-xl {
  font-size: 30px;
}
@media (min-width: 769px) {
  body .t-xs {
    font-size: 16px;
  }
  body .t-s {
    font-size: 20px;
  }
  body .t-m {
    font-size: 25px;
  }
  body .t-l {
    font-size: 30px;
  }
  body .t-xl {
    font-size: 40px;
  }
}
body .c-bland {
  color: #0D3492;
}
body .c-accent {
  color: #EAF0FE;
}

/* === タイトル系 === */
.lv2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 32px auto;
}
@media (min-width: 769px) {
  .lv2 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

.ttl_line {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .ttl_line {
    padding-bottom: 25px;
  }
}
.ttl_line::before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8c8c8c;
}

.ttl_line_BL {
  font-size: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0D3492;
}

.ttl_line_BK {
  font-size: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}

/* アイコンなしでも使用可 */
.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  white-space: nowrap;
  /* 改行禁止 */
  width: 100%;
}
.date .cate-ico {
  color: #fff;
  margin-right: 1em;
  width: 120px;
  text-align: center;
  background: #F51E00;
}

.new-product {
  position: relative;
}

.new-product::after {
  background-image: url(/assets/images/ico_new.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 55px;
  height: 80px;
  content: "";
  display: block;
}

.bg-gray {
  background: #f7f6f7;
  padding: 1px 0;
}

.bg-blue {
  background: #EAF0FE;
  padding: 1px 0;
}
@media (max-width: 768.98px) {
  .bg-blue.lead {
    margin-top: 40px;
    padding: 4.831vw;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .bg-blue.lead {
    margin-top: 80px;
    padding: 50px;
    font-size: 18px;
    line-height: 1.8;
  }
}

.btn-link {
  border-radius: 3em;
  border: solid 1px #F51E00;
  background: #faf9f9;
  display: block;
  font-size: 20px;
  text-align: center;
  width: 62.802vw;
  margin: auto;
  padding: 10px 0 10px;
  line-height: 1.5;
  position: relative;
}
@media (min-width: 769px) {
  .btn-link {
    width: 100%;
    padding: 12px 0 12px;
    max-width: 260px;
  }
}
.btn-link::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #F51E00;
  border-right: solid 1px #F51E00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.button {
  border-radius: 50px;
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 10px 0 10px;
  line-height: 1.5;
  position: relative;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 768.98px) {
  .button {
    width: 48.309vw;
  }
}
@media (min-width: 769px) {
  .button {
    max-width: 260px;
    padding: 12px 0 12px;
    max-width: 260px;
  }
}
.button.red {
  background: #F51E00;
}
.button.bl {
  background: #0D3492;
}
.button.bk {
  background: #000000;
}
.button.blank {
  padding-right: 20px;
  position: relative;
}
.button.blank::after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  content: "";
  display: block;
  background-image: url(/assets/images/ico_blank.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-radius {
  color: #0D3492;
  display: block;
  border-radius: 10px;
  border: 1px solid currentColor;
  min-height: 40px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 3.019vw 5px 5px;
}
@media (min-width: 769px) {
  .button-radius {
    min-height: 60px;
    font-size: 22px;
    padding: 10px;
  }
}
.button-radius span {
  text-align: center;
  width: calc(100% - 26px);
}
@media (min-width: 769px) {
  .button-radius span {
    width: calc(100% - 40px);
  }
}
.button-radius::after {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
}
.button-radius.pdf::after {
  width: 26px;
  height: 26px;
  background-image: url(/assets/images/ico_pdf.svg);
}
@media (min-width: 769px) {
  .button-radius.pdf::after {
    width: 40px;
    height: 40px;
  }
}
.button-radius.blank::after {
  width: 22px;
  height: 22px;
  background-image: url(/assets/images/ico_blank_bl.svg);
}
@media (min-width: 769px) {
  .button-radius.blank::after {
    width: 30px;
    height: 30px;
  }
}

.button-anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.button-anc li a {
  color: #0D3492;
  border: 1px solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  line-height: 1.2;
  font-weight: bold;
}
.button-anc li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
@media (max-width: 768.98px) {
  .button-anc li {
    width: 48%;
  }
  .button-anc li:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 10px;
  }
  .button-anc li a {
    height: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
  }
  .button-anc li a::before {
    border-width: 10px 6.5px 0 6.5px;
    border-color: currentColor transparent transparent transparent;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 769px) {
  .button-anc li {
    width: 18.333%;
  }
  .button-anc li a {
    height: 80px;
    font-size: 15px;
  }
  .button-anc li a::before {
    border-width: 8.5px 0 8.5px 13px;
    border-color: transparent transparent transparent currentColor;
  }
  .button-anc li a span {
    width: calc(100% - 13px);
    text-align: center;
  }
}
@media (max-width: 768.98px) {
  .button-anc.col2 li a {
    height: 60px;
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .button-anc.col2 li {
    width: 48.333%;
  }
  .button-anc.col2 li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .button-anc.col2 li a::before {
    margin-right: 25px;
  }
  .button-anc.col2 li a span {
    width: auto;
  }
}

table.tbl-base {
  background-color: #fff;
  border-top: 1px solid #0D3492;
  width: 100%;
}
table.tbl-base th, table.tbl-base td {
  border: none;
  border-bottom: 1px solid #0D3492;
  padding: 15px 20px;
  text-align: left;
}
table.tbl-base th {
  background-color: #EAF0FE;
  font-weight: normal;
}

.sns-wp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.sns-wp ul li {
  width: 45px;
}
@media (min-width: 769px) {
  .sns-wp ul li {
    width: 90px;
  }
}

/* === VIDEOモーダル === */
.video-list-wp ul {
  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;
}
.video-list-wp ul li {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .video-list-wp ul li {
    margin-top: 50px;
    width: 48.333%;
    font-size: 18px;
  }
}
.video-list-wp ul li figure {
  text-align: center;
}
.video-list-wp ul li figure > span {
  position: relative;
  display: block;
}
.video-list-wp ul li figure > span::after {
  background-image: url(/assets/images/ico_play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13.214%;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.video-list-wp ul li figcaption {
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 769px) {
  .video-list-wp ul li figcaption {
    margin-top: 20px;
  }
}

.btm-inquiry {
  text-align: center;
}
.btm-inquiry p {
  margin: 0;
}
.btm-inquiry .ttl {
  border-bottom: 1px solid #0D3492;
  font-weight: bold;
  padding-bottom: 5px;
}
.btm-inquiry .tel {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btm-inquiry .tel::before {
  background-image: url(/assets/images/ico_btm_inquiry_tel.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 12px;
}
.btm-inquiry .address {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .btm-inquiry .inn {
    width: 580px;
    margin: 0 auto;
  }
  .btm-inquiry .ttl {
    font-size: 22px;
  }
  .btm-inquiry .time {
    font-size: 24px;
    margin-top: 30px;
  }
  .btm-inquiry .tel {
    font-size: 36px;
    margin-top: 20px;
  }
  .btm-inquiry .tel::before {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768.98px) {
  .btm-inquiry .ttl {
    font-size: 24px;
  }
  .btm-inquiry .time {
    font-size: 22px;
    margin-top: 20px;
  }
  .btm-inquiry .tel {
    font-size: 33px;
    margin-top: 20px;
  }
  .btm-inquiry .tel::before {
    width: 33px;
    height: 33px;
  }
  .btm-inquiry .address {
    font-size: 14px;
  }
}

@media (max-width: 768.98px) {
  body.top {
    padding-top: 2vw;
  }
}
@media (max-width: 768.98px) {
  .gnav-open {
    overflow-y: hidden;
  }
}
.gnav-open #header .main-logo {
  display: none;
}

.menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: #333;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: -1;
}

.gnav-open .menu-bg {
  opacity: 0.8;
  visibility: visible;
  z-index: 101;
}

.brand-link {
  background: #ffffff;
  border: solid 0.7246vw #0D3492;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 18.841vw;
  height: 16.908vw;
  min-width: 84px;
  min-height: 81px;
  border-radius: 1.69vw;
  top: 5px;
  right: 1.57vw;
  text-align: center;
  z-index: 100;
}
@media (min-width: 769px) {
  .brand-link {
    border: solid 0.375vw #0D3492;
    border-radius: 14px;
    padding: 0.375vw;
    top: 0.9375vw;
    right: 1.875vw;
    width: 11.6vw;
    max-width: 186px;
    height: 9.6vw;
    max-height: 154px;
  }
}
@media (min-width: 1600px) {
  .brand-link {
    border: solid 6px #0D3492;
    top: 15px;
    right: 30px;
  }
}
.brand-link .brand {
  position: relative;
  font-size: 2.17vw;
  font-weight: bold;
  margin-top: 0.85vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -1px;
}
@media (min-width: 769px) {
  .brand-link .brand {
    font-size: 1.125vw;
    margin-top: 0.625vw;
    font-weight: bold;
    color: #0D3492;
  }
}
@media (min-width: 1600px) {
  .brand-link .brand {
    font-size: 18px;
    margin-top: 10px;
  }
}
.brand-link .brand:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.79vw 0 0.79vw 1.21vw;
  border-color: transparent transparent transparent #F51E00;
  margin-top: -0.24vw;
}
@media (min-width: 769px) {
  .brand-link .brand:before {
    border-width: 0.38vw 0 0.38vw 0.63vw;
    margin-top: -2px;
  }
}
@media (min-width: 1600px) {
  .brand-link .brand:before {
    border-width: 6px 0 6px 10px;
    margin-top: 0;
  }
}
.brand-link .brand span {
  padding-left: 0.24vw;
}
@media (min-width: 769px) {
  .brand-link .brand span {
    padding-left: 3px;
  }
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
  border-bottom: solid 4px #ffff00;
  width: 100%;
}
#header::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: solid 10px #0D3492;
  bottom: -14px;
}
@media (max-width: 768.98px) {
  #header::after {
    display: none;
  }
}
@media (max-width: 768.98px) {
  #header {
    border-bottom: none;
  }
}
@media (min-width: 769px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 99;
    height: auto;
    overflow-y: initial;
  }
}
#header #global-navi {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768.98px) {
  #header #global-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.8%;
    background: #f7f6f7;
    width: 80%;
    height: 100vh;
    overflow: auto;
    right: auto;
    z-index: 101;
  }
}
@media (min-width: 769px) {
  #header #global-navi {
    position: initial;
    width: 60%;
    padding-right: 2.5vw;
  }
}
@media (max-width: 768.98px) {
  #header #global-navi nav {
    z-index: -10;
    position: fixed;
    top: 0;
    left: 0;
    color: white;
    background: #0D3492;
    width: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  #header #global-navi nav {
    background: #ffffff;
  }
}
@media (max-width: 768.98px) {
  #header #global-navi nav ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
  }
}
#header #global-navi nav.open {
  z-index: 10;
}
#header #global-navi .upper-menu,
#header #global-navi .lower-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768.98px) {
  #header #global-navi .upper-menu,
#header #global-navi .lower-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0;
  }
}
@media (min-width: 769px) {
  #header #global-navi .upper-menu,
#header #global-navi .lower-menu {
    margin-right: 8.9375vw;
  }
}
@media (min-width: 1600px) {
  #header #global-navi .upper-menu,
#header #global-navi .lower-menu {
    margin-right: 143px;
  }
}
#header #global-navi .upper-menu li,
#header #global-navi .lower-menu li {
  display: block;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
#header #global-navi .upper-menu li a,
#header #global-navi .lower-menu li a {
  padding: 13px 28px;
  display: block;
  text-decoration: none;
}
@media (min-width: 769px) {
  #header #global-navi .upper-menu li a,
#header #global-navi .lower-menu li a {
    padding: 0;
  }
}
#header #global-navi .upper-menu {
  margin-bottom: 10px;
}
@media (max-width: 768.98px) {
  #header #global-navi .upper-menu {
    font-size: 18px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 769px) {
  #header #global-navi .upper-menu {
    font-size: 1vw;
    gap: 1.2vw;
    margin-left: auto;
    padding: 0 0 0.1vw;
    border-bottom: solid 2px #0D3492;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  #header #global-navi .upper-menu {
    gap: 28px;
    padding-bottom: 3px;
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768.98px) {
  #header #global-navi .upper-menu li {
    width: 100%;
    border-bottom: solid 1px #0D3492;
  }
  #header #global-navi .upper-menu li:first-child {
    border-top: solid 1px #0D3492;
  }
}
#header #global-navi .upper-menu span {
  color: #0D3492;
}
@media (max-width: 768.98px) {
  #header #global-navi .upper-menu a {
    padding: 8px 28px !important;
  }
}
#header #global-navi .lower-menu {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  #header #global-navi .lower-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
}
@media (min-width: 769px) {
  #header #global-navi .lower-menu {
    font-size: 1.125vw;
    gap: 1.6vw;
  }
}
@media (min-width: 1600px) {
  #header #global-navi .lower-menu {
    font-size: 18px;
    gap: 35px;
  }
}
#header #global-navi .lower-menu li span {
  position: relative;
  padding-left: 15px;
}
#header #global-navi .lower-menu li span:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #F51E00;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
#header #global-navi .lower-menu li a {
  color: #0d0d0d;
  text-decoration: none;
}
#header #global-navi .lower-menu li a span {
  position: relative;
}
@media (min-width: 769px) {
  #header #global-navi .lower-menu li a:hover {
    color: #ffff00;
    opacity: 1;
  }
}
@media (max-width: 768.98px) {
  #header #global-navi .brand-banner {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
  }
}
#header .main-logo {
  width: 42.5vw;
  max-width: 352px;
  margin: auto;
  padding: 1.3vw 0;
}
#header .main-logo a {
  text-decoration: none;
  display: block;
}
#header .main-logo a:hover {
  opacity: 0.6;
}
#header .main-logo a img {
  vertical-align: middle;
}
@media (min-width: 769px) {
  #header .main-logo {
    width: 34vw;
    max-width: initial;
    padding: 0.5vw 0;
  }
}
@media (min-width: 1600px) {
  #header .main-logo {
    padding: 16px 0px 16px 10px;
  }
}

@media (max-width: 768.98px) {
  .btn-gnavi {
    position: absolute;
    left: 2.415vw !important;
    top: 3.019vw !important;
    width: 7.729vw;
    height: 7.246vw;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
  }
  .btn-gnavi span {
    position: absolute;
    left: 0.604vw;
    width: 6.522vw;
    height: 4px;
    background: #0D3492;
    border-radius: 4px;
  }
  .btn-gnavi span:nth-child(1) {
    top: 0.604vw;
  }
  .btn-gnavi span:nth-child(2) {
    top: 3.261vw;
  }
  .btn-gnavi span:nth-child(3) {
    bottom: 0.604vw;
  }
  .btn-gnavi.open {
    background-color: transparent;
  }
  .btn-gnavi.open span {
    background: white;
  }
  .btn-gnavi.open span:nth-child(3) {
    bottom: auto;
    top: 4.227vw;
  }

  .btn-gnavi, .btn-gnavi span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.btn-gnavi {
  left: 20px;
  right: auto;
  position: fixed;
  z-index: 101;
}
.btn-gnavi.open {
  left: 81% !important;
}

@media (max-width: 768.98px) {
  #header {
    position: fixed;
    z-index: 99;
  }
  #header > div.l-inner-l {
    height: 14.13vw;
    border-bottom: 0.966vw solid #ffff00;
    position: relative;
    width: 100%;
  }
  #header > div.l-inner-l::before {
    position: absolute;
    left: 0px;
    bottom: -2.899vw;
    width: 100%;
    height: 1.932vw;
    content: "";
    display: block;
    background: #0D3492;
  }
  #header.left {
    left: 0;
    right: auto;
    background: #fff;
  }
  #header.left nav {
    width: 80%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #f7f6f7;
    position: absolute;
    top: 0;
    right: auto;
  }
  #header.left nav.open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@media (max-width: 768.98px) {
  #header.scroll nav.open {
    height: 80%;
    overflow: scroll;
  }
}

#btn01.open span:nth-of-type(1) {
  -webkit-transform: translateY(1.812vw) rotate(45deg);
  transform: translateY(1.812vw) rotate(45deg);
}
#btn01.open span:nth-of-type(2) {
  opacity: 0;
}
#btn01.open span:nth-of-type(3) {
  -webkit-transform: translateY(-1.812vw) rotate(-45deg);
  transform: translateY(-1.812vw) rotate(-45deg);
}

#tab ul, #tab dl {
  list-style: none;
  padding: 0;
}
#tab ul > li, #tab ul > dt, #tab ul > dd, #tab dl > li, #tab dl > dt, #tab dl > dd {
  margin: 0;
}
#tab .tab-area {
  cursor: pointer;
  border-bottom: 1px solid #0D3492;
}
@media (min-width: 769px) {
  #tab .tab-area {
    border: none;
  }
}
#tab .tab-area .tab {
  background-color: #0D3492;
  border: 1px solid #0D3492;
  border-radius: 10px 10px 0 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.34vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0.65vw;
  line-height: 1.2;
  margin-right: 2px;
  position: relative;
  bottom: -1px;
  width: calc(20% - 1.6px);
}
@media (min-width: 769px) {
  #tab .tab-area .tab {
    font-size: 18px;
    width: calc(14.2857142857% - 1.7px);
    border: none;
    padding: 5px;
  }
}
#tab .tab-area .tab.active {
  background-color: white;
  color: #EAF0FE;
  border-top: 1px solid #0D3492;
  border-right: 1px solid #0D3492;
  border-left: 1px solid #0D3492;
  border-bottom: 2px solid white;
}
@media (min-width: 769px) {
  #tab .tab-area .tab.active {
    border: none;
  }
}
#tab .tab-area .tab:last-child {
  margin-right: 0;
}
#tab .content-area {
  background: white;
  border-right: 1px solid #0D3492;
  border-left: 1px solid #0D3492;
  border-bottom: 1px solid #0D3492;
  padding: 20px;
}
@media (min-width: 769px) {
  #tab .content-area {
    border: none;
  }
}
#tab .content-area .content {
  display: none;
}
#tab .content-area .content.show {
  display: block;
}

#form {
  overflow: hidden;
}

.form {
  width: 100%;
  max-width: 863px;
  margin: auto;
}
@media (min-width: 769px) {
  .form {
    border: solid 1px #0D3492;
    border-radius: 10px;
    padding: 32px;
  }
}
.form input, .form select, .form textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  background-clip: padding-box;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #EAF0FE;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
  padding: 16px 20px;
}
.form input::-ms-clear, .form select::-ms-clear, .form textarea::-ms-clear {
  display: none;
}
.form input::-ms-reveal, .form select::-ms-reveal, .form textarea::-ms-reveal {
  display: none;
}
.form input::-ms-expand, .form select::-ms-expand, .form textarea::-ms-expand {
  display: none;
}
@media (min-width: 769px) {
  .form input, .form select, .form textarea {
    padding: 5px;
  }
}
.form input::-webkit-input-placeholder {
  color: #ccc;
}
.form input::-moz-placeholder {
  color: #ccc;
}
.form input:-ms-input-placeholder {
  color: #ccc;
}
.form input::-ms-input-placeholder {
  color: #ccc;
}
.form input::placeholder {
  color: #ccc;
}
.form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form input:focus::-moz-placeholder {
  color: transparent;
}
.form input:focus:-ms-input-placeholder {
  color: transparent;
}
.form input:focus::-ms-input-placeholder {
  color: transparent;
}
.form input:focus::placeholder {
  color: transparent;
}
.form .form_item {
  width: 88.44%;
  margin: auto;
}
.form .form_item.form_item-bg-gray {
  width: 100%;
}
@media (min-width: 769px) {
  .form .form_item {
    width: 100%;
  }
  .form .form_item.form_item-bg-gray {
    width: 100%;
  }
}
.form .form_item a {
  text-decoration: underline;
  color: #EAF0FE;
}
.form .form_item-bg-gray {
  background-color: #f7f6f7;
  padding: 3.1vw 2.6vw;
  margin-bottom: 16px;
}
.form .form_item-bg-gray:last-of-type {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .form .form_item-bg-gray {
    padding: 26px 16px;
  }
}
.form .form_item-name {
  width: calc(49% - 4px);
  max-width: 334px;
}
.form .form_item-name:first-child {
  margin-right: 2%;
}
@media (min-width: 769px) {
  .form .form_item-name {
    width: 42%;
    max-width: 236px;
  }
  .form .form_item-name:first-child {
    margin-right: 16px;
  }
}
.form .form_item-date span {
  font-size: 18px;
}
.form .form_item-date span:last-child {
  margin-right: 0;
}
@media (max-width: 768.98px) {
  .form .form_item-date span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 769px) {
  .form .form_item-date span {
    margin: 0 0.6em;
  }
}
.form .form_item-date select {
  width: 24.2vw;
  background: url(../images/select_arrow.svg) no-repeat;
  background-position: right 2px center;
  background-size: 11.5px;
}
@media (min-width: 769px) {
  .form .form_item-date select {
    width: 4em;
  }
}
.form .form_item .dt {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.form .form_item .dt.required {
  position: relative;
  padding-right: 65px;
}
@media (max-width: 768.98px) {
  .form .form_item .dt.required {
    background-color: #0D3492;
  }
}
.form .form_item .dt.required::after {
  background-color: #ffff00;
  border-radius: 5px;
  content: "必須";
  color: #EAF0FE;
  font-size: 14px;
  padding: 2px 7px;
  position: absolute;
  right: 18px;
}
@media (max-width: 768.98px) {
  .form .form_item .dt {
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) {
  .form .form_item .dt {
    width: 29%;
  }
}
.form .form_item .dd {
  width: 100%;
  font-size: 18px;
}
@media (max-width: 768.98px) {
  .form .form_item .dd {
    padding: 0 2.6vw;
  }
}
@media (min-width: 769px) {
  .form .form_item .dd {
    width: 71%;
  }
}
.form .form_item .offset {
  margin: auto 0 auto auto;
}
.form .form_item .alert {
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768.98px) {
  .form .form_item .alert {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media (min-width: 769px) {
  .form .form_item .alert {
    text-align: left;
    font-size: 14px;
  }
}
.form_label {
  margin: 0;
}
@media (max-width: 768.98px) {
  .form_label .small {
    font-size: 18px;
    margin-left: 1em;
  }
}
@media (min-width: 769px) {
  .form_label .small {
    font-size: 14px;
  }
}
.form_label-ico {
  background-color: #0D3492;
  color: white;
  display: block;
  text-align: left;
  line-height: 1.2;
  position: relative;
  margin: 0;
}
@media (max-width: 768.98px) {
  .form_label-ico {
    padding: 12px 20px;
  }
}
@media (min-width: 769px) {
  .form_label-ico {
    background-color: white;
    color: #EAF0FE;
    display: inline-block;
  }
}
.form_label-ico::before {
  content: "";
  background-image: url(../images/icon_lv2_w.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 8px;
  vertical-align: bottom;
}
@media (min-width: 769px) {
  .form_label-ico::before {
    background-image: url(../images/icon_lv2.svg);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.form input[type=submit] {
  background: #EAF0FE;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 20px;
  width: 100%;
  max-width: 273px;
}
.form input[type=submit]:disabled {
  background: #000000;
  cursor: not-allowed;
}
.form input[type=submit]:disabled:hover {
  opacity: 1;
}
.form input[type=submit]:hover {
  opacity: 0.6;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.form input[type=reset] {
  background: #000000;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 20px;
  width: 100%;
  max-width: 273px;
}
.form input[type=reset]:hover {
  opacity: 0.6;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.form .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .form .btn-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form_list input[type=radio] {
  display: none;
}
.form_list input[type=radio]:checked + label {
  color: #EAF0FE;
}
.form_list input[type=radio]:checked + label .check {
  border: 2px solid #EAF0FE;
}
.form_list input[type=radio]:checked + label .check::before {
  background: #EAF0FE;
}
@media (min-width: 769px) {
  .form_list input[type=radio]:checked + label .check {
    border: 1px solid #EAF0FE;
  }
}
.form_list input[type=radio] + label {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  padding: 0 50px;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .form_list input[type=radio] + label {
    text-align: left;
  }
}
.form_list input[type=radio] + label .check {
  display: block;
  position: absolute;
  border: 2px solid #EAF0FE;
  border-radius: 100%;
  height: 38px;
  width: 38px;
  z-index: 5;
  -webkit-transition: border 0.25s linear;
  transition: border 0.25s linear;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 769px) {
  .form_list input[type=radio] + label .check {
    border: 1px solid #EAF0FE;
    height: 20px;
    width: 20px;
  }
}
.form_list input[type=radio] + label .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 22px;
  width: 22px;
  top: 6px;
  left: 6px;
  margin: auto;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
@media (min-width: 769px) {
  .form_list input[type=radio] + label .check::before {
    top: 3px;
    left: 3px;
    height: 12px;
    width: 12px;
  }
}
.form_list li {
  background-color: white;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EAF0FE;
  width: 100%;
  margin: 0 auto 16px;
  padding: 2.5vw 2vw;
}
.form_list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .form_list li {
    padding: 8px 12px;
    border-radius: 5px;
  }
}

.form .ios-check input[type=checkbox] {
  display: none;
}
.form .ios-check input[type=checkbox]:checked + label .check {
  background-color: #78D376;
  border-color: #78D376;
}
.form .ios-check input[type=checkbox]:checked + label .check:before {
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768.98px) {
  .form .ios-check input[type=checkbox]:checked + label .check:before {
    -webkit-transform: translateX(112%) translateY(-50%);
            transform: translateX(112%) translateY(-50%);
  }
}
.form .ios-check input[type=checkbox] + label {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  padding: 0 50px;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .form .ios-check input[type=checkbox] + label {
    text-align: left;
  }
}
@media (max-width: 768.98px) {
  .form .ios-check input[type=checkbox] + label[for=agree] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
  }
  .form .ios-check input[type=checkbox] + label[for=agree] .check {
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin-top: 16px;
  }
}
.form .ios-check input[type=checkbox] + label .check {
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.form .ios-check input[type=checkbox] + label .check:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768.98px) {
  .form .ios-check input[type=checkbox] + label .check {
    width: 71px;
    height: 33px;
  }
  .form .ios-check input[type=checkbox] + label .check:before {
    width: 33px;
    height: 33px;
  }
}
@media (min-width: 769px) {
  .form .ios-check input[type=checkbox] + label .check {
    width: 40px;
    height: 20px;
  }
  .form .ios-check input[type=checkbox] + label .check:before {
    width: 20px;
    height: 20px;
  }
}

.form .file-style label {
  display: inline-block;
  position: relative;
  background: #EAF0FE;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768.98px) {
  .form .file-style label {
    padding: 17px;
    width: 24vw;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .form .file-style label {
    padding: 3px 20px;
  }
}
.form .file-style label:hover {
  background: #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.form .file-style label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.page_top {
  background-image: url(../images/go_top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14.493vw;
  height: 14.493vw;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 769px) {
  .page_top {
    width: 120px;
    height: 120px;
    bottom: 50px;
  }
}

body.cord main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
body.cord main ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  border-top: 1px solid #0D3492;
  border-bottom: 1px solid #0D3492;
}
body.cord main ul li div {
  padding: 5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.cord main ul li div:nth-of-type(1), body.cord main ul li div:nth-of-type(2) {
  background: #EAF0FE;
}
body.cord main ul li div:nth-of-type(1) {
  width: 60px;
}
body.cord main ul li div:nth-of-type(2) {
  width: 200px;
}
body.cord main ul li div:nth-of-type(3) {
  width: 130px;
}
/*# sourceMappingURL=common.css.map */