@charset "UTF-8";
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  transition: all .5s;
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the 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.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Open Sans",arial,sans-serif;
  font-size: 1.0rem;
  padding: 0;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Headnigs */
h1 {
  margin: 0 0 20px 0;
}

h1 {
  padding: 0 0 25px 0;
  border-bottom: solid 1px #333;
}

@media only screen and (max-width: 767px) {
  h1 {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
}

.headline-pageTitle {
  font-size: 3.0rem;
  border-bottom: 1px solid #333;
  padding: 0 0 25px 0;
}

@media only screen and (max-width: 767px) {
  .headline-pageTitle {
    padding: 0 0 10px 0;
  }
}

h2 {
  min-height: 50px;
  padding: 10px 0 10px 15px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #e9e3e3;
  border-left: solid 5px #00a0e9;
  background-color: #0055a4;
  margin: 0 0 20px 0 !important;
  line-height: 1.3;
  word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.0rem;
    padding: 10px 10px 10px 20px;
  }
}

h3 {
  position: relative;
  min-height: 30px;
  padding: 8px 8px 8px 24px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #f1f1f1;
  margin: 0 0 20px 0 !important;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.6rem;
  }
}

h3:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
  width: 10px;
  height: 10px;
  content: "";
  width: 6px;
  height: 24px;
  background: #0055a4;
}

h4 {
  font-size: 2.0rem;
  font-weight: 700;
  color: #0055a4;
  border-bottom: solid 3px #0055a4;
  margin: 0 0 20px 0 !important;
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055a4;
  margin: 0 0 20px 0 !important;
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 1.6rem;
  }
}

h5:before {
  display: inline-block;
  margin: 0 0.5em 0 0;
  vertical-align: -2px;
  width: 10px;
  height: 10px;
  content: "";
  width: 6px;
  height: 20px;
  background: #0055a4;
}

h6 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px 0 !important;
}

h2.headline-h4 {
  background: none;
  border: none;
  min-height: auto;
  padding: 0;
  font-size: 2.0rem;
  font-weight: 700;
  color: #0055a4;
  border-bottom: solid 3px #0055a4;
  margin: 0 0 20px 0 !important;
}

/* Paragraph */
p {
  font-size: 1.4rem;
  margin: 0 0 1em 0;
  padding: 0;
}

blockquote {
  /* Style here */
}

address {
  /* Style here */
}

pre code {
  display: block;
}

/* List */
ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 1.5em;
}

ul {
  margin: 0 0 1em 0;
  padding: 0 0 0 2em;
}

li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0 0 1em 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

/* Figure */
figure {
  /* Style here */
}

figcaption {
  /* Style here */
}

/* Table */
table {
  margin: 0 0 1em 0;
  width: 100%;
}

caption {
  /* Style here */
}

thead {
  /* Style here */
}

tbody {
  /* Style here */
}

tfoot {
  /* Style here */
}

tr {
  /* Style here */
}

th {
  /* Style here */
}

td {
  /* Style here */
}

/* Horizontal Rule */
hr {
  border: none;
  border-top: #C9CED2 1px solid;
  margin: 40px auto;
}

/* Inline Elements */
img {
  height: auto;
  max-width: 100%;
  width: auto;
}

picture {
  display: block;
}

a {
  color: #0055a4;
  text-decoration: none;
  transition: all .3s;
}

@media only screen and (max-width: 767px) {
  a {
    word-wrap: break-word;
  }
}

a:hover img {
  opacity: .7;
}

em {
  /* Style here */
}

strong {
  /* Style here */
}

small {
  /* Style here */
}

s {
  /* Style here */
}

cite {
  /* Style here */
}

q {
  /* Style here */
}

kbd {
  /* Style here */
}

sub {
  /* Style here */
}

sup {
  top: .1em;
  vertical-align: super;
}

i {
  /* Style here */
}

b {
  /* Style here */
}

mark {
  /* Style here */
}

/* Form */
form {
  /* Style here */
}

fieldset {
  /* Style here */
}

legend {
  /* Style here */
}

label {
  /* Style here */
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input:hover, input:active, input:focus, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}

input {
  /* Style here */
}

input:active, input:focus {
  box-shadow: none !important;
  outline: none;
}

input::-ms-reveal {
  visibility: hidden;
}

input::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

input[type=button] {
  /* Style here */
}

input[type=checkbox] {
  /* Style here */
}

input[type=email] {
  /* Style here */
}

input[type=file] {
  /* Style here */
}

input[type=hidden] {
  /* Style here */
}

input[type=image] {
  /* Style here */
}

input[type=number] {
  /* Style here */
}

input[type=password] {
  /* Style here */
}

input[type=radio] {
  /* Style here */
}

input[type=range] {
  /* Style here */
}

input[type=search] {
  /* Style here */
}

input[type=submit] {
  /* Style here */
}

input[type=tel] {
  /* Style here */
}

input[type=text] {
  outline: 0;
}

input[type=url] {
  /* Style here */
}

select::-ms-expand {
  display: none;
}

option {
  /* Style here */
}

textarea {
  /* Style here */
}

button {
  /* Style here */
}

button[type=submit] {
  /* Style here */
}

button[type=reset] {
  /* Style here */
}

button[type=button] {
  /* Style here */
}

header {
  width: 100%;
  min-width: 980px;
  padding: 13px 0 0 0;
}

@media only screen and (max-width: 767px) {
  header {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 0;
  }
}

header .l-header {
  width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  header .l-header {
    width: 100%;
  }
}

header .l-globalNav {
  width: 100%;
  min-width: 980px;
}

@media only screen and (max-width: 767px) {
  header .l-globalNav {
    width: 100%;
    min-width: 100%;
  }
}

header .l-globalNav ul {
  width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  header .l-globalNav ul {
    width: 100%;
  }
}

.l-globalNav2nd {
  width: 980px;
  height: 293px;
}

@media only screen and (max-width: 767px) {
  .l-globalNav2nd {
    display: none;
  }
}

.l-sideTop {
  width: 250px;
  display: inline-block;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .l-sideTop {
    width: 100%;
  }
}

.l-sideTop .l-bnr {
  width: 250px;
}

@media only screen and (max-width: 767px) {
  .l-sideTop .l-bnr {
    width: 100%;
  }
}

.l-sideTop .l-cta {
  width: 250px;
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .l-sideTop .l-cta {
    display: none;
  }
}

.img-bnr {
  width: 100%;
}

.img-bnr img {
  width: 100%;
}

.l-sideSecond {
  width: 210px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .l-sideSecond {
    display: none;
  }
}

.l-sideSecond .l-sideFloatArea {
  position: sticky;
  top: 0;
  padding: 1em 0 0 0;
}

.l-sideNews {
  width: 210px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .l-sideNews {
    width: 100%;
    margin: 0 auto;
  }
}

.l-localNav {
  width: 210px;
}

@media only screen and (max-width: 767px) {
  .l-localNav {
    width: 100%;
  }
}

main {
  width: 980px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  main {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  main {
    width: 980px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  main {
    width: 90%;
    margin: 0 auto;
  }
}

.l-headlineTitle {
  width: 100%;
  min-width: 980px;
  background: #E3E4E5;
}

@media only screen and (max-width: 767px) {
  .l-headlineTitle {
    width: 100%;
    min-width: 100%;
  }
}

.l-headlineTitle .wrap-h1 {
  width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-headlineTitle .wrap-h1 {
    width: 90%;
    margin: 0 auto;
  }
}

.l-breadNav {
  width: 100%;
  min-width: 980px;
}

@media only screen and (max-width: 767px) {
  .l-breadNav {
    width: 100%;
    min-width: 100%;
  }
}

.l-breadNav ul {
  width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-breadNav ul {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .l-breadNav ul {
    width: 90% !important;
  }
}

.l-mainSecond {
  width: 730px;
  display: inline-block;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .l-mainSecond {
    width: 100%;
  }
}

.l-main1col {
  width: 980px;
  margin: 0 auto;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .l-main1col {
    width: 100%;
  }
}

.l-main1colWideMargin {
  width: 980px;
  margin: 0 auto;
  font-size: 1.4rem;
  margin-top: 65px;
}

@media only screen and (max-width: 767px) {
  .l-main1colWideMargin {
    width: 100%;
    margin-top: 30px;
  }
}

footer {
  width: 100%;
  min-width: 980px;
}

@media only screen and (max-width: 767px) {
  footer {
    width: 100%;
    min-width: 100%;
  }
}

footer .l-footerNav {
  width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  footer .l-footerNav {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  footer .l-footerNav {
    width: 980px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  footer .l-footerNav {
    width: 90%;
    margin: 0 auto;
  }
}

footer .l-footerInfo {
  width: 100%;
  min-width: 980px;
}

@media only screen and (max-width: 767px) {
  footer .l-footerInfo {
    width: 100%;
    min-width: 100%;
  }
}

footer .l-footerInfo .l-inner-footerInfo {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  footer .l-footerInfo .l-inner-footerInfo {
    width: 90%;
    margin: 0 auto;
  }
}

footer .l-footerInfo .l-inner-footerInfo > ._logo {
  float: left;
}

footer .l-footerInfo .l-inner-footerInfo > ._bnr {
  float: left;
  width: 230px;
  margin-left: 60px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  footer .l-footerInfo .l-inner-footerInfo > ._bnr {
    display: none;
  }
}

footer .l-footerInfo .l-inner-footerInfo .l-cta {
  float: right;
  width: 370px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  footer .l-footerInfo .l-inner-footerInfo .l-cta {
    display: none;
  }
}

footer .l-footerPolicy {
  width: 100%;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  footer .l-footerPolicy {
    height: auto;
  }
}

footer .l-footerPolicy .l-inner-footerPolicy {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  footer .l-footerPolicy .l-inner-footerPolicy {
    width: 90%;
    margin: 0 auto;
  }
}

.l-hero {
  width: 100%;
  height: 318px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .l-hero {
    position: static !important;
    height: auto !important;
  }
}

.l-hero #slick_container {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -655px;
  width: 1310px;
}

@media only screen and (max-width: 767px) {
  .l-hero #slick_container {
    position: static !important;
    left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}

.l-pickup {
  width: 100%;
}

.l-categoryTop {
  width: 700px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .l-categoryTop {
    width: 100%;
  }
}

.l-mainTop {
  width: 700px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .l-mainTop {
    width: 100%;
  }
}

.l-categoryTop + .l-sideTop {
  margin: 0 0 40px 30px;
}

@media only screen and (max-width: 767px) {
  .l-categoryTop + .l-sideTop {
    margin: 50px 0 0 0;
  }
}

.l-sideTop + .l-categoryTop {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .l-sideTop + .l-categoryTop {
    margin: 50px 0 0 0;
  }
}

.l-sideTop + .l-categoryTop {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .l-sideTop + .l-categoryTop {
    margin: 50px 0 0 0;
  }
}

.l-mainTop + .l-sideTop {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .l-mainTop + .l-sideTop {
    margin: 50px 0 0 0;
  }
}

.l-sideTop + .l-mainTop {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .l-sideTop + .l-mainTop {
    margin: 50px 0 0 0;
  }
}

.l-mainSecond + .l-sideSecond {
  margin: 0 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .l-mainSecond + .l-sideSecond {
    margin: 50px 0 0 0;
  }
}

.l-sideSecond + .l-mainSecond {
  margin: 0 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .l-sideSecond + .l-mainSecond {
    margin: 50px 0 0 0;
  }
}

.l-mainSecond + .l-sideNews {
  margin: 0 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .l-mainSecond + .l-sideNews {
    margin: 10px 0 0 0;
  }
}

.l-sideNews + .l-mainSecond {
  margin: 0 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .l-sideNews + .l-mainSecond {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main > .l-sideNews {
    -ms-flex-order: 2;
        order: 2;
  }
  main > .l-sideNews + .l-mainSecond {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 0 10px 0;
  }
}

.l-infoTop {
  width: 700px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .l-infoTop {
    width: 100%;
  }
}

.l-infoTop._col-1 {
  width: 100%;
}

.l-btnArea {
  margin: 0 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .l-btnArea {
    margin: 0 0 30px 0;
  }
}

.l-corporateArea {
  width: 250px;
  height: 290px;
  display: inline-block;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .l-corporateArea {
    width: 100%;
    height: auto;
  }
}

.l-infoTop + .l-corporateArea {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .l-infoTop + .l-corporateArea {
    margin: 30px 0 0 0;
  }
}

.m-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 980px;
}

.m-row {
  margin: 0 -20px;
}

.m-col-1 {
  float: left;
  padding: 0 20px;
  width: 8.33333%;
}

.m-col-2 {
  float: left;
  padding: 0 20px;
  width: 16.66667%;
}

.m-col-3 {
  float: left;
  padding: 0 20px;
  width: 25%;
}

.m-col-4 {
  float: left;
  padding: 0 20px;
  width: 33.33333%;
}

.m-col-5 {
  float: left;
  padding: 0 20px;
  width: 41.66667%;
}

.m-col-6 {
  float: left;
  padding: 0 20px;
  width: 50%;
}

.m-col-7 {
  float: left;
  padding: 0 20px;
  width: 58.33333%;
}

.m-col-8 {
  float: left;
  padding: 0 20px;
  width: 66.66667%;
}

.m-col-9 {
  float: left;
  padding: 0 20px;
  width: 75%;
}

.m-col-10 {
  float: left;
  padding: 0 20px;
  width: 83.33333%;
}

.m-col-11 {
  float: left;
  padding: 0 20px;
  width: 91.66667%;
}

.m-col-12 {
  float: left;
  padding: 0 20px;
  width: 100%;
}

.fxb-basic,
.fxb-floatImg,
.fxb-custom,
.fxb-html,
.fxb-block,
.fxb-list,
.fxb-list-inline {
  margin: 0 -10px;
}

.fxb-basic:after,
.fxb-floatImg:after,
.fxb-custom:after,
.fxb-html:after,
.fxb-block:after,
.fxb-list:after,
.fxb-list-inline:after {
  clear: both;
  content: "";
  display: block;
}

.fxb-basic.fxb-margin,
.fxb-floatImg.fxb-margin,
.fxb-custom.fxb-margin,
.fxb-html.fxb-margin,
.fxb-block.fxb-margin,
.fxb-list.fxb-margin,
.fxb-list-inline.fxb-margin {
  margin-bottom: 40px;
}

.fxb-card {
  margin: 0 -2px;
}

.fxb-card:after {
  clear: both;
  content: "";
  display: block;
}

.fxb-card.fxb-margin {
  margin-bottom: 40px;
}

.fxb-card ._title.link {
  padding: 0 15px 0 30px;
}

.fxb-card ._title.link:before {
  top: 10px;
}

.fxb-card .fxb-cardA ._title.link {
  padding: 20px 15px 0 30px;
}

.fxb-basic a:hover,
.fxb-floatImg a:hover,
.fxb-custom a:hover,
.fxb-html a:hover,
.fxb-block a:hover,
.fxb-list a:hover,
.fxb-list-inline a:hover,
.fxb-card a:hover {
  opacity: .7;
}

.col-1 {
  width: 100%;
  padding: 0 10px;
}

.col-1.col-card {
  padding: 2px;
}

@media only screen and (max-width: 767px) {
  .col-1.col-card {
    margin: 0 0 5px 0;
  }
}

@media (min-width: 980px) {
  .col-1 {
    float: left;
    width: 100% / 1;
  }
}

@media only screen and (max-width: 767px) {
  .col-1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.col-2 {
  float: left;
  width: 50%;
  padding: 0 10px;
}

.col-2.col-card {
  padding: 2px;
}

@media only screen and (max-width: 767px) {
  .col-2.col-card {
    margin: 0 0 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .col-2 {
    float: none;
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.col-3 {
  float: left;
  width: 33.33333%;
  padding: 0 10px;
}

.col-3.col-card {
  padding: 2px;
}

@media only screen and (max-width: 767px) {
  .col-3.col-card {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .col-3.col-card {
    float: none;
    width: 100% !important;
    margin: 0 0 5px 0;
  }
  .col-3.col-card ._title.link {
    padding: 18px 15px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .col-3 {
    float: left;
    width: 50% 	!important;
    margin-bottom: 20px;
  }
  .col-3 ._title.link {
    padding: 10px 15px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .col-3.col-xs-12 {
    float: none;
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.col-4 {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.col-4.col-card {
  padding: 2px;
}

@media only screen and (max-width: 767px) {
  .col-4.col-card {
    float: none;
    width: 100% !important;
    margin: 0 0 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .col-4 {
    width: 50% !important;
    margin-bottom: 20px;
  }
}

.fxb-basic.frame_on .fxb-cardB {
  border: 2px solid #0055a4;
  background: #fff;
  border-radius: 2px;
  display: block;
  padding: 10px 20px;
}

.fxb-basic.frame_on .fxb-cardB:hover {
  background: #0055a4;
  opacity: 1;
  color: #FFF;
}

.fxb-basic.frame_on .fxb-cardB:hover p:before {
  content: "";
  background: url("../images/icon_chevron_right_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 7px;
}

.fxb-basic p.image-wrap {
  text-align: center;
}

.fxb-basic p.image-wrap.align-left {
  text-align-last: left;
}

.fxb-basic p.image-wrap.align-center {
  text-align: center;
}

.fxb-basic p.image-wrap.align-right {
  text-align: right;
}

.fxb-basic p.image-wrap img {
  width: auto;
}

.fxb-basic p.image-wrap img + span {
  margin: .5em 0 0 0;
}

.fxb-basic p.image-wrap span {
  display: block;
  font-size: 1.4rem;
}

.fxb-floatImg p.image-float {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 960px) {
  .fxb-floatImg p.image-float {
    float: left;
  }
  .fxb-floatImg p.image-float.float-left {
    float: left;
    margin-right: 20px;
  }
  .fxb-floatImg p.image-float.float-right {
    float: right;
    margin-left: 20px;
  }
}

.fxb-floatImg p.image-float img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .fxb-floatImg p.image-float img {
    margin: 0 0 10px 0;
  }
}

.fxb-floatImg p.image-float span {
  display: block;
  font-size: 1.4rem;
}

.fxb-floatImg p.image-float + p {
  margin: 0;
}

.fxb-cardA {
  display: block;
  background: #EAEDF2;
  padding: 0 0 20px 0;
}

.fxb-cardA > ._image {
  margin: 0;
  display: block;
  border: 1px solid #eaedf2;
}

.fxb-cardA > ._image img {
  width: 100%;
}

.fxb-cardA > ._title {
  padding: 20px 15px 0 15px;
  margin: 0;
}

.fxb-cardA > ._title.link:before {
  top: 2.2em !important;
}

.fxb-cardA > ._outline {
  margin: 1em auto auto auto;
  color: #333;
  padding: 0 15px;
}

.fxb-cardB {
  display: block;
  background: #FFF;
  overflow: hidden;
}

.fxb-cardB > ._image {
  width: 150px;
  text-align: center;
  float: left;
  padding: 0 !important;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .fxb-cardB > ._image {
    width: 40%;
    margin: 0 5% 0 0;
  }
}

.fxb-cardB > ._text {
  margin: 0;
}

.fxb-cardB > ._text > ._title:before {
  top: 7px;
}

.fxb-cardB ._title {
  margin: 0 0 1em 0;
  position: relative;
}

.fxb-cardB ._outline {
  margin: 0 0 1em 0;
  color: #333;
}

.fxb-cardB .link:before {
  left: 0px;
}

.fxb-cardB p {
  overflow: hidden;
}

.fxb-cardB p:nth-last-of-type(1) {
  padding: 0 0 0 1em;
}

.fxb-cardB p:nth-last-of-type(1):before {
  content: "";
  background: url("../images/icon_chevron_right_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 10px;
}

@media only screen and (max-width: 767px) {
  .fxb-cardB p:nth-last-of-type(1):before {
    top: 6px;
  }
}

.fxb-cardB p:nth-last-of-type(1)._text {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .fxb-cardB p + p {
    margin: .5em 0 0 0;
  }
}

.l-topCategory {
  margin: 0 8px 30px 8px;
}

.fxb-cardC {
  display: block;
  background: #FFF;
  border: solid 1px #dfdfdf;
  background-color: #fffefe;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .fxb-cardC {
    margin: 0;
  }
}

.fxb-cardC > ._image {
  width: 80px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.fxb-cardC > ._image img {
  width: 100%;
}

.fxb-cardC ._title {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

.l-mainSecond .fxb-block {
  margin: 0 -2px;
}

.fxb-block .col-3 {
  padding: 2px;
}

.fxb-block a.block {
  width: 100%;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  display: table;
  border: solid 1px #dfdfdf;
  padding: 0 10px 0 0;
}

.fxb-block a.block h5 {
  font-size: 1.2em;
}

.fxb-block a.block p.image-wrap {
  text-align: center;
  float: left;
  padding: 10px;
  margin: 0;
  width: 80px;
}

.fxb-block a.block p {
  overflow: hidden;
  color: #0055a4;
  display: table-cell;
  vertical-align: middle;
}

.fxb-block a.block p:nth-child(2) {
  width: 100%;
}

.fxb-block a.block p span {
  word-break: break-all;
}

.fxb-list.list-col-1 ul {
  margin: 0.3334em 0;
}

.fxb-list.list-col-1 ul:after {
  clear: both;
  content: "";
  display: block;
}

.fxb-list.list-col-1 ul > li {
  margin: 0.6667em 0;
  width: 100%;
  list-style-type: none;
}

.fxb-list.list-col-1 ul > li:before {
  float: left;
  display: block;
  width: 1em;
  text-indent: -1em;
  content: "\f0da";
  font-family: FontAwesome;
}

@media (min-width: 960px) {
  .fxb-list.list-col-1 ul > li {
    margin: 0.3334em 0;
    float: left;
    width: 100%;
  }
}

.fxb-list.list-col-2 ul {
  margin: 0.3334em 0;
}

.fxb-list.list-col-2 ul:after {
  clear: both;
  content: "";
  display: block;
}

.fxb-list.list-col-2 ul > li {
  margin: 0.6667em 0;
  width: 100%;
  list-style-type: none;
}

.fxb-list.list-col-2 ul > li:before {
  float: left;
  display: block;
  width: 1em;
  text-indent: -1em;
  content: "\f0da";
  font-family: FontAwesome;
}

@media (min-width: 960px) {
  .fxb-list.list-col-2 ul > li {
    margin: 0.3334em 0;
    float: left;
    width: 50%;
  }
}

.fxb-list.list-col-3 ul {
  margin: 0.3334em 0;
}

.fxb-list.list-col-3 ul:after {
  clear: both;
  content: "";
  display: block;
}

.fxb-list.list-col-3 ul > li {
  margin: 0.6667em 0;
  width: 100%;
  list-style-type: none;
}

.fxb-list.list-col-3 ul > li:before {
  float: left;
  display: block;
  width: 1em;
  text-indent: -1em;
  content: "\f0da";
  font-family: FontAwesome;
}

@media (min-width: 960px) {
  .fxb-list.list-col-3 ul > li {
    margin: 0.3334em 0;
    float: left;
    width: 33.33333%;
  }
}

.fxb-list.list-col-4 ul {
  margin: 0.3334em 0;
}

.fxb-list.list-col-4 ul:after {
  clear: both;
  content: "";
  display: block;
}

.fxb-list.list-col-4 ul > li {
  margin: 0.6667em 0;
  width: 100%;
  list-style-type: none;
}

.fxb-list.list-col-4 ul > li:before {
  float: left;
  display: block;
  width: 1em;
  text-indent: -1em;
  content: "\f0da";
  font-family: FontAwesome;
}

@media (min-width: 960px) {
  .fxb-list.list-col-4 ul > li {
    margin: 0.3334em 0;
    float: left;
    width: 25%;
  }
}

.fxb-list-inline ul.list-inline:after {
  clear: both;
  content: "";
  display: block;
}

.fxb-list-inline ul.list-inline li {
  list-style-type: none;
}

@media (min-width: 960px) {
  .fxb-list-inline ul.list-inline li {
    float: left;
  }
}

.fxb-list-inline ul.list-inline li:before {
  float: left;
  display: block;
  width: 1em;
  text-indent: -1em;
  content: "\f0da";
  font-family: FontAwesome;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.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;
  top: 50%;
}

.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: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  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: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#CybotCookiebotDialogBodyContentTitle {
  border-left: none;
  background-color: transparent;
  min-height: auto;
  margin: 2px 0 6px !important;
}

[data-simplebar] {
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -ms-flex-positive: inherit;
      flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

header .l-header {
  overflow: hidden;
}

header .l-header > ._logo {
  width: 470px;
  height: 54px;
  padding: 0;
  border: none;
  float: left;
  margin: 0 0 20px 0;
}

header .l-header > ._logo a {
  display: block;
}

header .l-header > ._logo img {
  width: auto;
  height: auto;
}

@media only screen and (max-width: 767px) {
  header .l-header > ._logo {
    width: 100%;
    height: auto;
    padding: 3% 2%;
    margin: 0;
  }
}

header .l-header > ._logo a:hover img {
  opacity: 1;
}

header .l-globalNav {
  height: 71px;
  background: #EFF3F4;
  border-bottom: solid 6px #0055a4;
  position: relative;
}

@media only screen and (max-width: 767px) {
  header .l-globalNav {
    display: none;
    height: auto;
    background: #0055a4;
    border: none;
  }
  header .l-globalNav ul li {
    float: none !important;
    width: 100% !important;
    text-align: left !important;
    border-top: 1px solid #fff;
  }
  header .l-globalNav ul li a {
    background: #0055a4 !important;
    color: #FFF !important;
    font-size: 2.0rem !important;
    -webkit-text-emphasis: left;
            text-emphasis: left;
    padding: 16px !important;
  }
  header .l-globalNav ul li a:before, header .l-globalNav ul li a:after {
    width: 0 !important;
    height: 0 !important;
  }
}

header .l-globalNav ul {
  overflow: hidden;
  padding: 0;
}

header .l-globalNav ul.l-menu5 li {
  width: 196px;
}

header .l-globalNav ul.l-menu6 li {
  width: 163.33333px;
}

header .l-globalNav ul.l-menu7 li {
  width: 140px;
}

header .l-globalNav ul li {
  display: table;
  vertical-align: middle;
  text-align: center;
  float: left;
  padding: 0;
  margin: 0;
}

header .l-globalNav ul li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #dddddd;
}

header .l-globalNav ul li a {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background: #EFF3F4;
  color: #101010;
  font-size: 1.6rem;
  padding: 25px 0 24px 0;
  line-height: 1.6rem;
}

header .l-globalNav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #dddddd;
}

header .l-globalNav ul li a:hover {
  color: #FFF;
  background: #0055a4;
}

header .l-globalNav ul li a:hover:before {
  background-color: #0055a4;
}

.l-globalNav {
  position: relative;
}

.l-globalNav > ul > li .l-globalNav2nd {
  position: absolute;
  top: 65px;
  opacity: 1;
  display: none;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
  background: #007dc9;
  z-index: 2;
}

.l-globalNav > ul > li .l-globalNav2nd > li {
  width: 328px;
  height: 293px;
  background: #007dc9;
  text-align: left;
  padding: 20px 0 224px 0;
  position: relative;
}

.l-globalNav > ul > li .l-globalNav2nd > li:hover .l-globalNav3rd {
  display: block;
}

.l-globalNav > ul > li .l-globalNav2nd > li:after {
  width: 0 !important;
}

.l-globalNav > ul > li .l-globalNav2nd > li:before {
  content: "";
  background: url("../images/icon_chevron_right_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 300px;
  top: 36px;
}

.l-globalNav > ul > li .l-globalNav2nd > li > a {
  width: 328px;
  height: 33px;
  font-size: 3.0rem;
  background: #007DC9;
  color: #FFF;
  padding: 0 1em 4px 1em;
}

.l-globalNav > ul > li .l-globalNav2nd > li > a:hover {
  background: #0099df;
}

.l-globalNav > ul > li .l-globalNav2nd > li > a:before {
  width: 0 !important;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd {
  width: 652px;
  height: 293px;
  background: #0099DF;
  position: absolute;
  top: 0;
  left: 328px;
  padding: 20px 0 0 0;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd > li {
  text-align: left;
  font-size: 1.6rem;
  color: #fff;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd > li:hover .l-globalNav4th {
  display: block;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd > li:after {
  width: 0 !important;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd > li > a {
  display: block;
  width: 328px;
  height: 42px;
  background: #0099DF;
  color: #fff;
  padding: 14px 2em;
  position: relative;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd > li > a:hover {
  background: #39B4ED;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd > li > a:before {
  width: 0 !important;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd > li .l-globalNav4th {
  display: none;
  width: 328px;
  height: 293px;
  background: #39B4ED;
  position: absolute;
  top: 0;
  left: 328px;
  padding: 20px 0 0 0;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd > li .l-globalNav4th > li {
  font-size: 1.6rem;
  color: #FFF;
  text-align: left;
  width: 328px;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd > li .l-globalNav4th > li:after {
  width: 0 !important;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd > li .l-globalNav4th > li > a {
  display: block;
  width: 328px;
  height: 42px;
  font-size: 1.6rem;
  background: #39B4ED;
  color: #FFF;
  padding: 14px 2em;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd > li .l-globalNav4th > li > a:hover {
  background: #73D0FB;
}

.l-globalNav > ul > li .l-globalNav2nd > li .l-globalNav3rd > li .l-globalNav4th > li > a:before {
  width: 0 !important;
}

header.is-openMenu .l-globalNav {
  display: block !important;
  z-index: 999;
}

.l-extraNav {
  width: 477px;
  list-style: none;
  overflow: hidden;
  float: right;
  padding: 0 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .l-extraNav {
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0;
    background: #002A51;
  }
}

.l-extraNav li {
  float: left;
  margin: 0 0 0 4px;
}

@media only screen and (max-width: 767px) {
  .l-extraNav li {
    margin: 0;
  }
}

.l-extraNav li#nav-toggle {
  display: none;
}

@media only screen and (max-width: 767px) {
  .l-extraNav li#nav-toggle {
    display: block;
    background: #002A51;
    width: 14%;
    height: 44px;
    cursor: pointer;
  }
}

.l-extraNav li#nav-toggle div {
  position: relative;
}

.l-extraNav li#nav-toggle div span {
  display: block;
  position: absolute;
  width: 60% !important;
  height: 4px;
  width: 100%;
  background: #fff;
  left: 20%;
  transition: .35s ease-in-out;
}

.l-extraNav li#nav-toggle div span:nth-child(1) {
  top: 10px;
}

.l-extraNav li#nav-toggle div span:nth-child(2) {
  margin-top: 20px;
}

.l-extraNav li#nav-toggle div span:nth-child(3) {
  margin-top: 30px;
}

.l-extraNav li.l-region {
  width: 150px;
  height: 25px;
  background: #F3F3F3;
  padding: 3px 6px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .l-extraNav li.l-region {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 43%;
    height: 44px;
    background: #014B8F;
  }
}

.l-extraNav li.l-region a {
  color: #888;
  font-size: 1.2rem;
  display: block;
}

@media only screen and (max-width: 767px) {
  .l-extraNav li.l-region a {
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1;
    padding: 2% 4% 2% 32%;
  }
  .l-extraNav li.l-region a:before {
    content: "";
    background: url("../images/icon_global_w.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.l-extraNav li.l-region a:after {
  content: "";
  background: url("../images/icon_global_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .l-extraNav li.l-region a:after {
    width: 0 !important;
    height: 0 !important;
  }
}

.l-extraNav li.l-language {
  width: 140px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .l-extraNav li.l-language {
    width: 43%;
    height: 44px;
  }
  .l-extraNav li.l-language:before {
    content: "";
    background: url("../images/icon_open.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
  }
}

.l-extraNav li.l-language:after {
  content: "";
  background: url("../images/icon_chevron_down_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .l-extraNav li.l-language:after {
    width: 0 !important;
    height: 0 !important;
  }
}

.l-extraNav li.l-language select {
  font-family: "Open Sans",arial,sans-serif;
  width: 140px;
  height: 25px;
  display: inline-block;
  color: #888;
  font-size: 1.2rem;
  border: none;
  background: #F3F3F3;
  margin: 0 .1em;
  padding: 0 3px;
}

@media only screen and (max-width: 767px) {
  .l-extraNav li.l-language select {
    width: 100%;
    height: 44px;
    background: #0055a4;
    color: #FFF;
    font-size: 1.4rem;
    margin: 0;
    padding: 4% 4% 4% 32%;
  }
  .l-extraNav li.l-language select option {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .l-extraNav li.l-siteSearch {
    display: none;
    width: 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-extraNav.l-extraNavB li.l-region {
    width: 86% !important;
  }
  .l-extraNav.l-extraNavB li.l-region a {
    padding: 4% 4% 4% 17% !important;
  }
  .l-extraNav.l-extraNavB li.l-region a:before {
    left: 5% !important;
  }
}

.l-siteSearch {
  width: 165px;
}

header #___gcse_0 {
  font-family: "Open Sans",arial,sans-serif;
}

header #___gcse_0 .gsc-control-cse {
  padding: 0 !important;
  border: none !important;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse {
  width: 130px;
  padding: 0 !important;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box {
  margin-bottom: 0;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input {
  border: none;
  vertical-align: -1px;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box {
  background: #F3F3F3;
  border: none;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table.gstl_50 {
  margin: 0;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table.gstl_50 td.gsib_a input.gsc-input {
  height: auto !important;
  background: #F3F3F3 !important;
  font-size: 1.2rem;
  text-indent: 0 !important;
  color: #888;
  padding: 6px !important;
  border: none !important;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table.gstl_50 td.gsib_b .gsst_a .gscb_a {
  color: #0055a4;
  vertical-align: -1px;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table.gstl_50 td.gsib_b .gsst_a .gscb_a:hover {
  opacity: .7;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsib_b {
  display: none;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-search-button button.gsc-search-button {
  border: none;
  background-color: #0055a4;
  padding: 5px 10px;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-search-button button.gsc-search-button:hover {
  cursor: pointer;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-search-button button.gsc-search-button svg {
  width: 15px;
  height: 15px;
}

header #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-search-button input[type="image"] {
  width: 26px;
  height: 25px;
  margin: 0;
  padding: 5px;
  background: #0055a4;
  overflow: hidden;
  -webkit-appearance: none;
  border-left: none;
  border-radius: 1px;
  box-sizing: border-box;
  border: none !important;
}

header #___gcse_0 table {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

header #___gcse_0 table td {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

main {
  font-size: 0;
  padding: 0 0 100px 0;
}

@media only screen and (max-width: 767px) {
  main {
    padding: 0 0 40px 0;
  }
}

.l-headlineTitle {
  margin: 0 0 20px 0;
  height: 110px;
}

@media only screen and (max-width: 767px) {
  .l-headlineTitle {
    height: auto;
  }
}

.l-headlineTitle .wrap-h1 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .l-headlineTitle .wrap-h1 {
    position: static;
  }
}

.l-headlineTitle .wrap-h1 h1 {
  position: absolute;
  top: 32px;
  left: 0;
  font-size: 3.2rem;
  border: none;
  z-index: 1;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .l-headlineTitle .wrap-h1 h1 {
    position: static;
    font-size: 2.4rem;
    padding: 20px 0;
  }
}

.l-headlineTitle .wrap-h1 .bg-h1 {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .l-headlineTitle .wrap-h1 .bg-h1 {
    display: none;
  }
}

.l-breadNav {
  clear: both;
  line-height: 1em;
  margin: 0 0 65px 0;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .l-breadNav {
    margin: 0 0 30px 0;
    line-height: 1.6em;
  }
}

.l-breadNav ul {
  width: 980px;
  margin: 0 auto;
  padding: 0;
}

.l-breadNav ul li {
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 1em;
}

.l-breadNav ul li + li:before {
  content: ">";
  margin-right: 1em;
}

.l-breadNav ul li a {
  color: #0055a4;
  font-size: 1.4rem;
  text-decoration: none;
}

.l-breadNav ul li a:hover {
  opacity: .7;
}

.l-search h2 {
  background: none;
  border: none;
  min-height: auto;
  padding: 0;
  font-size: 2.4rem;
  color: #0055a4;
  text-align: center;
}

.l-search p {
  line-height: 1.3rem;
}

.l-search .l-searchBox {
  padding: 0 0 30px 0;
}

.l-search .l-searchBox a {
  display: block;
  background: #FFF;
}

.l-search .l-searchBox a:hover {
  background: #0055a4;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .l-search .l-searchBox a.btn p:before {
    top: 2px;
  }
}

.l-search .l-searchBox a + a {
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .l-search .l-searchBox {
    padding: 0 0 20px 0;
  }
}

.l-search .l-searchBox + .l-searchBox {
  border-top: 1px solid #fff;
  padding: 30px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .l-search .l-searchBox + .l-searchBox {
    padding: 20px 0 20px 0;
  }
}

.l-search .l-searchBox:last-child {
  padding: 30px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .l-search .l-searchBox:last-child {
    padding: 20px 0 0 0;
  }
}

.l-search {
  background: #EAEDF2;
  padding: 20px;
}

#searchBoxName {
  position: relative;
  margin: 5px 0 0 0;
}

#SearchWord {
  width: calc(100% - 36px);
  height: 30px;
  background: #FFF;
  border: 1px solid #0055a4;
  border-radius: 1px;
  padding: 2px 10px;
  box-sizing: content-box;
}

@media only screen and (max-width: 767px) {
  #SearchWord {
    padding: 2px 20px 2px 10px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  #SearchWord {
    width: 90%;
  }
}

#searchBtnName {
  width: 36px;
  height: 36px;
  background: #0055a4;
  background-size: contain;
  padding: 10px;
  border: 1px solid #0055a4;
  border-radius: 1px;
  position: absolute;
  right: 0;
}

#searchBoxCross {
  position: relative;
  margin: 5px 0 0 0;
}

#select {
  width: calc(100% - 36px);
  height: 30px;
  background: #FFF;
  border: 1px solid #0055a4;
  border-radius: 1px;
  padding: 2px 10px;
  box-sizing: content-box;
}

@media only screen and (max-width: 767px) {
  #select {
    padding: 2px 20px 2px 10px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  #select {
    width: 90%;
  }
}

#searchBtnCross {
  width: 36px;
  height: 36px;
  background: #0055a4;
  background-size: contain;
  padding: 10px;
  border: 1px solid #0055a4;
  border-radius: 1px;
  position: absolute;
  right: 0;
}

.text-search {
  line-height: 1.7rem !important;
  margin: 10px 0 0 0;
}

.l-bnr {
  margin: 20px 0 0 0;
}

.l-sideSecond .l-cta {
  margin: 0 0 2em 0;
}

.l-sideSecond .l-cta a > ._btn {
  font-size: 1.6rem;
}

.l-sideSecond .l-cta a > ._btn:before {
  width: 14px;
  top: 20px;
}

.l-sideSecond .l-cta a > ._btn:after {
  background: none;
}

.l-sideSecond .l-cta a:hover > ._btn:before {
  width: 14px;
  top: 20px;
}

.l-sideSecond .l-cta a:hover > ._btn:after {
  background: none;
}

.l-sideSecond .l-cta + a.btn-acc {
  margin: 2em auto auto auto;
  display: block;
}

.l-localNav {
  font-size: 1.4rem;
  border: 1px solid #e6e6e6;
  padding: 0;
}

.l-localNav li {
  list-style: none;
  text-align: center;
}

.l-localNav li.ttl-localNav {
  color: #FFF;
  padding: 10px;
  background-color: #0055a4;
}

.l-localNav li a {
  background: #EAEDF2;
  display: block;
  color: #0055a4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px;
  text-align: left;
  font-weight: 700;
  word-wrap: break-word;
}

.l-localNav li a:hover {
  background: #d2e3ff;
}

.l-localNav li a.is-active {
  background: #d2e3ff;
}

.l-localNav li ul.l-localNav4th {
  margin: 0;
  padding: 0;
}

.l-localNav li ul.l-localNav4th li a {
  background: #FFF;
  padding: 8px 8px 8px 1.5em;
}

.l-localNav li.l-side-acc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-localNav li.l-side-acc a {
  width: calc(100% - 37px);
}

.l-localNav li.l-side-acc a:hover + span.btn-side-acc {
  background: #ACC5EF;
}

.l-localNav li.l-side-acc span.btn-side-acc {
  width: 37px;
  min-height: 38px;
  background: #d6dae0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.l-localNav li.l-side-acc span.btn-side-acc:hover {
  background: #007dc9;
}

.l-localNav li.l-side-acc span.btn-side-acc:hover:after {
  content: "";
  background: url("../images/icon_plus_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-localNav li.l-side-acc span.btn-side-acc:after {
  content: "";
  background: url("../images/icon_plus_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-localNav li.l-side-acc span.btn-side-acc.is-open, .l-localNav li.l-side-acc span.btn-side-acc.is-active-open {
  background: #ACC5EF;
}

.l-localNav li.l-side-acc span.btn-side-acc.is-open:hover, .l-localNav li.l-side-acc span.btn-side-acc.is-active-open:hover {
  background: #007dc9;
}

.l-localNav li.l-side-acc span.btn-side-acc.is-open:after {
  content: "";
  background: url("../images/icon_minus_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-localNav li.l-side-acc span.btn-side-acc.is-open:hover:after {
  content: "";
  background: url("../images/icon_minus_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-localNav li.l-side-acc span.btn-side-acc.is-active-open:after {
  content: "";
  background: url("../images/icon_minus_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-localNav li.l-side-acc span.btn-side-acc.is-active-open:hover:after {
  content: "";
  background: url("../images/icon_minus_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-localNav li.l-side-acc span.btn-side-acc.is-active-open + .wrap-side-acc {
  display: block;
}

.l-localNav li.l-side-acc span.btn-side-acc.is-active-open.is-close:after {
  content: "";
  background: url("../images/icon_plus_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-localNav li.l-side-acc span.btn-side-acc.is-active-open.is-close:hover:after {
  content: "";
  background: url("../images/icon_plus_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-localNav li.l-side-acc .wrap-side-acc {
  width: 100%;
  display: none;
}

.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav4th,
.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav5th {
  margin: 0;
}

.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav4th li,
.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav5th li {
  width: 100%;
}

.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav4th li a,
.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav5th li a {
  width: 100%;
}

.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav4th li a:hover,
.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav5th li a:hover {
  background: #d2e3ff;
}

.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav4th li a.is-active,
.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav5th li a.is-active {
  background: #d2e3ff;
}

.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav4th li a {
  padding: 8px 8px 8px 21px;
}

.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav5th {
  padding: 0;
}

.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav5th li a {
  position: relative;
  padding: 8px 8px 8px 31px;
  text-indent: -10px;
}

.l-localNav li.l-side-acc .wrap-side-acc ul.l-localNav5th li a::before {
  content: "-";
  margin: 0 6px 0 0;
}

footer {
  background: #EAEDF2;
  padding: 40px 0 0 0;
}

footer .l-footerNav {
  padding: 0 0 40px 0;
}

@media only screen and (max-width: 767px) {
  footer .l-footerNav {
    padding: 0 0 30px 0;
  }
}

footer .l-footerNav ul {
  font-size: 0;
}

footer .l-footerNav ul li {
  list-style: none;
  width: 260px;
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  footer .l-footerNav ul li {
    width: 50%;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 .8em 0;
  }
}

footer .l-footerNav ul li a {
  color: #333;
}

footer .l-footerInfo {
  padding: 40px 0;
  border-top: 1px solid #fff;
}

footer .l-footerInfo .l-inner-footerInfo > ._logo {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  footer .l-footerInfo .l-inner-footerInfo > ._logo {
    width: 100%;
  }
}

footer .l-footerPolicy {
  background: #0055a4;
  padding: 17px 0;
}

footer .l-footerPolicy .l-inner-footerPolicy {
  position: relative;
  text-align: center;
}

footer .l-footerPolicy .l-pp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  footer .l-footerPolicy .l-pp {
    position: static;
    margin: 0 0 10px 0;
  }
}

footer .l-footerPolicy .l-pp a {
  display: block;
  font-size: 1.4rem;
  color: #FFF;
}

footer .l-footerPolicy .l-copy {
  display: block;
  font-size: 1.4rem;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  footer .l-footerPolicy .l-copy {
    font-size: 1.2rem;
  }
}

.l-pagetop {
  position: fixed;
  right: 50px;
  bottom: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .l-pagetop {
    display: none !important;
  }
}

.hidden-xs {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

.link {
  color: #0055a4;
  position: relative;
  padding: 0 0 0 1em;
}

.link._title {
  padding: 20px 15px 0 30px;
}

.link:before {
  content: "";
  background: url("../images/icon_chevron_right_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fxb-floatImg .image-float {
  width: 320px;
}

.l-cta a {
  border: 2px solid #0055a4;
  background: #FFF;
  display: block;
  padding: 20px;
}

.l-cta a h2 {
  background: none;
  border: none;
  min-height: auto;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 2.4rem;
  color: #0055a4;
  text-align: center !important;
  text-align: left;
}

.l-cta a > p {
  margin: .5em 0 0 0;
}

.l-cta a > ._btn {
  background: #E87900;
  padding: 15px 15px 15px 35px;
  color: #fff;
  font-size: 2.0rem;
  border-radius: 2px;
  position: relative;
}

.l-cta a > ._btn:before {
  content: "";
  background: url("../images/icon_chevron_right_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  position: absolute;
  left: 15px;
  top: 22px;
  bottom: 0;
  margin: auto;
}

.l-cta a > ._btn:after {
  content: "";
  background: url("../images/icon_mail_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  position: absolute;
  left: 8.3em;
  top: 18px;
  bottom: 0;
  margin: auto;
}

.l-cta a:hover {
  background: #d2e3ff;
  border: 2px solid #d2e3ff;
}

.l-cta a:hover ._btn {
  background: #fff;
  color: #E87900;
}

.l-cta a:hover ._btn:before {
  content: "";
  background: url("../images/icon_chevron_right_o.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  position: absolute;
  left: 15px;
  top: 22px;
  bottom: 0;
  margin: auto;
}

.l-cta a:hover ._btn:after {
  content: "";
  background: url("../images/icon_mail_o.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  position: absolute;
  left: 8.3em;
  top: 18px;
  bottom: 0;
  margin: auto;
}

#slick_container a img {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #slick_container {
    width: 100%;
    min-width: 100% !important;
    margin: 0 0 30px 0;
  }
  #slick_container .slide_selector {
    width: 100% !important;
  }
  #slick_container .slide_selector div {
    width: 100%;
  }
  #slick_container .slide_selector div img {
    width: 100%;
  }
}

.slick-dots li {
  height: 25px !important;
  margin: 0 3px !important;
}

.slick-dots li button:before {
  font-size: 11px !important;
}

.slick-dots li.slick-active button:before {
  font-size: 11px !important;
  color: #008cd6 !important;
}

a.l-pickup {
  position: relative;
  display: block;
  background: #e86800;
  height: 120px;
  margin: 30px 0;
}

a.l-pickup:hover img {
  opacity: 1;
}

a.l-pickup:hover > ._outline > ._link {
  background: #e86800;
  color: #fff;
  transition: all .3s;
}

a.l-pickup:hover > ._outline > ._link:before {
  content: "";
  background: url("../images/icon_chevron_right_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  a.l-pickup {
    position: static;
    text-align: center;
    height: auto;
    margin: 0 0 30px 0;
    padding: 5% 2%;
  }
}

a.l-pickup h2 {
  width: 25%;
  display: inline-block;
  background: none;
  border: none;
  min-height: auto;
  font-size: 3.0rem;
  color: #fff;
  padding: 22px 0 0 20px;
  line-height: 4.0rem;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  a.l-pickup h2 {
    width: 100%;
    display: block;
    font-size: 2.4rem;
    margin: 0 0 10px 0 !important;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  a.l-pickup h2 br {
    display: none;
  }
}

a.l-pickup > ._image {
  width: 33.3%;
  height: 120px;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  a.l-pickup > ._image {
    display: block;
    width: 80%;
    background: #fff;
    height: auto;
    margin: 0 auto;
    padding: 10% 2%;
  }
}

a.l-pickup > ._image img {
  width: 100%;
  padding: 0 5%;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  a.l-pickup > ._image img {
    padding: 0;
  }
}

a.l-pickup > ._outline {
  width: 41.6%;
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.4rem;
  margin: 0;
  padding: 12px 20px 12px 10px;
}

@media only screen and (max-width: 767px) {
  a.l-pickup > ._outline {
    font-size: 2.2rem;
    line-height: 2.4rem;
    width: 100%;
    display: block;
    margin: 10px 0 0 0 !important;
    padding: 0;
  }
}

a.l-pickup > ._outline > ._text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: normal;
  margin: 8px 0 0 0;
}

a.l-pickup > ._outline > ._link {
  display: block;
  font-size: 1.6rem;
  border: 2px solid #fff;
  color: #e86800;
  background: #fff;
  border-radius: 2px;
  width: 380px;
  margin: 10px auto 0 auto;
  padding: 5px 26px;
  position: absolute;
  right: 20px;
  bottom: 12px;
}

@media only screen and (max-width: 767px) {
  a.l-pickup > ._outline > ._link {
    position: static;
    width: 80%;
    padding: 5px 20px;
  }
}

a.l-pickup > ._outline > ._link:before {
  content: "";
  background: url("../images/icon_chevron_right_o.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  a.l-pickup > ._outline > ._link:before {
    position: static;
  }
}

.link-disable {
  cursor: default;
}

.fxb-news {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .fxb-news {
    position: static;
  }
}

.fxb-news .btn-ghost {
  position: absolute;
  top: -5px;
  right: 0;
  vertical-align: top;
}

.fxb-news .btn-ghost p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .fxb-news .btn-ghost {
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  .btn-acc {
    display: block;
    background: #0055a4;
    position: relative;
  }
  .btn-acc h2.headline-h4 {
    color: #FFF;
    padding: .3em .4em;
    margin: 0 !important;
  }
  .btn-acc:after {
    content: "";
    background: url("../images/icon_open.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn-acc.is-active h2.headline-h4 {
    margin: 0 0 20px 0 !important;
  }
  .btn-acc.is-active:after {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}

.l-news {
  font-size: 1.4rem;
}

.l-news ul {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .l-news ul {
    padding: 0 0 1em 0;
  }
}

.l-news ul li {
  list-style: none;
  border-bottom: 1px dotted #808080;
  padding: 0.3em;
}

.l-news ul li a {
  display: block;
  font-size: 0;
}

.l-news ul li a span {
  display: inline-block;
  vertical-align: top;
}

.l-news ul li a > ._day {
  font-size: 1.4rem;
  color: #333;
  padding: 0 1em 0 0.5em;
}

@media only screen and (max-width: 767px) {
  .l-news ul li a > ._day {
    padding: 0 1em 0 0;
  }
}

.l-news ul li a > ._category {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  padding: 0.1em 0.5em 0.2em 0.5em;
  width: 7em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .l-news ul li a > ._category {
    float: right;
  }
}

.l-news ul li a > ._category-01 {
  background: #45AA96;
}

.l-news ul li a > ._category-02 {
  background: #917bb9;
}

.l-news ul li a > ._category-03 {
  background: #00a0e9;
}

.l-news ul li a > ._category-04 {
  background: #997F76;
}

.l-news ul li a > ._title {
  font-size: 1.4rem;
  padding: 0 0.5em 0 1em;
  width: 515px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .l-news ul li a > ._title {
    width: 100%;
    display: block;
    padding: 0;
    margin: .3em 0 0 0;
  }
}

.l-news ul li a:hover {
  opacity: .7;
}

.l-sideNews .btn-acc h2.headline-h4 {
  color: #FFF;
  background-color: #0055a4;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 10px;
  margin: 0 !important;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .l-sideNews .btn-acc h2.headline-h4 {
    text-align: left;
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 0 0 !important;
  }
}

.l-sideNews .wrap-acc + .btn-acc h2.headline-h4 {
  margin: 2em 0 0 0 !important;
}

@media only screen and (max-width: 767px) {
  .l-sideNews .wrap-acc + .btn-acc h2.headline-h4 {
    margin: 1em 0 0 0 !important;
  }
}

a.btn-link {
  display: block;
  width: 100px;
  border: solid 1px #bfbfbf;
  text-align: center;
}

a.btn-link p {
  margin: 0;
}

table.gsc-table-result {
  table-layout: auto;
}

header.l-headerBlank {
  width: 100%;
  height: 30px;
  background-color: #0055a4;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  header.l-headerBlank {
    height: 20px;
  }
}

.l-error {
  text-align: center;
  padding: 100px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .l-error {
    padding: 30px 0 0 0;
  }
}

.l-error p {
  font-size: 1.6rem !important;
}

@media only screen and (max-width: 767px) {
  .l-error p {
    font-size: 1.4rem !important;
  }
}

.headline-errorTitle {
  font-size: 3em;
  color: #0055a4;
  border-bottom: none;
  padding: 25px 0;
}

@media only screen and (max-width: 767px) {
  .headline-errorTitle {
    font-size: 2em;
    padding: 10px 0 5px 0;
  }
}

a.link-chevron:before {
  content: "";
  background: url("../images/icon_chevron_right_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto .5em auto auto;
}

.l-erroSiteSearch {
  padding: 30px 20px;
  margin: 30px 0 0 0;
  background-color: #EAEDF2;
}

.l-erroSiteSearch h2 {
  font-size: 2.0rem;
  text-align: center;
  border-left: none;
  background-color: transparent;
  color: #333;
  margin: 0 0 0 0 !important;
}

.l-erroSiteSearch #___gcse_1 {
  font-family: "Open Sans",arial,sans-serif;
}

.l-erroSiteSearch #___gcse_1 .gsc-control-cse {
  padding: 0 !important;
  border: none !important;
}

.l-erroSiteSearch #___gcse_1 .gsc-control-cse .gsc-control-wrapper-cse {
  height: 40px;
  padding: 0 !important;
}

.l-erroSiteSearch #___gcse_1 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input {
  border: none;
  vertical-align: -1px;
}

.l-erroSiteSearch #___gcse_1 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box {
  background: #fff;
  border: none;
}

@media only screen and (max-width: 767px) {
  .l-erroSiteSearch #___gcse_1 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box {
    padding-top: 0;
    padding-bottom: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
}

.l-erroSiteSearch #___gcse_1 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table.gstl_50 {
  margin: 0;
}

.l-erroSiteSearch #___gcse_1 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table.gstl_50 td.gsib_a input.gsc-input {
  height: auto !important;
  background: #fff !important;
  font-size: 1.2rem;
  text-indent: 0 !important;
  color: #888;
  padding: 6px !important;
  border: none !important;
}

.l-erroSiteSearch #___gcse_1 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table.gstl_50 td.gsib_b .gsst_a .gscb_a {
  color: #0055a4;
  vertical-align: -1px;
}

.l-erroSiteSearch #___gcse_1 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table.gstl_50 td.gsib_b .gsst_a .gscb_a:hover {
  opacity: .7;
}

.l-erroSiteSearch #___gcse_1 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-search-button {
  width: 80px !important;
}

@media only screen and (max-width: 767px) {
  .l-erroSiteSearch #___gcse_1 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-search-button {
    width: 60px !important;
  }
}

.l-erroSiteSearch #___gcse_1 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box table.gsc-search-box td.gsc-search-button input[type="image"] {
  width: 26px;
  height: 25px;
  margin: 0;
  padding: 5px;
  background: #0055a4;
  overflow: hidden;
  -webkit-appearance: none;
  border-left: none;
  border-radius: 1px;
  box-sizing: border-box;
  border: none !important;
}

.l-erroSiteSearch #___gcse_1 table {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.l-erroSiteSearch #___gcse_1 table td {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.l-erroSiteSearch #___gcse_1 .gsc-search-box-tools .gsc-search-box .gsib_a {
  padding: 0 10px !important;
  background: #fff;
}

.l-erroSiteSearch #___gcse_1 .gsc-search-box-tools .gsc-search-box .gsib_a .gsc-input {
  height: 40px !important;
}

.l-erroSiteSearch #___gcse_1 .gsc-search-button button.gsc-search-button {
  width: 80px;
  height: 40px;
  border: none;
  background-color: #0055a4;
  padding: 5px 20px;
}

@media only screen and (max-width: 767px) {
  .l-erroSiteSearch #___gcse_1 .gsc-search-button button.gsc-search-button {
    width: 60px !important;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}

.l-erroSiteSearch #___gcse_1 .gsc-search-button button.gsc-search-button:hover {
  cursor: pointer;
}

.l-erroSiteSearch #___gcse_1 .gsc-search-button button.gsc-search-button svg {
  width: 18px;
  height: 18px;
}

.l-contact input, .l-contact select, .l-contact textarea {
  width: 100%;
  border: 2px solid #0055a4;
  padding: 10px 12px;
  font-size: 1.8rem;
  font-weight: 400;
  margin: .3em 0 1em 0;
}

.l-contact input[type=text]:focus, .l-contact textarea:focus {
  border: 2px solid #999;
}

.l-contact select {
  -webkit-appearance: menulist;
}

.l-contact textarea {
  overflow: auto;
  height: 200px;
}

.l-contact .text-accent,
.l-contact .scfRequired,
.l-contact .scfValidatorRequired {
  color: #F00 !important;
  font-weight: bold;
}

.l-contact .scfSubmitButton {
  background: #0055a4;
  color: #FFF;
  margin: 1em 0 0 0;
  cursor: pointer;
}

.l-contact .scfIntroBorder {
  margin: 0 0 1em 0;
}

.l-contact .scfValidationSummary {
  margin: 0 0 2em 0;
}

.l-contact .scfSectionContent {
  overflow: hidden;
}

.l-contact .scfDropListBorder,
.l-contact .scfDroplistBorder,
.l-contact .scfSingleLineTextBorder,
.l-contact .scfEmailBorder {
  float: left !important;
  width: 33.3% !important;
  clear: none !important;
}

@media only screen and (max-width: 767px) {
  .l-contact .scfDropListBorder,
  .l-contact .scfDroplistBorder,
  .l-contact .scfSingleLineTextBorder,
  .l-contact .scfEmailBorder {
    float: none !important;
    width: 100% !important;
    clear: both !important;
  }
}

.l-contact .scfSectionContent {
  width: 1000px;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .l-contact .scfSectionContent {
    width: 100%;
    margin: 0;
  }
}

.l-contact .scfDropListBorder,
.l-contact .scfDroplistBorder,
.l-contact .scfMultipleLineTextBorder,
.l-contact .scfSingleLineTextBorder,
.l-contact .scfEmailBorder {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .l-contact .scfDropListBorder,
  .l-contact .scfDroplistBorder,
  .l-contact .scfMultipleLineTextBorder,
  .l-contact .scfSingleLineTextBorder,
  .l-contact .scfEmailBorder {
    padding: 0;
  }
}

.l-contact .scfDropListLabel,
.l-contact .scfEmailLabel,
.l-contact .scfMultipleLineTextLabel,
.l-contact .scfSingleLineTextLabel,
.l-contact .scfPasswordLabel,
.l-contact .scfNumberLabel,
.l-contact .scfDatePickerLabel,
.l-contact .scfDateLabel,
.l-contact .scfRadioButtonListLabel,
.l-contact .scfCheckBoxListLabel,
.l-contact .scfListBoxLabel,
.l-contact .scfFileUploadLabel,
.l-contact .scfDateSelectorLabel,
.l-contact .scfCreditCardLabel,
.l-contact .scfConfirmPasswordLabel,
.l-contact .scfCaptchaLabel,
.l-contact .scfTelephoneLabel,
.l-contact .scfSmsTelephoneLabel {
  padding: 0 0 0 1em !important;
  width: 100% !important;
  float: none !important;
}

.l-contact .scfListBoxGeneralPanel,
.l-contact .scfDropListGeneralPanel,
.l-contact .scfEmailGeneralPanel,
.l-contact .scfMultipleLineGeneralPanel,
.l-contact .scfSingleLineGeneralPanel,
.l-contact .scfPasswordGeneralPanel,
.l-contact .scfNumberGeneralPanel,
.l-contact .scfDatePickerGeneralPanel,
.l-contact .scfDateGeneralPanel,
.l-contact .scfRadioButtonListGeneralPanel,
.l-contact .scfCheckBoxListGeneralPanel,
.l-contact .scfFileUploadGeneralPanel,
.l-contact .scfDateSelectorGeneralPanel,
.l-contact .scfCreditCardGeneralPanel,
.l-contact .scfConfirmPasswordGeneralPanel,
.l-contact .scfCaptchaGeneralPanel,
.l-contact .scfTelephoneGeneralPanel,
.l-contact .scfSmsTelephoneGeneralPanel {
  width: 100% !important;
  float: none;
}

.l-contact .scfSingleLineTextBorder,
.l-contact .scfConfirmEmailBorder,
.l-contact .scfEmailConfirmation,
.l-contact .scfEmailBorder,
.l-contact .scfDropListBorder,
.l-contact .scfDroplistBorder,
.l-contact .scfMultipleLineTextBorder {
  position: relative;
}

.l-contact .scfSingleLineTextBorder .scfRequired,
.l-contact .scfSingleLineTextBorder .scfValidatorRequired,
.l-contact .scfConfirmEmailBorder .scfRequired,
.l-contact .scfConfirmEmailBorder .scfValidatorRequired,
.l-contact .scfEmailConfirmation .scfRequired,
.l-contact .scfEmailConfirmation .scfValidatorRequired,
.l-contact .scfEmailBorder .scfRequired,
.l-contact .scfEmailBorder .scfValidatorRequired,
.l-contact .scfDropListBorder .scfRequired,
.l-contact .scfDropListBorder .scfValidatorRequired,
.l-contact .scfDroplistBorder .scfRequired,
.l-contact .scfDroplistBorder .scfValidatorRequired,
.l-contact .scfMultipleLineTextBorder .scfRequired,
.l-contact .scfMultipleLineTextBorder .scfValidatorRequired {
  position: absolute;
  top: 0;
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .l-contact .scfSingleLineTextBorder .scfRequired,
  .l-contact .scfSingleLineTextBorder .scfValidatorRequired,
  .l-contact .scfConfirmEmailBorder .scfRequired,
  .l-contact .scfConfirmEmailBorder .scfValidatorRequired,
  .l-contact .scfEmailConfirmation .scfRequired,
  .l-contact .scfEmailConfirmation .scfValidatorRequired,
  .l-contact .scfEmailBorder .scfRequired,
  .l-contact .scfEmailBorder .scfValidatorRequired,
  .l-contact .scfDropListBorder .scfRequired,
  .l-contact .scfDropListBorder .scfValidatorRequired,
  .l-contact .scfDroplistBorder .scfRequired,
  .l-contact .scfDroplistBorder .scfValidatorRequired,
  .l-contact .scfMultipleLineTextBorder .scfRequired,
  .l-contact .scfMultipleLineTextBorder .scfValidatorRequired {
    left: 1px;
  }
}

.l-contact .scfDroplistBorder {
  margin: 5px 0;
}

.img_dummy {
  display: none;
  width: 100%;
}

.img_dummy.fixed {
  display: block;
}

.imgmap {
  transition: all 0.3s;
  width: 732px;
}

.imgmap.imgmap229.fixed {
  top: -230px;
}

.imgmap.imgmap304.fixed {
  top: -305px;
}

.imgmap.imgmap316.fixed {
  top: -317px;
}

.imgmap.imgmap362.fixed {
  top: -363px;
}

.imgmap.imgmap369.fixed {
  top: -370px;
}

.imgmap.imgmap370.fixed {
  top: -371px;
}

.imgmap.imgmap371.fixed {
  top: -372px;
}

.imgmap.imgmap375.fixed {
  top: -376px;
}

.imgmap.imgmap376.fixed {
  top: -377px;
}

.imgmap.imgmap380.fixed {
  top: -381px;
}

.imgmap.imgmap384.fixed {
  top: -385px;
}

.imgmap.imgmap387.fixed {
  top: -388px;
}

.imgmap.imgmap391.fixed {
  top: -392px;
}

.imgmap.imgmap395.fixed {
  top: -396px;
}

.imgmap.imgmap400.fixed {
  top: -401px;
}

.imgmap.imgmap410.fixed {
  top: -411px;
}

.imgmap.imgmap415.fixed {
  top: -416px;
}

.imgmap.imgmap417.fixed {
  top: -418px;
}

.imgmap.imgmap418.fixed {
  top: -419px;
}

.imgmap.imgmap420.fixed {
  top: -421px;
}

.imgmap.imgmap421.fixed {
  top: -422px;
}

.imgmap.imgmap422.fixed {
  top: -423px;
}

.imgmap.imgmap425.fixed {
  top: -426px;
}

.imgmap.imgmap426.fixed {
  top: -427px;
}

.imgmap.imgmap429.fixed {
  top: -430px;
}

.imgmap.imgmap430.fixed {
  top: -431px;
}

.imgmap.imgmap434.fixed {
  top: -435px;
}

.imgmap.imgmap440.fixed {
  top: -441px;
}

.imgmap.imgmap446.fixed {
  top: -447px;
}

.imgmap.imgmap447.fixed {
  top: -448px;
}

.imgmap.imgmap450.fixed {
  top: -451px;
}

.imgmap.imgmap455.fixed {
  top: -456px;
}

.imgmap.imgmap470.fixed {
  top: -471px;
}

.imgmap.imgmap480.fixed {
  top: -481px;
}

.imgmap.imgmap484.fixed {
  top: -485px;
}

.imgmap.imgmap490.fixed {
  top: -491px;
}

.imgmap.imgmap500.fixed {
  top: -501px;
}

.imgmap.imgmap356.fixed {
  top: -357px;
}

.imgmap.imgmap357.fixed {
  top: -358px;
}

.imgmap.imgmap375.fixed {
  top: -376px;
}

.imgmap.imgmap380.fixed {
  top: -381px;
}

.imgmap.imgmap383.fixed {
  top: -384px;
}

.imgmap.imgmap403.fixed {
  top: -404px;
}

.imgmap.imgmap414.fixed {
  top: -415px;
}

.imgmap.imgmap425.fixed {
  top: -426px;
}

.imgmap.imgmap430.fixed {
  top: -431px;
}

.imgmap.imgmap439.fixed {
  top: -440px;
}

.imgmap.imgmap440.fixed {
  top: -441px;
}

.imgmap.imgmap444.fixed {
  top: -445px;
}

.imgmap.imgmap460.fixed {
  top: -461px;
}

.imgmap.imgmap471.fixed {
  top: -472px;
}

.imgmap.imgmap478.fixed {
  top: -479px;
}

.imgmap.imgmap498.fixed {
  top: -499px;
}

.imgmap.imgmap510.fixed {
  top: -511px;
}

.imgmap.imgmap634.fixed {
  top: -635px;
}

.imgmap:hover.fixed {
  top: -1px;
}

.imgmap.fixed {
  position: fixed;
  left: center -350px;
  padding: 0 0 30px 0;
  background-image: url("../images/product_arrowJ.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 7px 7px 8px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 8px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 7px 7px 8px -3px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.imgmap.fixed.en {
  background-image: url("../images/product_arrowE.png");
}

.imgmap.fixed.cn {
  background-image: url("../images/product_arrowCN.png");
}

.imgmap.fixed.tw {
  background-image: url("../images/product_arrowTW.png");
}

@media only screen and (max-width: 767px) {
  .imgmap {
    display: none;
  }
}

.twoColumnsTable table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: 14px;
  border: solid 1px #c9ced2;
  margin: 0 0 20px 0 !important;
}

.twoColumnsTable table th,
.twoColumnsTable table td {
  padding: 10px 1em 10px 1em;
  word-break: break-word;
  border: solid 1px #c9ced2;
}

.twoColumnsTable table th {
  color: #333;
  width: 250px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  background-color: #eaedf2;
}

.twoColumnsTable table td {
  width: 250px;
  font-size: 12px;
  padding: 10px 1em 10px 1em;
  word-break: break-word;
}

table.dlTable {
  height: 100%;
  font-size: 14px;
  border: solid 1px #c9ced2;
  margin: 0 0 20px 0 !important;
}

table.dlTable th,
table.dlTable td {
  padding: 10px 1em 10px 1em;
  word-break: break-word;
  border: solid 1px #c9ced2;
}

table.dlTable th {
  width: 10em;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background-color: #eaedf2;
  color: #333;
}

@media only screen and (max-width: 767px) {
  table.dlTable th {
    width: 6em;
  }
}

table.dlTable td:last-child {
  height: 100%;
  padding: 0;
  white-space: nowrap;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: #ed912c;
  padding: 1em 0.5em;
}

table.dlTable td:last-child a {
  color: #FFF;
  height: 100%;
  font-weight: bold;
}

table.dlTable td:last-child a:before {
  content: url(../images/pdf_icon.png);
  margin: auto;
  display: block;
}

table.dlTable td:last-child:hover {
  background-color: #F60;
}

table.reportTable {
  height: 100%;
  font-size: 14px;
  border: solid 1px #c9ced2;
  margin: 0 0 20px 0 !important;
}

table.reportTable th,
table.reportTable td {
  padding: 10px 1em 10px 1em;
  word-break: break-word;
  border: solid 1px #c9ced2;
}

table.reportTable th {
  width: 10em;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background-color: #eaedf2;
  color: #333;
}

@media only screen and (max-width: 767px) {
  table.reportTable th {
    width: 6em;
  }
}

table.reportTable td:last-child {
  height: 100%;
  padding: 0;
  white-space: nowrap;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: #0a74d7;
  padding: 1em 0.5em;
}

table.reportTable td:last-child a {
  color: #FFF;
  height: 100%;
  font-weight: bold;
}

table.reportTable td:last-child a:before {
  content: url(../images/icon-report.png);
  margin: auto;
  display: block;
}

table.reportTable td:last-child:hover {
  background-color: #0055a4;
}

.l-utilityNav ul {
  list-style: none;
  padding: 0;
  margin: 0 -2px 20px -2px;
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .l-utilityNav ul {
    display: block;
  }
}

.l-utilityNav ul li {
  display: table;
  font-size: 1.4rem;
  width: 20%;
  text-align: center;
  padding: 0 2px;
}

@media only screen and (max-width: 767px) {
  .l-utilityNav ul li {
    width: 100%;
    padding: 0;
    margin: 0 0 3px 0;
  }
}

.l-utilityNav ul li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  border: 1px solid #0055a4;
  color: #0055a4;
  padding: 1em;
}

@media only screen and (max-width: 767px) {
  .l-utilityNav ul li a {
    padding: 0.5em;
  }
}

.l-utilityNav ul li a:hover, .l-utilityNav ul li a.is-active {
  background: #0055a4;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .l-utilityNav + .l-utilityNav {
    margin: -1.2em auto auto auto;
  }
}

.l-anchorLink ul {
  list-style: none;
  padding: 0;
  margin: 0 -5px 20px -5px;
  font-size: 0;
}

.l-anchorLink ul li {
  display: inline-block;
  width: 33.333333%;
  padding: 0 5px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .l-anchorLink ul li {
    width: 50%;
  }
}

.l-anchorLink ul li a {
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 20px;
}

.l-anchorLink ul li a::before {
  content: "";
  background: url(../images/icon_chevron_down_b.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 6px;
}

h4.ttl-productH4 {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  background-image: url(#);
  border-bottom: none;
}

h4.ttl-productH4:before {
  display: inline-block;
  margin: 0 10px 0 5px;
  width: 10px;
  height: 10px;
  background-color: #0055a4;
  content: "";
}

h4.ttl-productH4.icon-new::after {
  content: url(../images/icon_new.png);
  margin: 0 0 0 .3em;
  width: 39px;
  height: 13px;
  display: inline-block;
}

.text-accent {
  color: #E86800;
}

.text-lightBlue {
  color: #00a0e9;
}

.text-center {
  text-align: center;
}

.text-center img {
  margin: 0 auto;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

p small {
  font-size: smaller;
}

p sub {
  vertical-align: sub;
  font-size: smaller;
}

p sup {
  font-size: smaller;
}

p mark {
  background: #EAEDF2;
}

table {
  table-layout: fixed;
  border-right: 2px solid #c9ced2;
  border-bottom: 2px solid #c9ced2;
}

table th {
  background: #6b6e6e;
  color: #fff;
}

table th, table td {
  border-top: 2px solid #c9ced2;
  border-left: 2px solid #c9ced2;
  padding: .3em .7em;
  word-wrap: break-word;
}

table th.bg-lightBlue, table td.bg-lightBlue {
  background-color: #E8F3FE;
  color: #333;
}

table th.border-topAccent, table td.border-topAccent {
  border-top: 2px solid #E86800;
}

table th.border-leftAccent, table td.border-leftAccent {
  border-left: 2px solid #E86800;
}

table th.border-rightAccent, table td.border-rightAccent {
  border-right: 2px solid #E86800;
}

table th.border-bottomAccent, table td.border-bottomAccent {
  border-bottom: 2px solid #E86800;
}

table th a, table td a {
  word-wrap: break-word;
}

table.table-layoutAuto {
  table-layout: auto;
}

table.table-noBorder {
  border: none;
}

table.table-noBorder th,
table.table-noBorder td {
  border: none;
  background: none;
  color: #333;
}

table.table-dl {
  height: 1px;
}

table.table-dl th {
  width: 25%;
  background-color: #eaedf2;
  color: #333;
}

table.table-dl td {
  height: 100%;
}

table.table-dl td a:before {
  content: url(../images/icon-dl.png);
  margin: .2em;
  display: block;
}

table.table-dl th:last-child,
table.table-dl td:last-child {
  color: #fff;
  padding: 0;
  height: 100%;
}

table.table-dl th div,
table.table-dl td div {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

table.table-dl th div a,
table.table-dl td div a {
  width: 100%;
  height: 100%;
  background-color: #AAA;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: .5em;
  pointer-events: none;
}

.l-agree {
  text-align: center;
}

.l-agree input[type="checkbox"] {
  display: none;
}

.l-agree label:before {
  content: '';
  background: url(../images/checkbox-off.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  vertical-align: -2px;
}

.l-agree input[type="checkbox"]:checked + label:before {
  content: '';
  background: url(../images/checkbox-on.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  vertical-align: -2px;
}

.twoColumnsTable table {
  width: 730px !important;
}

.table-selectionGuide {
  border-right: 1px solid #c9ced2;
  border-bottom: 2px solid #0055a4;
  font-size: 1.2rem;
  text-align: left;
  table-layout: inherit;
}

.table-selectionGuide tbody:first-child tr:first-child th:nth-of-type(1) {
  background-color: #666;
  color: #FFF;
  width: 25%;
  text-align: right;
  background: linear-gradient(15deg, #666 50%, #888 50%);
}

.table-selectionGuide tbody:first-child tr:first-child th:nth-of-type(2) {
  background-color: #cf7269;
  color: #FFF;
  width: 18%;
}

.table-selectionGuide tbody:first-child tr:first-child th:nth-of-type(3) {
  background-color: #3f9067;
  color: #FFF;
  width: 19%;
}

.table-selectionGuide tbody:first-child tr:first-child th:nth-of-type(4) {
  background-color: #999764;
  color: #FFF;
  width: 19%;
}

.table-selectionGuide tbody:first-child tr:first-child th:nth-of-type(5) {
  background-color: #666;
  color: #FFF;
  width: 19%;
}

.table-selectionGuide tbody:last-child tr:first-child th:first-child {
  background-color: #0055a4;
  color: #FFF;
  white-space: normal;
  text-align: center;
  width: 1em;
}

.table-selectionGuide tbody:last-child tr:first-child th, .table-selectionGuide tbody:last-child tr:first-child td {
  border-top: 2px solid #0055a4;
}

.table-selectionGuide tbody:last-child td:last-child {
  border-right: 2px solid #0055a4;
}

.table-selectionGuide tbody th, .table-selectionGuide tbody td {
  border-top: 1px solid #c9ced2;
  border-left: 1px solid #c9ced2;
  padding: 10px;
}

.table-selectionGuide tbody th {
  white-space: nowrap;
  color: #333;
  background-color: #FFF;
  text-align: left;
}

.table-selectionGuide tbody td:nth-of-type(1) {
  background-color: #F7E2E2;
}

.table-selectionGuide tbody td:nth-of-type(2) {
  background-color: #DFF3E5;
}

.table-selectionGuide tbody td:nth-of-type(3) {
  background-color: #F7F1D9;
}

.table-selectionGuide tbody td:nth-of-type(4) {
  background-color: #DDD;
}

table.table-product {
  table-layout: fixed;
  font-size: 1.1rem;
  text-align: center;
  border-right: 1px solid #c9ced2;
  border-bottom: none;
  padding: 0 0 1px 0;
  border-collapse: inherit;
  background: #c9ced2;
}

@media only screen and (max-width: 767px) {
  table.table-product {
    width: 700px !important;
    font-size: 1.2rem;
  }
}

table.table-product th,
table.table-product td {
  border-top: 1px solid #c9ced2;
  border-left: 1px solid #c9ced2;
  display: table-cell;
  vertical-align: inherit;
}

table.table-product th {
  width: auto;
  background-color: #999e9f;
  color: #ffffff;
}

table.table-product td {
  padding: 0;
  background: #fff;
  padding: 3px;
}

table.table-product td img.icon-new {
  margin: 0 0 0 .3em;
  vertical-align: 0px;
}

.table-productShunt {
  table-layout: fixed;
  border-right: 1px solid #fff;
  border-bottom: 2px solid #0055a4;
}

@media only screen and (max-width: 767px) {
  .table-productShunt {
    width: 880px;
  }
}

.table-productShunt th {
  padding: 10px 3px;
  background-color: #0055a4;
  font-size: 1.5rem;
}

.table-productShunt th._name {
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .table-productShunt th._name {
    width: 110px;
  }
}

.table-productShunt th._day {
  width: 73px;
}

.table-productShunt th._evaluation {
  width: 244px;
}

.table-productShunt th._feature {
  width: 140px;
}

@media only screen and (max-width: 767px) {
  .table-productShunt th._feature {
    width: 210px;
  }
}

.table-productShunt th._content {
  width: 140px;
}

@media only screen and (max-width: 767px) {
  .table-productShunt th._content {
    width: 256px;
  }
}

.table-productShunt th ul li,
.table-productShunt th ol li {
  font-size: 1.0rem;
}

.table-productShunt th ul {
  padding-left: 50px;
}

.table-productShunt th img {
  margin-bottom: 5px;
}

.table-productShunt td {
  padding: 10px 6px;
  font-size: 1.2rem;
  background-color: #E9EBF5;
}

.table-productShunt td._center {
  text-align: center;
}

.table-productShunt th,
.table-productShunt td {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.table-productShunt tr:nth-child(odd) td {
  background-color: #CFD5EA;
}

.table-productShunt ul,
.table-productShunt ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.table-productShunt ul li,
.table-productShunt ol li {
  text-align: left;
}

.table-productShunt ul li {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.table-productShunt ul li:before {
  content: "・";
}

.table-productShunt ol li {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.link-blank {
  position: relative;
}

.link-blank:after {
  content: "";
  background: url("../images/icon_extarnal.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto auto auto .8em;
  vertical-align: -3px;
}

.link-pdf {
  position: relative;
}

.link-pdf:after {
  content: "";
  background: url("../images/icon_pdf.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto auto auto .5em;
  vertical-align: -3px;
}

.list-asterisk {
  list-style: none;
  padding: 0 0 0 .5em;
  color: #707070;
}

.list-asterisk li {
  padding: 0 0 0 1.5em;
  position: relative;
}

.list-asterisk li:before {
  position: absolute;
  left: 0;
  content: "※";
}

.list-bracketsNumber {
  list-style: none;
  padding: 0 0 0 .3em;
  counter-reset: asterisk;
}

.list-bracketsNumber li {
  padding: 0 0 0 1.7em;
  position: relative;
}

.list-bracketsNumber li:before {
  position: absolute;
  left: 0;
  counter-increment: asterisk;
  content: "(" counter(asterisk) ")";
}

.list-typeAsterisk {
  counter-reset: i;
  list-style-type: none;
  padding-left: 0;
  font-size: 1.2rem;
  color: #0055a4;
}

.list-typeAsterisk li {
  padding-left: 2em;
  position: relative;
}

.list-typeAsterisk li:before {
  content: "＊" counter(i);
  counter-increment: i;
  display: inline-block;
  margin-right: -1.5em;
  position: absolute;
  right: 100%;
  text-decoration: none;
  white-space: nowrap;
}

.bg-tertiary {
  background: #f1f3f6;
  padding: 2em;
  margin: 0 0 1em 0;
}

@media only screen and (max-width: 767px) {
  .bg-tertiary {
    padding: 1em;
  }
}

.l-googleMap {
  clear: both;
  background-color: #f0ede5;
  width: 730px;
  height: 400px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-googleMap {
    position: relative;
    height: 300px;
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
}

.l-scrollRWD {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .l-scrollRWD {
    margin: 0 0 20px 0;
  }
}

.l-scrollRWD p {
  margin: 0;
}

.l-scrollRWD p img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .l-scrollRWD p img {
    width: auto;
    max-width: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .l-scrollRWD {
    overflow-x: scroll;
    padding: 0 0 5px 0;
  }
  .l-scrollRWD table {
    width: 730px;
  }
  .l-scrollRWD::-webkit-scrollbar {
    height: 5px;
  }
  .l-scrollRWD::-webkit-scrollbar-track {
    background: #cdc3c1;
  }
  .l-scrollRWD::-webkit-scrollbar-thumb {
    background: #b6a8a6;
  }
}

.l-scrollRWDRich {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .l-scrollRWDRich {
    margin: 0 0 20px 0;
  }
}

.l-scrollRWDRich p {
  margin: 0;
}

.l-scrollRWDRich p img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .l-scrollRWDRich p img {
    width: auto;
    max-width: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .l-scrollRWDRich {
    overflow-x: scroll;
    padding: 0 0 5px 0;
  }
  .l-scrollRWDRich .table-productShunt {
    width: 880px;
    margin: 0 0 20px 0;
  }
  .l-scrollRWDRich .simplebar-track {
    background-color: #e8e6e6;
  }
  .l-scrollRWDRich .simplebar-track.simplebar-horizontal {
    height: 17px;
  }
  .l-scrollRWDRich .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 13px;
  }
  .l-scrollRWDRich .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    background-color: #c1c1c1;
    border-radius: 0;
  }
  .l-scrollRWDRich .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
}

.text-sizeLarge {
  font-size: 1.8rem !important;
}

.text-sizeLarger {
  font-size: 2.0rem !important;
}

.text-sizeLargest {
  font-size: 2.4rem !important;
}

.text-indent1 {
  text-indent: 1em;
}

.text-indent2 {
  text-indent: 2em;
}

.text-indent3 {
  text-indent: 3em;
}

a.btn {
  border: 2px solid #0055a4;
  background: #fff;
  border-radius: 2px;
  display: block;
  padding: 10px 20px;
  margin: 0 0 1em 0;
}

.l-search a.btn,
.l-categoryTop a.btn {
  margin: 0;
}

a.btn p {
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 0 1em;
  margin: 0;
}

a.btn p:before {
  content: "";
  background: url("../images/icon_chevron_right_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 2px;
}

@media only screen and (max-width: 767px) {
  a.btn p:before {
    top: 6px;
  }
}

a.btn:hover {
  background: #0055a4;
  opacity: 1;
  color: #FFF;
}

a.btn:hover p:before {
  content: "";
  background: url("../images/icon_chevron_right_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 2px;
}

@media only screen and (max-width: 767px) {
  a.btn:hover p:before {
    top: 6px;
  }
}

a.btn.btn-lightBlue {
  border: none;
  background-color: #00a0e9;
  color: #fff;
}

a.btn.btn-lightBlue:hover {
  background-color: #0074c7;
}

a.btn.btn-lightBlue p:before {
  content: "";
  background: url("../images/icon_chevron_right_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 6px;
}

@media only screen and (max-width: 767px) {
  a.btn.btn-lightBlue p:before {
    top: 6px;
  }
}

a.btn.icon-pdf p {
  padding: 0 0 0 1.8em;
}

a.btn.icon-pdf p:before {
  content: "";
  background: url("../images/icon_pdf_w_.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  a.btn.icon-pdf p:before {
    top: 0;
  }
}

a.btn.icon-pdf:hover p:before {
  content: "";
  background: url("../images/icon_pdf_w_.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  a.btn.icon-pdf:hover p:before {
    top: 0;
  }
}

a.btn-01 p:before {
  top: 6px;
}

a.btn-01:hover {
  background: #0055a4;
  opacity: 1;
  color: #FFF;
}

a.btn-01:hover p:before {
  top: 6px;
}

a.btn-contact {
  display: block;
  background: #E87900;
  padding: 15px 15px 15px 35px;
  color: #fff;
  border-radius: 2px;
  position: relative;
}

a.btn-contact p {
  font-size: 2.0rem;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  a.btn-contact p {
    font-size: 1.8rem;
  }
}

a.btn-contact p:after {
  content: "";
  background: url("../images/icon_mail_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  position: absolute;
  top: 18px;
  bottom: 0;
  margin: auto auto auto .5em;
}

a.btn-contact:before {
  content: "";
  background: url("../images/icon_chevron_right_w.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  position: absolute;
  left: 15px;
  top: 22px;
  bottom: 0;
  margin: auto;
}

a.btn-contact:hover {
  background: #e55d02;
}

.btn-width1 {
  width: 8.33333%;
}

@media only screen and (max-width: 767px) {
  .btn-width1 {
    width: 100%;
  }
}

.btn-width2 {
  width: 16.66667%;
}

@media only screen and (max-width: 767px) {
  .btn-width2 {
    width: 100%;
  }
}

.btn-width3 {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .btn-width3 {
    width: 100%;
  }
}

.btn-width4 {
  width: 33.33333%;
}

@media only screen and (max-width: 767px) {
  .btn-width4 {
    width: 100%;
  }
}

.btn-width5 {
  width: 41.66667%;
}

@media only screen and (max-width: 767px) {
  .btn-width5 {
    width: 100%;
  }
}

.btn-width6 {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .btn-width6 {
    width: 100%;
  }
}

.btn-width7 {
  width: 58.33333%;
}

@media only screen and (max-width: 767px) {
  .btn-width7 {
    width: 100%;
  }
}

.btn-width8 {
  width: 66.66667%;
}

@media only screen and (max-width: 767px) {
  .btn-width8 {
    width: 100%;
  }
}

.btn-width9 {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .btn-width9 {
    width: 100%;
  }
}

.btn-width10 {
  width: 83.33333%;
}

@media only screen and (max-width: 767px) {
  .btn-width10 {
    width: 100%;
  }
}

.btn-width11 {
  width: 91.66667%;
}

@media only screen and (max-width: 767px) {
  .btn-width11 {
    width: 100%;
  }
}

.btn-width12 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .btn-width12 {
    width: 100%;
  }
}

.l-rightJustified {
  margin-left: auto;
}

a.btn-ghost {
  font-size: 1.2rem;
  border: 1px solid #3679b7;
  display: block;
  padding: .2em .7em;
  font-weight: normal;
  width: 146px;
}

@media only screen and (max-width: 767px) {
  a.btn-ghost {
    border: 2px solid #0055a4;
    background: #fff;
    border-radius: 2px;
    display: block;
    padding: 10px 20px;
    width: 100%;
  }
  a.btn-ghost p {
    font-size: 1.5rem;
    position: relative;
    padding: 0 0 0 1em;
  }
  a.btn-ghost p:before {
    content: "";
    background: url("../images/icon_chevron_right_b.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  a.btn-ghost p:before {
    top: 6px;
  }
}

@media only screen and (max-width: 767px) {
  a.btn-ghost:hover {
    background: #0055a4;
    opacity: 1;
    color: #FFF;
  }
  a.btn-ghost:hover p:before {
    content: "";
    background: url("../images/icon_chevron_right_w.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  a.btn-ghost:hover p:before {
    top: 6px;
  }
}

a.btn-ghost:hover {
  color: #FFF;
  background: #0055a4;
}

.l-productSearch {
  background: #EAEDF2;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .l-productSearch {
    padding: 20px 20px 0 20px;
  }
}

.l-productSearch .row {
  margin: 0 -10px;
  overflow: hidden;
}

.l-productSearch .row .col-3 {
  height: 67px !important;
}

@media only screen and (max-width: 767px) {
  .l-productSearch .row .col-3 {
    height: 45px !important;
  }
  .l-productSearch .row .col-3:last-child {
    height: 62px !important;
  }
}

.l-productSearch p {
  margin: 0;
}

.l-productSearch a {
  display: block;
  background: #FFF;
  position: relative;
  padding: 10px 10px 10px 5px;
  margin: 22px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .l-productSearch a {
    margin: 0;
  }
}

.l-productSearch a:hover {
  background: #0055a4;
  color: #FFF;
}

.l-productSearch a:hover:after {
  content: "";
  background: url(../images/icon_search.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  right: .4em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-productSearch a:after {
  content: "";
  background: url(../images/icon_search_b.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  right: .4em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-productSearch a.btn p {
  font-size: 1.4rem;
  margin: 0;
}

.l-productSearch a.btn p:before {
  top: 6px;
}

hr.hr-typeDashed {
  border: 1px dashed #ccc;
  margin: 5px 0;
}

.l-imageLinkText {
  overflow: hidden;
}

.l-imageLinkText ._image {
  float: left;
  width: 100px;
}

.l-imageLinkText ._content {
  float: left;
  width: calc(100% - 100px);
  margin: 0;
}

.l-imageLinkText ._content ul.list-link {
  padding: 0 0 0 2em;
}

ul.list-link {
  padding: 0;
}

ul.list-link li {
  list-style: none;
}

ul.list-link li a {
  display: block;
  padding: 0 0 0 1em;
  position: relative;
}

ul.list-link li a:before {
  content: "";
  background: url("../images/icon_chevron_right_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 6px;
}

.l-btnPanel {
  background-color: #C7EAFC;
  margin: 0 0 20px 0;
  padding: 25px 15px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .l-btnPanel {
    padding: 15px;
  }
}

.l-btnPanel ._content {
  float: left;
  width: calc(100% - 260px);
}

@media only screen and (max-width: 767px) {
  .l-btnPanel ._content {
    float: none;
    width: 100%;
  }
}

.l-btnPanel ._content p {
  margin: 0;
}

.l-btnPanel ._btn {
  float: left;
  width: 260px;
}

@media only screen and (max-width: 767px) {
  .l-btnPanel ._btn {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
  }
}

#left_2_yearPullDownInfoField {
  position: relative;
  display: inline-block;
}

#left_2_yearPullDownInfoField:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-bottom: solid 1px darkgray;
  border-right: solid 1px darkgray;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

#left_2_yearPullDownInfoField select#forest {
  border: 1px solid darkgray;
  overflow: visible !important;
  padding: 2px 25px 2px 5px;
}

#left_2_yearPullDownInfoField select#forest option {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}

.l-contact {
  border: 2px solid #00a0e9;
  padding: 15px;
}

.l-main1col .l-contact {
  border: none;
}

.l-contact ._content {
  overflow: hidden;
  padding: 0 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .l-contact ._content {
    padding: 0;
  }
}

.l-contact ._content ._outline {
  width: calc(100% - 170px);
  float: left;
}

@media only screen and (max-width: 767px) {
  .l-contact ._content ._outline {
    float: none;
    width: 100%;
  }
}

.l-contact ._content ._outline p {
  margin: auto;
}

.l-contact ._content ._outline p._title {
  font-size: 1.8rem;
  font-weight: bold;
}

.l-contact ._content ._outline1col {
  width: 100%;
}

.l-contact ._content ._outline1col p {
  margin: 0;
}

.l-contact ._content ._outline1col p._title {
  font-size: 1.8rem;
  font-weight: bold;
}

.l-contact ._content ._btn {
  width: 170px;
  float: left;
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  .l-contact ._content ._btn {
    float: none;
    width: 100%;
  }
}

.l-contact ._cta {
  border-top: 1px solid #b0a9a9;
  overflow: hidden;
  padding: 10px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .l-contact ._cta {
    padding: 15px 0 0 0;
  }
}

.l-contact ._cta ._btn {
  width: 310px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .l-contact ._cta ._btn {
    float: none;
    width: 100%;
  }
}

.l-contact ._cta ._tel {
  width: calc(100% - 310px);
  float: left;
  padding: 0 0 0 105px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .l-contact ._cta ._tel {
    float: none;
    width: 100%;
    padding: 10px 0 0 60px;
  }
}

.l-contact ._cta ._tel:before {
  content: "";
  background: url("../images/icon_tel.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .l-contact ._cta ._tel:before {
    left: 0;
    top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .l-contact ._cta ._tel {
    float: none;
    width: 100%;
  }
}

.l-contact ._cta ._tel ._number {
  font-size: 2.6rem;
  font-weight: bold;
  color: #00a0e9;
  margin: 0;
}

.l-contact ._cta ._tel ._note {
  margin: auto;
}

.l-contact.l-contactProducts ._content ._btn {
  padding: 5px 0;
}

@media only screen and (max-width: 767px) {
  .l-contact.l-contactProducts ._content ._btn {
    padding: 15px 0;
  }
}

.l-contact.l-contactProducts ._cta ._btn {
  float: none;
  margin: 0 auto;
}

.l-tab {
  margin: 0 auto 30px auto;
}

/*タブのスタイル*/
.tab-item {
  width: 90px;
  height: 58px;
  border: 1px solid #0055a4;
  line-height: 50px;
  font-size: 1.4rem;
  line-height: 4;
  color: #0055a4;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  margin: 0 5px 0 0;
}

.tab-item:hover {
  background-color: #0055a4;
  color: #fff;
  cursor: pointer;
}

/*ラジオボタンを全て消す*/
input[name="tab-item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab-content {
  display: none;
  padding: 10px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all-content,
#second:checked ~ #second-content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.l-tab input:checked + .tab-item {
  background-color: #0055a4;
  color: #fff;
}

ul#changeTab {
  position: relative;
  margin: 0;
  padding: 0;
}

ul#changeTab li {
  list-style: none;
  display: inline-block;
  text-align: center;
}

ul#changeTab li a {
  display: block;
  margin-right: 2px;
  padding: 8px 16px;
  line-height: 40px;
  color: #0055a4;
  border: solid 1px #0055a4;
  background-color: #ffffff;
}

.l-youTube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.l-youTube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-selectionGuide {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .l-selectionGuide {
    margin: 0 0 20px 0;
  }
}

.l-selectionGuide .panel-selectionGuide {
  border: 2px solid;
  border-radius: 5px;
}

.l-selectionGuide .panel-selectionGuide > ._header {
  text-align: center;
}

.l-selectionGuide .panel-selectionGuide > ._header > ._title {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 0.5em;
  margin: 0;
}

.l-selectionGuide .panel-selectionGuide ._content {
  padding: 1.5em;
  height: 147px;
}

@media only screen and (max-width: 767px) {
  .l-selectionGuide .panel-selectionGuide ._content {
    height: auto;
  }
}

.l-selectionGuide .panel-selectionGuide ._content ul.list-link {
  margin: 0;
}

.l-selectionGuide .panel-selectionGuide.panel-temperatureMeasurement {
  color: #cf7269;
}

.l-selectionGuide .panel-selectionGuide.panel-temperatureMeasurement > ._header {
  background-color: #cf7269;
}

.l-selectionGuide .panel-selectionGuide.panel-temperatureCompensation {
  color: #3f9067;
}

.l-selectionGuide .panel-selectionGuide.panel-temperatureCompensation > ._header {
  background-color: #3f9067;
}

.l-selectionGuide .panel-selectionLink {
  margin: 10px 0 0 0;
  overflow: hidden;
}

.l-selectionGuide .panel-selectionLink a {
  display: block;
  width: calc(100% - 130px);
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 20px;
  border-radius: 5px;
  margin: 0 10px 0 0;
  float: left;
}

.l-selectionGuide .panel-selectionLink img {
  width: 120px;
  float: left;
}

.l-selectionGuide .panel-selectionLink.panel-temperatureMeasurement > a {
  background-color: #cf7269;
}

.l-selectionGuide .panel-selectionLink.panel-temperatureCompensation > a {
  background-color: #3f9067;
}

.space-m0 {
  margin: 0;
}

.space-mtm5 {
  margin-top: -5px;
}

.space-mtm10 {
  margin-top: -10px;
}

.space-mtm20 {
  margin-top: -20px;
}

.space-mtm30 {
  margin-top: -30px;
}

.space-mtm40 {
  margin-top: -40px;
}

.space-mtm50 {
  margin-top: -50px;
}

.space-mtm60 {
  margin-top: -60px;
}

.space-mtp5 {
  margin-top: 5px;
}

.space-mtp10 {
  margin-top: 10px;
}

.space-mtp20 {
  margin-top: 20px;
}

.space-mtp30 {
  margin-top: 30px;
}

.space-mtp40 {
  margin-top: 40px;
}

.space-mtp50 {
  margin-top: 50px;
}

.space-mtp60 {
  margin-top: 60px;
}

.space-mbm5 {
  margin-bottom: -5px;
}

.space-mbm10 {
  margin-bottom: -10px;
}

.space-mbm20 {
  margin-bottom: -20px;
}

.space-mbm30 {
  margin-bottom: -30px;
}

.space-mbm40 {
  margin-bottom: -40px;
}

.space-mbm50 {
  margin-bottom: -50px;
}

.space-mbm60 {
  margin-bottom: -60px;
}

.space-mbp5 {
  margin-bottom: 5px;
}

.space-mbp10 {
  margin-bottom: 10px;
}

.space-mbp20 {
  margin-bottom: 20px;
}

.space-mbp30 {
  margin-bottom: 30px;
}

.space-mbp40 {
  margin-bottom: 40px;
}

.space-mbp50 {
  margin-bottom: 50px;
}

.space-mbp60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.space-p20 {
  padding: 20px;
}

.boxBody,
.buttonArea {
  width: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .boxBody,
  .buttonArea {
    width: 100%;
  }
}

.boxBody {
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .boxBody {
    padding: 0;
  }
}

.buttonArea {
  padding: 20px 0;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .buttonArea {
    padding: 10px 0 0 0;
  }
}

.buttonArea label {
  float: left;
  margin: 4px 0 0;
}

.buttonArea input[type=checkbox] {
  vertical-align: sub;
  *vertical-align: middle;
  margin-right: 10px;
}

.controls #txtUsername,
.controls #txtPassword {
  width: 100%;
  border: 2px solid #0055a4;
  padding: 10px 12px;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  margin: 5px 0 0 0;
}

.controls #txtUsername:focus,
.controls #txtPassword:focus {
  border: 2px solid #999;
}

.controls + .control-group {
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .controls + .control-group {
    margin: 10px 0 0 0;
  }
}

.buttonArea #btnGo {
  background: #0055a4;
  color: #FFF;
  margin: 1em 0 0 0;
  padding: 16px 12px;
  width: 100%;
  font-size: 1.6rem;
}

#btnLogout {
  border: 2px solid #0055a4;
  background: #fff;
  color: #0055a4;
  border-radius: 2px;
  margin: 0 0 2em 0;
  padding: 16px 12px;
  width: 100%;
  font-size: 1.6rem;
  width: 250px;
  float: right;
}

@media only screen and (max-width: 767px) {
  #btnLogout {
    width: 100%;
  }
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #5AB1D0;
}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5AB1D0 !important;
  border-left: 4px solid #5AB1D0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB;
  /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
  /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
  /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}

.fxb-accFaq .l-accAreaTop {
  overflow: hidden;
  padding: 0 0 10px 0;
}

.fxb-accFaq .l-accAreaTop .btn-accAll {
  float: right;
  overflow: hidden;
}

.fxb-accFaq .l-accAreaTop .btn-accAllOpan {
  float: right;
  display: block;
  font-size: 1.6rem;
  color: #0055a4;
  margin: 0;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .fxb-accFaq .l-accAreaTop .btn-accAllOpan {
    font-size: 1.4rem;
  }
}

.fxb-accFaq .l-accAreaTop .btn-accAllOpan:before {
  content: "全部開く";
  font-size: 1.6rem;
}

.fxb-accFaq .l-accAreaTop .btn-accAllOpan:after {
  content: "＋";
  font-size: 2.0rem;
  margin: 0 0 0 .5em;
}

.fxb-accFaq .l-accAreaTop .btn-accAllOpan.is-active:before {
  content: "全部閉じる";
  font-size: 1.6rem;
}

.fxb-accFaq .l-accAreaTop .btn-accAllOpan.is-active:after {
  content: "－";
  font-size: 2.0rem;
  margin: 0 0 0 .5em;
}

.fxb-accFaq .l-accAreaBottom {
  overflow: hidden;
  padding: 10px 0 0 0;
}

.fxb-accFaq a.btn-accFaq {
  pointer-events: none;
}

.fxb-accFaq a.btn-accFaq.is-active {
  pointer-events: auto;
}

.fxb-accFaq > a.btn-accFaq {
  display: block;
}

.fxb-accFaq > a.btn-accFaq.is-active h2.ttl-acc {
  position: relative;
}

.fxb-accFaq > a.btn-accFaq.is-active h2.ttl-acc:after {
  content: "";
  background: url("../images/icon_open.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 13px;
  transition: transform 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .fxb-accFaq > a.btn-accFaq.is-active h2.ttl-acc:after {
    right: 10px;
  }
}

.fxb-accFaq > a.btn-accFaq h2.ttl-acc {
  padding: 10px 60px 10px 30px;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .fxb-accFaq > a.btn-accFaq h2.ttl-acc {
    padding: 10px 44px 10px 20px;
  }
}

.fxb-accFaq > a.btn-accFaq.is-open h2.ttl-acc:after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fxb-accFaq > .wrap-accFaq > a.btn-accFaq {
  display: block;
}

.fxb-accFaq > .wrap-accFaq > a.btn-accFaq.is-active {
  position: relative;
}

.fxb-accFaq > .wrap-accFaq > a.btn-accFaq.is-active h3.ttl-acc:after {
  content: "";
  background: url("../images/icon_open_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 8px;
  transition: transform 0.3s ease-out;
  padding: 8px 0 8px 24px;
}

@media only screen and (max-width: 767px) {
  .fxb-accFaq > .wrap-accFaq > a.btn-accFaq.is-active h3.ttl-acc:after {
    right: 10px;
  }
}

.fxb-accFaq > .wrap-accFaq > a.btn-accFaq.is-active h3.ttl-acc {
  padding: 10px 60px 6px 24px;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .fxb-accFaq > .wrap-accFaq > a.btn-accFaq.is-active h3.ttl-acc {
    padding: 8px 44px 8px 24px;
  }
}

.fxb-accFaq > .wrap-accFaq > a.btn-accFaq.is-open h3.ttl-acc:after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fxb-accFaq > .wrap-accFaq > .wrap-accFaq .l-faq {
  border-bottom: 1px solid #d3d6da;
  margin: 0 0 20px 0;
}

.fxb-accFaq > .wrap-accFaq > .wrap-accFaq .l-faq:first-child {
  padding: 0;
}

.fxb-accFaq > .wrap-accFaq > .wrap-accFaq .l-faq:last-child {
  margin: 0 0 30px 0;
}

.fxb-accFaq > .wrap-accFaq > .wrap-accFaq a.btn-accFaq {
  display: block;
}

.fxb-accFaq > .wrap-accFaq > .wrap-accFaq a.btn-accFaq .ttl-question {
  font-size: 1.8rem;
  font-weight: normal;
  padding: 0 60px 0 50px;
  margin: 0 0 20px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .fxb-accFaq > .wrap-accFaq > .wrap-accFaq a.btn-accFaq .ttl-question {
    padding: 0 44px 0 34px;
    margin: 0 0 10px 0;
  }
}

.fxb-accFaq > .wrap-accFaq > .wrap-accFaq a.btn-accFaq .ttl-question:before {
  content: "Q";
  font-size: 2.6rem;
  line-height: 1.2;
  position: absolute;
  width: 50px;
  top: 0;
  left: 14px;
}

@media only screen and (max-width: 767px) {
  .fxb-accFaq > .wrap-accFaq > .wrap-accFaq a.btn-accFaq .ttl-question:before {
    left: 4px;
  }
}

.fxb-accFaq > .wrap-accFaq > .wrap-accFaq a.btn-accFaq .ttl-question:after {
  content: "";
  background: url("../images/icon_open_b.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 6px;
  transition: transform 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .fxb-accFaq > .wrap-accFaq > .wrap-accFaq a.btn-accFaq .ttl-question:after {
    right: 10px;
  }
}

.fxb-accFaq > .wrap-accFaq > .wrap-accFaq a.btn-accFaq.is-open .ttl-question:after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fxb-accFaq > .wrap-accFaq > .wrap-accFaq .wrap-accFaq .l-answer {
  padding: 5px 0 0 50px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .fxb-accFaq > .wrap-accFaq > .wrap-accFaq .wrap-accFaq .l-answer {
    padding: 5px 0 0 34px;
  }
}

.fxb-accFaq > .wrap-accFaq > .wrap-accFaq .wrap-accFaq .l-answer:before {
  content: "A";
  font-size: 2.6rem;
  line-height: 1.2;
  color: #0055a4;
  position: absolute;
  width: 50px;
  top: 0;
  left: 14px;
}

@media only screen and (max-width: 767px) {
  .fxb-accFaq > .wrap-accFaq > .wrap-accFaq .wrap-accFaq .l-answer:before {
    left: 4px;
  }
}

.fxb-accFaq > .wrap-accFaq > .wrap-accFaq .wrap-accFaq .l-answer p {
  margin: 0 0 20px 0;
}

.l-searchArea {
  background-color: #eaedf2;
  padding: 20px;
  margin: 20px 0 25px 0;
}

.l-searchArea h1 {
  font-size: 2.6rem;
  font-weight: normal;
  color: #000;
  border-bottom: none;
  padding: 0;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .l-searchArea h1 {
    margin: 0 0 10px 0;
  }
}

.l-searchArea .l-searchBox {
  position: relative;
}

.l-searchArea .l-searchBox input {
  width: 100%;
  height: 52px;
  font-size: 2.6rem;
  line-height: 1;
  color: #333;
  background-color: white;
  border: none;
  padding: 10px 40px 10px 15px;
}

.l-searchArea .l-searchBox input[type="text"]:focus {
  outline: 0;
}

.l-searchArea .l-searchBox button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
}

.l-searchArea .l-searchBox .btn-search {
  height: 26px;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-searchArea .l-searchBox .btn-search img {
  width: 25px;
  height: 25px;
}

.l-searchCount {
  float: left;
}

@media only screen and (max-width: 767px) {
  .l-searchCount {
    float: none;
    margin: 0 0 10px 0;
  }
}

.l-searchCount p {
  font-size: 1.6rem;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .l-searchCount p {
    font-size: 1.4rem;
  }
}

.l-searchCount p span {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .l-searchCount p span {
    font-size: 2.0rem;
  }
}

ul.l-pagenation {
  margin: 0;
  float: right;
  font-size: 0;
}

ul.l-pagenation li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 5px;
}

ul.l-pagenation li a {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 1.8rem;
  width: 36px;
  height: 36px;
  border: 1px solid #0055a4;
  padding: 5px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  ul.l-pagenation li a {
    font-size: 1.6rem;
    padding: 5px 0;
  }
}

ul.l-pagenation li a.l-prev, ul.l-pagenation li a.l-next {
  width: 22px;
  border: none;
}

ul.l-pagenation li a.l-prev:hover, ul.l-pagenation li a.l-next:hover {
  background-color: #fff;
}

ul.l-pagenation li a.is-active, ul.l-pagenation li a:hover {
  background-color: #d2e3ff;
}

ul.l-pagenation li span {
  font-size: 1.8rem;
  color: #0055a4;
  padding: 0 5px;
}

ul.l-pagenation li img {
  width: 11px;
  height: 11px;
}

.fxb-margin {
  margin-bottom: 40px !important;
}
