@charset "UTF-8";
/**
 * ヘッダー(public/assets/inc/header.html 他)専用CSS。
 * common.css(10,051行/226KB)からヘッダー描画に必要な部分のみ抽出したもの。
 * common.cssは削除済み。footerは今回スタイル対象外(将来デザイン変更予定のため)。
 * モバイルハンバーガーメニュー(#MBL_MN)内にクローン表示されるフッターナビ部分
 * (元common.cssの #MBL_MN .ft_nv)も同じ理由で意図的に含めていない。
 * header.html/footer.html自体は改変していない(絶対ルール通り)。
 */

/* ==== normalize.css v8.0.1 base (common.cssより, Open Sans importは除外) ==== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ==== common.cssの.flxImg等の混在ブロックからheader該当分のみ抽出 ==== */
#MBL_MN #HD_logo a img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* ==== common.cssの.gothic, bodyの混在ブロックからbody分のみ抽出 ==== */
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
}

/* ==== COMMON/BASE(html基本設定・box-sizing・body余白) ==== */
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;
  }
}

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

img {
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
  color: #383838;
}


body.nv_news #HD #NV > ul > li.nv_news > a, body.nv_1 #HD #NV > ul > li.nv_1 > a, body.nv_3 #HD #NV > ul > li.nv_3 > a, body.nv_4 #HD #NV > ul > li.nv_4 > a, body.nv_5 #HD #NV > ul > li.nv_5 > a {
  border-bottom: 2px solid #01adef;
}
body.ctg_LS.nv2_1 #NV2 .nv2_2 li.nv2_2_1, body.ctg_LS.nv2_2 #NV2 .nv2_2 li.nv2_2_2, body.ctg_LS.nv2_3 #NV2 .nv2_2 li.nv2_2_3, body.ctg_LS.nv2_4 #NV2 .nv2_2 li.nv2_2_4, body.ctg_LS.nv2_5 #NV2 .nv2_2 li.nv2_2_5, body.ctg_LS.nv2_6 #NV2 .nv2_2 li.nv2_2_6 {
  background-color: #f8e4e8;
}
body.ctg_LS.nv2_1 #NV2 .nv2_2 li.nv2_2_1 a, body.ctg_LS.nv2_2 #NV2 .nv2_2 li.nv2_2_2 a, body.ctg_LS.nv2_3 #NV2 .nv2_2 li.nv2_2_3 a, body.ctg_LS.nv2_4 #NV2 .nv2_2 li.nv2_2_4 a, body.ctg_LS.nv2_5 #NV2 .nv2_2 li.nv2_2_5 a, body.ctg_LS.nv2_6 #NV2 .nv2_2 li.nv2_2_6 a {
  color: #d34d66;
}
body.ctg_MD.nv2_1 #NV2 .nv2_2 li.nv2_2_1, body.ctg_MD.nv2_2 #NV2 .nv2_2 li.nv2_2_2, body.ctg_MD.nv2_3 #NV2 .nv2_2 li.nv2_2_3, body.ctg_MD.nv2_4 #NV2 .nv2_2 li.nv2_2_4, body.ctg_MD.nv2_5 #NV2 .nv2_2 li.nv2_2_5, body.ctg_MD.nv2_6 #NV2 .nv2_2 li.nv2_2_6, body.ctg_MD.nv2_7 #NV2 .nv2_2 li.nv2_2_7 {
  background-color: #d9eff7;
}
body.ctg_MD.nv2_1 #NV2 .nv2_2 li.nv2_2_1 a, body.ctg_MD.nv2_2 #NV2 .nv2_2 li.nv2_2_2 a, body.ctg_MD.nv2_3 #NV2 .nv2_2 li.nv2_2_3 a, body.ctg_MD.nv2_4 #NV2 .nv2_2 li.nv2_2_4 a, body.ctg_MD.nv2_5 #NV2 .nv2_2 li.nv2_2_5 a, body.ctg_MD.nv2_6 #NV2 .nv2_2 li.nv2_2_6 a, body.ctg_MD.nv2_7 #NV2 .nv2_2 li.nv2_2_7 a {
  color: #0093cb;
}

#HD {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  background-color: #fff;
}
#HD .hd_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 120px;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
body.preparing #HD .hd_wrp {
  -webkit-transition: none;
  transition: none;
}
#HD #HD_logo {
  margin: 30px;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.preparing #HD #HD_logo {
  -webkit-transition: none;
  transition: none;
}
#HD #HD_logo a {
  display: block;
}
#HD #HD_logo a img {
  width: 255px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.preparing #HD #HD_logo a img {
  -webkit-transition: none;
  transition: none;
}
#HD #NV {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
  margin-left: 50px;
}
#HD #NV > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
}
#HD #NV > ul > li {
  margin: 0;
  padding: 0;
}
#HD #NV > ul > li.nv_0 {
  display: none;
}
#HD #NV > ul > li > a {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  text-align: center;
  padding: 10px 5px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border-bottom: 2px solid transparent;
}
#HD #NV > ul > li > a:hover {
  color: #01adef;
}
#HD #NV > ul > li > a[target=_blank]::after {
  content: url(../img/ic_blank.png);
  display: inline-block;
  margin-left: 10px;
}
#HD #NV > ul > li > a.open {
  color: #01adef;
}
#HD #NV > ul > li.nv_1 > a::after, #HD #NV > ul > li.nv_4 > a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  margin-left: 10px;
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#HD #NV > ul > li.nv_1 > a.open::after, #HD #NV > ul > li.nv_4 > a.open::after {
  border-color: #01adef;
  -webkit-transform: translateY(100%) rotate(45deg);
          transform: translateY(100%) rotate(45deg);
}
#HD #NV .mn_dsc {
  display: none;
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
#HD #NV .mn_dsc.open {
  z-index: 1;
}
#HD #NV .mn_dsc_dv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#HD #NV .mn_dsc_dv li {
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
}
#HD #NV .mn_dsc_dv li a {
  position: relative;
  display: block;
  height: 235px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#HD #NV .mn_dsc_dv li a span {
  position: absolute;
  top: 50%;
  padding-bottom: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#HD #NV .mn_dsc_dv li a span::after {
  position: absolute;
  content: "";
  top: 5px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#HD #NV .mn_dsc_dv li:nth-child(1) a {
  background-image: url(../img/hd_drp_md.png);
  background-position: left top;
  background-color: #0093cb;
}
#HD #NV .mn_dsc_dv li:nth-child(1) a:hover {
  background-color: #00a8eb;
}
#HD #NV .mn_dsc_dv li:nth-child(1) a span {
  right: 10%;
}
#HD #NV .mn_dsc_dv li:nth-child(2) a {
  background-image: url(../img/hd_drp_ls.png);
  background-position: right top;
  background-color: #d34d66;
}
#HD #NV .mn_dsc_dv li:nth-child(2) a:hover {
  background-color: #e93d5d;
}
#HD #NV .mn_dsc_dv li:nth-child(2) a span {
  left: 10%;
}
#HD #NV .mn_dsc_prf {
  background: url(../img/hd_drp_prf.png) right top no-repeat #01adef;
  background-size: auto 250px;
}
#HD #NV .mn_dsc_prf .wrp {
  height: 250px;
  padding: 1px 20px;
  color: #fff;
}
#HD #NV .mn_dsc_prf .wrp > p {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  margin: 2rem 0 0;
}
#HD #NV .mn_dsc_prf .wrp > p span {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1;
}
#HD #NV .mn_dsc_prf ul {
  max-width: 600px;
  margin: 2rem auto 0;
  padding: 0;
  height: 200px;
  font-size: 0;
}
#HD #NV .mn_dsc_prf li {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  width: 48%;
  padding: 0;
  margin: 1%;
}
#HD #NV .mn_dsc_prf li a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#HD #NV .mn_dsc_prf li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}
#HD #NV .mn_dsc_prf li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#HD #NV .btn_close {
  background-color: #fff;
  padding: 15px;
  text-align: center;
}
#HD #NV .btn_close span {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 0.4rem 1.5rem;
  line-height: 1;
  color: #fff;
  background-color: #949494;
  border-radius: 3rem;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#HD #NV .btn_close span:hover {
  background-color: #5a5a5a;
}
#HD #NV2 .nv2_1 {
  font-size: 20px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#HD #NV2 .nv2_1 li {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#HD #NV2 .nv2_1 li a {
  display: block;
  padding: 18px 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #a8a8a8;
  line-height: 1;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
body.ctg_MD #HD #NV2 .nv2_1 li.nv_MD a {
  color: #fff;
  background-color: #0093cb;
}
body.ctg_LS #HD #NV2 .nv2_1 li.nv_LS a {
  color: #fff;
  background-color: #d34d66;
}
.ctg_LS #HD #NV2 .nv2_1 li.nv_MD a:hover {
  color: #0093cb;
  background-color: #d4e0f3;
}
.ctg_MD #HD #NV2 .nv2_1 li.nv_LS a:hover {
  color: #d34d66;
  background-color: #fce6e6;
}
#HD #NV2 .nv2_2 {
  font-size: 17px;
  font-size: 1.0625rem;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  border-bottom: 2px solid;
}
#HD #NV2 .nv2_2 li {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#HD #NV2 .nv2_2 li a {
  display: block;
  padding: 19px 5px;
  text-decoration: none;
  color: #000;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  line-height: 1.3;
  white-space: nowrap;
}
body.ctg_LS #HD #NV2 .nv2_2 li a:hover {
  color: #d34d66;
}
.ctg_MD #HD #NV2 .nv2_2 {
  border-color: #0093cb;
}
.ctg_MD #HD #NV2 .nv2_2 li a:hover {
  color: #0093cb;
}
.ctg_LS #HD #NV2 .nv2_2 {
  border-color: #d34d66;
}
.ctg_LS #HD #NV2 .nv2_2 li a:hover {
  color: #d34d66;
}
#HD .hd_info {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 15px;
  right: 20px;
  line-height: 1;
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
}
#HD .hd_info .contact {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #c7c7c7;
}
#HD .hd_info .contact a {
  display: block;
  color: #000;
  text-decoration: none;
}
#HD .hd_info .contact a img {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
#HD .hd_info .languages p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
}
#HD .hd_info .languages ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#HD .hd_info .languages li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#HD .hd_info .languages li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
#HD .hd_info .languages li:first-child::after {
  content: "/";
  display: inline-block;
  margin: 0 2px;
}
#HD .hd_info .languages li.in a {
  color: #d80000;
}
body.hd_fixed #HD {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.hd_fixed #HD .hd_wrp {
  height: 50px;
}
body.hd_fixed #HD #HD_logo {
  margin: 5px;
}
body.hd_fixed #HD #HD_logo a img {
  width: 200px;
}
body.hd_fixed #HD .hd_info {
  top: -100px;
}
body.hd_fixed #HD #NV {
  margin-top: 0;
}
body.hd_fixed #HD #NV > ul > li > a {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0px 5px;
}
body.hd_fixed #HD #NV .mn_dsc {
  top: 50px;
}
body.hd_fixed #HD #NV2 .nv2_1 {
  font-size: 16px;
  font-size: 1rem;
}
body.hd_fixed #HD #NV2 .nv2_1 li a {
  padding: 8px 10px;
}
body.hd_fixed #HD #NV2 .nv2_2 {
  font-size: 14px;
  font-size: 0.875rem;
}
body.hd_fixed #HD #NV2 .nv2_2 li a {
  padding: 8px 10px;
}
@media only screen and (max-width: 1250px) {
  #HD #HD_logo {
    margin: 30px 10px 30px 20px;
  }
  #HD #NV {
    margin-left: 10px;
  }
}
@media only screen and (max-width:1200px) {
  #HD #NV > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width:980px) {
  #HD .hd_wrp {
    display: block;
    height: 100px;
  }
  #HD #HD_logo {
    margin: 15px 0 0 15px;
  }
  #HD #NV {
    padding: 0 10px;
    margin-left: 0;
  }
  #HD #NV > ul {
    margin: 0;
  }
  #HD #NV > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
  }
  #HD #NV .mn_dsc {
    top: 120px;
  }
  #HD #NV .mn_dsc_dv li {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .ctg_MD #HD #NV2 .nv2_2 li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .ctg_LS #HD #NV2 .nv2_2 li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #HD .hd_info {
    top: 10px;
  }
  body.hd_fixed #HD .hd_wrp {
    height: 65px;
  }
  body.hd_fixed #HD #HD_logo {
    margin: 5px;
  }
  body.hd_fixed #HD #HD_logo img {
    width: 180px;
    height: auto;
  }
  body.hd_fixed #HD #NV {
    margin-top: 0;
  }
  body.hd_fixed #HD #NV .mn_dsc {
    top: 70px;
  }
}
@media only screen and (max-width: 850px) {
  #HD #NV2 .nv2_2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #HD #NV2 .nv2_2 li a {
    padding: 10px 5px;
  }
  #HD #NV2 .nv2_2 li a span {
    display: block;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 641px) {
  #HD #NV2 .nv2_2 {
    display: table !important;
  }
}
@media only screen and (max-width:640px) {
  #HD .hd_wrp {
    padding: 8px;
    height: 46px !important;
  }
  #HD #HD_logo {
    margin: 0 !important;
    display: inline-block;
  }
  #HD #HD_logo a img {
    width: 200px !important;
    height: auto;
  }
  #HD #NV, #HD .hd_info {
    display: none;
  }
  #HD #NV2 .nv2_1 {
    font-size: 15px;
    font-size: 0.9375rem !important;
  }
  #HD #NV2 .nv2_1 li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #HD #NV2 .nv2_1 li a {
    padding: 14px 5px;
    -webkit-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
  }
  body.ctg_MD #HD #NV2 .nv2_1 li:nth-child(1) a::after, body.ctg_LS #HD #NV2 .nv2_1 li:nth-child(2) a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7px;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #HD #NV2.mn_on .nv2_1 li a::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #HD #NV2 .nv2_2 {
    font-size: 15px;
    font-size: 0.9375rem !important;
    display: none;
    padding: 5px;
  }
  body.ctg_MD #HD #NV2 .nv2_2 {
    background-color: #0093cb;
  }
  body.ctg_LS #HD #NV2 .nv2_2 {
    background-color: #d34d66;
  }
  #HD #NV2 .nv2_2 li {
    display: block;
  }
  #HD #NV2 .nv2_2 li a {
    text-align: left;
    padding: 15px 5px !important;
    background-color: #fff;
  }
  #HD #NV2 .nv2_2 li a span {
    display: inline-block;
  }
  #HD #NV2 .nv2_2 li + li {
    margin-top: 1px;
  }
}

#HD_mask {
  display: none;
  position: fixed;
  z-index: 1000;
  height: 110vh;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0.8);
}
body.hd_open #HD_mask {
  display: block;
}

/* ==== MBL MENU(モバイルハンバーガー。フッターナビのクローン部分#MBL_MN .ft_nvは除外、footer未スタイル方針のため) ==== */
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* MBL MENU
/* -------------------------------------------------------------------------*/
#MBL_btn {
  display: none;
  position: fixed;
  z-index: 1003;
  top: 3px;
  right: 0;
  height: 40px;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#MBL_btn span,
#MBL_btn span:before,
#MBL_btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#MBL_btn span:before {
  bottom: 8px;
}
#MBL_btn span:after {
  top: 8px;
}
body.mblNV_open #MBL_btn span:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.mblNV_open #MBL_btn span {
  background-color: #fff;
}
body.mblNV_open #MBL_btn span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width:640px) {
  #MBL_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.mblNV_open {
  overflow: hidden;
}

#MBL_MN {
  position: fixed;
  display: none;
  width: 100%;
  height: 110vh;
  z-index: 1002;
  background-color: #01adef;
  top: 0;
  left: 0;
}
#MBL_MN .wrp {
  height: calc(100vh - 46px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#MBL_MN .wrp::after {
  content: "";
  display: block;
  height: 100px;
}
#MBL_MN #HD_logo {
  background-color: #fff;
  width: 100%;
  margin: 0;
  padding: 8px;
}
#MBL_MN #HD_logo a {
  display: block;
  width: 200px;
}
#MBL_MN .languages {
  background-color: #fff;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  border-top: 1px dotted #01adef;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#MBL_MN .languages p {
  margin: 0 5px 0 0;
}
#MBL_MN .languages ul {
  margin: 0;
  padding: 0;
}
#MBL_MN .languages li {
  display: inline-block;
  vertical-align: middle;
}
#MBL_MN .languages li a {
  display: block;
  text-decoration: none;
  color: #000;
  background-color: #ececec;
  padding: 5px 10px;
  border-radius: 3px;
  min-width: 100px;
  text-align: center;
}
#MBL_MN .languages li.in a {
  color: #d81b1b;
  background-color: #fff0f0;
}
#MBL_MN #NV2 .nv2_1 {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
#MBL_MN #NV2 .nv2_1 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#MBL_MN #NV2 .nv2_1 li a {
  display: block;
  text-align: center;
  background-color: #a8a8a8;
  color: #fff;
  text-decoration: none;
  padding: 10px 5px;
  white-space: nowrap;
}
body.ctg_MD #MBL_MN #NV2 .nv2_1 li.nv_MD a {
  background-color: #0093cb;
}
body.ctg_LS #MBL_MN #NV2 .nv2_1 li.nv_LS a {
  background-color: #d34d66;
}
#MBL_MN #NV2 .nv2_2 {
  padding: 5px;
  margin: 0;
  list-style: none;
}
body.ctg_MD #MBL_MN #NV2 .nv2_2 {
  background-color: #0093cb;
}
body.ctg_LS #MBL_MN #NV2 .nv2_2 {
  background-color: #d34d66;
}
#MBL_MN #NV2 .nv2_2 li {
  margin: 2px 0;
  padding: 0;
}
#MBL_MN #NV2 .nv2_2 li a {
  display: block;
  padding: 8px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
body.ctg_LS #MBL_MN.nv2_1 #NV2 .nv2_2 li:nth-child(1) a, body.ctg_LS #MBL_MN.nv2_2 #NV2 .nv2_2 li:nth-child(2) a, body.ctg_LS #MBL_MN.nv2_3 #NV2 .nv2_2 li:nth-child(3) a, body.ctg_LS #MBL_MN.nv2_4 #NV2 .nv2_2 li:nth-child(4) a, body.ctg_LS #MBL_MN.nv2_5 #NV2 .nv2_2 li:nth-child(5) a, body.ctg_LS #MBL_MN.nv2_6 #NV2 .nv2_2 li:nth-child(6) a {
  background-color: #f8e4e8;
  color: #d34d66;
}
body.ctg_MD #MBL_MN.nv2_1 #NV2 .nv2_2 li:nth-child(1) a, body.ctg_MD #MBL_MN.nv2_2 #NV2 .nv2_2 li:nth-child(2) a, body.ctg_MD #MBL_MN.nv2_3 #NV2 .nv2_2 li:nth-child(3) a, body.ctg_MD #MBL_MN.nv2_4 #NV2 .nv2_2 li:nth-child(4) a, body.ctg_MD #MBL_MN.nv2_5 #NV2 .nv2_2 li:nth-child(5) a, body.ctg_MD #MBL_MN.nv2_6 #NV2 .nv2_2 li:nth-child(6) a, body.ctg_MD #MBL_MN.nv2_7 #NV2 .nv2_2 li:nth-child(7) a {
  background-color: #e9f5ff;
  color: #1377b1;
}
#MBL_MN #NV {
  padding: 20px 8px 10px;
}
#MBL_MN #NV .btn_close {
  display: none;
}
#MBL_MN #NV ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#MBL_MN #NV li {
  margin: 1px 0 0;
  padding: 0;
}
#MBL_MN #NV li a {
  position: relative;
  display: block;
  padding: 8px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
#MBL_MN #NV li a[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  top: 12px;
  width: 13px;
  height: 13px;
  background: url(../img/ic_blank.png) 0 0 no-repeat;
}
#MBL_MN #NV li.hasChild > a {
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#MBL_MN #NV li.hasChild > a::before, #MBL_MN #NV li.hasChild > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background-color: #707070;
}
#MBL_MN #NV li.hasChild > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#MBL_MN #NV li.hasChild > a.in::after {
  display: none;
}
#MBL_MN #NV li.hasChild > a.in {
  background-color: #dffcff;
}
#MBL_MN #NV .mn_dsc {
  display: none;
}
#MBL_MN #NV .mn_dsc li {
  margin-top: 0;
}
#MBL_MN #NV .mn_dsc li a {
  padding: 8px 8px 8px 20px;
  border-top: 1px dotted #bebebe;
}
#MBL_MN #NV .mn_dsc_prf > ul > li:nth-child(3) {
  display: none;
}
@media only screen and (max-width:640px) {
  body.mblNV_open #MBL_MN {
    display: block;
  }
}
