@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #477dca;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #3964a2;
  color: #fff;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
  background-color: #477dca;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #b1b1b1;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #477dca;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

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

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

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

.s-article-cms-body ul:not(.reset) {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}


.s-article-cms-body ol:not(.reset) {
  list-style-type: decimal;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  -webkit-font-feature-settings: "kern", "liga", "tnum";
          font-feature-settings: "kern", "liga", "tnum";
  /*margin: $small-spacing 0;*/
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
          font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

a:active, a:focus, a:hover {
  color: #355e98;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.s-article-cms-body div > div:not(.reset) {
  margin-bottom: 4%;
}

.s-article-cms-body div > div:not(.reset):last-of-type {
  margin-bottom: 0;
}

.s-article-cms-body section:not(.reset) {
  margin-bottom: 5%;
}

.s-article-cms-body section:not(.reset)::after {
  clear: both;
  content: "";
  display: table;
}

.s-article-cms-body section:not(.reset):last-of-type {
  margin-bottom: 0;
}

.s-article-cms-body figure:not(.reset) {
  margin: 0;
}

.s-article-cms-body figure:not(.reset) > figcaption {
  text-align: center;
  font-weight: bold;
}

.s-article-cms-body figure:not(.reset) > img + figcaption {
  margin-top: 16px;
}

.s-article-cms-body h3:not(.reset),
.s-article-cms-body h5:not(.reset) {
  padding-bottom: .5em;
  border-bottom: 1px solid #d9d9d9;
}

.s-article-cms-body h3:not(.reset).reset,
.s-article-cms-body h5:not(.reset).reset {
  border-bottom: none;
}

.s-article-cms-body h3:not(.reset),
.s-article-cms-body h4:not(.reset) {
  font-size: 1.75em;
}


.s-article-cms-body h5:not(.reset),
.s-article-cms-body h6:not(.reset) {
  font-size: 1.5em;
}

.s-article-cms-body a:not(.reset)[href$=".pdf"]::before, .s-article-cms-body a:not(.reset)[href$=".doc"]::before, .s-article-cms-body a:not(.reset)[href$=".xls"]::before {
  font-family: fontAwesome;
  margin-right: .5em;
  color: #F7CE3E;
}

.s-article-cms-body a:not(.reset)[href$=".pdf"]::before {
  content: "\f1c1";
}

.s-article-cms-body a:not(.reset)[href$=".doc"]::before {
  content: "\f1c2";
}

.s-article-cms-body a:not(.reset)[href$=".xls"]::before {
  content: "\f1c3";
}

.s-article-cms-body .horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.s-article-cms-body .horizontal > * {
  display: block;
  width: 50%;
}

.s-article-cms-body .horizontal > *:first-of-type {
  padding-right: 1.5%;
}

.s-article-cms-body .horizontal > *:last-of-type {
  padding-left: 1.5%;
}

.s-article-cms-body .horizontal.col3 > * {
  width: 33.3%;
}

.s-article-cms-body .horizontal.col3 > *:first-of-type {
  padding-right: 1.5%;
}

.s-article-cms-body .horizontal.col3 > *:nth-of-type(2) {
  padding: 0 1.5%;
}

.s-article-cms-body .horizontal.col3 > *:last-of-type {
  padding-left: 1.5%;
}

.s-article-cms-body .horizontal.middle {
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-article-cms-body .horizontal.bottom {
  -webkit-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.s-article-cms-body .imgLeft {
  float: left;
  display: block;
}

.s-article-cms-body .imgCenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.s-article-cms-body .imgRight {
  float: right;
  display: block;
}

html,
body {
  height: 100%;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Noto Sans Japanese", sans-serif;
  -webkit-text-size-adjust: 100%;
}

@media print {
  body {
    min-width: 68em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans Japanese", sans-serif;
}

a {
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

header {
  margin: auto;
  width: 100%;
  height: 186px;
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: #FFFFFF;
}

header .header__body {
  height: 122px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  padding-top: 32px;
}

header .header__body__inner {
  margin: auto;
  max-width: 960px;
  /*@include display(flex);
            @include justify-content(space-between);
            justify-content: space-between;
            @include align-items(center);
            align-items: center;*/
  margin-bottom: 12px;
}

header .header__body__inner .contactInfo__body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

header .header__body__inner .contactInfo__body__header {
  padding-right: 3%;
  padding-top: 5px;
}

header .header__body__inner .contactInfo__body__body > span {
  display: block;
  font-weight: bold;
  line-height: 1.2;
}

header .header__body__inner .contactInfo__body__body .catch {
  font-size: 0.75rem;
  margin-bottom: 2px;
  letter-spacing: 0.325rem;
  white-space: nowrap;
}

header .header__body__inner .contactInfo__body__body .tel {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  white-space: nowrap;
}

header .header__body__inner .contactInfo__footer {
  text-align: right;
}

header .header__body__inner .contactInfo__footer .accept-time {
  font-size: 0.7rem;
  letter-spacing: 0.12rem;
}

header .header__footer {
  height: 64px;
  line-height: 64px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  background-color: #74C6BE;
}

header .header__footer__inner {
  margin: auto;
  max-width: 960px;
}

header.js-minify {
  height: 138px;
  -webkit-box-shadow: 0 10px 6px -6px #eee;
          box-shadow: 0 10px 6px -6px #eee;
  opacity: 0.95;
}

header.js-minify > .header__body {
  height: 88px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  padding-top: 4px;
}

header.js-minify > .header__body .logo img {
  width: 300px;
}

header.js-minify > .header__footer {
  height: 50px;
  line-height: 50px;
}

footer {
  margin: auto;
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 30px;
}

footer .footer__body__inner {
  margin: auto;
  max-width: 960px;
}

footer .footer__body__inner .body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

footer .footer__body__inner .body .blank {
  width: 5%;
}

footer .footer__body__inner .body__body {
  width: 47%;
}

footer .footer__body__inner .body__footer {
  width: 43%;
}

footer .footer__body__inner .body__body .contactInfo__header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

footer .footer__body__inner .body__body .contactInfo__header .blank {
  width: 14%;
}

footer .footer__body__inner .body__body .contactInfo__header .address {
  font-size: 0.85rem;
  padding-right: 3%;
}

footer .footer__body__inner .body__body .contactInfo__header .mapIcon {
  margin-right: 1%;
}

footer .footer__body__inner .body__body .contactInfo__header .mapText {
  font-size: 0.85rem;
}

footer .footer__body__inner .body__body .contactInfo__header .mapText > a {
  color: #333;
}

footer .footer__body__inner .body__body .contactInfo__header .mapText > a:active, footer .footer__body__inner .body__body .contactInfo__header .mapText > a:hover {
  opacity: 0.7;
}

footer .footer__body__inner .body__body .contactInfo__body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .footer__body__inner .body__body .contactInfo__body .blank {
  width: 14%;
}

footer .footer__body__inner .body__body .contactInfo__body__header {
  margin-right: 3%;
}

footer .footer__body__inner .body__body .contactInfo__body__body span {
  display: block;
  font-weight: bold;
  line-height: 1.2;
}

footer .footer__body__inner .body__body .contactInfo__body__body .catch {
  font-size: 0.75rem;
  margin-bottom: 2px;
  letter-spacing: 0.325rem;
  white-space: nowrap;
}

footer .footer__body__inner .body__body .contactInfo__body__body .tel {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  white-space: nowrap;
}

footer .footer__body__inner .body__body .contactInfo__footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .footer__body__inner .body__body .contactInfo__footer .blank {
  width: 19%;
}

footer .footer__body__inner .body__body .contactInfo__footer .accept-time {
  font-size: 0.7rem;
  letter-spacing: 0.12rem;
}

footer .footer__body__inner .body__footer .navWrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 17px;
}

footer .footer__body__inner .body__footer .navWrap > li {
  white-space: nowrap;
}

footer .footer__body__inner .body__footer .navWrap > li > .nav li {
  margin-bottom: 10px;
  color: #999999;
  font-size: 0.75rem;
}

footer .footer__body__inner .body__footer .navWrap > li > .nav li:before {
  content: "-";
  color: #74C6BE;
  padding-right: 10%;
}

footer .footer__body__inner .body__footer .navWrap > li > .nav li > ul {
  margin-top: 8px;
}

footer .footer__body__inner .body__footer .navWrap > li > .nav li a {
  color: #999999;
  border-bottom: 1px solid transparent;
}

footer .footer__body__inner .body__footer .navWrap > li > .nav li a:active, footer .footer__body__inner .body__footer .navWrap > li > .nav li a:hover {
  opacity: 0.7;
}

footer .footer__body__inner .footer {
  text-align: center;
}

footer .footer__body__inner .footer .copyright {
  font-size: 0.625rem;
  color: #999999;
  padding-bottom: 20px;
}

.sec-eyeCatch__body {
  height: 300px;
}

.sec-eyeCatch__body__inner {
  margin: auto;
  max-width: 960px;
}

.sec-handling {
  background-color: #FFFFFF;
  padding: 2rem 0 4rem;
}

.sec-handling__header {
  margin-bottom: 0.5rem;
}

.sec-handling__header__inner {
  margin: auto;
  max-width: 960px;
}

.sec-handling__header__inner .body {
  text-align: center;
}

.sec-handling__header__inner .body .icon {
  margin-right: 1%;
}

.sec-handling__header__inner .body .catch {
  font-size: 1.5rem;
  color: #373737;
}

.sec-handling__body__inner {
  margin: auto;
  max-width: 960px;
}

.sec-handling__body__inner .body .blank {
  width: 3.5%;
}

.sec-handling__body__inner .body .text {
  color: #373737;
  font-size: 1rem;
  width: 90%;
  margin: auto;
  line-height: 1.7rem;
  padding-top: 0.5rem;
}

.sec-handling__body__inner .body .bl_photo {
  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;
  margin: 2rem auto;
  width: 90%;
}

.sec-handling__body__inner .body .bl_photo img {
  width: 420px;
  height: 270px;
}

.sec-handling__body__inner .body .btn {
  width: 90%;
  padding-top: 7px;
  text-align: right;
  margin: auto;
}

.sec-handling__body__inner .body .btn > a:active, .sec-handling__body__inner .body .btn > a:hover {
  opacity: 0.7;
}

.sec-measures__body {
  padding: 0 0 4rem;
}

.sec-measures__body__inner {
  margin: auto;
  max-width: 960px;
  color: #7c7c7c;
}

.sec-measures__body__inner__wrapper {
  width: 90%;
  margin: auto;
  border: 4px solid #8ea3c3;
  border-radius: 15px;
  padding: 1.5rem 2rem 2rem;
  background-color: #eef7ff;
}

.sec-measures__body__inner__wrapper .header {
  font-size: 1.4rem;
  text-align: center;
}

.sec-measures__body__inner__wrapper .body {
  margin: 1rem auto;
}

.sec-measures__body__inner__wrapper .bl_img {
  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;
  width: 90%;
  margin: 1rem auto 0;
}

.sec-measures__body__inner__wrapper .bl_img img {
  width: 160px;
}

.sec-greeting {
  background-color: #f9f8eb;
  padding: 4rem 0;
}

.sec-greeting__body__inner {
  margin: auto;
  max-width: 960px;
}

.sec-greeting__body__inner .body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
}

.sec-greeting__body__inner .body .photo {
  /*width:40%;*/
}

.sec-greeting__body__inner .body .photo img {
  width: 345px;
  height: 400px;
}

.sec-greeting__body__inner .body .greetingInfo {
  width: 60%;
  padding: 0px 0px 0 50px;
}

.sec-greeting__body__inner .body .greetingInfo__header {
  font-size: 1.7rem;
  margin-bottom: 15px;
  font-weight: 500;
}

.sec-greeting__body__inner .body .greetingInfo__body {
  color: #373737;
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.7rem;
}

.sec-greeting__body__inner .body .greetingInfo__footer {
  text-align: right;
}

.sec-greeting__body__inner .body .greetingInfo__footer > a:active, .sec-greeting__body__inner .body .greetingInfo__footer > a:hover {
  opacity: 0.7;
}

.sec-consultation {
  background-color: #74C6BE;
  padding: 40px 0;
  margin-bottom: 1px;
}

.sec-consultation__body__inner {
  margin: auto;
  max-width: 960px;
}

.sec-consultation__body__inner .body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-consultation__body__inner .body .icon {
  width: 8%;
}

.sec-consultation__body__inner .body .text {
  width: 55%;
}

.sec-consultation__body__inner .body .text__header {
  font-size: 1.3rem;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 15px;
}

.sec-consultation__body__inner .body .text__body {
  font-size: 0.95rem;
  color: #FFFFFF;
  padding-left: 1%;
}

.sec-consultation__body__inner .body .text__body .font-small {
  font-size: 0.75rem;
}

.sec-consultation__body__inner .body .text__body .font-yellow {
  color: #FFDC72;
}

.sec-consultation__body__inner .body .btn {
  width: 32%;
  color: #FFFFFF;
}

.sec-consultation__body__inner .body .btn__header {
  font-size: 0.8rem;
  line-height: 1;
  text-align: right;
  margin-bottom: 15px;
}

.sec-consultation__body__inner .body .btn__header .font-block {
  display: block;
  padding-bottom: 3px;
}

.sec-consultation__body__inner .body .btn__header .font-large {
  font-size: 0.95rem;
}

.sec-consultation__body__inner .body .btn__header .font-yellow {
  color: #FFDC72;
}

.sec-consultation__body__inner .body .btn__body {
  text-align: right;
}

.sec-consultation__body__inner .body .btn__body > a:active, .sec-consultation__body__inner .body .btn__body > a:hover {
  opacity: 0.7;
}

.sec-inquiry {
  background-color: #8AC458;
  padding: 30px 0;
}

.sec-inquiry__body__inner {
  margin: auto;
  max-width: 960px;
}

.sec-inquiry__body__inner .body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-inquiry__body__inner .body .telIcon {
  width: 8%;
}

.sec-inquiry__body__inner .body .text {
  width: 46%;
  line-height: 1;
}

.sec-inquiry__body__inner .body .text__header {
  color: #FFFFFF;
  margin-bottom: 10px;
}

.sec-inquiry__body__inner .body .text__body {
  color: #FFFFFF;
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  padding-left: 7%;
}

.sec-inquiry__body__inner .body .text__footer {
  color: #FFFFFF;
  font-size: 0.7rem;
  padding-left: 7%;
  letter-spacing: 0.1rem;
}

.sec-inquiry__body__inner .body .mailIcon {
  width: 7%;
  visibility: visible;
  visibility: hidden;
  visibility: collapse;
}

.sec-inquiry__body__inner .body .btn {
  width: 34%;
  text-align: right;
}

.sec-inquiry__body__inner .body .btn__header {
  /*margin-bottom:10px;*/
}

.sec-inquiry__body__inner .body .btn__header > a:active, .sec-inquiry__body__inner .body .btn__header > a:hover {
  opacity: 0.7;
}

.sec-inquiry__body__inner .body .btn__body {
  font-size: 0.8rem;
  color: #FFFFFF;
}

.sec-inquiry__body__inner .body .btn a.link_faq {
  color: #FFFFFF;
  font-size: 13px;
  padding-right: 5px;
  margin-top: 10px;
  display: block;
}

.sec-inquiry__body__inner .body .btn a.link_faq:active, .sec-inquiry__body__inner .body .btn a.link_faq:hover {
  opacity: 0.7;
}

.sec-inquiry__body__inner .body .btn a.link_faq::after {
  content: "→";
  padding-left: 3px;
}

.sec-inquiry__body__inner .body .btn a.link_faq span {
  text-decoration: underline;
}

.sec-news__body__inner {
  margin: auto;
  max-width: 960px;
  position: relative;
}

.sec-news__body__inner .body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 271px;
}

.sec-news__body__inner .body .newsInfo {
  width: 50%;
}

.sec-news__body__inner .body .newsInfo__header {
  font-size: 1.1rem;
  padding: 30px 0;
}

.sec-news__body__inner .body .newsInfo__body {
  margin-bottom: 35px;
}

.sec-news__body__inner .body .newsInfo__footer {
  text-align: right;
  position: absolute;
  right: 54%;
  bottom: 2rem;
}

.sec-news__body__inner .body .newsInfo__footer > a:active, .sec-news__body__inner .body .newsInfo__footer > a:hover {
  opacity: 0.7;
}

.sec-news__body__inner .body .photo {
  width: 50%;
}

.sec-access {
  background-color: #FFFFFF;
  padding: 60px 0;
}

.sec-access__body__inner {
  margin: auto;
  max-width: 960px;
}

.sec-access__body__inner .body .title {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 10px;
}

.sec-access__body__inner .body .address {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 20px;
  color: #373737;
}

.sec-access__body__inner .body .map {
  text-align: center;
  margin-bottom: 20px;
}

.sec-access__body__inner .body .map img {
  max-height: none;
}

.sec-access__body__inner .body .mapLink {
  font-size: 0.8rem;
  text-align: center;
  height: 24px;
  line-height: 24px;
}

.sec-access__body__inner .body .mapLink > img {
  margin-right: 0.5%;
}

.sec-access__body__inner .body .mapLink > a {
  color: #373737;
  text-decoration: none;
}

.sec-access__body__inner .body .mapLink > a:active, .sec-access__body__inner .body .mapLink > a:hover {
  opacity: 0.7;
}

.sec-scroll {
  background-color: #74C6BE;
  padding: 15px 0;
}

.sec-scroll__body__inner {
  margin: auto;
  max-width: 960px;
}

.sec-scroll__body__inner .body .arrow {
  line-height: 1;
  text-align: center;
}

.sec-detail__header__inner, .sec-detail__header__header, .sec-detail__lead__inner, .sec-detail__lead__header, .sec-detail__body__inner, .sec-detail__body__header {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.sec-detail__header__inner::after, .sec-detail__header__header::after, .sec-detail__lead__inner::after, .sec-detail__lead__header::after, .sec-detail__body__inner::after, .sec-detail__body__header::after {
  clear: both;
  content: "";
  display: table;
}

.sec-detail__header {
  padding-top: 20px;
}

.sec-detail__header__inner .title {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 20px;
  background: #ECFFFB;
  margin-bottom: 0;
}

.sec-detail__lead {
  margin: 8px 0;
}

.sec-detail__body {
  margin-top: 18px;
  padding: 0 2%;
}

.sec-detail__body__inner {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 2%;
}

.sec-detail__body__inner section {
  margin-bottom: 3%;
}

.sec-detail__body__inner section::after {
  clear: both;
  content: "";
  display: table;
}

.sec-detail__body__inner section:last-of-type {
  margin-bottom: 0;
}

.sec-detail__body__inner h2,
.sec-detail__body__inner h3 {
  padding: 6px 6px 6px 10px;
  border-left: 6px solid #74C6BE;
  border-bottom: 1px solid #74C6BE;
  font-size: 1.1rem;
}

.sec-detail__body__inner h2.p-cms-reset,
.sec-detail__body__inner h3.p-cms-reset {
  border-bottom: none;
}

.sec-detail__body__inner h4 {
  background: #ECF0FF;
  font-weight: normal;
  padding: 5px;
}

.sec-detail__body__inner a[href$=".pdf"]::before, .sec-detail__body__inner a[href$=".doc"]::before, .sec-detail__body__inner a[href$=".xls"]::before {
  font-family: fontAwesome;
  margin-right: .5em;
  color: #74C6BE;
}

.sec-detail__body__inner a[href$=".pdf"]::before {
  content: "\f1c1";
}

.sec-detail__body__inner a[href$=".doc"]::before {
  content: "\f1c2";
}

.sec-detail__body__inner a[href$=".xls"]::before {
  content: "\f1c3";
}

.sec-detail__body__inner table {
  border-collapse: separate;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}

.sec-detail__body__inner table tbody > tr > th {
  width: 20%;
  max-width: 12em;
  border: 1px solid #d9d9d9;
  background-color: #f2f2f2;
  line-height: normal;
  color: #666;
  padding: 0.75em;
  text-align: left;
}

.sec-detail__body__inner table tbody > tr > td {
  width: auto;
  border: 1px solid #d9d9d9;
  padding: 0.75em;
  text-align: left;
}

.sec-detail__body__inner ul {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

.sec-detail__body__inner ul > li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.sec-detail__body__inner .imgLeft {
  float: left;
  display: block;
}

.sec-detail__body__inner .imgCenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.sec-detail__body__inner .imgRight {
  float: right;
  display: block;
}

.sec-list__header__inner, .sec-list__lead__inner, .sec-list__body__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.sec-list__header__inner::after, .sec-list__lead__inner::after, .sec-list__body__inner::after {
  clear: both;
  content: "";
  display: table;
}

.sec-list__header {
  padding-top: 30px;
}

.sec-list__header__inner .title {
  font-size: 1.5rem;
  font-weight: normal;
}

.sec-list__lead {
  margin: 8px 0;
}

.sec-list__body {
  margin-top: 18px;
  padding: 0 2%;
}

.sec-list__body__inner {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 2%;
}

.sec-list__footer {
  margin-top: 56px;
  text-align: center;
}

.g-article-heading {
  margin-bottom: 2%;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 2rem;
}

.g-article-heading.small {
  font-size: 1.5rem;
}

.g-article-heading-main {
  margin-bottom: 0;
  font-size: 2rem;
  color: #666;
}

.g-article-heading-sub {
  line-height: 1;
  font-size: 0.65em;
  color: #777;
}

.g-article-lead {
  padding: 18px;
  border: 1px solid #d9d9d9;
  border-left-width: 5px;
  border-radius: 3px;
}

.g-article-panel {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.g-article-panel > .header {
  margin: 0;
  padding: 10px 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  color: #666;
}

.g-article-panel > .body {
  padding: 20px;
}

.g-article-panel > .footer {
  padding: 10px 20px;
  background-color: #f2f2f2;
  border-top: 1px solid #d9d9d9;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #666;
}

.g-article-panel.primary {
  border: 1px solid white;
}

.g-article-panel.primary > .header {
  background-color: white;
  border-color: white;
  color: #F7CE3E;
}

.g-article-panel.primary > .footer {
  background-color: white;
  border-top: 1px solid white;
}

.g-article-panel.primary .g-article-panel-listGroup > .body {
  border: 1px solid white;
}

.g-article-panel.success {
  border: 1px solid #737373;
}

.g-article-panel.success > .header {
  background-color: #8c8c8c;
  border-color: #737373;
  color: black;
}

.g-article-panel.success > .footer {
  background-color: #8c8c8c;
  border-top: 1px solid #737373;
}

.g-article-panel.success .g-article-panel-listGroup > .body {
  border: 1px solid #bbdcbc;
}

.g-article-panel.info {
  border: 1px solid #737373;
}

.g-article-panel.info > .header {
  background-color: #8c8c8c;
  border-color: #737373;
  color: black;
}

.g-article-panel.info > .footer {
  background-color: #8c8c8c;
  border-top: 1px solid #737373;
}

.g-article-panel.info .g-article-panel-listGroup > .body {
  border: 1px solid #bddae8;
}

.g-article-panel.warning {
  border: 1px solid #737373;
}

.g-article-panel.warning > .header {
  background-color: #8c8c8c;
  border-color: #737373;
  color: black;
}

.g-article-panel.warning > .footer {
  background-color: #8c8c8c;
  border-top: 1px solid #737373;
}

.g-article-panel.warning .g-article-panel-listGroup > .body {
  border: 1px solid #e6dac5;
}

.g-article-panel.danger {
  border: 1px solid #b94e4c;
}

.g-article-panel.danger > .header {
  background-color: #c77270;
  border-color: #b94e4c;
  color: #160909;
}

.g-article-panel.danger > .footer {
  background-color: #c77270;
  border-top: 1px solid #b94e4c;
}

.g-article-panel .g-article-panel-listGroup > .body {
  border: 1px solid #f2dfde;
}

.g-article-panel-listGroup > .body {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-width: 1px 0;
  border-radius: 0;
  color: inherit;
}

.g-article-panel-listGroup > .body:first-of-type {
  margin-top: -1px;
}

.g-article-panel-listGroup > .body:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.g-article-table {
  border-collapse: separate;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}

.g-article-table > tbody > tr:last-of-type td,
.g-article-table > tbody > tr:last-of-type th {
  border-bottom: none;
}

.g-article-table > tbody > tr:hover > th {
  background-color: #ececec;
}

.g-article-table > tbody > tr:hover > td {
  background-color: #f9f9f9;
}

.g-article-table > tbody > tr > td,
.g-article-table > tbody > tr > th {
  display: block;
  width: 100%;
  padding: 0.75em;
  text-align: left;
}

@media screen and (min-width: 480px), print {
  .g-article-table > tbody > tr > td,
  .g-article-table > tbody > tr > th {
    display: table-cell;
    width: auto;
  }
}

.g-article-table > tbody > tr > th {
  border-bottom: none;
  background-color: #f2f2f2;
  line-height: normal;
  color: #666;
}

@media screen and (min-width: 480px), print {
  .g-article-table > tbody > tr > th {
    width: 25%;
    max-width: 12em;
    border-bottom: 1px solid #d9d9d9;
  }
}

.g-article-table > tbody > tr > td {
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
}

.g-article-table.primary {
  border: 1px solid white;
}

.g-article-table.primary > tbody > tr:hover > th {
  background-color: white;
}

.g-article-table.primary > tbody > tr:hover > td {
  background-color: white;
}

.g-article-table.primary > tbody > tr > th {
  background-color: white;
  color: #F7CE3E;
}

@media screen and (min-width: 480px), print {
  .g-article-table.primary > tbody > tr > th {
    border-bottom: 1px solid white;
  }
}

.g-article-table.primary > tbody > tr > td {
  border-bottom: 1px solid white;
}

@media screen and (min-width: 480px), print {
  .g-article-table.offResponsive > tbody > tr > td,
  .g-article-table.offResponsive > tbody > tr > th {
    display: block;
    width: 100%;
  }
}

.g-article-table.offResponsive > tbody > tr > td {
  border-top: none;
}

.g-article-modal {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.g-article-modal:target {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.g-article-modal > .body {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  padding: 0 2%;
  z-index: 10;
  background-color: rgba(227, 224, 226, 0.6);
}

.g-article-modal > .body > .body__header > .body__header__body {
  position: fixed;
  top: 0;
  right: 14px;
  width: 44px;
  height: 44px;
  z-index: 30;
  background-color: #f5f5f5;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.34), 1px 0 0 rgba(255, 255, 255, 0.9) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.34), 1px 0 0 rgba(255, 255, 255, 0.9) inset;
  text-decoration: none;
  text-align: center;
  line-height: 44px;
  color: #8f8f8f;
  font-weight: bold;
  font-size: 24px;
}

.g-article-modal > .body > .body__header > .body__header__body:hover {
  background-color: #F7CE3E;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.74);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.74);
  color: #fff;
}

.g-article-modal-body {
  position: relative;
  width: 960px;
  z-index: 20;
  margin: 5% auto;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  padding: 24px;
}

@media screen and (min-width: 480px), print {
  .g-article-modal-body {
    margin: 10% auto;
  }
}

@media screen and (min-width: 768px), print {
  .g-article-modal-body {
    margin: 5% auto;
  }
}

.g-article-modal-js-noScroll {
  overflow: hidden;
}

.g-attention-alert {
  padding: .5em;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #666;
  background-color: #f2f2f2;
  line-height: normal;
}

.g-attention-alert > a {
  text-decoration: underline;
  font-weight: bold;
  color: #404040;
}

.g-attention-alert.primary {
  border: 1px solid #fefae9;
  border-radius: 4px;
  color: #F7CE3E;
  background-color: white;
}

.g-attention-alert.primary > a {
  color: #dfb009;
}

.g-attention-alert.success {
  border: 1px solid #99cb9a;
  border-radius: 4px;
  color: #3c763d;
  background-color: #aad4ab;
}

.g-attention-alert.success > a {
  color: #224323;
}

.g-attention-alert.info {
  border: 1px solid #97c5db;
  border-radius: 4px;
  color: #31708f;
  background-color: #aad0e2;
}

.g-attention-alert.info > a {
  color: #1d4356;
}

.g-attention-alert.warning {
  border: 1px solid #d7c3a1;
  border-radius: 4px;
  color: #8a6d3b;
  background-color: #deceb3;
}

.g-attention-alert.warning > a {
  color: #544324;
}

.g-attention-alert.danger {
  border: 1px solid #e4baba;
  border-radius: 4px;
  color: #a94442;
  background-color: #ebcdcc;
}

.g-attention-alert.danger > a {
  color: #722e2d;
}

.g-attention-alert.inline {
  display: inline-block;
}

.g-attention-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #666;
  border-radius: 10px;
}

.g-attention-badge.primary {
  background-color: #F7CE3E;
}

.g-attention-badge.success {
  background-color: #3c763d;
}

.g-attention-badge.info {
  background-color: #31708f;
}

.g-attention-badge.warning {
  background-color: #8a6d3b;
}

.g-attention-badge.danger {
  background-color: #a94442;
}

.g-attention-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #666;
}

.g-attention-label.primary {
  background-color: #F7CE3E;
}

.g-attention-label.success {
  background-color: #3c763d;
}

.g-attention-label.info {
  background-color: #31708f;
}

.g-attention-label.warning {
  background-color: #8a6d3b;
}

.g-attention-label.danger {
  background-color: #a94442;
}

button.g-btn, input.g-btn[type="button"], input.g-btn[type="reset"], input.g-btn[type="submit"], a.g-btn {
  background-color: #D96F6E;
  text-align: center;
}

button.g-btn:hover, input.g-btn:hover[type="button"], input.g-btn:hover[type="reset"], input.g-btn:hover[type="submit"], a.g-btn:hover {
  background-color: #c63534;
}

a.g-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  line-height: 1;
  padding: 1em 2.2em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.1rem;
}

.g-cart {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.g-cart::after {
  clear: both;
  content: "";
  display: table;
}

.g-cart .g-cart__list__item {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.g-cart .g-cart__list__item::after {
  clear: both;
  content: "";
  display: table;
}

.g-cart .g-cart__list__item:first-of-type {
  padding-bottom: 32px;
}

.g-cart .g-cart__list__item:nth-of-type(n+2) {
  border-top: 1px solid #d5d5d5;
  padding-top: 24px;
}

.g-cart .g-cart__list__item .thumb {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  text-align: center;
}

.g-cart .g-cart__list__item .thumb:last-child {
  margin-right: 0;
}

.g-cart .g-cart__list__item .detail {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
}

.g-cart .g-cart__list__item .detail:last-child {
  margin-right: 0;
}

.g-cart .g-cart__list__item .detail .header {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #d5d5d5;
}

.g-cart .g-cart__list__item .detail .header::after {
  clear: both;
  content: "";
  display: table;
}

.g-cart .g-cart__list__item .detail .header .header__left {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .g-cart .g-cart__list__item .detail .header .header__left {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 58.86297%;
  }
  .g-cart .g-cart__list__item .detail .header .header__left:last-child {
    margin-right: 0;
  }
}

.g-cart .g-cart__list__item .detail .header .header__right {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .g-cart .g-cart__list__item .detail .header .header__right {
    float: right;
    display: block;
    margin-left: 2.84259%;
    width: 38.29445%;
  }
  .g-cart .g-cart__list__item .detail .header .header__right:last-child {
    margin-left: 0;
  }
}

.g-cart .g-cart__list__item .detail .header .product-title a {
  text-decoration: none;
}

.g-cart .g-cart__list__item .detail .header .price-quantity {
  display: table;
  width: 100%;
}

.g-cart .g-cart__list__item .detail .header .price-quantity .price-quantity__item--product-price, .g-cart .g-cart__list__item .detail .header .price-quantity .price-quantity__item--quantity, .g-cart .g-cart__list__item .detail .header .price-quantity .price-quantity__item--quantity-price {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .g-cart .g-cart__list__item .detail .header .price-quantity .price-quantity__item--quantity {
    padding: 0 48px;
  }
}

.g-cart .g-cart__list__item .detail .header .price-quantity .price-quantity__item--quantity-price {
  font-size: 1.25em;
  font-weight: 700;
}

.g-cart .g-cart__list__item .detail .body .shipping-product-admin {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.g-cart .g-cart__list__item .detail .body .shipping-product-admin::after {
  clear: both;
  content: "";
  display: table;
}

.g-cart .g-cart__list__item .detail .body .shipping-product-admin .shipping-product-admin__left {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 17.72593%;
}

.g-cart .g-cart__list__item .detail .body .shipping-product-admin .shipping-product-admin__left:last-child {
  margin-right: 0;
}

.g-cart .g-cart__list__item .detail .body .shipping-product-admin .shipping-product-admin__right {
  width: 100%;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .g-cart .g-cart__list__item .detail .body .shipping-product-admin .shipping-product-admin__right {
    float: right;
    display: block;
    margin-left: 2.84259%;
    width: 28.01019%;
  }
  .g-cart .g-cart__list__item .detail .body .shipping-product-admin .shipping-product-admin__right:last-child {
    margin-left: 0;
  }
}

.g-cart .g-cart__list__item .detail .body .shipping-product-admin .product-admin button, .g-cart .g-cart__list__item .detail .body .shipping-product-admin .product-admin input[type="button"], .g-cart .g-cart__list__item .detail .body .shipping-product-admin .product-admin input[type="reset"], .g-cart .g-cart__list__item .detail .body .shipping-product-admin .product-admin input[type="submit"] {
  padding: 0.5em 1em;
}

.g-cart .g-cart__list__item .detail .body .shipping-product-admin .part-number {
  margin-top: 4px;
  font-size: 0.6875rem;
}

.g-cart .g-cart__list__item .detail .body .product-detail {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .g-cart .g-cart__list__item .detail .body .product-detail {
    margin-top: auto;
  }
}

.g-cart .g-cart__summary {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  border-top: 1px solid #d5d5d5;
}

.g-cart .g-cart__summary::after {
  clear: both;
  content: "";
  display: table;
}

.g-cart .g-cart__summary .g-cart__summary__right {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .g-cart .g-cart__summary .g-cart__summary__right {
    float: right;
    display: block;
    margin-left: 2.35765%;
    width: 48.82117%;
  }
  .g-cart .g-cart__summary .g-cart__summary__right:last-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .g-cart .g-cart__summary .g-cart__summary__right {
    float: right;
    display: block;
    margin-left: 2.35765%;
    width: 23.23176%;
  }
  .g-cart .g-cart__summary .g-cart__summary__right:last-child {
    margin-left: 0;
  }
}

.g-cart .g-cart__summary .offer-summary tr > td {
  padding: 0.5em 0;
  border-bottom: none;
  text-align: right;
}

.g-cart .g-cart__summary .offer-summary tr:last-of-type > td {
  border-top: 1px solid #d5d5d5;
}

.g-cart .g-cart__summary .offer-summary .label {
  font-weight: 700;
}

.g-cart .g-cart__summary .offer-summary .total {
  font-size: 1.5em;
  font-weight: 700;
}

.g-form input[type="color"]:last-of-type, .g-form input[type="date"]:last-of-type, .g-form input[type="datetime"]:last-of-type, .g-form input[type="datetime-local"]:last-of-type, .g-form input[type="email"]:last-of-type, .g-form input[type="month"]:last-of-type, .g-form input[type="number"]:last-of-type, .g-form input[type="password"]:last-of-type, .g-form input[type="search"]:last-of-type, .g-form input[type="tel"]:last-of-type, .g-form input[type="text"]:last-of-type, .g-form input[type="time"]:last-of-type, .g-form input[type="url"]:last-of-type, .g-form input[type="week"]:last-of-type, .g-form input:not([type]):last-of-type, .g-form textarea:last-of-type,
.g-form label:last-of-type {
  margin-bottom: 0;
}

.g-form textarea {
  min-height: 10em;
}

.g-form .xs, .g-form .s, .g-form .m, .g-form .l {
  display: inline-block;
}

@media screen and (min-width: 480px), print {
  .g-form .xs {
    width: 25%;
  }
}

@media screen and (min-width: 768px), print {
  .g-form .xs {
    width: 12.5%;
  }
}

@media screen and (min-width: 480px), print {
  .g-form .s {
    width: 50%;
  }
}

@media screen and (min-width: 768px), print {
  .g-form .s {
    width: 25%;
  }
}

@media screen and (min-width: 768px), print {
  .g-form .m {
    width: 50%;
  }
}

@media screen and (min-width: 768px), print {
  .g-form .l {
    width: 75%;
  }
}

.g-form .required {
  display: inline-block;
  vertical-align: top;
  color: #f00;
  padding: 0 0.2em;
}

.g-form-selectWrap {
  width: 100%;
  max-width: 19em;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(170, 170, 170, 0.7);
  -webkit-box-shadow: 0 2px 0 #aaa;
          box-shadow: 0 2px 0 #aaa;
  background-color: white;
}

.g-form-selectWrap::after {
  position: absolute;
  top: 0;
  right: 0.8em;
  display: block;
  margin: auto;
  content: "\f0d7";
  padding: 0.75em 0;
  font-family: FontAwesome;
  text-align: center;
  line-height: 1;
  pointer-events: none;
}

.g-form-selectWrap > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0.75em 0.6em;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 130%;
  line-height: 1;
}

.g-form-btnWrap {
  margin-top: 5%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.g-form-btnWrap button, .g-form-btnWrap input[type="button"], .g-form-btnWrap input[type="reset"], .g-form-btnWrap input[type="submit"] {
  margin-right: 1.618%;
}

.g-form-btnWrap button:last-of-type, .g-form-btnWrap input[type="button"]:last-of-type, .g-form-btnWrap input[type="reset"]:last-of-type, .g-form-btnWrap input[type="submit"]:last-of-type {
  margin-right: 0;
}

.g-form-btnWrap input,
.g-form-btnWrap button {
  font-size: 1.5em;
}

.g-form-btnWrap input[type="reset"], .g-form-btnWrap input:first-of-type,
.g-form-btnWrap button[type="reset"],
.g-form-btnWrap button:first-of-type {
  background-color: #d9d9d9;
}

.g-form-btnWrap input[type="reset"]:hover, .g-form-btnWrap input:first-of-type:hover,
.g-form-btnWrap button[type="reset"]:hover,
.g-form-btnWrap button:first-of-type:hover {
  background-color: #cccccc;
}

.g-form-btnWrap input[type="submit"],
.g-form-btnWrap button[type="submit"] {
  background-color: #F7CE3E;
}

.g-form-btnWrap input[type="submit"]:hover,
.g-form-btnWrap button[type="submit"]:hover {
  background-color: #f6c826;
}

.g-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g-list > li {
  margin-bottom: 0.5%;
  width: 25%;
  padding: 0 0.25%;
}

.g-list.col3 > li {
  width: 33.3%;
}

.g-list.col4 > li {
  width: 25%;
}

.g-list.col5 > li {
  width: 20%;
}

.g-list-aspectFixed {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
}

.g-list-aspectFixed:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.g-list-aspectFixed:active > .body > .body__body, .g-list-aspectFixed:hover > .body > .body__body {
  background-color: rgba(247, 206, 62, 0.6);
}

.g-list-aspectFixed[href$=".pdf"] .g-list-aspectFixed-label {
  background-color: #C30507;
}

.g-list-aspectFixed[href$=".pdf"] .g-list-aspectFixed-label > .body::before {
  content: "PDF";
}

.g-list-aspectFixed[href$=".doc"] .g-list-aspectFixed-label, .g-list-aspectFixed[href$=".docx"] .g-list-aspectFixed-label {
  background-color: #00188F;
}

.g-list-aspectFixed[href$=".doc"] .g-list-aspectFixed-label > .body::before, .g-list-aspectFixed[href$=".docx"] .g-list-aspectFixed-label > .body::before {
  content: "Word";
}

.g-list-aspectFixed[href$=".xls"] .g-list-aspectFixed-label, .g-list-aspectFixed[href$=".xlsx"] .g-list-aspectFixed-label {
  background-color: #007233;
}

.g-list-aspectFixed[href$=".xls"] .g-list-aspectFixed-label .txt::before, .g-list-aspectFixed[href$=".xlsx"] .g-list-aspectFixed-label .txt::before {
  content: "Excel";
}

.g-list-aspectFixed > .body {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.g-list-aspectFixed > .body > .body__body {
  width: 100%;
  height: 100%;
  background-color: rgba(247, 206, 62, 0.35);
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.g-list-aspectFixed > .body > .body__body > .body__body__footer {
  padding: 16px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.g-list-aspectFixed > .body > .body__body > .body__body__footer > .body__body__footer__header {
  margin-bottom: 4px;
  line-height: 1;
  font-size: 0.6875rem;
}

.g-list-aspectFixed > .body > .body__body > .body__body__footer > .body__body__footer__body {
  margin: 0;
  font-size: 0.875rem;
}

.g-list-aspectFixed.wide:before {
  padding-top: 56.25%;
}

.g-list-aspectFixed-label {
  position: absolute;
  top: -50px;
  right: -50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 1;
}

.g-list-aspectFixed-label > .body {
  position: relative;
  top: 73px;
  color: #fff;
  font-size: 0.6875rem;
}

.g-list-aspectFixed-label.new {
  background-color: #cc0000;
}

.g-nav-tabs {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}

.g-nav-tabs::after {
  clear: both;
  content: "";
  display: table;
}

.g-nav-tabs > li {
  position: relative;
  display: block;
  float: left;
  margin-bottom: -1px;
  float: left;
}

.g-nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.g-nav-tabs > li > a:focus, .g-nav-tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.g-nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.g-nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.g-nav-tabs > li.active > a:focus, .g-nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.g-nav-tabs .justified {
  width: 100%;
  border-bottom: 0;
}

.g-nav-tabs .justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}

.g-nav-tabs .justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}

.g-nav-tabs .pills > li {
  float: left;
}

.g-nav-tabs .pills > li > a {
  border-radius: 4px;
}

.g-nav-breadcrumbs {
  padding: 8px 16px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.g-nav-breadcrumbs > li {
  display: inline-block;
}

.g-nav-breadcrumbs > li + li::before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.g-nav-breadcrumbs > li > a {
  text-decoration: none;
}

.g-nav-breadcrumbs .active > a {
  color: #777;
}

.g-nav-pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}

.g-nav-pagination > li {
  display: inline;
}

.g-nav-pagination > li:first-child > a,
.g-nav-pagination > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.g-nav-pagination > li:last-child > a,
.g-nav-pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.g-nav-pagination > li > a,
.g-nav-pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #F7CE3E;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.g-nav-pagination > li > a:focus, .g-nav-pagination > li > a:hover,
.g-nav-pagination > li > span:focus,
.g-nav-pagination > li > span:hover {
  z-index: 2;
  background-color: #eee;
  border-color: #ddd;
  color: #f5c20d;
}

.g-nav-pagination > .active > a,
.g-nav-pagination > .active > span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #F7CE3E;
  border-color: #F7CE3E;
}

.g-nav-pagination > .active > a:focus, .g-nav-pagination > .active > a:hover,
.g-nav-pagination > .active > span:focus,
.g-nav-pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #F7CE3E;
  border-color: #F7CE3E;
}

.g-nav-pagination-pager {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.g-nav-pagination-pager:focus, .g-nav-pagination-pager:hover {
  text-decoration: none;
  background-color: #eee;
}

.g-hm {
  position: absolute;
  top: 44px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  width: 100%;
  height: auto;
  -webkit-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}

@media screen and (min-width: 1024px), print {
  .g-hm {
    display: none;
  }
}

.g-hm hr {
  margin: 8px 0;
  padding: 0;
  border: 0;
  height: 1.5px;
  background-color: #cccccc;
}

.g-hm > .col {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.g-hm > .col::after {
  clear: both;
  content: "";
  display: table;
}

.g-hm > .col > dl {
  margin: 0;
  width: 100%;
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 0.75rem;
}

.g-hm > .col > dl > dt {
  display: table-cell;
  width: 41.66667%;
  padding: 2.35765%;
}

.g-hm > .col > dl > dt > a {
  position: relative;
  display: block;
  padding: 8px 0;
  border-radius: 4px;
  color: #fff;
}

.g-hm > .col > dl > dd {
  display: table-cell;
  width: 58.33333%;
  padding: 2.35765%;
  vertical-align: top;
}

.g-hm > .col > dl > dd > ul {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  width: 300%;
}

.g-hm > .col > dl > dd > ul::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 480px), print {
  .g-hm > .col > dl > dd > ul {
    width: 200%;
  }
}

.g-hm > .col > dl > dd > ul > li {
  display: inline-block;
  float: left;
}

.g-hm > .col > dl > dd > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: bold;
  color: #d9d9d9;
}

.g-hm--close {
  visibility: hidden;
}

.g-hm--close .g-hm__col {
  opacity: 0;
  -webkit-transform: scale(1.1) translateY(-24px);
          transform: scale(1.1) translateY(-24px);
}

.g-hm-btn {
  display: inline-block;
  vertical-align: middle;
  background-color: #ccc;
  border: none;
  padding: 10px;
  text-align: center;
}

.g-hm-btn .g-hm-bars {
  position: relative;
  width: 16px;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}

.g-hm-btn .g-hm-bars:before, .g-hm-btn .g-hm-bars:after {
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.g-hm-btn .g-hm-bars:before {
  top: -6px;
}

.g-hm-btn .g-hm-bars:after {
  bottom: -6px;
}

.g-hm-btn .action {
  position: relative;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: none;
}

.g-hm-btn .action:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.g-hm-btn .action:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.g-hm-btn .label {
  display: block;
  margin-top: 4px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 8px;
}

.c-pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}

.c-pagination > li {
  display: inline;
}

.c-pagination > li:first-child > a,
.c-pagination > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.c-pagination > li:last-child > a,
.c-pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.c-pagination > li > a,
.c-pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #74C6BE;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.c-pagination > li > a:focus, .c-pagination > li > a:hover,
.c-pagination > li > span:focus,
.c-pagination > li > span:hover {
  z-index: 2;
  color: #74C6BE;
  background-color: #eee;
  border-color: #ddd;
}

.c-pagination > .active > a,
.c-pagination > .active > span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #74C6BE;
  border-color: #74C6BE;
}

.c-pagination > .active > a:focus, .c-pagination > .active > a:hover,
.c-pagination > .active > span:focus,
.c-pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #74C6BE;
  border-color: #74C6BE;
}

.s-list-news > li:nth-of-type(n+2) {
  margin-top: 15px;
}

.s-list-news-item {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.75rem;
}

.s-list-news-item:hover {
  opacity: .7;
}

.s-list-news-item li {
  padding: 0.3rem 0;
}

.s-list-news-item > .info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.s-list-news-item > .info > .icon {
  margin-right: 2%;
}

.s-list-news-item > .info > .date {
  margin-right: 3%;
  color: #999999;
}

.s-list-news-item > .info > .text {
  color: #373737;
  font-size: 0.8125rem;
}

.s-list-news-item > .body {
  color: #4E4E4E;
  font-weight: bold;
}

.s-nav-global {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-nav-global > li {
  text-align: center;
  color: #FFFFFF;
}

.s-nav-global > li > a {
  display: block;
  color: inherit;
  font-size: 0.85rem;
  letter-spacing: 0.07rem;
}

.s-nav-global > li > a > *:active, .s-nav-global > li > a > *:hover {
  opacity: 0.7;
}

.s-nav-global > li.border {
  width: 1px;
  height: 1.2em;
  background-color: #FFFFFF;
}

.a-js-noScroll {
  overflow: hidden;
}

.a-js-headerHeight {
  height: 155px;
}

.a-headerHeight {
  height: 186px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
/*# sourceMappingURL=style.css.map */