@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

br.pc-only {
  display: none; }
  @media screen and (min-width: 450px) {
    br.pc-only {
      display: inline; } }
@media screen and (min-width: 450px) {
  br.sp-only {
    display: none; } }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal; }
  @media screen and (min-width: 450px) {
    * {
      line-height: 1.7; } }
body {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6; }
  @media screen and (min-width: 450px) {
    body {
      min-width: 960px;
      font-size: 14px; } }
img {
  display: block;
  max-width: 100%; }

.is-hidden {
  display: none; }

.page-header {
  background-color: #163572; }
  @media screen and (min-width: 450px) {
    .page-header {
      display: none; } }
  .page-header .title-bar {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .page-header .header-text {
    margin: 0 10px;
    padding: 4px 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-top: 1px solid #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
  .page-header .menu-icon {
    margin-top: 4px; }

.pc-header-wrap {
  display: none;
  background-color: #163572;
  position: relative;
  z-index: 10;
  min-width: 960px; }
  @media screen and (min-width: 450px) {
    .pc-header-wrap {
      display: block; } }
.pc-page-header {
  display: none;
  justify-content: space-between;
  width: 960px;
  height: 80px;
  margin: 0 auto; }
  @media screen and (min-width: 450px) {
    .pc-page-header {
      display: flex; } }
  .pc-page-header .title-box {
    display: flex;
    align-items: center; }
  .pc-page-header .logo {
    width: 190px;
    margin-right: 20px; }
    .pc-page-header .logo a {
      display: block;
      height: 100%; }
      .pc-page-header .logo a img {
        display: block;
        width: 100%; }
  .pc-page-header .header-text {
    width: 180px;
    margin-top: 14px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5; }

.global-navi {
  display: none;
  background-color: #fff; }
  .global-navi .navi-list::after {
    content: "";
    display: block;
    clear: both; }
  .global-navi .navi-list dt {
    position: relative;
    clear: left;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #163572;
    border-top: 1px solid #fff; }
    .global-navi .navi-list dt.trial {
      background-color: #bf3c3c; }
    .global-navi .navi-list dt a {
      display: block;
      height: 100%;
      padding: 10px;
      color: inherit;
      text-decoration: none; }
    .global-navi .navi-list dt::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      width: 12px;
      height: 19px;
      background-image: url("/images/common/link-arrow-right.svg?1614590893"); }
  .global-navi .navi-list dd + dt {
    border-top: 0; }
  .global-navi .navi-list dd {
    position: relative;
    display: table;
    float: left;
    height: 40px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #163572;
    background-color: #fff;
    border-bottom: 1px solid #163572; }
    .global-navi .navi-list dd.double {
      width: 50%;
      border-left: 1px solid #163572; }
    .global-navi .navi-list dd.double.left {
      border-left: none; }
    .global-navi .navi-list dd.full {
      width: 100%; }
    .global-navi .navi-list dd.spacer {
      background-color: #ccc; }
    .global-navi .navi-list dd.triple {
      width: 33.3%;
      border-left: 1px solid #163572; }
    .global-navi .navi-list dd.triple.left {
      border-left: none; }
    .global-navi .navi-list dd a {
      display: table-cell;
      padding: 0 10px;
      vertical-align: middle;
      color: inherit;
      text-decoration: none; }
      .global-navi .navi-list dd a.disable {
        background-color: #ccc;
        color: #333; }

.pc-global-navi {
  display: none; }
  @media screen and (min-width: 450px) {
    .pc-global-navi {
      display: block; } }
  .pc-global-navi .navi-list {
    display: flex; }
    .pc-global-navi .navi-list > li {
      position: relative;
      display: flex;
      color: #fff; }
      .pc-global-navi .navi-list > li .navi-head {
        display: flex;
        align-items: center;
        height: 80px;
        padding: 0 10px; }
      .pc-global-navi .navi-list > li a {
        display: flex;
        align-items: center;
        padding: 0 10px;
        color: inherit;
        text-decoration: none;
        height: 80px; }
        .pc-global-navi .navi-list > li a:hover {
          background-color: #fff;
          color: #163572; }
      .pc-global-navi .navi-list > li.dropdown > .navi-head::after {
        content: "";
        display: inline-block;
        width: 11px;
        height: 7px;
        margin-left: 3px;
        background-image: url("/images/common/link-arrow-down-white.svg?1614590893"); }
      .pc-global-navi .navi-list > li.trial {
        align-items: center;
        margin-left: 10px; }
        .pc-global-navi .navi-list > li.trial a {
          padding: 12px;
          background-color: #bf3c3c;
          border-radius: 5px;
          height: 40px; }
        .pc-global-navi .navi-list > li.trial a:hover {
          background-color: #fff;
          color: #bf3c3c;
          text-decoration: none; }
    .pc-global-navi .navi-list .navi-inside {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 200px;
      color: #163572; }
      .pc-global-navi .navi-list .navi-inside li {
        display: block;
        background-color: #fff; }
        .pc-global-navi .navi-list .navi-inside li a {
          display: block;
          height: 100%;
          padding: 15px;
          color: inherit;
          text-decoration: none; }
          .pc-global-navi .navi-list .navi-inside li a.disable {
            background-color: #ccc;
            color: #333; }
        .pc-global-navi .navi-list .navi-inside li a:hover {
          background-color: #163572;
          color: #fff; }
    .pc-global-navi .navi-list .dropdown:hover > .navi-inside {
      display: block; }
    .pc-global-navi .navi-list dd {
      display: none; }

.copyright {
  padding: 15px;
  background-color: #163572;
  color: #fff;
  font-size: 11px;
  text-align: center; }

.pc-footer-contact {
  display: none; }

.campaign-balloon {
  position: relative;
  padding: 3px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  color: #333;
  -webkit-box-shadow: 0 0 3px #000;
          box-shadow: 0 0 3px #000; }
  .campaign-balloon .campaign-inner {
    padding: 10px 20px;
    border: 2px dashed #bf3c3c;
    border-radius: 5px; }
  .campaign-balloon .campaign-head {
    font-weight: bold;
    color: #bf3c3c; }
  .campaign-balloon .campaign-text {
    font-weight: bold;
    font-size: 16px; }
    .campaign-balloon .campaign-text .em {
      display: inline-block;
      padding: 2px 5px;
      font-weight: bold;
      background-color: #bf3c3c;
      color: #fff; }

aside {
  display: none; }

@media screen and (min-width: 450px) {
  body {
    background-color: #ededed; } }

@media screen and (min-width: 450px) and (min-width: 450px) {
  .content-wrap {
    width: 960px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between; } }

@media screen and (min-width: 450px) {
  .content-wrap main {
    width: 690px;
    background-color: #fff; }
  .content-wrap aside {
    display: block;
    position: relative;
    width: 250px; }
  .content-wrap .aside-inner {
    width: 250px;
    padding: 20px 0;
    background-color: #fff; }
    .content-wrap .aside-inner .course-link {
      position: relative; }
      .content-wrap .aside-inner .course-link li {
        display: block;
        list-style: none;
        position: relative;
        margin: 0 10px;
        background-color: #163572;
        color: #fff;
        font-weight: 600;
        border: 1px solid #ccc; }
        .content-wrap .aside-inner .course-link li::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 7px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 12px;
          height: 19px;
          background-image: url("/images/common/link-arrow-right.svg?1614590893"); }
      .content-wrap .aside-inner .course-link li + li {
        margin-top: 5px; }
      .content-wrap .aside-inner .course-link a {
        display: block;
        color: inherit;
        padding: 5px 10px;
        font-size: 17px;
        letter-spacing: 1px;
        text-decoration: none; }
      .content-wrap .aside-inner .course-link small {
        display: block;
        font-size: 10px;
        letter-spacing: 2px; }
    .content-wrap .aside-inner .feature-title {
      padding: 20px 0 10px;
      text-align: center;
      color: #555;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px; }
    .content-wrap .aside-inner .feature-list {
      list-style-type: none;
      margin-bottom: 40px; }
      .content-wrap .aside-inner .feature-list li {
        display: block; }
        .content-wrap .aside-inner .feature-list li :hover {
          opacity: 0.8; }
      .content-wrap .aside-inner .feature-list li + li {
        margin-top: 5px; }
    .content-wrap .aside-inner .banners {
      list-style-type: none; }
      .content-wrap .aside-inner .banners li {
        display: block;
        margin-bottom: 20px; }
        .content-wrap .aside-inner .banners li :hover {
          opacity: 0.8; }
  .content-wrap .aside-inner.pc-side-nav-fixed {
    position: fixed;
    top: 0; }
  .content-wrap .aside-inner.pc-side-nav-bottom {
    position: absolute;
    top: auto;
    bottom: 0; }
  .pc-footer-contact {
    display: block;
    padding: 15px 0;
    color: #fff;
    background-color: #163572; }
    .pc-footer-contact .inner {
      width: 960px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
    .pc-footer-contact .logo {
      border-right: 1px solid #fff; }
      .pc-footer-contact .logo a {
        display: block;
        padding: 20px 40px 20px 0; }
      .pc-footer-contact .logo img {
        display: block;
        width: 190px;
        max-width: auto; }
    .pc-footer-contact .contact {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-grow: 1;
      padding-left: 40px;
      padding-right: 10px; }
      .pc-footer-contact .contact .address {
        font-size: 13px; }
        .pc-footer-contact .contact .address .text + .text {
          margin-top: 7px; }
        .pc-footer-contact .contact .address .name {
          font-weight: bold; }
      .pc-footer-contact .contact .tel .campaign {
        display: inline-block;
        font-size: 12px; }
        .pc-footer-contact .contact .tel .campaign a {
          position: relative;
          display: block;
          padding: 3px 20px 3px 10px;
          background-color: #bf3c3c;
          border-radius: 10px;
          color: #fff;
          text-decoration: none; }
          .pc-footer-contact .contact .tel .campaign a:hover {
            text-decoration: underline; }
          .pc-footer-contact .contact .tel .campaign a::after {
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 7px;
            display: inline-block;
            width: 7px;
            height: 10px;
            background: url("/images/common/link-arrow-right.svg?1614590893") no-repeat;
            background-size: 7px; }
      .pc-footer-contact .contact .tel a {
        color: inherit; }
      .pc-footer-contact .contact .tel .number {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px; }
      .pc-footer-contact .contact .tel .open {
        font-size: 13px; }
      .pc-footer-contact .contact .email a {
        font-size: 20px;
        color: inherit;
        font-weight: bold;
        text-decoration: none; }
        .pc-footer-contact .contact .email a:hover {
          text-decoration: underline; }
  .copyright {
    display: none; } }

.page-title {
  position: relative;
  overflow: hidden;
  padding: 50px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #304F8C), to(#102C63));
  background-image: linear-gradient(-180deg, #304F8C 6%, #102C63 100%);
  z-index: 0; }
  @media screen and (min-width: 450px) {
    .page-title {
      padding: 85px 40px; }
      .page-title.upside {
        padding: 35px 40px 135px; }
      .page-title.downside {
        padding: 135px 40px 35px; } }
  .page-title .title {
    display: inline-block;
    padding: 3px 10px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #fff;
    z-index: 1; }
    @media screen and (min-width: 450px) {
      .page-title .title {
        font-size: 24px;
        padding: 5px 12px; } }
  .page-title .title-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: -2; }
    @media screen and (min-width: 450px) {
      .page-title .title-bg {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .page-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 1px 100%;
    background-repeat: repeat-x;
    z-index: -1; }

section {
  padding: 25px 10px 24px; }
  @media screen and (min-width: 450px) {
    section {
      padding: 40px; } }
  @media screen and (min-width: 450px) {
    section + section {
      padding: 0 40px 40px; } }
  section .section-head {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    margin-bottom: 20px;
    margin-top: -50px;
    padding: 80px 15px 3px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: bold;
    text-align: center; }
    section .section-head:first-child {
      margin-top: -80px; }
    @media screen and (min-width: 450px) {
      section .section-head {
        position: relative;
        left: 0;
        display: block;
        margin: 30px 0 30px;
        padding: 3px 10px;
        -webkit-transform: none;
                transform: none;
        border-left: 5px solid #163572;
        border-bottom: 0;
        font-size: 20px;
        text-align: left; }
        section .section-head:first-child {
          margin-top: 0; } }
  section .section-subhead {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    color: #163572;
    clear: both; }
    @media screen and (min-width: 450px) {
      section .section-subhead {
        font-size: 16px; } }
  section * + .section-subhead {
    margin-top: 30px; }
  section .text + .text,
  section img + .text,
  section .border + .text {
    margin-top: 10px; }
  section ul {
    margin-top: 20px;
    padding-left: 15px;
    margin-bottom: 10px; }
    section ul:first-child {
      margin-top: 0; }
  section ol {
    margin: 5px 0;
    list-style-position: inside; }
  section li {
    margin-top: 7px; }
    section li:first-child {
      margin-top: 0; }
  section strong {
    padding: 2px 2px;
    background-color: #DEE3EE; }
  section strong.yellow {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff578));
    background: linear-gradient(transparent 40%, #fff578 40%);
    padding: 2px 4px; }
  section .border {
    border: 1px solid #777;
    margin-top: 15px;
    padding: 15px; }
  section .large-image {
    display: block;
    margin: 10px auto; }
  section .right-image {
    float: right;
    margin: 0 0 10px 10px; }
  section .left-image {
    float: left;
    height: auto;
    margin: 0 10px 10px 0; }
  section .name {
    font-weight: bold;
    font-size: 16px; }

.sec-contact .section-head {
  border-bottom: none; }

.related-page {
  position: relative;
  margin: 15px 10px 20px;
  z-index: 1; }
  @media screen and (min-width: 450px) {
    .related-page {
      margin: 40px 40px 0; } }
  .related-page .related {
    margin-bottom: 3px;
    font-weight: bold;
    color: #6e81a9; }
  .related-page .link {
    margin-bottom: 5px; }
    .related-page .link a {
      position: relative;
      display: block;
      padding: 5px 18px 5px 10px;
      background-color: #CFD7E6;
      color: #163572;
      border-radius: 5px; }
      .related-page .link a:hover {
        background-color: #163572;
        color: #fff; }
      .related-page .link a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 5px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        width: 12px;
        height: 12px;
        background-image: url("/images/common/link-arrow-right-blue.svg?1614590893");
        background-size: 12px 12px; }

@media screen and (min-width: 450px) {
  section + .related-page {
    margin-top: 0;
    padding-bottom: 40px; } }

.toc {
  margin: 10px 0;
  overflow: hidden; }
  .toc ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -1px;
    background-color: #fff;
    z-index: 10; }
    .toc ul.is-fixed {
      position: fixed;
      top: 0;
      left: 0; }
    .toc ul li {
      display: block;
      flex: 1 1 auto;
      margin: 0 1px 1px 0;
      color: #333;
      font-size: 12px;
      line-height: 1;
      text-align: center;
      background-color: #ccc; }
      .toc ul li.toc-active {
        background-color: #c2c9d8;
        color: #163572; }
      .toc ul li a {
        display: block;
        padding: 8px 5px;
        color: inherit;
        text-decoration: none; }

.pc-toc {
  display: none;
  margin-bottom: 20px; }
  @media screen and (min-width: 450px) {
    .pc-toc {
      display: block; }
      .pc-toc ul {
        background-color: #fff; }
        .pc-toc ul li {
          position: relative;
          display: block;
          font-size: 14px; }
          .pc-toc ul li.toc-active {
            color: #163572; }
            .pc-toc ul li.toc-active a::before {
              content: "▶";
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 10px;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
          .pc-toc ul li a {
            display: block;
            padding: 5px 10px 5px 28px;
            color: inherit;
            text-decoration: none; }
            .pc-toc ul li a:hover {
              text-decoration: underline;
              color: #163572; } }
.sec-contact {
  padding: 35px 10px;
  background-color: #e7e7e7; }
  @media screen and (min-width: 450px) {
    .sec-contact {
      display: none; } }
  .sec-contact .contact-table {
    width: 100%;
    border-collapse: collapse; }
    .sec-contact .contact-table .campaign {
      display: inline-block;
      font-size: 12px; }
      .sec-contact .contact-table .campaign a {
        position: relative;
        display: block;
        padding: 3px 20px 3px 10px;
        background-color: #bf3c3c;
        border-radius: 15px;
        color: #fff;
        text-decoration: none; }
        .sec-contact .contact-table .campaign a:hover {
          text-decoration: underline; }
        .sec-contact .contact-table .campaign a::after {
          content: "";
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 7px;
          display: inline-block;
          width: 7px;
          height: 10px;
          background: url("/images/common/link-arrow-right.svg?1614590893") no-repeat;
          background-size: 7px; }
    .sec-contact .contact-table tr {
      border-top: 1px solid #ccc; }
      .sec-contact .contact-table tr:first-child {
        border-top: none; }
    .sec-contact .contact-table th {
      text-align: left;
      font-size: 14px;
      font-weight: 600; }
    .sec-contact .contact-table td {
      padding: 10px 0;
      text-align: right; }
      .sec-contact .contact-table td small {
        font-size: 10px; }
      .sec-contact .contact-table td .building {
        font-weight: bold; }

.sec-inquire {
  margin: 0 10px 50px;
  background-color: #dfe3eb;
  border-radius: 4px; }
  @media screen and (min-width: 450px) {
    .sec-inquire {
      padding-top: 40px; } }
  .sec-inquire .inquire-head {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
  .sec-inquire .item + .item,
  .sec-inquire .additive + .item,
  .sec-inquire .item + .additive {
    margin-top: 20px; }
  .sec-inquire .additive {
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px; }
    .sec-inquire .additive:before {
      content: '';
      position: absolute;
      top: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border-right: 20px solid transparent;
      border-left: 20px solid transparent;
      border-bottom: 10px solid #fff; }
  .sec-inquire .ask {
    margin-bottom: 5px; }
    .sec-inquire .ask .text {
      font-weight: bold; }
      .sec-inquire .ask .text a {
        font-weight: bold; }
  .sec-inquire .answer {
    position: relative; }
  .sec-inquire input[type="text"] {
    display: block;
    width: 100%;
    padding-left: 8px;
    border: 2px solid #ccc;
    font-size: 18px;
    line-height: 1.8;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .sec-inquire input[type="text"]:focus {
      border: 2px solid #163572;
      outline: none; }
    .sec-inquire input.short[type="text"] {
      display: inline-block;
      width: 100px; }
    .sec-inquire input.middle[type="text"] {
      display: inline-block;
      width: 250px;
      font-size: 24px; }
  .sec-inquire input#email,
  .sec-inquire input.email_confirm,
  .sec-inquire input.large {
    font-size: 24px; }
  .sec-inquire .input-group {
    position: relative;
    overflow: hidden; }
  .sec-inquire input[type="checkbox"],
  .sec-inquire input[type="radio"] {
    position: absolute;
    display: inline;
    visibility: hidden; }
    .sec-inquire input[type="checkbox"] + label,
    .sec-inquire input[type="radio"] + label {
      position: relative;
      display: inline-block;
      margin-right: 15px;
      padding: 10px 0 10px 28px;
      line-height: 1.5;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer;
      vertical-align: middle; }
    .sec-inquire input[type="checkbox"]:checked + label,
    .sec-inquire input[type="radio"]:checked + label {
      font-weight: bold; }
    .sec-inquire input[type="checkbox"] + label:before,
    .sec-inquire input[type="radio"] + label:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      display: block; }
    .sec-inquire input[type="checkbox"] + label:after,
    .sec-inquire input[type="radio"] + label:after {
      content: "";
      position: absolute;
      display: block;
      opacity: 0; }
    .sec-inquire input[type="checkbox"]:checked + label:after,
    .sec-inquire input[type="radio"]:checked + label:after {
      opacity: 1; }
  .sec-inquire input[type="checkbox"] + label:before {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    margin-top: -11px; }
  .sec-inquire input[type="checkbox"]:checked + label:before {
    background-color: #163572; }
  .sec-inquire input[type="checkbox"] + label:after {
    top: 50%;
    left: 4px;
    width: 11px;
    height: 8px;
    margin-top: -7px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .sec-inquire input[type="checkbox"]:checked + label:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .sec-inquire input[type="radio"] + label:before {
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -11px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 20px; }
  .sec-inquire input[type="radio"] + label:after {
    top: 50%;
    left: 4px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-radius: 15px;
    background-color: #163572;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .sec-inquire textarea {
    width: 100%;
    height: 170px;
    padding: 10px;
    border: 2px solid #ccc;
    font-size: 16px;
    line-height: 1.8;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .sec-inquire textarea:focus {
      border: 2px solid #163572; }
  .sec-inquire iframe {
    width: 100%;
    border: 1px solid #333; }
  .sec-inquire input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 80px;
    margin: 30px auto 0;
    font-size: 20px;
    font-weight: bold;
    background-color: #bf3c3c;
    border: 3px solid #bf3c3c;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sec-inquire input[type="submit"]:hover {
      background-color: #fff;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      color: #bf3c3c;
      cursor: pointer; }
    .sec-inquire input[type="submit"]:disabled {
      background-color: #ddd;
      border-color: #777;
      color: #777;
      cursor: not-allowed; }
  .sec-inquire .optional,
  .sec-inquire .required {
    display: inline-block;
    margin-left: 3px;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1;
    color: #fff; }
  .sec-inquire .required {
    background-color: #163572; }
  .sec-inquire .optional {
    background-color: #666; }
  .sec-inquire .error {
    display: block;
    color: #ff0000;
    font-size: 14px; }
  .sec-inquire select.error {
    display: inline-block; }
  .sec-inquire em {
    text-decoration: underline;
    font-style: normal;
    font-weight: bold; }

.sec-lead .campaign {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #bf3c3c; }
  .sec-lead .campaign .campaign-head {
    font-weight: bold;
    color: #bf3c3c;
    text-align: center; }
  .sec-lead .campaign .text {
    margin-top: 10px; }
    @media screen and (min-width: 450px) {
      .sec-lead .campaign .text {
        text-align: center; } }
#individual-purpose-wrap {
  display: none; }

.thanks .thanks-text {
  margin-bottom: 10px; }

.thanks .text.lead {
  margin-bottom: 20px;
  text-align: center; }
