@charset 'UTF-8';
/*=================================
Normalize
==================================*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */

      -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

  -webkit-text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * 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: .35em .75em .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 {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

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

/* slick parts */
/* clearfix */
#str_wrap::after {
  content: '';
  display: block;
  clear: both;
}

/* margin-bottom: 0; */
/*=================================
base
==================================*/
html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background: #fff;
  line-height: 1.8;
  letter-spacing: .05em;
  word-break: break-word;
  font-family: 'Open Sans', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif !important;
  font-size: 1.6rem;
  color: #333;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

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

dl, dt, dd {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

figure {
  margin: 0;
}

a[href] {
  color: #333;
}

a sup {
  display: inline-block;
}

img {
  border: 0;
  outline: 0;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: inherit;
  color: inherit;
}

button:active {
  outline: none;
}

button, input, optgroup, select, textarea {
  font-family: 'Open Sans', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}

button:focus {
  outline: 1px dotted #666;
}

a img.icon, a img.modal {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  vertical-align: baseline;
}

a img.icon[alt^='pdf'], a img.modal[alt^='pdf'] {
  margin-bottom: 2px;
  vertical-align: middle;
}

a:hover, a:focus, a:active {
  color: #d90000;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .sp_hide {
    display: none;
  }
}

.pc_hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .pc_hide {
    display: block;
  }
}

.pc_hide_flex {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .pc_hide_flex {
    display: flex !important;
  }
}

.gsc-control-searchbox-only * {
  box-sizing: content-box;
}

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

/*=================================
structure
==================================*/
/* header */
#str_header {
  border-bottom: solid 1px #ccc;
  line-height: 28.8px;
  font-size: 16px;
}

#str_header.jsFixed {
  position: fixed;
  z-index: 999;
  width: calc(100% + 20px);
  height: 57px;
  margin: 0 -10px 0 -10px;
  overflow: hidden;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 14px -7px rgba(50, 50, 50, .5);
  border-bottom: none;
}

#str_header.jsFixed > .inner .demarcation {
  align-items: flex-start;
}

#str_header.jsFixed .inner {
  width: auto;
  max-width: 1261px;
}

#str_header.jsFixed .inner .demarcation {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

#str_header.jsFixed .inner .demarcation .dmc_col:first-child {
  flex: 0 0 auto;
  margin-right: 20px;
}

#str_header.jsFixed .inner .demarcation .dmc_col:last-child {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-end;
}

#str_header.jsFixed .sitelogo {
  width: 85px;
  height: 36px;
  background: url(/common_v2/images/site_logo_fixed.png) no-repeat;
}

#str_header.jsFixed .header_search {
  height: 17px;
  padding-top: 2px;
  padding-left: 11px;
  margin-top: -9px;
  margin-right: 13px;
  border-left: solid 1px #ccc;
}

#str_header.jsFixed .nav_utility {
  display: none;
}

#str_header.jsFixed .nav_global {
  position: relative;
  top: -61px;
  justify-content: flex-end;
  margin-right: 270px;
  margin-left: 85px;
}

@media only screen and (max-width: 1024px) {
  #str_header.jsFixed .nav_global > ul {
    justify-content: flex-end;
    width: auto;
    padding-left: 6px;
  }
}

#str_header.jsFixed .nav_global > ul > li {
  padding-right: 0;
  padding-left: 0;
  font-size: 1.1rem;
}

#str_header.jsFixed .nav_global > ul > li > a {
  padding-right: 5px;
  padding-left: 5px;
  letter-spacing: .4px;
}

#str_header.jsFixed .nav_global > ul > li > a .sub {
  font-size: 1rem;
}

#str_header > .inner {
  width: 1260px;
  padding-top: 13px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}

#str_header.jsFixed #str_header > .inner {
  width: auto;
}

#str_header > .inner .demarcation {
  display: flex;
  flex: 1 1 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

#str_header > .inner .demarcation .dmc_col:first-child {
  flex: 0 0 auto;
  margin-right: 20px;
}

#str_header > .inner .demarcation .dmc_col:last-child {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.sitelogo {
  display: block;
  width: 293px;
  height: 48px;
  margin-bottom: 0;
  background: url(/common_v2/images/site_logo_pc.png) no-repeat;
}

.sitelogo > p {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.header_search {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: -8px;
}

.header_search button {
  width: 13px;
  height: 14px;
  overflow: hidden;
  background: url(/common_v2/images/ico_search.png) no-repeat left top;
  text-indent: 100%;
  vertical-align: top;
  white-space: nowrap;
}

.header_search button:hover, .header_search button:focus, .header_search button:active {
  background: url(/common_v2/images/ico_search_on.png) no-repeat left top;
}

.nav_utility {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  margin-top: -6px;
  margin-right: 1px;
  margin-left: 20px;
  font-size: 1.2rem;
}

.nav_utility li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  border-left: solid 1px #ccc;
  letter-spacing: .1em;
  white-space: nowrap;
}

.nav_utility li:first-child {
  padding-right: 16px;
  padding-left: 19px;
  text-transform: uppercase;
}

.nav_utility li a {
  display: inline-block;
  text-decoration: none;
}

.link_conversion {
  flex: 0 1 auto;
  min-width: 120px;
  margin-top: -9px;
  margin-bottom: 0;
  line-height: 1.8;
  letter-spacing: .1em;
  text-align: center;
  font-size: 1.1rem;
}

.link_conversion a, .link_conversion a:link, .link_conversion a:visited {
  display: block;
  padding: 8px 13px;
  margin-bottom: -5px;
  background: #d90000;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.link_conversion a:hover, .link_conversion a:focus, .link_conversion a:active, .link_conversion a:link:hover, .link_conversion a:link:focus, .link_conversion a:link:active, .link_conversion a:visited:hover, .link_conversion a:visited:focus, .link_conversion a:visited:active {
  background: #e44d4d;
  color: #fff;
}

.link_conversion a b, .link_conversion a:link b, .link_conversion a:visited b {
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
}

.nav_global {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .nav_global {
    display: none;
  }
}

.nav_global > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  body:not(.old_template) .nav_global > ul {
    justify-content: space-between;
    width: 100%;
  }
}

.nav_global > ul > li {
  display: table;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1024px) {
  body:not(.old_template) .nav_global > ul > li {
    padding-right: 0;
    padding-left: 0;
    font-size: 1.4rem;
  }
}

.nav_global > ul > li > a, .nav_global > ul > li > button {
  display: table-cell;
  height: 55px;
  padding-right: 10px;
  padding-bottom: 17px;
  padding-left: 10px;
  border-bottom: solid 2px transparent;
  line-height: 1.227;
  letter-spacing: .12em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  color: #333;
}

.jsFixed .nav_global > ul > li > a, .jsFixed
.nav_global > ul > li > button {
  height: 46px;
}

.nav_global > ul > li > a:hover, .nav_global > ul > li > a:focus, .nav_global > ul > li > a:active, .nav_global > ul > li > button:hover, .nav_global > ul > li > button:focus, .nav_global > ul > li > button:active {
  border-bottom: solid 2px #d90000;
  color: #d90000;
}

.nav_global > ul > li > a .sub, .nav_global > ul > li > button .sub {
  font-size: 1.3rem;
}

@media only screen and (max-width: 1024px) {
  body:not(.old_template) .nav_global > ul > li > a, body:not(.old_template)
  .nav_global > ul > li > button {
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: .4px;
  }
  .jsFixed body:not(.old_template) .nav_global > ul > li > a, .jsFixed body:not(.old_template)
  .nav_global > ul > li > button {
    padding-bottom: 17px;
  }
}

.nav_global > ul > li > a.jsCurrent, .nav_global > ul > li > button.jsCurrent {
  border-bottom: solid 2px #d90000;
  color: #d90000;
}

.nav_global > ul > li > button::after {
  content: '';
  display: block;
  right: 0;
  bottom: 3px;
  left: 0;
  width: 7px;
  height: 7px;
  margin: 12px auto -20px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.nav_global > ul > li > button.jsOpen::after {
  border-top: solid 2px #d90000;
  border-right: solid 2px #d90000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.rwd .nav_megamenu {
  display: none;
}

.nav_megamenu .megadown {
  display: none;
  position: absolute;
  z-index: 2;
  width: calc(100% + 20px);
  padding-bottom: 15px;
  margin: 0 -10px 0 -10px;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 8px 14px -7px rgba(50, 50, 50, .5);
  border-top: solid 1px #dbdbdb;
}

.nav_megamenu .megadown .inner {
  max-width: 900px;
  padding-left: 30px;
  margin: 0 auto;
}

.nav_megamenu .megadown.service .inner .demarcation {
  display: block;
  float: left;
  width: 100%;
}

.nav_megamenu .megadown.jsOn {
  display: block;
}

#str_header.jsFixed .nav_megamenu .megadown {
  position: fixed;
  top: 57px;
  left: 0;
}

.nav_megamenu .mega_index {
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}

.nav_megamenu .mega_index .ttl {
  padding: 24px 0 20px;
  margin-bottom: 0;
  letter-spacing: .1em;
  font-size: 1.8rem;
  font-weight: bold;
}

.nav_megamenu .mega_index .ttl a {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  text-decoration: none;
}

.nav_megamenu .mega_index .ttl a::before, .nav_megamenu .mega_index .ttl a::after {
  content: '';
  position: absolute;
  margin: auto;
}

.nav_megamenu .mega_index .ttl a::before {
  top: 15px;
  left: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.nav_megamenu .mega_index .ttl a::after {
  top: 12px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_megamenu .demarcation {
  display: flex;
}

.nav_megamenu .list_large {
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-bottom: 8px;
}

[lang='en'] .nav_megamenu .list_large {
  flex: 1 0 auto;
}

.nav_megamenu .list_large > li {
  width: 200px;
  height: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.nav_megamenu .list_large > li:hover, .nav_megamenu .list_large > li:focus, .nav_megamenu .list_large > li:active {
  opacity: .75;
}

.nav_megamenu .list_large > li:last-child {
  margin-right: 0;
}

.nav_megamenu .list_large > li a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.nav_megamenu .list_large > li a .tag {
  display: block;
  width: 100%;
  padding: 0 20px;
  background: rgba(28, 28, 28, .8);
  font-size: 1.2rem;
  color: #fff;
}

.nav_megamenu .list_large > li a .ttl {
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 1.36;
  letter-spacing: .1em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

[lang='en'] .nav_megamenu .list_large > li a .ttl {
  height: auto;
  min-height: 50px;
  padding: 10px 12px;
  font-size: 1.42rem;
}

.nav_megamenu .list_large > li a .ttl::before, .nav_megamenu .list_large > li a .ttl::after {
  content: '';
  position: absolute;
  margin: auto;
}

.nav_megamenu .list_large > li a .ttl::before {
  top: 0;
  right: 16px;
  bottom: 0;
  width: 11px;
  height: 1px;
  background: #fff;
}

.nav_megamenu .list_large > li a .ttl::after {
  top: 0;
  right: 17px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_megamenu .list_large > li#item_01 {
  background: url(/common_v2/images/bg_megamenu_01.jpg) center no-repeat;
}

.nav_megamenu .list_large > li#item_01 .ttl {
  background: rgba(176, 19, 103, .9);
}

.nav_megamenu .list_large > li#item_02 {
  background: url(/common_v2/images/bg_megamenu_02.jpg) center no-repeat;
}

.nav_megamenu .list_large > li#item_02 .ttl {
  background: rgba(0, 164, 188, .9);
}

.nav_megamenu .list_large > li#item_03 {
  background: url(/common_v2/images/bg_megamenu_03.jpg) center no-repeat;
}

.nav_megamenu .list_large > li#item_03 .ttl {
  background: rgba(26, 45, 190, .9);
}

.nav_megamenu .list_large > li#item_04 {
  background: url(/common_v2/images/bg_megamenu_04.jpg) center no-repeat;
}

.nav_megamenu .list_large > li#item_04 .ttl {
  background: rgba(229, 179, 6, .9);
}

.nav_megamenu .list_large > li#item_05 {
  background: url(/common_v2/images/bg_megamenu_05.jpg) center no-repeat;
}

.nav_megamenu .list_large > li#item_05 .ttl {
  background: rgba(11, 92, 143, .9);
}

.nav_megamenu .list_large > li#item_06 {
  background: url(/common_v2/images/bg_megamenu_06.jpg) center no-repeat;
}

.nav_megamenu .list_large > li#item_06 .ttl {
  background: rgba(96, 52, 121, .9);
}

.nav_megamenu .list_small {
  margin-top: 0;
  margin-right: 6.64%;
  font-size: 1.5rem;
}

.nav_megamenu .list_small > li {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.25;
  letter-spacing: .1em;
}

.nav_megamenu .list_small > li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  color: #1c1c1c;
}

.nav_megamenu .list_small > li a:hover, .nav_megamenu .list_small > li a:focus, .nav_megamenu .list_small > li a:active {
  color: #d90000;
}

.nav_megamenu .list_small > li a::before, .nav_megamenu .list_small > li a::after {
  content: '';
  position: absolute;
  margin: auto;
}

.nav_megamenu .list_small > li a::before {
  top: 9px;
  left: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.nav_megamenu .list_small > li a::after {
  top: 6px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_megamenu .list_small:last-child {
  margin-right: 0;
}

.nav_megamenu .close_btn {
  margin-right: 25px;
  margin-bottom: 10px;
  text-align: right;
}

.nav_megamenu .close_btn .btn {
  position: relative;
  padding: 4px 15px 6px 30px;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 1.4rem;
}

.nav_megamenu .close_btn .btn::before, .nav_megamenu .close_btn .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 16px;
  height: 1px;
  margin: auto;
  background-color: #333;
}

.nav_megamenu .close_btn .btn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav_megamenu .close_btn .btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_breadcrumb ul {
  width: 1260px;
  padding-top: 7px;
  padding-right: 30px;
  padding-bottom: 6px;
  padding-left: 30px;
  margin: 0 auto;
  font-size: 1.2rem;
}

.nav_breadcrumb ul li {
  display: inline;
  margin-right: 4px;
}

.nav_breadcrumb ul li a {
  display: inline-block;
  text-decoration: underline;
  color: #333;
}

.nav_breadcrumb ul li a:not([class='disabled']):hover, .nav_breadcrumb ul li a:not([class='disabled']):focus, .nav_breadcrumb ul li a:not([class='disabled']):active {
  color: #d90000;
}

.nav_breadcrumb ul li a:not([class='disabled'])::after {
  content: '';
  display: inline-block;
  width: .55em;
  height: .55em;
  margin-left: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg) skew(-15deg, -15deg) translate(-1px);
          transform: rotate(45deg) skew(-15deg, -15deg) translate(-1px);
}

.nav_breadcrumb ul li a.disabled, .nav_breadcrumb ul li a:not([href]) {
  pointer-events: none;
  text-decoration: none;
}

.nav_breadcrumb ul li a.disabled:hover, .nav_breadcrumb ul li a.disabled:focus, .nav_breadcrumb ul li a.disabled:active, .nav_breadcrumb ul li a:not([href]):hover, .nav_breadcrumb ul li a:not([href]):focus, .nav_breadcrumb ul li a:not([href]):active {
  color: #333;
}

.nav_breadcrumb ul li:last-child a::after {
  display: none;
}

#str_main .nav_breadcrumb {
  display: none;
}

.btn_hbgmenu, #srt_hamburger .btn_hbgmenu {
  display: none;
  margin-top: -5px;
  margin-left: 9px;
}

.btn_hbgmenu button, #srt_hamburger .btn_hbgmenu button {
  width: 26px;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
}

.btn_hbgmenu button .icon, #srt_hamburger .btn_hbgmenu button .icon {
  display: block;
  position: relative;
  left: 4px;
  width: 18px;
  height: 1px;
  background: #333;
  text-indent: 100%;
  white-space: nowrap;
}

.btn_hbgmenu button .icon::before, #srt_hamburger .btn_hbgmenu button .icon::before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
  width: 18px;
  height: 1px;
  background: #333;
}

.btn_hbgmenu button .icon:after, #srt_hamburger .btn_hbgmenu button .icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 18px;
  height: 1px;
  background: #333;
}

#srt_hamburger {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin-left: 100%;
  overflow-y: scroll;
  background: linear-gradient(to bottom, #fff 0%, #fff 92px, #eee 92px, #eee 100%);
}

#srt_hamburger .btn_hbgmenu {
  display: block;
  margin: 3px 10px 8px 0;
  text-align: right;
}

#srt_hamburger .btn_hbgmenu button .icon {
  height: 14px;
  background: #fff;
}

#srt_hamburger .btn_hbgmenu button .icon::before {
  top: 6px;
  background: #d90000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#srt_hamburger .btn_hbgmenu button .icon::after {
  background: #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#srt_hamburger .gnav_upper {
  margin-bottom: 19px;
  background: #fff;
  border-bottom: solid 1px #ccc;
}

#srt_hamburger .gnav_upper > ul > li {
  padding-left: 20px;
  border-top: solid 1px #ccc;
}

#srt_hamburger .gnav_upper > ul > li > a, #srt_hamburger .gnav_upper > ul > li > button {
  display: block;
  width: 100%;
  padding: 12px 0 10px;
  letter-spacing: .13em;
  text-align: left;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

#srt_hamburger .gnav_upper > ul > li button {
  position: relative;
}

#srt_hamburger .gnav_upper > ul > li button:hover, #srt_hamburger .gnav_upper > ul > li button:focus, #srt_hamburger .gnav_upper > ul > li button:active {
  color: #d90000;
}

#srt_hamburger .gnav_upper > ul > li button:active {
  outline: none;
}

#srt_hamburger .gnav_upper > ul > li button::before, #srt_hamburger .gnav_upper > ul > li button::after {
  content: '';
  display: block;
  position: absolute;
  background: #666;
}

#srt_hamburger .gnav_upper > ul > li button::before {
  top: 23px;
  right: 16px;
  width: 12px;
  height: 2px;
}

#srt_hamburger .gnav_upper > ul > li button::after {
  top: 18px;
  right: 21px;
  width: 2px;
  height: 12px;
}

#srt_hamburger .gnav_under {
  display: none;
  margin-bottom: 10px;
}

#srt_hamburger .gnav_under > li {
  display: block;
}

#srt_hamburger .gnav_under > li > a {
  display: inline-block;
  position: relative;
  padding: 8px 0 17px 22px;
  line-height: 1.25;
  text-decoration: none;
  font-size: 1.2rem;
}

#srt_hamburger .gnav_under > li > a::before, #srt_hamburger .gnav_under > li > a::after {
  content: '';
  position: absolute;
  margin: auto;
}

#srt_hamburger .gnav_under > li > a::before {
  top: 15px;
  left: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

#srt_hamburger .gnav_under > li > a::after {
  top: 12px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#srt_hamburger .link_conversion_hbg {
  min-width: 120px;
  margin: 0 20px 20px;
  letter-spacing: .1em;
  text-align: center;
  font-size: 1.2rem;
}

#srt_hamburger .link_conversion_hbg a {
  display: block;
  padding: 6px 13px 7px;
  background: #d90000;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

#srt_hamburger .link_conversion_hbg a:hover, #srt_hamburger .link_conversion_hbg a:focus, #srt_hamburger .link_conversion_hbg a:active {
  background: #e44d4d;
  color: #fff;
}

#srt_hamburger .link_conversion_hbg a b {
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
}

#srt_hamburger .header_search_hbg {
  padding: 0 3px;
  margin: 0 20px 9px;
  background: #fff;
  border: solid 1px #ccc;
  line-height: 1.8;
}

#srt_hamburger .header_search_hbg input {
  width: calc(100% - 26px);
  border: none;
}

#srt_hamburger .header_search_hbg button {
  width: 13px;
  height: 14px;
  margin-top: -4px;
  overflow: hidden;
  background: url(/common_v2/images/ico_search.png) no-repeat left top #fff;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
}

#srt_hamburger .header_search_hbg button:hover, #srt_hamburger .header_search_hbg button:focus, #srt_hamburger .header_search_hbg button:active {
  background: url(/common_v2/images/ico_search_on.png) no-repeat left top;
}

#srt_hamburger .nav_utility_hbg li {
  margin: 0 20px;
  border-bottom: solid 1px #fff;
}

#srt_hamburger .nav_utility_hbg li:last-child {
  border-bottom: none;
}

#srt_hamburger .nav_utility_hbg li a {
  display: block;
  width: 100%;
  padding: 10px 0 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #666;
}

#srt_hamburger .nav_utility_hbg li a:hover, #srt_hamburger .nav_utility_hbg li a:focus, #srt_hamburger .nav_utility_hbg li a:active {
  color: #d90000;
}

#srt_hamburger.jsOn {
  margin-left: 20px;
}

body.jsOnHbg {
  overflow: hidden;
}

.jsOverlay {
  position: relative;
  right: 100%;
  width: 100%;
  height: 200%;
  margin-left: 20px;
  background: rgba(0, 0, 0, .6);
}

/* footer */
#str_footer {
  margin-top: 90px;
  background: #fff;
}

.footer_conversion {
  padding: 30px 0 27px;
  background: url('/common_v2/images/bg_conversion_01.png') left top no-repeat, url('/common_v2/images/bg_conversion_02.png') right top no-repeat;
  background-color: #333;
  background-size: auto 100%;
  color: #fff;
}

.footer_conversion .demarcation {
  display: flex;
  justify-content: flex-start;
  width: 1188px;
  padding-right: 30px;
  padding-left: 30px;
  margin: auto;
}

.footer_conversion .demarcation .dmc_col:first-child {
  align-self: center;
  max-width: 588px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 113px;
  margin-right: 22px;
  background: url('/common_v2/images/ico_contact_01.png') left center no-repeat;
}

.footer_conversion .demarcation .dmc_col:first-child p {
  margin-left: 2px;
}

.footer_conversion .demarcation p {
  margin-bottom: 0;
}

.footer_conversion .hdg {
  margin-bottom: 8px;
  letter-spacing: .1em;
  font-size: 1.8rem;
  font-weight: bold;
}

.footer_conversion .txt {
  letter-spacing: .1em;
  font-size: 1.4rem;
}

.footer_conversion .btn a {
  display: block;
  position: relative;
  padding: 27px 84px 28px 78px;
  background: #d90000;
  line-height: 1.8;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none !important;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.footer_conversion .btn a:hover, .footer_conversion .btn a:focus, .footer_conversion .btn a:active {
  background: #e44d4d;
  text-decoration: none !important;
}

.footer_conversion .btn a::before, .footer_conversion .btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer_conversion .btn a::before {
  right: 21px;
  width: 31px;
  height: 1px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_conversion .btn a::before {
    right: 16px;
    width: 24px;
  }
}

.footer_conversion .btn a::after {
  right: 24px;
  width: 22px;
  height: 22px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer_conversion .btn a b {
  display: inline-block;
  white-space: nowrap;
}

.sns_link {
  display: flex;
  justify-content: flex-start;
  width: 536px;
  padding: 27px 0 24px;
  margin: auto;
}

.sns_link .hdg {
  align-self: center;
  margin-left: 10px;
  letter-spacing: .045em;
  font-size: 1.2rem;
}

.sns_link > ul {
  display: flex;
}

.sns_link > ul > li {
  margin-left: 28px;
}

.sns_link > ul > li:first-child {
  margin-left: 24px;
}

.sns_link > ul > li a:hover, .sns_link > ul > li a:focus, .sns_link > ul > li a:active {
  opacity: .7;
}

.footer_link {
  padding-top: 42px;
  padding-bottom: 40px;
  background: #eee;
}

.footer_link .demarcation {
  display: flex;
  justify-content: flex-start;
  width: 1260px;
  padding-right: 27px;
  padding-left: 23px;
  margin: 0 auto;
}

.footer_link .demarcation .dmc_col {
  flex: 1 1 auto;
  max-width: 300px;
  margin-right: 4px;
}

.footer_link .demarcation .dmc_col:last-child {
  flex: 0 0 auto;
}

.footer_link .demarcation .dmc_col .pc_hide {
  display: none;
}

.nav_footer_sitemap {
  letter-spacing: .1em;
  font-size: 1.4rem;
  font-weight: bold;
}

.nav_footer_sitemap > li {
  margin-bottom: 31px;
}

.nav_footer_sitemap > li > a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.nav_footer_sitemap > li > a::before, .nav_footer_sitemap > li > a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav_footer_sitemap > li > a::before {
  left: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.nav_footer_sitemap > li > a::after {
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_footer_sitemap > li > ul {
  margin-top: 5px;
  margin-left: 20px;
  letter-spacing: .1em;
  font-size: 1.2rem;
  font-weight: normal;
}

.nav_footer_sitemap > li > ul > li {
  margin-bottom: 6px;
}

.nav_footer_sitemap > li > ul > li a {
  text-decoration: none;
}

.nav_footer_sitemap._utility > li {
  margin-bottom: 12px;
}

.footer_bnr {
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .footer_bnr {
    text-align: center;
  }
}

.footer_fb, .footer_mm {
  padding: 10px;
  background: #fff;
}

.footer_fb p, .footer_mm p {
  margin-bottom: 0;
}

.footer_mm {
  padding-top: 0;
}

.footer_mm a:hover, .footer_mm a:focus, .footer_mm a:active {
  opacity: .7;
}

.copyright {
  padding: 15px;
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;
}

.copyright small {
  margin-left: 30px;
}

#str_content {
  width: 1260px;
  padding-top: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin: auto;
}

#str_wrap {
  max-width: 1000px;
  padding-top: 40px;
  margin: auto;
}

#str_wrap #str_content {
  float: left;
  width: 700px;
  padding-top: 0;
  margin: 0;
}

#str_wrap #str_local-nav {
  flex: 1 0 auto;
  float: left;
  width: 300px;
  padding-right: 30px;
  padding-left: 30px;
}

/* local nav */
.nav_local {
  letter-spacing: .1em;
}

.nav_local .hdg {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

.nav_local .hdg a {
  text-decoration: none;
}

.nav_local .upper_list {
  line-height: 1.5;
  font-size: 1.4rem;
}

.nav_local .upper_list > li {
  margin-bottom: 15px;
}

.nav_local .upper_list > li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 2px 0 0 17px;
  text-align: left;
  text-decoration: none;
}

.nav_local .upper_list > li a:hover, .nav_local .upper_list > li a:active {
  color: #d90000;
}

.nav_local .upper_list > li a:active, .nav_local .upper_list > li a:focus {
  outline: none;
  color: #d90000;
}

.nav_local .upper_list > li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: calc(100% - .1em);
  background: transparent;
}

.nav_local .upper_list > li a.jsCurrent {
  font-weight: bold;
  color: #d90000;
}

.nav_local .upper_list > li a.jsCurrent::before {
  background: #d90000;
}

@media only screen and (max-width: 1024px) {
  .nav_local .upper_list > li.jsOutside {
    position: relative;
  }
  .nav_local .upper_list > li.jsOutside::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 26px;
    margin: auto;
    background: #ccc;
  }
}

.nav_local .upper_list > li.jsOutside > a::before {
  top: -1px;
  height: calc(100% + .15em);
  background: #ccc;
}

@media only screen and (max-width: 1024px) {
  .nav_local .upper_list > li.jsOutside > a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    left: initial;
    width: 11px;
    height: 1px;
    margin: auto;
    background: #d90000;
  }
}

.nav_local .upper_list > li .under_list {
  display: none;
  margin-top: 15px;
  margin-left: 35px;
}

.nav_local .upper_list > li .under_list > li {
  margin-bottom: 15px;
}

.nav_local .upper_list > li .under_list > li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 2px 0 0 17px;
  text-align: left;
  text-decoration: none;
}

.nav_local .upper_list > li .under_list > li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: calc(100% - .3em);
  background: transparent;
}

.nav_local .upper_list > li .under_list > li a.jsCurrent {
  color: #d90000;
}

.nav_local .upper_list > li .under_list > li a.jsCurrent::before {
  background: #d90000;
}

.nav_local .upper_list > li .under_list.jsOutside {
  display: block;
}

.mod_pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  width: 73px;
  height: 73px;
}

@media only screen and (max-width: 767px) {
  .mod_pagetop {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
}

.mod_pagetop p {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.mod_pagetop p a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/common_v2/images/ico_pagetop.png') center no-repeat #474747;
}

@media only screen and (max-width: 767px) {
  .mod_pagetop p a {
    background-size: 40% 40%;
  }
}

@media only screen and (max-width: 767px) {
  .mod_pagetop p a {
    background-size: 40% 40%;
  }
}

.mod_pagetop p span {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
}

.mod_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.mod_modal > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, .8);
}

.mod_modal > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 900px;
  max-height: 600px;
  min-height: 48px;
  padding: 50px 40px;
  overflow-y: auto;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .mod_modal > .inner {
    width: 100%;
  }
}

.mod_modal > .inner > .close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff url('/common_v2/images/ico_close_01_on.png') no-repeat center center;
}

.mod_modal > .inner > .close > a {
  display: block;
  background: #fff;
}

.mod_modal > .inner > .close > a:hover, .mod_modal > .inner > .close > a:focus {
  opacity: 0;
}

.mod_modal.searchModal > .inner {
  max-width: 680px;
}

@media only screen and (max-width: 767px) {
  .mod_modal > .inner {
    max-width: calc(100vw - 10px);
    padding: 30px 15px;
  }
  .mod_modal > .inner > .close {
    top: 3px;
    background-size: 24px 24px;
  }
  .mod_modal > .inner > .close > a {
    width: 24px;
    height: 24px;
  }
  .mod_modal > .inner > .close > a img {
    width: 24px;
    height: 24px;
  }
}

.old_template {
  overflow: visible;
  background: none;
  color: #333;
}

.old_template #str_content {
  width: 100%;
  padding: 0;
}

.old_template #coverContent {
  margin-top: 0;
}

.old_template #mainContent {
  padding: 0;
  margin: 0 auto;
  background-color: white;
  line-height: 150%;
  letter-spacing: normal;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif !important;
  font-size: 14px;
  color: black;
}

.old_template #mainContent *, .old_template #mainContent *::before, .old_template #mainContent *::after {
  box-sizing: content-box;
}

.old_template #mainContent .rvancar a {
  color: #c00;
}

.old_template #mainContent .rvancar a:hover, .old_template #mainContent .rvancar a:focus, .old_template #mainContent .rvancar a:active {
  color: #c00;
}

.old_template #mainContent a {
  color: #394c91;
}

.old_template #contentbox {
  width: 954px;
}

.old_template #contentBody {
  float: none;
  margin: auto;
}

.old_template #contentBody h1:not([class]) {
  display: block;
  width: auto;
  height: 32px;
  padding-left: 10px;
  margin: 28px auto 1em;
  overflow: hidden;
  border-bottom: 2px solid #de0011;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}

.old_template #container {
  padding-top: 0;
}

.old_template #container *, .old_template #container *::before, .old_template #container *::after {
  box-sizing: content-box;
}

.old_template #str_wrap {
  width: 1000px;
}

.old_template #str_wrap #mainContent {
  width: 700px;
}

.old_template #str_wrap #contentbox {
  width: 630px;
}

.old_template #str_wrap #contentbox #titleHeader {
  margin-top: 0;
}

.old_template .newsList .date em {
  font-weight: normal;
}

.old_template #yearTab li {
  width: 92px;
}

a:not([href]):hover, a:not([href]):focus, a:not([href]):active {
  cursor: text;
  text-decoration: none;
}

/* search area */
.mod_search_header {
  padding-bottom: 70px;
  background: #eee;
}

.mod_search_header .hdg {
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  background: url(/common_v2/images/bg_search_modal.png) no-repeat center top;
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
}

.mod_search_header .hdg::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(/common_v2/images/ico_search_modal.png) no-repeat center;
}

.mod_search_header .gsc-control-searchbox-only .gsc-control-cse, .mod_search_header .gsc-control-searchbox-only .gsc-control-cse {
  padding: 0 !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box {
  padding-top: 3px !important;
  margin-bottom: 0 !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box td.gsc-input {
  width: calc(100% - 106px) !important;
  padding: 0 10px 0 0 !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box td.gsc-input .gsib_a {
  padding: 0 !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box .gsc-input-box {
  height: auto !important;
  background-color: #eee !important;
  box-shadow: none !important;
  border: none !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box .gsc-input-box .gstl_50 {
  padding: 0 !important;
  border: none !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box .gsc-input-box td.gsc-input {
  padding: 0 !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box input.gsc-input {
  height: 46px !important;
  background-color: #eee !important;
  color: #333;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box td.gsc-search-button {
  width: 96px !important;
  padding: 0 !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box td.gsc-search-button .gsc-search-button {
  width: auto;
  height: auto;
  padding: 16px 42px !important;
  background: #333;
  border-radius: 0 !important;
  vertical-align: middle;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box {
  max-width: 480px;
  margin: 0 auto;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box .gsib_b {
  background-color: #eee !important;
}

.mod_search_header form {
  padding-bottom: 14px;
  border-bottom: 2px solid #e0e0e0;
}

.header_search_hbg .gsc-input-box {
  border: none !important;
}

.header_search_hbg .gsst_b {
  padding: 8px 2px 0 !important;
}

.header_search_hbg .gsc-input {
  padding-right: 0 !important;
}

.header_search_hbg .gsc-input-box-focus, .header_search_hbg .gsc-input-box-hover {
  box-shadow: none !important;
  border: none !important;
}

.header_search_hbg input.gsc-search-button {
  width: calc(100% - 26px) !important;
  width: auto !important;
  height: auto !important;
  padding: 6px 8px !important;
  margin-top: 5px !important;
  margin-right: 5px !important;
  margin-bottom: -6px !important;
  background-color: #333 !important;
  border: none !important;
}

#search_01 {
  display: none !important;
  width: 0;
  height: 0;
  overflow: hidden;
}

.mod_modal #search_01 {
  display: block !important;
  width: auto;
  height: auto;
  max-width: 600px;
  overflow: visible;
}

/*=================================
modules
==================================*/
.w_5 {
  width: 5% !important;
}

.w_6 {
  width: 6% !important;
}

.w_7 {
  width: 7% !important;
}

.w_8 {
  width: 8% !important;
}

.w_9 {
  width: 9% !important;
}

.w_10 {
  width: 10% !important;
}

.w_11 {
  width: 11% !important;
}

.w_12 {
  width: 12% !important;
}

.w_13 {
  width: 13% !important;
}

.w_14 {
  width: 14% !important;
}

.w_15 {
  width: 15% !important;
}

.w_16 {
  width: 16% !important;
}

.w_17 {
  width: 17% !important;
}

.w_18 {
  width: 18% !important;
}

.w_19 {
  width: 19% !important;
}

.w_20 {
  width: 20% !important;
}

.w_21 {
  width: 21% !important;
}

.w_22 {
  width: 22% !important;
}

.w_23 {
  width: 23% !important;
}

.w_24 {
  width: 24% !important;
}

.w_25 {
  width: 25% !important;
}

.w_26 {
  width: 26% !important;
}

.w_27 {
  width: 27% !important;
}

.w_28 {
  width: 28% !important;
}

.w_29 {
  width: 29% !important;
}

.w_30 {
  width: 30% !important;
}

.w_31 {
  width: 31% !important;
}

.w_32 {
  width: 32% !important;
}

.w_33 {
  width: 33% !important;
}

.w_34 {
  width: 34% !important;
}

.w_35 {
  width: 35% !important;
}

.w_36 {
  width: 36% !important;
}

.w_37 {
  width: 37% !important;
}

.w_38 {
  width: 38% !important;
}

.w_39 {
  width: 39% !important;
}

.w_40 {
  width: 40% !important;
}

.w_41 {
  width: 41% !important;
}

.w_42 {
  width: 42% !important;
}

.w_43 {
  width: 43% !important;
}

.w_44 {
  width: 44% !important;
}

.w_45 {
  width: 45% !important;
}

.w_46 {
  width: 46% !important;
}

.w_47 {
  width: 47% !important;
}

.w_48 {
  width: 48% !important;
}

.w_49 {
  width: 49% !important;
}

.w_50 {
  width: 50% !important;
}

.w_51 {
  width: 51% !important;
}

.w_52 {
  width: 52% !important;
}

.w_53 {
  width: 53% !important;
}

.w_54 {
  width: 54% !important;
}

.w_55 {
  width: 55% !important;
}

.w_56 {
  width: 56% !important;
}

.w_57 {
  width: 57% !important;
}

.w_58 {
  width: 58% !important;
}

.w_59 {
  width: 59% !important;
}

.w_60 {
  width: 60% !important;
}

.w_61 {
  width: 61% !important;
}

.w_62 {
  width: 62% !important;
}

.w_63 {
  width: 63% !important;
}

.w_64 {
  width: 64% !important;
}

.w_65 {
  width: 65% !important;
}

.w_66 {
  width: 66% !important;
}

.w_67 {
  width: 67% !important;
}

.w_68 {
  width: 68% !important;
}

.w_69 {
  width: 69% !important;
}

.w_70 {
  width: 70% !important;
}

.w_71 {
  width: 71% !important;
}

.w_72 {
  width: 72% !important;
}

.w_73 {
  width: 73% !important;
}

.w_74 {
  width: 74% !important;
}

.w_75 {
  width: 75% !important;
}

.w_76 {
  width: 76% !important;
}

.w_77 {
  width: 77% !important;
}

.w_78 {
  width: 78% !important;
}

.w_79 {
  width: 79% !important;
}

.w_80 {
  width: 80% !important;
}

.w_81 {
  width: 81% !important;
}

.w_82 {
  width: 82% !important;
}

.w_83 {
  width: 83% !important;
}

.w_84 {
  width: 84% !important;
}

.w_85 {
  width: 85% !important;
}

.w_86 {
  width: 86% !important;
}

.w_87 {
  width: 87% !important;
}

.w_88 {
  width: 88% !important;
}

.w_89 {
  width: 89% !important;
}

.w_90 {
  width: 90% !important;
}

.w_91 {
  width: 91% !important;
}

.w_92 {
  width: 92% !important;
}

.w_93 {
  width: 93% !important;
}

.w_94 {
  width: 94% !important;
}

.w_95 {
  width: 95% !important;
}

.w_96 {
  width: 96% !important;
}

.w_97 {
  width: 97% !important;
}

.w_98 {
  width: 98% !important;
}

.w_99 {
  width: 99% !important;
}

.w_100 {
  width: 100% !important;
}

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

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

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

.float_l {
  float: left !important;
}

.float_r {
  float: right !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.ml_0 {
  margin-left: 0 !important;
}

.mr_0 {
  margin-right: 0 !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pl_0 {
  padding-left: 0 !important;
}

.pr_0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pc_none_inline {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc_none_inline {
    display: inline !important;
  }
}

.sp_none_inline {
  display: inline !important;
}

@media only screen and (max-width: 767px) {
  .sp_none_inline {
    display: none !important;
  }
}
