@charset "UTF-8";
@font-face {
  font-family: "Roboto Condensed";
  src: url("/fonts/RobotoCondensed.ttf"); }

.faq-q-right h4 {
  -webkit-font-smoothing: antialiased; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*----------------------
        reset
----------------------*/
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; }

/*----------------------
      base
----------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans JP',"游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica,Arial, sans-serif;
  color: #15223d;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
  opacity: 0; }
  @media screen and (max-width: 512px) {
    body {
      font-size: 14px;
      line-height: 1.7;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 320px) {
    body {
      letter-spacing: 0; } }

p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin: 0; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    p {
      font-size: 14px; } }
  @media screen and (max-width: 512px) {
    p {
      font-size: 13px;
      letter-spacing: 0.05em; } }

li, dt, dd {
  font-size: 15px;
  color: #333; }
  @media screen and (max-width: 512px) {
    li, dt, dd {
      font-size: 13px; } }

td {
  color: #333;
  font-weight: 500; }

a {
  text-decoration: none;
  color: #15223d;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0; }

a:focus {
  outline: none; }

address {
  font-style: normal; }

input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
  position: relative;
  top: 0.05em; }

input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
  position: relative;
  top: 0.05em; }

input[type="text"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #aaa;
  position: relative;
  top: 0.05em; }

input[type="text"]::placeholder, textarea::placeholder {
  color: #aaa;
  position: relative;
  top: 0.05em; }
  @media screen and (max-width: 512px) {
    input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
      top: 0;
      font-size: 14px; }
    input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
      top: 0;
      font-size: 14px; }
    input[type="text"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
      top: 0;
      font-size: 14px; }
    input[type="text"]::placeholder, textarea::placeholder {
      top: 0;
      font-size: 14px; } }

input[type="search"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

label, select {
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }
  @media screen and (max-width: 512px) {
    label, select {
      font-size: 13px; } }

h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0; }

strong {
  font-weight: bold; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

/*----------------------
        layout
----------------------*/
.l-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  position: fixed;
  z-index: 998;
  background: rgba(255, 255, 255, 0.85); }
  @media screen and (max-width: 1120px) {
    .l-header {
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); } }
  @media screen and (max-width: 768px) {
    .l-header {
      background: #ffffff; } }

@media screen and (min-width: 513px) and (max-width: 768px) {
  .l-contents {
    padding-top: 70px; } }

@media screen and (max-width: 512px) {
  .l-contents {
    padding-top: 50px; } }

.l-sec-1, .l-sec-2_line, .l-sec-2_bg, .l-sec-2_bottom {
  position: relative;
  padding: 80px 0; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .l-sec-1, .l-sec-2_line, .l-sec-2_bg, .l-sec-2_bottom {
      padding: 20px 0; } }
  @media screen and (max-width: 512px) {
    .l-sec-1, .l-sec-2_line, .l-sec-2_bg, .l-sec-2_bottom {
      padding: 15px 0; } }
  .l-sec-1_line {
    border-bottom: 1px solid #ccc; }
  .l-sec-1_bg {
    background-color: #f7f7f7; }

.l-sec-2, .l-sec-1_line, .l-sec-1_bg {
  position: relative; }
  .l-sec-2_line {
    border-bottom: 1px solid #ccc; }
  .l-sec-2_bg {
    background-color: #f7f7f7; }
  .l-sec-2_bottom {
    padding: 0 0 80px 0; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .l-sec-2_bottom {
        padding: 0 0 20px 0; } }
    @media screen and (max-width: 512px) {
      .l-sec-2_bottom {
        padding: 0 0 15px 0; } }

.l-sec-3, .l-sec-3_line, .l-sec-3_bg {
  position: relative;
  padding: 30px 0 80px 0; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .l-sec-3, .l-sec-3_line, .l-sec-3_bg {
      padding: 20px 0 20px 0; } }
  @media screen and (max-width: 512px) {
    .l-sec-3, .l-sec-3_line, .l-sec-3_bg {
      padding: 10px 0 15px 0; } }
  .l-sec-3_line {
    border-bottom: 1px solid #ccc; }
  .l-sec-3_bg {
    background-color: #f7f7f7; }

.l-colset-1 {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .l-colset-1 {
      width: auto;
      max-width: 1400px; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .l-colset-1 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    .l-colset-1 {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 512px) {
    .l-colset-1 {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 320px) {
    .l-colset-1 {
      padding-left: 10px;
      padding-right: 10px; } }
  .l-colset-1_top {
    position: relative;
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px; }
    @media screen and (min-width: 769px) {
      .l-colset-1_top {
        width: auto;
        max-width: 1400px; } }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .l-colset-1_top {
        width: auto;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 512px) {
      .l-colset-1_top {
        width: auto;
        padding-left: 15px;
        padding-right: 15px; } }

.l-colset-2 {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .l-colset-2 {
      width: auto;
      max-width: 1100px; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .l-colset-2 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    .l-colset-2 {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .l-colset-2 .l-col-2_left {
    width: 50%;
    float: left;
    position: static; }
    @media screen and (max-width: 768px) {
      .l-colset-2 .l-col-2_left {
        float: none;
        width: auto; } }
  .l-colset-2 .l-col-2_right {
    width: 50%;
    float: right;
    position: static; }
    @media screen and (max-width: 768px) {
      .l-colset-2 .l-col-2_right {
        float: none;
        width: auto; } }
  .l-colset-2_2 {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative; }
    @media screen and (min-width: 769px) {
      .l-colset-2_2 {
        width: auto;
        max-width: 1100px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .l-colset-2_2 {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 768px) {
      .l-colset-2_2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .l-colset-2_2 .l-col-2_left {
      width: 48%;
      float: left;
      position: static; }
      @media screen and (max-width: 768px) {
        .l-colset-2_2 .l-col-2_left {
          float: none;
          width: auto; } }
    .l-colset-2_2 .l-col-2_right {
      width: 48%;
      float: right;
      position: static; }
      @media screen and (max-width: 768px) {
        .l-colset-2_2 .l-col-2_right {
          float: none;
          width: auto; } }

.l-colset-3 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .l-colset-3 {
      width: auto;
      max-width: 1000px; } }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .l-colset-3 {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 512px) {
    .l-colset-3 {
      width: auto;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 376px) {
    .l-colset-3 {
      width: auto;
      padding-left: 15px;
      padding-right: 15px; } }

.l-col-1 {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .l-col-1 {
      width: auto;
      max-width: 1400px; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .l-col-1 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    .l-col-1 {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 512px) {
    .l-col-1 {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 320px) {
    .l-col-1 {
      padding-left: 10px;
      padding-right: 10px; } }

.l-col-2_inner {
  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; }
  @media screen and (max-width: 768px) {
    .l-col-2_inner {
      margin: 0;
      display: block; } }

.l-col-2_main {
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 768px) {
    .l-col-2_main {
      width: auto;
      padding: 0 20px 60px; } }
  @media screen and (max-width: 512px) {
    .l-col-2_main {
      padding: 0 15px 50px; } }

.l-col-2_side {
  width: 24%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 768px) {
    .l-col-2_side {
      width: 100%;
      padding: 50px 20px;
      background: #f7f7f7; } }
  @media screen and (max-width: 512px) {
    .l-col-2_side {
      padding: 40px 15px; } }

.l-col-2_left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0; }
  @media screen and (max-width: 768px) {
    .l-col-2_left {
      width: auto;
      position: static;
      float: none; } }

.l-col-2_right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0; }
  @media screen and (max-width: 768px) {
    .l-col-2_right {
      width: auto;
      position: static;
      float: none; } }

.l-box, .l-box_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .l-box, .l-box_bg {
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .l-box_bg {
    background: #eff1f5;
    max-width: 1100px; }
  .l-box-inner {
    display: table-cell;
    vertical-align: middle; }
  .l-box-image img {
    width: 100%; }
  .l-box-content {
    padding: 0 50px; }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .l-box-content {
        max-width: 300px;
        padding: 0 40px; } }
    @media screen and (max-width: 768px) {
      .l-box-content {
        padding: 40px 20px 0;
        text-align: center; } }
    @media screen and (max-width: 512px) {
      .l-box-content {
        padding: 20px 15px 0; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .l-box-content .title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 512px) {
      .l-box-content .title {
        margin-bottom: 15px; } }
    .l-box-content .btn, .l-box-content .btn_arrow, .l-box-content .btn_lang, .l-box-content .btn_contact, .l-box-content .btn_dl, .l-box-content .btn_top {
      margin-top: 50px; }
      @media screen and (max-width: 1000px) {
        .l-box-content .btn, .l-box-content .btn_arrow, .l-box-content .btn_lang, .l-box-content .btn_contact, .l-box-content .btn_dl, .l-box-content .btn_top {
          margin-top: 30px; } }
    @media screen and (min-width: 1001px) {
      .l-box-content p {
        line-height: 2.2; } }
    @media screen and (max-width: 512px) {
      .l-box-content p {
        text-align: justify; } }
    @media screen and (max-width: 1300px) {
      .l-box-content br {
        display: none; } }
    .l-box-content-inner {
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 1300px) {
        .l-box-content-inner {
          width: calc(50vw - 80px); }
          .l-box-content-inner br {
            display: none; } }

.l-leftBox {
  width: 50%; }
  @media screen and (max-width: 1000px) {
    .l-leftBox {
      width: auto; } }
  @media screen and (max-width: 768px) {
    .l-leftBox {
      width: 100%;
      padding: 0; } }

.l-rightBox {
  width: 50%; }
  @media screen and (max-width: 1000px) {
    .l-rightBox {
      width: auto; } }
  @media screen and (max-width: 768px) {
    .l-rightBox {
      width: 100%;
      padding: 0; } }
  .l-rightBox.bg {
    background: #eff1f5; }

.l-footer {
  background: #df3001;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 90px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .l-footer {
      padding-top: 70px; } }
  @media screen and (max-width: 512px) {
    .l-footer {
      padding-top: 50px; } }
  .l-footer .l-colset-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 90px; }
    @media screen and (max-width: 1000px) {
      .l-footer .l-colset-1 {
        display: block; } }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .l-footer .l-colset-1 {
        padding-bottom: 70px; } }
    @media screen and (max-width: 512px) {
      .l-footer .l-colset-1 {
        display: block;
        padding-bottom: 0; } }

.lang-item-ko {
  display: none; }

.scroll-prevent {
  overflow: hidden; }

.headerTop {
  background: #eee; }

.header-inner {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px; }
  @media screen and (min-width: 769px) {
    .header-inner {
      width: auto;
      max-width: 1400px; } }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .header-inner {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 512px) {
    .header-inner {
      width: auto;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 1120px) {
    .header-inner {
      padding-left: 30px;
      padding-right: 90px;
      height: 80px; } }
  @media screen and (max-width: 768px) {
    .header-inner {
      overflow: visible;
      padding-left: 20px;
      padding-right: 70px;
      height: 70px; } }
  @media screen and (max-width: 512px) {
    .header-inner {
      height: 50px;
      padding-left: 10px;
      padding-right: 45px; } }

.headerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.logo {
  margin: 0;
  width: 400px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .logo a {
    display: block; }
  .logo img {
    width: 100%;
    height: auto;
    display: block; }
  @media screen and (max-width: 1200px) {
    .logo {
      width: 340px; } }
  @media screen and (max-width: 768px) {
    .logo {
      width: 45vw; } }
  @media screen and (max-width: 512px) {
    .logo {
      width: 190px; } }

.headerRight {
  width: 100%; }

@media screen and (max-width: 1120px) {
  .gNav {
    pointer-events: none;
    overflow: auto;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(21, 34, 61, 0.95);
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 1000;
    padding: 0 80px 100px;
    box-sizing: border-box;
    opacity: 0; }
    .gNav.addEfect {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s;
      transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s;
      -o-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s;
      transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s;
      transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s, -webkit-transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s; } }

@media screen and (min-width: 513px) and (max-width: 768px) {
  .gNav {
    top: 70px;
    padding: 0 50px 70px; } }

@media screen and (max-width: 512px) {
  .gNav {
    top: 50px;
    padding: 0 20px 30px; } }

.gNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding-left: 35px; }
  @media screen and (max-width: 1120px) {
    .gNav-list {
      display: block;
      padding-left: 0; } }

.gNav-item, .gNav-item_dl {
  margin-left: 30px; }
  @media screen and (max-width: 1200px) {
    .gNav-item, .gNav-item_dl {
      margin-left: 20px; } }
  @media screen and (max-width: 1120px) {
    .gNav-item, .gNav-item_dl {
      margin-left: 0; } }
  .gNav-item:last-child, .gNav-item_dl:last-child {
    margin-right: 0; }
  .gNav-item a, .gNav-item_dl a {
    font-size: 17px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.07em;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 1200px) {
      .gNav-item a, .gNav-item_dl a {
        font-size: 16px; } }
    @media screen and (max-width: 1120px) {
      .gNav-item a, .gNav-item_dl a {
        display: block;
        border-bottom: 1px dotted #253b6b;
        color: #ffffff;
        font-size: 18px;
        padding: 30px 15px 30px 30px;
        position: relative;
        background: url(../images/common/icon-arrow_right.png) no-repeat;
        background-position: left center;
        background-size: 14px; } }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .gNav-item a, .gNav-item_dl a {
        font-size: 16px; } }
    @media screen and (max-width: 512px) {
      .gNav-item a, .gNav-item_dl a {
        font-size: 15px;
        padding: 20px 15px 20px 30px;
        background-size: 12px; } }
    .gNav-item a:hover, .gNav-item_dl a:hover {
      opacity: 0.6;
      text-decoration: none; }
  .gNav-item_dl {
    display: none; }
    @media screen and (max-width: 1120px) {
      .gNav-item_dl {
        display: block; } }

.gNav-btn {
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media screen and (max-width: 1120px) {
    .gNav-btn {
      display: block;
      position: absolute;
      right: 30px;
      top: 31px;
      z-index: 1100;
      display: inline-block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 30px;
      height: 20px; } }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .gNav-btn {
      top: 25px;
      right: 20px; } }
  @media screen and (max-width: 512px) {
    .gNav-btn {
      width: 24px;
      height: 16px;
      top: 17px;
      right: 10px; } }
  .gNav-btn span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #15223d; }
    @media screen and (max-width: 512px) {
      .gNav-btn span {
        height: 2px; } }
  .gNav-btn-top {
    top: 0; }
  .gNav-btn-middle {
    top: 9px; }
    @media screen and (max-width: 512px) {
      .gNav-btn-middle {
        top: 7px; } }
  .gNav-btn-bottom {
    bottom: 0; }

.gNav-btn.active .gNav-btn-top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
  @media screen and (max-width: 512px) {
    .gNav-btn.active .gNav-btn-top {
      -webkit-transform: translateY(7px) rotate(-45deg);
      -ms-transform: translateY(7px) rotate(-45deg);
      transform: translateY(7px) rotate(-45deg); } }

.gNav-btn.active .gNav-btn-middle {
  opacity: 0; }

.gNav-btn.active .gNav-btn-bottom {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg); }
  @media screen and (max-width: 512px) {
    .gNav-btn.active .gNav-btn-bottom {
      -webkit-transform: translateY(-7px) rotate(45deg);
      -ms-transform: translateY(-7px) rotate(45deg);
      transform: translateY(-7px) rotate(45deg); } }

.open .gNav {
  pointer-events: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0s;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0s;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0s, -webkit-transform 0s; }

.headerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding-bottom: 10px; }
  @media screen and (max-width: 1120px) {
    .headerBtn {
      padding-bottom: 0; } }
  .headerBtn a {
    display: inline-block;
    letter-spacing: 0.05em;
    font-size: 13px;
    line-height: 34px;
    padding: 0 20px 0 48px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 769px) {
      .headerBtn a:hover {
        text-decoration: none; } }
    @media screen and (min-width: 769px) and (max-width: 1120px) {
      .headerBtn a {
        line-height: 46px; } }
    @media screen and (max-width: 768px) {
      .headerBtn a {
        display: block;
        font-size: 10px;
        line-height: 20px;
        padding: 40px 10px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-position: center top 16px;
        background-size: 22px;
        min-width: 70px; } }
    @media screen and (max-width: 512px) {
      .headerBtn a {
        background-position: center top 10px;
        background-size: 17px;
        line-height: 10px;
        padding: 30px 0 10px;
        letter-spacing: -0.05em;
        min-width: 50px; }
        .headerBtn a span {
          display: block;
          -webkit-transform: scale(80%);
          -ms-transform: scale(80%);
          transform: scale(80%); } }
  .headerBtn-lang a {
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 32px;
    padding: 0 20px 0 44px; }
    @media screen and (min-width: 769px) and (max-width: 1120px) {
      .headerBtn-lang a {
        line-height: 44px; } }
    @media screen and (max-width: 768px) {
      .headerBtn-lang a {
        border: none;
        background-color: #eff1f5;
        font-size: 10px;
        line-height: 20px;
        padding: 40px 16px 10px;
        background-position: center top 16px;
        background-size: 18px; } }
    @media screen and (max-width: 512px) {
      .headerBtn-lang a {
        background-position: center top 9px;
        background-size: 14px;
        line-height: 10px;
        font-size: 11px;
        letter-spacing: 0;
        padding: 30px 0 10px; } }
  .headerBtn-cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .headerBtn-cv {
        position: static;
        background: #ddd;
        overflow: hidden; } }
    .headerBtn-cv-item, .headerBtn-cv-item_dl {
      margin-left: 10px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 768px) {
        .headerBtn-cv-item, .headerBtn-cv-item_dl {
          margin-left: 0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      @media screen and (max-width: 1120px) {
        .headerBtn-cv-item_dl {
          display: none; } }

#langList {
  display: none; }

.langList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 512px) {
    .langList {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .langList li {
    padding: 5px 30px;
    border-right: 1px solid #eee; }
    @media screen and (max-width: 512px) {
      .langList li {
        padding: 10px 0;
        border-right: none;
        border-bottom: 1px solid #eee; } }
    .langList li:last-child {
      border-right: none; }
    .langList li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

.relation {
  padding: 40px 0;
  background: #e6e6e6;
  border-top: 1px solid #ddd; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .relation {
      padding: 40px 20px; } }
  @media screen and (max-width: 512px) {
    .relation {
      padding: 20px; } }
  .relation-inner {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    overflow: visible; }
    @media screen and (min-width: 769px) {
      .relation-inner {
        width: auto;
        max-width: 1100px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .relation-inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 768px) {
      .relation-inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  .relation-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 512px) {
      .relation-bnr {
        display: block; } }
    .relation-bnr li {
      width: 48%;
      border-radius: 6px;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 512px) {
        .relation-bnr li {
          width: 100%;
          margin-bottom: 20px; }
          .relation-bnr li:last-child {
            margin-bottom: 0; } }
      .relation-bnr li:hover {
        -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 35px rgba(0, 0, 0, 0.2);
        -webkit-transform: translate3d(0, -2px, 0) scale(1);
        transform: translate3d(0, -2px, 0) scale(1); }
      .relation-bnr li img {
        width: 100%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

.pageTop {
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: 0;
  z-index: 998;
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .pageTop {
      right: 20px; } }
  @media screen and (max-width: 512px) {
    .pageTop {
      right: 10px;
      bottom: 35px; } }
  .pageTop a {
    display: block;
    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;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background: #df3001;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .pageTop a {
        width: 50px;
        height: 50px; } }
    @media screen and (max-width: 512px) {
      .pageTop a {
        width: 40px;
        height: 40px; } }
    .pageTop a:hover {
      background: #174567;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .pageTop-icon {
    fill: #ffffff;
    width: 18px;
    height: auto;
    padding: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    @media screen and (max-width: 512px) {
      .pageTop-icon {
        width: 10px; } }
  .pageTop.scrollstyle {
    opacity: 1;
    bottom: 70px; }

.footer {
  background: #f7f7f7;
  overflow: hidden; }

.footer-inner {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 75px;
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 769px) {
    .footer-inner {
      width: auto;
      max-width: 1100px; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .footer-inner {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    .footer-inner {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 768px) {
    .footer-inner {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 20px 40px;
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.footerInfo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 365px; }
  @media screen and (max-width: 768px) {
    .footerInfo {
      width: 100%;
      border-top: 1px solid #ddd;
      padding-top: 40px;
      padding-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .footerInfo-logo {
      width: 300px; } }
  .footerInfo-logo img {
    width: 100%;
    height: auto; }
  .footerInfo-address {
    margin-top: 20px; }
    .footerInfo-address p {
      font-size: 14px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .footerInfo-address p {
          font-size: 12px; } }
      @media screen and (max-width: 512px) {
        .footerInfo-address p {
          font-size: 10px; } }
  .footerInfo-sns {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .footerInfo-sns {
        margin-top: 20px; } }
    .footerInfo-sns p img {
      width: 100%; }
    .footerInfo-sns .sns-wechat {
      width: 40px;
      height: 40px; }
      .footerInfo-sns .sns-wechat:hover {
        opacity: 0.8; }
      @media screen and (max-width: 512px) {
        .footerInfo-sns .sns-wechat {
          width: 32px;
          height: 32px; } }
    .footerInfo-sns .sns-skype {
      width: 40px;
      height: 40px;
      margin-left: 8px; }
      .footerInfo-sns .sns-skype:hover {
        opacity: 0.8; }
      @media screen and (max-width: 512px) {
        .footerInfo-sns .sns-skype {
          width: 32px;
          height: 32px; } }
    .footerInfo-sns a {
      display: block;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }

.footerNavBox {
  position: relative;
  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; }
  @media screen and (max-width: 768px) {
    .footerNavBox {
      padding: 30px 0;
      margin-bottom: 0px;
      margin-top: 0; } }

.footerNav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: auto;
  padding-left: 0;
  padding-right: 0; }
  .footerNav-inner {
    position: relative; }
  .footerNav-item {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .footerNav-item {
        margin-bottom: 0; }
        .footerNav-item a {
          padding: 8px 0;
          color: #555;
          font-size: 12px;
          display: block; }
          .footerNav-item a:before {
            content: "\f0da";
            color: #ccc;
            margin-right: 3px;
            font-family: FontAwesome; }
          .footerNav-item a:hover {
            text-decoration: none; } }
  .footerNav-cv {
    margin-left: 40px; }
    @media screen and (max-width: 768px) {
      .footerNav-cv {
        margin-left: 0; } }
    .footerNav-cv-item {
      margin-bottom: 15px; }
      .footerNav-cv-item a {
        padding: 10px;
        text-align: center;
        min-width: 260px; }
        @media screen and (max-width: 512px) {
          .footerNav-cv-item a {
            min-width: 200px;
            padding-left: 20px;
            font-size: 13px; } }

.footerCompany {
  background: #15223d;
  padding: 20px 0;
  clear: both; }
  @media screen and (max-width: 768px) {
    .footerCompany {
      border-top: none;
      text-align: center; } }

.copyright {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #6d6d6d;
  font-family: "Roboto Condensed", sans-serif; }
  @media screen and (max-width: 512px) {
    .copyright {
      font-size: 10px; } }

.btn, .btn_arrow, .btn_lang, .btn_contact, .btn_dl, .btn_top {
  display: block;
  background-color: #df3001;
  padding: 10px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .btn:hover, .btn_arrow:hover, .btn_lang:hover, .btn_contact:hover, .btn_dl:hover, .btn_top:hover {
    -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.2); }
  .btn_arrow {
    background-image: url(../images/common/icon-arrow_right.png);
    background-repeat: no-repeat;
    background-size: 5px auto;
    background-position: right 17px center; }
  .btn_lang {
    background-image: url(../images/common/icon_lang.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: left 17px center;
    background-color: transparent;
    border: 1px solid #666;
    color: #666; }
  .btn_contact {
    background-image: url(../images/common/icon_mail.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: left 17px center; }
  .btn_dl {
    background-image: url(../images/common/icon_dl.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: left 17px center; }
  .btn_top {
    width: 290px;
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.14);
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    padding: 22px 10px; }
    @media screen and (max-width: 768px) {
      .btn_top {
        padding: 15px 10px;
        font-size: 15px;
        -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.14);
        width: 250px; } }
    @media screen and (max-width: 512px) {
      .btn_top {
        font-size: 13px;
        padding: 12px 10px;
        width: 230px; } }

.en {
  font-family: 'Roboto Condensed', sans-serif; }

@media screen and (max-width: 512px) {
  .pc-disp {
    display: none; } }

.sp-disp {
  display: none; }
  @media screen and (max-width: 512px) {
    .sp-disp {
      display: block; } }

@media screen and (min-width: 1121px) {
  .is_scroll {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); }
    .is_scroll .header-inner {
      height: auto;
      padding-bottom: 14px; }
    .is_scroll .logo {
      padding-top: 14px;
      width: 380px; }
    .is_scroll .headerBtn {
      position: relative;
      top: -1px; }
    .is_scroll .headerBtn-lang a {
      font-size: 13px;
      padding-left: 42px; }
    .is_scroll .headerBtn-cv-item, .is_scroll .headerBtn-cv-item_dl {
      margin-left: 10px; }
      .is_scroll .headerBtn-cv-item a, .is_scroll .headerBtn-cv-item_dl a {
        font-size: 13px;
        padding-left: 42px; }
    .is_scroll .gNav-item a, .is_scroll .gNav-item_dl a {
      font-size: 15px; } }

.hidden {
  position: fixed;
  top: -52px; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-82px);
    transform: translateY(-82px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-82px);
    transform: translateY(-82px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* lower
------------------------------------*/
.is_lower h3 {
  font-size: 37px;
  color: #15223d;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .is_lower h3 {
      font-size: 26px; } }
  @media screen and (max-width: 512px) {
    .is_lower h3 {
      font-size: 20px;
      padding-bottom: 5px;
      margin-bottom: 20px; } }

.is_lower h4 {
  color: #111;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative; }
  .is_lower h4:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #df3001;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .is_lower h4 {
      font-size: 22px; } }
  @media screen and (max-width: 512px) {
    .is_lower h4 {
      font-size: 19px;
      padding-bottom: 10px;
      margin-bottom: 20px; }
      .is_lower h4:before {
        width: 40px; } }

.btn_input {
  width: 100%;
  min-width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #df3001;
  background-image: url(../images/common/arrow_02.png);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 50px center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.1;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 0;
  vertical-align: middle; }
  @media screen and (max-width: 512px) {
    .btn_input {
      font-size: 13px;
      padding: 14px 0;
      background-size: 5px;
      min-width: auto;
      min-width: initial; } }
  .btn_input:hover {
    background-color: #2073c4;
    background-position: 58px center; }

.btn_back {
  width: 100%;
  min-width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #999;
  background-image: url(../images/common/arrow_02.png);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 50px center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.1;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 0;
  vertical-align: middle; }
  @media screen and (max-width: 512px) {
    .btn_back {
      font-size: 13px;
      padding: 14px 0;
      background-size: 5px;
      min-width: auto;
      min-width: initial; } }
  .btn_back:hover {
    background-color: #2073c4;
    background-position: 58px center; }

.btn-icon {
  fill: #ffffff;
  width: auto;
  height: 16px;
  position: absolute;
  left: 25px;
  top: 15px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 512px) {
    .btn-icon {
      left: 18px;
      height: 13px;
      margin-top: -7px; } }

@media screen and (max-width: 512px) {
  .pc_show {
    display: none !important; } }

.sp_show {
  display: none !important; }
  @media screen and (max-width: 512px) {
    .sp_show {
      display: block !important; } }

.notice {
  margin-top: 5px;
  letter-spacing: 0.05em;
  font-size: 12px !important;
  color: #999 !important; }
  @media screen and (max-width: 512px) {
    .notice {
      font-size: 10px;
      line-height: 1.5; } }

.annotation {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.05em;
  font-size: 13px !important;
  color: #a0a0a0 !important; }
  @media screen and (max-width: 512px) {
    .annotation {
      font-size: 10px !important;
      line-height: 1.5; } }

.required {
  font-size: 12px;
  color: #c0ab56;
  padding-left: 8px; }

.strong {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #2073c4));
  background: -webkit-linear-gradient(transparent 60%, #2073c4 60%);
  background: -o-linear-gradient(transparent 60%, #2073c4 60%);
  background: linear-gradient(transparent 60%, #2073c4 60%); }

@media screen and (max-width: 768px) {
  .br {
    display: block; } }

.text-link {
  color: #266799; }
  .text-link:hover {
    color: #3083c2; }

.textlink_2 {
  color: #266799;
  border-bottom: 1px solid #266799;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .textlink_2:hover {
    color: #3083c2;
    border-color: #2073c4; }
    .textlink_2:hover .ex-link {
      fill: #2073c4; }
  .textlink_2 .ex-link {
    fill: #266799;
    padding-right: 6px;
    vertical-align: -1px; }
    @media screen and (max-width: 512px) {
      .textlink_2 .ex-link {
        padding-right: 3px; } }

.noline {
  text-decoration: none !important; }

.ex-link {
  display: inline;
  width: 12px;
  fill: #15223d;
  vertical-align: -2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 512px) {
    .ex-link {
      width: 11px; } }

a:hover .ex-link {
  fill: #2073c4; }

.pdf-link {
  background: url(../images/common/icon_pdf.svg);
  background-position: left center;
  background-size: 18px auto;
  background-repeat: no-repeat;
  padding-left: 28px;
  display: block; }
  @media screen and (max-width: 512px) {
    .pdf-link {
      background-size: 14px auto;
      padding-left: 24px; } }

.excel-link {
  background: url(../images/common/icon_excel.svg);
  background-position: left center;
  background-size: 18px auto;
  background-repeat: no-repeat;
  padding-left: 28px;
  display: block; }
  @media screen and (max-width: 512px) {
    .excel-link {
      background-size: 14px auto;
      padding-left: 24px; } }

.pageTitle, .pageTitle_course, .pageTitle_scene, .pageTitle_guide, .pageTitle_access {
  position: relative;
  padding-top: 300px;
  padding-bottom: 130px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .pageTitle, .pageTitle_course, .pageTitle_scene, .pageTitle_guide, .pageTitle_access {
      padding-top: 120px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 512px) {
    .pageTitle, .pageTitle_course, .pageTitle_scene, .pageTitle_guide, .pageTitle_access {
      padding-top: 80px;
      padding-bottom: 60px; } }
  .pageTitle:before, .pageTitle_course:before, .pageTitle_scene:before, .pageTitle_guide:before, .pageTitle_access:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(315deg, #124161 0%, rgba(51, 68, 102, 0.1) 100%);
    background-image: -o-linear-gradient(315deg, #124161 0%, rgba(51, 68, 102, 0.1) 100%);
    background-image: linear-gradient(135deg, #124161 0%, rgba(51, 68, 102, 0.1) 100%);
    opacity: 0.6;
    mix-blend-mode: multiply; }
  .pageTitle:after, .pageTitle_course:after, .pageTitle_scene:after, .pageTitle_guide:after, .pageTitle_access:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: url(../images/common/pageTitle.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #df3001; }
  .pageTitle h2, .pageTitle_course h2, .pageTitle_scene h2, .pageTitle_guide h2, .pageTitle_access h2 {
    color: #ffffff;
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.12em; }
    @media screen and (min-width: 769px) {
      .pageTitle h2, .pageTitle_course h2, .pageTitle_scene h2, .pageTitle_guide h2, .pageTitle_access h2 {
        width: auto;
        max-width: 1400px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .pageTitle h2, .pageTitle_course h2, .pageTitle_scene h2, .pageTitle_guide h2, .pageTitle_access h2 {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 768px) {
      .pageTitle h2, .pageTitle_course h2, .pageTitle_scene h2, .pageTitle_guide h2, .pageTitle_access h2 {
        width: auto;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 512px) {
      .pageTitle h2, .pageTitle_course h2, .pageTitle_scene h2, .pageTitle_guide h2, .pageTitle_access h2 {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 320px) {
      .pageTitle h2, .pageTitle_course h2, .pageTitle_scene h2, .pageTitle_guide h2, .pageTitle_access h2 {
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (max-width: 768px) {
      .pageTitle h2, .pageTitle_course h2, .pageTitle_scene h2, .pageTitle_guide h2, .pageTitle_access h2 {
        font-size: 34px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media screen and (max-width: 512px) {
      .pageTitle h2, .pageTitle_course h2, .pageTitle_scene h2, .pageTitle_guide h2, .pageTitle_access h2 {
        font-size: 24px;
        letter-spacing: 0.15em; } }
    .pageTitle h2 span, .pageTitle_course h2 span, .pageTitle_scene h2 span, .pageTitle_guide h2 span, .pageTitle_access h2 span {
      font-size: 19px;
      font-family: "Roboto Condensed", sans-serif;
      display: block;
      font-weight: 900;
      letter-spacing: 0.02em; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .pageTitle h2 span, .pageTitle_course h2 span, .pageTitle_scene h2 span, .pageTitle_guide h2 span, .pageTitle_access h2 span {
          font-size: 16px; } }
      @media screen and (max-width: 512px) {
        .pageTitle h2 span, .pageTitle_course h2 span, .pageTitle_scene h2 span, .pageTitle_guide h2 span, .pageTitle_access h2 span {
          font-size: 15px; } }
  .pageTitle_course:after {
    background-image: url(../images/course/pageTitle.jpg); }
  .pageTitle_scene:after {
    background-image: url(../images/scene/pageTitle.jpg); }
  .pageTitle_guide:after {
    background-image: url(../images/guide/pageTitle.jpg); }
  .pageTitle_access:after {
    background-image: url(../images/access/pageTitle.jpg); }
  .pageTitle-image img {
    width: 100%; }
  .pageTitle-bg {
    position: absolute;
    font-size: 140px;
    bottom: 0;
    right: 0;
    color: #ffffff; }

.topicPath {
  padding-top: 10px;
  position: relative;
  z-index: 1; }
  .topicPath ol {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    @media screen and (min-width: 769px) {
      .topicPath ol {
        width: auto;
        max-width: 1400px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .topicPath ol {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 768px) {
      .topicPath ol {
        width: auto;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 512px) {
      .topicPath ol {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 320px) {
      .topicPath ol {
        padding-left: 10px;
        padding-right: 10px; } }
    .topicPath ol::-webkit-scrollbar {
      display: none; }
  .topicPath li {
    margin-right: 18px;
    font-size: 12px;
    color: #ffffff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto; }
    @media screen and (max-width: 512px) {
      .topicPath li {
        margin-right: 8px;
        font-size: 10px; } }
    .topicPath li:last-child {
      display: block;
      margin-right: 0;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .topicPath li a {
      font-size: 12px;
      color: #ffffff;
      position: relative;
      padding-right: 18px; }
      @media screen and (max-width: 512px) {
        .topicPath li a {
          font-size: 10px;
          padding-right: 8px; } }
      .topicPath li a:hover {
        opacity: 0.7; }
      .topicPath li a:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -2px;
        width: 5px;
        height: 5px;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 0px; }
        @media screen and (max-width: 512px) {
          .topicPath li a:after {
            margin-top: -3px;
            width: 4px;
            height: 4px; } }

.title {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 40px; }
  @media screen and (max-width: 1100px) {
    .title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 1000px) {
    .title {
      font-size: 25px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .title {
      text-align: center; } }
  @media screen and (max-width: 512px) {
    .title {
      font-size: 20px;
      margin-bottom: 20px;
      letter-spacing: 0.09em; } }
  .title span {
    color: #df3001;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12em;
    display: block;
    padding: 10px 0 0; }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .title span {
        font-size: 14px; } }
    @media screen and (max-width: 768px) {
      .title span {
        font-size: 14px;
        letter-spacing: 0.14em; } }
    @media screen and (max-width: 512px) {
      .title span {
        font-size: 12px; } }
  .title br {
    display: none; }
    @media screen and (max-width: 768px) {
      .title br {
        display: block; } }

.m0 {
  margin: 0 !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb30 {
  margin-bottom: 30px !important; }

@media screen and (min-width: 1101px) {
  .p20 {
    padding: 20px !important; } }

.subTitle, .subTitle_2 {
  font-size: 22px;
  margin-bottom: 30px; }
  @media screen and (max-width: 512px) {
    .subTitle, .subTitle_2 {
      font-size: 18px;
      margin-bottom: 20px; } }
  .subTitle_2 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #15223d; }

.asideTitle {
  background: #f7f7f7;
  color: #15223d;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.1;
  padding: 20px 15px;
  border-left: 4px solid #df3001; }
  @media screen and (max-width: 768px) {
    .asideTitle {
      font-size: 17px; } }
  @media screen and (max-width: 512px) {
    .asideTitle {
      font-size: 16px; } }

.point-box {
  padding: 30px 60px;
  border: 2px dotted #56895c;
  background: #fefef1; }
  @media screen and (max-width: 768px) {
    .point-box {
      padding: 30px; } }
  @media screen and (max-width: 512px) {
    .point-box {
      padding: 20px;
      font-size: 12px; } }

.attention {
  font-size: 12px;
  font-weight: normal;
  color: #666; }
  @media screen and (max-width: 512px) {
    .attention {
      font-size: 11px; } }

.table-style_1 tr {
  border-bottom: #15223d 1px solid; }

.table-style_1 th {
  text-align: left;
  vertical-align: top;
  padding: 15px 0; }
  @media screen and (max-width: 768px) {
    .table-style_1 th {
      width: 150px; } }
  @media screen and (max-width: 512px) {
    .table-style_1 th {
      width: 100px;
      font-size: 12px;
      padding: 10px 0; } }

.table-style_1 td {
  padding: 15px;
  background: #ffffff; }
  @media screen and (max-width: 512px) {
    .table-style_1 td {
      font-size: 12px;
      padding: 10px 0; } }

.table-style_2 th {
  text-align: center;
  padding: 15px;
  background: #eff1f5;
  color: #15223d;
  border: 1px solid #ddd; }
  @media screen and (max-width: 512px) {
    .table-style_2 th {
      font-size: 12px;
      padding: 10px; } }
  .table-style_2 th span {
    font-size: 80%; }

.table-style_2 td {
  text-align: center;
  padding: 15px 10px;
  background: #ffffff;
  border: 1px solid #ddd;
  line-height: 1.6;
  text-align: center; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .table-style_2 td {
      font-size: 13px; } }
  @media screen and (max-width: 512px) {
    .table-style_2 td {
      font-size: 12px; } }
  .table-style_2 td:first-child {
    border-left: none; }
  .table-style_2 td strong {
    color: #df3001;
    display: block; }

.table-style_3 th {
  text-align: center;
  padding: 15px;
  background: #eee;
  border: 1px solid #ccc; }
  @media screen and (max-width: 512px) {
    .table-style_3 th {
      font-size: 12px; } }

.table-style_3 td {
  padding: 15px;
  border: 1px solid #ccc;
  background: #ffffff;
  vertical-align: top;
  line-height: 1.6; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .table-style_3 td {
      font-size: 13px; } }
  @media screen and (max-width: 512px) {
    .table-style_3 td {
      font-size: 12px; } }
  .table-style_3 td strong {
    color: #df3001;
    display: block; }

.table-style_3.horizon th {
  padding: 8px; }

.table-style_3.horizon td {
  padding: 8px; }

.table-style_3.td-c td {
  text-align: center; }

.ul-style_1 {
  padding-left: 20px; }
  .ul-style_1 li {
    margin-bottom: 20px;
    list-style: circle; }
    .ul-style_1 li:last-child {
      margin-bottom: 0; }

.section-bg:before {
  content: '';
  display: block;
  width: 1200px;
  height: 100%;
  background: #eff1f5;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: -1; }
  @media screen and (max-width: 1300px) {
    .section-bg:before {
      width: 100%;
      right: 50px;
      margin-left: 0;
      display: none; } }
  @media screen and (max-width: 768px) {
    .section-bg:before {
      left: 0; } }

.section-bg:after {
  content: '';
  display: block;
  width: 80%;
  height: 100%;
  background: #eff1f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  @media screen and (max-width: 1300px) {
    .section-bg:after {
      width: calc(100% - 40px); } }
  @media screen and (max-width: 768px) {
    .section-bg:after {
      width: 100%; } }

.pager {
  position: relative;
  word-break: normal;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .pager {
      width: 100%; } }
  @media screen and (max-width: 512px) {
    .pager {
      margin-top: 30px; } }
  .pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .pager ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .pager li {
    vertical-align: middle;
    margin: 0 5px 10px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1; }
    @media screen and (max-width: 512px) {
      .pager li {
        margin: 0 4px 8px; } }
    .pager li span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .pager li a {
      font-size: 15px;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      line-height: 40px;
      padding: 0 15px;
      border-radius: 4px;
      border: 1px solid #ccc; }
      @media screen and (max-width: 512px) {
        .pager li a {
          padding: 0 8px;
          font-size: 13px;
          line-height: 30px; } }
      .pager li a:hover {
        background: #f7f7f7;
        color: #253b6b; }
      .pager li a.prev {
        display: block;
        position: relative;
        background: #df3001;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #df3001;
        border-radius: 4px;
        width: 42px;
        height: 42px;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s; }
        @media screen and (max-width: 512px) {
          .pager li a.prev {
            width: 32px;
            height: 32px; } }
        .pager li a.prev:hover {
          background: #253b6b;
          border-color: #253b6b; }
          .pager li a.prev:hover:before {
            border-color: #ffffff; }
        .pager li a.prev:before {
          display: block;
          content: '';
          position: absolute;
          top: 15px;
          left: 16px;
          width: 8px;
          height: 8px;
          border-right: 2px solid #ffffff;
          border-bottom: 2px solid #ffffff;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
          @media screen and (max-width: 512px) {
            .pager li a.prev:before {
              width: 6px;
              height: 6px;
              top: 11px;
              left: 12px; } }
      .pager li a.next {
        display: block;
        position: relative;
        background: #df3001;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #df3001;
        border-radius: 4px;
        width: 42px;
        height: 42px;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s; }
        @media screen and (max-width: 512px) {
          .pager li a.next {
            width: 32px;
            height: 32px; } }
        .pager li a.next:hover {
          background: #253b6b;
          border-color: #253b6b; }
          .pager li a.next:hover:before {
            border-color: #ffffff; }
        .pager li a.next:before {
          display: block;
          content: '';
          position: absolute;
          top: 15px;
          right: 17px;
          width: 8px;
          height: 8px;
          border-right: 2px solid #ffffff;
          border-bottom: 2px solid #ffffff;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
          @media screen and (max-width: 512px) {
            .pager li a.next:before {
              width: 6px;
              height: 6px;
              top: 11px;
              right: 12px; } }
    .pager li .current {
      color: #253b6b;
      line-height: 40px;
      padding: 0 10px; }
      @media screen and (max-width: 512px) {
        .pager li .current {
          padding: 0 4px;
          font-size: 13px;
          line-height: 32px; } }
  .pager-btn a, .pager-btn_prev a, .pager-btn_next a {
    display: block;
    position: relative;
    background: #df3001;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #df3001;
    border-radius: 4px;
    width: 42px;
    height: 42px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    margin-bottom: 10px; }
    @media screen and (max-width: 512px) {
      .pager-btn a, .pager-btn_prev a, .pager-btn_next a {
        width: 32px;
        height: 32px;
        margin-bottom: 8px; } }
    .pager-btn a:hover, .pager-btn_prev a:hover, .pager-btn_next a:hover {
      background: #253b6b;
      border-color: #253b6b; }
      .pager-btn a:hover:before, .pager-btn_prev a:hover:before, .pager-btn_next a:hover:before {
        border-color: #ffffff; }
    .pager-btn a:before, .pager-btn_prev a:before, .pager-btn_next a:before {
      display: block;
      content: '';
      position: absolute;
      top: 15px;
      left: 16px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff; }
      @media screen and (max-width: 512px) {
        .pager-btn a:before, .pager-btn_prev a:before, .pager-btn_next a:before {
          width: 6px;
          height: 6px;
          top: 11px;
          left: 12px; } }
  .pager-btn_prev {
    margin-right: 5px; }
    .pager-btn_prev a:before {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
  .pager-btn_next {
    margin-left: 5px; }

.content-area {
  padding-bottom: 30px; }
  .content-area > h4:first-child {
    margin-top: 0; }
  .content-area h2 {
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .content-area h2 {
        font-size: 26px;
        text-align: center; } }
    @media screen and (max-width: 512px) {
      .content-area h2 {
        font-size: 21px;
        margin-bottom: 20px; } }
  .content-area h3 {
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .content-area h3 {
        font-size: 18px; } }
    @media screen and (max-width: 512px) {
      .content-area h3 {
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 20px; } }
  .content-area h4 {
    font-size: 20px;
    padding: 15px 0;
    color: #15223d;
    border-bottom: 2px solid #15223d;
    margin-top: 40px;
    margin-bottom: 30px; }
    @media screen and (max-width: 512px) {
      .content-area h4 {
        font-size: 16px;
        padding: 10px 0;
        margin-top: 20px;
        margin-bottom: 20px; } }
  .content-area h5 {
    font-size: 18px;
    padding: 15px 0 15px 15px;
    color: #15223d;
    border-radius: 3px;
    background: #fff1d6;
    margin-top: 40px;
    margin-bottom: 30px; }
    @media screen and (max-width: 512px) {
      .content-area h5 {
        font-size: 14px;
        padding: 10px 0 10px 10px;
        margin-top: 20px;
        margin-bottom: 20px; } }
  .content-area p {
    margin: 30px 0;
    text-align: justify;
    font-size: 16px;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .content-area p {
        font-size: 16px; } }
    @media screen and (max-width: 512px) {
      .content-area p {
        font-size: 13px;
        margin: 20px 0;
        color: #333; } }
  .content-area ul {
    margin: 30px 0; }
    @media screen and (max-width: 512px) {
      .content-area ul {
        margin: 20px 0;
        color: #333; } }
    .content-area ul li {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px;
      padding-left: 20px;
      position: relative; }
      @media screen and (max-width: 512px) {
        .content-area ul li {
          font-size: 13px;
          line-height: 18px;
          margin-bottom: 10px;
          padding-left: 12px; } }
      .content-area ul li:before {
        content: "";
        position: absolute;
        left: 2px;
        top: 9px;
        background: #253b6b;
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 50%; }
        @media screen and (max-width: 512px) {
          .content-area ul li:before {
            width: 4px;
            height: 4px;
            top: 6px; } }
  .content-area ol {
    counter-reset: my-counter;
    list-style: none;
    margin: 20px 0;
    padding: 0; }
    @media screen and (max-width: 512px) {
      .content-area ol {
        color: #333; } }
    .content-area ol li {
      font-size: 16px;
      margin-bottom: 20px;
      padding-left: 30px;
      line-height: 22px;
      position: relative; }
      @media screen and (max-width: 512px) {
        .content-area ol li {
          font-size: 13px;
          line-height: 18px;
          margin-bottom: 10px;
          text-indent: -6px; } }
      .content-area ol li:before {
        content: counter(my-counter) ".";
        counter-increment: my-counter;
        color: #253b6b;
        display: block;
        float: left;
        line-height: 22px;
        font-size: 16px;
        margin-left: -30px;
        text-indent: 0.1em; }
        @media screen and (max-width: 512px) {
          .content-area ol li:before {
            font-size: 11px;
            height: 18px;
            width: 18px;
            line-height: 17px;
            margin-left: -24px; } }
  .content-area table {
    width: 100%;
    margin: 30px 0; }
    @media screen and (max-width: 512px) {
      .content-area table {
        border-top: 1px solid #ddd;
        color: #333; } }
  .content-area th {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 15px;
    width: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: fixed; }
    @media screen and (max-width: 768px) {
      .content-area th {
        width: 120px;
        font-size: 15px; } }
    @media screen and (max-width: 512px) {
      .content-area th {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 12px 10px;
        line-height: 1.7;
        border-top: none;
        border-bottom: none; } }
  .content-area td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .content-area td {
        font-size: 15px; } }
    @media screen and (max-width: 512px) {
      .content-area td {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 12px 10px;
        line-height: 1.7; } }
  .content-area a {
    color: #266799;
    text-decoration: underline; }
    .content-area a:hover {
      color: #3083c2; }
  .content-area strong {
    font-weight: bold; }
  .content-area img {
    max-width: 100%;
    height: auto; }
    .content-area img.img-line {
      border: 1px solid #ccc; }
  .content-area h3 + p {
    margin-top: 30px; }
    @media screen and (max-width: 512px) {
      .content-area h3 + p {
        margin-top: 20px; } }
  .content-area h4 + p {
    margin-top: 30px; }
    @media screen and (max-width: 512px) {
      .content-area h4 + p {
        margin-top: 20px; } }

.input-style, .input-style_s, .input-style_m {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 512px) {
    .input-style, .input-style_s, .input-style_m {
      font-size: 13px;
      padding: 6px; } }
  .input-style_s {
    width: 80px;
    margin-right: 5px; }
  .input-style_m {
    width: 120px;
    margin-right: 5px; }
  .input-style:hover, .input-style_s:hover, .input-style_m:hover {
    border-color: #df3001; }

.check-label {
  margin-right: 15px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 512px) {
    .check-label {
      padding: 8px 0; }
      .check-label:nth-child(even) {
        margin-right: 0; } }
  .check-label_2 {
    display: inline-block;
    margin-right: 10px; }
    @media screen and (max-width: 512px) {
      .check-label_2 {
        margin-right: 6px; } }

.check-input {
  margin: 0;
  width: 0;
  display: none; }

.check-label:hover > .check-dummy {
  border: solid 1px #df3001; }

.check-input:focus + .check-dummy {
  border: solid 1px #aaa; }

.check-input:checked + .check-dummy {
  border: solid 1px #aaa; }

.check-input:checked + .check-dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain; }

.check-dummy {
  position: relative;
  top: 1px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border: solid 1px #aaa;
  background: #f7f7f7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 512px) {
    .check-dummy {
      width: 17px;
      height: 17px; } }

.check-text {
  margin-left: 6px;
  display: block;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.radio-style {
  margin-right: 5px;
  border: 1px solid #aaa;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .radio-style + .radio-label {
    margin-right: 20px; }
    @media screen and (max-width: 512px) {
      .radio-style + .radio-label {
        margin-right: 12px; } }
    .radio-style + .radio-label:before {
      content: '';
      background: #f7f7f7;
      border-radius: 100%;
      border: 1px solid #6a6a6a;
      display: inline-block;
      width: 16px;
      height: 16px;
      position: relative;
      top: -2px;
      margin-right: 6px;
      vertical-align: middle;
      cursor: pointer;
      text-align: center;
      -webkit-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
      @media screen and (max-width: 512px) {
        .radio-style + .radio-label:before {
          width: 12px;
          height: 12px; } }
  .radio-style:checked + .radio-label:before {
    background-color: #df3001;
    -webkit-box-shadow: inset 0 0 0 3px #f7f7f7;
    box-shadow: inset 0 0 0 3px #f7f7f7; }
  .radio-style:hover + .radio-label:before {
    border-color: #df3001; }
  .radio-style:focus + .radio-label:before {
    outline: none;
    border-color: #df3001; }
  .radio-style:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 3px #f7f7f7;
    box-shadow: inset 0 0 0 3px #f7f7f7;
    border-color: #b7b7b7;
    background: #b7b7b7; }
  .radio-style + .radio-label:empty:before {
    margin-right: 0; }

.notice {
  margin-top: 5px;
  letter-spacing: 0.05em;
  font-size: 12px !important;
  color: #999 !important; }
  @media screen and (max-width: 512px) {
    .notice {
      font-size: 10px;
      line-height: 1.5; } }

.mention {
  position: fixed;
  right: 15px;
  bottom: 30px;
  width: 270px;
  z-index: 100;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  background: #eff1f5;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px); }
  @media screen and (max-width: 768px) {
    .mention {
      bottom: 0;
      right: 0;
      border-radius: 0;
      width: 100%;
      -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2); } }
  .mention-popup {
    position: relative; }
    .mention-popup h4 {
      padding: 8px 0;
      color: #ffffff;
      font-size: 14px;
      font-weight: 500;
      background: #393939;
      letter-spacing: 0.04em;
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .mention-popup h4 {
          font-size: 15px;
          padding: 5px 0;
          letter-spacing: 0.15em; } }
      @media screen and (max-width: 512px) {
        .mention-popup h4 {
          padding: 3px 0;
          letter-spacing: 0.1em; } }
      .mention-popup h4::before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        bottom: -7px;
        left: 50%;
        margin-left: -7px;
        border-top: 7px solid #393939;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent; }
      .mention-popup h4 span {
        color: #2073c4; }
  .mention-inner {
    padding: 10px 15px 15px; }
    @media screen and (max-width: 768px) {
      .mention-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px 10px; } }
    .mention-inner .btn-mention, .mention-inner .btn-mention_1, .mention-inner .btn-mention_2 {
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .mention-inner .btn-mention, .mention-inner .btn-mention_1, .mention-inner .btn-mention_2 {
          width: 48.5%;
          max-width: 230px;
          margin: 0 6px; } }
      @media screen and (max-width: 512px) {
        .mention-inner .btn-mention, .mention-inner .btn-mention_1, .mention-inner .btn-mention_2 {
          margin-top: 0; } }
      .mention-inner .btn-mention a, .mention-inner .btn-mention_1 a, .mention-inner .btn-mention_2 a {
        display: block;
        padding: 8px;
        text-align: center;
        background: #fb3240;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #ffffff;
        font-size: 13px;
        font-weight: bold;
        transition: all 0.3s; }
        @media screen and (min-width: 513px) and (max-width: 768px) {
          .mention-inner .btn-mention a, .mention-inner .btn-mention_1 a, .mention-inner .btn-mention_2 a {
            font-size: 14px; } }
        .mention-inner .btn-mention a:hover, .mention-inner .btn-mention_1 a:hover, .mention-inner .btn-mention_2 a:hover {
          background: #c30411; }
      .mention-inner .btn-mention_2 a {
        background: #174567; }
        .mention-inner .btn-mention_2 a:hover {
          background: #040d14; }
  .mention.scrollstyle {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

@media screen and (max-width: 1000px) {
  .news-inner {
    display: block; } }

.news-list {
  width: 100%;
  border-top: 1px solid #ddd; }

.news-item {
  border-bottom: 1px solid #ddd; }

.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 25px 25px 25px 10px; }
  @media screen and (max-width: 768px) {
    .news-link {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 512px) {
    .news-link {
      padding: 15px 25px 15px 0; } }
  .news-link:hover {
    background: #f7f7f7; }
    .news-link:hover:after {
      background-image: url(../images/common/arrow_04.png);
      right: 15px; }
      @media screen and (max-width: 900px) {
        .news-link:hover:after {
          right: 10px; } }
  .news-link:after {
    content: '';
    background: url(../images/common/arrow_01.png) no-repeat;
    background-size: 100%;
    display: block;
    width: 5px;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 900px) {
      .news-link:after {
        right: 15px; } }
    @media screen and (max-width: 768px) {
      .news-link:after {
        right: 10px;
        width: 5px;
        height: 10px;
        margin-top: -5px; } }

.news-noLink {
  padding: 25px 25px 25px 10px; }
  @media screen and (max-width: 512px) {
    .news-noLink {
      padding: 18px 25px 18px 0; } }

.news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px; }
  @media screen and (max-width: 768px) {
    .news-info {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
      margin-bottom: 5px;
      margin-right: 10px; } }

.news-time {
  color: #253b6b;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 768px) {
    .news-time {
      font-size: 13px;
      letter-spacing: 0.12em;
      line-height: 1.5; } }

.news-category {
  display: block;
  background: #74899e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  padding: 4px 20px;
  margin-right: 20px;
  border-radius: 4px; }
  @media screen and (max-width: 768px) {
    .news-category {
      border-radius: 3px;
      padding: 4px 10px;
      margin-right: 10px;
      font-size: 11px; } }
  @media screen and (max-width: 512px) {
    .news-category {
      font-size: 10px;
      padding: 3px 15px; } }

.news-title {
  font-weight: normal;
  font-size: 15px;
  color: #333; }
  @media screen and (max-width: 768px) {
    .news-title {
      display: block;
      font-size: 13px; } }
  @media screen and (max-width: 512px) {
    .news-title {
      font-size: 12px; } }

.new-mark::before {
  border-style: solid;
  border-width: 0 46px 46px 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  z-index: 1; }
  @media screen and (max-width: 512px) {
    .new-mark::before {
      border-width: 0 30px 30px 0; } }

.new-mark::after {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 999;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  z-index: 2; }
  @media screen and (max-width: 512px) {
    .new-mark::after {
      font-size: 10px;
      font-weight: bold; } }

/* 3日 86400 */
.new-mark::before {
  border-color: transparent #fb3240 transparent transparent;
  opacity: 0.9; }

.new-mark::after {
  content: "NEW";
  font-family: "Roboto Condensed", sans-serif;
  top: 4px;
  right: 1px; }
  @media screen and (max-width: 512px) {
    .new-mark::after {
      top: 2px;
      right: 1px; } }

.icon_tag {
  fill: #df3001;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 768px) {
    .icon_tag {
      width: 12px;
      height: 12px;
      margin-right: 4px;
      vertical-align: -2px; } }
  @media screen and (max-width: 512px) {
    .icon_tag {
      width: 10px;
      height: 10px;
      vertical-align: -1px; } }

.noArticle {
  background: #f7f7f7;
  color: #74899e;
  padding: 15px; }
  .noArticle-text {
    font-size: 17px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .noArticle-text {
        font-size: 16px;
        text-align: center; } }
    @media screen and (max-width: 512px) {
      .noArticle-text {
        font-size: 13px; } }

.categoryTitle {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .categoryTitle {
      margin-bottom: 30px; } }
  .categoryTitle h3 {
    font-weight: bold; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .categoryTitle h3 {
        font-size: 19px; } }
    @media screen and (max-width: 512px) {
      .categoryTitle h3 {
        font-size: 16px; } }
    .categoryTitle h3:after {
      content: '';
      display: block;
      height: 2px;
      width: 100%;
      background: #ddd;
      border-left: 160px solid #df3001;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .categoryTitle h3:after {
          border-left: 100px solid #df3001; } }

.categoryTitle + .news-list {
  border-top: none; }

.sideBar, .sideBar_2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px; }
  .sideBar h3, .sideBar_2 h3 {
    margin-bottom: 40px;
    padding-top: 20px;
    border-top: 2px solid #eee;
    font-weight: bold;
    font-size: 20px;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .sideBar h3, .sideBar_2 h3 {
        font-size: 16px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 512px) {
      .sideBar h3, .sideBar_2 h3 {
        font-size: 16px; } }
    .sideBar h3:after, .sideBar_2 h3:after {
      content: '';
      display: block;
      height: 2px;
      width: 50px;
      background: #253b6b;
      position: absolute;
      top: -2px;
      left: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .sideBar_2 {
    margin-top: 50px; }
    @media screen and (max-width: 512px) {
      .sideBar_2 {
        margin-top: 30px; } }
  .sideBar div, .sideBar_2 div {
    margin-top: 60px; }
    .sideBar div:first-child, .sideBar_2 div:first-child {
      margin-top: 0; }
    @media screen and (max-width: 768px) {
      .sideBar div, .sideBar_2 div {
        margin-top: 30px; } }

.sideNavi-item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px; }
  .sideNavi-item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .sideNavi-item {
      margin-bottom: 5px;
      line-height: 1.6; }
      .sideNavi-item:before {
        content: "\f0da";
        color: #ccc;
        margin-right: 3px;
        font-family: FontAwesome; } }
  .sideNavi-item.active a {
    color: #2073c4;
    font-weight: bold; }
  .sideNavi-item a {
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: 0;
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#15223d), to(#15223d));
    background-image: -webkit-linear-gradient(#15223d, #15223d);
    background-image: -o-linear-gradient(#15223d, #15223d);
    background-image: linear-gradient(#15223d, #15223d);
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-property: left, background-size;
    -o-transition-property: left, background-size;
    transition-property: left, background-size;
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      .sideNavi-item a {
        font-size: 14px; } }
    @media screen and (max-width: 512px) {
      .sideNavi-item a {
        font-size: 12px; } }
    .sideNavi-item a:before {
      position: absolute;
      content: '';
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .sideNavi-item a:hover {
      background-position: 0 100%;
      background-size: 100% 1px;
      text-decoration: none; }
  .sideNavi-item .active {
    display: block;
    padding: 20px 10px 20px 15px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 1000px) {
      .sideNavi-item .active {
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media screen and (max-width: 768px) {
      .sideNavi-item .active {
        padding-top: 12px;
        padding-bottom: 12px; } }
    @media screen and (max-width: 512px) {
      .sideNavi-item .active {
        font-size: 12px;
        letter-spacing: 0.05em;
        padding-left: 10px;
        padding-right: 0; } }

.footerBottom {
  background: #174567; }
  @media screen and (max-width: 512px) {
    .footerBottom {
      padding-bottom: 0; } }
  .footerBottom-copy {
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 35px;
    text-align: center; }
    @media screen and (max-width: 512px) {
      .footerBottom-copy {
        font-size: 10px; } }

@media all and (-ms-high-contrast: none) {
  .group-table a svg {
    max-width: 14px; }
  .classDetail-box-2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ie300 {
    max-width: 300px !important; }
  .classDetail-pic img {
    width: 100%; }
  .pdf-link {
    max-width: 14px; } }

/*----------------------
    module
----------------------*/
.bnr_top {
  display: none;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 50px; }
  @media screen and (min-width: 769px) {
    .bnr_top {
      width: auto;
      max-width: 1100px; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .bnr_top {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    .bnr_top {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .bnr_top img {
    width: 100%;
    height: auto; }

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .heading {
      display: block; } }
  .heading-text {
    padding: 10px 30px;
    font-size: 14px;
    margin-left: 30px;
    border-left: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      .heading-text {
        border-left: none;
        margin-left: 0;
        padding: 0;
        font-size: 12px;
        text-align: center; } }
  .heading .titleBox {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 768px) {
      .heading .titleBox {
        width: auto; } }

.title_top {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 768px) {
    .title_top {
      font-size: 28px;
      margin-bottom: 40px;
      text-align: center; } }
  @media screen and (max-width: 512px) {
    .title_top {
      font-size: 22px;
      margin-bottom: 25px; } }
  .title_top span {
    margin-top: 5px;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #df3001;
    letter-spacing: 0em; }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .title_top span {
        font-size: 14px;
        padding-left: 20px; } }
    @media screen and (max-width: 768px) {
      .title_top span {
        font-size: 14px;
        letter-spacing: 0.14em;
        display: block; } }
    @media screen and (max-width: 512px) {
      .title_top span {
        font-size: 12px; } }

.mainV {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  background-color: #000;
  background-image: url(../images/top/mainV-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 768px) {
    .mainV {
      height: auto;
      max-height: none;
      margin-bottom: 0; } }
  .mainV-inner {
    height: 100%;
    padding-top: 50px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      .mainV-inner {
        padding: 80px 0; } }
  .mainV-title {
    color: #ffffff;
    line-height: 1.5;
    font-size: 46px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .mainV-title {
        font-size: 5vw; } }
    @media screen and (max-width: 512px) {
      .mainV-title {
        font-size: 6vw; } }
    .mainV-title span {
      display: block;
      font-size: 120%;
      font-weight: 800;
      letter-spacing: 0.1em; }

.topCourse {
  width: 100%;
  position: relative;
  background: #15223d;
  border-top: 1px solid #ffffff; }
  .topCourse-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    margin: 0 auto; }
  .topCourse-item {
    background: #15223d;
    border-right: 1px solid #ffffff;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative; }
    @media screen and (max-width: 768px) {
      .topCourse-item {
        border-top: none; } }
    .topCourse-item:after {
      position: absolute;
      right: 25px;
      top: 50%;
      content: '';
      display: block;
      width: 34px;
      height: 34px;
      margin-top: -17px;
      background-color: #df3001;
      background-image: url(../images/common/icon-arrow_right.png);
      background-repeat: no-repeat;
      background-size: 16px auto;
      background-position: center;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 768px) {
        .topCourse-item:after {
          top: auto;
          right: 0;
          bottom: 0;
          margin: 0;
          width: 40px;
          height: 40px;
          background-size: 12px auto;
          background-color: transparent; } }
    .topCourse-item:last-child {
      border-right: none; }
    .topCourse-item:hover {
      background: #223763; }
      .topCourse-item:hover .topCourse-link:after {
        background-color: #fe4615; }
      .topCourse-item:hover .topCourse-txtEng {
        color: #fe4615; }
  .topCourse-link {
    display: block;
    padding: 20px 25px 18px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topCourse-link {
        padding: 15px; } }
    .topCourse-link:hover {
      text-decoration: none; }
      .topCourse-link:hover .topCourse-bg {
        border-width: 92px; }
        @media screen and (max-width: 1100px) {
          .topCourse-link:hover .topCourse-bg {
            border-width: 75px; } }
      @media screen and (max-width: 768px) {
        .topCourse-link:hover .topCourse-bg {
          display: none; } }
  .topCourse-txtEng {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #df3001;
    line-height: 1;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .topCourse-txtEng {
        font-size: 14px; } }
    @media screen and (max-width: 512px) {
      .topCourse-txtEng {
        font-size: 11px; } }
  .topCourse-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 512px) {
      .topCourse-title {
        display: block; } }
    .topCourse-title h2 {
      font-size: 30px;
      color: #ffffff; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .topCourse-title h2 {
          font-size: 21px; } }
      @media screen and (max-width: 512px) {
        .topCourse-title h2 {
          font-size: 17px; } }
    .topCourse-title .topCourse-option {
      margin-left: 20px;
      border: 1px solid #ffffff;
      padding: 2px 15px;
      color: #ffffff; }
      @media screen and (max-width: 1000px) {
        .topCourse-title .topCourse-option {
          display: none; } }
      @media screen and (max-width: 512px) {
        .topCourse-title .topCourse-option {
          margin: 0;
          padding: 5px;
          font-size: 10px;
          border: none;
          background: rgba(255, 255, 255, 0.2);
          display: none; } }
  .topCourse-target {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .topCourse-target {
        font-size: 12px; } }
    @media screen and (max-width: 512px) {
      .topCourse-target {
        margin-top: 5px;
        font-size: 10px;
        padding-right: 30px;
        line-height: 1.5;
        letter-spacing: 0.02em; } }

.topNews {
  padding: 45px 0; }
  @media screen and (max-width: 768px) {
    .topNews {
      padding: 0 0 40px;
      margin-bottom: 0;
      position: relative; } }
  .topNews-pickup {
    background: #eff1f5;
    padding: 15px 0;
    border-radius: 6px;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .topNews-pickup {
        border-radius: 4px;
        margin-bottom: 40px; } }
    .topNews-pickup dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .topNews-pickup dl {
          display: block; } }
    .topNews-pickup dt {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 270px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 17px;
      font-weight: 600;
      border-right: 1px solid #bfc4cd;
      text-align: center;
      padding: 5px 10px; }
      @media screen and (max-width: 768px) {
        .topNews-pickup dt {
          border: none;
          width: auto;
          color: #15223d;
          font-size: 15px; } }
    .topNews-pickup dd {
      width: 100%; }
      .topNews-pickup dd a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5px 30px;
        position: relative;
        color: #333;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          .topNews-pickup dd a {
            color: #266799;
            text-decoration: underline;
            text-align: center; } }
        .topNews-pickup dd a:after {
          content: '';
          display: block;
          width: 33px;
          height: 33px;
          background-color: #df3001;
          background-image: url(../images/common/icon-arrow_right.png);
          background-repeat: no-repeat;
          background-size: 16px auto;
          background-position: center;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-left: 15px; }
          @media screen and (max-width: 768px) {
            .topNews-pickup dd a:after {
              display: none; } }
  .topNews-inner {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px; }
    @media screen and (min-width: 769px) {
      .topNews-inner {
        width: auto;
        max-width: 1100px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .topNews-inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 768px) {
      .topNews-inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 768px) {
      .topNews-inner {
        width: auto;
        padding: 20px; } }
  .topNews-btn {
    letter-spacing: 0.1rem;
    line-height: 1;
    margin-top: 60px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .topNews-btn {
        margin-top: 30px; } }

.topStrength {
  padding: 52px;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  background: url(../images/top/bg-strength.jpg) no-repeat;
  background-size: cover; }
  @media screen and (min-width: 769px) {
    .topStrength {
      width: auto;
      max-width: 1100px; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .topStrength {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    .topStrength {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 768px) {
    .topStrength {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px; } }
  @media screen and (max-width: 512px) {
    .topStrength {
      background-image: url(../images/top/bg-strength_sp.jpg); } }
  .topStrength .title_top {
    text-align: center;
    color: #ffffff; }
    .topStrength .title_top span {
      color: rgba(255, 255, 255, 0.66); }
    @media screen and (max-width: 768px) {
      .topStrength .title_top {
        font-size: 18px; } }
  .topStrength-inner {
    background: rgba(21, 34, 61, 0.66);
    padding: 52px; }
    @media screen and (max-width: 768px) {
      .topStrength-inner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 20px; } }
  .topStrength-item {
    background: #15223d;
    width: 33.3333%;
    border-right: 1px solid #ffffff; }
    .topStrength-item:last-child {
      border-right: none; }
    .topStrength-item img {
      width: 100%; }
  .topStrength-text {
    margin-top: 40px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .topStrength-text {
        margin-top: 20px; } }
    .topStrength-text p {
      color: #ffffff;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .topStrength-text p {
          text-align: left;
          font-size: 12px; }
          .topStrength-text p br {
            display: none; } }
      .topStrength-text p:last-child {
        margin-bottom: 0; }

.topFeatures {
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    .topFeatures {
      padding: 50px 20px 80px; } }
  .topFeatures-inner {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px; }
    @media screen and (min-width: 769px) {
      .topFeatures-inner {
        width: auto;
        max-width: 1100px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .topFeatures-inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 768px) {
      .topFeatures-inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  .topFeatures-list {
    margin: 0 auto;
    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; }
  .topFeatures-item {
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 47.5%;
    margin-bottom: 70px; }
    .topFeatures-item:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .topFeatures-item {
        width: 100%;
        margin-bottom: 50px; } }
    @media screen and (max-width: 512px) {
      .topFeatures-item {
        margin-bottom: 40px; } }
    .topFeatures-item h3 {
      font-size: 24px;
      font-weight: 700; }
  @media screen and (max-width: 512px) {
    .topFeatures-image {
      margin-bottom: 20px; } }
  .topFeatures-image img {
    width: 100%; }
  .topFeatures-text {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 512px) {
      .topFeatures-text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start; } }
    .topFeatures-text p {
      line-height: 1.6;
      font-size: 15px; }
      @media screen and (max-width: 512px) {
        .topFeatures-text p {
          font-size: 12px; } }
    .topFeatures-text .topFeatures-num {
      display: inline-block;
      font-size: 81px;
      font-weight: bold;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 0.9;
      letter-spacing: 0;
      color: #df3001;
      text-align: center;
      border-bottom: 2px solid #df3001;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 84px;
      margin-right: 20px; }
      @media screen and (max-width: 512px) {
        .topFeatures-text .topFeatures-num {
          font-size: 42px;
          width: auto; } }

.topGuide {
  padding: 0 0 60px;
  background: #f7f7f7;
  background: url(../images/common/bg_01.png);
  background-repeat: repeat;
  background-size: 4px; }
  @media screen and (max-width: 768px) {
    .topGuide {
      padding-bottom: 30px; } }
  .topGuide-inner {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px; }
    @media screen and (min-width: 769px) {
      .topGuide-inner {
        width: auto;
        max-width: 1100px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .topGuide-inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 768px) {
      .topGuide-inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 768px) {
      .topGuide-inner {
        padding: 0; } }
  .topGuide-list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .topGuide-list {
        display: block;
        padding: 30px; } }
  .topGuide-title {
    background: #15223d;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    line-height: 70px;
    position: relative;
    top: -35px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .topGuide-title {
        font-size: 18px;
        top: 0; } }
    @media screen and (max-width: 512px) {
      .topGuide-title {
        font-size: 16px;
        top: 0; } }
  .topGuide-item {
    background: #ffffff;
    border: 2px solid #df3001;
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.14);
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .topGuide-item {
        padding: 20px;
        width: 100%;
        margin-bottom: 30px; }
        .topGuide-item:last-child {
          margin-bottom: 0; } }
    .topGuide-item h3 {
      font-size: 24px;
      font-weight: 700; }
      @media screen and (max-width: 512px) {
        .topGuide-item h3 {
          font-size: 17px; } }
  .topGuide-image {
    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;
    height: 100px; }
    @media screen and (max-width: 512px) {
      .topGuide-image {
        height: 80px; } }
    .topGuide-image svg {
      fill: #df3001;
      height: 50px; }
      @media screen and (max-width: 512px) {
        .topGuide-image svg {
          height: 40px; } }
  .topGuide-text {
    margin-bottom: 15px; }
    .topGuide-text p {
      line-height: 1.6;
      font-size: 15px; }
      @media screen and (max-width: 512px) {
        .topGuide-text p {
          font-size: 14px; } }
  .topGuide-btn a {
    padding: 10px; }

.topFAQ {
  padding: 70px 0 0; }
  @media screen and (max-width: 768px) {
    .topFAQ {
      padding: 50px 0; } }
  .topFAQ-inner {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative; }
    @media screen and (min-width: 769px) {
      .topFAQ-inner {
        width: auto;
        max-width: 1100px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .topFAQ-inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 768px) {
      .topFAQ-inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 768px) {
      .topFAQ-inner {
        margin-left: 0;
        margin-right: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px; } }
  .topFAQ .title_top {
    text-align: center; }

.faq-list {
  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;
  margin-top: 40px; }

.faq-item {
  width: 47.5%;
  padding: 30px 0;
  margin-bottom: 50px;
  position: relative;
  border-top: 1px solid #ddd; }
  .faq-item:before {
    content: '';
    height: 1px;
    width: 58px;
    background: #15223d;
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (max-width: 768px) {
    .faq-item {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .faq-item {
      padding-top: 15px;
      padding-bottom: 30px;
      margin-bottom: 0; }
      .faq-item:last-child {
        padding-bottom: 0; } }

.faq-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .faq-q {
      padding-bottom: 0;
      padding-right: 40px;
      position: relative; } }
  .faq-q-left {
    width: 58px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .faq-q-right h4 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding-left: 20px; }
    @media screen and (max-width: 768px) {
      .faq-q-right h4 {
        padding-left: 0;
        font-size: 14px; } }

.faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .faq-a {
      padding: 15px 15px 15px 0;
      margin-top: 15px;
      background: #eff1f5; } }
  .faq-a-left {
    width: 58px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .faq-a-right {
    padding-left: 20px; }
    @media screen and (max-width: 768px) {
      .faq-a-right {
        padding-left: 0;
        font-size: 13px; } }

.faq-icon, .faq-icon_q, .faq-icon_a {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .faq-icon, .faq-icon_q, .faq-icon_a {
      font-size: 30px; } }
  .faq-icon_q {
    color: #15223d; }
  .faq-icon_a {
    color: #df3001; }

/* lower common
--------------------------------------*/
.indexPage {
  padding-top: 70px;
  padding-bottom: 120px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .indexPage {
      padding-top: 40px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 512px) {
    .indexPage {
      padding-top: 30px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 1101px) {
    .indexPage .title {
      font-size: 37px; } }

.linkBox {
  background: #f7f7f7;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  margin: 20px 0;
  padding: 20px 25px 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .linkBox {
      padding: 15px 20px 16px; } }
  @media screen and (max-width: 512px) {
    .linkBox {
      padding: 12px 15px 14px;
      border-radius: 2px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 376px) {
    .linkBox {
      padding: 11px; } }
  .linkBox-list, .linkBox-list_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .linkBox-list li, .linkBox-list_2 li {
      margin-right: 30px; }
      .linkBox-list li:last-child, .linkBox-list_2 li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 512px) {
        .linkBox-list li, .linkBox-list_2 li {
          margin-right: 20px; } }
    .linkBox-list a, .linkBox-list_2 a {
      color: #df3001;
      display: block;
      min-width: 70px;
      font-weight: bold;
      position: relative;
      text-decoration: none !important;
      border-bottom: 2px solid #df3001; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .linkBox-list a, .linkBox-list_2 a {
          font-size: 14px; } }
      @media screen and (max-width: 512px) {
        .linkBox-list a, .linkBox-list_2 a {
          border-width: 1px;
          font-size: 12px; } }
      .linkBox-list a:before, .linkBox-list_2 a:before {
        display: none; }
      .linkBox-list a:hover, .linkBox-list_2 a:hover {
        color: #2073c4;
        border-color: #2073c4; }
        .linkBox-list a:hover svg, .linkBox-list_2 a:hover svg {
          fill: #2073c4; }
        .linkBox-list a:hover.link-arrow, .linkBox-list_2 a:hover.link-arrow {
          background-image: url(../images/common/arrow_04.png); }
      .linkBox-list a.link-arrow, .linkBox-list_2 a.link-arrow {
        background: url(../images/common/arrow_03.png);
        background-repeat: no-repeat;
        background-size: 5px auto;
        background-position: left center;
        padding-left: 13px; }
        @media screen and (max-width: 512px) {
          .linkBox-list a.link-arrow, .linkBox-list_2 a.link-arrow {
            background-size: 4px auto;
            padding-left: 11px; } }
      .linkBox-list a .ex-link, .linkBox-list_2 a .ex-link {
        margin-right: 7px;
        width: 15px;
        fill: #df3001; }
        @media screen and (min-width: 513px) and (max-width: 768px) {
          .linkBox-list a .ex-link, .linkBox-list_2 a .ex-link {
            width: 14px; } }
        @media screen and (max-width: 512px) {
          .linkBox-list a .ex-link, .linkBox-list_2 a .ex-link {
            margin-right: 5px;
            vertical-align: -1px;
            width: 11px; } }
      .linkBox-list a .pdf-link, .linkBox-list_2 a .pdf-link {
        padding-left: 1px;
        margin-right: 8px;
        height: 17px;
        vertical-align: -3px;
        width: auto;
        fill: #df3001; }
        @media screen and (max-width: 512px) {
          .linkBox-list a .pdf-link, .linkBox-list_2 a .pdf-link {
            padding-left: 1px;
            margin-right: 5px;
            height: 15px; } }
    .linkBox-list_2 a {
      color: #266799;
      border-color: #266799; }
      .linkBox-list_2 a.link-arrow {
        background-image: url(../images/common/arrow_05.png); }
      .linkBox-list_2 a .ex-link {
        fill: #266799; }

/* about
--------------------------------------*/
.aboutGreeting {
  padding: 70px 0 80px;
  background: url(../images/common/bg_square.png);
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .aboutGreeting {
      padding: 40px 20px; } }
  .aboutGreeting-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .aboutGreeting-item {
        display: block; } }
  .aboutGreeting-text h3 {
    border-bottom: 1px solid #15223d; }
  .aboutGreeting-text p {
    padding-right: 40px;
    margin-bottom: 20px; }
    .aboutGreeting-text p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .aboutGreeting-text p {
        padding-right: 0; } }
  .aboutGreeting-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 320px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px rgba(37, 59, 107, 0.04), 0 10px 10px rgba(37, 59, 107, 0.02);
    box-shadow: 0 10px 20px rgba(37, 59, 107, 0.04), 0 10px 10px rgba(37, 59, 107, 0.02); }
    @media screen and (max-width: 768px) {
      .aboutGreeting-image {
        width: 100%;
        text-align: center;
        background: #ffffff;
        display: none; } }
    .aboutGreeting-image img {
      width: 100%; }

.aboutSchool {
  padding: 80px 0;
  background: #eff1f5; }
  @media screen and (max-width: 768px) {
    .aboutSchool {
      padding: 40px 20px; } }
  .aboutSchool-image {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px rgba(37, 59, 107, 0.04), 0 10px 10px rgba(37, 59, 107, 0.02);
    box-shadow: 0 10px 20px rgba(37, 59, 107, 0.04), 0 10px 10px rgba(37, 59, 107, 0.02); }
    .aboutSchool-image img {
      width: 100%; }
  .aboutSchool-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .aboutSchool-list {
        display: block; } }
  .aboutSchool-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 47.5%; }
    @media screen and (max-width: 768px) {
      .aboutSchool-item {
        width: 100%;
        margin-bottom: 40px; }
        .aboutSchool-item:last-child {
          margin-bottom: 0; } }
    .aboutSchool-item h3 {
      font-size: 30px;
      border-bottom: 1px solid #15223d; }
      @media screen and (max-width: 768px) {
        .aboutSchool-item h3 {
          font-size: 20px; } }
    .aboutSchool-item p {
      line-height: 2; }
    .aboutSchool-item dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 512px) {
        .aboutSchool-item dl {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    .aboutSchool-item dt {
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      font-weight: 700;
      margin-bottom: 10px; }
      @media screen and (max-width: 512px) {
        .aboutSchool-item dt {
          margin-bottom: 5px;
          -ms-flex-preferred-size: 24%;
          flex-basis: 24%; } }
    .aboutSchool-item dd {
      -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
      margin-bottom: 10px; }
      @media screen and (max-width: 512px) {
        .aboutSchool-item dd {
          margin-bottom: 5px; } }
  .aboutSchool-image {
    margin-bottom: 30px; }

.aboutFeatures {
  background: url(../images/common/bg_square.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 20px solid #f7f7f7; }
  @media screen and (max-width: 512px) {
    .aboutFeatures h3 {
      text-align: center;
      font-size: 20px;
      margin-bottom: 10px; } }
  .aboutFeatures-inner {
    padding: 70px 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .aboutFeatures-inner {
        padding: 50px 20px; } }
    @media screen and (max-width: 512px) {
      .aboutFeatures-inner {
        padding: 50px 0; } }
  .aboutFeatures-list {
    margin: 0 auto;
    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; }
  .aboutFeatures-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 47.5%;
    margin-bottom: 70px; }
    .aboutFeatures-item:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .aboutFeatures-item {
        width: 100%; } }
    @media screen and (max-width: 512px) {
      .aboutFeatures-item {
        margin-bottom: 40px; } }
    .aboutFeatures-item h3 {
      font-size: 24px;
      font-weight: 700; }
  .aboutFeatures-image {
    overflow: hidden;
    margin-bottom: 30px; }
    @media screen and (max-width: 512px) {
      .aboutFeatures-image {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 20px; } }
    .aboutFeatures-image img {
      width: 100%; }
  .aboutFeatures-text {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 512px) {
      .aboutFeatures-text {
        padding: 0 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start; } }
    .aboutFeatures-text p {
      line-height: 1.6;
      font-size: 15px; }
      @media screen and (max-width: 512px) {
        .aboutFeatures-text p {
          font-size: 12px; } }
    .aboutFeatures-text .aboutFeatures-num {
      display: inline-block;
      font-size: 81px;
      font-weight: bold;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 0.9;
      letter-spacing: 0;
      color: #df3001;
      text-align: center;
      border-bottom: 2px solid #df3001;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 84px;
      margin-right: 20px; }
      @media screen and (max-width: 512px) {
        .aboutFeatures-text .aboutFeatures-num {
          font-size: 50px;
          width: 52px; } }

.aboutGrades {
  padding: 70px 0 90px; }
  @media screen and (max-width: 512px) {
    .aboutGrades {
      padding: 50px 20px; }
      .aboutGrades h3 {
        text-align: center; } }
  .aboutGrades-item {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px dotted #ccc; }
    @media screen and (max-width: 512px) {
      .aboutGrades-item {
        padding-top: 30px;
        margin-top: 30px; } }
    .aboutGrades-item:first-child {
      margin-top: 0; }
  .aboutGrades aside {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 512px) {
      .aboutGrades aside {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .aboutGrades-item-sub {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #15223d;
    -webkit-box-shadow: 0 10px 20px rgba(37, 59, 107, 0.04), 0 10px 10px rgba(37, 59, 107, 0.02);
    box-shadow: 0 10px 20px rgba(37, 59, 107, 0.04), 0 10px 10px rgba(37, 59, 107, 0.02);
    background: #ffffff;
    position: relative;
    padding: 25px; }
    @media screen and (max-width: 512px) {
      .aboutGrades-item-sub {
        width: 47%;
        margin-right: 0;
        padding: 15px; } }
    .aboutGrades-item-sub h5 {
      font-size: 16px;
      margin-bottom: 5px; }
      @media screen and (max-width: 512px) {
        .aboutGrades-item-sub h5 {
          font-size: 14px; } }
    @media screen and (max-width: 512px) {
      .aboutGrades-item-sub p {
        font-size: 11px; } }

/* scene
--------------------------------------*/
.scene {
  padding-top: 50px; }
  @media screen and (max-width: 512px) {
    .scene {
      padding-top: 30px; } }
  .scene-intro {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center; }
    @media screen and (max-width: 512px) {
      .scene-intro {
        margin: 0; } }
    .scene-intro p {
      text-align: center;
      font-weight: bold;
      font-size: 17px;
      display: inline-block;
      color: #253b6b;
      background: #eff1f5;
      border: 6px solid #eff1f5;
      padding: 10px 50px;
      border-radius: 50px; }
      @media screen and (max-width: 512px) {
        .scene-intro p {
          padding: 5px 10px;
          font-size: 12px;
          display: block; } }
  .scene h3 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0;
    padding: 0 20px;
    border-right: 1px solid #15223d;
    letter-spacing: 0.25em; }
    @media screen and (max-width: 512px) {
      .scene h3 {
        padding-left: 0;
        padding-right: 10px;
        font-size: 15px; } }
  .scene-list {
    padding-left: 40px;
    padding-right: 20px;
    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;
    position: relative; }
    @media screen and (max-width: 512px) {
      .scene-list {
        padding-right: 0;
        padding-left: 20px; } }
    .scene-list:before {
      content: "";
      display: block;
      width: 24%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      @media screen and (max-width: 512px) {
        .scene-list:before {
          width: 32%; } }
    .scene-list:after {
      position: absolute;
      display: block;
      content: '';
      width: 24%; }
      @media screen and (max-width: 512px) {
        .scene-list:after {
          width: 32%; } }
  .scene-item {
    width: 24%;
    margin-bottom: 40px; }
    @media screen and (max-width: 512px) {
      .scene-item {
        width: 32%;
        margin-bottom: 10px; } }
  .scene-image {
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .scene-image:hover {
      -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 35px rgba(0, 0, 0, 0.2);
      -webkit-transform: translate3d(0, -2px, 0) scale(1);
      transform: translate3d(0, -2px, 0) scale(1); }
    .scene-image a {
      display: block; }
    .scene-image img {
      width: 100%; }

.sceneInstitution {
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 512px) {
    .sceneInstitution {
      padding: 30px 0 0; } }

.sceneStudy {
  padding: 70px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 512px) {
    .sceneStudy {
      padding: 30px 0 50px; } }

.contentsLink {
  background: #eff1f5;
  border-radius: 4px;
  padding: 20px 20px 15px;
  margin-bottom: 40px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .contentsLink {
      padding: 20px; } }
  @media screen and (max-width: 512px) {
    .contentsLink {
      padding: 15px;
      border-radius: 2px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 376px) {
    .contentsLink {
      padding: 11px;
      padding-bottom: 8px; } }
  .contentsLink-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contentsLink-list li {
      margin-right: 30px;
      margin-bottom: 5px; }
      .contentsLink-list li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 512px) {
        .contentsLink-list li {
          margin-right: 20px; } }
    .contentsLink-list a {
      font-size: 15px;
      color: #df3001;
      display: block;
      min-width: 70px;
      padding-left: 16px;
      padding-right: 30px;
      position: relative;
      border-bottom: 1px solid #df3001; }
      @media screen and (max-width: 512px) {
        .contentsLink-list a {
          min-width: 50px;
          padding-right: 15px;
          font-size: 13px; } }
      @media screen and (max-width: 376px) {
        .contentsLink-list a {
          min-width: 40px; } }
      .contentsLink-list a:before {
        content: '';
        width: 4px;
        height: 8px;
        position: absolute;
        left: 3px;
        top: 50%;
        margin-top: -4px;
        background: url(../images/common/arrow_03.png) no-repeat;
        background-size: 100%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .contentsLink-list a:hover {
        color: #2073c4;
        border-color: #2073c4; }
        .contentsLink-list a:hover:before {
          background-image: url(../images/common/arrow_04.png); }

.contactArea {
  background: #eff1f5;
  text-align: center;
  padding: 80px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .contactArea {
      padding: 60px; } }
  @media screen and (max-width: 512px) {
    .contactArea {
      border-top: 2px solid #df3001;
      padding: 50px 30px; } }
  .contactArea p {
    margin-bottom: 40px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #df3001; }
    @media screen and (max-width: 768px) {
      .contactArea p {
        margin-bottom: 25px;
        line-height: 1.7;
        font-size: 18px; } }
    @media screen and (max-width: 512px) {
      .contactArea p {
        font-size: 14px;
        letter-spacing: 0.07em; } }
  .contactArea .btn_2 {
    width: 400px; }
    @media screen and (max-width: 512px) {
      .contactArea .btn_2 {
        width: 100%; } }
    .contactArea .btn_2 a {
      font-size: 18px;
      background-size: 5px auto;
      background-position: 80px center; }
      @media screen and (min-width: 769px) {
        .contactArea .btn_2 a:hover {
          background-position: 90px center; } }
      @media screen and (max-width: 512px) {
        .contactArea .btn_2 a {
          font-size: 14px;
          background-position: 30px center;
          background-size: 4px auto; } }

/* news
--------------------------------------*/
.newsIndex {
  padding-top: 70px;
  padding-bottom: 120px; }
  @media screen and (max-width: 768px) {
    .newsIndex {
      padding-top: 0;
      padding-bottom: 0; } }
  .newsIndex .l-col-2_main {
    padding-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .newsIndex .l-col-2_main {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px; } }
  .newsIndex .news-list {
    margin-top: 20px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .newsIndex .news-list {
        padding: 0 20px; } }
    @media screen and (max-width: 512px) {
      .newsIndex .news-list {
        padding: 0 15px; } }
  .newsIndex .newsDetail-btn {
    padding: 0 40px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .newsIndex .newsDetail-btn {
        padding: 0 20px; } }
    @media screen and (max-width: 512px) {
      .newsIndex .newsDetail-btn {
        padding: 0 15px; } }
  .newsIndex-title {
    background: #253b6b;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    padding: 8px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .newsIndex-title {
        font-size: 18px; } }
    @media screen and (max-width: 512px) {
      .newsIndex-title {
        font-size: 16px; } }
  .newsIndex .categoryTitle {
    margin-bottom: 0; }
  .newsIndex .news-item a:after {
    right: 10px; }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .newsIndex .news-item a {
      padding-left: 0; }
    .newsIndex .news-time {
      width: 100%; }
    .newsIndex .news-category li {
      margin-left: 0;
      margin-right: 10px; } }

.newsDetail {
  padding: 80px 0 120px;
  background: #f7f7f7; }
  @media screen and (max-width: 768px) {
    .newsDetail {
      padding: 40px 0 0; } }
  .newsDetail-head {
    border-left: 1px solid #253b6b; }
  .newsDetail-title {
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 0;
    border-bottom: 1px solid #eee; }
    @media screen and (max-width: 512px) {
      .newsDetail-title {
        padding: 30px 0;
        margin-left: 20px;
        margin-right: 20px; } }
    .newsDetail-title h2 {
      font-size: 25px; }
      @media screen and (max-width: 512px) {
        .newsDetail-title h2 {
          font-size: 18px; } }
  .newsDetail-image img {
    width: 100%; }
  .newsDetail-content {
    padding: 20px 40px 70px; }
    @media screen and (max-width: 512px) {
      .newsDetail-content {
        padding: 20px 20px 30px; } }
  .newsDetail-btn {
    text-align: center;
    margin-top: 30px; }
    @media screen and (max-width: 512px) {
      .newsDetail-btn {
        margin-top: 20px; } }
    .newsDetail-btn a {
      display: block;
      background-color: #df3001;
      border-radius: 4px;
      padding: 12px;
      color: #ffffff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .newsDetail-btn a:hover {
        background: #c62b01;
        -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 35px rgba(0, 0, 0, 0.05); }

.contact {
  padding: 70px 40px; }
  @media screen and (max-width: 512px) {
    .contact {
      padding: 40px 15px; } }
  .contactBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 50px;
    max-width: 740px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .contactBox {
        padding: 40px 20px; } }
    @media screen and (max-width: 512px) {
      .contactBox {
        padding: 20px 20px 30px; } }
    .contactBox p {
      font-size: 14px; }
      @media screen and (max-width: 512px) {
        .contactBox p {
          font-size: 12px; } }
  .contact-intro {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 40px; }
    @media screen and (max-width: 768px) {
      .contact-intro {
        margin-bottom: 20px;
        padding: 0 20px; } }
    .contact-intro p {
      font-size: 19px;
      line-height: 1.7;
      letter-spacing: 0.14em; }
      @media screen and (max-width: 768px) {
        .contact-intro p {
          font-size: 18px; } }
      @media screen and (max-width: 512px) {
        .contact-intro p {
          font-size: 14px; } }
    @media screen and (min-width: 769px) {
      .contact-intro br {
        display: none; } }
  .contact-label {
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding-bottom: 5px; }
    @media screen and (max-width: 512px) {
      .contact-label {
        font-size: 15px; } }
  .contact-form {
    text-align: left; }
  .contact-item, .contact-item_2 {
    width: 100%;
    margin-bottom: 40px; }
    @media screen and (max-width: 512px) {
      .contact-item, .contact-item_2 {
        margin-bottom: 20px; } }
    .contact-item input, .contact-item_2 input {
      line-height: 36px; }
      @media screen and (max-width: 512px) {
        .contact-item input, .contact-item_2 input {
          line-height: 30px; } }
    .contact-item_2 {
      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; }
      @media screen and (max-width: 512px) {
        .contact-item_2 {
          font-size: 14px; } }
      .contact-item_2 a {
        color: #266799;
        text-decoration: underline;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .contact-item_2 a:hover {
          color: #3083c2;
          border-color: #2073c4; }
  .contact-select {
    position: relative;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    background: #f7f7f7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%; }
    .contact-select:hover {
      border-color: #df3001; }
    .contact-select:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -5px;
      right: 12px;
      width: 5px;
      height: 5px;
      border-right: 2px solid #adadad;
      border-bottom: 2px solid #adadad;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media screen and (max-width: 512px) {
        .contact-select:after {
          width: 5px;
          height: 5px;
          margin-top: -4px; } }
    .contact-select .select-label {
      background: #f7f7f7;
      line-height: 38px;
      height: 38px;
      padding-left: 10px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #aaa; }
      .contact-select .select-label span {
        color: #aaa;
        font-weight: 400; }
    .contact-select select {
      opacity: 1;
      line-height: 38px;
      height: 38px;
      font-size: 15px;
      padding-right: 20px;
      padding-left: 10px;
      width: 100%;
      min-width: 90px; }
      @media screen and (max-width: 768px) {
        .contact-select select {
          min-width: auto; } }
      @media screen and (max-width: 512px) {
        .contact-select select {
          line-height: 38px;
          font-size: 13px; } }
  .contact-textarea {
    height: 180px; }
  .contact-btnBox {
    margin: 70px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 620px) {
      .contact-btnBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    @media screen and (max-width: 512px) {
      .contact-btnBox {
        margin-top: 40px; } }
  .contact-btn {
    min-width: 220px;
    margin: 0 5px; }
    @media screen and (max-width: 620px) {
      .contact-btn {
        margin: 0 auto;
        min-width: 80%; } }
    .contact-btn .contactBack {
      background: #aaa; }
      @media screen and (max-width: 620px) {
        .contact-btn .contactBack {
          margin-top: 10px; } }
      .contact-btn .contactBack:hover {
        background: #777777; }

.complete-text {
  text-align: center; }

#is-contact {
  /* form
  ------------------------------------------*/ }
  #is-contact .l-header {
    background: #ffffff; }
  @media screen and (min-width: 1121px) {
    #is-contact .l-contents {
      padding-top: 100px; } }
  @media screen and (min-width: 769px) and (max-width: 1120px) {
    #is-contact .l-contents {
      padding-top: 80px; } }
  #is-contact .pageTitle-wrapper {
    background: #df3001;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    display: table;
    overflow: hidden; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      #is-contact .pageTitle-wrapper {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 512px) {
      #is-contact .pageTitle-wrapper {
        padding-top: 30px;
        padding-bottom: 30px; } }
  #is-contact .pageTitle, #is-contact .pageTitle_course, #is-contact .pageTitle_scene, #is-contact .pageTitle_guide, #is-contact .pageTitle_access {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #ffffff; }
  #is-contact .pageTitle-eng {
    font-size: 40px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    display: block;
    line-height: 1;
    letter-spacing: 4px; }
    @media screen and (max-width: 768px) {
      #is-contact .pageTitle-eng {
        font-size: 35px; } }
    @media screen and (max-width: 512px) {
      #is-contact .pageTitle-eng {
        font-size: 28px;
        letter-spacing: 2px; } }
  #is-contact .pageTitle-jp {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 2px; }
    @media screen and (max-width: 768px) {
      #is-contact .pageTitle-jp {
        font-size: 12px; } }
  #is-contact .inquiry-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 80px; }
  #is-contact .form input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px; }
  #is-contact .form input:-ms-input-placeholder {
    color: #ccc;
    font-size: 13px; }
  #is-contact .form input::-ms-input-placeholder {
    color: #ccc;
    font-size: 13px; }
  #is-contact .form input::placeholder {
    color: #ccc;
    font-size: 13px; }
  #is-contact .form-intro {
    letter-spacing: 0.05em;
    width: auto;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (max-width: 512px) {
      #is-contact .form-intro h2 {
        font-size: 18px; } }
    #is-contact .form-intro .must {
      margin-left: 0; }
  #is-contact .form-inner {
    letter-spacing: 0.05em;
    width: auto;
    padding: 40px;
    background: #f7f7f7;
    border-radius: 4px; }
    @media screen and (max-width: 512px) {
      #is-contact .form-inner {
        padding: 20px; } }
  #is-contact .form-table {
    width: 100%; }
    #is-contact .form-table tr {
      border-bottom: 1px solid #ddd; }
    #is-contact .form-table th {
      height: auto;
      margin: 0;
      padding: 20px 10px;
      width: 200px;
      font-size: 15px;
      vertical-align: top;
      text-align: left; }
      #is-contact .form-table th .th-anotation {
        display: block;
        font-size: 12px;
        color: #999;
        font-weight: normal; }
        @media screen and (max-width: 512px) {
          #is-contact .form-table th .th-anotation {
            font-size: 10px; } }
    #is-contact .form-table td {
      height: auto;
      margin: 0;
      padding: 20px 20px;
      font-size: 15px; }
      #is-contact .form-table td textarea {
        width: 100%;
        max-width: 100%;
        height: 300px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 512px) {
          #is-contact .form-table td textarea {
            height: 200px; } }
      #is-contact .form-table td li {
        margin-top: 5px; }
      #is-contact .form-table td a {
        color: #df3001;
        text-decoration: underline; }
    #is-contact .form-table .category-list label {
      margin-bottom: 10px; }
      #is-contact .form-table .category-list label:last-child {
        margin-bottom: 0; }
    #is-contact .form-table label {
      background: #ffffff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 10px;
      border-radius: 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #is-contact .form-table #address span {
      margin-right: 5px; }
    @media screen and (max-width: 768px) {
      #is-contact .form-table th {
        display: block;
        padding: 20px 0 3px;
        border-bottom: none;
        width: auto;
        font-size: 14px; }
      #is-contact .form-table td {
        padding: 5px 0 20px;
        overflow: hidden;
        display: block;
        border-bottom: none;
        width: auto; } }
  #is-contact .form_complete {
    padding-bottom: 60px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      #is-contact .form_complete {
        padding-bottom: 40px; } }
    @media screen and (max-width: 512px) {
      #is-contact .form_complete {
        padding-bottom: 20px; } }
  #is-contact .form-title {
    text-align: center;
    font-size: 24px;
    color: #2073c4; }
    @media screen and (max-width: 512px) {
      #is-contact .form-title {
        font-size: 18px; } }
  #is-contact .form-txt a {
    color: #df3001;
    text-decoration: underline; }
    #is-contact .form-txt a:hover {
      text-decoration: none; }
  #is-contact .form-select {
    height: 40px; }
  #is-contact .form-label_active {
    border: 1px solid #df3001; }
  #is-contact .form-radio {
    margin-right: 5px; }
  @media screen and (max-width: 512px) {
    #is-contact .form-txt {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  #is-contact .form-txt_2 {
    width: 100%; }
    @media screen and (max-width: 512px) {
      #is-contact .form-txt_2 {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  #is-contact .form-fileWrapper {
    background-color: #f7f7f7;
    margin: 10px 0 0 0;
    padding: 15px; }
  @media screen and (max-width: 768px) {
    #is-contact .form-fileRow {
      display: none; } }
  #is-contact .form-btnWrapper {
    padding: 30px 0 0;
    text-align: center; }
    @media screen and (max-width: 512px) {
      #is-contact .form-btnWrapper {
        padding: 20px 0 0; } }
  #is-contact .form-checkbox {
    margin-right: 6px;
    position: relative; }
  #is-contact .form-btnBox {
    text-align: center;
    overflow: hidden;
    margin: 20px 0; }
    @media screen and (max-width: 768px) {
      #is-contact .form-btnBox {
        margin: 20px 0 0; } }
  #is-contact .form-btn, #is-contact .form-btn_back, #is-contact .form_complete .form-btn_2, #is-contact .form_confirm .form-btn_2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    width: 48%;
    min-width: 240px;
    margin: 0 auto;
    display: inline-block; }
    #is-contact .form-btn input, #is-contact .form-btn_back input, #is-contact .form_complete .form-btn_2 input, #is-contact .form_confirm .form-btn_2 input {
      font-weight: bold;
      position: relative;
      outline: none;
      line-height: 1;
      letter-spacing: 0.15em;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      text-align: center;
      padding: 15px 40px;
      color: #ffffff;
      background: #174567;
      border-radius: 60px;
      border: none;
      position: relative;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      top: 0; }
      @media screen and (min-width: 769px) {
        #is-contact .form-btn input:hover, #is-contact .form-btn_back input:hover, #is-contact .form_complete .form-btn_2 input:hover, #is-contact .form_confirm .form-btn_2 input:hover {
          background-position: right center;
          -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2); } }
    #is-contact .form-btn:after, #is-contact .form-btn_back:after, #is-contact .form_complete .form-btn_2:after, #is-contact .form_confirm .form-btn_2:after {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -13px;
      color: #ffffff;
      font-family: "FontAwesome";
      display: inline-block;
      content: '\f105';
      font-size: 24px;
      line-height: 24px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    @media screen and (max-width: 768px) {
      #is-contact .form-btn, #is-contact .form-btn_back, #is-contact .form_complete .form-btn_2, #is-contact .form_confirm .form-btn_2 {
        width: 100%;
        font-size: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    #is-contact .form-btn_back input {
      background-image: none;
      background-color: #bbb; }
    #is-contact .form-btn_back:after {
      left: 20px;
      right: auto;
      content: '\f104'; }
  #is-contact .form-btn_2col {
    margin: 20px 0; }
    @media screen and (max-width: 768px) {
      #is-contact .form-btn_2col {
        margin: 10px 0; } }
    #is-contact .form-btn_2col.form-btn, #is-contact .form-btn_2col.form-btn_back, #is-contact .form_complete .form-btn_2col.form-btn_2, #is-contact .form_confirm .form-btn_2col.form-btn_2 {
      float: right; }
    #is-contact .form-btn_2col.form-btn_back {
      float: left; }
  #is-contact .form_complete .form-btn_2, #is-contact .form_confirm .form-btn_2 {
    margin-right: 20px; }
    #is-contact .form_complete .form-btn_2 input, #is-contact .form_confirm .form-btn_2 input {
      background-color: #ffffff;
      border: 1px solid #15223d;
      color: #15223d; }
    #is-contact .form_complete .form-btn_2:hover, #is-contact .form_confirm .form-btn_2:hover {
      background-color: #ccc; }
    #is-contact .form_complete .form-btn_2:after, #is-contact .form_confirm .form-btn_2:after {
      color: #15223d; }
    @media screen and (max-width: 512px) {
      #is-contact .form_complete .form-btn_2, #is-contact .form_confirm .form-btn_2 {
        margin-right: 0;
        margin-bottom: 10px; } }
  #is-contact .form-completeBtn {
    text-align: center; }
  #is-contact .l-sec-inner_2 {
    max-width: 1000px; }
  #is-contact .must {
    font-size: 10px;
    color: red;
    margin-left: 3px; }
  #is-contact .error-text {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
    color: red; }
  #is-contact .check-policy {
    text-align: center;
    margin-top: 50px; }
    @media screen and (max-width: 512px) {
      #is-contact .check-policy {
        font-size: 14px; } }

.policyArea {
  padding-top: 40px; }
  .policyArea h3 {
    font-size: 16px;
    padding: 0 15px; }
    @media screen and (max-width: 768px) {
      .policyArea h3 {
        padding-left: 0;
        font-size: 14px; } }
  .policyArea h4 {
    margin-top: 20px;
    color: #df3001;
    padding-left: 15px; }
    @media screen and (max-width: 768px) {
      .policyArea h4 {
        padding-left: 0;
        font-size: 15px; } }
    @media screen and (max-width: 512px) {
      .policyArea h4 {
        font-size: 13px; } }
  .policyArea p {
    font-size: 14px;
    padding-left: 15px; }
    @media screen and (max-width: 768px) {
      .policyArea p {
        padding-left: 0; } }
    @media screen and (max-width: 512px) {
      .policyArea p {
        font-size: 12px; } }
  .policyArea a {
    color: #df3001;
    text-decoration: underline; }
    .policyArea a:hover {
      opacity: 0.8; }

.form-policy {
  margin-top: 30px;
  background: #ffffff;
  overflow: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px 30px;
  height: 400px; }
  .form-policy::-webkit-scrollbar {
    width: 6px; }
  .form-policy::-webkit-scrollbar-track {
    border-radius: 6px; }
  .form-policy::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }
  @media screen and (max-width: 512px) {
    .form-policy {
      padding: 10px 20px 20px; } }

.mod-table table {
  line-height: 2;
  margin-bottom: 50px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .mod-table table {
      line-height: 1.7; } }

.mod-table thead {
  color: #df3001;
  border-bottom: 2px solid #bbb; }
  .mod-table thead th {
    width: auto; }

.mod-table tbody tr {
  border-bottom: 1px solid #bbb; }

.mod-table th {
  width: 200px;
  padding: 15px;
  text-align: left;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .mod-table th {
      width: 140px;
      font-size: 13px;
      padding: 15px 10px; } }
  @media screen and (max-width: 512px) {
    .mod-table th {
      width: 110px;
      font-size: 12px; } }

.mod-table td {
  padding: 15px;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .mod-table td {
      font-size: 13px;
      padding: 15px 10px; } }
  @media screen and (max-width: 512px) {
    .mod-table td {
      font-size: 12px; } }

.mod-table.is-vertical th {
  display: block;
  width: auto;
  padding-bottom: 0; }

.mod-table.is-vertical td {
  display: block; }

.mod-ol {
  list-style: decimal;
  padding-left: 20px;
  margin-left: 20px;
  margin-top: 20px; }
  @media screen and (max-width: 512px) {
    .mod-ol li {
      font-size: 12px; } }

.form-input, .form-input_2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  border: 0;
  border-radius: 3px;
  outline: 0;
  background: #ffffff;
  line-height: 34px;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media screen and (max-width: 512px) {
    .form-input, .form-input_2 {
      padding: 0 10px;
      font-size: 13px;
      line-height: 30px;
      letter-spacing: 0.05em; } }
  .form-input_2 {
    width: auto;
    display: inline-block; }

.input-mb {
  margin-bottom: 15px; }

.mod-form-error {
  border: 2px solid #cd1931;
  background-color: #fff4f8; }

#button {
  background: #174567; }

#button:disabled {
  background-color: #c9c9c9 !important;
  background-image: none !important; }
  #button:disabled:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

/******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* course
--------------------------------------*/
.course {
  padding: 50px 0 90px; }
  @media screen and (max-width: 512px) {
    .course {
      padding: 0 0 50px; } }
  .course h3 span {
    font-size: 60%;
    padding-left: 30px; }
  .course-list {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .course-list {
        margin-top: 30px; } }
  .course-intro {
    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;
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .course-intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px; } }
    .course-intro-item {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 32%;
      border: 2px solid #c0ab56;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .course-intro-item {
          width: 100%; } }
      .course-intro-item h4 {
        font-size: 20px;
        color: #ffffff;
        padding: 10px;
        background: #c0ab56;
        margin-bottom: 0;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .course-intro-item h4 {
            font-size: 16px;
            padding: 7px; } }
        .course-intro-item h4:before {
          display: none; }
      .course-intro-item p {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.02em; }
        @media screen and (max-width: 768px) {
          .course-intro-item p {
            font-size: 13px; } }
      .course-intro-item li {
        list-style: square;
        margin-left: 15px; }
        @media screen and (max-width: 768px) {
          .course-intro-item li {
            font-size: 13px; } }
    .course-intro-text {
      padding: 30px; }
      @media screen and (max-width: 768px) {
        .course-intro-text {
          padding: 20px; } }
  .course-item {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px dotted #ccc; }
    @media screen and (max-width: 768px) {
      .course-item {
        margin-top: 40px;
        padding-top: 30px; } }
    .course-item h4 {
      margin-bottom: 30px; }
  .course-table {
    width: 100%; }
    .course-table th {
      font-size: 15px;
      line-height: 1.5;
      border-color: #999; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .course-table th {
          font-size: 14px; } }
      @media screen and (max-width: 512px) {
        .course-table th {
          font-size: 11px; }
          .course-table th br {
            display: none; } }
    .course-table td {
      font-size: 15px;
      font-family: "Roboto Condensed", sans-serif;
      -webkit-font-smoothing: subpixel-antialiased;
      border-color: #999; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .course-table td {
          font-size: 14px; } }
      @media screen and (max-width: 512px) {
        .course-table td {
          font-size: 12px; } }
    .course-table .tr-body {
      border-top: 1px solid #15223d; }
    .course-table .tr-sum th {
      background: #e8e0c2;
      font-size: 17px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .course-table .tr-sum th {
          font-size: 14px; } }
      @media screen and (max-width: 512px) {
        .course-table .tr-sum th {
          font-size: 12px; } }
    .course-table .tr-sum td {
      background: #e8e0c2;
      letter-spacing: 0;
      color: #15223d;
      font-size: 18px;
      font-weight: bold;
      font-family: "Roboto Condensed", sans-serif;
      -webkit-font-smoothing: antialiased; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .course-table .tr-sum td {
          font-size: 16px; } }
      @media screen and (max-width: 512px) {
        .course-table .tr-sum td {
          font-size: 14px; } }
    .course-table .tr-sum small {
      font-size: 80%;
      padding-left: 10px; }
      @media screen and (max-width: 512px) {
        .course-table .tr-sum small {
          display: block;
          padding: 0; } }

.contIndex {
  background: #f7f7f7;
  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; }
  .contIndex li {
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-right: 2px solid #fff; }
    .contIndex li:last-child {
      border-right: 0; }
    .contIndex li:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 1px;
      content: "";
      width: 100%; }
    .contIndex li:after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 1px;
      content: "";
      width: 0;
      background: #253b6b;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .contIndex li:hover:after {
      width: 100%; }
  .contIndex a {
    padding: 25px 30px;
    position: relative;
    display: block;
    font-weight: 700;
    text-decoration: none;
    background: url(../images/common/arrow_01.svg) no-repeat;
    background-position: right 30px center;
    background-size: 12px auto; }
    @media screen and (max-width: 768px) {
      .contIndex a {
        padding: 15px;
        font-size: 13px;
        font-weight: 600;
        background-position: right 15px center;
        background-size: 9px auto; } }
    @media screen and (max-width: 512px) {
      .contIndex a {
        font-size: 12px; } }
    .contIndex a:hover {
      background-color: #eee; }

.courseDetail {
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    .courseDetail {
      padding: 30px 20px; } }
  .courseDetail#cont_02 {
    border-top: 20px solid #f7f7f7; }
  .courseDetail#cont_03 {
    background: #f7f7f7; }
    .courseDetail#cont_03 h5 {
      background: #000;
      border-radius: 30px;
      font-size: 16px;
      display: inline-block;
      padding: 5px 50px;
      color: #ffffff; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .courseDetail#cont_03 h5 {
          font-size: 15px; } }
      @media screen and (max-width: 512px) {
        .courseDetail#cont_03 h5 {
          font-size: 14px; } }

.curriculum-list {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .curriculum-list {
      padding-bottom: 40px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 512px) {
    .curriculum-list {
      padding-bottom: 30px;
      margin-bottom: 30px; } }
  .curriculum-list:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }

.curriculum-item {
  margin-top: 40px; }
  @media screen and (max-width: 512px) {
    .curriculum-item {
      margin-top: 20px; } }

.curriculum-table, .curriculum-table_01, .curriculum-table_02, .curriculum-table_03, .curriculum-table_04 {
  width: 100%;
  margin-bottom: 40px;
  border: 2px solid #15223d; }
  .curriculum-table .tr-head th, .curriculum-table_01 .tr-head th, .curriculum-table_02 .tr-head th, .curriculum-table_03 .tr-head th, .curriculum-table_04 .tr-head th {
    background: #253b6b;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    vertical-align: middle; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .curriculum-table .tr-head th, .curriculum-table_01 .tr-head th, .curriculum-table_02 .tr-head th, .curriculum-table_03 .tr-head th, .curriculum-table_04 .tr-head th {
        font-size: 16px; } }
    @media screen and (max-width: 512px) {
      .curriculum-table .tr-head th, .curriculum-table_01 .tr-head th, .curriculum-table_02 .tr-head th, .curriculum-table_03 .tr-head th, .curriculum-table_04 .tr-head th {
        font-size: 14px; } }
    .curriculum-table .tr-head th span, .curriculum-table_01 .tr-head th span, .curriculum-table_02 .tr-head th span, .curriculum-table_03 .tr-head th span, .curriculum-table_04 .tr-head th span {
      display: block;
      font-size: 80%; }
  .curriculum-table .tr-head_2 th, .curriculum-table_01 .tr-head_2 th, .curriculum-table_02 .tr-head_2 th, .curriculum-table_03 .tr-head_2 th, .curriculum-table_04 .tr-head_2 th {
    background: #c0ab56;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    vertical-align: middle; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .curriculum-table .tr-head_2 th, .curriculum-table_01 .tr-head_2 th, .curriculum-table_02 .tr-head_2 th, .curriculum-table_03 .tr-head_2 th, .curriculum-table_04 .tr-head_2 th {
        font-size: 16px; } }
    @media screen and (max-width: 512px) {
      .curriculum-table .tr-head_2 th, .curriculum-table_01 .tr-head_2 th, .curriculum-table_02 .tr-head_2 th, .curriculum-table_03 .tr-head_2 th, .curriculum-table_04 .tr-head_2 th {
        font-size: 14px; } }
    .curriculum-table .tr-head_2 th span, .curriculum-table_01 .tr-head_2 th span, .curriculum-table_02 .tr-head_2 th span, .curriculum-table_03 .tr-head_2 th span, .curriculum-table_04 .tr-head_2 th span {
      display: block;
      font-size: 80%; }
  .curriculum-table_01 {
    border-color: #6779a0; }
    .curriculum-table_01 .tr-head th {
      background: #6779a0; }
  .curriculum-table_02 {
    border-color: #3d4f77; }
    .curriculum-table_02 .tr-head th {
      background: #3d4f77; }
  .curriculum-table_03 {
    margin-bottom: 20px; }
  .curriculum-table_04 {
    border-color: #c0ab56;
    margin-bottom: 0; }
  .curriculum-table th, .curriculum-table_01 th, .curriculum-table_02 th, .curriculum-table_03 th, .curriculum-table_04 th {
    font-size: 15px; }
    @media screen and (max-width: 512px) {
      .curriculum-table th, .curriculum-table_01 th, .curriculum-table_02 th, .curriculum-table_03 th, .curriculum-table_04 th {
        font-size: 13px; } }
  .curriculum-table td, .curriculum-table_01 td, .curriculum-table_02 td, .curriculum-table_03 td, .curriculum-table_04 td {
    font-size: 14px;
    line-height: 1.7; }
    @media screen and (max-width: 512px) {
      .curriculum-table td, .curriculum-table_01 td, .curriculum-table_02 td, .curriculum-table_03 td, .curriculum-table_04 td {
        font-size: 12px; } }
    .curriculum-table td ul, .curriculum-table_01 td ul, .curriculum-table_02 td ul, .curriculum-table_03 td ul, .curriculum-table_04 td ul {
      padding-left: 15px;
      list-style: square; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .curriculum-table td ul li, .curriculum-table_01 td ul li, .curriculum-table_02 td ul li, .curriculum-table_03 td ul li, .curriculum-table_04 td ul li {
          font-size: 14px; } }
      @media screen and (max-width: 512px) {
        .curriculum-table td ul li, .curriculum-table_01 td ul li, .curriculum-table_02 td ul li, .curriculum-table_03 td ul li, .curriculum-table_04 td ul li {
          font-size: 12px;
          margin-bottom: 10px; } }

.aside-text {
  margin-top: 20px;
  font-size: 15px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .aside-text {
      font-size: 14px; } }
  @media screen and (max-width: 512px) {
    .aside-text {
      font-size: 12px; } }

/* guide
--------------------------------------*/
.dl {
  padding: 50px 0; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .dl {
      padding: 40px 20px; } }
  @media screen and (max-width: 512px) {
    .dl {
      padding: 30px 20px; } }
  .dl_2 {
    padding: 50px 0 100px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .dl_2 {
        padding: 40px 20px 80px; } }
    @media screen and (max-width: 512px) {
      .dl_2 {
        padding: 30px 20px 60px; } }
  .dl-list {
    margin-top: 30px;
    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; }
    .dl-list:after {
      content: "";
      display: block;
      width: 31%;
      height: 0; }
    @media screen and (max-width: 768px) {
      .dl-list {
        margin-top: 15px;
        margin-bottom: 20px; } }
  .dl-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .dl-item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px;
        margin-top: 2%; }
        .dl-item:nth-child(even) {
          margin-right: 0; }
        .dl-item:last-child {
          margin-right: 0; } }
    .dl-item h4 {
      background: #df3001;
      border-radius: 6px;
      color: #ffffff;
      margin-bottom: 15px;
      text-align: center;
      padding: 5px 10px;
      font-size: 18px; }
      .dl-item h4:before {
        display: none; }
      @media screen and (max-width: 512px) {
        .dl-item h4 {
          font-size: 14px; } }
    .dl-item ul li {
      margin-bottom: 5px; }
    .dl-item a {
      color: #266799;
      text-decoration: underline;
      font-size: 14px; }
      .dl-item a:hover {
        color: #3083c2;
        text-decoration: none; }
      @media screen and (max-width: 512px) {
        .dl-item a {
          font-size: 12px; } }

.adobe-reader {
  background: #eff1f5;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 512px) {
    .adobe-reader {
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      border-radius: 4px;
      padding: 10px; } }
  .adobe-reader p {
    padding-left: 20px;
    font-size: 13px; }
    @media screen and (max-width: 512px) {
      .adobe-reader p {
        padding-top: 15px;
        padding-left: 0;
        font-size: 11px; } }

.bnr_adobe-reader {
  background: #ffffff;
  padding: 10px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  width: 120px; }
  @media screen and (max-width: 512px) {
    .bnr_adobe-reader {
      width: 110px;
      padding: 8px;
      border-radius: 4px; } }

.flow {
  background: #f7f7f7;
  padding: 70px 0; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .flow {
      padding: 40px 20px 70px; } }
  @media screen and (max-width: 512px) {
    .flow {
      padding: 30px 15px; } }
  .flow-box {
    padding-bottom: 60px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 512px) {
      .flow-box {
        padding-bottom: 30px;
        margin-bottom: 30px; } }
    .flow-box:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .flow-box h4 {
      color: #111;
      margin-bottom: 20px;
      font-size: 29px;
      font-weight: 700; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .flow-box h4 {
          font-size: 21px; } }
      @media screen and (max-width: 512px) {
        .flow-box h4 {
          font-size: 18px; } }
      .flow-box h4 span {
        font-size: 18px;
        padding-left: 15px; }
        @media screen and (min-width: 513px) and (max-width: 768px) {
          .flow-box h4 span {
            font-size: 14px; } }
        @media screen and (max-width: 512px) {
          .flow-box h4 span {
            font-size: 13px;
            padding-left: 10px; } }
    .flow-box h5 {
      font-size: 22px;
      font-weight: 300;
      padding: 10px 10px 10px 35px;
      margin-bottom: 15px;
      color: #ffffff;
      background-color: #c0ab56;
      background-image: url(../images/common/arrow_02.png);
      background-position: left 15px center;
      background-repeat: no-repeat;
      background-size: 6px auto; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .flow-box h5 {
          font-size: 18px;
          margin-bottom: 5px; } }
      @media screen and (max-width: 512px) {
        .flow-box h5 {
          font-size: 15px;
          border-radius: 6px;
          margin-bottom: 0;
          padding-left: 28px;
          background-size: 4px auto; } }
  .flow-item {
    padding-bottom: 60px; }
    @media screen and (max-width: 512px) {
      .flow-item {
        padding-bottom: 30px; } }
    .flow-item:last-child {
      padding-bottom: 0; }
  .flow-table {
    border-collapse: separate;
    border-spacing: 0 20px;
    margin: 0; }
    .flow-table th {
      background: #253b6b;
      padding: 15px;
      color: #ffffff;
      width: 150px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      line-height: 1.6; }
      @media screen and (max-width: 512px) {
        .flow-table th {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 10px; }
          .flow-table th br {
            display: none; } }
      .flow-table th span {
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 14px;
        opacity: 0.5; }
        @media screen and (max-width: 512px) {
          .flow-table th span {
            margin-right: 10px; } }
    .flow-table td {
      padding: 30px;
      background: #ffffff;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
      @media screen and (max-width: 512px) {
        .flow-table td {
          display: block;
          padding: 20px;
          font-size: 13px; } }
      .flow-table td aside {
        margin-top: 20px;
        background: #eff1f5;
        border: 1px dotted #15223d;
        padding: 20px; }
        @media screen and (max-width: 512px) {
          .flow-table td aside {
            padding: 15px; } }
        .flow-table td aside h5 {
          font-weight: bold;
          font-size: 16px;
          color: #15223d;
          background: none;
          padding: 0;
          margin: 0 0 10px; }
          @media screen and (max-width: 512px) {
            .flow-table td aside h5 {
              font-size: 14px;
              margin-bottom: 5px; } }
        .flow-table td aside li {
          font-size: 14px; }
          @media screen and (max-width: 512px) {
            .flow-table td aside li {
              font-size: 12px; } }
        .flow-table td aside strong {
          font-weight: 600;
          font-size: 105%;
          font-family: "Roboto Condensed", sans-serif; }
    .flow-table_nest {
      margin-top: 30px;
      border-collapse: collapse;
      border-spacing: 0; }
      .flow-table_nest th {
        background: #eff1f5;
        padding: 15px 10px;
        color: #15223d;
        border: 1px solid #ccc;
        font-size: 14px;
        line-height: 1.5;
        border-radius: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
        @media screen and (max-width: 512px) {
          .flow-table_nest th {
            display: table-cell;
            width: 20%;
            font-size: 10px;
            padding: 8px; } }
      .flow-table_nest td {
        padding: 15px 10px;
        border: 1px solid #ccc;
        font-size: 14px;
        text-align: center;
        border-radius: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
        @media screen and (max-width: 512px) {
          .flow-table_nest td {
            display: table-cell;
            font-size: 10px;
            padding: 8px; } }

/* access
--------------------------------------*/
.access {
  padding: 50px 0 80px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .access {
      padding: 40px 0 70px; } }
  @media screen and (max-width: 512px) {
    .access {
      padding: 30px 0 60px; } }
  .access-content {
    margin-bottom: 60px; }
    .access-content:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 512px) {
      .access-content {
        margin-bottom: 40px; } }
  .access-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .access-address dt {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 90px;
      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;
      background: #74899e;
      color: #ffffff;
      text-align: center;
      font-size: 14px;
      line-height: 27px;
      margin-bottom: 10px;
      padding: 0 15px;
      vertical-align: middle; }
      @media screen and (max-width: 512px) {
        .access-address dt {
          padding: 0 10px;
          font-size: 11px;
          line-height: 22px;
          width: 60px;
          margin-bottom: 5px; } }
    .access-address dd {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 10px;
      width: calc(100% - 90px);
      padding-left: 20px; }
      @media screen and (max-width: 512px) {
        .access-address dd {
          padding: 0 10px;
          font-size: 11px;
          margin-bottom: 5px; } }
  .access-map {
    margin-top: 50px; }
    @media screen and (max-width: 512px) {
      .access-map {
        margin-top: 30px; } }
    .access-map iframe {
      width: 100%;
      height: 400px; }
      @media screen and (max-width: 512px) {
        .access-map iframe {
          height: 260px; } }
  .access-image {
    margin-top: 30px;
    padding: 10px 30px;
    border: 1px solid #74899e;
    background: #edf4f5;
    border-radius: 10px;
    text-align: center; }
    @media screen and (max-width: 512px) {
      .access-image {
        margin-top: 0;
        border: none;
        padding: 0; } }
    .access-image img {
      width: 100%;
      max-width: 800px; }

.map-link {
  margin-top: 15px; }
  .map-link a {
    text-decoration: underline; }

/* seizankai
--------------------------------------*/
.seizankai {
  padding: 80px 0 120px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .seizankai {
      padding: 40px 0 70px; } }
  @media screen and (max-width: 512px) {
    .seizankai {
      padding: 30px 0 60px; } }
  .seizankai-content {
    margin-bottom: 60px; }
    @media screen and (max-width: 512px) {
      .seizankai-content {
        margin-bottom: 50px; } }
    .seizankai-content h3 {
      font-size: 28px;
      color: #df3001;
      border-bottom: 2px solid #df3001;
      padding-bottom: 10px;
      margin-bottom: 30px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .seizankai-content h3 {
          font-size: 22px; } }
      @media screen and (max-width: 512px) {
        .seizankai-content h3 {
          font-size: 19px;
          padding-bottom: 5px;
          margin-bottom: 20px; } }
    .seizankai-content ol {
      counter-reset: my-counter;
      list-style: none;
      margin: 20px 0;
      padding: 20px;
      border: 1px solid #ccc;
      border-radius: 5px; }
      @media screen and (max-width: 512px) {
        .seizankai-content ol {
          color: #333;
          padding: 20px 15px; } }
      .seizankai-content ol li {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #ccc;
        padding-left: 24px;
        line-height: 22px;
        position: relative; }
        @media screen and (min-width: 513px) and (max-width: 768px) {
          .seizankai-content ol li {
            font-size: 15px; } }
        @media screen and (max-width: 512px) {
          .seizankai-content ol li {
            font-size: 13px;
            line-height: 18px;
            margin-bottom: 10px;
            text-indent: -6px; } }
        .seizankai-content ol li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0; }
        .seizankai-content ol li:before {
          content: counter(my-counter) ".";
          counter-increment: my-counter;
          display: block;
          float: left;
          line-height: 22px;
          font-size: 16px;
          font-weight: bold;
          margin-left: -24px;
          text-indent: 0.1em; }
          @media screen and (max-width: 512px) {
            .seizankai-content ol li:before {
              font-size: 11px;
              height: 18px;
              width: 18px;
              line-height: 17px;
              margin-left: -24px; } }
  .seizankaiLogin {
    max-width: 700px;
    margin: -120px auto 0;
    padding-top: 120px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .seizankaiLogin {
        margin-top: -90px;
        padding-top: 90px; } }
    @media screen and (max-width: 512px) {
      .seizankaiLogin {
        margin-top: -80px;
        padding-top: 80px; } }
    .seizankaiLogin form {
      background: #eff1f5;
      border: 2px solid #df3001;
      padding: 40px 80px;
      -webkit-box-shadow: 0 0 10px rgba(35, 66, 90, 0.12);
      box-shadow: 0 0 10px rgba(35, 66, 90, 0.12); }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .seizankaiLogin form {
          padding: 30px 40px; } }
      @media screen and (max-width: 512px) {
        .seizankaiLogin form {
          padding: 30px; } }
      @media screen and (max-width: 376px) {
        .seizankaiLogin form {
          padding: 20px 15px 15px; } }
    .seizankaiLogin h3 {
      text-align: center;
      color: #df3001;
      margin-bottom: 30px;
      font-size: 24px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .seizankaiLogin h3 {
          font-size: 20px; } }
      @media screen and (max-width: 512px) {
        .seizankaiLogin h3 {
          font-size: 18px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 376px) {
        .seizankaiLogin h3 {
          font-size: 16px; } }
    .seizankaiLogin-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 40px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .seizankaiLogin-box {
          margin-bottom: 30px; } }
      @media screen and (max-width: 512px) {
        .seizankaiLogin-box {
          margin-bottom: 20px; } }
      @media screen and (max-width: 376px) {
        .seizankaiLogin-box {
          margin-bottom: 15px; } }
    .seizankaiLogin-item {
      width: 49%; }
      .seizankaiLogin-item label {
        font-weight: bold;
        color: #555; }
        @media screen and (min-width: 513px) and (max-width: 768px) {
          .seizankaiLogin-item label {
            font-size: 14px; } }
        @media screen and (max-width: 512px) {
          .seizankaiLogin-item label {
            font-size: 12px; } }
    .seizankaiLogin-btnBox {
      max-width: 400px;
      margin: 0 auto; }
      @media screen and (max-width: 512px) {
        .seizankaiLogin-btnBox {
          max-width: auto;
          max-width: initial; } }

.error .input-style, .error .input-style_s, .error .input-style_m {
  border: 1px solid #fb3240; }

.error .error-text {
  color: #fb3240;
  font-size: 12px; }

.seizankaiMember .title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .seizankaiMember .title {
      font-size: 28px;
      margin-bottom: 25px; } }
  @media screen and (max-width: 512px) {
    .seizankaiMember .title {
      margin-bottom: 20px;
      font-size: 22px; } }

.seizankaiMember-content {
  margin-bottom: 60px; }
  @media screen and (max-width: 512px) {
    .seizankaiMember-content {
      margin-bottom: 50px; } }
  .seizankaiMember-content:last-child {
    margin-bottom: 0; }
  .seizankaiMember-content h4 {
    font-size: 28px;
    color: #df3001;
    border-bottom: 2px solid #df3001;
    padding-bottom: 10px;
    margin-bottom: 30px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .seizankaiMember-content h4 {
        font-size: 24px; } }
    @media screen and (max-width: 512px) {
      .seizankaiMember-content h4 {
        font-size: 19px;
        padding-bottom: 5px;
        margin-bottom: 20px; } }
  .seizankaiMember-content p {
    margin-bottom: 30px; }
    .seizankaiMember-content p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 512px) {
      .seizankaiMember-content p {
        margin-bottom: 20px; } }
  .seizankaiMember-content strong {
    color: #15223d; }
  .seizankaiMember-content ol {
    counter-reset: my-counter;
    list-style: none;
    margin: 20px 0; }
    .seizankaiMember-content ol li {
      font-size: 16px;
      margin-bottom: 20px;
      padding-left: 24px;
      line-height: 22px;
      position: relative; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .seizankaiMember-content ol li {
          font-size: 15px; } }
      @media screen and (max-width: 512px) {
        .seizankaiMember-content ol li {
          font-size: 13px;
          line-height: 18px;
          margin-bottom: 10px;
          padding-left: 28px; } }
      .seizankaiMember-content ol li:last-child {
        margin-bottom: 0; }
      .seizankaiMember-content ol li:before {
        content: counter(my-counter) ".";
        counter-increment: my-counter;
        display: block;
        float: left;
        line-height: 22px;
        font-size: 15px;
        font-weight: bold;
        margin-left: -24px;
        text-indent: 0.1em; }
        @media screen and (max-width: 768px) {
          .seizankaiMember-content ol li:before {
            font-size: 14px;
            letter-spacing: 0; } }
        @media screen and (max-width: 512px) {
          .seizankaiMember-content ol li:before {
            font-size: 11px;
            line-height: 17px; } }
      .seizankaiMember-content ol li strong {
        display: block;
        font-weight: bold;
        margin-bottom: 10px; }
  .seizankaiMember-content table {
    margin-bottom: 30px;
    border: 1px solid #15223d;
    width: 100%; }
    @media screen and (max-width: 512px) {
      .seizankaiMember-content table {
        margin-bottom: 20px;
        width: 100%; } }
  .seizankaiMember-content th {
    text-align: center;
    padding: 15px 30px;
    background: #f7f7f7;
    border: 1px solid #15223d;
    font-size: 14px;
    width: 160px; }
    @media screen and (max-width: 768px) {
      .seizankaiMember-content th {
        font-size: 13px;
        padding: 10px; } }
    @media screen and (max-width: 512px) {
      .seizankaiMember-content th {
        font-size: 12px;
        width: 80px; } }
  .seizankaiMember-content td {
    padding: 15px;
    border: 1px solid #15223d;
    font-size: 14px;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .seizankaiMember-content td {
        font-size: 13px;
        padding: 10px; } }
    @media screen and (max-width: 512px) {
      .seizankaiMember-content td {
        font-size: 12px; } }
    .seizankaiMember-content td strong {
      color: #df3001;
      display: block; }
    .seizankaiMember-content td span {
      font-size: 13px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .seizankaiMember-content td span {
          font-size: 12px; } }
      @media screen and (max-width: 512px) {
        .seizankaiMember-content td span {
          display: block;
          font-size: 11px; } }

.terms {
  padding: 70px 0 80px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .terms {
      padding: 40px 0; } }
  @media screen and (max-width: 512px) {
    .terms {
      padding: 30px 0 60px; } }
  .terms .title {
    margin-bottom: 20px; }
    @media screen and (max-width: 512px) {
      .terms .title {
        margin-bottom: 10px; } }

.accountant {
  border-top: 30px solid #f7f7f7;
  border-bottom: 30px solid #f7f7f7;
  padding: 80px 0 100px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .accountant {
      padding: 60px 0 70px; } }
  @media screen and (max-width: 512px) {
    .accountant {
      padding: 50px 0 60px; } }
  .accountant-list {
    background: #ffffff;
    border-top: 1px solid #ccc; }
    .accountant-list li {
      border-bottom: 1px solid #ccc;
      text-align: left; }
      .accountant-list li a {
        display: block;
        position: relative;
        padding: 25px 25px 25px 50px;
        background: url(../images/common/icon-pdf.png) no-repeat;
        background-size: 26px auto;
        background-position: left 15px center; }
        @media screen and (max-width: 512px) {
          .accountant-list li a {
            padding: 15px 20px 15px 34px;
            background-size: 18px auto;
            background-position: left 8px center; } }
        .accountant-list li a:hover {
          background-color: #f7f7f7;
          color: #2073c4; }
          .accountant-list li a:hover:after {
            background-image: url(../images/common/arrow_04.png);
            right: 15px; }
            @media screen and (max-width: 512px) {
              .accountant-list li a:hover:after {
                right: 10px; } }
        .accountant-list li a:after {
          content: '';
          background: url(../images/common/arrow_01.png) no-repeat;
          background-size: 100%;
          display: block;
          width: 6px;
          height: 13px;
          margin-top: -7px;
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          @media screen and (min-width: 513px) and (max-width: 768px) {
            .accountant-list li a:after {
              right: 15px; } }
          @media screen and (max-width: 512px) {
            .accountant-list li a:after {
              right: 10px;
              width: 4px;
              height: 8px;
              margin-top: -4px; } }

.photo {
  padding: 80px 0 120px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .photo {
      padding: 60px 0 70px; } }
  @media screen and (max-width: 512px) {
    .photo {
      padding: 50px 0 60px; } }
  .photo-list {
    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; }
    .photo-list:after {
      content: "";
      display: block;
      width: 31%;
      height: 0; }
  .photo-item {
    width: 31%;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .photo-item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px;
        margin-top: 2%; }
        .photo-item:nth-child(even) {
          margin-right: 0; }
        .photo-item:last-child {
          margin-right: 0; } }
    .photo-item a:hover img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
    .photo-item .photo-image {
      position: relative;
      overflow: hidden;
      margin-bottom: 10px;
      -webkit-box-shadow: 0 0 10px rgba(35, 66, 90, 0.1);
      box-shadow: 0 0 10px rgba(35, 66, 90, 0.1);
      border: 1px solid #ccc; }
      .photo-item .photo-image img {
        width: 100%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .photo-item p {
      font-weight: bold;
      font-size: 13px; }
      @media screen and (max-width: 512px) {
        .photo-item p {
          font-size: 11px; } }

.error404 {
  background: #f0f0f0;
  padding: 120px 0;
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .error404 {
      padding: 70px 0; } }
  @media screen and (max-width: 512px) {
    .error404 {
      padding: 50px 0; } }
  .error404-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 120px 60px 60px;
    text-align: center; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .error404-inner {
        padding: 70px 20px 40px; } }
    @media screen and (max-width: 512px) {
      .error404-inner {
        padding: 50px 15px 30px; } }
  .error404-title {
    font-size: 120px;
    color: #df3001;
    font-weight: bold;
    line-height: 1.4;
    font-family: "Roboto Condensed", sans-serif; }
    @media screen and (max-width: 1000px) {
      .error404-title {
        font-size: 13vw; } }
    @media screen and (max-width: 512px) {
      .error404-title {
        letter-spacing: 0.02em; } }
  .error404-subtitle {
    color: #df3001;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .error404-subtitle {
        font-size: 20px; } }
    @media screen and (max-width: 512px) {
      .error404-subtitle {
        font-size: 14px;
        margin-bottom: 50px; } }
  .error404-text {
    margin-bottom: 30px; }
    @media screen and (max-width: 512px) {
      .error404-text br {
        display: none; } }

.btn_error404 {
  max-width: 300px;
  margin: 0 auto; }

.fadeUp, .fadeLeft, .fadeRight {
  opacity: 0; }

.scaleUp {
  -webkit-transform: scale(0) translateY(0px);
  -ms-transform: scale(0) translateY(0px);
  transform: scale(0) translateY(0px); }

.move.fadeUp {
  -webkit-animation: fadeUp .8s ease-out forwards;
  animation: fadeUp .8s ease-out forwards; }

.move.fadeLeft {
  -webkit-animation: fadeLeft .7s ease-out forwards;
  animation: fadeLeft .7s ease-out forwards; }

.move.fadeRight {
  -webkit-animation: fadeRight .7s ease-out forwards;
  animation: fadeRight .7s ease-out forwards; }

.move.scaleUp {
  -webkit-animation: scaleUp .6s forwards;
  animation: scaleUp .6s forwards; }

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0) translateY(0px);
    transform: scale(0) translateY(0px); }
  50% {
    -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0); }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0) translateY(0px);
    transform: scale(0) translateY(0px); }
  50% {
    -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -o-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0); }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeUp_2 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeUp_2 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeLeft {
  0% {
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeLeft {
  0% {
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeRight {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeRight {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.topNews-list.move {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.topGuide .topGuide-bgImage_1 {
  opacity: 0; }

.topGuide .topGuide-bgImage_2 {
  opacity: 0; }

.topGuide .topGuide-bgImage_3 {
  opacity: 0; }

.topGuide.move .topGuide-bgImage, .topGuide.move .topGuide-bgImage_1, .topGuide.move .topGuide-bgImage_2, .topGuide.move .topGuide-bgImage_3 {
  -webkit-animation: fadeIn .7s ease-in forwards;
  animation: fadeIn .7s ease-in forwards; }
  .topGuide.move .topGuide-bgImage_1 {
    -webkit-animation-delay: 0;
    animation-delay: 0; }
  .topGuide.move .topGuide-bgImage_2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
  .topGuide.move .topGuide-bgImage_3 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }

.topStudy .topStudy-bgImage_1 {
  opacity: 0; }

.topStudy .topStudy-bgImage_2 {
  opacity: 0; }

.topStudy .topStudy-bgImage_3 {
  opacity: 0; }

.topStudy.move .topStudy-bgImage, .topStudy.move .topStudy-bgImage_1, .topStudy.move .topStudy-bgImage_2, .topStudy.move .topStudy-bgImage_3 {
  -webkit-animation: fadeIn .7s ease-in forwards;
  animation: fadeIn .7s ease-in forwards; }
  .topStudy.move .topStudy-bgImage_1 {
    -webkit-animation-delay: 0;
    animation-delay: 0; }
  .topStudy.move .topStudy-bgImage_2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
  .topStudy.move .topStudy-bgImage_3 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }
