@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

:root {
  font-size: 62.5%;
}

/*----- font-size -----*/
.mt-100 {
  margin-top: -100px !important;
}

.mt-95 {
  margin-top: -95px !important;
}

.mt-90 {
  margin-top: -90px !important;
}

.mt-85 {
  margin-top: -85px !important;
}

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

.mt-75 {
  margin-top: -75px !important;
}

.mt-70 {
  margin-top: -70px !important;
}

.mt-65 {
  margin-top: -65px !important;
}

.mt-60 {
  margin-top: -60px !important;
}

.mt-55 {
  margin-top: -55px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mt-45 {
  margin-top: -45px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mt-35 {
  margin-top: -35px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

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

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

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

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

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

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.ml150 {
  margin-left: 150px !important;
}

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

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

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

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mr150 {
  margin-right: 150px !important;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

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

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

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

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

@media (max-width: 767px) {
  .s-mt-100 {
    margin-top: -100px !important;
  }
  .s-mt-95 {
    margin-top: -95px !important;
  }
  .s-mt-90 {
    margin-top: -90px !important;
  }
  .s-mt-85 {
    margin-top: -85px !important;
  }
  .s-mt-80 {
    margin-top: -80px !important;
  }
  .s-mt-75 {
    margin-top: -75px !important;
  }
  .s-mt-70 {
    margin-top: -70px !important;
  }
  .s-mt-65 {
    margin-top: -65px !important;
  }
  .s-mt-60 {
    margin-top: -60px !important;
  }
  .s-mt-55 {
    margin-top: -55px !important;
  }
  .s-mt-50 {
    margin-top: -50px !important;
  }
  .s-mt-45 {
    margin-top: -45px !important;
  }
  .s-mt-40 {
    margin-top: -40px !important;
  }
  .s-mt-35 {
    margin-top: -35px !important;
  }
  .s-mt-30 {
    margin-top: -30px !important;
  }
  .s-mt-25 {
    margin-top: -25px !important;
  }
  .s-mt-20 {
    margin-top: -20px !important;
  }
  .s-mt-15 {
    margin-top: -15px !important;
  }
  .s-mt-10 {
    margin-top: -10px !important;
  }
  .s-mt-5 {
    margin-top: -5px !important;
  }
  .s-mt0 {
    margin-top: 0px !important;
  }
  .s-mt5 {
    margin-top: 5px !important;
  }
  .s-mt10 {
    margin-top: 10px !important;
  }
  .s-mt15 {
    margin-top: 15px !important;
  }
  .s-mt20 {
    margin-top: 20px !important;
  }
  .s-mt25 {
    margin-top: 25px !important;
  }
  .s-mt30 {
    margin-top: 30px !important;
  }
  .s-mt35 {
    margin-top: 35px !important;
  }
  .s-mt40 {
    margin-top: 40px !important;
  }
  .s-mt45 {
    margin-top: 45px !important;
  }
  .s-mt50 {
    margin-top: 50px !important;
  }
  .s-mt55 {
    margin-top: 55px !important;
  }
  .s-mt60 {
    margin-top: 60px !important;
  }
  .s-mt65 {
    margin-top: 65px !important;
  }
  .s-mt70 {
    margin-top: 70px !important;
  }
  .s-mt75 {
    margin-top: 75px !important;
  }
  .s-mt80 {
    margin-top: 80px !important;
  }
  .s-mt85 {
    margin-top: 85px !important;
  }
  .s-mt90 {
    margin-top: 90px !important;
  }
  .s-mt95 {
    margin-top: 95px !important;
  }
  .s-mt100 {
    margin-top: 100px !important;
  }
  .s-mt105 {
    margin-top: 105px !important;
  }
  .s-mt110 {
    margin-top: 110px !important;
  }
  .s-mt115 {
    margin-top: 115px !important;
  }
  .s-mt120 {
    margin-top: 120px !important;
  }
  .s-mt125 {
    margin-top: 125px !important;
  }
  .s-mt130 {
    margin-top: 130px !important;
  }
  .s-mt135 {
    margin-top: 135px !important;
  }
  .s-mt140 {
    margin-top: 140px !important;
  }
  .s-mt145 {
    margin-top: 145px !important;
  }
  .s-mt150 {
    margin-top: 150px !important;
  }
  .s-ml0 {
    margin-left: 0px !important;
  }
  .s-ml5 {
    margin-left: 5px !important;
  }
  .s-ml10 {
    margin-left: 10px !important;
  }
  .s-ml15 {
    margin-left: 15px !important;
  }
  .s-ml20 {
    margin-left: 20px !important;
  }
  .s-ml25 {
    margin-left: 25px !important;
  }
  .s-ml30 {
    margin-left: 30px !important;
  }
  .s-ml35 {
    margin-left: 35px !important;
  }
  .s-ml40 {
    margin-left: 40px !important;
  }
  .s-ml45 {
    margin-left: 45px !important;
  }
  .s-ml50 {
    margin-left: 50px !important;
  }
  .s-ml55 {
    margin-left: 55px !important;
  }
  .s-ml60 {
    margin-left: 60px !important;
  }
  .s-ml65 {
    margin-left: 65px !important;
  }
  .s-ml70 {
    margin-left: 70px !important;
  }
  .s-ml75 {
    margin-left: 75px !important;
  }
  .s-ml80 {
    margin-left: 80px !important;
  }
  .s-ml85 {
    margin-left: 85px !important;
  }
  .s-ml90 {
    margin-left: 90px !important;
  }
  .s-ml95 {
    margin-left: 95px !important;
  }
  .s-ml100 {
    margin-left: 100px !important;
  }
  .s-ml105 {
    margin-left: 105px !important;
  }
  .s-ml110 {
    margin-left: 110px !important;
  }
  .s-ml115 {
    margin-left: 115px !important;
  }
  .s-ml120 {
    margin-left: 120px !important;
  }
  .s-ml125 {
    margin-left: 125px !important;
  }
  .s-ml130 {
    margin-left: 130px !important;
  }
  .s-ml135 {
    margin-left: 135px !important;
  }
  .s-ml140 {
    margin-left: 140px !important;
  }
  .s-ml145 {
    margin-left: 145px !important;
  }
  .s-ml150 {
    margin-left: 150px !important;
  }
  .s-mr0 {
    margin-right: 0px !important;
  }
  .s-mr5 {
    margin-right: 5px !important;
  }
  .s-mr10 {
    margin-right: 10px !important;
  }
  .s-mr15 {
    margin-right: 15px !important;
  }
  .s-mr20 {
    margin-right: 20px !important;
  }
  .s-mr25 {
    margin-right: 25px !important;
  }
  .s-mr30 {
    margin-right: 30px !important;
  }
  .s-mr35 {
    margin-right: 35px !important;
  }
  .s-mr40 {
    margin-right: 40px !important;
  }
  .s-mr45 {
    margin-right: 45px !important;
  }
  .s-mr50 {
    margin-right: 50px !important;
  }
  .s-mr55 {
    margin-right: 55px !important;
  }
  .s-mr60 {
    margin-right: 60px !important;
  }
  .s-mr65 {
    margin-right: 65px !important;
  }
  .s-mr70 {
    margin-right: 70px !important;
  }
  .s-mr75 {
    margin-right: 75px !important;
  }
  .s-mr80 {
    margin-right: 80px !important;
  }
  .s-mr85 {
    margin-right: 85px !important;
  }
  .s-mr90 {
    margin-right: 90px !important;
  }
  .s-mr95 {
    margin-right: 95px !important;
  }
  .s-mr100 {
    margin-right: 100px !important;
  }
  .s-mr105 {
    margin-right: 105px !important;
  }
  .s-mr110 {
    margin-right: 110px !important;
  }
  .s-mr115 {
    margin-right: 115px !important;
  }
  .s-mr120 {
    margin-right: 120px !important;
  }
  .s-mr125 {
    margin-right: 125px !important;
  }
  .s-mr130 {
    margin-right: 130px !important;
  }
  .s-mr135 {
    margin-right: 135px !important;
  }
  .s-mr140 {
    margin-right: 140px !important;
  }
  .s-mr145 {
    margin-right: 145px !important;
  }
  .s-mr150 {
    margin-right: 150px !important;
  }
  .s-mb0 {
    margin-bottom: 0px !important;
  }
  .s-mb5 {
    margin-bottom: 5px !important;
  }
  .s-mb10 {
    margin-bottom: 10px !important;
  }
  .s-mb15 {
    margin-bottom: 15px !important;
  }
  .s-mb20 {
    margin-bottom: 20px !important;
  }
  .s-mb25 {
    margin-bottom: 25px !important;
  }
  .s-mb30 {
    margin-bottom: 30px !important;
  }
  .s-mb35 {
    margin-bottom: 35px !important;
  }
  .s-mb40 {
    margin-bottom: 40px !important;
  }
  .s-mb45 {
    margin-bottom: 45px !important;
  }
  .s-mb50 {
    margin-bottom: 50px !important;
  }
  .s-mb55 {
    margin-bottom: 55px !important;
  }
  .s-mb60 {
    margin-bottom: 60px !important;
  }
  .s-mb65 {
    margin-bottom: 65px !important;
  }
  .s-mb70 {
    margin-bottom: 70px !important;
  }
  .s-mb75 {
    margin-bottom: 75px !important;
  }
  .s-mb80 {
    margin-bottom: 80px !important;
  }
  .s-mb85 {
    margin-bottom: 85px !important;
  }
  .s-mb90 {
    margin-bottom: 90px !important;
  }
  .s-mb95 {
    margin-bottom: 95px !important;
  }
  .s-mb100 {
    margin-bottom: 100px !important;
  }
  .s-mb105 {
    margin-bottom: 105px !important;
  }
  .s-mb110 {
    margin-bottom: 110px !important;
  }
  .s-mb115 {
    margin-bottom: 115px !important;
  }
  .s-mb120 {
    margin-bottom: 120px !important;
  }
  .s-mb125 {
    margin-bottom: 125px !important;
  }
  .s-mb130 {
    margin-bottom: 130px !important;
  }
  .s-mb135 {
    margin-bottom: 135px !important;
  }
  .s-mb140 {
    margin-bottom: 140px !important;
  }
  .s-mb145 {
    margin-bottom: 145px !important;
  }
  .s-mb150 {
    margin-bottom: 150px !important;
  }
}

.p0 {
  padding: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.p90 {
  padding: 90px !important;
}

.p95 {
  padding: 95px !important;
}

.p100 {
  padding: 100px !important;
}

.p105 {
  padding: 105px !important;
}

.p110 {
  padding: 110px !important;
}

.p115 {
  padding: 115px !important;
}

.p120 {
  padding: 120px !important;
}

.p125 {
  padding: 125px !important;
}

.p130 {
  padding: 130px !important;
}

.p135 {
  padding: 135px !important;
}

.p140 {
  padding: 140px !important;
}

.p145 {
  padding: 145px !important;
}

.p150 {
  padding: 150px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

@media (max-width: 767px) {
  .s-p0 {
    padding: 0px !important;
  }
  .s-p5 {
    padding: 5px !important;
  }
  .s-p10 {
    padding: 10px !important;
  }
  .s-p15 {
    padding: 15px !important;
  }
  .s-p20 {
    padding: 20px !important;
  }
  .s-p25 {
    padding: 25px !important;
  }
  .s-p30 {
    padding: 30px !important;
  }
  .s-p35 {
    padding: 35px !important;
  }
  .s-p40 {
    padding: 40px !important;
  }
  .s-p45 {
    padding: 45px !important;
  }
  .s-p50 {
    padding: 50px !important;
  }
  .s-p55 {
    padding: 55px !important;
  }
  .s-p60 {
    padding: 60px !important;
  }
  .s-p65 {
    padding: 65px !important;
  }
  .s-p70 {
    padding: 70px !important;
  }
  .s-p75 {
    padding: 75px !important;
  }
  .s-p80 {
    padding: 80px !important;
  }
  .s-p85 {
    padding: 85px !important;
  }
  .s-p90 {
    padding: 90px !important;
  }
  .s-p95 {
    padding: 95px !important;
  }
  .s-p100 {
    padding: 100px !important;
  }
  .s-p105 {
    padding: 105px !important;
  }
  .s-p110 {
    padding: 110px !important;
  }
  .s-p115 {
    padding: 115px !important;
  }
  .s-p120 {
    padding: 120px !important;
  }
  .s-p125 {
    padding: 125px !important;
  }
  .s-p130 {
    padding: 130px !important;
  }
  .s-p135 {
    padding: 135px !important;
  }
  .s-p140 {
    padding: 140px !important;
  }
  .s-p145 {
    padding: 145px !important;
  }
  .s-p150 {
    padding: 150px !important;
  }
  .s-pt0 {
    padding-top: 0px !important;
  }
  .s-pt5 {
    padding-top: 5px !important;
  }
  .s-pt10 {
    padding-top: 10px !important;
  }
  .s-pt15 {
    padding-top: 15px !important;
  }
  .s-pt20 {
    padding-top: 20px !important;
  }
  .s-pt25 {
    padding-top: 25px !important;
  }
  .s-pt30 {
    padding-top: 30px !important;
  }
  .s-pt35 {
    padding-top: 35px !important;
  }
  .s-pt40 {
    padding-top: 40px !important;
  }
  .s-pt45 {
    padding-top: 45px !important;
  }
  .s-pt50 {
    padding-top: 50px !important;
  }
  .s-pt55 {
    padding-top: 55px !important;
  }
  .s-pt60 {
    padding-top: 60px !important;
  }
  .s-pt65 {
    padding-top: 65px !important;
  }
  .s-pt70 {
    padding-top: 70px !important;
  }
  .s-pt75 {
    padding-top: 75px !important;
  }
  .s-pt80 {
    padding-top: 80px !important;
  }
  .s-pt85 {
    padding-top: 85px !important;
  }
  .s-pt90 {
    padding-top: 90px !important;
  }
  .s-pt95 {
    padding-top: 95px !important;
  }
  .s-pt100 {
    padding-top: 100px !important;
  }
  .s-pt105 {
    padding-top: 105px !important;
  }
  .s-pt110 {
    padding-top: 110px !important;
  }
  .s-pt115 {
    padding-top: 115px !important;
  }
  .s-pt120 {
    padding-top: 120px !important;
  }
  .s-pt125 {
    padding-top: 125px !important;
  }
  .s-pt130 {
    padding-top: 130px !important;
  }
  .s-pt135 {
    padding-top: 135px !important;
  }
  .s-pt140 {
    padding-top: 140px !important;
  }
  .s-pt145 {
    padding-top: 145px !important;
  }
  .s-pt150 {
    padding-top: 150px !important;
  }
  .s-pl0 {
    padding-left: 0px !important;
  }
  .s-pl5 {
    padding-left: 5px !important;
  }
  .s-pl10 {
    padding-left: 10px !important;
  }
  .s-pl15 {
    padding-left: 15px !important;
  }
  .s-pl20 {
    padding-left: 20px !important;
  }
  .s-pl25 {
    padding-left: 25px !important;
  }
  .s-pl30 {
    padding-left: 30px !important;
  }
  .s-pl35 {
    padding-left: 35px !important;
  }
  .s-pl40 {
    padding-left: 40px !important;
  }
  .s-pl45 {
    padding-left: 45px !important;
  }
  .s-pl50 {
    padding-left: 50px !important;
  }
  .s-pl55 {
    padding-left: 55px !important;
  }
  .s-pl60 {
    padding-left: 60px !important;
  }
  .s-pl65 {
    padding-left: 65px !important;
  }
  .s-pl70 {
    padding-left: 70px !important;
  }
  .s-pl75 {
    padding-left: 75px !important;
  }
  .s-pl80 {
    padding-left: 80px !important;
  }
  .s-pl85 {
    padding-left: 85px !important;
  }
  .s-pl90 {
    padding-left: 90px !important;
  }
  .s-pl95 {
    padding-left: 95px !important;
  }
  .s-pl100 {
    padding-left: 100px !important;
  }
  .s-pl105 {
    padding-left: 105px !important;
  }
  .s-pl110 {
    padding-left: 110px !important;
  }
  .s-pl115 {
    padding-left: 115px !important;
  }
  .s-pl120 {
    padding-left: 120px !important;
  }
  .s-pl125 {
    padding-left: 125px !important;
  }
  .s-pl130 {
    padding-left: 130px !important;
  }
  .s-pl135 {
    padding-left: 135px !important;
  }
  .s-pl140 {
    padding-left: 140px !important;
  }
  .s-pl145 {
    padding-left: 145px !important;
  }
  .s-pl150 {
    padding-left: 150px !important;
  }
  .s-pr0 {
    padding-right: 0px !important;
  }
  .s-pr5 {
    padding-right: 5px !important;
  }
  .s-pr10 {
    padding-right: 10px !important;
  }
  .s-pr15 {
    padding-right: 15px !important;
  }
  .s-pr20 {
    padding-right: 20px !important;
  }
  .s-pr25 {
    padding-right: 25px !important;
  }
  .s-pr30 {
    padding-right: 30px !important;
  }
  .s-pr35 {
    padding-right: 35px !important;
  }
  .s-pr40 {
    padding-right: 40px !important;
  }
  .s-pr45 {
    padding-right: 45px !important;
  }
  .s-pr50 {
    padding-right: 50px !important;
  }
  .s-pr55 {
    padding-right: 55px !important;
  }
  .s-pr60 {
    padding-right: 60px !important;
  }
  .s-pr65 {
    padding-right: 65px !important;
  }
  .s-pr70 {
    padding-right: 70px !important;
  }
  .s-pr75 {
    padding-right: 75px !important;
  }
  .s-pr80 {
    padding-right: 80px !important;
  }
  .s-pr85 {
    padding-right: 85px !important;
  }
  .s-pr90 {
    padding-right: 90px !important;
  }
  .s-pr95 {
    padding-right: 95px !important;
  }
  .s-pr100 {
    padding-right: 100px !important;
  }
  .s-pr105 {
    padding-right: 105px !important;
  }
  .s-pr110 {
    padding-right: 110px !important;
  }
  .s-pr115 {
    padding-right: 115px !important;
  }
  .s-pr120 {
    padding-right: 120px !important;
  }
  .s-pr125 {
    padding-right: 125px !important;
  }
  .s-pr130 {
    padding-right: 130px !important;
  }
  .s-pr135 {
    padding-right: 135px !important;
  }
  .s-pr140 {
    padding-right: 140px !important;
  }
  .s-pr145 {
    padding-right: 145px !important;
  }
  .s-pr150 {
    padding-right: 150px !important;
  }
  .s-pb0 {
    padding-bottom: 0px !important;
  }
  .s-pb5 {
    padding-bottom: 5px !important;
  }
  .s-pb10 {
    padding-bottom: 10px !important;
  }
  .s-pb15 {
    padding-bottom: 15px !important;
  }
  .s-pb20 {
    padding-bottom: 20px !important;
  }
  .s-pb25 {
    padding-bottom: 25px !important;
  }
  .s-pb30 {
    padding-bottom: 30px !important;
  }
  .s-pb35 {
    padding-bottom: 35px !important;
  }
  .s-pb40 {
    padding-bottom: 40px !important;
  }
  .s-pb45 {
    padding-bottom: 45px !important;
  }
  .s-pb50 {
    padding-bottom: 50px !important;
  }
  .s-pb55 {
    padding-bottom: 55px !important;
  }
  .s-pb60 {
    padding-bottom: 60px !important;
  }
  .s-pb65 {
    padding-bottom: 65px !important;
  }
  .s-pb70 {
    padding-bottom: 70px !important;
  }
  .s-pb75 {
    padding-bottom: 75px !important;
  }
  .s-pb80 {
    padding-bottom: 80px !important;
  }
  .s-pb85 {
    padding-bottom: 85px !important;
  }
  .s-pb90 {
    padding-bottom: 90px !important;
  }
  .s-pb95 {
    padding-bottom: 95px !important;
  }
  .s-pb100 {
    padding-bottom: 100px !important;
  }
  .s-pb105 {
    padding-bottom: 105px !important;
  }
  .s-pb110 {
    padding-bottom: 110px !important;
  }
  .s-pb115 {
    padding-bottom: 115px !important;
  }
  .s-pb120 {
    padding-bottom: 120px !important;
  }
  .s-pb125 {
    padding-bottom: 125px !important;
  }
  .s-pb130 {
    padding-bottom: 130px !important;
  }
  .s-pb135 {
    padding-bottom: 135px !important;
  }
  .s-pb140 {
    padding-bottom: 140px !important;
  }
  .s-pb145 {
    padding-bottom: 145px !important;
  }
  .s-pb150 {
    padding-bottom: 150px !important;
  }
}

/*
.row-0 {
	margin-left:0px;
	margin-right:0px;
	> div{
		padding-right:0px;
		padding-left:0px;
	}
}
.row-10 {
	margin-left:-5px;
	margin-right:-5px;
	> div {
		padding-right:5px;
		padding-left:5px;
	}
}
.row-20 {
	margin-left:-10px;
	margin-right:-10px;
	> div {
		padding-right:10px;
		padding-left:10px;
	}
}
.row-30 {
	margin-left:-15px;
	margin-right:-15px;
	> div {
		padding-right:15px;
		padding-left:15px;
	}
}
.row-40 {
	margin-left:-20px;
	margin-right:-20px;
	> div {
		padding-right:20px;
		padding-left:20px;
	}
}
*/
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: Avenir,"Open Sans","Helvetica Neue" ,Helvetica,Arial,Verdana,Roboto,"メイリオ",Meiryo,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  width: 100vw;
  overflow-x: hidden;
  /*letter-spacing: 1px;*/
  /*@include media-pc-m {
		overflow-x: auto;
		width: 1280px;
	}*/
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    min-width: 320px;
    width: 100%;
  }
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #0d5093;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

figure {
  margin: 0;
}

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

@media (max-width: 767px) {
  .pc_view {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp_view {
    display: none;
  }
}

small {
  font-size: 80%;
}

strong, em {
  font-weight: bold;
}

::-moz-selection {
  /*background:lighten( $base-color, 40% );*/
  background: rgba(0, 147, 128, 0.3);
}

::selection {
  /*background:lighten( $base-color, 40% );*/
  background: rgba(0, 147, 128, 0.3);
}

input::-moz-selection {
  /*color: $base-font-color;*/
}

input::selection {
  /*color: $base-font-color;*/
}

textarea::-moz-selection {
  /*color: $base-font-color;*/
}

textarea::selection {
  /*color: $base-font-color;*/
}

/*
.row-0{
	margin-left:0px;
	margin-right:0px;
	> div{
		padding-right:0px;
		padding-left:0px;
	}
}
.row-10{
	margin-left:-5px;
	margin-right:-5px;
	> div{
		padding-right:5px;
		padding-left:5px;
	}
}
.row-20{
	margin-left:-10px;
	margin-right:-10px;
	> div{
		padding-right:10px;
		padding-left:10px;
	}
}
.row-30{
	margin-left:-15px;
	margin-right:-15px;
	> div{
		padding-right:15px;
		padding-left:15px;
	}
}
.row-40{
	margin-left:-20px;
	margin-right:-20px;
	> div{
		padding-right:20px;
		padding-left:20px;
	}
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.4;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: -30px;*/
}

.slick-dots {
  position: absolute;
  bottom: 80px;
  left: 10%;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .slick-dots {
    bottom: 80px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.4;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "?";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}

.header {
  position: relative;
  z-index: 2;
  min-width: 980px;
}

@media (max-width: 767px) {
  .header {
    min-width: 320px;
  }
}

.header-top {
  background: rgba(0, 147, 128, 0.8);
}

.header-inner {
  max-width: 960px;
  height: 64px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .header-inner {
    height: 46px;
  }
}

.header-logo {
  padding-top: 9px;
  padding-left: 10px;
  margin: 0;
}

@media (max-width: 767px) {
  .header-logo {
    padding-top: 6px;
  }
  .header-logo img {
    width: 64px;
  }
}

.header-menu {
  margin-left: auto;
}

@media (max-width: 767px) {
  .header-menu {
    padding: 15px 0;
    margin: 0 15px;
    border-bottom: 1px solid #ddd;
  }
}

.header-menu-text {
  color: #fff;
  margin: 0;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .header-menu-text {
    padding-top: 0;
  }
}

.header-menu .search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu .search-box span {
  color: #fff;
  margin-right: 5px;
}

.header-menu .search-box form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu .search-box-text {
  width: 165px;
  background: #fff;
  border: 1px solid #ccc;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .header-menu .search-box {
    width: 100%;
  }
  .header-menu .search-box span {
    white-space: nowrap;
  }
  .header-menu .search-box form {
    width: 100%;
  }
  .header-menu .search-box-text {
    width: 80%;
    padding: 5px;
    margin-right: 10px;
  }
}

/*.gnav {
	background: rgba($lgray , .8);
	&-inner {
		max-width: 960px;
		margin: 0 auto;
	}
	&-list {
		display: flex;
		align-items: center;
		height: 48px;
		&-item {
			border-right: 1px solid #fff;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 48px;
			font-size: 1.8rem;
			a {
				color: #fff;
				&:hover {
					text-decoration: none;
					opacity: .7;
				}
			}
			@include media-sp {
				border-right: none;
				height: 40px;
				font-size: 1.4rem;
			}
			&01 {
				width: 150px;
				border-left: 1px solid #fff;
			}
			&02 {
				width: 160px;
			}
			&03 {
				width: 130px;
			}
			&04 {
				width: 125px;
			}
			&05 {
				width: 160px;
			}
			&06 {
				width: 235px;
			}
			@include media-sp {
				&01 {
					border-left: none;
					margin-top: 10px;
				}
				&01,
				&02,
				&03,
				&04,
				&05,
				&06 {
					width: 100%;
				}
			}
		}
	}
}*/
/*.slicknav_menu {
	display: none;
}
@include media-sp {
	.js #nav {
		display:none;
	}
	.js .slicknav_menu {
		display: block;
	}
	.js #nav-recruit {
		display:none;
	}
}*/
.inquiry-btn-box {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 9999;
}

.inquiry-btn-box__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.inquiry-btn-box__inner p {
  text-align: right;
  margin: 0px;
  line-height: 140%;
}

.inquiry-btn-box__inner img {
  width: 72px;
  margin-right: 10px;
}

.inquiry-btn-box a {
  display: block;
  padding: 8px 10px 0px;
  background-color: rgba(119, 210, 64, 0.9);
  border-radius: 10px 10px 0 0;
  color: #000;
  box-shadow: 0px 0px 6px 3px #ccc;
}

.inquiry-btn-box a:hover {
  background-color: #81e654;
}

.footer {
  background: #f7f7f7 url(/common/img/common/bg_footer.png) no-repeat bottom center;
  background-size: 100% auto;
  padding: 20px 0;
  min-width: 980px;
}

@media (max-width: 767px) {
  .footer {
    min-width: 320px;
    padding: 0 0 20px;
    border-top: 1px solid #4d4d4d;
  }
}

.footer-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .footer-inner {
    padding: 0;
  }
}

.footer-link {
  border-bottom: 1px solid #ccc;
  /*padding-bottom: 20px;

		margin-bottom: 30px;*/
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.footer-link:nth-of-type(4) {
  border-bottom: none;
}

@media (max-width: 767px) {
  .footer-link {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.footer-link-heading01 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.footer-link-heading01 a {
  color: #0d5093;
}

@media (max-width: 767px) {
  .footer-link-heading01 {
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #0d5093;
    position: relative;
  }
  .footer-link-heading01 a {
    padding: 10px;
    font-size: 1.4rem;
    display: block;
    position: relative;
  }
  .footer-link-heading01 .fa-chevron-circle-down {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    color: #608db2;
  }
}

.footer-link-heading02 {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .footer-link-heading02 {
    margin-bottom: 5px;
    padding: 0 10px;
  }
}

.footer-link-group {
  line-height: 1.5;
  padding-left: 10px;
  /*margin-bottom: 20px;*/
  margin-bottom: 15px;
}

.footer-link-group a {
  font-size: 1.4rem;
  color: #4d4d4d;
}

.footer-link-group a i {
  margin-right: 5px;
  color: #999;
}

@media (max-width: 767px) {
  .footer-link-group li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.footer-link-outer {
  line-height: 1.5;
}

.footer-link-outer a {
  font-size: 1.4rem;
  color: #0d5093;
}

.footer-link-outer a i {
  margin-left: 5px;
  color: #999;
}

@media (max-width: 767px) {
  .footer-link-outer {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #0d5093;
  }
  .footer-link-outer-item {
    border-bottom: 1px solid #0d5093;
    padding: 10px;
  }
  .footer-link-outer a {
    position: relative;
    display: block;
  }
  .footer-link-outer a i {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
  }
}

.footer-link-line {
  padding-bottom: 15px;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .footer-link-line {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
}

.footer-link-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .footer-link-col {
    display: block;
  }
}

.footer-link-col-4 > div:not(:nth-of-type(1)) {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .footer-link-col-4 > div {
    width: 100%;
  }
  .footer-link-col-4 > div:not(:nth-of-type(1)) {
    margin-left: 0;
  }
}

.footer-link-col-3 > div {
  width: calc((100% - 40px) / 3);
}

.footer-link-col-3 > div:not(:nth-of-type(1)) {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .footer-link-col-3 > div {
    width: 100%;
  }
  .footer-link-col-3 > div:not(:nth-of-type(1)) {
    margin-left: 0;
  }
}

.footer-link-title {
  pointer-events: none;
}

.footer address {
  font-style: normal;
  font-size: 1.3rem;
  color: #4d4d4d;
  text-align: center;
}

@media (max-width: 767px) {
  .footer address {
    text-align: left;
    padding: 0 10px;
  }
}

/* footer アコーディオン */
@media (max-width: 767px) {
  .js-ac .js-ac-trigger {
    cursor: pointer;
    padding: 10px;
  }
  .js-ac .js-ac-trigger .fa-chevron-circle-down {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .js-ac .js-ac-target {
    display: none;
    -webkit-animation: show 1s linear 0s;
            animation: show 1s linear 0s;
    /*transition: all 0.4s;*/
    /*> * {

				height: 0;

				opacity: 0;

				visibility: hidden;

				line-height: 0;

				transition: all 0.8s;

			}*/
  }
  .js-ac.is-active .js-ac-trigger .fa-chevron-circle-down {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .js-ac.is-active .js-ac-trigger .fa-chevron-circle-down:before {
    /*content: "\f139";*/
  }
  .js-ac.is-active .js-ac-target {
    display: block;
    -webkit-animation: show 1s linear 0s;
            animation: show 1s linear 0s;
    /*> * {

					height: auto;

					line-height: 1.5;

					opacity: 1;

					visibility: visible;

					transition: all 0.8s;

				}*/
  }
  @-webkit-keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

.pagetop {
  background: #999;
  font-size: 3rem;
  position: relative;
  width: 100%;
  height: 40px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 40px;
  z-index: 1000;
  cursor: pointer;
  display: none;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  min-width: 980px;
}

@media (max-width: 767px) {
  .pagetop {
    width: 100%;
    min-width: 320px;
    height: 40px;
    line-height: 40px;
    right: 0px;
    bottom: 0px;
  }
}

.pagetop:hover {
  opacity: .8;
}

.pagetop::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(/common/img/common/icon_pagetop.png);
  background-size: 1em 1em;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: .05em;
}

@media (max-width: 767px) {
  .pagetop::before {
    width: .8em;
    height: .8em;
    background-size: .8em .8em;
    top: -0em;
  }
}

/*Air追加CSS　ここから*/
.sp-mode {
  display: none !important;
}

.form-wrap {
  display: none;
}

/*ここまで*/
.container {
  margin: 0 auto;
  min-width: 980px;
}

@media (max-width: 767px) {
  .container {
    min-width: 320px;
  }
}

.container .container {
  min-width: inherit;
}

.contents-main {
  max-width: 960px;
  margin: 0 auto 100px;
  border-bottom: 2px dotted #ccc;
}

@media (max-width: 767px) {
  .contents-main {
    margin: 0 auto 50px;
  }
}

.contents {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents {
    margin-bottom: 40px;
  }
}

.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .pc_view {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp_view {
    display: none !important;
  }
}

.w-30 {
  width: 30% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-100 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .md-w-100 {
    width: 100% !important;
  }
  .md-w-60 {
    width: 60% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-w-40 {
    width: 40% !important;
  }
  .md-w-30 {
    width: 30% !important;
  }
  .md-w-20 {
    width: 20% !important;
  }
  .md-w-15 {
    width: 15% !important;
  }
}

@media (max-width: 767px) {
  .s-w-100 {
    width: 100% !important;
  }
  .s-w-90 {
    width: 90% !important;
  }
  .s-w-80 {
    width: 80% !important;
  }
  .s-w-70 {
    width: 70% !important;
  }
  .s-w-60 {
    width: 60% !important;
  }
  .s-w-50 {
    width: 50% !important;
  }
  .s-w-40 {
    width: 40% !important;
  }
  .s-w-30 {
    width: 30% !important;
  }
}

/* line-height */
.line-height-s {
  line-height: 1.4;
}

.line-height-xs {
  line-height: 1.3;
}

/* topicpath */
.topicpath {
  padding: 0 0 30px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.topicpath i::after {
  content: "\f105";
  margin: 0 10px;
}

/* heading */
.heading01 {
  margin-bottom: 24px;
  font-size: 2.1rem;
  padding-left: 10px;
  border-left: 4px solid #000;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .heading01 {
    font-size: 2.0rem;
  }
}

.heading02 {
  margin-bottom: 24px;
  font-size: 2.1rem;
  background: #608db2;
  color: #fff;
  padding: 4px 10px;
}

.heading02 img {
  vertical-align: middle;
}

.heading02 span {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .heading02 {
    font-size: 1.8rem;
  }
  .heading02 span {
    font-size: 1.5rem;
  }
}

.heading03 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .heading03 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.heading04 {
  font-size: 2.1rem;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0 20px;
  background: #f2f2f2;
  border: 1px solid #608db2;
}

@media (max-width: 767px) {
  .heading04 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

/*20190605追加*/

.heading05 {
  margin-bottom: 24px;
  font-size: 2.1rem;
  background: #608db2;
  color: #fff;
  padding: 4px 10px;
}

.heading05 img {
  vertical-align: middle;
}

.heading05 span {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .heading05 {
    font-size: 1.8rem;
  }
  .heading05 span {
    font-size: 1.5rem;
  }
}
/*20190605追加ここまで*/

.history_page li::before {
  content: "・";
  display: inline-block;
  margin-right: 0.2em;
  text-indent: -1.2em;
}

/*icon*/
.new_icon {
  background: #f00;
  color: #fff;
  display: inline-block;
  padding: 0px 3px;
}

.number-icon {
  display: inline-block;
  margin-right: 8px;
  margin-top: 2px;
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 26px;
  vertical-align: text-top;
  border: 1px solid #333;
  background: #333;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: bold !important;
}

.icon_img01 {
  display: inline-block;
  float: left;
  width: 120px;
  text-align: center;
}

.icon_img01 img {
  max-width: 100px;
}

@media (max-width: 767px) {
  .icon_img01 {
    display: block;
    width: 100%;
    float: none;
  }
}

/* typography */
.mincho {
  /*font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', HiraMinProN-W3, HGS明朝E, 'ＭＳ Ｐ明朝', 'MS PMincho', serif;*/
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/* text */
.text-gray {
  color: #808080 !important;
}

.text-lgray {
  color: #999 !important;
}

.text-green {
  color: #009380 !important;
}

.text-ygreen {
  color: #60992a !important;
}

.text-orange {
  color: #f15a24 !important;
}

.text-blue {
  color: #0d5093 !important;
}

.text-lblue {
  color: #608db2 !important;
}

.text-purple {
  color: #794e8f !important;
}

.text-red {
  color: #c7161e !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #333 !important;
}

.text-brown {
  color: #796633 !important;
}

.text-yellow {
  color: yellow !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* background */
.bg-gray {
  background: #808080 !important;
}

.bg-lgray {
  background: #999 !important;
}

.bg-lgray02 {
  background: #f2f2f2 !important;
}

.bg-green {
  background: #009380 !important;
}

.bg-ygreen {
  background: #60992a !important;
}

.bg-orange {
  background: #f15a24 !important;
}

/*20190509追加*/
.bg-orange02 {
  background: #ff6600 !important;
}
/*20190509追加ここまで*/

.bg-blue {
  background: #0d5093 !important;
}

.bg-blue02 {
  background: #0071bc !important;
}

.bg-lblue {
  background: #608db2 !important;
}

.bg-purple {
  background: #794e8f !important;
}

.bg-red {
  background: #c7161e !important;
}

.bg-white {
  background: #fff !important;
}

.bg-black {
  background: #000 !important;
}

.bg-brown {
  background: #796633 !important;
}

.redtext2 {
  color: #c7161e !important;
}

/* border */
.bd-lblue {
  border-color: #608db2;
  border-style: solid;
}

.bd-w-03 {
  border-width: 3px;
}

.bd-orange {
  border-color: #f15a24;
  border-style: solid;
}

.bd-green {
  border-color: #009380 !important;
  border-style: solid;
}

/* font-size */
@media (min-width: 768px) {
  .font-xxxs {
    font-size: 1rem;
  }
  .font-xxs {
    font-size: 1.2rem;
  }
  .font-xs {
    font-size: 1.3rem;
  }
  .font-s {
    font-size: 1.4rem;
  }
  .font-m {
    font-size: 1.6rem;
  }
  .font-l {
    font-size: 1.8rem;
  }
  .font-xl {
    font-size: 2.1rem;
  }
  .font-xxl {
    font-size: 2.4rem;
  }
  .font-xxxl {
    font-size: 2.6rem;
  }
}

@media (max-width: 767px) {
  .font-xxxs {
    font-size: 1rem;
  }
  .font-xxs {
    font-size: 1rem;
  }
  .font-xs {
    font-size: 1rem;
  }
  .font-s {
    font-size: 1.2rem;
  }
  .font-m {
    font-size: 1.3rem;
  }
  .font-l {
    font-size: 1.4rem;
  }
  .font-xl {
    font-size: 1.6rem;
  }
  .font-xxl {
    font-size: 1.8rem;
  }
  .font-xxxl {
    font-size: 2.1rem;
  }
}

/* link */
.link-text .fa-angle-double-right,
.link-text .fa-external-link-alt {
  margin-left: 8px;
}

.link-pdf {
  margin: 0 auto;
}

.link-pdf a:hover {
  text-decoration: none;
  opacity: .7;
}

.link-pdf .fa-file-pdf {
  margin-left: 5px;
}

.link-pdf .fa-angle-right {
  margin-right: 5px;
}

/* row */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1.5%;
}

.row-item {
  padding: 0 1.5%;
}

.col-4 {
  width: 25%;
}

.col-6 {
  width: 50%;
}

@media (max-width: 767px) {
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-12 {
    width: 100%;
  }
}

/* list */
.list-item {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

.list-item::before {
  content: "・";
}

.contents-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #608db2;
}

@media (max-width: 767px) {
  .contents-list-item {
    width: 100%;
    -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
            flex-flow: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}

.contents-list-item:hover {
  text-decoration: none;
  opacity: .7;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.contents-list-item:not(:nth-of-type(4n)) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .contents-list-item:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
}

.contents-list-item figure img {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .contents-list-item figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin-right: 10px;
    text-align: center;
  }
  .contents-list-item figure img {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .contents-list-item:nth-of-type(1) img {
    width: 45px;
    height: auto;
  }
  .contents-list-item:nth-of-type(2) img {
    width: 43px;
    height: auto;
  }
  .contents-list-item:nth-of-type(3) img {
    width: 50px;
    height: auto;
  }
  .contents-list-item:nth-of-type(4) img {
    width: 41px;
    height: auto;
  }
}

.contents-list-item p {
  font-size: 2.1rem;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

.contents-list-item p span {
  font-size: 1.4rem;
  display: block;
}

@media (max-width: 767px) {
  .contents-list-item p {
    font-size: 1.6rem;
    text-align: left;
  }
  .contents-list-item p span {
    font-size: 1.3rem;
  }
}

.pickup-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.pickup-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: calc((100% - 41px) / 3);
  border: 1px solid #608db2;
  margin-bottom: 20px;
  padding: 10px 0;
  color: #608db2;
  font-size: 2.4rem;
  line-height: 1.3;
  background: #f2f2f2;
}

.pickup-list-item p {
  margin: 0;
}

@media (max-width: 767px) {
  .pickup-list-item {
    -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
            flex-flow: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: left;
  }
  .pickup-list-item i {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
  }
}

.pickup-list-item:hover {
  text-decoration: none;
  opacity: .7;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.pickup-list-item:not(:nth-of-type(3n)) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .pickup-list-item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

.pickup-list-item-strong {
  border: 4px solid #608db2;
}

@media (max-width: 767px) {
  .pickup-list-item i.color-gray {
    color: #b3b3b3;
  }
}

@media (max-width: 767px) {
  .pickup-list-item figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin-right: 10px;
    text-align: center;
  }
}

.pickup-list-item figure img {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .pickup-list-item figure img {
    margin-bottom: 0;
    width: 67px;
  }
}

@media (max-width: 767px) {
  .pickup-list-item {
    /*&:nth-of-type(1) {
					img {
						width: 70px;
						height: auto;
					}
				}
				&:nth-of-type(2) {
					img {
						width: 70px;
						height: auto;
					}
				}
				&:nth-of-type(3) {
					img {
						width: 45px;
						height: auto;
					}
				}
				&:nth-of-type(4) {
					img {
						width: 70px;
						height: auto;
					}
				}
				&:nth-of-type(5) {
					img {
						width: 45px;
						height: auto;
					}
				}
				&:nth-of-type(6) {
					img {
						width: 50px;
						height: auto;
					}
				}*/
  }
}

.pickup-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.pickup-list.col2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pickup-list.col2 .pickup-list-item {
  width: calc((100% - 25px) / 2);
  margin-right: 0;
}

.pickup-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: calc((100% - 41px) / 3);
  border: 1px solid #ffa500;
  margin-bottom: 20px;
  padding: 10px 0;
  color: #608db2;
  font-size: 2.4rem;
  line-height: 1.3;
  background: #ffffff;
}


.pickup-list-item p {
  margin: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .pickup-list-item {
    -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
            flex-flow: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: left;
  }
  .pickup-list-item i {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
  }
}

.pickup-list-item:hover {
  text-decoration: none;
  opacity: .7;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.pickup-list-item:not(:nth-of-type(3n)) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .pickup-list-item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

.pickup-list-item-strong {
  border: 4px solid #ffa500;
}

@media (max-width: 767px) {
  .pickup-list-item i.color-gray {
    color: #b3b3b3;
  }
}

@media (max-width: 767px) {
  .pickup-list-item figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin-right: 10px;
    text-align: center;
  }
}

.pickup-list-item figure img {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .pickup-list-item figure img {
    margin-bottom: 0;
    width: 67px;
  }
}

@media (max-width: 767px) {
  .pickup-list-item {
    /*&:nth-of-type(1) {
					img {
						width: 70px;
						height: auto;
					}
				}
				&:nth-of-type(2) {
					img {
						width: 70px;
						height: auto;
					}
				}
				&:nth-of-type(3) {
					img {
						width: 45px;
						height: auto;
					}
				}
				&:nth-of-type(4) {
					img {
						width: 70px;
						height: auto;
					}
				}
				&:nth-of-type(5) {
					img {
						width: 45px;
						height: auto;
					}
				}
				&:nth-of-type(6) {
					img {
						width: 50px;
						height: auto;
					}
				}*/
  }
}

.news-list-text span {
  color: #808080;
}

.news-list-text a .fa-angle-right {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .news-list-text a .fa-angle-right {
    mmargin-left: 5px;
  }
}

@media (min-width: 768px) {
  a.products-list-item:hover {
    background: #fff;
    opacity: .7;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
  }
  a.products-list-item.nohover:hover {
    background: #f2f2f2;
    opacity: 1;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}

.products-list-item {
  border: 1px dotted #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #fff;
  font-size: 1.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-list-item:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .products-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 1.4rem;
    padding: 10px;
  }
  .products-list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.products-list-img {
  width: 270px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .products-list-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .products-list-img img {
    max-width: 100%;
  }
}

.products-list-text {
  margin: 0;
  width: calc(100% - 290px);
}

@media (max-width: 767px) {
  .products-list-text {
    width: 100%;
  }
}

/* accordion */
.accordion {
  border: 2px dotted #ccc;
  padding: 10px 20px 8px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .accordion {
    padding: 10px 10px 8px;
  }
}

.accordion-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.accordion-trigger-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 20px;
}

.accordion-trigger-title span {
  font-weight: normal;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .accordion-trigger:hover {
    opacity: .7;
  }
}

@media (max-width: 767px) {
  .accordion-trigger-title {
    font-size: 1.8rem;
  }
  .accordion-trigger-title span {
    font-size: 1.4rem;
  }
}

.accordion-trigger i {
  color: #608db2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.accordion-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-target {
  margin-left: 0;
  display: none;
  position: relative;
}

.accordion-target.open {
  display: block;
}

.accordion-title {
  font-size: 2.0rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .accordion-title {
    font-size: 1.5rem;
  }
}

/* faq */
.faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq-q::before {
  content: "Q";
  color: #fff;
  margin: 6px 16px 0 0;
  background: #0071bc;
  border-radius: 40px;
  height: 34px !important;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 10px;
  padding: 10px;
}

@media (max-width: 767px) {
  .faq-q::before {
    font-size: 1.6rem;
    margin: 2px 8px 0 0;
  }
}

.faq-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.faq-a::before {
  content: "A";
  color: #fff;
  margin: 0 16px 0 0;
  background: #009380;
  border-radius: 40px;
  height: 34px !important;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 10px;
  padding: 10px;
}

@media (max-width: 767px) {
  .faq-a::before {
    line-height: 20px;
    font-size: 1.6rem;
    margin: 0 8px 0 0;
    padding-top: 5px;
  }
}

div.faq-q::before {
  margin-top: 20px;
}

div.faq-a::before {
  margin-top: 20px;
}

/* spotlight */
.spotlight {
  overflow: hidden;
}

.spotlight-img {
  float: left;
  margin: 20px 20px 20px 0;
}

/*20190410追加*/
.spotlight2-img {
  float: right;
  margin: 20px 10px 10px 20px;
}

/*20190625追加*/
.spotlight3-img {
  float: left;
  margin: 20px 50px 20px 0;
}

@media (max-width: 767px) {
  .spotlight-img {
    float: none;
    margin-right: 0;
  }
}

/*20190410追加*/
@media (max-width: 767px) {
  .spotlight2-img {
    float: right;
    margin-right: 0;
  }
}

/*20190625追加*/
@media (max-width: 767px) {
  .spotlight3-img {
    float: none;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .spotlight-img {
    float: none;
    margin-right: 0;
  }
}

/* flow */
.flow-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #60992a transparent transparent transparent;
  border-width: 40px 100px 0 100px;
  z-index: 1;
}

@media (max-width: 767px) {
  .flow-item:not(:last-child)::after {
    left: 50%;
    border-width: 30px 70px 0 70px;
    margin-left: -70px;
  }
}

.flow-item-title {
  width: 200px;
  text-align: center;
  color: #fff;
  background: #60992a;
  padding: 20px;
  margin: 0;
}

@media (max-width: 767px) {
  .flow-item-title {
    width: 100%;
    padding: 10px;
  }
}

.flow-item-box {
  width: calc(100% - 200px);
  padding: 20px;
  background: rgba(153, 153, 153, 0.1);
}

@media (max-width: 767px) {
  .flow-item-box {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #60992a;
  }
}

.flow-item-box p:first-child {
  margin-top: 0;
}

.flow-item-box p:last-child {
  margin-bottom: 0;
}

.flow-list-item {
  text-indent: -1.6em;
  padding-left: 1.6em;
  margin-bottom: 10px;
}

/* label */
.label-new {
  background: #c7161e;
  color: #fff;
  padding: 0 6px;
  margin-left: 8px;
}

/* box */
.box {
  /*padding: 25px;*/
  border: 1px solid #608db2;
  margin-top: -20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .box {
    margin-bottom: 30px;
  }
}

.box-dot {
  border: 1px dotted #666;
}

.box-gray {
  border: none;
  background: #f7f7f7;
}

.box-lblue {
  border: none;
  background: #608db2;
}

.mod-box {
  padding: 15px 15px 10px;
}

.round-box {
  border-radius: 4px;
  padding: 15px 15px 10px;
}

.border-ygreen {
  border: 2px solid #60992a;
}

.border-green {
  border: 2px solid #009380;
}

.box-supplement {
  border: 1px solid #999;
  padding: 20px;
  margin-bottom: 40px;
}

.box-supplement-title {
  margin: 0 0 5px;
}

.box-supplement-title i {
  margin-right: 8px;
}

/* topics */
.topics {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .topics {
    margin-bottom: 30px;
  }
}

.topics-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.topics-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: calc((100% - 41px) / 3);
  margin-bottom: 20px;
  padding: 10px;
  color: #608db2;
  border: 4px solid #608db2;
  background: #f2f2f2;
}

.topics-list-item:hover {
  text-decoration: none;
  opacity: .7;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
  background: #fff;
}

@media (max-width: 767px) {
  .topics-list-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.topics-list-item:not(:nth-of-type(3n)) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .topics-list-item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .topics-list-item:nth-of-type(3) {
    margin-bottom: 25px;
  }
}

.topics-list-item figure {
  height: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .topics-list-item figure {
    height: 65px;
  }
}

.topics-list-item figure img {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .topics-list-item figure img {
    height: 100%;
  }
}

.topics-list-text {
  margin: 0;
  font-size: 2.6rem;
  line-height: 1.3;
}

.topics-list-text-sub {
  font-size: 2.1rem;
  color: #666;
}

@media (max-width: 767px) {
  .topics-list-text {
    font-size: 1.6rem;
  }
  .topics-list-text-sub {
    font-size: 1.4rem;
  }
}

.topics-list-label {
  font-size: 1.8rem;
  background: #f00;
  color: #fff;
  padding: 0 2px;
}

@media (max-width: 767px) {
  .topics-list-label {
    font-size: 1.3rem;
  }
}

/* features */
.features {
  margin: 0 15px;
}

.features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 0 -15px;
}

.features-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: calc((100% - 41px) / 3);
  margin-bottom: 20px;
  padding: 10px;
  color: #608db2;
  border: 1px solid #608db2;
  background: #fff;
}

@media (max-width: 767px) {
  .features-list-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.features-list-item:hover {
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.features-list-item:not(:nth-of-type(3n)) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .features-list-item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .features-list-item:nth-of-type(3) {
    margin-bottom: 25px;
  }
}

.features-list-item figure {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .features-list-item figure {
    height: 65px;
  }
}

.features-list-item figure img {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .features-list-item figure img {
    height: 100%;
    margin-bottom: 10px;
  }
}

.features-list-text {
  margin: 0;
  font-size: 2.6rem;
  line-height: 1.3;
}

.features-list-text-sub {
  font-size: 2.1rem;
  color: #666;
}

@media (max-width: 767px) {
  .features-list-text {
    font-size: 1.6rem;
  }
  .features-list-text-sub {
    font-size: 1.4rem;
  }
}

.features-list-link {
  font-size: 1.8rem;
  color: #666;
}

.features-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .features-list-link {
    font-size: 1.3rem;
  }
}

/* lead */
.section-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  background: #f7f7f7;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .section-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 30px;
    padding: 15px;
  }
}

.section-lead-img {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .section-lead-img {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .section-lead-img img {
    width: 70%;
  }
}

.section-lead-text p {
  margin-top: 0;
}

.section-lead-text p:last-child {
  margin-bottom: 0;
}

/* 20180911追加 */
.section-lead2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px;
  background: #ffffff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-lead2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
            flex-flow: column;
    margin-bottom: 30px;
    padding: 15px;
  }
}

/* 20180911追加ここまで */
.section-lead-img {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .section-lead-img {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .section-lead-img img {
    width: 70%;
  }
}

/* 20180913追加 */
.section-lead2-img {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .section-lead2-img {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .section-lead2-img img {
    width: 70%;
  }
}

/* 20180913追加ここまで */
.section-lead-text p {
  margin-top: 0;
}

/* 20180913追加 */
.section-lead2-text p {
  padding: 10px;
  background: #f42543;
  margin-top: 0;
}

/* 20180913追加ここまで */
.section-lead-text p:last-child {
  margin-bottom: 0;
}

/* border */
.border-bottom {
  border-bottom: 1px solid #808080;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.border-bottom-dot {
  border-bottom: 1px dotted #808080;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.border-bottom-dot02 {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* table */
.mod-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

.mod-table th, .mod-table td {
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #009380;
  text-align: left;
}

.mod-table th {
  font-weight: bold;
  width: 25%;
}

.mod-table td {
  width: 75%;
}

.mod-table td p {
  font-weight: normal;
  margin: 0;
}

.mod-table td p:not(:last-child) {
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .mod-table {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .mod-table th, .mod-table td {
    width: 100%;
    display: block;
    padding-right: 0;
  }
  .mod-table th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .mod-table td {
    padding-top: 0;
    font-weight: normal;
  }
}

.seminar-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
}

.seminar-table th, .seminar-table td {
  padding: 8px 20px;
  vertical-align: top;
  border: 1px solid #4d4d4d;
  text-align: left;
}

.seminar-table th {
  background: #e6e6e6;
  vertical-align: middle;
}

.seminar-table th:nth-of-type(1) {
  width: 30%;
}

.seminar-table td {
  text-align: left;
}

@media (max-width: 767px) {
  .seminar-table {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .seminar-table th, .seminar-table td {
    width: 100%;
    display: block;
    padding: 8px;
  }
  .seminar-table th {
    display: none;
  }
}

.training-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
}

.training-table th, .training-table td {
  padding: 8px 20px;
  vertical-align: top;
  border: 1px solid #4d4d4d;
  text-align: left;
}

.training-table th {
  background: #e6e6e6;
  width: 30%;
  vertical-align: middle;
}

.training-table td {
  text-align: left;
}

@media (max-width: 767px) {
  .training-table {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .training-table th, .training-table td {
    width: 100%;
    display: block;
    padding: 8px;
  }
  .training-table th {
    display: none;
  }
}

.price-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #60992a;
  border-top: 1px solid #60992a;
}

.price-table caption {
  background: #f2f2f2;
}

.price-table th, .price-table td {
  padding: 8px;
  text-align: center;
}

.price-table th:first-child, .price-table td:first-child {
  text-align: left;
}

.price-table th {
  font-weight: bold;
  background: #999;
  vertical-align: middle;
}

.price-table td {
  border-bottom: 1px solid #60992a;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .price-table {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .price-table th {
    display: none;
  }
  .price-table td {
    width: 100%;
    display: block;
    text-align: left;
  }
  .price-table td:not(:first-child) {
    padding-top: 0;
  }
  .price-table td:first-child {
    font-weight: bold;
  }
}

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

.d-block {
  display: block;
}

@media (max-width: 767px) {
  .d-xs-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .d-xs-block {
    display: block;
  }
}

.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

/* card */
.card {
  background: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  border: none;
  color: #111;
  margin-bottom: 26px;
}

.card:hover {
  cursor: pointer;
}

.card figure {
  overflow: hidden;
}

.card-img {
  width: 100%;
}

@media (min-width: 768px) {
  .card-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
}

@media (min-width: 768px) {
  .card:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.card-block {
  padding: 15px 24px;
}

@media (max-width: 767px) {
  .card-block {
    padding: 10px;
  }
}

.card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .card-title {
    margin-bottom: 0;
    line-height: 1;
  }
}

.card-date {
  font-family: Rawson Light;
  font-size: 1.8rem;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .card-date {
    margin-right: 10px;
    font-size: 1.3rem;
  }
}

.card-label {
  text-align: center;
  height: 24px;
  font-size: 1.3rem;
  padding: 0 20px;
  color: #fff;
  line-height: 24px;
}

.card-label-news {
  background: #0d5093;
}

.card-label-efforts {
  background: #ff5975;
}

.card-label-products {
  background: #ff9409;
}

.card-label-recruit {
  background: #3dbb7b;
}

@media (max-width: 767px) {
  .card-label {
    height: 20px;
    line-height: 20px;
    font-size: 1.1rem;
  }
}

.card-name {
  background: #445766;
  text-align: center;
  height: 24px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 24px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .card-name {
    width: 100%;
    font-size: 1.2rem;
  }
}

.card-text {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .card-text {
    font-size: 1.2rem;
    padding: 10px 12px 0 0;
  }
}

.card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.card-body-text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 10px;
  margin-bottom: 0;
}

.card-body i {
  font-size: 2.2rem;
  color: rgba(0, 92, 161, 0.8);
}

@media (max-width: 767px) {
  .card-body {
    padding: 12px;
  }
  .card-body-text {
    font-size: 1.3rem;
  }
  .card-body i {
    margin-left: auto;
  }
}

.card .icon-new {
  position: absolute;
  top: 4px;
  left: 6px;
  font-family: Rawson MediumIt;
  color: #fff;
  text-shadow: 2px 1px 0px rgba(68, 87, 102, 0.9);
  font-size: 2.4rem;
  line-height: 1;
  z-index: 1;
}

@media (max-width: 767px) {
  .card .icon-new {
    font-size: 1.6rem;
  }
}

.card.label-new::after {
  content: "";
  position: absolute;
  background: #5fc1bf;
  width: 86px;
  height: 86px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -50px;
  left: -50px;
}

@media (max-width: 767px) {
  .card.label-new::after {
    width: 66px;
    height: 66px;
    top: -40px;
    left: -40px;
  }
}

/* information */
.information {
  background: #d9f5ff url(/img/bg_information.png) no-repeat;
  background-position: left bottom;
  padding: 35px 0 30px;
  background-size: 650px;
}

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

@media (max-width: 767px) {
  .information {
    background: #d9f5ff url(/img/bg_information_sp.png) no-repeat/contain;
    background-position: left bottom;
    /*padding: 24px 20px 60px;*/
    padding: 24px 10px 0px;
  }
  .information .inner {
    display: block;
  }
}

.information-heading {
  width: 25%;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .information-heading {
    width: 100%;
  }
}

.information-title {
  max-width: 320px;
}

.information-title img {
  width: 232px;
}

@media (max-width: 767px) {
  .information-title {
    width: 50%;
  }
}

.information-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  width: calc(75% - 40px);
}

@media (max-width: 767px) {
  .information-list {
    width: 100%;
  }
}

.information-list__item {
  width: calc((100% - 32px) / 3);
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin-bottom: 10px;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  color: #333;
}

.information-list__item:not(:nth-of-type(3n)) {
  margin-right: 16px;
}

@media (min-width: 768px) {
  .information-list__item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    color: #005ca1;
  }
}

@media (max-width: 1280px) {
  .information-list__item {
    /*width: 180px;
				height: 180px;*/
    /*&:not(:last-child) {
					margin-right: 10px;
				}*/
  }
}

@media (max-width: 767px) {
  .information-list__item {
    width: 49%;
    padding: 7px 0 7px 7px;
    /*width: 120px;
				height: 120px;
				margin: 0 6px 12px!important;
				padding: 0 8px;
				&:not(:last-child) {
					margin-right: 0;
				}*/
  }
  .information-list__item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

.information-list__img {
  text-align: center;
  margin-right: 15px;
  width: 50px;
  /*padding: 40px 52px 30px;*/
}

@media (max-width: 767px) {
  .information-list__img {
    margin-right: 5px;
    width: 40px;
    /*padding: 20px 30px 10px;*/
  }
}

.information-list__img img {
  width: 100%;
}

@media (max-width: 767px) {
  .information-list__img img {
    width: 40px;
  }
}

.information-list__text {
  width: calc(100% - 65px);
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 1280px) {
  .information-list__text {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .information-list__text {
    width: calc(100% - 50px);
  }
}

.information-list__text i {
  color: rgba(0, 92, 161, 0.8);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .information-list__text {
    font-size: 1.3rem;
  }
}

/* product__list */
.product__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.product__list:hover {
  cursor: pointer;
}

.product__list__item {
  width: 49%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 82px;
  padding-right: 16px;
  margin-bottom: 16px;
  color: #333;
}

.product__list__item:hover {
  color: #005ca1 !important;
}

@media (max-width: 767px) {
  .product__list__item {
    margin-bottom: 12px;
    height: 119px;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    position: relative;
  }
}

.product__list__item:nth-of-type(odd) {
  margin-right: 2%;
}

.product__list__item figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media (min-width: 768px) {
  .product__list__item figure img {
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
  }
}

@media (max-width: 767px) {
  .product__list__item figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78px;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product__list__item:nth-of-type(1) {
  padding-left: 23px;
}

.product__list__item:nth-of-type(1) img {
  width: 36px;
}

@media (max-width: 767px) {
  .product__list__item:nth-of-type(1) {
    padding-left: 0;
  }
}

.product__list__item:nth-of-type(2) {
  padding-left: 16px;
}

.product__list__item:nth-of-type(2) img {
  width: 50px;
}

@media (max-width: 767px) {
  .product__list__item:nth-of-type(2) {
    padding-left: 0;
  }
}

.product__list__item:nth-of-type(3) {
  padding-left: 18px;
}

.product__list__item:nth-of-type(3) img {
  width: 47px;
}

@media (max-width: 767px) {
  .product__list__item:nth-of-type(3) {
    padding-left: 0;
  }
}

.product__list__item:nth-of-type(4) {
  padding-left: 16px;
}

.product__list__item:nth-of-type(4) img {
  width: 50px;
}

@media (max-width: 767px) {
  .product__list__item:nth-of-type(4) {
    padding-left: 0;
  }
}

.product__list__item:nth-of-type(5) {
  padding-left: 18px;
}

.product__list__item:nth-of-type(5) img {
  width: 48px;
}

@media (max-width: 767px) {
  .product__list__item:nth-of-type(5) {
    padding-left: 0;
  }
}

.product__list__item:nth-of-type(6) {
  padding-left: 16px;
}

.product__list__item:nth-of-type(6) img {
  width: 50px;
}

@media (max-width: 767px) {
  .product__list__item:nth-of-type(6) {
    padding-left: 0;
  }
}

.product__list__item:nth-of-type(7) {
  padding-left: 16px;
}

.product__list__item:nth-of-type(7) img {
  width: 50px;
}

@media (max-width: 767px) {
  .product__list__item:nth-of-type(7) {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .product__list__item:hover figure img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation: smallToBig 900ms alternate infinite ease;
            animation: smallToBig 900ms alternate infinite ease;
  }
  @-webkit-keyframes smallToBig {
    from {
      -webkit-transform: scale(0.6);
    }
    to {
      -webkit-transform: scale(1);
    }
  }
}

.product__list__text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .product__list__text {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
}

@media (max-width: 767px) {
  .product__list__text {
    font-size: 1.3rem;
    padding: 0 16px 0 12px;
  }
}

.product__list i {
  color: rgba(0, 92, 161, 0.8);
  margin-left: auto;
}

@media (max-width: 767px) {
  .product__list i {
    position: absolute;
    right: 0px;
    bottom: 15px;
  }
}

/* pagination */
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination a:hover {
  text-decoration: none;
  opacity: .7;
}

.pagination-num a {
  width: 30px;
  height: 30px;
  margin: 0 6px;
  border: 1px solid #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .pagination-num a {
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
  }
}

.pagination-num.current a {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff;
  cursor: default;
}

@media (min-width: 768px) {
  .pagination-num.current a:hover {
    opacity: 1;
  }
}

.pagination-back a, .pagination-next a {
  border: 1px solid #808080;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  color: #333;
}

@media (max-width: 767px) {
  .pagination-back a, .pagination-next a {
    height: 24px;
    padding: 0 6px;
  }
}

.pagination-back span, .pagination-next span {
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .pagination-back span, .pagination-next span {
    height: 24px;
    padding: 0 6px;
  }
}

.pagination-back i {
  margin-right: 6px;
}

.pagination-next i {
  margin-left: 6px;
}

/* pagination */
.pagenate-box > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .pagenate-box > ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.page-numbers li {
  height: 30px;
  margin: 0 6px;
  border: 1px solid #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .page-numbers li {
    height: 24px;
    font-size: 1.2rem;
    margin: 0 3px 10px;
  }
}

.page-numbers li .dots {
  width: 30px;
  text-align: center;
}

.page-numbers a.page-numbers {
  width: 30px;
  text-align: center;
}

.page-numbers a.page-numbers.next {
  width: 80px;
}

@media (max-width: 767px) {
  .page-numbers a.page-numbers.next {
    width: 50px;
  }
}

.page-numbers a.page-numbers.prev {
  width: 80px;
}

@media (max-width: 767px) {
  .page-numbers a.page-numbers.prev {
    width: 50px;
  }
}

.page-numbers .current {
  text-align: center;
  width: 30px;
}

.page-numbers .current a {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff;
  cursor: default;
}

@media (min-width: 768px) {
  .page-numbers .current a:hover {
    opacity: 1;
  }
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination a:hover {
  text-decoration: none;
  opacity: .7;
}

.pagination-num a {
  width: 30px;
  height: 30px;
  margin: 0 6px;
  border: 1px solid #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .pagination-num a {
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
  }
}

.pagination-num.current a {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff;
  cursor: default;
}

@media (min-width: 768px) {
  .pagination-num.current a:hover {
    opacity: 1;
  }
}

.pagination-back a, .pagination-next a {
  border: 1px solid #808080;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  color: #333;
}

@media (max-width: 767px) {
  .pagination-back a, .pagination-next a {
    height: 24px;
    padding: 0 6px;
  }
}

.pagination-back span, .pagination-next span {
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .pagination-back span, .pagination-next span {
    height: 24px;
    padding: 0 6px;
  }
}

.pagination-back i {
  margin-right: 6px;
}

.pagination-next i {
  margin-left: 6px;
}

/* form */
input,
button,
textarea,
select {
  background: none;
  border: 1px solid #ccc;
  font-family: inherit;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
  border: 1px solid #c7ccd1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #e1eaf0;
  padding: 5px 10px;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  box-shadow: 0 0 4px #0d5093;
  border: 1px solid #005ca1;
  background: #fff;
}

:placeholder-shown {
  color: #aaa;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

.bold {
  font-weight: bold;
}

/*option*/
.youtube-box {
  width: 600px;
  height: 400px;
}

@media (max-width: 767px) {
  .youtube-box {
    width: 100%;
    height: 220px;
  }
}

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

.logobox01 img {
  display: inline-block;
}

.request-list {
  overflow: hidden;
}

.request-list li {
  margin-right: 20px;
  display: block;
  float: none !important;
}

.word-break {
  word-break: break-all;
}

/*
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/
/* -----------------------------------------------
Screen style's
----------------------------------------------- */
.menu-container {
  width: 100%;
  margin: 0 auto;
  background: rgba(153, 153, 153, 0.8);
}

.menu-mobile {
  display: none;
  /*padding: 20px;*/
  color: #fff;
  margin-left: auto;
}

.menu-mobile:hover {
  text-decoration: none;
}

.menu-mobile:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  display: inline-block;
  font-size: 2.4rem;
  /*padding: 0;
	float: right;*/
  position: relative;
  top: 0;
  right: 10px;
  font-weight: bold;
}

.menu-dropdown-icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  display: none;
  cursor: pointer;
  float: right;
  /*padding: 1em;*/
  padding: 10px 13px;
  background: #fff;
  color: #333;
  font-weight: bold;
}

.menu {
  max-width: 960px;
  margin: 0 auto;
}

.menu > ul {
  position: relative;
  max-width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*.menu > ul:before,
.menu > ul:after {
	content: "";
	display: table;
}

.menu > ul:after {
	clear: both;
}*/
.menu > ul > li {
  /*float: left;*/
  /*background: #e9e9e9;*/
  /*padding: 0;
	margin: 0;*/
}

.menu > ul > li a {
  text-decoration: none;
  display: block;
  text-align: center;
  height: 48px;
  border-right: 1px solid #fff;
  color: #fff;
  padding-top: 11px;
}

@media (max-width: 767px) {
  .menu > ul > li a {
    height: auto;
    text-align: left;
    padding-top: 0;
  }
}

.gnav-list-item01 a {
  width: 150px;
  border-left: 1px solid #fff;
}

@media (max-width: 767px) {
  .gnav-list-item01 a {
    border-left: none;
    margin-top: 10px;
    width: 100%;
  }
}

.gnav-list-item02 a {
  width: 160px;
}

@media (max-width: 767px) {
  .gnav-list-item02 a {
    width: 100%;
  }
}

.gnav-list-item03 a {
  width: 130px;
}

@media (max-width: 767px) {
  .gnav-list-item03 a {
    width: 100%;
  }
}

.gnav-list-item04 a {
  width: 125px;
}

@media (max-width: 767px) {
  .gnav-list-item04 a {
    width: 100%;
  }
}

.gnav-list-item05 a {
  width: 160px;
}

@media (max-width: 767px) {
  .gnav-list-item05 a {
    width: 100%;
  }
}

.gnav-list-item06 a {
  width: 235px;
}

@media (max-width: 767px) {
  .gnav-list-item06 a {
    width: 100%;
  }
}

.recruit-nav-list-item01 > a {
  width: 140px;
}

@media (max-width: 767px) {
  .recruit-nav-list-item01 > a {
    width: 100%;
  }
}

.recruit-nav-list-item02 > a {
  width: 140px;
}

@media (max-width: 767px) {
  .recruit-nav-list-item02 > a {
    width: 100%;
  }
}

.recruit-nav-list-item03 > a {
  width: 180px;
}

@media (max-width: 767px) {
  .recruit-nav-list-item03 > a {
    width: 100%;
  }
}

.recruit-nav-list-item04 > a {
  width: 260px;
}

@media (max-width: 767px) {
  .recruit-nav-list-item04 > a {
    width: 100%;
  }
}

.recruit-nav-list-item05 > a {
  width: 240px;
}

@media (max-width: 767px) {
  .recruit-nav-list-item05 > a {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .menu > ul > li:hover {
    /*background: rgba(#4a5b5e, .9);*/
    background: rgba(153, 153, 153, 0.9);
  }
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  /*background: rgba(#4a5b5e, .9);*/
  background: rgba(153, 153, 153, 0.9);
  position: absolute;
  z-index: 50;
  left: 0;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li {
  width: 30%;
  background: none;
  float: left;
}

.menu > ul > li > ul > li a {
  color: #fff;
  padding: 12px 15px 8px;
  display: block;
  font-size: 1.4rem;
  text-align: left;
  -webkit-animation: show 1s linear 0s;
          animation: show 1s linear 0s;
}

@media (max-width: 767px) {
  .menu > ul > li > ul > li a {
    font-size: 1.2rem;
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.menu > ul > li > ul > li a:hover {
  /*background: #143a41;*/
  background: #808080;
}

.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  /*padding: 1em 0;*/
}

/* -----------------------------------------------
Mobile style's
----------------------------------------------- */
@media (max-width: 767px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
    -webkit-animation: show 1s linear 0s;
            animation: show 1s linear 0s;
  }
  .menu-mobile.open::after {
    content: "\f00d";
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu {
    margin: 0 auto;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 10px;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    /*margin-top: 20px;*/
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
    margin-bottom: 46px;
  }
}

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-block.button-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.button-block.button-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 18px;
  height: 36px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .button {
    padding: 5px 6px;
    height: auto;
    font-size: 1.4rem;
  }
}

a.button:hover {
  text-decoration: none;
  opacity: .8;
}

.button-s {
  height: 56px;
}

@media (max-width: 767px) {
  .button-s {
    height: 44px;
  }
}

.button-l {
  height: 80px;
}

@media (max-width: 767px) {
  .button-l {
    height: 60px;
  }
}

.button-blue {
  width: 100%;
  height: auto;
  border: 2px solid #29abe2;
  font-size: 2rem;
  font-weight: bold;
}

.button-blue .fa-angle-right,
.button-blue .fa-external-link-alt {
  margin-left: 10px;
}

.button-blue:hover {
  background: #29abe2;
  color: #fff;
}

@media (max-width: 767px) {
  .button-blue {
    width: 100%;
  }
}

.button-blue2 {
  width: 100%;
  border: 1px solid #29abe2;
}

.button-blue2 .fa-angle-right,
.button-blue2 .fa-external-link-alt {
  margin-left: 10px;
}

.button-blue2:hover {
  background: #29abe2;
  color: #fff;
}

@media (max-width: 767px) {
  .button-blue2 {
    width: 100%;
  }
}

/*20190530追加*/

.button-blue3 {
  width: 100%;
  border: 1px solid #66ccff;
  background-color: #66ccff;
}

.button-blue3 .fa-angle-right,
.button-blue3 .fa-external-link-alt {
  margin-left: 10px;
}

.button-blue3:hover {
  background: #fff;
  color: #66ccff;
}

@media (max-width: 767px) {
  .button-blue3 {
    width: 100%;
  }
}

/*20190530追加ここまで*/

.button-orange {
  width: 100%;
  height: auto;
  font-size: 2rem;
  border: 2px solid #f15a24;
  color: #f15a24;
}

.button-orange .fa-angle-right,
.button-orange .fa-external-link-alt {
  margin-left: 10px;
}

.button-orange:hover {
  background: #f15a24;
  color: #fff;
}

@media (max-width: 767px) {
  .button-orange {
    width: 100%;
  }
}

.btn-style01 {
  display: inline-block;
  background: #0071bc;
  color: #fff;
  border-radius: 9px;
  font-family: Arial;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
  border: 1px solid #0071bc;
}

.btn-style01 i {
  margin-left: 10px;
}

.btn-style01:hover {
  background: #fff;
  color: #0071bc;
}

.btn-style02 {
  display: inline-block;
  background: #009380;
  color: #fff;
  border-radius: 9px;
  font-family: Arial;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
  border: 1px solid #009380;
}

.btn-style02 i {
  margin-left: 10px;
}

.btn-style02:hover {
  background: #fff;
  color: #009380;
}

.dl-button {
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 10px;
  width: 240px;
}

/*20190509追記*/
.dl-button2 {
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 10px;
  width: 200px;
  margin: 0 auto;
}

.dl-button-text {
  margin: 0;
  margin-top: auto;
}

.dl-button:hover {
  text-decoration: none;
  opacity: .8;
}

@media (max-width: 767px) {
  .dl-button {
    padding: 5px 6px;
    height: auto;
    font-size: 1.4rem;
    width: 84%;
    margin: 0 8%;
  }
}

.dl-button-w {
  padding: 8px 16px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 10px;
  width: auto;
}

.dl-button-w img {
  margin-right: 16px;
}

.dl-button-w-text {
  margin: 0;
}

.dl-button-w:hover {
  text-decoration: none;
  opacity: .8;
}

@media (max-width: 767px) {
  .dl-button-w {
    padding: 5px 6px;
    height: auto;
    min-height: 40px;
    font-size: 1.2rem;
    width: 100%;
  }
  .dl-button-w img {
    margin-right: 8px;
    max-width: 100px;
  }
}

/*20190509追記*/
.dl-button2 {
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 10px;
  width: 200px;
  margin: 0 auto;
}

.application-button {
  color: #fff;
  padding: 8px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  border-radius: 10px;
  background: #0071bc;
  width: 384px;
}

@media (max-width: 767px) {
  .application-button {
    padding: 5px 6px;
    height: auto;
    font-size: 1.2rem;
    width: 100%;
  }
}

/*20190509追記*/
  .dl-button2 {
    padding: 5px 6px;
    height: auto;
    font-size: 1.4rem;
    width: 80%;
    margin: 0 auto;
  }
}
a.application-button:hover {
  text-decoration: none;
  opacity: .8;
}

.email-button {
  color: #fff;
  padding: 0 32px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  border-radius: 10px;
  background: #0071bc;
}

.email-button:hover {
  text-decoration: none;
  opacity: .8;
}

@media (max-width: 767px) {
  .email-button {
    padding: 4px;
    font-size: 1.2rem;
    width: 100%;
  }
}

/**/
table, .table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 40px;
}

table th, table td, .table th, .table td {
  text-align: left;
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  table th, table td, .table th, .table td {
    display: block;
    margin-top: -1px;
    width: 100% !important;
  }
}

table th, .table th {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  table th, .table th {
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

table td, .table td {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  table td, .table td {
    padding-left: 0;
  }
}

.table-center th,
.table-center td {
  text-align: center !important;
}

.table-middle th,
.table-middle td {
  vertical-align: middle !important;
}

.table-style01 caption {
  caption-side: top;
  color: #333;
}

.table-style01 th,
.table-style01 td {
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.table-style01 tr:last-child th, .table-style01 tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.table-style01 th {
  background: #E7EDF3;
  font-weight: normal;
}

.table-style01 th.th-l {
  width: 440px;
}

.table-style01 th.th-m {
  width: 300px;
}

.table-style01 th.th-s {
  width: 114px;
}

.table-style01 th.th-s0 {
  width: auto;
}

.table-style01 th.th-s2 {
  width: 160px;
}

.table-style01 th.th-xs {
  width: 60px;
}

.table-style01 th.th-xxs {
  width: 50px;
}

.table-style01 .table-style01__heading {
  background: #e6e6e6;
}

.table-style01 td ul {
  margin-bottom: -5px;
}

.table-style01 td ul li {
  margin-bottom: 5px;
  background: url(../img/icons/icon-circle_black-4.png) no-repeat left 0.6em;
  background-size: 4px auto;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .s-table-inline th, .s-table-inline td {
    display: inline !important;
  }
  .s-table-inline td {
    margin-right: 10px;
  }
}

.table-style02 th {
  padding-left: 20px;
  background: #E7EDF3;
}

.table-style02-m th,
.table-style02-m td {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .table-style02-m th,
  .table-style02-m td {
    font-size: 1.2rem;
  }
}

.table-style02-l th,
.table-style02-l td {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .table-style02-l th,
  .table-style02-l td {
    font-size: 1.2rem;
  }
}

.table-style02 .bg-pink {
  background: #ffecec;
}

.table-style02 caption {
  color: #333;
  margin-bottom: 15px;
  caption-side: top;
}

.dl-style01 {
  border-top: 1px solid #ccc;
}

.dl-style01 dt, .dl-style01 dd {
  padding: 8px 6px;
  border-bottom: 1px solid #ccc;
}

.dl-style01 dt {
  padding-left: 20px;
  background: #E7EDF3;
}

.dl-style01 dd {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .table-scroll {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .table-scroll table {
    width: 100%;
    margin-bottom: 0;
    table-layout: auto;
  }
  .table-scroll table th,
  .table-scroll table td {
    display: table-cell;
  }
}

.table-scroll::-webkit-scrollbar {
  height: 3px;
}

.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

/*column*/
.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.column .col2 {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .column .col2 {
    width: 100%;
  }
}

.column .col_2 {
  width: calc(20% - 20px);
}

@media screen and (max-width: 767px) {
  .column .col_2 {
    width: 100%;
  }
}

.column .col_3 {
  width: calc(30% - 20px);
}

@media screen and (max-width: 767px) {
  .column .col_3 {
    width: 100%;
  }
}

.column .col_4 {
  width: calc(40% - 20px);
}

@media screen and (max-width: 767px) {
  .column .col_4 {
    width: 100%;
  }
}

.column .col_6 {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .column .col_6 {
    width: 100%;
  }
}

.column .col_7 {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .column .col_7 {
    width: 100%;
  }
}

.column .col_8 {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .column .col_8 {
    width: 100%;
  }
}

.column .col_10 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .column .col_10 {
    width: 100%;
  }
}

/*indent*/
.indent {
  display: table;
}

.indent > *:first-child {
  display: table-cell;
  white-space: nowrap;
  padding: 0 10px 0 0px;
}

.fitsize {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .s-fitsize {
    width: 100%;
  }
}

.index-hero {
  background: url(/common/img/index/bg_hero.jpg) no-repeat top center;
  background-size: cover;
  height: 312px;
  margin-top: -112px;
  padding-top: 112px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .index-hero {
    height: 100px;
    margin-top: 0px;
    padding-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.index-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .index-hero-inner {
    padding: 0;
  }
  .index-hero-inner img {
    margin-top: -46px;
  }
}

.index-hero-heading {
  font-size: 2.4rem;
  margin: 0;
}

@media (max-width: 767px) {
  .index-hero-heading {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 0 10px;
  }
}

.index-hero-text-main {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .index-hero-text-main {
    font-size: 1.8rem;
    margin-top: 0;
    padding: 0 10px;
  }
}

.index-hero-text-sub {
  font-size: 1.8rem;
  margin: 0;
}

@media (max-width: 767px) {
  .index-hero-text-sub {
    font-size: 1.3rem;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

.index-bnr {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .index-bnr {
    margin-bottom: 30px;
  }
}

.index-bnr-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.index-bnr-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 112px;
  width: calc((100% - 41px) / 3);
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.3rem;
}

@media (max-width: 767px) {
  .index-bnr-list-item {
    width: 100%;
    font-size: 1.8rem;
    height: 88px;
  }
}

/*20190530追記*/
.index-bnr-list-item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 450px;
  margin: auto;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.8rem;
  border-top: solid 2px #77d240;
  border-right: solid 2px #77d240;
  border-bottom: solid 2px #77d240;
  border-left: solid 2px #77d240;
}

.index-bnr-list-item2:hover {
  text-decoration: none;
  opacity: .7;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
  background: #fff;
}

@media (max-width: 767px) {
  .index-bnr-list-item2 {
    width: 100%;
    font-size: 1.2rem;
	font-weight: bold;
    height: 88px;
  }
}

.index-bnr-list-item2 p {
　text-align: left;
  margin: auto 15px;
  color: #77d240;
}

.index-bnr-list-item2 span {
  font-size: 1.6rem;
  color: #77d240;
  display: block;
}

.index-bnr-list-item2 figure img {
	margin-bottom: 0px;
}

@media (max-width: 767px) {
  .index-bnr-list-item2 figure img {
    margin: 0 10px 0 0;
  }
}

/*20190530追記ここまで*/

.index-bnr-list-item:hover {
  text-decoration: none;
  opacity: .7;
}

.index-bnr-list-item:not(:nth-of-type(3n)) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .index-bnr-list-item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

.index-bnr-list-item:nth-of-type(1) {
  background: url(/common/img/index/bg_bnr_01.png) no-repeat center center;
  background-size: cover;
}

.index-bnr-list-item:nth-of-type(2) {
  background: url(/common/img/index/bg_bnr_02.png) no-repeat center center;
  background-size: cover;
}

.index-bnr-list-item:nth-of-type(3) {
  background: url(/common/img/index/bg_bnr_03.png) no-repeat center center;
  background-size: cover;
}

.index-bnr-list-item p {
  margin: 0;
}

.index-bnr-list-item span {
  font-size: 1.6rem;
  display: block;
}

@media (max-width: 767px) {
  .index-bnr-list-item span {
    font-size: 1.2rem;
  }
}

.index-pickup {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .index-pickup {
    margin-bottom: 30px;
  }
}

.index-contents {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .index-contents {
    margin-bottom: 30px;
  }
}

.index-news {
  margin-bottom: 50px;
}

.lower-hero {
  min-height: 312px;
  margin-top: -112px;
  padding-top: 112px;
  margin-bottom: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .lower-hero {
    min-height: 150px;
    margin-top: -46px;
    padding-top: 46px;
    margin-bottom: 0;
  }
}

.lower-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 8px 10px 0;
}

@media (max-width: 767px) {
  .lower-hero-inner {
    padding: 0 10px;
    display: block;
  }
}

.lower-hero-heading {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
  margin: 0 auto 20px;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 0 0 5px;
}

@media (max-width: 767px) {
  .lower-hero-heading {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0;
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 104px;
    margin-bottom: 1px;
  }
}

.lower-hero-contents {
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .lower-hero-contents {
    width: 100%;
    padding: 15px 10px 10px;
    background: #608db2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.lower-hero-img {
  margin-right: 20px;
  width: 25%;
  text-align: center;
}

.lower-hero-img figcaption {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
}

.lower-hero-img img {
  max-width: 80%;
  margin-bottom: 10px;
}

/*20190514追加*/
.lower-hero-img a:hover {
　background-color:#ffffff;
  opacity:0.7;
  text-decoration: none;
    }

@media (max-width: 767px) {
  .lower-hero-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .lower-hero-img figcaption {
    font-size: 1.5rem;
  }
  .lower-hero-img img {
    width: 25%;
    margin-bottom: 5px;
  }
}

/*20190514追加*/
  .lower-hero-img2 img {
    width: 25%;
    margin-bottom: 5px;
  }
}

  .lower-hero-img2 :hover {
	opacity:0.7;
	text-decoration: none;
  }
}

.lower-hero-logo {
  width: 25%;
}

.lower-hero-logo img {
  width: 90%;
}

@media (max-width: 767px) {
  .lower-hero-logo {
    width: 100%;
    text-align: center;
  }
  .lower-hero-logo img {
    width: 40%;
  }
}

.lower-hero-text {
  width: calc(50% - 20px);
  font-size: 1.8rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .lower-hero-text {
    width: 100%;
    font-size: 1.5rem;
    color: #4d4d4d;
    padding: 10px;
    margin-bottom: 10px;
  }
}

.lower-secondary {
  background: #f42543;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .lower-secondary {
    margin-bottom: 30px;
  }
}

.lower-secondary-inner {
  padding: 10px 40px;
}

@media (max-width: 767px) {
  .lower-secondary-inner {
    padding: 10px 15px;
  }
}

.lower-secondary-text {
  color: #fff;
  font-size: 2.4rem;
  margin: 0;
}

.lower-secondary-text-sub {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
}

@media (max-width: 767px) {
  .lower-secondary-text {
    font-size: 1.6rem;
  }
  .lower-secondary-text-sub {
    font-size: 1.1rem;
  }
}

.lower-heading01 {
  border: 1px solid #608db2;
  background: #f2f2f2;
  width: 296px;
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .lower-heading01 {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }
}

.lower-heading01 img {
  margin-bottom: 5px;
}

.lower-heading01 h2 {
  color: #608db2;
  font-size: 2.6rem;
  margin: 0;
}

@media (max-width: 767px) {
  .lower-heading01 h2 {
    font-size: 2.0rem;
  }
}

.lower-heading01 a {
  font-size: 1.8rem;
  color: #666;
}

.lower-heading01 a i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .lower-heading01 a {
    font-size: 1.6rem;
  }
}

.lower-heading02 {
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 35px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .lower-heading02 {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.lower-heading02-img {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .lower-heading02-img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 30%;
  }
  .lower-heading02-img img {
    width: 100%;
  }
}

.lower-heading02-title {
  color: #fff;
  font-size: 2.4rem;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .lower-heading02-title {
    font-size: 1.6rem;
    width: 100%;
  }
}

.lower-heading02-num {
  font-size: 7.2rem;
  margin: 0 30px 0 0;
}

@media (max-width: 767px) {
  .lower-heading02-num {
    font-size: 4rem;
    margin: 0;
  }
}

.lower-heading03 {
  border-bottom: 1px solid #608db2;
  color: #0d5093;
  padding: 8px;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .lower-heading03 {
    padding: 5px;
    font-size: 1.6rem;
  }
}

.lower-heading04 {
  font-size: 4.8rem;
  font-weight: normal;
  margin: 0;
  text-align: center;
  line-height: 1.3;
}

.lower-heading04 span {
  font-weight: bold;
  color: #666;
}

@media (max-width: 767px) {
  .lower-heading04 {
    font-size: 3.4rem;
  }
}

.lower-heading05 {
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .lower-heading05 {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.lower-heading05-img-main {
  margin-right: 10px;
  text-align: center;
}

.lower-heading05-img-main figcaption {
  color: #fff;
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .lower-heading05-img-main {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .lower-heading05-img-main img {
    width: 50%;
  }
  .lower-heading05-img-main figcaption {
    font-size: 1.4rem;
  }
}

.lower-heading05-img-sub {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .lower-heading05-img-sub {
    margin-right: 0;
    margin-bottom: 10px;
    width: 30%;
  }
  .lower-heading05-img-sub img {
    width: 100%;
  }
}

.lower-heading05-title {
  color: #fff;
  font-size: 2.4rem;
  margin: 0;
}

@media (max-width: 767px) {
  .lower-heading05-title {
    font-size: 1.6rem;
    width: 100%;
  }
}

.lower-link {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}

@media (max-width: 767px) {
  .lower-link {
    margin-bottom: 15px;
  }
}

.lower-link-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #4d4d4d;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 5px 30px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
  .lower-link-item a {
    padding: 5px 15px;
    font-size: 1.8rem;
  }
}

.lower-link-item a:hover {
  text-decoration: none;
  opacity: .7;
}

.lower-link-item a p {
  margin: 0;
}

.lower-link-item a i {
  color: #608db2;
}

.lower-sublink {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .lower-sublink {
    margin-bottom: 15px;
  }
}

.lower-sublink-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #608db2;
  font-size: 2.4rem;
  padding: 3px 30px;
}

@media (max-width: 767px) {
  .lower-sublink-item a {
    padding: 3px 15px;
    font-size: 1.6rem;
  }
}

.lower-sublink-item a:hover {
  text-decoration: none;
  opacity: .7;
}

/* internal link */
.internal-link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #608db2;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  background: #f2f2f2;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .internal-link-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}

.internal-link-item:last-child {
  margin-bottom: 0;
}

.internal-link-item:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .internal-link-item:hover {
    background: #fff;
    opacity: .7;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
  }
  .internal-link-item.nohover:hover {
    background: #f2f2f2;
    opacity: 1;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}

.internal-link-text {
  font-size: 2.1rem;
  line-height: 1.3;
  color: #4d4d4d;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .internal-link-text {
    font-size: 1.6rem;
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
}

.internal-link-img {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .internal-link-img {
    margin-right: 0;
    text-align: center;
  }
  .internal-link-img img {
    width: 80%;
  }
}

.internal-link i {
  margin-left: auto;
  color: #608db2;
}

@media (max-width: 767px) {
  .internal-link i {
    margin-left: 0;
  }
}

/* anchor link */
.anchor-link-title {
  color: #608db2;
  margin: 0;
  font-size: 1.8rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .anchor-link-title {
    font-size: 1.4rem;
  }
}

.anchor-link-text {
  margin: 0 0 5px;
}

.anchor-link-text span {
  color: #b3b3b3;
}

/* application-list */
.application-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.application-list-item:last-child {
  margin-bottom: 0;
}

.application-list-item p {
  margin: 0 20px 0 0;
}

@media (max-width: 767px) {
  .application-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }
  .application-list-item p {
    margin: 0;
  }
}

/* demo-list */
.demo-list-item {
  border-radius: 10px;
  border: 2px solid #009380;
  padding: 20px;
  position: relative;
  text-align: center;
}

.demo-list-item:not(:last-child) {
  margin-bottom: 60px;
}

.demo-list-item:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -40px;
  content: "";
  border-style: solid;
  border-color: #60992a transparent transparent transparent;
  border-width: 40px 40px 0 40px;
}

@media (max-width: 767px) {
  .demo-list-item {
    padding: 10px;
    border-radius: 6px;
  }
  .demo-list-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .demo-list-item:not(:last-child)::after {
    bottom: -35px;
    margin-left: -26px;
    border-width: 26px 26px 0 26px;
  }
}

.demo-list-step {
  background: #009380;
  padding: 4px 16px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin: 0;
}

.demo-list-step:not(:last-child) {
  font-size: 1.6rem;
}

.demo-list-title {
  color: #60992a;
  margin-bottom: 8px;
}

.demo-list-text {
  text-align: left;
  margin: 0;
}

.demo-list-link-item {
  background: #009380;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .demo-list-link-item {
    padding: 0 10px;
  }
}

.demo-list-link-title {
  color: #fff;
}

.demo-list-link-text {
  color: #fff;
}

.demo-list-link-text a {
  color: #fff;
  font-weight: bold;
}

.recruit-hero {
  background: url(/common/img/recruit/img/bg_hero.jpg) no-repeat center center/cover;
  height: 408px;
  margin-top: -112px;
  padding-top: 112px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .recruit-hero {
    background: url(/common/img/recruit/img/bg_hero_sp.jpg) no-repeat center center/cover;
    height: 150px;
    margin-top: -46px;
    padding-top: 46px;
  }
}

.recruit-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 112px 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .recruit-hero-inner {
    padding: 0;
  }
}

.recruit-hero-heading {
  font-size: 3.6rem;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .recruit-hero-heading {
    font-size: 1.5rem;
    padding: 23px 10px 0;
  }
}

.recruit-nav {
  background: rgba(153, 153, 153, 0.8);
}

.recruit-nav-inner {
  max-width: 960px;
  margin: 0 auto;
}

.recruit-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}

.recruit-nav-list-item {
  border-right: 1px solid #fff;
  font-size: 1.8rem;
}

.recruit-nav-list-item a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
}

.recruit-nav-list-item a:hover {
  text-decoration: none;
  opacity: .7;
}

@media (max-width: 767px) {
  .recruit-nav-list-item {
    border-right: none;
    height: 40px;
    font-size: 1.4rem;
  }
}

.recruit-nav-list-item01 {
  width: 140px;
  border-left: 1px solid #fff;
}

.recruit-nav-list-item02 {
  width: 140px;
}

.recruit-nav-list-item03 {
  width: 180px;
}

.recruit-nav-list-item04 {
  width: 260px;
}

.recruit-nav-list-item05 {
  width: 240px;
}

@media (max-width: 767px) {
  .recruit-nav-list-item01 {
    border-left: none;
    margin-top: 10px;
  }
  .recruit-nav-list-item01, .recruit-nav-list-item02, .recruit-nav-list-item03, .recruit-nav-list-item04, .recruit-nav-list-item05 {
    width: 100%;
  }
}

.recruit-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.recruit-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.recruit-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .recruit-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .recruit-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recruit-lead-img span:nth-of-type(1) {
    width: 40%;
  }
  .recruit-lead-img span:nth-of-type(2) {
    width: 60%;
  }
  .recruit-lead-img span img {
    width: 100%;
  }
  .recruit-lead-text {
    font-size: 1.5rem;
  }
}

.recruit-info-list {
  border-bottom: 1px dotted #ccc;
}

.recruit-info-list dt {
  font-weight: bold;
}

.recruit-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .recruit-info-list dd {
    margin-bottom: 15px;
  }
}

.recruit-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .recruit-yell {
    margin-bottom: 30px;
  }
}

.recruit-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.recruit-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.recruit-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.recruit-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .recruit-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .recruit-yell-list-img {
    width: calc(40% - 15px);
  }
  .recruit-yell-list-img img {
    width: 100%;
  }
}

.recruit-yell-list-text {
  width: 600px;
}

.recruit-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .recruit-yell-list-text {
    width: 60%;
  }
}

.recruit-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .recruit-yell-list-heading {
    font-size: 1.5rem;
  }
}

.recruit-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .recruit-yell-list-lead {
    font-size: 1.5rem;
  }
}

.recruit-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.recruit-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .recruit-yell-list-link {
    font-size: 1.3rem;
  }
}

.recruit-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.recruit-link-item {
  border-bottom: 1px solid #ccc;
}

.recruit-link-item > dl {
  margin: 0;
}

.recruit-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.recruit-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.recruit-link-heading .fa-angle-right {
  padding-right: 4px;
}

.recruit-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .recruit-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.recruit-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.recruit-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .recruit-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.recruit .photo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .recruit .photo-box {
    display: block;
  }
}

.recruit .photo-box figcaption {
  margin-right: 10px;
  white-space: nowrap;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .recruit .photo-box figcaption {
    white-space: normal;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.message-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 0 -1.5%;
}

.message-list-item {
  margin: 0 1.5% 10px;
  width: calc((100% - 15%) / 5);
  background: #c89f62;
  padding: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .message-list-item {
    width: calc((100% - 9%) / 3);
  }
}

.message-list-item:hover {
  text-decoration: none;
  opacity: .8;
  /*box-shadow: 0px 3px 12px rgba(0,0,0,0.3);*/
}

.message-list-img img {
  width: 100%;
  margin-bottom: 5px;
}

.message-list-text {
  color: #fff;
  font-size: 1.4rem;
}

.message-lead {
  padding: 20px;
  background: rgba(96, 153, 42, 0.3);
  margin-bottom: 30px;
}

.message-lead p {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .message-lead {
    padding: 12px;
    margin-bottom: 20px;
  }
}

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

@media (max-width: 767px) {
  .message-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.message-box-img {
  margin-left: 30px;
  width: 155px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 155px;
      -ms-flex: 0 0 155px;
          flex: 0 0 155px;
}

.message-box-img img {
  width: 100%;
}

@media (max-width: 767px) {
  .message-box-img {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 30%;
    margin: 0 35% 10px;
  }
}

.message-box-text p:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .message-box-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.message-heading {
  color: #60992a;
  border-bottom: 1px solid #60992a;
}

.column-about-text {
  margin-right: 15px;
  width: calc(60% - 15px);
}

.column-about-img {
  margin-left: auto;
  width: 40%;
}

@media (max-width: 767px) {
  .column-about-img img {
    width: 100%;
  }
}

.voice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.voice-name {
  width: 70px;
  font-weight: bold;
}

.voice-text {
  width: calc(100% - 70px);
}

.training-list {
  margin: 0 50px 85px;
  position: relative;
}

@media (max-width: 767px) {
  .training-list {
    margin: 0 10px 85px;
  }
}

.training-list::before {
  display: block;
  width: 60px;
  height: calc(100% + 20px);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  background: -webkit-linear-gradient(top, #174d4d 0%, #34afb6 100%);
  background: linear-gradient(180deg, #174d4d 0%, #34afb6 100%);
  content: "";
  z-index: -1;
}

.training-list::after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -75px;
  left: 50%;
  margin-left: -60px;
  content: "";
  border-style: solid;
  border-color: #34afb6 transparent transparent transparent;
  border-width: 60px 60px 0 60px;
}

.training-list-item {
  border-radius: 10px;
  background: #dcdcdd;
  padding: 10px 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .training-list-item {
    mmargin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 6px;
  }
}

.training-list-item:first-child, .training-list-item:last-child {
  background: #009380;
  color: #fff;
}

.training-list-after {
  margin: 0 50px;
  background: #009380;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .training-list-after {
    margin: 0 10px;
    padding: 5px 10px;
    border-radius: 6px;
  }
}

.wau .lower-hero {
  background: url(/common/img/wau/img/bg_hero.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .wau .lower-hero {
    background: url(/common/img/wau/img/bg_hero_sp.jpg) no-repeat center center/cover;
  }
}

.wau-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.wau-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.wau-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .wau-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .wau-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .wau-lead-text {
    font-size: 1.5rem;
  }
}

.wau-info-list {
  border-bottom: 1px dotted #ccc;
}

.wau-info-list dt {
  font-weight: bold;
}

.wau-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wau-info-list dd {
    margin-bottom: 15px;
  }
}

.wau-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .wau-yell {
    margin-bottom: 30px;
  }
}

.wau-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wau-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.wau-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wau-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .wau-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .wau-yell-list-img {
    width: calc(40% - 15px);
  }
  .wau-yell-list-img img {
    width: 100%;
  }
}

.wau-yell-list-text {
  width: 600px;
}

.wau-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .wau-yell-list-text {
    width: 60%;
  }
}

.wau-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .wau-yell-list-heading {
    font-size: 1.5rem;
  }
}

.wau-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .wau-yell-list-lead {
    font-size: 1.5rem;
  }
}

.wau-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.wau-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .wau-yell-list-link {
    font-size: 1.3rem;
  }
}

.wau-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.wau-link-item {
  border-bottom: 1px solid #ccc;
}

.wau-link-item > dl {
  margin: 0;
}

.wau-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.wau-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.wau-link-heading .fa-angle-right {
  padding-right: 4px;
}

.wau-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .wau-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.wau-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wau-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wau-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .wau-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

/*-------------------------------



/menu/common/



-------------------------------*/
.menu {
  /* main */
  /* list */
}

.menu-hero {
  background: url(/common/img/menu/cabinet/img/bg_hero.jpg) no-repeat center center/cover;
  height: 312px;
  margin-top: -112px;
  padding-top: 112px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .menu-hero {
    background: url(/common/img/menu/cabinet/img/bg_hero_sp.jpg) no-repeat center center/cover;
    height: 150px;
    margin-top: -46px;
    padding-top: 46px;
  }
}

.menu-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .menu-hero-inner {
    padding: 0 10px;
  }
}

.menu-hero-heading {
  font-size: 7.2rem;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .menu-hero-heading {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
    color: #333;
  }
}

.menu-hero-heading-s {
  font-size: 6.4rem;
}

@media (max-width: 767px) {
  .menu-hero-heading-s {
    font-size: 1.8rem;
  }
}

.menu-hero-heading.size-s {
  font-size: 5.6rem;
}

.menu-hero-text {
  font-size: 2.1rem;
  border: 1px solid #00ffff;
  color: #fff;
}

.menu-list-item {
  border: 1px dotted #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-list-item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .menu-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 15px 10px;
  }
}

.menu-list-block {
  width: calc(100% - 280px);
}

@media (max-width: 767px) {
  .menu-list-block {
    width: 100%;
  }
}

.menu-list-title {
  margin: 0;
  color: #608db2;
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .menu-list-title {
    font-size: 1.6rem;
  }
}

.menu-list-text {
  margin: 0;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .menu-list-text {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

.menu-list-btn {
  width: 240px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .menu-list-btn {
    width: 100%;
    margin-left: 0;
  }
}

/*-------------------------------



/menu/casestudy/



-------------------------------*/
.casestudy {
  /* lead */
  /* list */
}

.casestudy-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  font-size: 4.8rem;
}

.casestudy-lead img {
  margin: 0 16px;
}

@media (max-width: 767px) {
  .casestudy-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 2.8rem;
  }
  .casestudy-lead img {
    width: 50px;
  }
}

.casestudy-list-item {
  border: 1px dotted #666;
  padding: 15px 20px;
}

.casestudy-list-item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .casestudy-list-item {
    padding: 15px 10px;
  }
}

.casestudy-list-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #608db2;
  font-size: 2.1rem;
  width: 100%;
}

.casestudy-list-title.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .casestudy-list-title {
    font-size: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.casestudy-list-logo {
  margin-right: 0px;
  width: calc(100% -360px);
}

@media (max-width: 767px) {
  .casestudy-list-logo {
    margin-left: auto;
  }
  .casestudy-list-logo img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.casestudy-list-heading {
  font-size: 2.4rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .casestudy-list-heading {
    font-size: 1.6rem;
  }
}

.casestudy-list-text {
  margin: 0;
  font-size: 1.8rem;
}

.casestudy-list-text:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .casestudy-list-text {
    font-size: 1.4rem;
  }
}

/*-------------------------------



/menu/partner/



-------------------------------*/
.partner {
  /* list */
}

.partner-list-item {
  border: 1px dotted #666;
  padding: 15px 20px;
}

.partner-list-item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .partner-list-item {
    padding: 15px 10px;
  }
}

.partner-list-title {
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #608db2;
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .partner-list-title {
    font-size: 1.6rem;
  }
}

.partner-list-logo {
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  .partner-list-logo {
    margin: 0 auto 8px;
    text-align: center;
  }
  .partner-list-logo img {
    max-width: 100%;
  }
}

.partner-list-text {
  margin: 0;
  font-size: 1.8rem;
}

.partner-list-text:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .partner-list-text {
    font-size: 1.4rem;
  }
}

/*-------------------------------



/menu/cabinet/



-------------------------------*/
.cabinet {
  /* lead */
}

.cabinet-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  font-size: 4.8rem;
  line-height: 1.3;
  margin: 20px 0 10px;
}

.cabinet-lead img {
  margin: 0 16px 0 0;
}

@media (max-width: 767px) {
  .cabinet-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 2.8rem;
  }
  .cabinet-lead img {
    width: 50px;
  }
}

/*-------------------------------



/menu/release/



-------------------------------*/
.release .menu {
  /* main */
}

.release .menu-hero {
  background: url(/common/img/menu/release/img/bg_hero.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .release .menu-hero {
    background: url(/common/img/menu/release/img/bg_hero_sp.jpg) no-repeat center center/cover;
  }
}

/*-------------------------------



/menu/flow/



-------------------------------*/
.flow .menu {
  /* main */
}

.flow .menu-hero {
  background: url(/common/img/menu/flow/img/bg_hero.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .flow .menu-hero {
    background: url(/common/img/menu/flow/img/bg_hero_sp.jpg) no-repeat center center/cover;
  }
}

/*-------------------------------



/menu/news/



-------------------------------*/
.pressrelease-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px dotted #ccc;
  background: #fff;
}

.pressrelease-list-item:hover {
  text-decoration: none;
  opacity: .7;
}

@media (max-width: 767px) {
  .pressrelease-list-item {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.pressrelease-list-item:last-child {
  margin-bottom: 0;
}

.pressrelease-list-text {
  margin: 0 20px 0 0;
  line-height: 1.3;
  color: #333;
  width: 80%;
}

@media (max-width: 767px) {
  .pressrelease-list-text {
    width: 90%;
    font-size: 1.6rem;
  }
  .pressrelease-list-text-sub {
    font-size: 1.4rem;
  }
}

.pressrelease-list-label {
  color: #fff;
  text-align: center;
  width: 180px !important;
  margin-right: 20px;
  line-height: 1.3;
  padding: 6px 0;
}

@media (max-width: 767px) {
  .pressrelease-list-label {
    width: 80%;
    margin-right: 0px;
  }
}

.pressrelease-list i {
  color: #608db2;
  margin-left: auto;
}

@media (max-width: 767px) {
  .pressrelease-list i {
    margin: 0 auto;
  }
}

/*-------------------------------

/profile/common/

-------------------------------*/
.profile {
  /* main */
}

.profile-hero {
  height: 312px;
  margin-top: -112px;
  padding-top: 112px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .profile-hero {
    height: 150px;
    margin-top: -46px;
    padding-top: 46px;
  }
}

.profile-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .profile-hero-inner {
    padding: 0 10px;
  }
}

.profile-hero-heading {
  font-size: 7.2rem;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .profile-hero-heading {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
    color: #333;
  }
}

.profile-hero-heading-s {
  font-size: 6.4rem;
}

@media (max-width: 767px) {
  .profile-hero-heading-s {
    font-size: 1.8rem;
  }
}

.profile-hero-text {
  font-size: 2.1rem;
  border: 1px solid #00ffff;
  color: #fff;
}

/*-------------------------------

/profile/about/

-------------------------------*/
.about-col {
  overflow: hidden;
}

.about-col-text {
  margin-top: 0;
}

.about-col01-img {
  float: left;
  margin: 0 20px 20px 0;
}

@media (max-width: 767px) {
  .about-col01-img {
    float: none;
    text-align: center;
    margin: 0 0 10px 0;
  }
}

.about-col02-img {
  float: right;
  margin: 0 0 20px 20px;
}

@media (max-width: 767px) {
  .about-col02-img {
    float: none;
    text-align: center;
    margin: 0 0 10px 0;
  }
}

/*-------------------------------



/air_products/



-------------------------------*/
.products-hero {
  background: url(/common/img/air_products/img/bg_hero.jpg) no-repeat center center/cover;
  height: 312px;
  margin-top: -112px;
  padding-top: 112px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .products-hero {
    /*background: url(/common/img/air_products/img/bg_hero.jpg) no-repeat center center / cover;*/
    height: 150px;
    margin-top: -46px;
    padding-top: 46px;
  }
}

.products-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .products-hero-inner {
    padding: 0 10px;
    width: 100%;
    height: 104px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.products-hero-heading {
  font-size: 7.2rem;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .products-hero-heading {
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
  }
}

.products-hero-text {
  font-size: 2.1rem;
  border: 1px solid #00ffff;
  color: #fff;
}

@media (max-width: 767px) {
  .products-hero-text {
    font-size: 1.5rem;
    margin: 0;
    width: 100%;
  }
}

.dluser .lower-hero {
  background: url(/common/img/wau/img/bg_hero.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .dluser .lower-hero {
    background: url(/common/img/wau/img/bg_hero_sp.jpg) no-repeat center center/cover;
  }
}

.dluser-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.dluser-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.dluser-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .dluser-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .dluser-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .dluser-lead-text {
    font-size: 1.5rem;
  }
}

.dluser-info-list {
  border-bottom: 1px dotted #ccc;
}

.dluser-info-list dt {
  font-weight: bold;
}

.dluser-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .dluser-info-list dd {
    margin-bottom: 15px;
  }
}

.dluser-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .dluser-yell {
    margin-bottom: 30px;
  }
}

.dluser-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.dluser-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.dluser-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dluser-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .dluser-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .dluser-yell-list-img {
    width: calc(40% - 15px);
  }
  .dluser-yell-list-img img {
    width: 100%;
  }
}

.dluser-yell-list-text {
  width: 600px;
}

.dluser-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .dluser-yell-list-text {
    width: 60%;
  }
}

.dluser-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .dluser-yell-list-heading {
    font-size: 1.5rem;
  }
}

.dluser-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .dluser-yell-list-lead {
    font-size: 1.5rem;
  }
}

.dluser-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.dluser-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .dluser-yell-list-link {
    font-size: 1.3rem;
  }
}

.dluser-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.dluser-link-item {
  border-bottom: 1px solid #ccc;
}

.dluser-link-item > dl {
  margin: 0;
}

.dluser-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.dluser-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.dluser-link-heading .fa-angle-right {
  padding-right: 4px;
}

.dluser-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .dluser-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.dluser-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.dluser-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.dluser-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .dluser-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.login .lower-hero {
  background: url(/common/img/dluser/bg_login.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .login .lower-hero {
    background: url(/common/img/dluser/bg_login.jpg) no-repeat center center/cover;
  }
}

.login-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.login-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.login-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .login-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .login-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .login-lead-text {
    font-size: 1.5rem;
  }
}

.login-info-list {
  border-bottom: 1px dotted #ccc;
}

.login-info-list dt {
  font-weight: bold;
}

.login-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .login-info-list dd {
    margin-bottom: 15px;
  }
}

.login-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .login-yell {
    margin-bottom: 30px;
  }
}

.login-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.login-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.login-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.login-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .login-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .login-yell-list-img {
    width: calc(40% - 15px);
  }
  .login-yell-list-img img {
    width: 100%;
  }
}

.login-yell-list-text {
  width: 600px;
}

.login-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .login-yell-list-text {
    width: 60%;
  }
}

.login-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .login-yell-list-heading {
    font-size: 1.5rem;
  }
}

.login-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .login-yell-list-lead {
    font-size: 1.5rem;
  }
}

.login-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.login-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .login-yell-list-link {
    font-size: 1.3rem;
  }
}

.login-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.login-link-item {
  border-bottom: 1px solid #ccc;
}

.login-link-item > dl {
  margin: 0;
}

.login-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.login-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.login-link-heading .fa-angle-right {
  padding-right: 4px;
}

.login-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .login-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.login-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.login-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .login-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

@media (max-width: 767px) {
  .w350 {
    width: 100%;
  }
}

.w400 {
  width: 400px;
}

@media (max-width: 767px) {
  .w400 {
    width: 100%;
  }
}

.w450 {
  width: 450px;
}

@media (max-width: 767px) {
  .w450 {
    width: 100%;
  }
}

.w500 {
  width: 500px;
}

@media (max-width: 767px) {
  .w500 {
    width: 100%;
  }
}

form span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea {
    width: 98% !important;
    margin-right: 1%;
    margin-left: 1%;
  }
}

.color-blue {
  color: #608db2;
}

.color-orange {
  color: #f15a24;
}

.color-red {
  color: #c7161e;
}

.color-lgreen {
  color: #39b54a;
}

/*20190509追加*/
.color-black {
  color: #000000;
}

.btn-box {
  padding: 20px;
  text-align: center;
}

.btn-style-submit {
  display: inline-block;
  min-width: 180px;
  margin: 0px 10px;
  padding: 10px 20px 10px 20px;
  background: #0071bc url() 0 0 no-repeat;
  border-radius: 9px;
  border: 0px #fff solid;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

input[type="submit"] {
  border-style: none;
  display: inline-block;
  min-width: 180px;
  margin: 0px 10px 20px;
  padding: 10px 20px 10px 20px;
  background: #0071bc url() 0 0 no-repeat;
  border-radius: 9px;
  border: 0px #fff solid;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.btn-style-back {
  display: inline-block;
  min-width: 180px;
  margin: 0px 10px 20px;
  padding: 10px 0px 10px 0px;
  line-height: 110%;
  background: #c30e23 url() 0 0 no-repeat;
  border-radius: 9px;
  border: 0px #fff solid;
  font-weight: bold;
  color: #fff !important;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.btn-style-clear {
  display: inline-block;
  min-width: 180px;
  margin: 0px 10px;
  padding: 10px 0px 10px 0px;
  line-height: 110%;
  background: #EF6583 url() 0 0 no-repeat;
  border-radius: 9px;
  border: 0px #fff solid;
  font-weight: bold;
  color: #fff !important;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.btn-style-order {
  display: inline-block;
  min-width: 220px;
  margin: 0px 10px;
  padding: 10px 0px 10px 0px;
  line-height: 110%;
  background: #f7931e url() 0 0 no-repeat;
  border-radius: 9px;
  border: 0px #fff solid;
  font-weight: bold;
  color: #fff !important;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.mark-diamond:before {
  content: "◆";
  margin-right: 5px;
}

.form-style01 {
  border-top: 1px solid #ccc;
}

/*dotborder-bottom*/
.dotborder-bottom {
  border-bottom: 1px dotted #ccc;
}

/*pankuzu-form*/
.pankuzu-form-box {
  position: relative;
  background: #eee;
  padding: 10px 20px;
  overflow: hidden;
}

.pankuzu-form-box .title {
  float: left;
  margin-right: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.pankuzu-form-box ol {
  float: left;
}

.pankuzu-form-box ol li {
  display: inline;
  margin: 0 10px 0 0px;
}

.pankuzu-form-box ol li:before {
  content: "＞";
  margin-right: 10px;
  color: #999;
}

.pankuzu-form-box ol li:first-child:before {
  content: "";
  margin-right: 0px;
}

.pankuzu-form-box .active {
  color: #009380;
  font-weight: bold;
}

.pankuzu-form-box .none {
  color: #999;
}

.pankuzu-form-box.orange {
  border: 2px solid #f15a24;
}

.pankuzu-form-box.orange .active2 {
  color: #f15a24;
  font-weight: bold;
}

.pankuzu-form-box.blue {
  border: 2px solid #29abe2;
}

.pankuzu-form-box.blue .active {
  color: #0071bc;
}

.pankuzu-form-box.blue .active2 {
  color: #f15a24;
  font-weight: bold;
}

.pankuzu-form-box.green {
  border: 2px solid #8cc63f;
}

.pankuzu-form-box.green .active {
  color: #009380;
}

.pankuzu-form-box.green .active2 {
  color: #f15a24;
  font-weight: bold;
}

/* dluser-page
----------------------------------------------------------*/
/*profile titlearea*/
.title-area.dluser .read-txt {
  overflow: hidden;
}

.title-area.dluser .read-txt a {
  color: #333;
}

.title-area.dluser .read-txt div {
  border-left: #f7931e solid 3px;
  float: left;
  padding: 0 5px;
  padding-left: 20px;
  min-height: 50px;
}

.title-area.dluser .read-box01 {
  width: 450px;
  font-size: 1.2rem;
  font-size: 12px;
}

.title-area.dluser .read-box02 {
  width: 200px;
}

.title-area.dluser .read-txt div:last-child {
  padding: 0 15px;
}

/*dluser-page*/
.login-area {
  margin: auto;
  max-width: 400px;
}

.login-box {
  overflow: hidden;
  margin-bottom: 5px;
}

.login-box dt {
  float: left;
  min-width: 150px;
  font-size: 1.4rem;
}

.login-box dd input {
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.btn-login {
  margin-top: 15px;
}

.tml-submit-wrap input.btn-sytle01, .passwd-page input#wp-submit {
  display: inline-block;
  min-width: 180px;
  margin: 0px auto;
  padding: 10px 20px 10px 20px;
  background: #0071bc url() 0 0 no-repeat;
  border-radius: 9px;
  border: 0px #fff solid;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  white-space: normal;
}

.form-list {
  font-size: 1.4rem;
  overflow: hidden;
}

.form-list dt {
  float: left;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .form-list dt {
    float: none;
    width: 100%;
  }
}

.form-list dd {
  float: left;
  width: 520px;
}

@media screen and (max-width: 767px) {
  .form-list dd {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
}

.form-border-box {
  padding: 15px;
  border: 1px solid #ccc;
}

.nowrap {
  white-space: nowrap;
}

/* passwd-page
----------------------------------------------------------*/
.passwd-page .top-message-box {
  display: table;
  width: 99%;
  border: 2px solid #f7931e;
}

.passwd-page .top-message-box dt {
  display: table-cell;
  padding: 10px;
  width: 28%;
  background: #f7931e;
  color: #fff;
}

.passwd-page .top-message-box dd {
  display: table-cell;
  padding: 10px;
}

input[type="submit"][disabled] {
  background: #ccc !important;
  cursor: not-allowed !important;
  /* 禁止カーソル */
}

/* download-page
----------------------------------------------------------*/
.download-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  　justify-content: space-between;
}

@media (max-width: 767px) {
  .download-box {
    display: block;
  }
}

.download-box .btn-box {
  width: 30%;
  text-align: center;
}

@media (max-width: 767px) {
  .download-box .btn-box {
    width: 100%;
  }
}

.download-box .right-box {
  width: 60%;
}

@media (max-width: 767px) {
  .download-box .right-box {
    width: 100%;
  }
}

.product-logo {
  text-align: right;
  margin-bottom: 60px;
}

.border-box-first {
  background: #eee;
  padding: 20px;
}

/* dluser-page
----------------------------------------------------------*/
.dluser-page .border-box {
  padding: 10px;
  border: 2px solid #f7931e;
}

.dluser-page .border-box ul li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.dluser-page .border-box ul li p {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}

.dluser-page .border-box ul li .logo {
  width: 150px;
}

.dluser-page .border-box ul li:last-child {
  border-bottom: 0px solid #ccc;
}

.dluser-page .border-box-bottom {
  padding: 15px;
  background: #f7931e;
  color: #fff;
}

.dluser-page .border-box-bottom a {
  color: aqua;
}

/* estimate-page
----------------------------------------------------------*/
.form-border-products-box {
  display: table;
  width: 99%;
  border: 2px solid #f7931e;
}

.form-border-products-box .cell01 {
  display: table-cell;
  padding: 15px;
  width: 200px;
  vertical-align: middle;
  border-right: 1px solid #f7931e;
}

.form-border-products-box .inner-box {
  padding: 15px;
  display: table-cell;
}

.form-border-products-box .inner-box ul {
  overflow: hidden;
}

.form-border-products-box .inner-box ul li {
  float: left;
  display: inline-block;
  width: 33%;
}

@media (max-width: 767px) {
  .form-border-products-box .inner-box ul li {
    float: none;
    width: auto;
  }
}

.form-border-products-box .inner-box ul li.w2 {
  float: none;
  display: inline-block;
  width: 100%;
}

.pankuzu-form-box.mw {
  border: 2px solid #8cc63f;
}

.mw_wp_form_input .pankuzu-form-box.mw .active0 {
  color: #009380;
  font-weight: bold;
}

.mw_wp_form_input .pankuzu-form-box.mw .active1 {
  color: #999;
}

.mw_wp_form_confirm .pankuzu-form-box.mw .active0 {
  color: #999;
}

.mw_wp_form_confirm .pankuzu-form-box.mw .active1 {
  color: #009380;
  font-weight: bold;
}

.mw_wp_form_input .p_type {
  color: #8cc63f;
  font-weight: bold;
}

.mw_wp_form_confirm .p_type {
  display: none !important;
}

.mw_wp_form_confirm .inner-box ul li {
  float: left;
  width: auto;
}

.mw_wp_form_confirm .inner-box ul li.w2 {
  float: left !important;
}

.mw_wp_form_confirm .form-border-box li {
  float: left;
}

.mw_wp_form_confirm .form-border-box li .w350, .mw_wp_form_confirm .form-border-box li .w250 {
  width: auto;
  margin-left: 10px;
  margin-right: 5px;
}

.mw_wp_form_confirm .form-border-box ul {
  overflow: hidden;
}

.post-password-form input {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .login-box dd {
    margin-left: auto !important;
  }
}

@media (max-width: 767px) {
  .btn-sytle01.ml100 {
    margin-left: auto !important;
  }
}

@media (max-width: 767px) {
  .btn-style01.w300 {
    width: 90% !important;
  }
}

ol.decimal {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 10px;
}

ol.decimal li {
  font-size: 14px;
  margin-bottom: 5px;
  list-style: decimal;
}

.w3s .lower-hero {
  background: url(/common/img/wau/img/bg_hero.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .w3s .lower-hero {
    background: url(/common/img/wau/img/bg_hero_sp.jpg) no-repeat center center/cover;
  }
}

.w3s-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.w3s-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.w3s-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .w3s-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .w3s-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .w3s-lead-text {
    font-size: 1.5rem;
  }
}

.w3s-info-list {
  border-bottom: 1px dotted #ccc;
}

.w3s-info-list dt {
  font-weight: bold;
}

.w3s-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .w3s-info-list dd {
    margin-bottom: 15px;
  }
}

.w3s-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .w3s-yell {
    margin-bottom: 30px;
  }
}

.w3s-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.w3s-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.w3s-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.w3s-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .w3s-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .w3s-yell-list-img {
    width: calc(40% - 15px);
  }
  .w3s-yell-list-img img {
    width: 100%;
  }
}

.w3s-yell-list-text {
  width: 600px;
}

.w3s-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .w3s-yell-list-text {
    width: 60%;
  }
}

.w3s-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .w3s-yell-list-heading {
    font-size: 1.5rem;
  }
}

.w3s-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .w3s-yell-list-lead {
    font-size: 1.5rem;
  }
}

.w3s-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.w3s-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .w3s-yell-list-link {
    font-size: 1.3rem;
  }
}

.w3s-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.w3s-link-item {
  border-bottom: 1px solid #ccc;
}

.w3s-link-item > dl {
  margin: 0;
}

.w3s-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.w3s-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.w3s-link-heading .fa-angle-right {
  padding-right: 4px;
}

.w3s-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .w3s-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.w3s-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.w3s-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.w3s-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .w3s-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.wal .lower-hero {
  background: url(/common/img/wau/img/bg_hero.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .wal .lower-hero {
    background: url(/common/img/wau/img/bg_hero_sp.jpg) no-repeat center center/cover;
  }
}

.wal-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.wal-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.wal-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .wal-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .wal-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .wal-lead-text {
    font-size: 1.5rem;
  }
}

.wal-info-list {
  border-bottom: 1px dotted #ccc;
}

.wal-info-list dt {
  font-weight: bold;
}

.wal-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wal-info-list dd {
    margin-bottom: 15px;
  }
}

.wal-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .wal-yell {
    margin-bottom: 30px;
  }
}

.wal-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wal-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.wal-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wal-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .wal-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .wal-yell-list-img {
    width: calc(40% - 15px);
  }
  .wal-yell-list-img img {
    width: 100%;
  }
}

.wal-yell-list-text {
  width: 600px;
}

.wal-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .wal-yell-list-text {
    width: 60%;
  }
}

.wal-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .wal-yell-list-heading {
    font-size: 1.5rem;
  }
}

.wal-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .wal-yell-list-lead {
    font-size: 1.5rem;
  }
}

.wal-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.wal-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .wal-yell-list-link {
    font-size: 1.3rem;
  }
}

.wal-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.wal-link-item {
  border-bottom: 1px solid #ccc;
}

.wal-link-item > dl {
  margin: 0;
}

.wal-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.wal-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.wal-link-heading .fa-angle-right {
  padding-right: 4px;
}

.wal-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .wal-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.wal-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wal-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wal-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .wal-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.wat .lower-hero {
  background: url(/common/img/wau/img/bg_hero.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .wat .lower-hero {
    background: url(/common/img/wau/img/bg_hero_sp.jpg) no-repeat center center/cover;
  }
}

.wat-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.wat-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.wat-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .wat-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .wat-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .wat-lead-text {
    font-size: 1.5rem;
  }
}

.wat-info-list {
  border-bottom: 1px dotted #ccc;
}

.wat-info-list dt {
  font-weight: bold;
}

.wat-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wat-info-list dd {
    margin-bottom: 15px;
  }
}

.wat-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .wat-yell {
    margin-bottom: 30px;
  }
}

.wat-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wat-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.wat-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wat-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .wat-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .wat-yell-list-img {
    width: calc(40% - 15px);
  }
  .wat-yell-list-img img {
    width: 100%;
  }
}

.wat-yell-list-text {
  width: 600px;
}

.wat-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .wat-yell-list-text {
    width: 60%;
  }
}

.wat-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .wat-yell-list-heading {
    font-size: 1.5rem;
  }
}

.wat-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .wat-yell-list-lead {
    font-size: 1.5rem;
  }
}

.wat-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.wat-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .wat-yell-list-link {
    font-size: 1.3rem;
  }
}

.wat-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.wat-link-item {
  border-bottom: 1px solid #ccc;
}

.wat-link-item > dl {
  margin: 0;
}

.wat-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.wat-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.wat-link-heading .fa-angle-right {
  padding-right: 4px;
}

.wat-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .wat-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.wat-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wat-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wat-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .wat-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.anc .lower-hero {
  background: url(/common/img/products/hero/bg_telework.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .anc .lower-hero {
    background: url(/common/img/products/hero/bg_telework.jpg) no-repeat center center/cover;
  }
}

.anc-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.anc-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.anc-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .anc-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .anc-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .anc-lead-text {
    font-size: 1.5rem;
  }
}

.anc-info-list {
  border-bottom: 1px dotted #ccc;
}

.anc-info-list dt {
  font-weight: bold;
}

.anc-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .anc-info-list dd {
    margin-bottom: 15px;
  }
}

.anc-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .anc-yell {
    margin-bottom: 30px;
  }
}

.anc-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.anc-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.anc-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.anc-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .anc-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .anc-yell-list-img {
    width: calc(40% - 15px);
  }
  .anc-yell-list-img img {
    width: 100%;
  }
}

.anc-yell-list-text {
  width: 600px;
}

.anc-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .anc-yell-list-text {
    width: 60%;
  }
}

.anc-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .anc-yell-list-heading {
    font-size: 1.5rem;
  }
}

.anc-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .anc-yell-list-lead {
    font-size: 1.5rem;
  }
}

.anc-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.anc-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .anc-yell-list-link {
    font-size: 1.3rem;
  }
}

.anc-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.anc-link-item {
  border-bottom: 1px solid #ccc;
}

.anc-link-item > dl {
  margin: 0;
}

.anc-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.anc-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.anc-link-heading .fa-angle-right {
  padding-right: 4px;
}

.anc-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .anc-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.anc-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.anc-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.anc-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .anc-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.rcl .lower-hero {
  background: url(/common/img/products/hero/bg_telework.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .rcl .lower-hero {
    background: url(/common/img/products/hero/bg_telework.jpg) no-repeat center center/cover;
  }
}

.rcl-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.rcl-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.rcl-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .rcl-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .rcl-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .rcl-lead-text {
    font-size: 1.5rem;
  }
}

.rcl-info-list {
  border-bottom: 1px dotted #ccc;
}

.rcl-info-list dt {
  font-weight: bold;
}

.rcl-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .rcl-info-list dd {
    margin-bottom: 15px;
  }
}

.rcl-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .rcl-yell {
    margin-bottom: 30px;
  }
}

.rcl-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.rcl-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.rcl-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.rcl-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .rcl-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .rcl-yell-list-img {
    width: calc(40% - 15px);
  }
  .rcl-yell-list-img img {
    width: 100%;
  }
}

.rcl-yell-list-text {
  width: 600px;
}

.rcl-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .rcl-yell-list-text {
    width: 60%;
  }
}

.rcl-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .rcl-yell-list-heading {
    font-size: 1.5rem;
  }
}

.rcl-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .rcl-yell-list-lead {
    font-size: 1.5rem;
  }
}

.rcl-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.rcl-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .rcl-yell-list-link {
    font-size: 1.3rem;
  }
}

.rcl-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.rcl-link-item {
  border-bottom: 1px solid #ccc;
}

.rcl-link-item > dl {
  margin: 0;
}

.rcl-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.rcl-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.rcl-link-heading .fa-angle-right {
  padding-right: 4px;
}

.rcl-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .rcl-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.rcl-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.rcl-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.rcl-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .rcl-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.cgp .lower-hero {
  background: url(/common/img/products/hero/bg_telework.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .cgp .lower-hero {
    background: url(/common/img/products/hero/bg_telework.jpg) no-repeat center center/cover;
  }
}

.cgp-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.cgp-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.cgp-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .cgp-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .cgp-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .cgp-lead-text {
    font-size: 1.5rem;
  }
}

.cgp-info-list {
  border-bottom: 1px dotted #ccc;
}

.cgp-info-list dt {
  font-weight: bold;
}

.cgp-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cgp-info-list dd {
    margin-bottom: 15px;
  }
}

.cgp-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .cgp-yell {
    margin-bottom: 30px;
  }
}

.cgp-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cgp-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.cgp-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cgp-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .cgp-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .cgp-yell-list-img {
    width: calc(40% - 15px);
  }
  .cgp-yell-list-img img {
    width: 100%;
  }
}

.cgp-yell-list-text {
  width: 600px;
}

.cgp-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .cgp-yell-list-text {
    width: 60%;
  }
}

.cgp-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .cgp-yell-list-heading {
    font-size: 1.5rem;
  }
}

.cgp-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .cgp-yell-list-lead {
    font-size: 1.5rem;
  }
}

.cgp-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.cgp-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .cgp-yell-list-link {
    font-size: 1.3rem;
  }
}

.cgp-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.cgp-link-item {
  border-bottom: 1px solid #ccc;
}

.cgp-link-item > dl {
  margin: 0;
}

.cgp-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.cgp-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.cgp-link-heading .fa-angle-right {
  padding-right: 4px;
}

.cgp-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .cgp-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.cgp-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.cgp-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cgp-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .cgp-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.tal .lower-hero {
  background: url(/common/img/products/hero/bg_iot.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .tal .lower-hero {
    background: url(/common/img/products/hero/bg_iot.jpg) no-repeat center center/cover;
  }
}

.tal-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.tal-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.tal-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .tal-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .tal-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .tal-lead-text {
    font-size: 1.5rem;
  }
}

.tal-info-list {
  border-bottom: 1px dotted #ccc;
}

.tal-info-list dt {
  font-weight: bold;
}

.tal-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .tal-info-list dd {
    margin-bottom: 15px;
  }
}

.tal-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .tal-yell {
    margin-bottom: 30px;
  }
}

.tal-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tal-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.tal-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tal-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .tal-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .tal-yell-list-img {
    width: calc(40% - 15px);
  }
  .tal-yell-list-img img {
    width: 100%;
  }
}

.tal-yell-list-text {
  width: 600px;
}

.tal-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .tal-yell-list-text {
    width: 60%;
  }
}

.tal-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .tal-yell-list-heading {
    font-size: 1.5rem;
  }
}

.tal-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .tal-yell-list-lead {
    font-size: 1.5rem;
  }
}

.tal-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.tal-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .tal-yell-list-link {
    font-size: 1.3rem;
  }
}

.tal-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.tal-link-item {
  border-bottom: 1px solid #ccc;
}

.tal-link-item > dl {
  margin: 0;
}

.tal-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.tal-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.tal-link-heading .fa-angle-right {
  padding-right: 4px;
}

.tal-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .tal-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.tal-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.tal-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tal-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .tal-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.bss .lower-hero {
  background: url(/common/img/products/hero/bg_iot.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .bss .lower-hero {
    background: url(/common/img/products/hero/bg_iot.jpg) no-repeat center center/cover;
  }
}

.bss-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.bss-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.bss-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .bss-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .bss-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .bss-lead-text {
    font-size: 1.5rem;
  }
}

.bss-info-list {
  border-bottom: 1px dotted #ccc;
}

.bss-info-list dt {
  font-weight: bold;
}

.bss-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .bss-info-list dd {
    margin-bottom: 15px;
  }
}

.bss-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .bss-yell {
    margin-bottom: 30px;
  }
}

.bss-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bss-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.bss-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bss-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .bss-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .bss-yell-list-img {
    width: calc(40% - 15px);
  }
  .bss-yell-list-img img {
    width: 100%;
  }
}

.bss-yell-list-text {
  width: 600px;
}

.bss-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .bss-yell-list-text {
    width: 60%;
  }
}

.bss-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .bss-yell-list-heading {
    font-size: 1.5rem;
  }
}

.bss-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .bss-yell-list-lead {
    font-size: 1.5rem;
  }
}

.bss-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.bss-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .bss-yell-list-link {
    font-size: 1.3rem;
  }
}

.bss-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.bss-link-item {
  border-bottom: 1px solid #ccc;
}

.bss-link-item > dl {
  margin: 0;
}

.bss-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.bss-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.bss-link-heading .fa-angle-right {
  padding-right: 4px;
}

.bss-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .bss-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.bss-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.bss-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.bss-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .bss-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.bss .bss-list01 {
  overflow: hidden;
}

.bss .bss-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.bss .bss-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.bss .bss-list01.left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .bss .bss-list01.left {
    float: none;
    width: 100%;
  }
}

.bss .bss-list01.right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .bss .bss-list01.right {
    float: none;
    width: 100%;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.ota .lower-hero {
  background: url(/common/img/products/hero/bg_iot.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .ota .lower-hero {
    background: url(/common/img/products/hero/bg_iot.jpg) no-repeat center center/cover;
  }
}

.ota-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.ota-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.ota-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .ota-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .ota-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .ota-lead-text {
    font-size: 1.5rem;
  }
}

.ota-info-list {
  border-bottom: 1px dotted #ccc;
}

.ota-info-list dt {
  font-weight: bold;
}

.ota-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .ota-info-list dd {
    margin-bottom: 15px;
  }
}

.ota-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .ota-yell {
    margin-bottom: 30px;
  }
}

.ota-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ota-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.ota-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ota-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .ota-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .ota-yell-list-img {
    width: calc(40% - 15px);
  }
  .ota-yell-list-img img {
    width: 100%;
  }
}

.ota-yell-list-text {
  width: 600px;
}

.ota-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .ota-yell-list-text {
    width: 60%;
  }
}

.ota-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .ota-yell-list-heading {
    font-size: 1.5rem;
  }
}

.ota-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .ota-yell-list-lead {
    font-size: 1.5rem;
  }
}

.ota-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.ota-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .ota-yell-list-link {
    font-size: 1.3rem;
  }
}

.ota-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.ota-link-item {
  border-bottom: 1px solid #ccc;
}

.ota-link-item > dl {
  margin: 0;
}

.ota-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.ota-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.ota-link-heading .fa-angle-right {
  padding-right: 4px;
}

.ota-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .ota-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.ota-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.ota-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ota-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .ota-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.ota .ota-list01 {
  overflow: hidden;
}

.ota .ota-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.ota .ota-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.ota .ota-list01 .left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .ota .ota-list01 .left {
    float: none;
    width: 100%;
  }
}

.ota .ota-list01 .right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .ota .ota-list01 .right {
    float: none;
    width: 100%;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.wpr .lower-hero {
  background: url(/common/img/products/hero/bg_print.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .wpr .lower-hero {
    background: url(/common/img/products/hero/bg_print.jpg) no-repeat center center/cover;
  }
}

.wpr-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.wpr-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.wpr-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .wpr-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .wpr-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .wpr-lead-text {
    font-size: 1.5rem;
  }
}

.wpr-info-list {
  border-bottom: 1px dotted #ccc;
}

.wpr-info-list dt {
  font-weight: bold;
}

.wpr-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wpr-info-list dd {
    margin-bottom: 15px;
  }
}

.wpr-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .wpr-yell {
    margin-bottom: 30px;
  }
}

.wpr-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wpr-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.wpr-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wpr-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .wpr-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .wpr-yell-list-img {
    width: calc(40% - 15px);
  }
  .wpr-yell-list-img img {
    width: 100%;
  }
}

.wpr-yell-list-text {
  width: 600px;
}

.wpr-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .wpr-yell-list-text {
    width: 60%;
  }
}

.wpr-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .wpr-yell-list-heading {
    font-size: 1.5rem;
  }
}

.wpr-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .wpr-yell-list-lead {
    font-size: 1.5rem;
  }
}

.wpr-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.wpr-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .wpr-yell-list-link {
    font-size: 1.3rem;
  }
}

.wpr-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.wpr-link-item {
  border-bottom: 1px solid #ccc;
}

.wpr-link-item > dl {
  margin: 0;
}

.wpr-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.wpr-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.wpr-link-heading .fa-angle-right {
  padding-right: 4px;
}

.wpr-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .wpr-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.wpr-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wpr-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpr-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .wpr-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.wpr .ota-list01 {
  overflow: hidden;
}

.wpr .ota-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.wpr .ota-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.wpr .ota-list01 .left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .wpr .ota-list01 .left {
    float: none;
    width: 100%;
  }
}

.wpr .ota-list01 .right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .wpr .ota-list01 .right {
    float: none;
    width: 100%;
  }
}

.wpr .redtext2 {
  display: block;
  color: #ff0000;
  font-size: 1.2rem;
}

.wpr .redtext3 {
  color: #ff0000;
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.sds .lower-hero {
  background: url(/common/img/products/hero/bg_print.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .sds .lower-hero {
    background: url(/common/img/products/hero/bg_print.jpg) no-repeat center center/cover;
  }
}

.sds-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.sds-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.sds-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .sds-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .sds-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .sds-lead-text {
    font-size: 1.5rem;
  }
}

.sds-info-list {
  border-bottom: 1px dotted #ccc;
}

.sds-info-list dt {
  font-weight: bold;
}

.sds-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sds-info-list dd {
    margin-bottom: 15px;
  }
}

.sds-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .sds-yell {
    margin-bottom: 30px;
  }
}

.sds-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sds-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.sds-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sds-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .sds-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .sds-yell-list-img {
    width: calc(40% - 15px);
  }
  .sds-yell-list-img img {
    width: 100%;
  }
}

.sds-yell-list-text {
  width: 600px;
}

.sds-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .sds-yell-list-text {
    width: 60%;
  }
}

.sds-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .sds-yell-list-heading {
    font-size: 1.5rem;
  }
}

.sds-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .sds-yell-list-lead {
    font-size: 1.5rem;
  }
}

.sds-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.sds-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .sds-yell-list-link {
    font-size: 1.3rem;
  }
}

.sds-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.sds-link-item {
  border-bottom: 1px solid #ccc;
}

.sds-link-item > dl {
  margin: 0;
}

.sds-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.sds-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.sds-link-heading .fa-angle-right {
  padding-right: 4px;
}

.sds-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .sds-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.sds-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.sds-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sds-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .sds-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.sds .ota-list01 {
  overflow: hidden;
}

.sds .ota-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.sds .ota-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.sds .ota-list01 .left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .sds .ota-list01 .left {
    float: none;
    width: 100%;
  }
}

.sds .ota-list01 .right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .sds .ota-list01 .right {
    float: none;
    width: 100%;
  }
}

.sds .redtext2 {
  display: block;
  color: #ff0000;
  font-size: 1.2rem;
}

.sds .redtext3 {
  color: #ff0000;
}

.sds #introduction_picupTable {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

@media (max-width: 767px) {
  .sds #introduction_picupTable {
    white-space: normal;
  }
}

.sds #introduction_picupTable thead th {
  color: #FFFFFF;
  background: #2D4283;
  text-align: center;
  padding: 4px 0;
  font-weight: bold;
  font-size: 16px;
  font-family: Meiryo;
}

@media (max-width: 767px) {
  .sds #introduction_picupTable thead th {
    min-width: 200px !important;
  }
}

.sds #introduction_picupTable tbody tr:nth-child(2n-1) {
  background: #D0D8E8;
}

.sds #introduction_picupTable tbody tr:nth-child(2n) {
  background: #E9EDF4;
}

.sds #introduction_picupTable tbody td {
  vertical-align: top;
  padding: 15px 5px;
}

.sds span.gyosyu {
  font-size: 14px;
  font-weight: bold;
  font-family: Meiryo;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.spr .lower-hero {
  background: url(/common/img/products/hero/bg_print.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .spr .lower-hero {
    background: url(/common/img/products/hero/bg_print.jpg) no-repeat center center/cover;
  }
}

.spr-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.spr-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.spr-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .spr-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .spr-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .spr-lead-text {
    font-size: 1.5rem;
  }
}

.spr-info-list {
  border-bottom: 1px dotted #ccc;
}

.spr-info-list dt {
  font-weight: bold;
}

.spr-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .spr-info-list dd {
    margin-bottom: 15px;
  }
}

.spr-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .spr-yell {
    margin-bottom: 30px;
  }
}

.spr-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.spr-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.spr-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.spr-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .spr-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .spr-yell-list-img {
    width: calc(40% - 15px);
  }
  .spr-yell-list-img img {
    width: 100%;
  }
}

.spr-yell-list-text {
  width: 600px;
}

.spr-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .spr-yell-list-text {
    width: 60%;
  }
}

.spr-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .spr-yell-list-heading {
    font-size: 1.5rem;
  }
}

.spr-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .spr-yell-list-lead {
    font-size: 1.5rem;
  }
}

.spr-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.spr-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .spr-yell-list-link {
    font-size: 1.3rem;
  }
}

.spr-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.spr-link-item {
  border-bottom: 1px solid #ccc;
}

.spr-link-item > dl {
  margin: 0;
}

.spr-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.spr-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.spr-link-heading .fa-angle-right {
  padding-right: 4px;
}

.spr-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .spr-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.spr-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.spr-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.spr-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .spr-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.spr .ota-list01 {
  overflow: hidden;
}

.spr .ota-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.spr .ota-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.spr .ota-list01 .left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .spr .ota-list01 .left {
    float: none;
    width: 100%;
  }
}

.spr .ota-list01 .right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .spr .ota-list01 .right {
    float: none;
    width: 100%;
  }
}

.spr .redtext2 {
  display: block;
  color: #ff0000;
  font-size: 1.2rem;
}

.spr .redtext3 {
  color: #ff0000;
}

.spr #introduction_picupTable {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

@media (max-width: 767px) {
  .spr #introduction_picupTable {
    white-space: normal;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.spf .lower-hero {
  background: url(/common/img/products/hero/bg_print.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .spf .lower-hero {
    background: url(/common/img/products/hero/bg_print.jpg) no-repeat center center/cover;
  }
}

.spf-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.spf-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.spf-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .spf-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .spf-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .spf-lead-text {
    font-size: 1.5rem;
  }
}

.spf-info-list {
  border-bottom: 1px dotted #ccc;
}

.spf-info-list dt {
  font-weight: bold;
}

.spf-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .spf-info-list dd {
    margin-bottom: 15px;
  }
}

.spf-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .spf-yell {
    margin-bottom: 30px;
  }
}

.spf-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.spf-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.spf-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.spf-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .spf-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .spf-yell-list-img {
    width: calc(40% - 15px);
  }
  .spf-yell-list-img img {
    width: 100%;
  }
}

.spf-yell-list-text {
  width: 600px;
}

.spf-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .spf-yell-list-text {
    width: 60%;
  }
}

.spf-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .spf-yell-list-heading {
    font-size: 1.5rem;
  }
}

.spf-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .spf-yell-list-lead {
    font-size: 1.5rem;
  }
}

.spf-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.spf-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .spf-yell-list-link {
    font-size: 1.3rem;
  }
}

.spf-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.spf-link-item {
  border-bottom: 1px solid #ccc;
}

.spf-link-item > dl {
  margin: 0;
}

.spf-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.spf-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.spf-link-heading .fa-angle-right {
  padding-right: 4px;
}

.spf-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .spf-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.spf-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.spf-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.spf-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .spf-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.spf .ota-list01 {
  overflow: hidden;
}

.spf .ota-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.spf .ota-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.spf .ota-list01 .left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .spf .ota-list01 .left {
    float: none;
    width: 100%;
  }
}

.spf .ota-list01 .right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .spf .ota-list01 .right {
    float: none;
    width: 100%;
  }
}

.spf .redtext2 {
  display: block;
  color: #ff0000;
  font-size: 1.2rem;
}

.spf .redtext3 {
  color: #ff0000;
}

.spf #introduction_picupTable {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

@media (max-width: 767px) {
  .spf #introduction_picupTable {
    white-space: normal;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.sdr .lower-hero {
  background: url(/common/img/products/hero/bg_etc.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .sdr .lower-hero {
    background: url(/common/img/products/hero/bg_etc.jpg) no-repeat center center/cover;
  }
}

.sdr-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.sdr-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.sdr-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .sdr-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .sdr-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .sdr-lead-text {
    font-size: 1.5rem;
  }
}

.sdr-info-list {
  border-bottom: 1px dotted #ccc;
}

.sdr-info-list dt {
  font-weight: bold;
}

.sdr-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sdr-info-list dd {
    margin-bottom: 15px;
  }
}

.sdr-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .sdr-yell {
    margin-bottom: 30px;
  }
}

.sdr-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sdr-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.sdr-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sdr-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .sdr-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .sdr-yell-list-img {
    width: calc(40% - 15px);
  }
  .sdr-yell-list-img img {
    width: 100%;
  }
}

.sdr-yell-list-text {
  width: 600px;
}

.sdr-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .sdr-yell-list-text {
    width: 60%;
  }
}

.sdr-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .sdr-yell-list-heading {
    font-size: 1.5rem;
  }
}

.sdr-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .sdr-yell-list-lead {
    font-size: 1.5rem;
  }
}

.sdr-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.sdr-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .sdr-yell-list-link {
    font-size: 1.3rem;
  }
}

.sdr-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.sdr-link-item {
  border-bottom: 1px solid #ccc;
}

.sdr-link-item > dl {
  margin: 0;
}

.sdr-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.sdr-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.sdr-link-heading .fa-angle-right {
  padding-right: 4px;
}

.sdr-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .sdr-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.sdr-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.sdr-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sdr-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .sdr-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.sdr .ota-list01 {
  overflow: hidden;
}

.sdr .ota-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.sdr .ota-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.sdr .ota-list01 .left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .sdr .ota-list01 .left {
    float: none;
    width: 100%;
  }
}

.sdr .ota-list01 .right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .sdr .ota-list01 .right {
    float: none;
    width: 100%;
  }
}

.sdr .redtext2 {
  display: block;
  color: #ff0000;
  font-size: 1.2rem;
}

.sdr .redtext3 {
  color: #ff0000;
}

.sdr #introduction_picupTable {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

@media (max-width: 767px) {
  .sdr #introduction_picupTable {
    white-space: normal;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.wrj .lower-hero {
  background: url(/common/img/products/hero/bg_etc.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .wrj .lower-hero {
    background: url(/common/img/products/hero/bg_etc.jpg) no-repeat center center/cover;
  }
}

.wrj-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.wrj-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.wrj-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .wrj-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .wrj-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .wrj-lead-text {
    font-size: 1.5rem;
  }
}

.wrj-info-list {
  border-bottom: 1px dotted #ccc;
}

.wrj-info-list dt {
  font-weight: bold;
}

.wrj-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wrj-info-list dd {
    margin-bottom: 15px;
  }
}

.wrj-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .wrj-yell {
    margin-bottom: 30px;
  }
}

.wrj-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrj-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.wrj-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wrj-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .wrj-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .wrj-yell-list-img {
    width: calc(40% - 15px);
  }
  .wrj-yell-list-img img {
    width: 100%;
  }
}

.wrj-yell-list-text {
  width: 600px;
}

.wrj-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .wrj-yell-list-text {
    width: 60%;
  }
}

.wrj-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .wrj-yell-list-heading {
    font-size: 1.5rem;
  }
}

.wrj-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .wrj-yell-list-lead {
    font-size: 1.5rem;
  }
}

.wrj-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.wrj-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .wrj-yell-list-link {
    font-size: 1.3rem;
  }
}

.wrj-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.wrj-link-item {
  border-bottom: 1px solid #ccc;
}

.wrj-link-item > dl {
  margin: 0;
}

.wrj-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.wrj-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.wrj-link-heading .fa-angle-right {
  padding-right: 4px;
}

.wrj-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .wrj-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.wrj-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wrj-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrj-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .wrj-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.wrj .ota-list01 {
  overflow: hidden;
}

.wrj .ota-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.wrj .ota-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.wrj .ota-list01 .left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .wrj .ota-list01 .left {
    float: none;
    width: 100%;
  }
}

.wrj .ota-list01 .right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .wrj .ota-list01 .right {
    float: none;
    width: 100%;
  }
}

.wrj .redtext2 {
  display: block;
  color: #ff0000;
  font-size: 1.2rem;
}

.wrj .redtext3 {
  color: #ff0000;
}

.wrj #introduction_picupTable {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

@media (max-width: 767px) {
  .wrj #introduction_picupTable {
    white-space: normal;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.sgd .lower-hero {
  background: url(/common/img/products/hero/bg_etc.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .sgd .lower-hero {
    background: url(/common/img/products/hero/bg_etc.jpg) no-repeat center center/cover;
  }
}

.sgd-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.sgd-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.sgd-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .sgd-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .sgd-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .sgd-lead-text {
    font-size: 1.5rem;
  }
}

.sgd-info-list {
  border-bottom: 1px dotted #ccc;
}

.sgd-info-list dt {
  font-weight: bold;
}

.sgd-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sgd-info-list dd {
    margin-bottom: 15px;
  }
}

.sgd-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .sgd-yell {
    margin-bottom: 30px;
  }
}

.sgd-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sgd-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.sgd-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sgd-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .sgd-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .sgd-yell-list-img {
    width: calc(40% - 15px);
  }
  .sgd-yell-list-img img {
    width: 100%;
  }
}

.sgd-yell-list-text {
  width: 600px;
}

.sgd-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .sgd-yell-list-text {
    width: 60%;
  }
}

.sgd-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .sgd-yell-list-heading {
    font-size: 1.5rem;
  }
}

.sgd-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .sgd-yell-list-lead {
    font-size: 1.5rem;
  }
}

.sgd-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.sgd-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .sgd-yell-list-link {
    font-size: 1.3rem;
  }
}

.sgd-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.sgd-link-item {
  border-bottom: 1px solid #ccc;
}

.sgd-link-item > dl {
  margin: 0;
}

.sgd-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.sgd-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.sgd-link-heading .fa-angle-right {
  padding-right: 4px;
}

.sgd-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .sgd-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.sgd-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.sgd-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sgd-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .sgd-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.sgd .ota-list01 {
  overflow: hidden;
}

.sgd .ota-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.sgd .ota-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.sgd .ota-list01 .left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .sgd .ota-list01 .left {
    float: none;
    width: 100%;
  }
}

.sgd .ota-list01 .right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .sgd .ota-list01 .right {
    float: none;
    width: 100%;
  }
}

.sgd .redtext2 {
  display: block;
  color: #ff0000;
  font-size: 1.2rem;
}

.sgd .redtext3 {
  color: #ff0000;
}

.sgd #introduction_picupTable {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

@media (max-width: 767px) {
  .sgd #introduction_picupTable {
    white-space: normal;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.wen .lower-hero {
  background: url(/common/img/products/hero/bg_encrypt.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .wen .lower-hero {
    background: url(/common/img/products/hero/bg_encrypt.jpg) no-repeat center center/cover;
  }
}

.wen-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.wen-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.wen-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .wen-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .wen-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .wen-lead-text {
    font-size: 1.5rem;
  }
}

.wen-info-list {
  border-bottom: 1px dotted #ccc;
}

.wen-info-list dt {
  font-weight: bold;
}

.wen-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wen-info-list dd {
    margin-bottom: 15px;
  }
}

.wen-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .wen-yell {
    margin-bottom: 30px;
  }
}

.wen-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wen-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.wen-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wen-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .wen-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .wen-yell-list-img {
    width: calc(40% - 15px);
  }
  .wen-yell-list-img img {
    width: 100%;
  }
}

.wen-yell-list-text {
  width: 600px;
}

.wen-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .wen-yell-list-text {
    width: 60%;
  }
}

.wen-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .wen-yell-list-heading {
    font-size: 1.5rem;
  }
}

.wen-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .wen-yell-list-lead {
    font-size: 1.5rem;
  }
}

.wen-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.wen-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .wen-yell-list-link {
    font-size: 1.3rem;
  }
}

.wen-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.wen-link-item {
  border-bottom: 1px solid #ccc;
}

.wen-link-item > dl {
  margin: 0;
}

.wen-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.wen-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.wen-link-heading .fa-angle-right {
  padding-right: 4px;
}

.wen-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .wen-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.wen-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wen-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wen-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .wen-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.wen .ota-list01 {
  overflow: hidden;
}

.wen .ota-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.wen .ota-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.wen .ota-list01 .left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .wen .ota-list01 .left {
    float: none;
    width: 100%;
  }
}

.wen .ota-list01 .right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .wen .ota-list01 .right {
    float: none;
    width: 100%;
  }
}

.wen .redtext2 {
  display: block;
  color: #ff0000;
  font-size: 1.2rem;
}

.wen .redtext3 {
  color: #ff0000;
}

.wen #introduction_picupTable {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

@media (max-width: 767px) {
  .wen #introduction_picupTable {
    white-space: normal;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.wgw .lower-hero {
  background: url(/common/img/products/hero/bg_encrypt.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .wgw .lower-hero {
    background: url(/common/img/products/hero/bg_encrypt.jpg) no-repeat center center/cover;
  }
}

.wgw-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.wgw-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.wgw-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .wgw-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .wgw-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .wgw-lead-text {
    font-size: 1.5rem;
  }
}

.wgw-info-list {
  border-bottom: 1px dotted #ccc;
}

.wgw-info-list dt {
  font-weight: bold;
}

.wgw-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wgw-info-list dd {
    margin-bottom: 15px;
  }
}

.wgw-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .wgw-yell {
    margin-bottom: 30px;
  }
}

.wgw-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wgw-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.wgw-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wgw-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .wgw-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .wgw-yell-list-img {
    width: calc(40% - 15px);
  }
  .wgw-yell-list-img img {
    width: 100%;
  }
}

.wgw-yell-list-text {
  width: 600px;
}

.wgw-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .wgw-yell-list-text {
    width: 60%;
  }
}

.wgw-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .wgw-yell-list-heading {
    font-size: 1.5rem;
  }
}

.wgw-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .wgw-yell-list-lead {
    font-size: 1.5rem;
  }
}

.wgw-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.wgw-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .wgw-yell-list-link {
    font-size: 1.3rem;
  }
}

.wgw-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.wgw-link-item {
  border-bottom: 1px solid #ccc;
}

.wgw-link-item > dl {
  margin: 0;
}

.wgw-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.wgw-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.wgw-link-heading .fa-angle-right {
  padding-right: 4px;
}

.wgw-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .wgw-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.wgw-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wgw-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wgw-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .wgw-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.wgw .ota-list01 {
  overflow: hidden;
}

.wgw .ota-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.wgw .ota-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.wgw .ota-list01 .left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .wgw .ota-list01 .left {
    float: none;
    width: 100%;
  }
}

.wgw .ota-list01 .right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .wgw .ota-list01 .right {
    float: none;
    width: 100%;
  }
}

.wgw .redtext2 {
  display: block;
  color: #ff0000;
  font-size: 1.2rem;
}

.wgw .redtext3 {
  color: #ff0000;
}

.wgw #introduction_picupTable {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

@media (max-width: 767px) {
  .wgw #introduction_picupTable {
    white-space: normal;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.airdrive .lower-hero {
  background: url(/common/img/products/hero/bg_encrypt.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .airdrive .lower-hero {
    background: url(/common/img/products/hero/bg_encrypt.jpg) no-repeat center center/cover;
  }
}

.airdrive-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.airdrive-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.airdrive-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .airdrive-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .airdrive-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .airdrive-lead-text {
    font-size: 1.5rem;
  }
}

.airdrive-info-list {
  border-bottom: 1px dotted #ccc;
}

.airdrive-info-list dt {
  font-weight: bold;
}

.airdrive-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .airdrive-info-list dd {
    margin-bottom: 15px;
  }
}

.airdrive-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .airdrive-yell {
    margin-bottom: 30px;
  }
}

.airdrive-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.airdrive-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.airdrive-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.airdrive-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .airdrive-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .airdrive-yell-list-img {
    width: calc(40% - 15px);
  }
  .airdrive-yell-list-img img {
    width: 100%;
  }
}

.airdrive-yell-list-text {
  width: 600px;
}

.airdrive-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .airdrive-yell-list-text {
    width: 60%;
  }
}

.airdrive-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .airdrive-yell-list-heading {
    font-size: 1.5rem;
  }
}

.airdrive-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .airdrive-yell-list-lead {
    font-size: 1.5rem;
  }
}

.airdrive-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.airdrive-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .airdrive-yell-list-link {
    font-size: 1.3rem;
  }
}

.airdrive-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.airdrive-link-item {
  border-bottom: 1px solid #ccc;
}

.airdrive-link-item > dl {
  margin: 0;
}

.airdrive-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.airdrive-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.airdrive-link-heading .fa-angle-right {
  padding-right: 4px;
}

.airdrive-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .airdrive-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.airdrive-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.airdrive-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.airdrive-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .airdrive-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.airdrive .ota-list01 {
  overflow: hidden;
}

.airdrive .ota-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.airdrive .ota-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.airdrive .ota-list01 .left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .airdrive .ota-list01 .left {
    float: none;
    width: 100%;
  }
}

.airdrive .ota-list01 .right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .airdrive .ota-list01 .right {
    float: none;
    width: 100%;
  }
}

.airdrive .redtext2 {
  display: block;
  color: #ff0000;
  font-size: 1.2rem;
}

.airdrive .redtext3 {
  color: #ff0000;
}

.airdrive #introduction_picupTable {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

@media (max-width: 767px) {
  .airdrive #introduction_picupTable {
    white-space: normal;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.tango .lower-hero {
  background: url(/common/img/products/hero/bg_etc.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .tango .lower-hero {
    background: url(/common/img/products/hero/bg_etc.jpg) no-repeat center center/cover;
  }
}

.tango-lead {
  margin-bottom: 60px;
  padding: 25px 20px;
  background: #f7f7f7;
}

.tango-lead-img {
  margin-bottom: 30px;
  text-align: right;
  background: url(/common/img/recruit/newstaff/img/bg_lead.png) no-repeat left center;
}

.tango-lead-text {
  font-size: 2.1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 767px) {
  .tango-lead {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .tango-lead-img {
    margin-bottom: 10px;
    text-align: center;
    background: none;
  }
  .tango-lead-text {
    font-size: 1.5rem;
  }
}

.tango-info-list {
  border-bottom: 1px dotted #ccc;
}

.tango-info-list dt {
  font-weight: bold;
}

.tango-info-list dd {
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .tango-info-list dd {
    margin-bottom: 15px;
  }
}

.tango-yell {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .tango-yell {
    margin-bottom: 30px;
  }
}

.tango-yell-list-item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tango-yell-list-item:not(:last-child) {
  border-bottom: 1px solid #608db2;
}

.tango-yell-list-item:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tango-yell-list-item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .tango-yell-list-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .tango-yell-list-img {
    width: calc(40% - 15px);
  }
  .tango-yell-list-img img {
    width: 100%;
  }
}

.tango-yell-list-text {
  width: 600px;
}

.tango-yell-list-text > * {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .tango-yell-list-text {
    width: 60%;
  }
}

.tango-yell-list-heading {
  font-size: 2.1rem;
  color: #333;
}

@media (max-width: 767px) {
  .tango-yell-list-heading {
    font-size: 1.5rem;
  }
}

.tango-yell-list-lead {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .tango-yell-list-lead {
    font-size: 1.5rem;
  }
}

.tango-yell-list-link {
  font-size: 1.8rem;
  color: #666;
}

.tango-yell-list-link i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .tango-yell-list-link {
    font-size: 1.3rem;
  }
}

.tango-link {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.tango-link-item {
  border-bottom: 1px solid #ccc;
}

.tango-link-item > dl {
  margin: 0;
}

.tango-link-heading {
  font-size: 2.4rem;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.tango-link-heading i {
  margin-left: auto;
  color: #608db2;
}

.tango-link-heading .fa-angle-right {
  padding-right: 4px;
}

.tango-link-heading:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 767px) {
  .tango-link-heading {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.tango-link-sub {
  margin-top: 10px;
  margin-bottom: 15px;
}

.tango-link-sub span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tango-link-sub i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .tango-link-sub {
    margin: 5px 0 10px 10px;
  }
}

.tango .ota-list01 {
  overflow: hidden;
}

.tango .ota-list01 dt {
  padding: 5px 10px;
  background: #ccc;
}

.tango .ota-list01 dd {
  padding: 5px 10px;
  margin: 0;
}

.tango .ota-list01 .left {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .tango .ota-list01 .left {
    float: none;
    width: 100%;
  }
}

.tango .ota-list01 .right {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .tango .ota-list01 .right {
    float: none;
    width: 100%;
  }
}

.tango .redtext2 {
  display: block;
  color: #ff0000;
  font-size: 1.2rem;
}

.tango .redtext3 {
  color: #ff0000;
}

.tango #introduction_picupTable {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

@media (max-width: 767px) {
  .tango #introduction_picupTable {
    white-space: normal;
  }
}

.link-trigger {
  cursor: pointer;
}

.link-trigger i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-trigger.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-target {
  display: none;
  position: relative;
}

.link-target.open {
  display: block;
}

.syssol-hero {
  background: url(/common/img/syssol/common/img/index/bg_hero.jpg) no-repeat center center/cover;
  height: 312px;
  margin-top: -112px;
  padding-top: 112px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .syssol-hero {
    /*background: url(/common/img/air_products/img/bg_hero.jpg) no-repeat center center / cover;*/
    height: 150px;
    margin-top: -46px;
    padding-top: 46px;
  }
}

.syssol-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .syssol-hero-inner {
    padding: 0 10px;
    width: 100%;
    height: 104px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.syssol-hero-heading {
  font-size: 5.2rem;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .syssol-hero-heading {
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
  }
}

.syssol-hero-text {
  font-size: 2.1rem;
  border: 1px solid #00ffff;
  color: #fff;
}

@media (max-width: 767px) {
  .syssol-hero-text {
    font-size: 1.5rem;
    margin: 0;
    width: 100%;
  }
}

.syssol .img-map {
  text-align: center;
}

@media (max-width: 767px) {
  .syssol .img-map img {
    width: 100%;
  }
}

.syssol .accordion-trigger.syssol-list > div {
  width: 100%;
}

.syssol .accordion-trigger.syssol-list .accordion-trigger-title {
  font-size: 2rem;
}

.syssol .icon-circle {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 100;
  width: 160px;
  height: auto;
  float: left;
}

@media (max-width: 767px) {
  .syssol .icon-circle {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .syssol .icon-circle {
    float: none;
  }
}

.syssol .icon-circle:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -10px;
  left: 40px;
  border-radius: 50%;
  background: #f2f2f2;
  z-index: 10;
}

@media (max-width: 767px) {
  .syssol .icon-circle:before {
    left: 50%;
    margin-left: -40px;
  }
}

.syssol .icon-circle span {
  display: inline-block;
  text-align: center;
  z-index: 999;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 30px;
}

.syssol .icon-circle span.nowrap {
  line-height: 60px;
}

.syssol .icon-circle.c01:before {
  background: #25A2CE;
}

.syssol .icon-circle.c02:before {
  background: #0086C5;
}

.syssol .icon-circle.c03:before {
  background: #4466CC;
}

.syssol .icon-circle.c04:before {
  background: #9966FF;
}

.syssol .icon-circle.c05:before {
  background: #CC3265;
}

.syssol .icon-circle.c06:before {
  background: #E24000;
}

.syssol .icon-circle.c07:before {
  background: #FF8000;
}

.syssol .icon-circle.c08:before {
  background: #8DA529;
}

.syssol .icon-circle.c09:before {
  background: #0086C5;
}

.syssol .title-circle {
  padding: 10px;
}

.airnote .header-top {
  background: none;
}

.airnote .menu-mobile,
.airnote .menu-container,
.airnote .header-menu {
  display: none;
}

.airnote-hero {
  background: url(/common/img/columns/airnotes/img/bg_hero.jpg) no-repeat center top/cover;
  height: 312px;
  margin-top: -112px;
  padding-top: 112px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .airnote-hero {
    /*background: url(/common/img//air_products/img/bg_hero.jpg) no-repeat center center / cover;*/
    height: 150px;
    margin-top: -46px;
    padding-top: 46px;
  }
}

.airnote-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .airnote-hero-inner {
    padding: 0 10px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.airnote-hero-heading {
  font-size: 5.2rem;
  line-height: 1.4;
  color: #333;
  margin: 0;
}

@media (max-width: 767px) {
  .airnote-hero-heading {
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
  }
}

.airnote-hero-text {
  font-size: 2.1rem;
  border: 1px solid #00ffff;
  color: #333;
  font-weight: bold;
}

@media (max-width: 767px) {
  .airnote-hero-text {
    font-size: 1.5rem;
    margin: 0;
    width: 100%;
  }
}

.airnote .img-map {
  text-align: center;
}

@media (max-width: 767px) {
  .airnote .img-map img {
    width: 100%;
  }
}

.airnote .accordion-trigger.syssol-list > div {
  width: 100%;
}

.airnote .accordion-trigger.syssol-list .accordion-trigger-title {
  font-size: 2rem;
}

.airnote .icon-circle {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 100;
  width: 160px;
  height: auto;
  float: left;
}

@media (max-width: 767px) {
  .airnote .icon-circle {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .airnote .icon-circle {
    float: none;
  }
}

.airnote .icon-circle:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -10px;
  left: 40px;
  border-radius: 50%;
  background: #f2f2f2;
  z-index: 10;
}

@media (max-width: 767px) {
  .airnote .icon-circle:before {
    left: 50%;
    margin-left: -40px;
  }
}

.airnote .icon-circle span {
  display: inline-block;
  text-align: center;
  z-index: 999;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 30px;
}

.airnote .icon-circle span.nowrap {
  line-height: 60px;
}

.airnote .icon-circle.c01:before {
  background: #25A2CE;
}

.airnote .icon-circle.c02:before {
  background: #4466CC;
}

.airnote .icon-circle.c03:before {
  background: #4466CC;
}

.airnote .icon-circle.c04:before {
  background: #9966FF;
}

.airnote .icon-circle.c05:before {
  background: #CC3265;
}

.airnote .icon-circle.c06:before {
  background: #E24000;
}

.airnote .icon-circle.c07:before {
  background: #FF8000;
}

.airnote .icon-circle.c08:before {
  background: #8DA529;
}

.airnote .title-circle {
  padding: 10px;
}

.airnotepages .menu-mobile {
  display: none;
}

.airnotepages .header-inner {
  height: auto;
}

.airnotepages .header-inner .header-logo img {
  width: 80px;
}

.airnotepages .header-inner h2 {
  text-align: center;
  margin: 0px;
  width: 100%;
  font-size: 3.6rem;
  line-height: 60px;
}

.airnotepages .header-inner h2 span {
  vertical-align: top;
  display: inline-block;
  font-size: 2rem;
  line-height: 60px;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .airnotepages .header-inner {
    display: block;
  }
  .airnotepages .header-inner h1 {
    display: block;
    width: 100%;
    line-height: normal;
    margin-bottom: 0;
  }
  .airnotepages .header-inner h2 {
    display: block;
    width: 100%;
    margin-top: 0;
    line-height: normal;
  }
}

.airnotepages .header-block {
  border-top: 1px solid #ccc;
  background: #7AC943;
}

.airnotepages .header-block {
  margin-bottom: 60px;
}

.airnotepages .header-block .airnote-header {
  padding: 30px 20px 30px;
  max-width: 960px;
  margin: auto;
}

.airnotepages .header-block .airnote-header-box h2 {
  margin: 10px;
  color: #fff;
}

.airnotepages .header-block .airnote-header-box p {
  margin: 0px;
  color: #fff;
}

.airnotepages .header-block .airnote-header-type {
  width: 236px;
  float: left;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .airnotepages .header-block .airnote-header-type {
    width: 100%;
    float: none;
  }
}

.airnotepages .header-block::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -15px;
  bottom: -30px;
  border-top: 30px solid #7AC943;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

.airnotepages .contents-box {
  position: relative;
  border: 1px solid #608db2;
  padding: 25px;
}

.airnotepages .contents-box .contents-title {
  margin-top: -24px;
}

.airnotepages .contents-box .contents-title h3 {
  font-size: 24px;
  color: #608DB2;
  width: calc(100% - 300px);
}

@media screen and (max-width: 767px) {
  .airnotepages .contents-box .contents-title h3 {
    width: 100%;
    margin-top: 100px;
  }
}

.airnotepages .contents-box .contents-title .logo {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  width: 260px;
  text-align: center;
  background: #808080;
  line-height: 80px;
}

.airnotepages .contents-box .contents-title .logo img {
  line-height: 80px;
  vertical-align: middle;
}

.airnotepages .contents-box .contents-title .logo:before {
  content: "";
  position: absolute;
  top: 0%;
  left: -12px;
  height: 80px;
  width: 30px;
  -webkit-transform: skewX(15deg);
      -ms-transform: skewX(15deg);
          transform: skewX(15deg);
  background: #808080;
}

.airnotepages .contents-box2 {
  position: relative;
  border: 1px solid #808080;
  padding: 25px 25px 15px;
}

.airnotepages .contents-box2 .contents-title {
  margin-top: -20px;
}

.airnotepages .contents-box2 .contents-title h3 {
  color: #333;
  width: calc(100% - 300px);
  margin-left: 300px;
}

@media screen and (max-width: 767px) {
  .airnotepages .contents-box2 .contents-title h3 {
    width: 100%;
    margin: 0;
  }
}

.airnotepages .contents-box2 .contents-title .logo {
  float: left;
  height: 80px;
  width: 260px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .airnotepages .contents-box2 .contents-title .logo {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .airnotepages .contents-box2 .contents-title .logo {
    margin-top: 15px;
  }
}

.airnotepages .contents-box2 .contents-title .logo img {
  line-height: 80px;
  vertical-align: middle;
}

.airnotepages .airnote-btn-style01 {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 30px 5px 10px;
  color: #fff;
  background: #608DB2;
  vertical-align: middle;
}

.airnotepages .airnote-btn-style01 i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

.airnotepages .airnote-btn-style01:hover {
  opacity: 0.8;
}

.airnotepages .airnote-btn-style02 {
  display: block;
  width: 100%;
  padding: 5px 10px 5px 10px;
  color: #fff;
  background: #7AC943;
  vertical-align: middle;
  text-align: center;
}

.airnotepages .airnote-btn-style02:hover {
  opacity: 0.8;
}

.airnotepages .airnote-btn-style03 {
  display: block;
  width: 100%;
  padding: 5px 10px 5px 10px;
  color: #fff;
  background: #F15A24;
  vertical-align: middle;
  text-align: center;
}

.airnotepages .airnote-btn-style03:hover {
  opacity: 0.8;
}

.airnotepages .cv-btn-style01 {
  position: relative;
  display: block;
  padding: 15px;
  background: #7AC943;
  text-align: center;
}

.airnotepages .cv-btn-style01 span {
  display: block;
}

.airnotepages .cv-btn-style01 i {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .airnotepages .cv-btn-style01 i {
    display: none;
  }
}

.airnotepages .cv-btn-style01:after {
  content: url "/common/img/column/wau/yajirushi.png";
}

.airnotepages .cv-btn-style01:hover {
  opacity: 0.8;
}

.airnotepages .airnote-title-style01 {
  font-size: 2rem;
  color: #608DB2;
}

.airnotepages .airnote-title-style02 {
  color: #333;
  border-left: 5px solid #608DB2;
  padding: 0px 10px;
  background: #E7EDF3;
}

.airnotepages .airnote-title-style03 {
  color: #333;
  border-bottom: 1px dotted #608DB2;
  padding: 0px 10px 5px;
}

.airnotepages .airnote-list-style01 li:before {
  content: "●";
  font-weight: bold;
  margin-right: 5px;
}

.airnotepages .contents-box3 {
  margin: 0 5%;
}

@media screen and (max-width: 767px) {
  .airnotepages .contents-list-item {
    display: block !important;
  }
}

.airnotepages .contents-list-item figure img {
  height: 40px;
}

@media screen and (max-width: 767px) {
  .airnotepages .contents-list-item figure img {
    width: 100px;
    max-width: 160px;
    max-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .airnotepages .contents-list-item p {
    padding: 10px 0 0;
    text-align: center;
  }
}

.airnotepages .contents-list-item:nth-of-type(1) img,
.airnotepages .contents-list-item:nth-of-type(2) img,
.airnotepages .contents-list-item:nth-of-type(3) img,
.airnotepages .contents-list-item:nth-of-type(4) img {
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  .airnotepages .contents-list-item:nth-of-type(1) img,
  .airnotepages .contents-list-item:nth-of-type(2) img,
  .airnotepages .contents-list-item:nth-of-type(3) img,
  .airnotepages .contents-list-item:nth-of-type(4) img {
    max-width: 300px;
    width: auto;
    height: 50px;
  }
}

.airnotepages .bold {
  font-weight: bold;
}

.airnotepages td.color {
  background: #f3f3f3;
  vertical-align: middle;
}

.airnotepages .contents-box4 {
  padding: 20px;
  background: #f3f3f3;
}

.fl {
  float: left;
}

.inquiry {
  /* button */
  /* err */
}

@media (max-width: 767px) {
  .inquiry .lower__main img {
    width: 89px;
  }
}

@media (max-width: 767px) {
  .inquiry .lower__heading01 img {
    width: 130px;
  }
}

.inquiry .table-inquiry {
  font-size: 1.4rem;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .inquiry .table-inquiry {
    font-size: 1.2rem;
    margin: 0 12px 15px;
    width: calc(100% - 24px);
  }
}

.inquiry .table-inquiry tr {
  background: #f0f4f7;
}

.inquiry .table-inquiry tr:nth-of-type(1) .table-inquiry__title {
  border-top: 1px solid #445766;
}

.inquiry .table-inquiry tr:nth-of-type(1) .table-inquiry__body {
  border-top: 1px solid #c7ccd1;
}

@media (max-width: 767px) {
  .inquiry .table-inquiry tr {
    display: block;
  }
  .inquiry .table-inquiry tr:nth-of-type(1) .table-inquiry__body {
    border-top: none;
  }
}

.inquiry .table-inquiry__title {
  width: 37.5%;
  border-bottom: 1px solid #445766;
}

.inquiry .table-inquiry__title > div {
  padding: 30px 50px 30px 31.25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inquiry .table-inquiry__title p {
  margin-bottom: 0;
}

.inquiry .table-inquiry__title .icon-required {
  color: #fff;
  background: #5fc1bf;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0 8px;
}

@media (max-width: 767px) {
  .inquiry .table-inquiry__title {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .inquiry .table-inquiry__title > div {
    padding: 15px 15px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .inquiry .table-inquiry__title .icon-required {
    font-size: 1.1rem;
  }
}

.inquiry .table-inquiry__body {
  width: 62.5%;
  border-bottom: 1px solid #c7ccd1;
}

.inquiry .table-inquiry__body > div {
  padding: 30px 30px 30px 0;
}

@media (max-width: 767px) {
  .inquiry .table-inquiry__body {
    width: 100%;
    display: block;
  }
  .inquiry .table-inquiry__body > div {
    padding: 15px;
  }
}

.inquiry .table-inquiry .inquiry-radio__input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 50px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .inquiry .table-inquiry .inquiry-radio__input + label {
    margin-right: 0;
    padding-bottom: 10px;
  }
}

.inquiry .table-inquiry .inquiry-radio__input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.inquiry .table-inquiry .inquiry-radio__input:nth-of-type(4) + label {
  padding-bottom: 0;
  margin-right: 10px;
}

.inquiry .table-inquiry .inquiry-radio__input:checked + label {
  color: #000;
}

.inquiry .table-inquiry .inquiry-radio__input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
}

.inquiry .table-inquiry .inquiry-radio__other {
  width: 300px;
}

@media (max-width: 767px) {
  .inquiry .table-inquiry .inquiry-radio__other {
    width: 100%;
  }
}

.inquiry .table-inquiry .inquiry-text__address {
  margin-bottom: 4px;
  font-weight: bold;
}

.inquiry .table-inquiry .inquiry__address-search {
  padding-left: 15px;
  color: #0d5093;
}

.inquiry .table-inquiry .inquiry__address-search a {
  color: #0d5093;
  text-decoration: underline;
}

.inquiry .table-inquiry .inquiry__textarea {
  height: 200px;
}

.inquiry .button-block {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.inquiry .inquiry__button {
  cursor: pointer;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .inquiry .inquiry__button {
    font-size: 1.4rem;
  }
}

.inquiry .inquiry__button:hover {
  opacity: .7;
}

.inquiry .inquiry__button-check {
  background: #2b3640;
  height: 76px;
  width: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-bottom: 2px solid #556c80;
  padding: 0 13px;
}

.inquiry .inquiry__button-check span {
  text-align: center;
  width: 100%;
}

.inquiry .inquiry__button-check i {
  margin-left: auto;
}

@media (max-width: 767px) {
  .inquiry .inquiry__button-check {
    width: 70%;
    height: 56px;
  }
}

.inquiry .inquiry__button-back {
  background: rgba(0, 98, 173, 0.9);
  height: 76px;
  width: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-bottom: 2px solid #0d5093;
  padding: 0 13px;
  margin-right: 20px;
}

.inquiry .inquiry__button-back span {
  text-align: center;
  width: 100%;
}

.inquiry .inquiry__button-back i {
  margin-right: auto;
}

@media (max-width: 767px) {
  .inquiry .inquiry__button-back {
    width: 70%;
    height: 56px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.inquiry .err__message {
  color: #e00000;
  background: rgba(224, 0, 0, 0.1);
  padding: 20px;
}

.inquiry .err__text {
  color: #e00000;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.inquiry .err__text i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .privacy .lower__main img {
    width: 105px;
  }
}

.privacy__guideline__title {
  font-weight: bold;
  position: relative;
  padding-bottom: 14px;
}

.privacy__guideline__title h2 {
  font-size: 2.8rem;
  font-weight: bold;
}

.privacy__guideline__title span {
  font-size: 2.0rem;
}

.privacy__guideline__title::after {
  content: "";
  background: #005ca1;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .privacy__guideline__title h2 {
    font-size: 1.9rem;
  }
  .privacy__guideline__title span {
    font-size: 1.4rem;
  }
}

.privacy__guideline__list__item {
  border-bottom: 1px solid rgba(0, 92, 161, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.privacy__guideline__list__item-num {
  width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  font-size: 4.8rem;
  color: #005ca1;
  font-family: Rawson MediumIt;
  line-height: 1;
  margin-top: -4px;
}

@media (max-width: 767px) {
  .privacy__guideline__list__item {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .privacy__guideline__list__item-num {
    width: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    font-size: 3.6rem;
    margin-top: -2px;
  }
}

.privacy__guideline__list__text h3 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
}

.privacy__guideline__list__text > ol,
.privacy__guideline__list__text > div {
  padding-left: 20px;
}

.privacy__guideline__list__text ul li,
.privacy__guideline__list__text ol li {
  padding-left: 1em;
  text-indent: -1.3em;
}

@media (max-width: 767px) {
  .privacy__guideline__list__text h3 {
    font-size: 1.5rem;
  }
  .privacy__guideline__list__text > ol,
  .privacy__guideline__list__text > div {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .sitemap .lower__main img {
    width: 101px;
  }
}

.sitemap__list__item {
  border-bottom: 1px solid rgba(0, 92, 161, 0.2);
  margin-bottom: 30px;
}

.sitemap__list__item-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

.sitemap__list__item-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  padding-bottom: 10px;
}

.sitemap__list__item-sub p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sitemap__list__item {
    margin-bottom: 15px;
  }
  .sitemap__list__item-main {
    padding-bottom: 10px;
  }
  .sitemap__list__item-main h3 {
    font-size: 1.4rem;
  }
  .sitemap__list__item-sub {
    font-size: 1.2rem;
    padding-bottom: 7px;
  }
}

/*# sourceMappingURL=maps/style.css.map */

/*20191226追加隙間削除ここから*/
table  {
  margin-bottom:10px;
}
/*20191226追加隙間削除ここまで*/
/*20200121追加ここから*/
.modal_wrap input{
    display: none;
}

.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content{
    align-self: center;
    width: 60%;
    max-width: 800px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: scale(0.3);
    transition: 0.5s;
}

.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}

.open_button{
    position: relative;
    top: 20px;
    right: 0;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
    padding: 8px 16px;
    cursor: pointer;
}
/*20200121追加ここまで*/

/*20200325追加ここから*/
.inquiry-btn-box2 {
  position: fixed;
  width: 270px;
  bottom: 0;
  right: 30px;
  z-index: 9999;
}

.inquiry-btn-box2__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.inquiry-btn-box2__inner p {
  text-align: center;
  margin: 0px;
  line-height: 140%;
}

.inquiry-btn-box2__inner img {
  margin-right: 10px;
}

.inquiry-btn-box2 a {
  display: block;
  padding: 8px 10px 0px;
  background-color: rgba(254, 239, 167, 0.9);
  border-radius: 10px 10px 0 0;
  color: #000;
  box-shadow: 0px 0px 6px 3px #ccc;
}

.inquiry-btn-box2 a:hover {
  background-color: #fee46b;
}

/*20200325追加ここまで*/

/*20210208追加byKoshimoto下向き吹き出しと立体角丸枠*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

/*20210208追加２*/

.box13 {
  padding: 0.2em 1em;
  margin: 2em 0;
  color: #FFF;
  background: #6eb7ff;
  border-bottom: solid 6px #3f87ce;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.box13 p {
  margin: 0; 
  padding: 0;
}

/*20210208追加ここまで*/
/*20210218上向き吹き出しここから*/
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 0.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
  text-align:left; 
}

.balloon2:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}
/*20210218上向き吹き出しここまで*/

/*20210611フェードインここから*/
.fade-in00{
  margin-top: -15px; 
  margin-bottom: -15px;
  margin-right: 20px;
  margin-left: 20px;
  animation-name: fig-fade-in00; 
  animation-duration: 7s; 
  animation-iteration-count:1;
  animation-fill-mode: forwards; 
}
@keyframes fig-fade-in00 {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
} 
}
/*フェードインここまで*/

/*20210611追加テキストフェードイン後に青色*/
.fade-in01{ 
  font-size:20px;
  font-weight: bold;
  opacity:0;
  animation-name: fade-in01-blue; 
  animation-duration: 5s; 
  animation-iteration-count:1;
  animation-fill-mode: forwards; 
}
@keyframes fade-in01-blue {
0% {
  opacity: 0;
  color:#000;
}
80% {
 opacity: 1;
 color:#000;
}
 100% {
  opacity: 1;
  color:#0d5093;
} 
}
/*テキストフェードイン後に青色ここまで*/


/*20210927追加 3box横並び*/
.wrap_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item_01 {
  padding: 30px;
  width: 32%;
  background-color:#e6e6fa;
  border-radius: 10px 10px 10px 10px;
}

@media not all and (min-width: 768px) {
  .item_01 {
    width: 100%;
  }

  .item_01:not(:last-child) {
    margin-bottom: 30px;
  }
}
/*3box横並びここまで*/