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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.clearfix::after, .cnt_wrp::after {
  display: block;
  clear: both;
  content: "";
}

.mincho, .cnt_block > h3, .cmp_massage_block .signature, .cmp_csr_c1_box {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.clearfix::after, .cnt_wrp::after {
  display: block;
  clear: both;
  content: "";
}

.mincho, .cnt_block > h3, .cmp_massage_block .signature, .cmp_csr_c1_box {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/* --- NEWS PARTS --- */
.news_block {
  position: relative;
  margin: 5px 0;
  padding-left: 70px;
  overflow: hidden;
  min-height: 35px;
}

.news_list_blk .news_block {
  border-bottom: 1px dotted #c4c4c4;
  padding-bottom: 5px;
}

.news_date {
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding-bottom: 2px;
  text-align: center;
  line-height: 1;
  border: 1px solid #7b7b7b;
}

.news_date span {
  display: block;
  margin-bottom: 2px;
  padding: 2px 8px 1px;
  line-height: 1;
  background-color: #7b7b7b;
  color: #fff;
}

.news_tag {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
  background-color: #000;
  color: #fff;
  margin: 0 15px 0 0;
  min-width: 110px;
  text-align: center;
  padding: 10px;
  padding: 10px;
  line-height: 1;
}

.tag_0 {
  background-color: #fff;
  color: #24306f;
  border: 1px solid #24306f;
  padding: 9px 10px;
}

.tag_1 {
  background-color: #3642a8;
}

.tag_2 {
  background-color: #4e5869;
}

.tag_3 {
  background-color: #3f803f;
}

.tag_4 {
  background-color: #98404e;
}

.tag_5 {
  background-color: #f5982d;
}

.news_ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 5px 0;
}

.news_ttl a {
  text-decoration: none;
  color: #000;
}

.news_ttl a:hover {
  text-decoration: underline;
}

.news_list_blk .news_ttl a {
  color: #0000ff;
}

.news_list {
  text-align: right;
}

.news_list a {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  text-decoration: none;
  padding: 6px 30px 4px 40px;
  border: 1px solid #c6c6c6;
  line-height: 1;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.news_list a::after {
  content: url(../png/link_arw_1.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.news_list a:hover {
  background-color: #dfe7ff;
  border-color: #dfe7ff;
}

@media only screen and (max-width: 640px) {
  .news_block {
    padding-left: 0;
  }
  .news_date {
    font-size: 14px !important;
    position: relative;
    display: inline-block;
    border: none;
    padding: 0;
  }
  .news_date span {
    font-size: 14px !important;
    display: inline-block;
    background-color: transparent;
    color: #000;
    padding: 0;
    margin: 0;
  }
  .news_date span::after {
    content: '/';
  }
  .news_tag {
    float: none;
    margin: 0;
    min-width: auto;
    text-align: left;
    padding: 8px 10px 5px;
  }
}

.news_list_years {
  background-color: #dcdfff;
  padding: 10px 15px;
  margin-top: -20px;
}

.news_list_years ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.news_list_years li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin: 2px;
}

.news_list_years li a {
  display: block;
  padding: 8px 10px 5px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  line-height: 1;
  border: 1px solid #bbc1f7;
  transition: background 0.2s ease, border 0.2s ease;
}

.ctg_textile .news_list_years li a {
  border-color: #adb4ed;
}

.ctg_mta .news_list_years li a {
  border-color: #bad6ba;
}

.ctg_composite .news_list_years li a {
  border-color: #bcc5d5;
}

.ctg_foundry .news_list_years li a {
  border-color: #d1bcc0;
}

.ctg_tri .news_list_years li a {
  border-color: #eee1d0;
}

.news_list_years li a:hover {
  background-color: #cbe9fb;
  color: #fff;
}

.ctg_textile .news_list_years li a:hover {
  background-color: #8793ff;
  border-color: #8793ff;
}

.ctg_mta .news_list_years li a:hover {
  background-color: #87bd87;
  border-color: #87bd87;
}

.ctg_composite .news_list_years li a:hover {
  background-color: #7e96c2;
  border-color: #7e96c2;
}

.ctg_foundry .news_list_years li a:hover {
  background-color: #e199a4;
  border-color: #e199a4;
}

.ctg_tri .news_list_years li a:hover {
  background-color: #ffbf75;
  border-color: #ffbf75;
}

.news_list_years li.in a {
  background-color: #516dc8;
  border-color: #516dc8;
  color: #fff;
  cursor: default;
}

.ctg_textile .news_list_years li.in a {
  background-color: #3642a8;
  border-color: #3642a8;
}

.ctg_mta .news_list_years li.in a {
  background-color: #3f803f;
  border-color: #3f803f;
}

.ctg_composite .news_list_years li.in a {
  background-color: #4e5869;
  border-color: #4e5869;
}

.ctg_foundry .news_list_years li.in a {
  background-color: #98404e;
  border-color: #98404e;
}

.ctg_tri .news_list_years li.in a {
  background-color: #f5982d;
  border-color: #f5982d;
}

.news_list_years + .cnt_blk {
  margin-top: 40px;
}

.ctg_textile .news_list_years {
  background-color: #e0e3fd;
}

.ctg_mta .news_list_years {
  background-color: #d6eed6;
}

.ctg_composite .news_list_years {
  background-color: #d0d7de;
}

.ctg_foundry .news_list_years {
  background-color: #f6e5e8;
}

.ctg_tri .news_list_years {
  background-color: #fff3e5;
}

.news_page_title {
  padding: 10px 0 10px 20px;
  border-left: 5px solid;
  margin: 0 0 30px;
  font-weight: normal;
  border-color: #516dc8;
  line-height: 1.1;
}

.news_page_title .news_tag {
  float: none;
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 5px;
}

.news_page_title .date {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 10px;
  padding: 0;
  display: inline-block;
}

.news_page_title h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0;
  padding: 0;
}

.ctg_textile .news_page_title {
  border-color: #3642a8;
}

.ctg_mta .news_page_title {
  border-color: #3f803f;
}

.ctg_composite .news_page_title {
  border-color: #6f8090;
}

.ctg_foundry .news_page_title {
  border-color: #98404e;
}

.ctg_tri .news_page_title {
  border-color: #f5982d;
}

.news_page_title + .cnt_blk {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .news_page_title + .cnt_blk {
    margin-top: 0px;
  }
}

.news_back_btn {
  margin: 70px 0 0;
  text-align: center;
}

.news_back_btn a {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 15px 10px 13px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #8ca2e8;
  border-radius: 5px;
  background: url(../png/link_arw_2.png) 25px center no-repeat;
  transition: background 0.2s ease;
}

.news_back_btn a:hover {
  background-color: #c4cff0;
  border-color: #c4cff0;
}

@media only screen and (max-width: 640px) {
  .news_back_btn {
    margin-top: 40px;
  }
}

/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.clearfix::after, .cnt_wrp::after {
  display: block;
  clear: both;
  content: "";
}

.mincho, .cnt_block > h3, .cmp_massage_block .signature, .cmp_csr_c1_box {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/* -------------------------------------------------------------------------*/
/* SIDE MENU
/* -------------------------------------------------------------------------*/
#SM {
  margin-top: 30px;
}

#SM h6 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 -30px 0 0;
  padding: 0;
}

#SM h6 a {
  position: relative;
  display: block;
  padding: 9px 25px 7px 15px;
  min-height: 40px;
  line-height: 1.4;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  background-color: #516dc8;
  transition: background 0.2s ease;
}

#SM h6 a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  transition: border 0.2s ease;
}

#SM h6 a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 30px solid #fff;
  border-left: 30px solid transparent;
  transition: border 0.2s ease;
}

#SM h6 a:hover {
  background-color: #2252ea;
}

.ctg_textile #SM h6 a {
  background-color: #3642a8;
}

.ctg_mta #SM h6 a {
  background-color: #3f803f;
}

.ctg_composite #SM h6 a {
  background-color: #4e5869;
}

.ctg_tri #SM h6 a {
  background-color: #f5982d;
}

.ctg_about #SM h6 a {
  background-color: #cda402;
}

.ctg_recruit #SM h6 a {
  background-color: #f49522;
}

#SM a {
  text-decoration: none;
}

#SM > ul {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  border-top: 1px dotted #b5b5b5;
}

#SM > ul > li {
  margin: 0;
  padding: 2px;
  border-bottom: 1px dotted #b5b5b5;
}

#SM > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 10px 9px;
  color: #000;
  transition: color 0.4s ease;
}

#SM > ul > li > a::before {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #fff;
  z-index: -1;
  transition: all 0.4s ease;
}

#SM > ul > li > a:hover {
  color: #003cfd;
}

#SM > ul > li > a:hover::before {
  width: 100%;
  background-color: #eef2ff;
}

.ctg_textile #SM > ul > li > a:hover {
  color: #3642a8;
}

.ctg_textile #SM > ul > li > a:hover::before {
  background-color: #e7eaff;
}

.ctg_mta #SM > ul > li > a:hover {
  color: #3f803f;
}

.ctg_mta #SM > ul > li > a:hover::before {
  background-color: #e5f7e5;
}

.ctg_composite #SM > ul > li > a:hover {
  color: #21528d;
}

.ctg_composite #SM > ul > li > a:hover::before {
  background-color: #e6ebf2;
}

.ctg_tri #SM > ul > li > a:hover {
  color: #ef8000;
}

.ctg_tri #SM > ul > li > a:hover::before {
  background-color: #fff7ed;
}

.ctg_about #SM > ul > li > a:hover {
  color: #a78502;
}

.ctg_about #SM > ul > li > a:hover::before {
  background-color: #fbf2ce;
}

.ctg_recruit #SM > ul > li > a:hover {
  color: #3f803f;
}

.ctg_recruit #SM > ul > li > a:hover::before {
  background-color: #eeffc7;
}

#SM .sm_selected > a, #SM.in_1 > ul > li:nth-child(1) > a, #SM.in_2 > ul > li:nth-child(2) > a, #SM.in_3 > ul > li:nth-child(3) > a, #SM.in_4 > ul > li:nth-child(4) > a, #SM.in_5 > ul > li:nth-child(5) > a, #SM.in_6 > ul > li:nth-child(6) > a, #SM.in_7 > ul > li:nth-child(7) > a, #SM.in_8 > ul > li:nth-child(8) > a, #SM.in_9 > ul > li:nth-child(9) > a, #SM.in_10 > ul > li:nth-child(10) > a {
  background-color: #49a5c9;
  color: #fff;
}

#SM .sm_selected > a:hover, #SM.in_1 > ul > li:nth-child(1) > a:hover, #SM.in_2 > ul > li:nth-child(2) > a:hover, #SM.in_3 > ul > li:nth-child(3) > a:hover, #SM.in_4 > ul > li:nth-child(4) > a:hover, #SM.in_5 > ul > li:nth-child(5) > a:hover, #SM.in_6 > ul > li:nth-child(6) > a:hover, #SM.in_7 > ul > li:nth-child(7) > a:hover, #SM.in_8 > ul > li:nth-child(8) > a:hover, #SM.in_9 > ul > li:nth-child(9) > a:hover, #SM.in_10 > ul > li:nth-child(10) > a:hover {
  color: #fff;
}

.ctg_textile #SM .sm_selected > a, .ctg_textile #SM.in_1 > ul > li:nth-child(1) > a, .ctg_textile #SM.in_2 > ul > li:nth-child(2) > a, .ctg_textile #SM.in_3 > ul > li:nth-child(3) > a, .ctg_textile #SM.in_4 > ul > li:nth-child(4) > a, .ctg_textile #SM.in_5 > ul > li:nth-child(5) > a, .ctg_textile #SM.in_6 > ul > li:nth-child(6) > a, .ctg_textile #SM.in_7 > ul > li:nth-child(7) > a, .ctg_textile #SM.in_8 > ul > li:nth-child(8) > a, .ctg_textile #SM.in_9 > ul > li:nth-child(9) > a, .ctg_textile #SM.in_10 > ul > li:nth-child(10) > a {
  background-color: #608ae8;
}

.ctg_mta #SM .sm_selected > a, .ctg_mta #SM.in_1 > ul > li:nth-child(1) > a, .ctg_mta #SM.in_2 > ul > li:nth-child(2) > a, .ctg_mta #SM.in_3 > ul > li:nth-child(3) > a, .ctg_mta #SM.in_4 > ul > li:nth-child(4) > a, .ctg_mta #SM.in_5 > ul > li:nth-child(5) > a, .ctg_mta #SM.in_6 > ul > li:nth-child(6) > a, .ctg_mta #SM.in_7 > ul > li:nth-child(7) > a, .ctg_mta #SM.in_8 > ul > li:nth-child(8) > a, .ctg_mta #SM.in_9 > ul > li:nth-child(9) > a, .ctg_mta #SM.in_10 > ul > li:nth-child(10) > a {
  background-color: #7ebc5c;
}

.ctg_composite #SM .sm_selected > a, .ctg_composite #SM.in_1 > ul > li:nth-child(1) > a, .ctg_composite #SM.in_2 > ul > li:nth-child(2) > a, .ctg_composite #SM.in_3 > ul > li:nth-child(3) > a, .ctg_composite #SM.in_4 > ul > li:nth-child(4) > a, .ctg_composite #SM.in_5 > ul > li:nth-child(5) > a, .ctg_composite #SM.in_6 > ul > li:nth-child(6) > a, .ctg_composite #SM.in_7 > ul > li:nth-child(7) > a, .ctg_composite #SM.in_8 > ul > li:nth-child(8) > a, .ctg_composite #SM.in_9 > ul > li:nth-child(9) > a, .ctg_composite #SM.in_10 > ul > li:nth-child(10) > a {
  background-color: #818a9b;
}

.ctg_tri #SM .sm_selected > a, .ctg_tri #SM.in_1 > ul > li:nth-child(1) > a, .ctg_tri #SM.in_2 > ul > li:nth-child(2) > a, .ctg_tri #SM.in_3 > ul > li:nth-child(3) > a, .ctg_tri #SM.in_4 > ul > li:nth-child(4) > a, .ctg_tri #SM.in_5 > ul > li:nth-child(5) > a, .ctg_tri #SM.in_6 > ul > li:nth-child(6) > a, .ctg_tri #SM.in_7 > ul > li:nth-child(7) > a, .ctg_tri #SM.in_8 > ul > li:nth-child(8) > a, .ctg_tri #SM.in_9 > ul > li:nth-child(9) > a, .ctg_tri #SM.in_10 > ul > li:nth-child(10) > a {
  background-color: #f4bd40;
}

.ctg_about #SM .sm_selected > a, .ctg_about #SM.in_1 > ul > li:nth-child(1) > a, .ctg_about #SM.in_2 > ul > li:nth-child(2) > a, .ctg_about #SM.in_3 > ul > li:nth-child(3) > a, .ctg_about #SM.in_4 > ul > li:nth-child(4) > a, .ctg_about #SM.in_5 > ul > li:nth-child(5) > a, .ctg_about #SM.in_6 > ul > li:nth-child(6) > a, .ctg_about #SM.in_7 > ul > li:nth-child(7) > a, .ctg_about #SM.in_8 > ul > li:nth-child(8) > a, .ctg_about #SM.in_9 > ul > li:nth-child(9) > a, .ctg_about #SM.in_10 > ul > li:nth-child(10) > a {
  color: #000;
  background-color: #f8dd6f;
}

.ctg_recruit #SM .sm_selected > a, .ctg_recruit #SM.in_1 > ul > li:nth-child(1) > a, .ctg_recruit #SM.in_2 > ul > li:nth-child(2) > a, .ctg_recruit #SM.in_3 > ul > li:nth-child(3) > a, .ctg_recruit #SM.in_4 > ul > li:nth-child(4) > a, .ctg_recruit #SM.in_5 > ul > li:nth-child(5) > a, .ctg_recruit #SM.in_6 > ul > li:nth-child(6) > a, .ctg_recruit #SM.in_7 > ul > li:nth-child(7) > a, .ctg_recruit #SM.in_8 > ul > li:nth-child(8) > a, .ctg_recruit #SM.in_9 > ul > li:nth-child(9) > a, .ctg_recruit #SM.in_10 > ul > li:nth-child(10) > a {
  color: #000;
  background-color: #fff57d;
}

#SM .sm_selected > ul, #SM.in_1 > ul > li:nth-child(1) > ul, #SM.in_2 > ul > li:nth-child(2) > ul, #SM.in_3 > ul > li:nth-child(3) > ul, #SM.in_4 > ul > li:nth-child(4) > ul, #SM.in_5 > ul > li:nth-child(5) > ul, #SM.in_6 > ul > li:nth-child(6) > ul, #SM.in_7 > ul > li:nth-child(7) > ul, #SM.in_8 > ul > li:nth-child(8) > ul, #SM.in_9 > ul > li:nth-child(9) > ul, #SM.in_10 > ul > li:nth-child(10) > ul {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  padding: 5px;
  margin: 0;
  list-style: none;
  background-color: #f2f9fb;
}

.ctg_textile #SM .sm_selected > ul, .ctg_textile #SM.in_1 > ul > li:nth-child(1) > ul, .ctg_textile #SM.in_2 > ul > li:nth-child(2) > ul, .ctg_textile #SM.in_3 > ul > li:nth-child(3) > ul, .ctg_textile #SM.in_4 > ul > li:nth-child(4) > ul, .ctg_textile #SM.in_5 > ul > li:nth-child(5) > ul, .ctg_textile #SM.in_6 > ul > li:nth-child(6) > ul, .ctg_textile #SM.in_7 > ul > li:nth-child(7) > ul, .ctg_textile #SM.in_8 > ul > li:nth-child(8) > ul, .ctg_textile #SM.in_9 > ul > li:nth-child(9) > ul, .ctg_textile #SM.in_10 > ul > li:nth-child(10) > ul {
  background-color: #e8efff;
}

.ctg_mta #SM .sm_selected > ul, .ctg_mta #SM.in_1 > ul > li:nth-child(1) > ul, .ctg_mta #SM.in_2 > ul > li:nth-child(2) > ul, .ctg_mta #SM.in_3 > ul > li:nth-child(3) > ul, .ctg_mta #SM.in_4 > ul > li:nth-child(4) > ul, .ctg_mta #SM.in_5 > ul > li:nth-child(5) > ul, .ctg_mta #SM.in_6 > ul > li:nth-child(6) > ul, .ctg_mta #SM.in_7 > ul > li:nth-child(7) > ul, .ctg_mta #SM.in_8 > ul > li:nth-child(8) > ul, .ctg_mta #SM.in_9 > ul > li:nth-child(9) > ul, .ctg_mta #SM.in_10 > ul > li:nth-child(10) > ul {
  background-color: #e6f6dd;
}

.ctg_tri #SM .sm_selected > ul, .ctg_tri #SM.in_1 > ul > li:nth-child(1) > ul, .ctg_tri #SM.in_2 > ul > li:nth-child(2) > ul, .ctg_tri #SM.in_3 > ul > li:nth-child(3) > ul, .ctg_tri #SM.in_4 > ul > li:nth-child(4) > ul, .ctg_tri #SM.in_5 > ul > li:nth-child(5) > ul, .ctg_tri #SM.in_6 > ul > li:nth-child(6) > ul, .ctg_tri #SM.in_7 > ul > li:nth-child(7) > ul, .ctg_tri #SM.in_8 > ul > li:nth-child(8) > ul, .ctg_tri #SM.in_9 > ul > li:nth-child(9) > ul, .ctg_tri #SM.in_10 > ul > li:nth-child(10) > ul {
  background-color: #fff7da;
}

#SM .sm_selected > ul li, #SM.in_1 > ul > li:nth-child(1) > ul li, #SM.in_2 > ul > li:nth-child(2) > ul li, #SM.in_3 > ul > li:nth-child(3) > ul li, #SM.in_4 > ul > li:nth-child(4) > ul li, #SM.in_5 > ul > li:nth-child(5) > ul li, #SM.in_6 > ul > li:nth-child(6) > ul li, #SM.in_7 > ul > li:nth-child(7) > ul li, #SM.in_8 > ul > li:nth-child(8) > ul li, #SM.in_9 > ul > li:nth-child(9) > ul li, #SM.in_10 > ul > li:nth-child(10) > ul li {
  padding: 0;
  margin: 0;
}

#SM .sm_selected > ul li > span, #SM.in_1 > ul > li:nth-child(1) > ul li > span, #SM.in_2 > ul > li:nth-child(2) > ul li > span, #SM.in_3 > ul > li:nth-child(3) > ul li > span, #SM.in_4 > ul > li:nth-child(4) > ul li > span, #SM.in_5 > ul > li:nth-child(5) > ul li > span, #SM.in_6 > ul > li:nth-child(6) > ul li > span, #SM.in_7 > ul > li:nth-child(7) > ul li > span, #SM.in_8 > ul > li:nth-child(8) > ul li > span, #SM.in_9 > ul > li:nth-child(9) > ul li > span, #SM.in_10 > ul > li:nth-child(10) > ul li > span {
  border-top: 1px dotted #92d3ec;
  display: block;
  font-weight: bold;
  padding: 5px 0 4px 5px;
  color: #49a5c9;
}

#SM .sm_selected > ul li > a, #SM.in_1 > ul > li:nth-child(1) > ul li > a, #SM.in_2 > ul > li:nth-child(2) > ul li > a, #SM.in_3 > ul > li:nth-child(3) > ul li > a, #SM.in_4 > ul > li:nth-child(4) > ul li > a, #SM.in_5 > ul > li:nth-child(5) > ul li > a, #SM.in_6 > ul > li:nth-child(6) > ul li > a, #SM.in_7 > ul > li:nth-child(7) > ul li > a, #SM.in_8 > ul > li:nth-child(8) > ul li > a, #SM.in_9 > ul > li:nth-child(9) > ul li > a, #SM.in_10 > ul > li:nth-child(10) > ul li > a {
  display: block;
  position: relative;
  padding: 5px 5px 4px 15px;
  line-height: 1.3;
  color: #4f5a8e;
  transition: color 0.2s ease;
}

#SM .sm_selected > ul li > a::before, #SM.in_1 > ul > li:nth-child(1) > ul li > a::before, #SM.in_2 > ul > li:nth-child(2) > ul li > a::before, #SM.in_3 > ul > li:nth-child(3) > ul li > a::before, #SM.in_4 > ul > li:nth-child(4) > ul li > a::before, #SM.in_5 > ul > li:nth-child(5) > ul li > a::before, #SM.in_6 > ul > li:nth-child(6) > ul li > a::before, #SM.in_7 > ul > li:nth-child(7) > ul li > a::before, #SM.in_8 > ul > li:nth-child(8) > ul li > a::before, #SM.in_9 > ul > li:nth-child(9) > ul li > a::before, #SM.in_10 > ul > li:nth-child(10) > ul li > a::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  content: '\30FB';
  color: #49a5c9;
  vertical-align: middle;
  margin-right: 5px;
}

#SM .sm_selected > ul li > a:hover, #SM.in_1 > ul > li:nth-child(1) > ul li > a:hover, #SM.in_2 > ul > li:nth-child(2) > ul li > a:hover, #SM.in_3 > ul > li:nth-child(3) > ul li > a:hover, #SM.in_4 > ul > li:nth-child(4) > ul li > a:hover, #SM.in_5 > ul > li:nth-child(5) > ul li > a:hover, #SM.in_6 > ul > li:nth-child(6) > ul li > a:hover, #SM.in_7 > ul > li:nth-child(7) > ul li > a:hover, #SM.in_8 > ul > li:nth-child(8) > ul li > a:hover, #SM.in_9 > ul > li:nth-child(9) > ul li > a:hover, #SM.in_10 > ul > li:nth-child(10) > ul li > a:hover {
  text-decoration: underline;
  color: #49a5c9;
}

#SM .sm_selected > ul li ul, #SM.in_1 > ul > li:nth-child(1) > ul li ul, #SM.in_2 > ul > li:nth-child(2) > ul li ul, #SM.in_3 > ul > li:nth-child(3) > ul li ul, #SM.in_4 > ul > li:nth-child(4) > ul li ul, #SM.in_5 > ul > li:nth-child(5) > ul li ul, #SM.in_6 > ul > li:nth-child(6) > ul li ul, #SM.in_7 > ul > li:nth-child(7) > ul li ul, #SM.in_8 > ul > li:nth-child(8) > ul li ul, #SM.in_9 > ul > li:nth-child(9) > ul li ul, #SM.in_10 > ul > li:nth-child(10) > ul li ul {
  margin: 0;
  padding: 0 0 5px;
  display: block;
}

#SM .sm_selected .sm_smc_A > li span, #SM.in_1 > ul > li:nth-child(1) .sm_smc_A > li span, #SM.in_2 > ul > li:nth-child(2) .sm_smc_A > li span, #SM.in_3 > ul > li:nth-child(3) .sm_smc_A > li span, #SM.in_4 > ul > li:nth-child(4) .sm_smc_A > li span, #SM.in_5 > ul > li:nth-child(5) .sm_smc_A > li span, #SM.in_6 > ul > li:nth-child(6) .sm_smc_A > li span, #SM.in_7 > ul > li:nth-child(7) .sm_smc_A > li span, #SM.in_8 > ul > li:nth-child(8) .sm_smc_A > li span, #SM.in_9 > ul > li:nth-child(9) .sm_smc_A > li span, #SM.in_10 > ul > li:nth-child(10) .sm_smc_A > li span {
  cursor: pointer;
}

#SM .sm_selected .sm_smc_A ul, #SM.in_1 > ul > li:nth-child(1) .sm_smc_A ul, #SM.in_2 > ul > li:nth-child(2) .sm_smc_A ul, #SM.in_3 > ul > li:nth-child(3) .sm_smc_A ul, #SM.in_4 > ul > li:nth-child(4) .sm_smc_A ul, #SM.in_5 > ul > li:nth-child(5) .sm_smc_A ul, #SM.in_6 > ul > li:nth-child(6) .sm_smc_A ul, #SM.in_7 > ul > li:nth-child(7) .sm_smc_A ul, #SM.in_8 > ul > li:nth-child(8) .sm_smc_A ul, #SM.in_9 > ul > li:nth-child(9) .sm_smc_A ul, #SM.in_10 > ul > li:nth-child(10) .sm_smc_A ul {
  display: none;
}

#SM .sm_selected_child, #SM.ins_1 > ul > li > ul > li:nth-child(1) > a,
#SM.ins_1 > ul > li > ul > li:nth-child(1) > span, #SM.ins_2 > ul > li > ul > li:nth-child(2) > a,
#SM.ins_2 > ul > li > ul > li:nth-child(2) > span, #SM.ins_3 > ul > li > ul > li:nth-child(3) > a,
#SM.ins_3 > ul > li > ul > li:nth-child(3) > span, #SM.ins_4 > ul > li > ul > li:nth-child(4) > a,
#SM.ins_4 > ul > li > ul > li:nth-child(4) > span, #SM.ins_5 > ul > li > ul > li:nth-child(5) > a,
#SM.ins_5 > ul > li > ul > li:nth-child(5) > span, #SM.ins_6 > ul > li > ul > li:nth-child(6) > a,
#SM.ins_6 > ul > li > ul > li:nth-child(6) > span, #SM.ins_7 > ul > li > ul > li:nth-child(7) > a,
#SM.ins_7 > ul > li > ul > li:nth-child(7) > span, #SM.ins_8 > ul > li > ul > li:nth-child(8) > a,
#SM.ins_8 > ul > li > ul > li:nth-child(8) > span, #SM.ins_9 > ul > li > ul > li:nth-child(9) > a,
#SM.ins_9 > ul > li > ul > li:nth-child(9) > span, #SM.ins_10 > ul > li > ul > li:nth-child(10) > a,
#SM.ins_10 > ul > li > ul > li:nth-child(10) > span, #SM.ins_11 > ul > li > ul > li:nth-child(11) > a,
#SM.ins_11 > ul > li > ul > li:nth-child(11) > span, #SM.ins_12 > ul > li > ul > li:nth-child(12) > a,
#SM.ins_12 > ul > li > ul > li:nth-child(12) > span, #SM.ins_13 > ul > li > ul > li:nth-child(13) > a,
#SM.ins_13 > ul > li > ul > li:nth-child(13) > span, #SM.ins_14 > ul > li > ul > li:nth-child(14) > a,
#SM.ins_14 > ul > li > ul > li:nth-child(14) > span, #SM.ins_15 > ul > li > ul > li:nth-child(15) > a,
#SM.ins_15 > ul > li > ul > li:nth-child(15) > span, #SM.ins_16 > ul > li > ul > li:nth-child(16) > a,
#SM.ins_16 > ul > li > ul > li:nth-child(16) > span, #SM.ins_17 > ul > li > ul > li:nth-child(17) > a,
#SM.ins_17 > ul > li > ul > li:nth-child(17) > span, #SM.ins_18 > ul > li > ul > li:nth-child(18) > a,
#SM.ins_18 > ul > li > ul > li:nth-child(18) > span, #SM.ins_19 > ul > li > ul > li:nth-child(19) > a,
#SM.ins_19 > ul > li > ul > li:nth-child(19) > span, #SM.ins_20 > ul > li > ul > li:nth-child(20) > a,
#SM.ins_20 > ul > li > ul > li:nth-child(20) > span, #SM .in a {
  background-color: #b3e4f6;
  color: #000 !important;
}

.ctg_mta #SM .sm_selected_child, .ctg_mta #SM.ins_1 > ul > li > ul > li:nth-child(1) > a,
.ctg_mta #SM.ins_1 > ul > li > ul > li:nth-child(1) > span, .ctg_mta #SM.ins_2 > ul > li > ul > li:nth-child(2) > a,
.ctg_mta #SM.ins_2 > ul > li > ul > li:nth-child(2) > span, .ctg_mta #SM.ins_3 > ul > li > ul > li:nth-child(3) > a,
.ctg_mta #SM.ins_3 > ul > li > ul > li:nth-child(3) > span, .ctg_mta #SM.ins_4 > ul > li > ul > li:nth-child(4) > a,
.ctg_mta #SM.ins_4 > ul > li > ul > li:nth-child(4) > span, .ctg_mta #SM.ins_5 > ul > li > ul > li:nth-child(5) > a,
.ctg_mta #SM.ins_5 > ul > li > ul > li:nth-child(5) > span, .ctg_mta #SM.ins_6 > ul > li > ul > li:nth-child(6) > a,
.ctg_mta #SM.ins_6 > ul > li > ul > li:nth-child(6) > span, .ctg_mta #SM.ins_7 > ul > li > ul > li:nth-child(7) > a,
.ctg_mta #SM.ins_7 > ul > li > ul > li:nth-child(7) > span, .ctg_mta #SM.ins_8 > ul > li > ul > li:nth-child(8) > a,
.ctg_mta #SM.ins_8 > ul > li > ul > li:nth-child(8) > span, .ctg_mta #SM.ins_9 > ul > li > ul > li:nth-child(9) > a,
.ctg_mta #SM.ins_9 > ul > li > ul > li:nth-child(9) > span, .ctg_mta #SM.ins_10 > ul > li > ul > li:nth-child(10) > a,
.ctg_mta #SM.ins_10 > ul > li > ul > li:nth-child(10) > span, .ctg_mta #SM.ins_11 > ul > li > ul > li:nth-child(11) > a,
.ctg_mta #SM.ins_11 > ul > li > ul > li:nth-child(11) > span, .ctg_mta #SM.ins_12 > ul > li > ul > li:nth-child(12) > a,
.ctg_mta #SM.ins_12 > ul > li > ul > li:nth-child(12) > span, .ctg_mta #SM.ins_13 > ul > li > ul > li:nth-child(13) > a,
.ctg_mta #SM.ins_13 > ul > li > ul > li:nth-child(13) > span, .ctg_mta #SM.ins_14 > ul > li > ul > li:nth-child(14) > a,
.ctg_mta #SM.ins_14 > ul > li > ul > li:nth-child(14) > span, .ctg_mta #SM.ins_15 > ul > li > ul > li:nth-child(15) > a,
.ctg_mta #SM.ins_15 > ul > li > ul > li:nth-child(15) > span, .ctg_mta #SM.ins_16 > ul > li > ul > li:nth-child(16) > a,
.ctg_mta #SM.ins_16 > ul > li > ul > li:nth-child(16) > span, .ctg_mta #SM.ins_17 > ul > li > ul > li:nth-child(17) > a,
.ctg_mta #SM.ins_17 > ul > li > ul > li:nth-child(17) > span, .ctg_mta #SM.ins_18 > ul > li > ul > li:nth-child(18) > a,
.ctg_mta #SM.ins_18 > ul > li > ul > li:nth-child(18) > span, .ctg_mta #SM.ins_19 > ul > li > ul > li:nth-child(19) > a,
.ctg_mta #SM.ins_19 > ul > li > ul > li:nth-child(19) > span, .ctg_mta #SM.ins_20 > ul > li > ul > li:nth-child(20) > a,
.ctg_mta #SM.ins_20 > ul > li > ul > li:nth-child(20) > span, .ctg_mta #SM .in a {
  background-color: #bfeba3;
}

.ctg_composite #SM .sm_selected_child, .ctg_composite #SM.ins_1 > ul > li > ul > li:nth-child(1) > a,
.ctg_composite #SM.ins_1 > ul > li > ul > li:nth-child(1) > span, .ctg_composite #SM.ins_2 > ul > li > ul > li:nth-child(2) > a,
.ctg_composite #SM.ins_2 > ul > li > ul > li:nth-child(2) > span, .ctg_composite #SM.ins_3 > ul > li > ul > li:nth-child(3) > a,
.ctg_composite #SM.ins_3 > ul > li > ul > li:nth-child(3) > span, .ctg_composite #SM.ins_4 > ul > li > ul > li:nth-child(4) > a,
.ctg_composite #SM.ins_4 > ul > li > ul > li:nth-child(4) > span, .ctg_composite #SM.ins_5 > ul > li > ul > li:nth-child(5) > a,
.ctg_composite #SM.ins_5 > ul > li > ul > li:nth-child(5) > span, .ctg_composite #SM.ins_6 > ul > li > ul > li:nth-child(6) > a,
.ctg_composite #SM.ins_6 > ul > li > ul > li:nth-child(6) > span, .ctg_composite #SM.ins_7 > ul > li > ul > li:nth-child(7) > a,
.ctg_composite #SM.ins_7 > ul > li > ul > li:nth-child(7) > span, .ctg_composite #SM.ins_8 > ul > li > ul > li:nth-child(8) > a,
.ctg_composite #SM.ins_8 > ul > li > ul > li:nth-child(8) > span, .ctg_composite #SM.ins_9 > ul > li > ul > li:nth-child(9) > a,
.ctg_composite #SM.ins_9 > ul > li > ul > li:nth-child(9) > span, .ctg_composite #SM.ins_10 > ul > li > ul > li:nth-child(10) > a,
.ctg_composite #SM.ins_10 > ul > li > ul > li:nth-child(10) > span, .ctg_composite #SM.ins_11 > ul > li > ul > li:nth-child(11) > a,
.ctg_composite #SM.ins_11 > ul > li > ul > li:nth-child(11) > span, .ctg_composite #SM.ins_12 > ul > li > ul > li:nth-child(12) > a,
.ctg_composite #SM.ins_12 > ul > li > ul > li:nth-child(12) > span, .ctg_composite #SM.ins_13 > ul > li > ul > li:nth-child(13) > a,
.ctg_composite #SM.ins_13 > ul > li > ul > li:nth-child(13) > span, .ctg_composite #SM.ins_14 > ul > li > ul > li:nth-child(14) > a,
.ctg_composite #SM.ins_14 > ul > li > ul > li:nth-child(14) > span, .ctg_composite #SM.ins_15 > ul > li > ul > li:nth-child(15) > a,
.ctg_composite #SM.ins_15 > ul > li > ul > li:nth-child(15) > span, .ctg_composite #SM.ins_16 > ul > li > ul > li:nth-child(16) > a,
.ctg_composite #SM.ins_16 > ul > li > ul > li:nth-child(16) > span, .ctg_composite #SM.ins_17 > ul > li > ul > li:nth-child(17) > a,
.ctg_composite #SM.ins_17 > ul > li > ul > li:nth-child(17) > span, .ctg_composite #SM.ins_18 > ul > li > ul > li:nth-child(18) > a,
.ctg_composite #SM.ins_18 > ul > li > ul > li:nth-child(18) > span, .ctg_composite #SM.ins_19 > ul > li > ul > li:nth-child(19) > a,
.ctg_composite #SM.ins_19 > ul > li > ul > li:nth-child(19) > span, .ctg_composite #SM.ins_20 > ul > li > ul > li:nth-child(20) > a,
.ctg_composite #SM.ins_20 > ul > li > ul > li:nth-child(20) > span, .ctg_composite #SM .in a {
  background-color: #d6e3e9;
}

.ctg_tri #SM .sm_selected_child, .ctg_tri #SM.ins_1 > ul > li > ul > li:nth-child(1) > a,
.ctg_tri #SM.ins_1 > ul > li > ul > li:nth-child(1) > span, .ctg_tri #SM.ins_2 > ul > li > ul > li:nth-child(2) > a,
.ctg_tri #SM.ins_2 > ul > li > ul > li:nth-child(2) > span, .ctg_tri #SM.ins_3 > ul > li > ul > li:nth-child(3) > a,
.ctg_tri #SM.ins_3 > ul > li > ul > li:nth-child(3) > span, .ctg_tri #SM.ins_4 > ul > li > ul > li:nth-child(4) > a,
.ctg_tri #SM.ins_4 > ul > li > ul > li:nth-child(4) > span, .ctg_tri #SM.ins_5 > ul > li > ul > li:nth-child(5) > a,
.ctg_tri #SM.ins_5 > ul > li > ul > li:nth-child(5) > span, .ctg_tri #SM.ins_6 > ul > li > ul > li:nth-child(6) > a,
.ctg_tri #SM.ins_6 > ul > li > ul > li:nth-child(6) > span, .ctg_tri #SM.ins_7 > ul > li > ul > li:nth-child(7) > a,
.ctg_tri #SM.ins_7 > ul > li > ul > li:nth-child(7) > span, .ctg_tri #SM.ins_8 > ul > li > ul > li:nth-child(8) > a,
.ctg_tri #SM.ins_8 > ul > li > ul > li:nth-child(8) > span, .ctg_tri #SM.ins_9 > ul > li > ul > li:nth-child(9) > a,
.ctg_tri #SM.ins_9 > ul > li > ul > li:nth-child(9) > span, .ctg_tri #SM.ins_10 > ul > li > ul > li:nth-child(10) > a,
.ctg_tri #SM.ins_10 > ul > li > ul > li:nth-child(10) > span, .ctg_tri #SM.ins_11 > ul > li > ul > li:nth-child(11) > a,
.ctg_tri #SM.ins_11 > ul > li > ul > li:nth-child(11) > span, .ctg_tri #SM.ins_12 > ul > li > ul > li:nth-child(12) > a,
.ctg_tri #SM.ins_12 > ul > li > ul > li:nth-child(12) > span, .ctg_tri #SM.ins_13 > ul > li > ul > li:nth-child(13) > a,
.ctg_tri #SM.ins_13 > ul > li > ul > li:nth-child(13) > span, .ctg_tri #SM.ins_14 > ul > li > ul > li:nth-child(14) > a,
.ctg_tri #SM.ins_14 > ul > li > ul > li:nth-child(14) > span, .ctg_tri #SM.ins_15 > ul > li > ul > li:nth-child(15) > a,
.ctg_tri #SM.ins_15 > ul > li > ul > li:nth-child(15) > span, .ctg_tri #SM.ins_16 > ul > li > ul > li:nth-child(16) > a,
.ctg_tri #SM.ins_16 > ul > li > ul > li:nth-child(16) > span, .ctg_tri #SM.ins_17 > ul > li > ul > li:nth-child(17) > a,
.ctg_tri #SM.ins_17 > ul > li > ul > li:nth-child(17) > span, .ctg_tri #SM.ins_18 > ul > li > ul > li:nth-child(18) > a,
.ctg_tri #SM.ins_18 > ul > li > ul > li:nth-child(18) > span, .ctg_tri #SM.ins_19 > ul > li > ul > li:nth-child(19) > a,
.ctg_tri #SM.ins_19 > ul > li > ul > li:nth-child(19) > span, .ctg_tri #SM.ins_20 > ul > li > ul > li:nth-child(20) > a,
.ctg_tri #SM.ins_20 > ul > li > ul > li:nth-child(20) > span, .ctg_tri #SM .in a {
  background-color: #fce980;
}

#SM .in a:hover {
  text-decoration: none !important;
}

#SM ul ul {
  display: none;
  list-style: none;
}

#SM .slctd {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 980px) {
  #SM {
    margin-left: -20px;
  }
  #SM h6 a {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 640px) {
  #SM {
    margin-left: 0;
    margin-top: 0;
  }
  #SM h6 {
    margin: 0;
  }
  #SM h6 a::before, #SM h6 a::after {
    display: none;
  }
}

/* ---- CSR ---- */
.sm_csr ul {
  display: none;
}

.smc_SM_A {
  display: block;
}

.smc_SM_B {
  background-color: #c9edfa;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* CATEGORY
/* -------------------------------------------------------------------------*/
.ctg_foundry #SM h6 a {
  background-color: #98404e;
}

.ctg_foundry #SM .sm_selected > a, .ctg_foundry #SM.in_1 > ul > li:nth-child(1) > a, .ctg_foundry #SM.in_2 > ul > li:nth-child(2) > a, .ctg_foundry #SM.in_3 > ul > li:nth-child(3) > a, .ctg_foundry #SM.in_4 > ul > li:nth-child(4) > a, .ctg_foundry #SM.in_5 > ul > li:nth-child(5) > a, .ctg_foundry #SM.in_6 > ul > li:nth-child(6) > a, .ctg_foundry #SM.in_7 > ul > li:nth-child(7) > a, .ctg_foundry #SM.in_8 > ul > li:nth-child(8) > a, .ctg_foundry #SM.in_9 > ul > li:nth-child(9) > a, .ctg_foundry #SM.in_10 > ul > li:nth-child(10) > a {
  background-color: #ec7185;
}

.ctg_foundry #SM > ul > li > a:hover {
  color: #aa1830;
}

.ctg_foundry #SM > ul > li > a::before {
  background-color: #ffedf0;
}

/* -------------------------------------------------------------------------*/
.gsc-clear-button {
  display: none !important;
}

form.gsc-search-box {
  margin-bottom: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}

.cse .gsc-search-button, .gsc-search-button {
  border: none !important;
  background: url(../png/icon_search.png) center center no-repeat #285ccf !important;
  width: 35px !important;
  height: 20px !important;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
}

.cse .gsc-search-button svg, .gsc-search-button svg {
  display: none !important;
}

input.gsc-input {
  padding: 2px 6px !important;
}

.gsib_a {
  padding: 0 !important;
}

.gsc-input {
  font-size: 14px !important;
}

.gsc-input-box {
  height: auto !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  margin: 5px 0 0 5px !important;
}

/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.default_ftz {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 640px) {
  .default_ftz {
    font-size: 16px;
    font-size: 1rem;
  }
}

.text_out, #HD #hd_logo a, #FT address h1 a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.fixed_area {
  max-width: 1200px;
  margin: 0 auto;
}

.tbl_scroll {
  overflow-x: auto;
}

.tbl_scroll table {
  min-width: 600px;
}

.algn_L {
  text-align: left;
}

.algn_C {
  text-align: center;
}

.algn_R {
  text-align: right;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.font_s {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMMON / BASE
/* -------------------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 1.5em;
}

@media only screen and (max-width: 980px) {
  html {
    font-size: 90%;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 90%;
  }
}

@media print {
  html {
    width: 1000px !important;
  }
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
}

.def_cntSize, #HD .hd_wrp, #nvBox_wrp #nvBox > ul, .pankuzu, .pg_kv .pg_kv_wrp_1,
.pg_kv .pg_kv_wrp_2, .pg_contact .pg_cnt_wrp, .pg_tp_btn, .pg_tp_btnx3, .cnt_wrp, #FT address, #FT .ft_nv, #FT .ft_info ul {
  max-width: 1320px;
  padding: 0 40px;
  margin: 0 auto;
}

@media only screen and (max-width: 980px) {
  .def_cntSize, #HD .hd_wrp, #nvBox_wrp #nvBox > ul, .pankuzu, .pg_kv .pg_kv_wrp_1,
  .pg_kv .pg_kv_wrp_2, .pg_contact .pg_cnt_wrp, .pg_tp_btn, .pg_tp_btnx3, .cnt_wrp, #FT address, #FT .ft_nv, #FT .ft_info ul {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .def_cntSize, #HD .hd_wrp, #nvBox_wrp #nvBox > ul, .pankuzu, .pg_kv .pg_kv_wrp_1,
  .pg_kv .pg_kv_wrp_2, .pg_contact .pg_cnt_wrp, .pg_tp_btn, .pg_tp_btnx3, .cnt_wrp, #FT address, #FT .ft_nv, #FT .ft_info ul {
    padding: 0 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HD
/* -------------------------------------------------------------------------*/
/* HD MENU */
#mn_mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#HD {
  position: relative;
  width: 100%;
  border-bottom: 9px solid #000;
  background-color: #fff;
  z-index: 20;
}

#HD .hd_wrp {
  position: relative;
}

#HD #hd_logo {
  position: absolute;
  margin: 12px 0 -20px 0;
  padding: 0;
}

#HD #hd_logo a {
  display: block;
  width: 163px;
  height: 83px;
  background: url(../png/hd_logo.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#HD #NV {
  margin-bottom: -9px;
  padding: 8px 0 0 190px;
}

#HD #NV > ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
  font-size: 0;
}

#HD #NV > ul > li {
  display: inline-block;
  margin: 0;
}

#HD #NV > ul > li > a {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  padding: 15px 10px 20px;
  letter-spacing: 1px;
  transition: color 0.2s ease;
}

#HD #NV > ul > li > a::after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background-color: #000;
  transition: background 0.2s ease;
}

#HD #NV > ul > li > a:hover {
  color: #516dc8;
  border-color: #5196c8;
}

#HD #NV > ul > li > a:hover::after {
  background-color: #516dc8;
}

.ctg_company #HD #NV li:nth-child(1) a,
.ctg_sustainability #HD #NV li:nth-child(2) a,
.ctg_business #HD #NV li:nth-child(3) a,
.ctg_about #HD #NV li:nth-child(4) a,
.ctg_stockholder #HD #NV li:nth-child(5) a,
.ctg_recruit #HD #NV li:nth-child(6) a {
  color: #3460d8;
}

.ctg_company #HD #NV li:nth-child(1) a::after,
.ctg_sustainability #HD #NV li:nth-child(2) a::after,
.ctg_business #HD #NV li:nth-child(3) a::after,
.ctg_about #HD #NV li:nth-child(4) a::after,
.ctg_stockholder #HD #NV li:nth-child(5) a::after,
.ctg_recruit #HD #NV li:nth-child(6) a::after {
  background-color: #516dc8;
}

#HD.nv_0 #NV > ul > li:nth-child(1) > a,
#HD.nv_1 #NV > ul > li:nth-child(2) > a,
#HD.nv_2 #NV > ul > li:nth-child(3) > a,
#HD.nv_3 #NV > ul > li:nth-child(4) > a,
#HD.nv_4 #NV > ul > li:nth-child(5) > a,
#HD.nv_5 #NV > ul > li:nth-child(6) > a {
  color: #008ec3;
}

#HD.nv_0 #NV > ul > li:nth-child(1) > a::after,
#HD.nv_1 #NV > ul > li:nth-child(2) > a::after,
#HD.nv_2 #NV > ul > li:nth-child(3) > a::after,
#HD.nv_3 #NV > ul > li:nth-child(4) > a::after,
#HD.nv_4 #NV > ul > li:nth-child(5) > a::after,
#HD.nv_5 #NV > ul > li:nth-child(6) > a::after {
  background-color: #35cce0;
}

#HD #HD_link {
  position: absolute;
  top: 15px;
  right: 10px;
}

#HD #HD_link > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

#HD #HD_link > ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  padding: 0;
}

#HD #HD_link > ul a {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1.5;
}

#HD #HD_link > ul a::before {
  content: ' ';
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 auto 5px;
  background-image: url(../png/hd_icon.png);
  background-repeat: no-repeat;
}

#HD #HD_link > ul a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 0;
  border-bottom: 1px solid #4c5b9a;
  transition: all 0.2s ease;
  z-index: -1;
}

#HD #HD_link > ul a:hover {
  color: #4c5b9a;
}

#HD #HD_link > ul a:hover::after {
  width: 100%;
}

#HD #HD_link li.hd_contact a::before {
  background-position: 0 0;
}

#HD #HD_link li.hd_access a::before {
  background-position: 0 -21px;
}

#HD #HD_link li.hd_search a::before {
  background-position: 0 -42px;
}

#HD #HD_link li.hd_language a::before {
  background-position: 0 -63px;
}

#HD #HD_link li.hd_cookie a::before {
  background-position: 0 -84px;
}

/* LANGUAGE CHOICE */
#HD #HD_lng_box {
  display: none;
  position: absolute;
  top: 40px;
  right: 85px;
  text-align: center;
  line-height: 0;
}

#HD #HD_lng_box ul {
  list-style: none;
  margin: 0;
  padding: 5px;
  background-color: #516dc8;
  border-radius: 5px;
}

#HD #HD_lng_box li {
  margin: 1px 0;
  padding: 0;
}

#HD #HD_lng_box li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  background-color: #fff;
  transition: background 0.2s ease;
}

#HD #HD_lng_box li a:hover {
  background-color: #ced9ff;
}

#HD #HD_lng_box::before {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 13.0px 7.5px;
  border-color: transparent transparent #516dc8 transparent;
}

@media only screen and (max-width: 1150px) {
  #HD #HD_lng_box {
    top: 20px;
    right: 115px;
  }
}

/* SEARCH BOX */
#HD #HD_srch_box {
  position: absolute;
  top: -90px;
  right: -10px;
  background-color: #000;
  border: 1px solid;
  padding: 10px 15px;
  transition: top 0.2s ease;
  max-height: 67px;
  overflow: hidden;
  width: 300px;
}

@media only screen and (max-width: 1100px) {
  #HD #HD_srch_box {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 640px) {
  #HD #HD_srch_box {
    width: auto;
  }
}

#nvBox_wrp {
  position: fixed;
  width: 100%;
  z-index: 19;
}

#nvBox_wrp .nvBox_arw::before, #nvBox_wrp #nvBox > ul > li > ul.nvBox_normal > li > a::before, #nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li > ul > li > a::before {
  content: ' ';
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4.3px;
  border-color: transparent transparent transparent #3448aa;
}

#nvBox_wrp #nvBox {
  position: absolute;
  height: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  transition: all 0.5s ease;
}

#nvBox_wrp #nvBox a {
  text-decoration: none;
}

#nvBox_wrp #nvBox a:hover {
  text-decoration: underline;
}

#nvBox_wrp #nvBox > ul {
  display: block;
  list-style: none;
  padding: 0 40px;
  font-size: 0;
}

#nvBox_wrp #nvBox > ul > li {
  display: none;
  padding-bottom: 20px;
  width: 100%;
  border: 1px solid #fff;
}

#nvBox_wrp #nvBox > ul > li p {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 30px 0 20px;
}

#nvBox_wrp #nvBox > ul > li p a {
  color: #516dc8;
  border-bottom: 1px dotted;
}

#nvBox_wrp #nvBox > ul > li p a:hover {
  border-bottom: 2px solid;
  text-decoration: none;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_normal {
  margin: 0;
  padding: 0;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_normal > li {
  display: inline-block;
  margin: 0 15px;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_normal > li > a {
  font-size: 14px;
  font-size: 0.875rem;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li {
  vertical-align: top;
  border: 1px solid #eee;
  border-top: none;
  border-bottom: none;
  margin-left: -1px;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 33.33333%;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li:first-child {
  border-left: 1px solid #eee;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li > a {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  margin: 0 -10px 10px;
  padding: 8px 5px 5px 10px;
  font-weight: bold;
  border-bottom: 1px solid #b6bfdd;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li > a::before {
  display: none;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li:nth-child(1) > a {
  color: #3642a8;
  border-color: #3642a8;
  background-color: #e3e6ff;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li:nth-child(2) > a {
  color: #4e5869;
  border-color: #4e5869;
  background-color: #e1e6f0;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li:nth-child(3) > a {
  color: #3f803f;
  border-color: #3f803f;
  background-color: #e1f7e1;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li:nth-child(4) > a {
  color: #d47133;
  border-color: #d47133;
  background-color: #fcece2;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li:nth-child(5) > a {
  color: #98404e;
  border-color: #98404e;
  background-color: #fbecee;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li > ul > li {
  font-size: 14px;
  font-size: 0.875rem;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li > ul > li > ul {
  list-style: none;
  margin: 0 0 5px 10px;
  padding: 0;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li > ul > li > ul > li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li > ul > li > ul > li a {
  position: relative;
  padding-left: 12px;
}

#nvBox_wrp #nvBox > ul > li > ul.nvBox_business > li > ul > li > ul > li a::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1250px) {
  #HD #HD_link {
    top: 5px;
  }
  #HD #HD_link > ul li a::before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
}

@media only screen and (max-width: 980px) {
  #HD .hd_wrp {
    padding: 0 0 0 10px;
  }
  #HD #hd_logo {
    position: absolute;
    margin: 16px 0 -20px 0;
    padding: 0;
  }
  #HD #hd_logo a {
    display: block;
    width: 123px;
    height: 63px;
  }
  #HD #HD_link {
    top: 8px;
    right: 10px;
  }
  #HD #NV {
    padding: 30px 0 0 140px;
  }
  #HD #NV > ul {
    padding-top: 0;
  }
  #HD #NV > ul > li > a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px 7px 15px;
    letter-spacing: 0;
  }
  #HD #NV > ul > li > a:hover::after {
    background-color: #516dc8;
    bottom: 0;
    height: 9px;
  }
  #nvBox_wrp #nvBox > ul {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 640px) {
  #HD {
    position: relative !important;
  }
  #HD #hd_logo {
    position: relative;
    margin: 10px 0 -20px 0;
    text-align: center;
  }
  #HD #hd_logo a {
    display: inline-block;
    width: 125px;
    height: 65px;
  }
  #HD #NV {
    display: none;
  }
  #HD #HD_link {
    display: none;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGE CONTENT (COMMON)
/* -------------------------------------------------------------------------*/
/* -- PANKUZU -- */
.pankuzu {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 15px 40px;
}

.pankuzu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pankuzu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.pankuzu li::before {
  display: inline-block;
  margin: 0 5px;
  content: '>';
}

.pankuzu li:first-child::before {
  display: none;
}

.pankuzu a {
  text-decoration: none;
}

@media only screen and (max-width: 980px) {
  .pankuzu {
    padding: 10px 10px 0;
  }
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    padding: 10px;
  }
}

/* -- PAGE KV -- */
.pg_kv {
  position: relative;
  height: 130px;
  background-image: url(../jpg/pg_kv.jpg);
  background-color: #c3c3c3;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  overflow: hidden;
}

.pg_kv .pg_kv_wrp_1,
.pg_kv .pg_kv_wrp_2 {
  position: relative;
}

.pg_kv .pg_kv_wrp_1::before,
.pg_kv .pg_kv_wrp_2::before {
  content: '';
  width: 388px;
  height: 222px;
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  background-image: url(../png/kv_bc_earth_1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 980px) {
  .pg_kv .pg_kv_wrp_1::before,
  .pg_kv .pg_kv_wrp_2::before {
    width: 258.66667px;
    height: 148px;
  }
}

@media only screen and (max-width: 640px) {
  .pg_kv .pg_kv_wrp_1::before,
  .pg_kv .pg_kv_wrp_2::before {
    display: none;
  }
}

.pg_kv .pg_kv_wrp_1 {
  padding-top: 55px;
}

.pg_kv .pg_kv_wrp_2 {
  padding-top: 18px;
}

@media only screen and (max-width: 980px) {
  .pg_kv .pg_kv_wrp_2 {
    padding-top: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .pg_kv .pg_kv_wrp_2 {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.pg_kv h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0;
  position: relative;
}

.pg_kv p {
  display: block;
  line-height: 1;
  margin-bottom: 3px;
}

.pg_kv p span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 10px 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 980px) {
  .pg_kv {
    height: 100px;
  }
  .pg_kv .pg_kv_wrp_1 {
    padding-top: 45px;
  }
}

@media only screen and (max-width: 640px) {
  .pg_kv {
    height: auto;
    background-position: right -55px center;
  }
  .pg_kv h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
  .pg_kv .pg_kv_wrp_1 {
    padding: 20px 10px;
  }
}

/* -- BIG TITLE -- */
.big_title h3 {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0;
  font-weight: normal;
  font-family: 'Hind', sans-serif;
  display: inline-block;
}

.big_title p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0 10px;
  display: inline-block;
}

/* -- PAGE CONTACT -- */
.pg_contact {
  clear: both;
  padding: 50px 0;
  background: url(../png/pg_cnt_bc.png);
  overflow: hidden;
}

.pg_contact .big_title {
  margin-bottom: 20px;
}

.pg_contact .big_title h3 {
  border-right: 1px solid #cecece;
  padding: 3px 15px 3px 0;
}

.pg_contact .pg_cnt_wrp > p {
  margin: 30px 0 20px;
}

.pg_contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pg_contact li {
  margin: 0;
  padding: 0;
  float: left;
}

.pg_contact a {
  display: block;
  text-decoration: none;
  color: #000;
  background-color: #fff;
}

.pg_contact .cnt_download, .pg_contact .cnt_contact {
  width: 30%;
  margin-right: 5%;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.07);
}

.pg_contact .cnt_download a, .pg_contact .cnt_contact a {
  font-size: 18px;
  font-size: 1.125rem;
  height: 180px;
  padding: 10px;
  text-align: center;
  border: 3px solid #a5b3e0;
}

.pg_contact .cnt_download a::before, .pg_contact .cnt_contact a::before {
  content: ' ';
  width: 115px;
  height: 100px;
  margin: 5px auto 10px;
  display: block;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.pg_contact .cnt_download a::before {
  background-image: url(../png/icon_download.png);
}

.pg_contact .cnt_contact a::before {
  background-image: url(../png/icon_mail.png);
}

.pg_contact .cnt_tel, .pg_contact .cnt_access {
  width: 30%;
  margin-bottom: 10px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.07);
}

.pg_contact .cnt_tel a, .pg_contact .cnt_access a {
  padding: 10px;
  border: 2px solid #a5b3e0;
  line-height: 1;
}

.pg_contact .cnt_tel a::before, .pg_contact .cnt_access a::before {
  content: ' ';
  width: 31px;
  height: 31px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.pg_contact .cnt_tel a::before {
  background-image: url(../png/icon_tel.png);
}

.pg_contact .cnt_access a::before {
  background-image: url(../png/icon_access.png);
}

.cnt_block > h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 50px;
  border-bottom: 1px dotted #516dc8;
  padding-bottom: 20px;
  line-height: 1.2;
}

.cnt_block > h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 0;
  background-color: #516dc8;
  color: #fff;
  border-radius: 20px 0;
}

@media only screen and (max-width: 980px) {
  .pg_contact .cnt_download, .pg_contact .cnt_contact {
    width: 33%;
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  #CNT_area {
    padding-top: 0 !important;
  }
  .pg_contact .cnt_download, .pg_contact .cnt_contact {
    width: 49%;
  }
  .pg_contact .cnt_download a, .pg_contact .cnt_contact a {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 140px;
    padding: 8px;
    border: 2px solid #a5b3e0;
  }
  .pg_contact .cnt_download a::before, .pg_contact .cnt_contact a::before {
    content: ' ';
    width: 75px;
    height: 70px;
    margin: 0 auto;
  }
  .pg_contact .cnt_download {
    margin: 0 1% 10px 0;
  }
  .pg_contact .cnt_contact {
    margin: 0 0 10px 1%;
  }
  .pg_contact .cnt_tel, .pg_contact .cnt_access {
    width: 100%;
    margin: 5px 0;
  }
}

/* -- PAGE TOP BTN -- */
.pg_tp_btn {
  margin: 30px auto;
}

.pg_tp_btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.pg_tp_btn li {
  font-size: 17px;
  font-size: 1.0625rem;
  width: 23%;
  display: inline-block;
  margin: 0 1% 30px;
  padding: 0;
  vertical-align: top;
}

.pg_tp_btn li a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #f7f7f7;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  transition: background 0.2s ease;
}

.pg_tp_btn li a > * {
  position: relative;
}

.pg_tp_btn li a::before {
  position: absolute;
  top: -100%;
  left: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: #e6ecff;
  transition: all 0.4s ease;
}

.pg_tp_btn li a figure {
  margin: 10px 0;
  padding: 0;
}

.pg_tp_btn li a figure img {
  max-width: 100%;
  height: auto;
}

.pg_tp_btn li a figcaption {
  margin: 10px 2px 10px;
  color: #1540bc;
  text-align: center;
}

.pg_tp_btn li a:hover::before {
  top: 0;
}

.ctg_company .pg_tp_btn li a {
  background-color: #e6ecff;
}

.ctg_company .pg_tp_btn li a::before {
  background-color: #c0cdf9;
}

@media only screen and (max-width: 980px) {
  .pg_tp_btn {
    margin-top: 20px;
  }
  .pg_tp_btn li {
    width: 32%;
    margin: 0 0.5% 20px;
  }
}

@media only screen and (max-width: 640px) {
  .pg_tp_btn li {
    font-size: 14px;
    font-size: 0.875rem;
    width: 49%;
    margin: 0 0.5% 10px;
  }
}

.pg_tp_btnx3 {
  margin: 30px auto;
}

.pg_tp_btnx3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.pg_tp_btnx3 li {
  font-size: 17px;
  font-size: 1.0625rem;
  width: 32%;
  display: inline-block;
  margin: 0 0.5% 30px;
  padding: 0;
  vertical-align: top;
}

.pg_tp_btnx3 li a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #f7f7f7;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  transition: background 0.2s ease;
}

.pg_tp_btnx3 li a > * {
  position: relative;
}

.pg_tp_btnx3 li a::before {
  position: absolute;
  top: -100%;
  left: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: #e6ecff;
  transition: all 0.4s ease;
}

.pg_tp_btnx3 li a figure {
  margin: 10px 0;
  padding: 0;
}

.pg_tp_btnx3 li a figure img {
  max-width: 100%;
  height: auto;
}

.pg_tp_btnx3 li a figcaption {
  margin: 10px 2px 10px;
  color: #1540bc;
  text-align: center;
}

.pg_tp_btnx3 li a:hover::before {
  top: 0;
}

@media only screen and (max-width: 980px) {
  .pg_tp_btnx3 {
    margin-top: 20px;
  }
  .pg_tp_btnx3 li {
    width: 49%;
    margin: 0 0.5% 10px;
  }
}

@media only screen and (max-width: 640px) {
  .pg_tp_btnx3 li {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    margin: 0 0 10px;
  }
}

/* -- PAGE LAYOUT -- */
.cnt_wrp {
  margin-bottom: 50px;
}

#SideArea {
  float: left;
  width: calc(25% - 40px);
}

#PG_cnt {
  padding-bottom: 100px;
  min-height: 500px;
  width: 75%;
  float: right;
}

#PG_cnt #page_navi {
  margin: 0 -10px;
  padding: 10px;
  background-color: #ececec;
  border: 1px solid #e2e2e2;
}

#PG_cnt #page_navi ul {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  font-size: 0;
}

#PG_cnt #page_navi li {
  display: inline-block;
  margin: 2px;
  padding: 0;
}

#PG_cnt #page_navi li a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  padding: 7px 10px 5px;
  border-radius: 2px;
  text-decoration: none;
  background-color: #fff;
  line-height: 1.5;
  transition: background 0.2s ease;
}

#PG_cnt #page_navi li a:hover {
  background-color: #d3ddff;
}

#PG_cnt #page_navi li.in a {
  background-color: #516dc8;
  color: #fff;
  cursor: default;
}

#PG_cnt #page_navi.fixPos {
  position: fixed;
  max-width: 1100px;
  width: 100%;
  top: 80px;
}

@media only screen and (max-width: 980px) {
  #PG_cnt {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 640px) {
  #PG_cnt {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 980px) {
  #PG_cnt {
    width: calc(70%+20px);
  }
  #PG_cnt #page_navi.fixPos {
    top: 100px;
  }
  #SideArea {
    width: calc(25% - 30px);
  }
}

@media only screen and (max-width: 640px) {
  #PG_cnt {
    padding-bottom: 30px;
    float: none;
    width: 100%;
    min-height: auto;
    min-height: initial;
  }
  #PG_cnt #page_navi {
    position: relative !important;
    margin: 0 -10px;
    padding: 5px;
    border-left: none;
    border-right: none;
  }
  #PG_cnt #page_navi li a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 7px 8px 5px;
    min-width: 70px;
    text-align: center;
  }
  #PG_cnt #page_navi.fixPos {
    top: auto;
    margin-right: 0;
  }
  #PG_cnt #pgnv_ghost {
    display: none !important;
  }
  #SideArea {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 1120px) {
  #PG_cnt #page_navi.fixPos {
    margin: 0;
    left: 0;
    border-left: none;
    border-right: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
}

/* -- MOVIE -- */
.movie_M {
  max-width: 750px;
  margin: 60px auto;
  background-color: #000;
}

.movie_M .wrp {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.movie_M iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 980px) {
  .movie_M {
    margin: 45px auto;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FOOTER
/* -------------------------------------------------------------------------*/
#btn_pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#btn_pageTop p {
  margin: 0;
  padding: 0;
}

#btn_pageTop p a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: url(../png/btn_pagetop.png) 13px 12px no-repeat #516dc8;
  overflow: hidden;
  outline: none;
  text-indent: -9999px;
  opacity: 0.8;
  transition: all 0.2s ease;
}

#btn_pageTop p a:hover {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  #btn_pageTop {
    right: 10px;
    bottom: 10px;
  }
  #btn_pageTop p a {
    width: 50px;
    height: 50px;
    background: url(../png/btn_pagetop.png) 8px 7px no-repeat #516dc8;
  }
}

#FT {
  border-top: 13px solid #516dc8;
}

#FT address h1 {
  margin: 20px 0 15px;
  padding: 0;
}

#FT address h1 a {
  display: block;
  width: 306px;
  height: 45px;
  background: url(../png/ft_logo.png) 0 0 no-repeat;
}

#FT .ft_nv a {
  text-decoration: none;
  color: #000;
}

#FT .ft_nv ul {
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#FT .ft_nv > ul > li {
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #e5e5e5;
  padding: 0 8px;
}

#FT .ft_nv > ul > li:first-child {
  border: none;
}

#FT .ft_nv > ul > li > a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  border-left: 3px solid #516dc8;
  padding: 0 0 0 5px;
  line-height: 1.3;
}

#FT .ft_nv > ul > li ul {
  margin-top: 5px;
}

#FT .ft_nv > ul > li li {
  line-height: 1.1;
  position: relative;
  padding-left: 15px;
}

#FT .ft_nv > ul > li li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#FT .ft_nv > ul > li li a {
  font-size: 12px;
  font-size: 0.75rem;
}

#FT .ft_nv > ul > li li a:hover {
  text-decoration: underline;
}

#FT .ft_info {
  background-color: #000;
  padding: 20px 20px 10px;
  margin-top: 20px;
}

#FT .ft_info ul {
  list-style: none;
  padding: 0;
  font-size: 0;
}

#FT .ft_info li {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  border-left: 1px solid #fff;
  line-height: 1;
}

#FT .ft_info li:first-child {
  padding-left: 0;
  border: none;
}

#FT .ft_info li a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}

#FT .ft_info li a:hover {
  text-decoration: underline;
}

#FT .copyright {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #686868;
  margin: 0;
  padding: 10px 10px 20px;
}

#FT .copyright a {
  text-decoration: none;
  color: #686868;
}

@media only screen and (max-width: 980px) {
  #FT .ft_nv {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 800px) {
  #FT .ft_nv > ul > li {
    width: 14.28571%;
    padding: 3px;
  }
  #FT .ft_nv > ul > li li {
    margin-bottom: 2px;
    padding-left: 0;
  }
  #FT .ft_nv > ul > li li::before {
    display: none;
  }
  #FT .ft_nv > ul > li li a {
    background-color: #f4f4f4;
    display: block;
    padding: 5px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 640px) {
  #FT {
    padding-bottom: 40px;
  }
  #FT address, #FT .ft_nv {
    display: none;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMPANY
/* -------------------------------------------------------------------------*/
.ctg_company .pg_kv {
  background-image: url(../jpg/pg_kv-2.jpg);
  background-color: #c3c3c3;
}

.ctg_company .pg_kv .pg_kv_wrp_2::before,
.ctg_company .pg_kv .pg_kv_wrp_1::before {
  background-image: url(../png/kv_bc_earth_3.png);
}

/* ---- TOP MASSAGE ---- */
.cmp_massage_block {
  margin-bottom: 70px;
}

.cmp_massage_block .signature {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.cmp_massage_block figure {
  margin: 30px 0;
  padding: 0;
}

.cmp_massage_block figure img {
  max-width: 100%;
  height: auto;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* MOBILE
/* -------------------------------------------------------------------------*/
#mbl_menu_btn {
  display: none;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2000;
}

#mbl_menu_btn .btn {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #516dc8;
}

#mbl_menu_btn .btn * {
  transition: all .4s;
}

#mbl_menu_btn .btn::after {
  width: 100%;
  content: 'MENU';
  position: absolute;
  left: 0;
  bottom: 2px;
  color: #fff;
  font-size: 10px;
}

#mbl_menu_btn .btn span {
  position: absolute;
  left: 9px;
  display: block;
  width: 23px;
  height: 3px;
  background-color: #fff;
}

#mbl_menu_btn .btn span:nth-of-type(1) {
  top: 6px;
}

#mbl_menu_btn .btn span:nth-of-type(2) {
  top: 13px;
}

#mbl_menu_btn .btn span:nth-of-type(3) {
  top: 20px;
}

.btn_in #mbl_menu_btn .btn span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: -7px;
  background-color: #fff;
}

.btn_in #mbl_menu_btn .btn span:nth-of-type(2) {
  opacity: 0;
}

.btn_in #mbl_menu_btn .btn span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  top: 33px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  #mbl_menu_btn {
    display: block;
  }
}

#mbl_menu {
  display: none;
  width: 100%;
  padding: 50px 10px 20px 10px;
  line-height: 1.5;
  background-color: #516dc8;
}

#mbl_menu #HD_srch_box {
  background-color: #7f98e8;
  padding: 0 5px;
}

#mbl_menu #HD_lng_box ul {
  display: table;
  border-collapse: separate;
  border-spacing: 1px;
  width: calc(100% + 2px);
  list-style: none;
  margin: 0 -1px 8px;
  padding: 0;
}

#mbl_menu #HD_lng_box li {
  display: table-cell;
  width: 50%;
  text-align: center;
  line-height: 1;
}

#mbl_menu #HD_lng_box li a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  text-decoration: none;
  padding: 8px 5px 6px;
  background-color: #fff;
}

#mbl_menu #nvBox a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  padding: 4px;
  border: 1px solid #7790e3;
  margin-top: -1px;
}

#mbl_menu #nvBox > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#mbl_menu #nvBox > ul > li {
  margin: 0 0 15px;
}

#mbl_menu #nvBox > ul > li > p {
  margin: 0;
  padding: 0;
}

#mbl_menu #nvBox > ul > li > p a {
  background-color: #3956b5;
}

#mbl_menu #nvBox > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mbl_menu #nvBox > ul > li > ul > li > a {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 15px;
}

#mbl_menu #nvBox > ul > li > ul > li > a::before {
  content: '・';
  position: absolute;
  top: 4px;
  left: 0;
}

#mbl_menu #nvBox > ul > li > ul ul {
  display: none;
}

#mbl_menu .mbl_mn_cntct {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: table;
  width: 100%;
  border-collapse: collapse;
}

#mbl_menu .mbl_mn_cntct li {
  display: table-cell;
  width: 50%;
  margin: 10px 0;
  text-align: center;
  border: 1px solid #7790e3;
  background-color: #5f7ddc;
}

#mbl_menu .mbl_mn_cntct a {
  display: block;
  padding: 5px;
  color: #fff;
  text-decoration: none;
}

#mbl_menu .mbl_mn_cntct .hd_search, #mbl_menu .mbl_mn_cntct .hd_language {
  display: none;
}

#mbl_menu .hd_cookie {
  display: none !important;
}

@media only screen and (min-width: 641px) {
  #mbl_menu {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMPANY
/* -------------------------------------------------------------------------*/
.privacy_box {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px dotted #c8c8c8;
}

.privacy_box .title {
  font-weight: bold;
  margin: 0 !important;
}

.privacy_box .adrs {
  margin: 0 !important;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGE COMMON
/* -------------------------------------------------------------------------*/
#PG_cnt {
  margin-top: 30px;
}

/* PAGE ARTICLE TITLE */
.pg_title {
  position: relative;
  padding: 20px 10px 20px 30px;
  margin-bottom: 40px;
}

.pg_title::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  border-left: 5px solid #516dc8;
}

.pg_title p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 0 8px !important;
  padding: 0;
}

.pg_title h1 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 980px) {
  .pg_title {
    margin-bottom: 50px;
    padding: 15px 10px 15px 25px;
  }
}

@media only screen and (max-width: 640px) {
  .pg_title {
    margin-bottom: 30px;
    padding: 10px 5px 10px 15px;
  }
  .pg_title p {
    font-size: 16px;
    font-size: 1rem;
  }
  .pg_title h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.art_body .art_block {
  margin-top: 120px;
}

.art_body .art_block:first-child {
  margin-top: 0;
}

.art_body h2 {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 30px 0 26px;
  margin-bottom: 40px;
  border-top: 1px dotted #c1d3f7;
  border-bottom: 2px dotted #98acec;
  color: #3457c7;
  background-color: #f9fbff;
}

.art_body p {
  line-height: 1.8;
  margin-bottom: 20px !important;
}

.art_body ol.ol_1 {
  margin: 30px 0;
}

.art_body ol.ol_1 li {
  margin: 0 0 20px;
  line-height: 1.8;
}

.art_body ol.ol_1 ol {
  margin-left: -5px;
}

.art_body ol.ol_brackets {
  padding: 0;
  margin: 5px 0 5px -15px;
}

.art_body ol.ol_brackets li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.art_body ol.ol_brackets li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: marker;
  content: "(" counter(cnt) ")";
}

.art_body .img_area {
  text-align: center;
  margin: 40px 0;
}

.art_body .img_area img {
  margin: 10px 5px;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .art_body h2 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 0 16px;
  }
  .art_body ol {
    padding-left: 20px;
  }
}

.signature {
  margin-top: 30px;
  text-align: right;
}

/* TABLEs */
.tbl_1 {
  border-collapse: collapse;
  width: 100%;
}

.tbl_1 th, .tbl_1 td {
  padding: 8px 10px 6px;
  border: 1px solid #dbdbdb;
}

.tbl_1 th {
  background-color: #f1f7ff;
  text-align: left;
  font-weight: normal;
}

.tbl_1 td > ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.tbl_1 td > ul > li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .tbl_clm2 {
    display: block;
  }
  .tbl_clm2 tbody, .tbl_clm2 tr, .tbl_clm2 th, .tbl_clm2 td {
    display: block;
    width: 100%;
  }
  .tbl_clm2 th {
    border-bottom: none;
  }
  .tbl_clm2 tr {
    margin-bottom: 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMPANY-CSR
/* -------------------------------------------------------------------------*/
.cmp_csr_c1_box {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #eaf9ff;
  text-align: center;
  border: 1px solid #dceff7;
  border-radius: 20px 0;
}

.cmp_csr_c1_box h2 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 20px;
  margin: 10px 0 0 20px;
}

.cmp_csr_c1_box p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 20px 0 0 !important;
}

@media only screen and (max-width: 640px) {
  .cmp_csr_c1_box {
    padding: 15px;
    margin-bottom: 30px;
  }
  .cmp_csr_c1_box h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .cmp_csr_c1_box p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 10px 0 0 !important;
  }
}

#csr_organizationalChart {
  margin: 70px 0 0;
}

#csr_organizationalChart .csr_box1,
#csr_organizationalChart .csr_box2,
#csr_organizationalChart .csr_box3 {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 10px;
  line-height: 1;
  text-align: center;
  border: 2px solid;
  border-radius: 5px;
}

#csr_organizationalChart .csr_box1 {
  border-color: #f29130;
  background-color: #fff2e6;
}

#csr_organizationalChart .csr_box2 {
  border-color: #a1d87e;
  background-color: #f7ffea;
}

#csr_organizationalChart .csr_box3 {
  border-color: #a0c8eb;
  background-color: #eef5fc;
}

#csr_organizationalChart .csr_vLine {
  height: 20px;
  width: 1px;
  margin: 0 auto;
  border-left: #bcbcbc 2px solid;
}

#csr_organizationalChart .csr_box4 {
  max-width: 660px;
  margin: 0 auto;
  padding: 15px;
  line-height: 1.5;
  border: 2px solid #c8c8c8;
  background-color: #fbfbfb;
  border-radius: 5px;
}

@media only screen and (max-width: 640px) {
  #csr_organizationalChart {
    margin: 30px 0 0;
  }
}

/* ENVIRONMENT */
#csr_ENV_tbl {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

#csr_ENV_tbl th {
  font-size: 16px;
  padding: 15px;
  font-weight: normal;
  line-height: 1;
  border: #ccc 1px solid;
  color: #fff;
  background-color: #429333;
}

#csr_ENV_tbl td {
  font-size: 14px;
  padding: 10px;
  border: #ccc 1px solid;
}

#csr_ENV_tbl tr:nth-child(2) td,
#csr_ENV_tbl tr:nth-child(3) td {
  background-color: #e8ffff;
}

#csr_ENV_tbl tr:nth-child(4) td {
  background-color: #f1ffe8;
}

@media only screen and (max-width: 640px) {
  #csr_ENV_tbl th, #csr_ENV_tbl td {
    font-size: 13px;
    font-size: 0.8125rem;
    white-space: normal;
  }
  #csr_ENV_tbl th {
    padding: 10px 5px;
  }
  #csr_ENV_tbl td {
    padding: 5px;
    vertical-align: top;
    text-align: left;
  }
}


#csr_ENV_tbl tr:nth-child(5) td {
  background-color: #feffe0;
}

#csr_ENV_tbl tr:nth-child(6) td {
  background-color: #fff8e0;
}

#csr_ENV_tbl tr:nth-child(7) td {
  background-color: #ffe9e8;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* 新しいルール
/* -------------------------------------------------------------------------*/
.cnt_blk {
  margin: 80px 0 0;
}

.cnt_blk:nth-child(1) {
  margin-top: 0;
}

.cnt_blk .blockTitle:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 980px) {
  .cnt_blk {
    margin: 60px 0;
  }
}

@media only screen and (max-width: 640px) {
  .cnt_blk {
    margin: 40px 0;
  }
}

.cnt_blk_first {
  margin-top: 0;
}

/* -- TITLES -- */
.ttl_section {
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
  font-weight: normal;
  padding: 25px 10px;
  line-height: 1.2;
}

.ttl_section span {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-left: 15px;
  margin-left: 10px;
  border-left: 1px solid #cecece;
}

.ttl_section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #2e4fb9;
  background-image: url(../png/bd_ichimatu.png);
}

.ttl_section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #2e4fb9;
  background-image: url(../png/bd_ichimatu.png);
}

@media only screen and (max-width: 640px) {
  .ttl_section {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px 5px;
    font-weight: bold;
  }
  .ttl_section span {
    font-size: 15px;
    font-size: 0.9375rem;
    display: block;
    padding-left: 0;
    margin-left: 0;
    border: none;
    margin-top: 3px;
    font-weight: normal;
  }
}

.ctg_textile .ttl_section::before, .ctg_textile .ttl_section::after {
  background-color: #3642a8;
}

.ctg_composite .ttl_section::before, .ctg_composite .ttl_section::after {
  background-color: #344146;
}

.ctg_mta .ttl_section::before, .ctg_mta .ttl_section::after {
  background-color: #3f803f;
}

.ctg_foundry .ttl_section::before, .ctg_foundry .ttl_section::after {
  background-color: #98404e;
}

.ctg_tri .ttl_section::before, .ctg_tri .ttl_section::after {
  background-color: #e28010;
}

.ctg_about .ttl_section::before, .ctg_about .ttl_section::after {
  background-color: #cda402;
}

/* page title */
.page_title, .page_title_2 {
  font-size: 28px;
  font-size: 1.75rem;
  border-left: 5px solid;
  margin: 0 0 30px;
  font-weight: normal;
  border-color: #516dc8;
  line-height: 1.1;
}

.ctg_textile .page_title, .ctg_textile .page_title_2 {
  border-color: #3642a8;
}

.ctg_mta .page_title, .ctg_mta .page_title_2 {
  border-color: #3f803f;
}

.ctg_composite .page_title, .ctg_composite .page_title_2 {
  border-color: #6f8090;
}

.ctg_foundry .page_title, .ctg_foundry .page_title_2 {
  border-color: #98404e;
}

.ctg_tri .page_title, .ctg_tri .page_title_2 {
  border-color: #f5982d;
}

.ctg_about .page_title, .ctg_about .page_title_2 {
  border-color: #cda402;
}

.ctg_recruit .page_title, .ctg_recruit .page_title_2 {
  border-color: #68c94a;
}

.page_title {
  padding: 20px 0 20px 20px;
}

.page_title_2 {
  padding: 2px 0 5px 20px;
}

.page_title_2 span {
  display: block;
  font-size: 14px;
  margin-bottom: 9px;
}

.page_title + .cnt_blk,
.page_title_2 + .cnt_blk {
  margin-top: 0;
}

/* category title */
.ctg_title {
  margin-top: 80px;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  font-weight: normal;
  padding: 20px 10px;
}

.ctg_title:first-child {
  margin-top: 0;
}

.ctg_title span {
  font-size: 17px;
  font-size: 1.0625rem;
}

.ctg_title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  background-image: url(../png/bd_ichimatu.png);
}

.ctg_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #000;
  background-image: url(../png/bd_ichimatu.png);
}

@media only screen and (max-width: 640px) {
  .ctg_title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px 5px;
  }
  .ctg_title span {
    font-size: 15px;
    font-size: 0.9375rem;
    display: block;
  }
}

.ctg_textile .ctg_title::before, .ctg_textile .ctg_title::after {
  background-color: #3642a8;
}

.ctg_mta .ctg_title::before, .ctg_mta .ctg_title::after {
  background-color: #3f803f;
}

.ctg_foundry .ctg_title::before, .ctg_foundry .ctg_title::after {
  background-color: #98404e;
}

.ctg_recruit .ctg_title::before, .ctg_recruit .ctg_title::after {
  background-color: #6ead4d;
}

.ctg_tri .ctg_title::before, .ctg_tri .ctg_title::after {
  background-color: #e28010;
}

.blockTitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 5px 10px 8px 10px;
  border-left: 5px solid #49a5c9;
  color: #2c7d9d;
  border-bottom: 1px dotted;
}

.ctg_foundry .blockTitle {
  border-color: #98404e;
  color: #98404e;
}

.ctg_recruit .blockTitle {
  border-color: #549f6b;
  color: #0b802f;
}

/* ----- BOX ----- */
.box_2clm {
  display: table;
  width: 100%;
}

.box_2clm .box_l {
  display: table-cell;
}

.box_2clm .box_r {
  display: table-cell;
}

@media only screen and (max-width: 640px) {
  .box_2clm {
    display: block;
  }
  .box_2clm .box_l, .box_2clm .box_r {
    display: block;
    width: 100%;
  }
}

.box_3clm, .box_3clm_eq {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.box_3clm .box_l, .box_3clm .box_c, .box_3clm .box_r, .box_3clm_eq .box_l, .box_3clm_eq .box_c, .box_3clm_eq .box_r {
  display: table-cell;
}

@media only screen and (max-width: 640px) {
  .box_3clm, .box_3clm_eq {
    display: block;
  }
  .box_3clm .box_l, .box_3clm .box_c, .box_3clm .box_r, .box_3clm_eq .box_l, .box_3clm_eq .box_c, .box_3clm_eq .box_r {
    display: block;
    width: 100%;
  }
}

.box_3clm_eq .box_l, .box_3clm_eq .box_c, .box_3clm_eq .box_r {
  width: 33.33333%;
}

@media only screen and (max-width: 640px) {
  .box_3clm_eq {
    display: block;
  }
  .box_3clm_eq .box_l, .box_3clm_eq .box_c, .box_3clm_eq .box_r {
    display: block;
    width: 100%;
  }
}

/* ---- CATEGORY TOP IMG ---- */
.cnt_tp_fig {
  margin: 0;
  padding: 0;
}

.cnt_tp_fig img {
  max-width: 100%;
  height: auto;
}

/* ----- LINK ----- */
A.link_1 {
  display: inline-block;
  padding: 10px 25px 8px 15px;
  text-decoration: none;
  background: url(../png/arw_r_w.png) right center no-repeat #516dc8;
  background-size: 15px;
  color: #fff;
  transition: background 0.2s ease;
}

A.link_1:hover {
  background-color: #1292ff;
}

P.link_blank a {
  display: inline-block;
  padding: 12px 30px 10px;
  background-color: #1292ff;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  line-height: 1.2;
  border: 1px solid #097fe3;
  transition: background 0.2s ease;
}

P.link_blank a::after {
  content: url(../png/icon_blank.png);
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

P.link_blank a:hover {
  background-color: #00c4ff;
  border-color: #00c4ff;
}

/* ----- TEL BOX ----- */
.tel_box_1 {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px;
  color: #737373;
}

.tel_box_1::before {
  content: url(../png/icon_tel_1.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.tel_box_1 a {
  text-decoration: none;
  color: #737373;
  font-weight: bold;
}

/* ----- NOTE BOX ----- */
.note_box {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 20px 15px 15px;
  border: 2px solid #f8b62d;
  border-radius: 10px;
}

.note_box .title {
  position: absolute;
  top: -35px;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 5px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  color: #ea5514;
  background-color: #fff;
}

.note_box .text {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .note_box {
    padding: 15px 10px 10px;
  }
  .note_box .title {
    top: -32px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* CMS
/* -------------------------------------------------------------------------*/
.cms_blk > ul {
  margin-left: 0;
  padding-left: 30px;
}

.cms_blk > ul > li {
  margin-bottom: 15px;
}

.cms_blk table {
  border-collapse: collapse;
  margin: 10px 0;
}

.cms_blk th, .cms_blk td {
  border: 1px solid #dfdfdf;
  padding: 8px;
}

.cms_blk th {
  background-color: #e4fbda;
  color: #487c0b;
  font-weight: normal;
}

.cms_blk tr:nth-child(2n) td {
  background-color: #fbfbfb;
}

.cms_blk .blockTitle:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .cms_blk th, .cms_blk td {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
    padding: 3px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COOKIE POLICY
/* -------------------------------------------------------------------------*/
#SP_cookie {
  display: none;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 20;
}

#SP_cookie #ot-sdk-btn.ot-sdk-show-settings {
  display: block;
  position: relative;
  padding: 0;
  border: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #8a8a8a;
  background-color: #fff;
  padding: 2px 4px 0;
  border-radius: 3px;
}

#SP_cookie #ot-sdk-btn.ot-sdk-show-settings::before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 auto 2px;
  background: url(../png/hd_icon.png) 0 -85px no-repeat;
}

@media only screen and (max-width: 640px) {
  #SP_cookie {
    display: block;
  }
}

.hd_cookie {
  text-align: center;
}

.hd_cookie #ot-sdk-btn.ot-sdk-show-settings {
  display: block;
  position: relative;
  padding: 0;
  border: none;
}

.hd_cookie #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: transparent;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGE NOT FOUND
/* -------------------------------------------------------------------------*/
.page_notFound {
  margin: 30px 0;
  padding: 30px;
  border: 2px solid #eee;
}

.page_notFound h1 {
  line-height: 1.2;
}

@media only screen and (max-width: 980px) {
  .page_notFound {
    padding: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .page_notFound {
    padding: 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.clearfix::after, .cnt_wrp::after {
  display: block;
  clear: both;
  content: "";
}

.mincho, .cnt_block > h3, .cmp_massage_block .signature, .cmp_csr_c1_box {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.BS_ed .subhead {
  font-size: 22px;
  font-size: 1.375rem;
  border-bottom: 3px dotted #adadad;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 5em;
  line-height: 1.5;
  font-weight: bold;
}

.BS_ed .subsubhead {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-top: 3em;
  margin-bottom: 25px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #ccc;
  line-height: 1.5;
  font-weight: normal;
}

.BS_ed .subsubhead::before {
  content: ' ';
  background-color: #516dc8;
  width: 9px;
  height: 24px;
  padding: 4px 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.ctg_textile .BS_ed .subsubhead::before {
  background-color: #3642a8;
}

.ctg_mta .BS_ed .subsubhead::before {
  background-color: #3f803f;
}

.ctg_composite .BS_ed .subsubhead::before {
  background-color: #4e5869;
}

.ctg_foundry .BS_ed .subsubhead::before {
  background-color: #98404e;
}

.ctg_recruit .BS_ed .subsubhead::before {
  background-color: #f49522;
}

.BS_ed p {
  line-height: 1.6;
}

.BS_ed li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.news_detail .BS_ed:first-child .subhead:first-child {
  margin-top: 0;
}

.BS_flp {
  *zoom: 1;
  margin-bottom: 1em;
  margin-left: -10px;
  margin-right: -10px;
}

.BS_flp:before, .BS_flp:after {
  display: table;
  content: "";
  line-height: 0;
}

.BS_flp:after {
  clear: both;
}

@media only screen and (max-width: 640px) {
  .BS_flp {
    margin-left: 0;
    margin-right: 0;
  }
}

.BS_flp_tx,
.BS_flp_fig {
  display: block;
  padding: 0 10px;
}

@media only screen and (max-width: 640px) {
  .BS_flp_tx,
  .BS_flp_fig {
    padding: 0;
  }
}

.BS_flp_tx {
  width: 66.66%;
}

@media only screen and (max-width: 640px) {
  .BS_flp_tx {
    width: auto;
  }
}

.BS_flp_tx > :first-child {
  margin-top: 0;
}

.BS_flp_tx > :last-child {
  margin-bottom: 0;
}

.BS_flp_fig {
  margin: 0 auto 1em;
  text-align: center;
  width: 33.33%;
}

@media only screen and (max-width: 640px) {
  .BS_flp_fig {
    width: auto;
    margin: 1em auto 0;
  }
}

.BS_flp_left > .BS_flp_tx {
  float: right;
}

@media only screen and (max-width: 640px) {
  .BS_flp_left > .BS_flp_tx {
    float: none;
  }
}

.BS_flp_left > .BS_flp_fig {
  float: left;
}

@media only screen and (max-width: 640px) {
  .BS_flp_left > .BS_flp_fig {
    float: none;
  }
}

.BS_flp_right > .BS_flp_tx {
  float: left;
}

@media only screen and (max-width: 640px) {
  .BS_flp_right > .BS_flp_tx {
    float: none;
  }
}

.BS_flp_right > .BS_flp_fig {
  float: right;
}

@media only screen and (max-width: 640px) {
  .BS_flp_right > .BS_flp_fig {
    float: none;
  }
}

.BS_figb {
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .BS_figb {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 640px) {
  .BS_figb {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

.BS_figb:first-child,
.subhead + .BS_figb,
.subsubhead + .BS_figb {
  margin-top: 0;
}

.BS_figb:last-child {
  margin-bottom: 0;
}

.BS_figbi {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.BS_figbi > .BS_figi {
  display: table-cell;
  vertical-align: top;
  padding: 5px 10px;
}

.BS_figi img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.BS_figi > .caption {
  display: block;
  margin: .5em 0;
  font-size: 82.5%;
  line-height: 1.333;
}

@media only screen and (max-width: 980px) {
  .BS_figbi > .BS_figi {
    padding: 5px 7px;
  }
}

@media only screen and (max-width: 640px) {
  .BS_figi img {
    max-height: 40vh;
  }
  .BS_figbi,
  .BS_figbi > .BS_figi {
    display: block;
  }
}

.BS_tb {
  width: 100%;
  margin: 15px 0;
  border-collapse: collapse;
}

.BS_tb th, .BS_tb td {
  padding: .5em .75em;
  line-height: 1.333;
  background: #fff;
  border: solid 1px #c9c9c9;
}

.BS_tb th {
  font-weight: normal;
  text-align: center;
  background: #f4f4f4;
}

.BS_tb thead th {
  vertical-align: middle;
  background: #eee;
}

.BS_ytb {
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .BS_ytb {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 640px) {
  .BS_ytb {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

.BS_ytb:first-child,
.subhead + .BS_ytb,
.subsubhead + .BS_ytb {
  margin-top: 0;
}

.BS_ytb:last-child {
  margin-bottom: 0;
}

.BS_ytb iframe, .BS_ytb video {
  max-width: 100%;
}

.BS_flb {
  margin: 1em 0;
  padding: .75em 1em;
  background: #f4f4f4;
}

.BS_flb small {
  color: #888;
}

.BS_flb_hd {
  display: inline-block;
  margin: 0 0 .5em;
  padding: 5px 10px;
  line-height: 1;
  font-size: 82.5%;
  font-weight: bold;
  color: #fff;
  background: #666;
  border-radius: 3px;
}

.BS_fls {
  list-style: none;
  margin: 0;
  padding: 0;
}

.BS_fls > li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
}

.BS_fls > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  top: .75em;
  width: .4em;
  height: .4em;
  border-radius: .4em;
  margin: -.2em;
  background: #333;
}

.BS_mapb {
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .BS_mapb {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 640px) {
  .BS_mapb {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

.BS_mapb:first-child,
.subhead + .BS_mapb,
.subsubhead + .BS_mapb {
  margin-top: 0;
}

.BS_mapb:last-child {
  margin-bottom: 0;
}

.BS_mapb > .bs-replace-map {
  min-height: 320px;
}

.BS_mapb > .bs-replace-map img {
  max-width: 100%;
  height: auto;
}
