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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* -------------------------------------------------------------------------*/
/* 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, #MblMN #hd_logo a, #FT > .wrp > h1 a, #HD #hd_logo a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

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

.def_cntSize, .cnt_wrp_fixed, .pg_kv .pg_title_2, .pg_kv .pg_title, #CNT_area, .page_nv ul, .pankuzu_black ul, .pankuzu, #FT #FT_info ul, #HD .hd_wrp {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width:980px) {
  .def_cntSize, .cnt_wrp_fixed, .pg_kv .pg_title_2, .pg_kv .pg_title, #CNT_area, .page_nv ul, .pankuzu_black ul, .pankuzu, #FT #FT_info ul, #HD .hd_wrp {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width:640px) {
  .def_cntSize, .cnt_wrp_fixed, .pg_kv .pg_title_2, .pg_kv .pg_title, #CNT_area, .page_nv ul, .pankuzu_black ul, .pankuzu, #FT #FT_info ul, #HD .hd_wrp {
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

.mincho, .cmTube_title, #CMP_founder_1 h4, #CMP_founder_2 h4, #CMP_founder_3 h4, #CMP_course_1 .box_1 .cell h5, #CMP_course_1 .box_2 .cell h5, #CMP_course_1 h4 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGES
/* -------------------------------------------------------------------------*/
@media only screen and (max-width:1200px) {
  .pg_kv_page::after, #DCMNT_top::after, #TCH_page_surfacetreatment::after, #TCH_page_research_development::after, #TCH_page_evaluation_analysis::after, #TCH_page_manufacturing::after, #TCH_page_design_analysis::after, #TCH_page_craftsmanship::after, #TCH_page_plasticforming::after, #TCH_top::after, #CMP_page_sponsor_3::after, #CMP_page_sponsor_2::after, #CMP_page_sponsor::after, #CMP_page_wheelchairRugby::after, #CMP_page_baseball::after, #CMP_page_futureTown::after, #CMP_page_futureLeaders::after, #CMP_page_society::after, #CMP_page_network::after, #CMP_page_history::after, #CMP_page_about::after, #CMP_top::after, #NEWS_top::after {
    width: 54.1666666667%;
    padding-top: 20.8333333333%;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* 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;
  background-color: #fff;
}

a {
  color: #1597e1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.noTopSpace {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.noBottomSpace {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.red {
  color: #ce0000;
}

.ta_R {
  text-align: right;
}

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

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

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

.font_s {
  font-size: 14px;
  font-size: 0.875rem;
}

.fxImg, .tch_surface_tbl td img, .tch_research_dvl_block3 figure img, .tch_research_dvl_block .fig figure img, .tch_tbl_1 img, .tch_block_1 .box figure img, .tch_fig_cc_4 figure img, .tch_fig_cc_3 figure img, .tch_fig_cc_2 figure img, .tch_fig_cc figure img, .tch_fig_cc_mt0 figure img, .tch_fig_c_1 figure img, .tch_fig_c_wAuto figure img, .tch_fig_c figure img, .tch_fig_1 figure img, .cmp_sponsor_bnr li a img, .cnt_fx_1 .cell_img img, .cnt_fx_2 .cell_img img, .cnt_fx_3 .cell_img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HD
/* -------------------------------------------------------------------------*/
#HD {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/hd_line.png) 0 22px repeat-x #fff;
  height: 105px;
  z-index: 200;
}
#HD #hd_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 176px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  text-align: center;
  transition: all 0.2s ease;
  z-index: 1;
}
#HD #hd_logo a {
  font-size: 0;
  display: inline-block;
  width: 136px;
  height: 75px;
  margin-top: 13px;
  background: url(../img/logo_1.png) 0 0 no-repeat;
  background-size: 100% auto;
  transition: all 0.2s ease;
}
#HD.nvFixed {
  position: fixed;
  top: -35px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  transition: opacity 0.2s linear;
}
#HD.nvFixed:hover {
  opacity: 1;
}
#HD.nvFixed #hd_logo {
  top: 33px;
  background: none;
}
#HD.nvFixed #hd_logo a {
  width: 81.6px;
  height: 45px;
}
body.HDNV_open #HD {
  opacity: 1 !important;
  box-shadow: none !important;
}
#HD #NV {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  overflow: hidden;
}
#HD #NV ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}
#HD #NV ul li {
  display: inline-block;
  background: url(../img/nv_line.png) right center no-repeat;
}
#HD #NV ul li.link_home {
  display: none;
}
#HD #NV ul li:nth-child(4) {
  margin-right: 85px;
  background: none;
}
#HD #NV ul li:nth-child(5) {
  margin-left: 85px;
}
#HD #NV ul li:nth-child(7) {
  background: none;
}
#HD #NV ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  width: 150px;
  padding: 5px 0;
  text-decoration: none;
  color: #4a74a0;
  transition: color 0.2s ease, background 0.2s ease;
}
body.ctg_company #HD #NV ul li:nth-child(4) a, body.ctg_business #HD #NV ul li:nth-child(3) a, body.ctg_technology #HD #NV ul li:nth-child(2) a, body.ctg_ir #HD #NV ul li:nth-child(5) a, body.ctg_sustainability #HD #NV ul li:nth-child(6) a, body.ctg_recruit #HD #NV ul li:nth-child(7) a {
  color: #0089ff;
}
#HD #NV_bar {
  display: block;
  width: 100px;
  height: 2px;
  background-color: #5097e5;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
#HD .hd_wrp {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  text-align: right;
}
#HD #HD_infoNV {
  display: inline-block;
}
#HD #HD_infoNV ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#HD #HD_infoNV ul li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1;
  margin: 0 5px 0 0;
}
#HD #HD_infoNV ul li a {
  text-decoration: none;
  display: block;
  padding: 8px 5px 5px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #004ea2;
}
#HD #HD_infoNV ul li a:hover {
  text-decoration: underline;
}
#HD #HD_search {
  display: inline-block;
  vertical-align: middle;
}
#HD #HD_search span {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #b4cbe3;
  border-radius: 2px;
  background: url(../img/hd_ic_search.png) center center no-repeat #e5f2ff;
  cursor: pointer;
  transition: all 0.2s ease;
}
#HD #HD_search span:hover {
  background-color: #89cbf0;
  border-color: #1597e1;
}
#HD #HD_search span.on {
  background-color: #1597e1;
  border-color: #1597e1;
}
#HD #HD_laguage {
  display: inline-block;
  vertical-align: middle;
}
#HD #HD_laguage span {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #b4cbe3;
  border-radius: 2px;
  background: url(../img/hd_ic_lang.png) center center no-repeat #e5f2ff;
  cursor: pointer;
  transition: all 0.2s ease;
}
#HD #HD_laguage span:hover {
  background-color: #89cbf0;
  border-color: #1597e1;
}
#HD #HD_laguage span.on {
  background-color: #1597e1;
  border-color: #1597e1;
}
@media only screen and (max-width: 1090px) {
  #HD {
    height: 90px;
    background-position: 0 18px;
  }
  #HD #hd_logo {
    width: 136px;
  }
  #HD #hd_logo a {
    width: 113.3333333333px;
    height: 62.5px;
    margin-top: 12px;
  }
  #HD .hd_wrp {
    top: 28px;
  }
  #HD #NV {
    top: 50px;
  }
  #HD #NV ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 130px;
  }
  #HD #HD_infoNV ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #HD.nvFixed #hd_logo {
    top: 28px;
  }
}
@media only screen and (max-width:980px) {
  #HD {
    height: 80px;
    background-position: 0 14px;
  }
  #HD #hd_logo {
    width: 120px;
  }
  #HD #hd_logo a {
    width: 102px;
    height: 56.25px;
    margin-top: 10px;
  }
  #HD .hd_wrp {
    top: 23px;
    padding-right: 5px;
    padding-left: 5px;
  }
  #HD.nvFixed {
    top: -24px;
  }
  #HD.nvFixed #hd_logo {
    top: 19px;
  }
  #HD #HD_infoNV ul li {
    margin: 0;
  }
  #HD #HD_infoNV ul li a {
    padding: 8px 2px 5px;
  }
  #HD #NV {
    top: 42px;
  }
  #HD #NV ul li:nth-child(4) {
    margin-right: 65px;
  }
  #HD #NV ul li:nth-child(5) {
    margin-left: 65px;
  }
  #HD #NV ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 105px;
    padding: 3px 0;
  }
}
@media only screen and (max-width:780px) {
  #HD {
    background-position: 0 6px;
    height: 65px;
  }
  #HD #hd_logo {
    background-color: transparent;
    width: 100px;
  }
  #HD #hd_logo a {
    width: 81.6px;
    height: 45px;
    margin-top: 15px;
  }
  #HD .hd_wrp {
    display: none;
  }
  #HD #NV {
    display: none;
  }
  #HD.nvFixed {
    top: -10px;
  }
  #HD.nvFixed #hd_logo {
    top: 0;
  }
}
@media only screen and (max-width:640px) {
  #HD {
    min-height: auto;
    min-height: initial;
    height: 50px;
  }
  #HD #hd_logo {
    width: 70px;
  }
  #HD #hd_logo a {
    width: 54.4px;
    height: 30px;
    margin-top: 15px;
  }
  #HD.nvFixed #hd_logo a {
    width: 45.3333333333px;
    height: 25px;
    margin-top: 18px;
  }
}
@media print {
  #HD {
    position: relative !important;
    top: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }
  #HD #hd_logo {
    top: 0 !important;
    background: #fff !important;
  }
  #HD #hd_logo a {
    width: 136px !important;
    height: 75px !important;
  }
  #HD #NV ul li a {
    width: 130px;
  }
}

body::before {
  content: "";
  display: block;
  height: 105px;
}
@media only screen and (max-width: 1090px) {
  body::before {
    height: 90px;
  }
}
@media only screen and (max-width:980px) {
  body::before {
    height: 80px;
  }
}
@media only screen and (max-width:780px) {
  body::before {
    height: 65px;
  }
}
@media only screen and (max-width:640px) {
  body::before {
    height: 50px;
  }
}
@media print {
  body::before {
    display: none !important;
  }
}

.ctg_home .drawer-hamburger {
  top: 20px;
}

.ctg_home.mbl_mn_fixed .drawer-hamburger {
  top: -3px;
}

/* SEARCH BOX */
#HD #HD_srch_box {
  display: none;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
#HD #HD_srch_box .wrp {
  position: absolute;
  top: 65px;
  right: 40px;
  width: 300px;
  padding: 10px 15px;
  background-color: #fff;
  line-height: 1;
  border: 2px solid #004ea2;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#HD #HD_srch_box .wrp::before {
  position: absolute;
  top: -12px;
  right: 15px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #004ea2 transparent;
}
@media only screen and (max-width: 1090px) {
  #HD #HD_srch_box .wrp {
    top: 58px;
  }
  #HD #HD_srch_box .wrp::before {
    right: 10px;
  }
}
@media only screen and (max-width:780px) {
  #HD #HD_srch_box {
    display: none !important;
  }
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
  position: relative;
  padding: 0 !important;
  width: 50px !important;
  height: 35px !important;
}
.cse .gsc-search-button-v2 svg,
.gsc-search-button-v2 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px !important;
  height: 16px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 2px !important;
}

/* LANGUAGE BOX */
#HD #HD_lng_box {
  display: none;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
#HD #HD_lng_box .wrp {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 65px;
  right: 10px;
  width: 200px;
  background-color: #fff;
  line-height: 1;
  border: 2px solid #004ea2;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#HD #HD_lng_box .wrp::before {
  position: absolute;
  top: -12px;
  right: 15px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #004ea2 transparent;
}
#HD #HD_lng_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#HD #HD_lng_box li {
  margin: 0;
  padding: 15px;
}
#HD #HD_lng_box li a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #e6f2ff;
  border-radius: 2px;
  border: 1px solid #bad6f4;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.75) inset, 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
#HD #HD_lng_box li a:hover {
  text-decoration: none;
  background-color: #7dbaf0;
  color: #fff;
  box-shadow: none;
  border-color: #7dbaf0;
}
@media only screen and (max-width: 1090px) {
  #HD #HD_lng_box .wrp {
    top: 58px;
  }
  #HD #HD_lng_box .wrp::before {
    right: 10px;
  }
}
@media only screen and (max-width:780px) {
  #HD #HD_lng_box {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* NEWS
/* -------------------------------------------------------------------------*/
ul.news_icon {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
ul.news_icon li {
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 5px 5px 4px;
  min-width: 80px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background-color: #bbbbbb;
  line-height: 1;
}
ul.news_icon .icon_1 {
  background-color: #348cf2;
}
ul.news_icon .icon_2 {
  background-color: #e6b204;
}
ul.news_icon .icon_3 {
  background-color: #f13d3d;
}
ul.news_icon .icon_4 {
  background-color: #5fce37;
}
ul.news_icon .icon_5 {
  background-color: #505050;
}

.news_area {
  max-width: 1000px;
  margin: 0 auto;
}
.news_area .box_imp {
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 2px dotted #999;
  background-color: #fff;
}
.news_area .box_imp p {
  padding: 0;
  margin: 5px 0;
}
.news_area .box {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: #cbcbcb dotted 1px;
}
.news_area .date {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  margin: 10px;
  min-width: 80px;
}
.news_area .date span {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #a4a4a4;
}
.news_area .news_icon {
  margin: 10px;
  width: 80px;
}
.news_area .text {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 10px;
}
.news_area .text a {
  color: #1597e1;
}
.news_area .text a:hover {
  text-decoration: underline;
}
.news_area h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 60px 0 20px;
  line-height: 1;
  padding: 15px 10px 13px;
  font-weight: normal;
  border-bottom: 1px solid #004ea2;
  border-top: 1px dotted #004ea2;
  background-color: #f8fbff;
}
.news_area h4:first-child {
  margin-top: 30px;
}
@media only screen and (max-width:980px) {
  .ctg_news .news_area .box {
    display: block;
    padding-top: 10px;
  }
  .ctg_news .news_area .date {
    display: inline-block;
    margin: 0;
  }
  .ctg_news .news_area .news_icon {
    width: auto;
    display: inline-block;
    margin: 0 5px;
  }
  .ctg_news .news_area .text {
    margin: 10px 0;
  }
}
@media only screen and (max-width:640px) {
  .news_area .box_imp {
    padding: 5px 10px;
  }
  .news_area .box {
    display: block;
    padding-top: 10px;
  }
  .news_area .date {
    display: inline-block;
    margin: 0;
  }
  .news_area .news_icon {
    width: auto;
    display: inline-block;
    margin: 0 5px;
  }
  .news_area .text {
    margin: 10px 0;
  }
}

#NEWS_top {
  background-image: url(../img/pg_kv.jpg);
  background-color: #3470bb;
}

/* -- pagenation -- */
.pagination {
  margin-top: 50px;
  text-align: center;
  background-color: #f7f7f7;
  padding: 10px;
}
.pagination ul {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 2px;
}
.pagination ul li a {
  display: block;
  min-width: 30px;
  padding: 8px 10px 6px;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  text-align: center;
  border-radius: 2px;
  color: #0486e6;
  transition: all 0.2s ease;
}
.pagination ul li a:hover {
  background-color: #e7f5ff;
  border-color: #d1e7f7;
}
.pagination ul li.in span {
  display: block;
  min-width: 30px;
  padding: 8px 10px 6px;
  background-color: #0486e6;
  text-align: center;
  color: #fff;
  line-height: 1;
  border-radius: 2px;
  border: 1px solid #0486e6;
}
@media only screen and (max-width:640px) {
  .pagination {
    padding: 10px 5px;
  }
  .pagination ul li {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 -1px;
  }
  .pagination ul li a, .pagination ul li span {
    border-radius: 0 !important;
    padding: 8px 5px 6px;
  }
}

.news_detail .news_info .date {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin: 0;
}
.news_detail .news_info .news_icon {
  display: inline-block;
  margin: 0 0 0 10px;
}
.news_detail .news_ttl {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 35px 0 30px;
  padding: 0 0 35px;
  line-height: 1.5;
  border-bottom: 4px solid #f1f1f1;
}
@media only screen and (max-width:980px) {
  .news_detail .news_ttl {
    margin: 25px 0 20px;
    padding: 0 0 25px;
  }
}
@media only screen and (max-width:640px) {
  .news_detail .news_ttl {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 15px 0 20px;
    padding: 0 0 15px;
  }
}

.btn_back {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px dotted #bbb;
}
.btn_back p {
  margin: 0;
}
.btn_back a {
  position: relative;
  display: block;
  padding: 15px 10px;
  text-align: center;
  line-height: 1;
  max-width: 210px;
  background-color: #e5f0fb;
  border-radius: 3px;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn_back a::before {
  content: url(../img/ic_arw_2.png);
  position: absolute;
  left: 15px;
  top: 12px;
}
.btn_back a:hover {
  background-color: #89bff8;
  color: #fff;
  text-decoration: none;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FOOTER
/* -------------------------------------------------------------------------*/
#FT {
  background: url(../img/ft_bc_2.png);
  padding: 35px 0 0 0;
}
#FT > .wrp {
  display: table;
  width: 100%;
  max-width: 1300px;
  padding: 0 10px 15px;
  margin: 0 auto;
}
#FT > .wrp > h1 {
  display: table-cell;
  vertical-align: top;
}
#FT > .wrp > h1 a {
  display: block;
  width: 100px;
  height: 60px;
  background: url(../img/ft_logo.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#FT #FT_nv {
  display: table-cell;
  color: #c2c2c2;
}
#FT #FT_nv a {
  color: #c2c2c2;
}
#FT #FT_nv > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
#FT #FT_nv > ul > li {
  margin: 0 15px 15px 0;
  padding: 0;
}
#FT #FT_nv > ul > li > a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 5px;
}
#FT #FT_nv > ul > li > a + ul {
  border-top: 1px solid #757575;
}
#FT #FT_nv > ul > li > p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  border-top: 1px solid #757575;
}
#FT #FT_nv > ul > li .wrp > p {
  margin: 0;
  padding: 5px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  border-top: 1px solid #757575;
}
#FT #FT_nv > ul > li .wrp p + ul {
  margin-top: 0;
  padding-top: 0;
}
#FT #FT_nv > ul > li .wrp ul + p {
  margin-top: 5px;
  border-top-style: dotted;
}
#FT #FT_nv > ul ul {
  font-size: 12px;
  font-size: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
}
#FT #FT_nv > ul ul li {
  position: relative;
  padding-left: 13px;
  line-height: 1.4;
}
#FT #FT_nv > ul ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#FT #FT_nv > ul ul li + li {
  margin-top: 6px;
}
#FT #FT_nv .sp {
  display: none;
}
#FT #FT_nv .infoLink ul {
  margin: 0;
  padding: 0;
}
#FT #FT_nv .infoLink li {
  margin: 0;
  padding: 0;
}
#FT #FT_nv .infoLink li::before {
  display: none;
}
#FT #FT_nv .infoLink li a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 5px;
}
#FT #FT_info {
  background: url(../img/ft_bc_3.png);
  padding: 15px 0;
}
#FT #FT_info a {
  color: #d5d5d5;
}
#FT #FT_info ul {
  list-style: none;
  text-align: right;
  font-size: 0;
  line-height: 1;
}
#FT #FT_info ul li {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  border-left: 1px solid #666666;
}
#FT #FT_info ul li:first-child {
  border-left: none;
}
#FT #FT_info ul li a {
  display: block;
  padding: 0 8px;
}
#FT .copyright {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fff;
  margin: 0;
  padding: 20px 10px 50px;
  text-align: right;
  color: #999;
}
#FT .copyright a {
  color: #999;
}
@media only screen and (max-width: 800px) {
  #FT #FT_nv > ul > li {
    flex: auto;
  }
}
@media only screen and (max-width:640px) {
  #FT {
    padding: 10px 0 0 0;
  }
  #FT .wrp {
    display: block;
  }
  #FT .wrp > h1 {
    display: block;
    margin: 0;
    text-align: center;
  }
  #FT .wrp > h1 a {
    display: inline-block;
    width: 80px;
    height: 48px;
  }
  #FT #FT_nv {
    display: none;
  }
  #FT #FT_info ul {
    text-align: center;
  }
  #FT .copyright {
    text-align: left;
  }
}

#BTN_top {
  position: fixed;
  right: -200px;
  bottom: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1000;
}
#BTN_top.btn_show {
  right: 0;
}
#BTN_top p {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  padding: 10px 15px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.64);
  color: #fff;
  border-radius: 20px 0 0 20px;
}
#BTN_top p::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 7.8px 4.5px;
  border-color: transparent transparent #ffffff transparent;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGE
/* -------------------------------------------------------------------------*/
/* -- PANKUZU -- */
.pankuzu, .pankuzu_black {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #999;
}
.pankuzu a, .pankuzu_black a {
  color: #999;
}
.pankuzu ul, .pankuzu_black ul {
  list-style: none;
}
.pankuzu li, .pankuzu_black li {
  display: inline-block;
}
.pankuzu li::before, .pankuzu_black li::before {
  content: ">";
  margin: 0 5px;
}
.pankuzu li:first-child::before, .pankuzu_black li:first-child::before {
  display: none;
}

.pankuzu ul {
  margin: 0;
  padding: 0;
}

.pankuzu_black {
  background-color: #000;
}
/* -- PAGE NV -- */
.page_nv {
  background-color: #d5d7dd;
  border-bottom: 1xp solid #cacbce;
  padding: 20px 0;
}
.page_nv ul {
  list-style: none;
  display: table;
  width: 100%;
}
.page_nv li {
  display: table-cell;
  padding: 2px;
}
.page_nv li a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  background-color: #737c8e;
  color: #fff;
  padding: 10px 5px 8px;
  text-align: center;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease;
}
.page_nv li a:hover {
  text-decoration: none;
  background-color: #49afe9;
}
.page_nv li a::before {
  font-size: 8px;
  content: "▼";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media only screen and (max-width:980px) {
  .page_nv ul {
    display: block;
    font-size: 0;
  }
  .page_nv li {
    display: inline-block;
  }
  .page_nv li a {
    box-shadow: none;
    padding: 7px 12px 5px;
    border-radius: 3px;
  }
}

.pg_nv_2 {
  margin: 40px 0;
  padding: 15px 15px 10px;
  background-color: #e8f2ff;
}
.pg_nv_2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.pg_nv_2 ul li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.pg_nv_2 ul li a {
  display: block;
  padding: 8px 10px 6px;
  border: 1px solid #b7ceeb;
  line-height: 1.2;
  background-color: #fff;
}
.pg_nv_2 ul li a::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.1px 3.5px 0 3.5px;
  border-color: #1d70c9 transparent transparent transparent;
}
@media only screen and (max-width:640px) {
  .pg_nv_2 {
    padding: 10px;
    margin: 20px 0;
  }
}

/* -- LAYOUT -- */
#CNT_area {
  display: table;
  table-layout: fixed;
  margin-top: 20px;
  margin-bottom: 100px;
}
#CNT_area.noTail {
  margin-bottom: 100px;
}
#CNT_area #CNT {
  display: table-cell;
  vertical-align: top;
  padding-right: 40px;
}
#CNT_area #SM {
  display: table-cell;
  vertical-align: top;
  width: 250px;
}
@media only screen and (max-width:1200px) {
  #CNT_area #CNT {
    padding-right: 30px;
  }
}
@media only screen and (max-width:980px) {
  #CNT_area {
    margin-bottom: 60px;
  }
  #CNT_area #CNT {
    padding-right: 20px;
  }
  #CNT_area #SM {
    width: 190px;
  }
}
@media only screen and (max-width:640px) {
  #CNT_area {
    display: block;
    margin-bottom: 40px;
  }
  #CNT_area #CNT {
    display: block;
    padding-right: 0;
  }
  #CNT_area #SM {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
}

#CNT_area_w, #CNT_area_w_black {
  padding-top: 20px;
}

#CNT_area_w_black {
  background-color: #000;
  padding-bottom: 1px;
}

.cnt_wrp_s {
  max-width: 1000px;
  margin: 0 auto;
}

.cnt_block {
  padding: 10% 0 0;
}
.cnt_block:first-child {
  padding-top: 0;
}

.cnt_block_2 {
  padding-top: 5%;
}

.cnt_pg_title + .cnt_block {
  padding-top: 0;
}

.cnt_block + .cnt_pg_title {
  margin-top: 8rem;
}
@media only screen and (max-width:980px) {
  .cnt_block + .cnt_pg_title {
    margin-top: 6rem;
  }
}
@media only screen and (max-width:640px) {
  .cnt_block + .cnt_pg_title {
    margin-top: 4rem;
  }
}

/* -- SIDE MENU -- */
#SM .sm_menu.sm_mn_close .box ul, #SM #SM_menu.sm_mn_close .box ul {
  display: none;
}
#SM .sm_menu .title, #SM #SM_menu .title {
  margin: 0;
}
#SM .sm_menu .title a, #SM .sm_menu .title span, #SM #SM_menu .title a, #SM #SM_menu .title span {
  display: block;
  padding: 10px 12px 8px;
  color: #fff;
  background-color: #004ea2;
}
#SM .sm_menu .box, #SM #SM_menu .box {
  margin: 5px 0;
  border: 1px solid #b2cae3;
}
#SM .sm_menu .box a, #SM #SM_menu .box a {
  color: #004ea2;
}
#SM .sm_menu .box p.sm_title, #SM #SM_menu .box p.sm_title {
  margin: 0;
  padding: 0;
}
#SM .sm_menu .box p.sm_title a, #SM #SM_menu .box p.sm_title a {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  padding: 10px 8px;
  background-color: #f8fbff;
  border: 1px solid #fff;
}
#SM .sm_menu .box p.sm_title.mn_in a, #SM #SM_menu .box p.sm_title.mn_in a {
  background-color: #ddecff;
}
#SM .sm_menu .box p.sm_title.mn_in a:hover, #SM #SM_menu .box p.sm_title.mn_in a:hover {
  text-decoration: none;
}
#SM .sm_menu .box ul, #SM #SM_menu .box ul {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  border-top: 1px solid #b2cae3;
}
#SM .sm_menu .box ul li, #SM #SM_menu .box ul li {
  border-top: 1px dotted #b2cae3;
}
#SM .sm_menu .box ul li:first-child, #SM #SM_menu .box ul li:first-child {
  border: none;
}
#SM .sm_menu .box ul li a, #SM #SM_menu .box ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: block;
  padding: 10px 5px 10px 15px;
}
#SM .sm_menu .box ul li a::before, #SM #SM_menu .box ul li a::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: #004ea2;
  border-radius: 4px;
  vertical-align: middle;
  position: absolute;
  left: 3px;
  top: 20px;
}
@media only screen and (max-width:980px) {
  #SM .sm_menu .box ul li a::before, #SM #SM_menu .box ul li a::before {
    top: 17px;
  }
}
#SM .sm_menu .box_in, #SM #SM_menu .box_in {
  margin-bottom: 20px;
}
#SM .sm_menu .box_close p a, #SM #SM_menu .box_close p a {
  position: relative;
  padding-right: 20px;
}
#SM .sm_menu .box_close p a::after, #SM #SM_menu .box_close p a::after {
  content: url(../img/icon_plus.png);
  position: absolute;
  right: 8px;
}
#SM .sm_menu .box_close > ul, #SM #SM_menu .box_close > ul {
  display: none;
}
#SM .sm_menu .box_open p a, #SM #SM_menu .box_open p a {
  position: relative;
  padding-right: 20px;
}
#SM .sm_menu .box_open p a::after, #SM #SM_menu .box_open p a::after {
  content: url(../img/icon_minus.png);
  position: absolute;
  right: 8px;
}
#SM .sm_menu .box .smn_in a, #SM .sm_menu.slct_1_1 .box_1 li:nth-child(1) a, #SM .sm_menu.slct_1_2 .box_1 li:nth-child(2) a, #SM .sm_menu.slct_1_3 .box_1 li:nth-child(3) a, #SM .sm_menu.slct_1_4 .box_1 li:nth-child(4) a, #SM .sm_menu.slct_1_5 .box_1 li:nth-child(5) a, #SM .sm_menu.slct_1_6 .box_1 li:nth-child(6) a, #SM .sm_menu.slct_1_7 .box_1 li:nth-child(7) a, #SM .sm_menu.slct_1_8 .box_1 li:nth-child(8) a, #SM .sm_menu.slct_1_9 .box_1 li:nth-child(9) a, #SM .sm_menu.slct_1_10 .box_1 li:nth-child(10) a, #SM .sm_menu.slct_2_1 .box_2 li:nth-child(1) a, #SM .sm_menu.slct_2_2 .box_2 li:nth-child(2) a, #SM .sm_menu.slct_2_3 .box_2 li:nth-child(3) a, #SM .sm_menu.slct_2_4 .box_2 li:nth-child(4) a, #SM .sm_menu.slct_2_5 .box_2 li:nth-child(5) a, #SM .sm_menu.slct_2_6 .box_2 li:nth-child(6) a, #SM .sm_menu.slct_2_7 .box_2 li:nth-child(7) a, #SM .sm_menu.slct_2_8 .box_2 li:nth-child(8) a, #SM .sm_menu.slct_2_9 .box_2 li:nth-child(9) a, #SM .sm_menu.slct_2_10 .box_2 li:nth-child(10) a, #SM .sm_menu.slct_3_1 .box_3 li:nth-child(1) a, #SM .sm_menu.slct_3_2 .box_3 li:nth-child(2) a, #SM .sm_menu.slct_3_3 .box_3 li:nth-child(3) a, #SM .sm_menu.slct_3_4 .box_3 li:nth-child(4) a, #SM .sm_menu.slct_3_5 .box_3 li:nth-child(5) a, #SM .sm_menu.slct_3_6 .box_3 li:nth-child(6) a, #SM .sm_menu.slct_3_7 .box_3 li:nth-child(7) a, #SM .sm_menu.slct_3_8 .box_3 li:nth-child(8) a, #SM .sm_menu.slct_3_9 .box_3 li:nth-child(9) a, #SM .sm_menu.slct_3_10 .box_3 li:nth-child(10) a, #SM .sm_menu.slct_4_1 .box_4 li:nth-child(1) a, #SM .sm_menu.slct_4_2 .box_4 li:nth-child(2) a, #SM .sm_menu.slct_4_3 .box_4 li:nth-child(3) a, #SM .sm_menu.slct_4_4 .box_4 li:nth-child(4) a, #SM .sm_menu.slct_4_5 .box_4 li:nth-child(5) a, #SM .sm_menu.slct_4_6 .box_4 li:nth-child(6) a, #SM .sm_menu.slct_4_7 .box_4 li:nth-child(7) a, #SM .sm_menu.slct_4_8 .box_4 li:nth-child(8) a, #SM .sm_menu.slct_4_9 .box_4 li:nth-child(9) a, #SM .sm_menu.slct_4_10 .box_4 li:nth-child(10) a, #SM .sm_menu.slct_5_1 .box_5 li:nth-child(1) a, #SM .sm_menu.slct_5_2 .box_5 li:nth-child(2) a, #SM .sm_menu.slct_5_3 .box_5 li:nth-child(3) a, #SM .sm_menu.slct_5_4 .box_5 li:nth-child(4) a, #SM .sm_menu.slct_5_5 .box_5 li:nth-child(5) a, #SM .sm_menu.slct_5_6 .box_5 li:nth-child(6) a, #SM .sm_menu.slct_5_7 .box_5 li:nth-child(7) a, #SM .sm_menu.slct_5_8 .box_5 li:nth-child(8) a, #SM .sm_menu.slct_5_9 .box_5 li:nth-child(9) a, #SM .sm_menu.slct_5_10 .box_5 li:nth-child(10) a, #SM .sm_menu.slct_6_1 .box_6 li:nth-child(1) a, #SM .sm_menu.slct_6_2 .box_6 li:nth-child(2) a, #SM .sm_menu.slct_6_3 .box_6 li:nth-child(3) a, #SM .sm_menu.slct_6_4 .box_6 li:nth-child(4) a, #SM .sm_menu.slct_6_5 .box_6 li:nth-child(5) a, #SM .sm_menu.slct_6_6 .box_6 li:nth-child(6) a, #SM .sm_menu.slct_6_7 .box_6 li:nth-child(7) a, #SM .sm_menu.slct_6_8 .box_6 li:nth-child(8) a, #SM .sm_menu.slct_6_9 .box_6 li:nth-child(9) a, #SM .sm_menu.slct_6_10 .box_6 li:nth-child(10) a, #SM #SM_menu .box .smn_in a, #SM #SM_menu.slct_1_1 .box_1 li:nth-child(1) a, #SM #SM_menu.slct_1_2 .box_1 li:nth-child(2) a, #SM #SM_menu.slct_1_3 .box_1 li:nth-child(3) a, #SM #SM_menu.slct_1_4 .box_1 li:nth-child(4) a, #SM #SM_menu.slct_1_5 .box_1 li:nth-child(5) a, #SM #SM_menu.slct_1_6 .box_1 li:nth-child(6) a, #SM #SM_menu.slct_1_7 .box_1 li:nth-child(7) a, #SM #SM_menu.slct_1_8 .box_1 li:nth-child(8) a, #SM #SM_menu.slct_1_9 .box_1 li:nth-child(9) a, #SM #SM_menu.slct_1_10 .box_1 li:nth-child(10) a, #SM #SM_menu.slct_2_1 .box_2 li:nth-child(1) a, #SM #SM_menu.slct_2_2 .box_2 li:nth-child(2) a, #SM #SM_menu.slct_2_3 .box_2 li:nth-child(3) a, #SM #SM_menu.slct_2_4 .box_2 li:nth-child(4) a, #SM #SM_menu.slct_2_5 .box_2 li:nth-child(5) a, #SM #SM_menu.slct_2_6 .box_2 li:nth-child(6) a, #SM #SM_menu.slct_2_7 .box_2 li:nth-child(7) a, #SM #SM_menu.slct_2_8 .box_2 li:nth-child(8) a, #SM #SM_menu.slct_2_9 .box_2 li:nth-child(9) a, #SM #SM_menu.slct_2_10 .box_2 li:nth-child(10) a, #SM #SM_menu.slct_3_1 .box_3 li:nth-child(1) a, #SM #SM_menu.slct_3_2 .box_3 li:nth-child(2) a, #SM #SM_menu.slct_3_3 .box_3 li:nth-child(3) a, #SM #SM_menu.slct_3_4 .box_3 li:nth-child(4) a, #SM #SM_menu.slct_3_5 .box_3 li:nth-child(5) a, #SM #SM_menu.slct_3_6 .box_3 li:nth-child(6) a, #SM #SM_menu.slct_3_7 .box_3 li:nth-child(7) a, #SM #SM_menu.slct_3_8 .box_3 li:nth-child(8) a, #SM #SM_menu.slct_3_9 .box_3 li:nth-child(9) a, #SM #SM_menu.slct_3_10 .box_3 li:nth-child(10) a, #SM #SM_menu.slct_4_1 .box_4 li:nth-child(1) a, #SM #SM_menu.slct_4_2 .box_4 li:nth-child(2) a, #SM #SM_menu.slct_4_3 .box_4 li:nth-child(3) a, #SM #SM_menu.slct_4_4 .box_4 li:nth-child(4) a, #SM #SM_menu.slct_4_5 .box_4 li:nth-child(5) a, #SM #SM_menu.slct_4_6 .box_4 li:nth-child(6) a, #SM #SM_menu.slct_4_7 .box_4 li:nth-child(7) a, #SM #SM_menu.slct_4_8 .box_4 li:nth-child(8) a, #SM #SM_menu.slct_4_9 .box_4 li:nth-child(9) a, #SM #SM_menu.slct_4_10 .box_4 li:nth-child(10) a, #SM #SM_menu.slct_5_1 .box_5 li:nth-child(1) a, #SM #SM_menu.slct_5_2 .box_5 li:nth-child(2) a, #SM #SM_menu.slct_5_3 .box_5 li:nth-child(3) a, #SM #SM_menu.slct_5_4 .box_5 li:nth-child(4) a, #SM #SM_menu.slct_5_5 .box_5 li:nth-child(5) a, #SM #SM_menu.slct_5_6 .box_5 li:nth-child(6) a, #SM #SM_menu.slct_5_7 .box_5 li:nth-child(7) a, #SM #SM_menu.slct_5_8 .box_5 li:nth-child(8) a, #SM #SM_menu.slct_5_9 .box_5 li:nth-child(9) a, #SM #SM_menu.slct_5_10 .box_5 li:nth-child(10) a, #SM #SM_menu.slct_6_1 .box_6 li:nth-child(1) a, #SM #SM_menu.slct_6_2 .box_6 li:nth-child(2) a, #SM #SM_menu.slct_6_3 .box_6 li:nth-child(3) a, #SM #SM_menu.slct_6_4 .box_6 li:nth-child(4) a, #SM #SM_menu.slct_6_5 .box_6 li:nth-child(5) a, #SM #SM_menu.slct_6_6 .box_6 li:nth-child(6) a, #SM #SM_menu.slct_6_7 .box_6 li:nth-child(7) a, #SM #SM_menu.slct_6_8 .box_6 li:nth-child(8) a, #SM #SM_menu.slct_6_9 .box_6 li:nth-child(9) a, #SM #SM_menu.slct_6_10 .box_6 li:nth-child(10) a {
  color: #dd0090;
}
#SM .sm_menu .box .smn_in a::before, #SM .sm_menu.slct_1_1 .box_1 li:nth-child(1) a::before, #SM .sm_menu.slct_1_2 .box_1 li:nth-child(2) a::before, #SM .sm_menu.slct_1_3 .box_1 li:nth-child(3) a::before, #SM .sm_menu.slct_1_4 .box_1 li:nth-child(4) a::before, #SM .sm_menu.slct_1_5 .box_1 li:nth-child(5) a::before, #SM .sm_menu.slct_1_6 .box_1 li:nth-child(6) a::before, #SM .sm_menu.slct_1_7 .box_1 li:nth-child(7) a::before, #SM .sm_menu.slct_1_8 .box_1 li:nth-child(8) a::before, #SM .sm_menu.slct_1_9 .box_1 li:nth-child(9) a::before, #SM .sm_menu.slct_1_10 .box_1 li:nth-child(10) a::before, #SM .sm_menu.slct_2_1 .box_2 li:nth-child(1) a::before, #SM .sm_menu.slct_2_2 .box_2 li:nth-child(2) a::before, #SM .sm_menu.slct_2_3 .box_2 li:nth-child(3) a::before, #SM .sm_menu.slct_2_4 .box_2 li:nth-child(4) a::before, #SM .sm_menu.slct_2_5 .box_2 li:nth-child(5) a::before, #SM .sm_menu.slct_2_6 .box_2 li:nth-child(6) a::before, #SM .sm_menu.slct_2_7 .box_2 li:nth-child(7) a::before, #SM .sm_menu.slct_2_8 .box_2 li:nth-child(8) a::before, #SM .sm_menu.slct_2_9 .box_2 li:nth-child(9) a::before, #SM .sm_menu.slct_2_10 .box_2 li:nth-child(10) a::before, #SM .sm_menu.slct_3_1 .box_3 li:nth-child(1) a::before, #SM .sm_menu.slct_3_2 .box_3 li:nth-child(2) a::before, #SM .sm_menu.slct_3_3 .box_3 li:nth-child(3) a::before, #SM .sm_menu.slct_3_4 .box_3 li:nth-child(4) a::before, #SM .sm_menu.slct_3_5 .box_3 li:nth-child(5) a::before, #SM .sm_menu.slct_3_6 .box_3 li:nth-child(6) a::before, #SM .sm_menu.slct_3_7 .box_3 li:nth-child(7) a::before, #SM .sm_menu.slct_3_8 .box_3 li:nth-child(8) a::before, #SM .sm_menu.slct_3_9 .box_3 li:nth-child(9) a::before, #SM .sm_menu.slct_3_10 .box_3 li:nth-child(10) a::before, #SM .sm_menu.slct_4_1 .box_4 li:nth-child(1) a::before, #SM .sm_menu.slct_4_2 .box_4 li:nth-child(2) a::before, #SM .sm_menu.slct_4_3 .box_4 li:nth-child(3) a::before, #SM .sm_menu.slct_4_4 .box_4 li:nth-child(4) a::before, #SM .sm_menu.slct_4_5 .box_4 li:nth-child(5) a::before, #SM .sm_menu.slct_4_6 .box_4 li:nth-child(6) a::before, #SM .sm_menu.slct_4_7 .box_4 li:nth-child(7) a::before, #SM .sm_menu.slct_4_8 .box_4 li:nth-child(8) a::before, #SM .sm_menu.slct_4_9 .box_4 li:nth-child(9) a::before, #SM .sm_menu.slct_4_10 .box_4 li:nth-child(10) a::before, #SM .sm_menu.slct_5_1 .box_5 li:nth-child(1) a::before, #SM .sm_menu.slct_5_2 .box_5 li:nth-child(2) a::before, #SM .sm_menu.slct_5_3 .box_5 li:nth-child(3) a::before, #SM .sm_menu.slct_5_4 .box_5 li:nth-child(4) a::before, #SM .sm_menu.slct_5_5 .box_5 li:nth-child(5) a::before, #SM .sm_menu.slct_5_6 .box_5 li:nth-child(6) a::before, #SM .sm_menu.slct_5_7 .box_5 li:nth-child(7) a::before, #SM .sm_menu.slct_5_8 .box_5 li:nth-child(8) a::before, #SM .sm_menu.slct_5_9 .box_5 li:nth-child(9) a::before, #SM .sm_menu.slct_5_10 .box_5 li:nth-child(10) a::before, #SM .sm_menu.slct_6_1 .box_6 li:nth-child(1) a::before, #SM .sm_menu.slct_6_2 .box_6 li:nth-child(2) a::before, #SM .sm_menu.slct_6_3 .box_6 li:nth-child(3) a::before, #SM .sm_menu.slct_6_4 .box_6 li:nth-child(4) a::before, #SM .sm_menu.slct_6_5 .box_6 li:nth-child(5) a::before, #SM .sm_menu.slct_6_6 .box_6 li:nth-child(6) a::before, #SM .sm_menu.slct_6_7 .box_6 li:nth-child(7) a::before, #SM .sm_menu.slct_6_8 .box_6 li:nth-child(8) a::before, #SM .sm_menu.slct_6_9 .box_6 li:nth-child(9) a::before, #SM .sm_menu.slct_6_10 .box_6 li:nth-child(10) a::before, #SM #SM_menu .box .smn_in a::before, #SM #SM_menu.slct_1_1 .box_1 li:nth-child(1) a::before, #SM #SM_menu.slct_1_2 .box_1 li:nth-child(2) a::before, #SM #SM_menu.slct_1_3 .box_1 li:nth-child(3) a::before, #SM #SM_menu.slct_1_4 .box_1 li:nth-child(4) a::before, #SM #SM_menu.slct_1_5 .box_1 li:nth-child(5) a::before, #SM #SM_menu.slct_1_6 .box_1 li:nth-child(6) a::before, #SM #SM_menu.slct_1_7 .box_1 li:nth-child(7) a::before, #SM #SM_menu.slct_1_8 .box_1 li:nth-child(8) a::before, #SM #SM_menu.slct_1_9 .box_1 li:nth-child(9) a::before, #SM #SM_menu.slct_1_10 .box_1 li:nth-child(10) a::before, #SM #SM_menu.slct_2_1 .box_2 li:nth-child(1) a::before, #SM #SM_menu.slct_2_2 .box_2 li:nth-child(2) a::before, #SM #SM_menu.slct_2_3 .box_2 li:nth-child(3) a::before, #SM #SM_menu.slct_2_4 .box_2 li:nth-child(4) a::before, #SM #SM_menu.slct_2_5 .box_2 li:nth-child(5) a::before, #SM #SM_menu.slct_2_6 .box_2 li:nth-child(6) a::before, #SM #SM_menu.slct_2_7 .box_2 li:nth-child(7) a::before, #SM #SM_menu.slct_2_8 .box_2 li:nth-child(8) a::before, #SM #SM_menu.slct_2_9 .box_2 li:nth-child(9) a::before, #SM #SM_menu.slct_2_10 .box_2 li:nth-child(10) a::before, #SM #SM_menu.slct_3_1 .box_3 li:nth-child(1) a::before, #SM #SM_menu.slct_3_2 .box_3 li:nth-child(2) a::before, #SM #SM_menu.slct_3_3 .box_3 li:nth-child(3) a::before, #SM #SM_menu.slct_3_4 .box_3 li:nth-child(4) a::before, #SM #SM_menu.slct_3_5 .box_3 li:nth-child(5) a::before, #SM #SM_menu.slct_3_6 .box_3 li:nth-child(6) a::before, #SM #SM_menu.slct_3_7 .box_3 li:nth-child(7) a::before, #SM #SM_menu.slct_3_8 .box_3 li:nth-child(8) a::before, #SM #SM_menu.slct_3_9 .box_3 li:nth-child(9) a::before, #SM #SM_menu.slct_3_10 .box_3 li:nth-child(10) a::before, #SM #SM_menu.slct_4_1 .box_4 li:nth-child(1) a::before, #SM #SM_menu.slct_4_2 .box_4 li:nth-child(2) a::before, #SM #SM_menu.slct_4_3 .box_4 li:nth-child(3) a::before, #SM #SM_menu.slct_4_4 .box_4 li:nth-child(4) a::before, #SM #SM_menu.slct_4_5 .box_4 li:nth-child(5) a::before, #SM #SM_menu.slct_4_6 .box_4 li:nth-child(6) a::before, #SM #SM_menu.slct_4_7 .box_4 li:nth-child(7) a::before, #SM #SM_menu.slct_4_8 .box_4 li:nth-child(8) a::before, #SM #SM_menu.slct_4_9 .box_4 li:nth-child(9) a::before, #SM #SM_menu.slct_4_10 .box_4 li:nth-child(10) a::before, #SM #SM_menu.slct_5_1 .box_5 li:nth-child(1) a::before, #SM #SM_menu.slct_5_2 .box_5 li:nth-child(2) a::before, #SM #SM_menu.slct_5_3 .box_5 li:nth-child(3) a::before, #SM #SM_menu.slct_5_4 .box_5 li:nth-child(4) a::before, #SM #SM_menu.slct_5_5 .box_5 li:nth-child(5) a::before, #SM #SM_menu.slct_5_6 .box_5 li:nth-child(6) a::before, #SM #SM_menu.slct_5_7 .box_5 li:nth-child(7) a::before, #SM #SM_menu.slct_5_8 .box_5 li:nth-child(8) a::before, #SM #SM_menu.slct_5_9 .box_5 li:nth-child(9) a::before, #SM #SM_menu.slct_5_10 .box_5 li:nth-child(10) a::before, #SM #SM_menu.slct_6_1 .box_6 li:nth-child(1) a::before, #SM #SM_menu.slct_6_2 .box_6 li:nth-child(2) a::before, #SM #SM_menu.slct_6_3 .box_6 li:nth-child(3) a::before, #SM #SM_menu.slct_6_4 .box_6 li:nth-child(4) a::before, #SM #SM_menu.slct_6_5 .box_6 li:nth-child(5) a::before, #SM #SM_menu.slct_6_6 .box_6 li:nth-child(6) a::before, #SM #SM_menu.slct_6_7 .box_6 li:nth-child(7) a::before, #SM #SM_menu.slct_6_8 .box_6 li:nth-child(8) a::before, #SM #SM_menu.slct_6_9 .box_6 li:nth-child(9) a::before, #SM #SM_menu.slct_6_10 .box_6 li:nth-child(10) a::before {
  width: 0;
  height: 0;
  border-style: solid;
  background: none;
  border-radius: 0;
  border-width: 4px 5px 4px 0;
  border-color: transparent #dd0090 transparent transparent;
}
#SM .sm_menu.slct_1_0 .box_1 .sm_title, #SM .sm_menu.slct_1_1 .box_1 .sm_title, #SM .sm_menu.slct_1_2 .box_1 .sm_title, #SM .sm_menu.slct_1_3 .box_1 .sm_title, #SM .sm_menu.slct_1_4 .box_1 .sm_title, #SM .sm_menu.slct_1_5 .box_1 .sm_title, #SM .sm_menu.slct_1_6 .box_1 .sm_title, #SM .sm_menu.slct_1_7 .box_1 .sm_title, #SM .sm_menu.slct_1_8 .box_1 .sm_title, #SM .sm_menu.slct_1_9 .box_1 .sm_title, #SM .sm_menu.slct_1_10 .box_1 .sm_title, #SM .sm_menu.slct_2_0 .box_2 .sm_title, #SM .sm_menu.slct_2_1 .box_2 .sm_title, #SM .sm_menu.slct_2_2 .box_2 .sm_title, #SM .sm_menu.slct_2_3 .box_2 .sm_title, #SM .sm_menu.slct_2_4 .box_2 .sm_title, #SM .sm_menu.slct_2_5 .box_2 .sm_title, #SM .sm_menu.slct_2_6 .box_2 .sm_title, #SM .sm_menu.slct_2_7 .box_2 .sm_title, #SM .sm_menu.slct_2_8 .box_2 .sm_title, #SM .sm_menu.slct_2_9 .box_2 .sm_title, #SM .sm_menu.slct_2_10 .box_2 .sm_title, #SM .sm_menu.slct_3_0 .box_3 .sm_title, #SM .sm_menu.slct_3_1 .box_3 .sm_title, #SM .sm_menu.slct_3_2 .box_3 .sm_title, #SM .sm_menu.slct_3_3 .box_3 .sm_title, #SM .sm_menu.slct_3_4 .box_3 .sm_title, #SM .sm_menu.slct_3_5 .box_3 .sm_title, #SM .sm_menu.slct_3_6 .box_3 .sm_title, #SM .sm_menu.slct_3_7 .box_3 .sm_title, #SM .sm_menu.slct_3_8 .box_3 .sm_title, #SM .sm_menu.slct_3_9 .box_3 .sm_title, #SM .sm_menu.slct_3_10 .box_3 .sm_title, #SM .sm_menu.slct_4_0 .box_4 .sm_title, #SM .sm_menu.slct_4_1 .box_4 .sm_title, #SM .sm_menu.slct_4_2 .box_4 .sm_title, #SM .sm_menu.slct_4_3 .box_4 .sm_title, #SM .sm_menu.slct_4_4 .box_4 .sm_title, #SM .sm_menu.slct_4_5 .box_4 .sm_title, #SM .sm_menu.slct_4_6 .box_4 .sm_title, #SM .sm_menu.slct_4_7 .box_4 .sm_title, #SM .sm_menu.slct_4_8 .box_4 .sm_title, #SM .sm_menu.slct_4_9 .box_4 .sm_title, #SM .sm_menu.slct_4_10 .box_4 .sm_title, #SM .sm_menu.slct_5_0 .box_5 .sm_title, #SM .sm_menu.slct_5_1 .box_5 .sm_title, #SM .sm_menu.slct_5_2 .box_5 .sm_title, #SM .sm_menu.slct_5_3 .box_5 .sm_title, #SM .sm_menu.slct_5_4 .box_5 .sm_title, #SM .sm_menu.slct_5_5 .box_5 .sm_title, #SM .sm_menu.slct_5_6 .box_5 .sm_title, #SM .sm_menu.slct_5_7 .box_5 .sm_title, #SM .sm_menu.slct_5_8 .box_5 .sm_title, #SM .sm_menu.slct_5_9 .box_5 .sm_title, #SM .sm_menu.slct_5_10 .box_5 .sm_title, #SM .sm_menu.slct_6_0 .box_6 .sm_title, #SM .sm_menu.slct_6_1 .box_6 .sm_title, #SM .sm_menu.slct_6_2 .box_6 .sm_title, #SM .sm_menu.slct_6_3 .box_6 .sm_title, #SM .sm_menu.slct_6_4 .box_6 .sm_title, #SM .sm_menu.slct_6_5 .box_6 .sm_title, #SM .sm_menu.slct_6_6 .box_6 .sm_title, #SM .sm_menu.slct_6_7 .box_6 .sm_title, #SM .sm_menu.slct_6_8 .box_6 .sm_title, #SM .sm_menu.slct_6_9 .box_6 .sm_title, #SM .sm_menu.slct_6_10 .box_6 .sm_title, #SM #SM_menu.slct_1_0 .box_1 .sm_title, #SM #SM_menu.slct_1_1 .box_1 .sm_title, #SM #SM_menu.slct_1_2 .box_1 .sm_title, #SM #SM_menu.slct_1_3 .box_1 .sm_title, #SM #SM_menu.slct_1_4 .box_1 .sm_title, #SM #SM_menu.slct_1_5 .box_1 .sm_title, #SM #SM_menu.slct_1_6 .box_1 .sm_title, #SM #SM_menu.slct_1_7 .box_1 .sm_title, #SM #SM_menu.slct_1_8 .box_1 .sm_title, #SM #SM_menu.slct_1_9 .box_1 .sm_title, #SM #SM_menu.slct_1_10 .box_1 .sm_title, #SM #SM_menu.slct_2_0 .box_2 .sm_title, #SM #SM_menu.slct_2_1 .box_2 .sm_title, #SM #SM_menu.slct_2_2 .box_2 .sm_title, #SM #SM_menu.slct_2_3 .box_2 .sm_title, #SM #SM_menu.slct_2_4 .box_2 .sm_title, #SM #SM_menu.slct_2_5 .box_2 .sm_title, #SM #SM_menu.slct_2_6 .box_2 .sm_title, #SM #SM_menu.slct_2_7 .box_2 .sm_title, #SM #SM_menu.slct_2_8 .box_2 .sm_title, #SM #SM_menu.slct_2_9 .box_2 .sm_title, #SM #SM_menu.slct_2_10 .box_2 .sm_title, #SM #SM_menu.slct_3_0 .box_3 .sm_title, #SM #SM_menu.slct_3_1 .box_3 .sm_title, #SM #SM_menu.slct_3_2 .box_3 .sm_title, #SM #SM_menu.slct_3_3 .box_3 .sm_title, #SM #SM_menu.slct_3_4 .box_3 .sm_title, #SM #SM_menu.slct_3_5 .box_3 .sm_title, #SM #SM_menu.slct_3_6 .box_3 .sm_title, #SM #SM_menu.slct_3_7 .box_3 .sm_title, #SM #SM_menu.slct_3_8 .box_3 .sm_title, #SM #SM_menu.slct_3_9 .box_3 .sm_title, #SM #SM_menu.slct_3_10 .box_3 .sm_title, #SM #SM_menu.slct_4_0 .box_4 .sm_title, #SM #SM_menu.slct_4_1 .box_4 .sm_title, #SM #SM_menu.slct_4_2 .box_4 .sm_title, #SM #SM_menu.slct_4_3 .box_4 .sm_title, #SM #SM_menu.slct_4_4 .box_4 .sm_title, #SM #SM_menu.slct_4_5 .box_4 .sm_title, #SM #SM_menu.slct_4_6 .box_4 .sm_title, #SM #SM_menu.slct_4_7 .box_4 .sm_title, #SM #SM_menu.slct_4_8 .box_4 .sm_title, #SM #SM_menu.slct_4_9 .box_4 .sm_title, #SM #SM_menu.slct_4_10 .box_4 .sm_title, #SM #SM_menu.slct_5_0 .box_5 .sm_title, #SM #SM_menu.slct_5_1 .box_5 .sm_title, #SM #SM_menu.slct_5_2 .box_5 .sm_title, #SM #SM_menu.slct_5_3 .box_5 .sm_title, #SM #SM_menu.slct_5_4 .box_5 .sm_title, #SM #SM_menu.slct_5_5 .box_5 .sm_title, #SM #SM_menu.slct_5_6 .box_5 .sm_title, #SM #SM_menu.slct_5_7 .box_5 .sm_title, #SM #SM_menu.slct_5_8 .box_5 .sm_title, #SM #SM_menu.slct_5_9 .box_5 .sm_title, #SM #SM_menu.slct_5_10 .box_5 .sm_title, #SM #SM_menu.slct_6_0 .box_6 .sm_title, #SM #SM_menu.slct_6_1 .box_6 .sm_title, #SM #SM_menu.slct_6_2 .box_6 .sm_title, #SM #SM_menu.slct_6_3 .box_6 .sm_title, #SM #SM_menu.slct_6_4 .box_6 .sm_title, #SM #SM_menu.slct_6_5 .box_6 .sm_title, #SM #SM_menu.slct_6_6 .box_6 .sm_title, #SM #SM_menu.slct_6_7 .box_6 .sm_title, #SM #SM_menu.slct_6_8 .box_6 .sm_title, #SM #SM_menu.slct_6_9 .box_6 .sm_title, #SM #SM_menu.slct_6_10 .box_6 .sm_title {
  font-weight: bold;
}
#SM .sm_menu.slct_1_0 .box_1 .sm_title a, #SM .sm_menu.slct_1_1 .box_1 .sm_title a, #SM .sm_menu.slct_1_2 .box_1 .sm_title a, #SM .sm_menu.slct_1_3 .box_1 .sm_title a, #SM .sm_menu.slct_1_4 .box_1 .sm_title a, #SM .sm_menu.slct_1_5 .box_1 .sm_title a, #SM .sm_menu.slct_1_6 .box_1 .sm_title a, #SM .sm_menu.slct_1_7 .box_1 .sm_title a, #SM .sm_menu.slct_1_8 .box_1 .sm_title a, #SM .sm_menu.slct_1_9 .box_1 .sm_title a, #SM .sm_menu.slct_1_10 .box_1 .sm_title a, #SM .sm_menu.slct_2_0 .box_2 .sm_title a, #SM .sm_menu.slct_2_1 .box_2 .sm_title a, #SM .sm_menu.slct_2_2 .box_2 .sm_title a, #SM .sm_menu.slct_2_3 .box_2 .sm_title a, #SM .sm_menu.slct_2_4 .box_2 .sm_title a, #SM .sm_menu.slct_2_5 .box_2 .sm_title a, #SM .sm_menu.slct_2_6 .box_2 .sm_title a, #SM .sm_menu.slct_2_7 .box_2 .sm_title a, #SM .sm_menu.slct_2_8 .box_2 .sm_title a, #SM .sm_menu.slct_2_9 .box_2 .sm_title a, #SM .sm_menu.slct_2_10 .box_2 .sm_title a, #SM .sm_menu.slct_3_0 .box_3 .sm_title a, #SM .sm_menu.slct_3_1 .box_3 .sm_title a, #SM .sm_menu.slct_3_2 .box_3 .sm_title a, #SM .sm_menu.slct_3_3 .box_3 .sm_title a, #SM .sm_menu.slct_3_4 .box_3 .sm_title a, #SM .sm_menu.slct_3_5 .box_3 .sm_title a, #SM .sm_menu.slct_3_6 .box_3 .sm_title a, #SM .sm_menu.slct_3_7 .box_3 .sm_title a, #SM .sm_menu.slct_3_8 .box_3 .sm_title a, #SM .sm_menu.slct_3_9 .box_3 .sm_title a, #SM .sm_menu.slct_3_10 .box_3 .sm_title a, #SM .sm_menu.slct_4_0 .box_4 .sm_title a, #SM .sm_menu.slct_4_1 .box_4 .sm_title a, #SM .sm_menu.slct_4_2 .box_4 .sm_title a, #SM .sm_menu.slct_4_3 .box_4 .sm_title a, #SM .sm_menu.slct_4_4 .box_4 .sm_title a, #SM .sm_menu.slct_4_5 .box_4 .sm_title a, #SM .sm_menu.slct_4_6 .box_4 .sm_title a, #SM .sm_menu.slct_4_7 .box_4 .sm_title a, #SM .sm_menu.slct_4_8 .box_4 .sm_title a, #SM .sm_menu.slct_4_9 .box_4 .sm_title a, #SM .sm_menu.slct_4_10 .box_4 .sm_title a, #SM .sm_menu.slct_5_0 .box_5 .sm_title a, #SM .sm_menu.slct_5_1 .box_5 .sm_title a, #SM .sm_menu.slct_5_2 .box_5 .sm_title a, #SM .sm_menu.slct_5_3 .box_5 .sm_title a, #SM .sm_menu.slct_5_4 .box_5 .sm_title a, #SM .sm_menu.slct_5_5 .box_5 .sm_title a, #SM .sm_menu.slct_5_6 .box_5 .sm_title a, #SM .sm_menu.slct_5_7 .box_5 .sm_title a, #SM .sm_menu.slct_5_8 .box_5 .sm_title a, #SM .sm_menu.slct_5_9 .box_5 .sm_title a, #SM .sm_menu.slct_5_10 .box_5 .sm_title a, #SM .sm_menu.slct_6_0 .box_6 .sm_title a, #SM .sm_menu.slct_6_1 .box_6 .sm_title a, #SM .sm_menu.slct_6_2 .box_6 .sm_title a, #SM .sm_menu.slct_6_3 .box_6 .sm_title a, #SM .sm_menu.slct_6_4 .box_6 .sm_title a, #SM .sm_menu.slct_6_5 .box_6 .sm_title a, #SM .sm_menu.slct_6_6 .box_6 .sm_title a, #SM .sm_menu.slct_6_7 .box_6 .sm_title a, #SM .sm_menu.slct_6_8 .box_6 .sm_title a, #SM .sm_menu.slct_6_9 .box_6 .sm_title a, #SM .sm_menu.slct_6_10 .box_6 .sm_title a, #SM #SM_menu.slct_1_0 .box_1 .sm_title a, #SM #SM_menu.slct_1_1 .box_1 .sm_title a, #SM #SM_menu.slct_1_2 .box_1 .sm_title a, #SM #SM_menu.slct_1_3 .box_1 .sm_title a, #SM #SM_menu.slct_1_4 .box_1 .sm_title a, #SM #SM_menu.slct_1_5 .box_1 .sm_title a, #SM #SM_menu.slct_1_6 .box_1 .sm_title a, #SM #SM_menu.slct_1_7 .box_1 .sm_title a, #SM #SM_menu.slct_1_8 .box_1 .sm_title a, #SM #SM_menu.slct_1_9 .box_1 .sm_title a, #SM #SM_menu.slct_1_10 .box_1 .sm_title a, #SM #SM_menu.slct_2_0 .box_2 .sm_title a, #SM #SM_menu.slct_2_1 .box_2 .sm_title a, #SM #SM_menu.slct_2_2 .box_2 .sm_title a, #SM #SM_menu.slct_2_3 .box_2 .sm_title a, #SM #SM_menu.slct_2_4 .box_2 .sm_title a, #SM #SM_menu.slct_2_5 .box_2 .sm_title a, #SM #SM_menu.slct_2_6 .box_2 .sm_title a, #SM #SM_menu.slct_2_7 .box_2 .sm_title a, #SM #SM_menu.slct_2_8 .box_2 .sm_title a, #SM #SM_menu.slct_2_9 .box_2 .sm_title a, #SM #SM_menu.slct_2_10 .box_2 .sm_title a, #SM #SM_menu.slct_3_0 .box_3 .sm_title a, #SM #SM_menu.slct_3_1 .box_3 .sm_title a, #SM #SM_menu.slct_3_2 .box_3 .sm_title a, #SM #SM_menu.slct_3_3 .box_3 .sm_title a, #SM #SM_menu.slct_3_4 .box_3 .sm_title a, #SM #SM_menu.slct_3_5 .box_3 .sm_title a, #SM #SM_menu.slct_3_6 .box_3 .sm_title a, #SM #SM_menu.slct_3_7 .box_3 .sm_title a, #SM #SM_menu.slct_3_8 .box_3 .sm_title a, #SM #SM_menu.slct_3_9 .box_3 .sm_title a, #SM #SM_menu.slct_3_10 .box_3 .sm_title a, #SM #SM_menu.slct_4_0 .box_4 .sm_title a, #SM #SM_menu.slct_4_1 .box_4 .sm_title a, #SM #SM_menu.slct_4_2 .box_4 .sm_title a, #SM #SM_menu.slct_4_3 .box_4 .sm_title a, #SM #SM_menu.slct_4_4 .box_4 .sm_title a, #SM #SM_menu.slct_4_5 .box_4 .sm_title a, #SM #SM_menu.slct_4_6 .box_4 .sm_title a, #SM #SM_menu.slct_4_7 .box_4 .sm_title a, #SM #SM_menu.slct_4_8 .box_4 .sm_title a, #SM #SM_menu.slct_4_9 .box_4 .sm_title a, #SM #SM_menu.slct_4_10 .box_4 .sm_title a, #SM #SM_menu.slct_5_0 .box_5 .sm_title a, #SM #SM_menu.slct_5_1 .box_5 .sm_title a, #SM #SM_menu.slct_5_2 .box_5 .sm_title a, #SM #SM_menu.slct_5_3 .box_5 .sm_title a, #SM #SM_menu.slct_5_4 .box_5 .sm_title a, #SM #SM_menu.slct_5_5 .box_5 .sm_title a, #SM #SM_menu.slct_5_6 .box_5 .sm_title a, #SM #SM_menu.slct_5_7 .box_5 .sm_title a, #SM #SM_menu.slct_5_8 .box_5 .sm_title a, #SM #SM_menu.slct_5_9 .box_5 .sm_title a, #SM #SM_menu.slct_5_10 .box_5 .sm_title a, #SM #SM_menu.slct_6_0 .box_6 .sm_title a, #SM #SM_menu.slct_6_1 .box_6 .sm_title a, #SM #SM_menu.slct_6_2 .box_6 .sm_title a, #SM #SM_menu.slct_6_3 .box_6 .sm_title a, #SM #SM_menu.slct_6_4 .box_6 .sm_title a, #SM #SM_menu.slct_6_5 .box_6 .sm_title a, #SM #SM_menu.slct_6_6 .box_6 .sm_title a, #SM #SM_menu.slct_6_7 .box_6 .sm_title a, #SM #SM_menu.slct_6_8 .box_6 .sm_title a, #SM #SM_menu.slct_6_9 .box_6 .sm_title a, #SM #SM_menu.slct_6_10 .box_6 .sm_title a {
  background-color: #e0efff !important;
}
#SM .sm_menu.slct_1_0 .box_1 ul, #SM .sm_menu.slct_1_1 .box_1 ul, #SM .sm_menu.slct_1_2 .box_1 ul, #SM .sm_menu.slct_1_3 .box_1 ul, #SM .sm_menu.slct_1_4 .box_1 ul, #SM .sm_menu.slct_1_5 .box_1 ul, #SM .sm_menu.slct_1_6 .box_1 ul, #SM .sm_menu.slct_1_7 .box_1 ul, #SM .sm_menu.slct_1_8 .box_1 ul, #SM .sm_menu.slct_1_9 .box_1 ul, #SM .sm_menu.slct_1_10 .box_1 ul, #SM .sm_menu.slct_2_0 .box_2 ul, #SM .sm_menu.slct_2_1 .box_2 ul, #SM .sm_menu.slct_2_2 .box_2 ul, #SM .sm_menu.slct_2_3 .box_2 ul, #SM .sm_menu.slct_2_4 .box_2 ul, #SM .sm_menu.slct_2_5 .box_2 ul, #SM .sm_menu.slct_2_6 .box_2 ul, #SM .sm_menu.slct_2_7 .box_2 ul, #SM .sm_menu.slct_2_8 .box_2 ul, #SM .sm_menu.slct_2_9 .box_2 ul, #SM .sm_menu.slct_2_10 .box_2 ul, #SM .sm_menu.slct_3_0 .box_3 ul, #SM .sm_menu.slct_3_1 .box_3 ul, #SM .sm_menu.slct_3_2 .box_3 ul, #SM .sm_menu.slct_3_3 .box_3 ul, #SM .sm_menu.slct_3_4 .box_3 ul, #SM .sm_menu.slct_3_5 .box_3 ul, #SM .sm_menu.slct_3_6 .box_3 ul, #SM .sm_menu.slct_3_7 .box_3 ul, #SM .sm_menu.slct_3_8 .box_3 ul, #SM .sm_menu.slct_3_9 .box_3 ul, #SM .sm_menu.slct_3_10 .box_3 ul, #SM .sm_menu.slct_4_0 .box_4 ul, #SM .sm_menu.slct_4_1 .box_4 ul, #SM .sm_menu.slct_4_2 .box_4 ul, #SM .sm_menu.slct_4_3 .box_4 ul, #SM .sm_menu.slct_4_4 .box_4 ul, #SM .sm_menu.slct_4_5 .box_4 ul, #SM .sm_menu.slct_4_6 .box_4 ul, #SM .sm_menu.slct_4_7 .box_4 ul, #SM .sm_menu.slct_4_8 .box_4 ul, #SM .sm_menu.slct_4_9 .box_4 ul, #SM .sm_menu.slct_4_10 .box_4 ul, #SM .sm_menu.slct_5_0 .box_5 ul, #SM .sm_menu.slct_5_1 .box_5 ul, #SM .sm_menu.slct_5_2 .box_5 ul, #SM .sm_menu.slct_5_3 .box_5 ul, #SM .sm_menu.slct_5_4 .box_5 ul, #SM .sm_menu.slct_5_5 .box_5 ul, #SM .sm_menu.slct_5_6 .box_5 ul, #SM .sm_menu.slct_5_7 .box_5 ul, #SM .sm_menu.slct_5_8 .box_5 ul, #SM .sm_menu.slct_5_9 .box_5 ul, #SM .sm_menu.slct_5_10 .box_5 ul, #SM .sm_menu.slct_6_0 .box_6 ul, #SM .sm_menu.slct_6_1 .box_6 ul, #SM .sm_menu.slct_6_2 .box_6 ul, #SM .sm_menu.slct_6_3 .box_6 ul, #SM .sm_menu.slct_6_4 .box_6 ul, #SM .sm_menu.slct_6_5 .box_6 ul, #SM .sm_menu.slct_6_6 .box_6 ul, #SM .sm_menu.slct_6_7 .box_6 ul, #SM .sm_menu.slct_6_8 .box_6 ul, #SM .sm_menu.slct_6_9 .box_6 ul, #SM .sm_menu.slct_6_10 .box_6 ul, #SM #SM_menu.slct_1_0 .box_1 ul, #SM #SM_menu.slct_1_1 .box_1 ul, #SM #SM_menu.slct_1_2 .box_1 ul, #SM #SM_menu.slct_1_3 .box_1 ul, #SM #SM_menu.slct_1_4 .box_1 ul, #SM #SM_menu.slct_1_5 .box_1 ul, #SM #SM_menu.slct_1_6 .box_1 ul, #SM #SM_menu.slct_1_7 .box_1 ul, #SM #SM_menu.slct_1_8 .box_1 ul, #SM #SM_menu.slct_1_9 .box_1 ul, #SM #SM_menu.slct_1_10 .box_1 ul, #SM #SM_menu.slct_2_0 .box_2 ul, #SM #SM_menu.slct_2_1 .box_2 ul, #SM #SM_menu.slct_2_2 .box_2 ul, #SM #SM_menu.slct_2_3 .box_2 ul, #SM #SM_menu.slct_2_4 .box_2 ul, #SM #SM_menu.slct_2_5 .box_2 ul, #SM #SM_menu.slct_2_6 .box_2 ul, #SM #SM_menu.slct_2_7 .box_2 ul, #SM #SM_menu.slct_2_8 .box_2 ul, #SM #SM_menu.slct_2_9 .box_2 ul, #SM #SM_menu.slct_2_10 .box_2 ul, #SM #SM_menu.slct_3_0 .box_3 ul, #SM #SM_menu.slct_3_1 .box_3 ul, #SM #SM_menu.slct_3_2 .box_3 ul, #SM #SM_menu.slct_3_3 .box_3 ul, #SM #SM_menu.slct_3_4 .box_3 ul, #SM #SM_menu.slct_3_5 .box_3 ul, #SM #SM_menu.slct_3_6 .box_3 ul, #SM #SM_menu.slct_3_7 .box_3 ul, #SM #SM_menu.slct_3_8 .box_3 ul, #SM #SM_menu.slct_3_9 .box_3 ul, #SM #SM_menu.slct_3_10 .box_3 ul, #SM #SM_menu.slct_4_0 .box_4 ul, #SM #SM_menu.slct_4_1 .box_4 ul, #SM #SM_menu.slct_4_2 .box_4 ul, #SM #SM_menu.slct_4_3 .box_4 ul, #SM #SM_menu.slct_4_4 .box_4 ul, #SM #SM_menu.slct_4_5 .box_4 ul, #SM #SM_menu.slct_4_6 .box_4 ul, #SM #SM_menu.slct_4_7 .box_4 ul, #SM #SM_menu.slct_4_8 .box_4 ul, #SM #SM_menu.slct_4_9 .box_4 ul, #SM #SM_menu.slct_4_10 .box_4 ul, #SM #SM_menu.slct_5_0 .box_5 ul, #SM #SM_menu.slct_5_1 .box_5 ul, #SM #SM_menu.slct_5_2 .box_5 ul, #SM #SM_menu.slct_5_3 .box_5 ul, #SM #SM_menu.slct_5_4 .box_5 ul, #SM #SM_menu.slct_5_5 .box_5 ul, #SM #SM_menu.slct_5_6 .box_5 ul, #SM #SM_menu.slct_5_7 .box_5 ul, #SM #SM_menu.slct_5_8 .box_5 ul, #SM #SM_menu.slct_5_9 .box_5 ul, #SM #SM_menu.slct_5_10 .box_5 ul, #SM #SM_menu.slct_6_0 .box_6 ul, #SM #SM_menu.slct_6_1 .box_6 ul, #SM #SM_menu.slct_6_2 .box_6 ul, #SM #SM_menu.slct_6_3 .box_6 ul, #SM #SM_menu.slct_6_4 .box_6 ul, #SM #SM_menu.slct_6_5 .box_6 ul, #SM #SM_menu.slct_6_6 .box_6 ul, #SM #SM_menu.slct_6_7 .box_6 ul, #SM #SM_menu.slct_6_8 .box_6 ul, #SM #SM_menu.slct_6_9 .box_6 ul, #SM #SM_menu.slct_6_10 .box_6 ul {
  display: block;
}
#SM .sm_bnr_1 {
  margin-top: 40px;
}
#SM .sm_bnr_1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#SM .sm_bnr_1 ul li {
  margin: 5px 0;
}
#SM .sm_bnr_1 ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: block;
  color: #004ea2;
  padding: 12px 10px 10px 60px;
  border: 2px solid #b7ceeb;
}
#SM .sm_bnr_1 ul li a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 47px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
#SM .sm_bnr_1 ul li a.sm_bnr_catalogue::before {
  background-image: url(../img/cnt_catalogue.png);
}
#SM .sm_bnr_1 ul li a.sm_bnr_contact::before {
  background-image: url(../img/cnt_mail.png);
}
#SM .sm_bnr_2 {
  margin-top: 20px;
}
#SM .sm_bnr_2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#SM .sm_bnr_2 ul li {
  margin: 5px 0;
}
#SM .sm_bnr_2 ul li a img {
  width: 100%;
  max-width: 250px;
  height: auto;
}
@media only screen and (max-width:640px) {
  #SM .sm_bnr_2 {
    text-align: center;
    margin-bottom: 30px;
  }
}

/* -- PAGE KV -- */
.pg_kv {
  position: relative;
  color: #fff;
  padding-top: 220px;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pg_kv .pg_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.pg_kv .pg_title h2 {
  font-size: 30px;
  font-size: 1.875rem;
  display: inline-block;
  margin: 0 0 4px;
  padding: 0 0 10px;
  font-weight: normal;
  letter-spacing: 2px;
  border-bottom: 2px solid;
}
.pg_kv .pg_title p {
  margin: 0;
  padding: 0;
}
.pg_kv .pg_title_2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.pg_kv .pg_title_2 p {
  display: inline-block;
  border: 1px solid;
  line-height: 1;
  padding: 5px 10px 4px;
  margin: 0 0 17px;
}
.pg_kv .pg_title_2 h2 {
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  margin: 0 0 1px;
  padding: 0;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.1;
}
@media only screen and (max-width:1200px) {
  .pg_kv {
    padding-top: 18%;
  }
}
@media only screen and (max-width:980px) {
  .pg_kv .pg_title h2, .pg_kv .pg_title_2 h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .pg_kv .pg_title_2 p {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:640px) {
  .pg_kv .pg_title h2, .pg_kv .pg_title_2 h2 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 3px;
    margin-bottom: 0px;
  }
  .pg_kv .pg_title p {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .pg_kv .pg_title_2 p {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}

@media only screen and (max-width:1200px) {
  .pg_kv_page::after, #DCMNT_top::after, #TCH_page_surfacetreatment::after, #TCH_page_research_development::after, #TCH_page_evaluation_analysis::after, #TCH_page_manufacturing::after, #TCH_page_design_analysis::after, #TCH_page_craftsmanship::after, #TCH_page_plasticforming::after, #TCH_top::after, #CMP_page_sponsor_3::after, #CMP_page_sponsor_2::after, #CMP_page_sponsor::after, #CMP_page_wheelchairRugby::after, #CMP_page_baseball::after, #CMP_page_futureTown::after, #CMP_page_futureLeaders::after, #CMP_page_society::after, #CMP_page_network::after, #CMP_page_history::after, #CMP_page_about::after, #CMP_top::after, #NEWS_top::after {
    width: 54.1666666667%;
    padding-top: 20.8333333333%;
  }
}

/* -- PAGE TITLE -- */
.cnt_pg_title, .cnt_pg_title_2, .cnt_pg_title_3 {
  margin: 0 0 70px;
  padding: 25px;
  border-left: 3px solid #004ea2;
}
.cnt_pg_title h3, .cnt_pg_title_2 h3, .cnt_pg_title_3 h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0;
  color: #004ea2;
  line-height: 1.3;
}
@media only screen and (max-width:980px) {
  .cnt_pg_title, .cnt_pg_title_2, .cnt_pg_title_3 {
    padding: 20px;
    margin-bottom: 50px;
  }
  .cnt_pg_title h3, .cnt_pg_title_2 h3, .cnt_pg_title_3 h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (max-width:640px) {
  .cnt_pg_title, .cnt_pg_title_2, .cnt_pg_title_3 {
    padding: 15px;
    margin-bottom: 40px;
  }
  .cnt_pg_title h3, .cnt_pg_title_2 h3, .cnt_pg_title_3 h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.cnt_pg_title_2 {
  margin-bottom: 20px;
}

.cnt_pg_title_3 {
  padding: 10px 25px;
}
.cnt_pg_title_3 span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width:980px) {
  .cnt_pg_title_3 {
    padding: 10px 20px;
  }
  .cnt_pg_title_3 span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width:780px) {
  .cnt_pg_title_3 {
    padding: 5px 15px;
  }
  .cnt_pg_title_3 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.cnt_title {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 50px;
  padding: 0 0 30px;
  font-weight: normal;
  border-bottom: 1px solid #004ea2;
}
@media only screen and (max-width:980px) {
  .cnt_title {
    font-size: 23px;
    font-size: 1.4375rem;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:640px) {
  .cnt_title {
    font-size: 21px;
    font-size: 1.3125rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.cnt_title_2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 50px 0 30px;
  padding: 5px 0 5px 10px;
  border-left: 5px solid;
  color: #004ea2;
}

.cnt_title_3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-weight: bold;
  border-bottom: 2px solid;
  color: #004ea2;
}
#CNT_area_w_black .cnt_title_3 {
  color: #fff;
}

.cnt_title_4, .cnt_title_4_mt {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 15px 8px;
  background-color: #004ea2;
  line-height: 1.3;
  color: #fff;
  font-weight: normal;
  border-radius: 15px 0;
}
.cnt_title_4 span, .cnt_title_4_mt span {
  margin-left: 5px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
p + .cnt_title_4, p + .cnt_title_4_mt {
  margin-top: 1rem;
}

.cnt_title_4_mt {
  margin-top: 2rem !important;
}

/* -- TABLE -- */
.tbl_1 {
  width: 100%;
}
.tbl_1 th, .tbl_1 td {
  padding: 8px 10px;
  border-bottom: 1px solid #ebebeb;
}
.tbl_1 th {
  text-align: left;
}

.tbl_2 {
  width: 100%;
  border-top: 1px solid #ebebeb;
}
.tbl_2 th, .tbl_2 td {
  padding: 8px 10px;
  border-bottom: 1px solid #ebebeb;
}
.tbl_2 th {
  text-align: left;
  background-color: #f2faff;
  white-space: nowrap;
}

/* -- TUBE -- */
.tube_box {
  position: relative;
  padding-top: 56.25%;
}
.tube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

/* -- LINK -- */
.link_pdf::before {
  content: url(../img/pdf_24.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.link_dxf::before {
  content: url(../img/icon_dxf.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

A.link_btn_1 {
  display: block;
  padding: 10px 10px 8px 30px;
  border: 1px solid #a4caf2;
  border-radius: 3px;
  background: url(../img/link_arw_3.png) 10px center no-repeat;
  color: #217bdd;
  transition: background 0.2s ease;
}
A.link_btn_1:hover {
  background-color: #a4caf2;
  text-decoration: none;
  color: #fff;
}

A.link_btn_pdf {
  display: block;
  padding: 10px 10px 8px 30px;
  border: 1px solid #a4caf2;
  border-radius: 3px;
  background: url(../img/pdf_24.png) 10px center no-repeat;
  color: #217bdd;
  transition: background 0.2s ease;
}
A.link_btn_pdf:hover {
  background-color: #a4caf2;
  text-decoration: none;
  color: #fff;
}

P.link_btn_1 a {
  display: inline-block;
  padding: 10px 10px 8px 30px;
  border: 1px solid #a4caf2;
  border-radius: 3px;
  background: url(../img/link_arw_3.png) 10px center no-repeat #fff;
  color: #217bdd;
  transition: background 0.2s ease;
}
P.link_btn_1 a img.blank {
  vertical-align: middle;
  margin-left: 5px;
}
P.link_btn_1 a:hover {
  background-color: #a4caf2;
  text-decoration: none;
  color: #fff;
}

P.link_contact {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 0;
}
P.link_contact a {
  display: inline-block;
  padding: 15px 40px 13px 60px;
  border-radius: 5px;
  background: url(../img/link_arw_4.png) 10px center no-repeat #fff;
  background-color: #217bdd;
  color: #fff;
  transition: background 0.2s ease;
}
P.link_contact a span {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
P.link_contact a:hover {
  background-color: #5fa8f8;
  text-decoration: none;
}
@media only screen and (max-width:980px) {
  P.link_contact {
    margin-top: 70px;
  }
}
@media only screen and (max-width:640px) {
  P.link_contact {
    margin-top: 50px;
  }
}

.title_link {
  margin: -30px 0 40px;
}
@media only screen and (max-width:980px) {
  .title_link {
    margin: -20px 0 20px;
  }
}

/* -- CNT WRP -- */
/* -- CNT BLOCK -- */
.cnt_wrp_1 {
  display: flex;
  width: 100%;
}
.cnt_wrp_1 .cell_img {
  width: 43.956043956%;
}
.cnt_wrp_1 .cell_img img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 15px 0;
}
.cnt_wrp_1 .cell {
  flex: 1;
  padding-left: 20px;
}
@media only screen and (max-width:780px) {
  .cnt_wrp_1 {
    display: block;
  }
  .cnt_wrp_1 .cell_img {
    width: 100%;
    text-align: center;
  }
  .cnt_wrp_1 .cell {
    display: block;
    padding-left: 0;
  }
}

.cnt_fx_1, .cnt_fx_2, .cnt_fx_3 {
  display: flex;
  width: 100%;
  margin: 1.5rem 0;
}
.cnt_fx_1 .cell_img, .cnt_fx_2 .cell_img, .cnt_fx_3 .cell_img {
  width: 40%;
  margin-top: 1rem;
}
.cnt_fx_1 .cell_img figure, .cnt_fx_2 .cell_img figure, .cnt_fx_3 .cell_img figure {
  margin: 0;
  padding: 0;
}
.cnt_fx_1 .cell_img figcaption, .cnt_fx_2 .cell_img figcaption, .cnt_fx_3 .cell_img figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 7px;
  line-height: 1.5;
  text-align: center;
}
.cnt_fx_1 .cell, .cnt_fx_2 .cell, .cnt_fx_3 .cell {
  flex: 1;
}
@media only screen and (max-width:780px) {
  .cnt_fx_1, .cnt_fx_2, .cnt_fx_3 {
    display: block;
  }
  .cnt_fx_1 .cell_img, .cnt_fx_2 .cell_img, .cnt_fx_3 .cell_img {
    width: 100% !important;
    text-align: center;
  }
  .cnt_fx_1 .cell, .cnt_fx_2 .cell, .cnt_fx_3 .cell {
    display: block;
  }
}

.cnt_fx_1 .cell {
  padding-right: 20px;
}
@media only screen and (max-width:780px) {
  .cnt_fx_1 .cell {
    padding-right: 0;
  }
}

.cnt_fx_2 {
  flex-direction: row-reverse;
}
.cnt_fx_2 .cell {
  padding-left: 20px;
}
@media only screen and (max-width:780px) {
  .cnt_fx_2 .cell {
    padding-left: 0;
  }
}

.cnt_fx_3 .cell_img {
  width: 60%;
}

.cap_center {
  text-align: center;
}

/* -- TUBE -- */
.tube_block {
  position: relative;
  padding-top: 61.0465116279%;
}
.tube_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.video_block {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.video_block video {
  width: 100%;
  max-width: 750px;
}
@media only screen and (max-width:640px) {
  .video_block {
    margin-top: 20px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMPANY PROFILE
/* -------------------------------------------------------------------------*/
#CMP_top {
  background-image: url(../../company/img/pg_kv.jpg);
  background-color: #6196d8;
}

#CMP_page_about {
  background-image: url(../../company/about/img/pg_kv.jpg);
  background-color: #6196d8;
}

#CMP_page_history {
  background-image: url(../../company/history/img/pg_kv.jpg);
  background-color: #426651;
}

#CMP_page_network {
  background-image: url(../../company/network/img/pg_kv.jpg);
  background-color: #287dd3;
}

#CMP_page_society {
  background-image: url(../../company/society/img/pg_kv.jpg);
  background-color: #0e53a3;
}

#CMP_page_futureLeaders {
  background-image: url(../../company/society/img/pg_kv_future_leaders.jpg);
  background-color: #0e53a3;
}

#CMP_page_futureTown {
  background-image: url(../../company/society/img/pg_kv_future_town.jpg);
  background-color: #0e53a3;
}

#CMP_page_baseball {
  background-image: url(../../company/society/img/pg_kv_basball.jpg);
  background-color: #0e53a3;
}

#CMP_page_wheelchairRugby {
  background-image: url(../../company/society/img/pg_kv_wheelchair_rugby.jpg);
  background-color: #0e53a3;
}

#CMP_page_sponsor {
  background-image: url(../../company/sponsor/img/pg_kv.jpg);
  background-color: #6fb71a;
}

#CMP_page_sponsor_2 {
  background-image: url(../../company/sponsor/img/pg_kv_baseball.jpg);
  background-color: #d0e6ff;
  color: #000;
}

#CMP_page_sponsor_3 {
  background-image: url(../../company/sponsor/img/pg_kv_cm.jpg);
  background-color: #cdd2d6;
  color: #004ea2;
}

.cmp_mnList_block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.cmp_mnList_block .box {
  width: 32.33%;
  padding: 8px 8px 18px;
  background-color: #e0eef9;
  border: 1px solid #d5e9f9;
}
.cmp_mnList_block .box:nth-child(3n-2) {
  margin: 0 1% 2.5% 0;
}
.cmp_mnList_block .box:nth-child(3n-1) {
  margin: 0 0.5% 2.5%;
}
.cmp_mnList_block .box:nth-child(3n) {
  margin: 0 0 2.5% 1%;
}
.cmp_mnList_block figure {
  margin: 0;
  padding: 0;
}
.cmp_mnList_block figure a {
  transition: opacity 0.2s ease;
}
.cmp_mnList_block figure a:hover {
  opacity: 0.7;
}
.cmp_mnList_block figure img {
  width: 100%;
  height: auto;
}
.cmp_mnList_block .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.cmp_mnList_block ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
.cmp_mnList_block li {
  margin: 6px 0;
}
.cmp_mnList_block li a {
  position: relative;
  display: block;
  padding-left: 12px;
}
.cmp_mnList_block li a::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-right: 8px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #1596e1;
  position: absolute;
  left: 0;
  top: 7px;
}
@media only screen and (max-width:980px) {
  .cmp_mnList_block {
    margin-bottom: 50px;
  }
  .cmp_mnList_block ul {
    margin-left: 10px;
  }
}
@media only screen and (max-width:640px) {
  .cmp_mnList_block {
    display: block;
  }
  .cmp_mnList_block .box {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 5px 0 !important;
    padding: 5px 5px 5px 115px;
    min-height: 110px;
  }
  .cmp_mnList_block .box figure {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100px;
  }
  .cmp_mnList_block .box figure img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .cmp_mnList_block .title {
    text-align: left;
    margin: 5px 0;
  }
  .cmp_mnList_block .title a::before {
    display: none;
  }
  .cmp_mnList_block li a {
    display: block;
    padding: 2px 0;
  }
  .cmp_mnList_block li a::before {
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #1596e1;
  }
}

#CMP_about_1 .date {
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 10px;
  padding: 5px;
  background-color: #f7f7f7;
}

#CMP_about_3 .tbl {
  width: 100%;
}
#CMP_about_3 .tbl th, #CMP_about_3 .tbl td {
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
}

#CMP_about_4 {
  text-align: center;
}
#CMP_about_4 img {
  width: auto;
  height: auto;
  max-width: 100%;
}

#CMP_about_chart_1 {
  width: 100% !important;
  height: auto !important;
}

#CMP_phl_3 .cnt_box_cc {
  display: flex;
}
#CMP_phl_3 .cnt_box_cc .cell_img {
  padding-right: 40px;
  width: 35%;
}
#CMP_phl_3 .cnt_box_cc .cell_img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#CMP_phl_3 .cnt_box_cc .cell {
  flex: 1;
}
#CMP_phl_3 .cnt_box_cc .cell p {
  margin-top: 0;
}
@media only screen and (max-width:980px) {
  #CMP_phl_3 .cnt_box_cc .cell_img {
    padding-right: 20px;
  }
}
@media only screen and (max-width:640px) {
  #CMP_phl_3 .cnt_box_cc {
    display: block;
  }
  #CMP_phl_3 .cnt_box_cc .cell_img {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}

#CMP_history_1 > table {
  border-top: 1px solid #ebebeb;
}
#CMP_history_1 > table th, #CMP_history_1 > table td {
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
}
#CMP_history_1 > table th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  background-color: #f4f9ff;
  border-left: 2px solid #cee4ff;
  vertical-align: top;
  color: #2d65a0;
}
@media only screen and (max-width:980px) {
  #CMP_history_1 > table th, #CMP_history_1 > table td {
    padding: 8px;
  }
}
@media only screen and (max-width:640px) {
  #CMP_history_1 table, #CMP_history_1 tbody, #CMP_history_1 tr, #CMP_history_1 th, #CMP_history_1 td {
    display: block;
  }
  #CMP_history_1 th {
    padding: 5px !important;
  }
  #CMP_history_1 td {
    padding: 8px 5px 15px !important;
  }
}

#CMP_course_1 {
  background: url(../../company/history/img/crs_bc_paper.png) 0 0 no-repeat;
  padding-top: 8%;
  margin-top: -40px;
}
#CMP_course_1 h4 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
  transition: opacity 2s ease;
}
#CMP_course_1 h4.anm_on {
  opacity: 1 !important;
}
#CMP_course_1 .box_1, #CMP_course_1 .box_2 {
  margin: 12% 0;
  display: flex;
}
#CMP_course_1 .box_1 .cell, #CMP_course_1 .box_2 .cell {
  flex: 1;
  position: relative;
  z-index: 1;
  transition: all 1s ease;
}
#CMP_course_1 .box_1 .cell .wrp, #CMP_course_1 .box_2 .cell .wrp {
  position: relative;
  margin-top: 30px;
}
#CMP_course_1 .box_1 .cell h5, #CMP_course_1 .box_2 .cell h5 {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 8px 0 15px;
  border-bottom: 2px solid #dedede;
}
#CMP_course_1 .box_1 .cell h5::before, #CMP_course_1 .box_2 .cell h5::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background-color: #000;
}
#CMP_course_1 .box_1 .cell p, #CMP_course_1 .box_2 .cell p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
#CMP_course_1 .box_1 .cell .info, #CMP_course_1 .box_2 .cell .info {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}
#CMP_course_1 .box_1 figure, #CMP_course_1 .box_2 figure {
  position: relative;
  width: 59.3406593407%;
  margin: 0;
  padding: 0;
  transition: opacity 3s ease;
}
#CMP_course_1 .box_1 figure img, #CMP_course_1 .box_2 figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#CMP_course_1 .box_1 figure::after, #CMP_course_1 .box_2 figure::after {
  content: "";
  display: block;
  width: 55%;
  position: absolute;
  top: 0;
  bottom: 0;
}
#CMP_course_1 .box_1 {
  flex-direction: row-reverse;
}
#CMP_course_1 .box_1 .cell {
  transform: translateX(-10%);
}
#CMP_course_1 .box_1 .cell .wrp {
  margin-left: -70px;
}
#CMP_course_1 .box_1 figure::after {
  right: -2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
#CMP_course_1 .box_1.anm_on .cell {
  opacity: 1 !important;
  transform: translateX(0);
}
#CMP_course_1 .box_1.anm_on figure {
  opacity: 1 !important;
}
#CMP_course_1 .box_2 .cell {
  transform: translateX(10%);
}
#CMP_course_1 .box_2 .cell .wrp {
  margin-right: -70px;
}
#CMP_course_1 .box_2 figure::after {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
#CMP_course_1 .box_2.anm_on .cell {
  opacity: 1 !important;
  transform: translateX(0);
}
#CMP_course_1 .box_2.anm_on figure {
  opacity: 1 !important;
}
@media only screen and (max-width:980px) {
  #CMP_course_1 h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #CMP_course_1 .box_1, #CMP_course_1 .box_2 {
    display: block;
    margin: 60px 0;
  }
  #CMP_course_1 .box_1 .cell .wrp, #CMP_course_1 .box_2 .cell .wrp {
    margin: 0 !important;
  }
  #CMP_course_1 .box_1 figure, #CMP_course_1 .box_2 figure {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 !important;
  }
  #CMP_course_1 .box_1 figure::after, #CMP_course_1 .box_2 figure::after {
    display: none;
  }
}

#CMP_founder_1 h4, #CMP_founder_2 h4, #CMP_founder_3 h4 {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 8px 0 15px;
  border-bottom: 2px solid #dedede;
  transition: opacity 1s ease;
}
#CMP_founder_1 h4::before, #CMP_founder_2 h4::before, #CMP_founder_3 h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background-color: #000;
}
#CMP_founder_1 h4.anm_on, #CMP_founder_2 h4.anm_on, #CMP_founder_3 h4.anm_on {
  opacity: 1 !important;
}
#CMP_founder_1 .box_1, #CMP_founder_1 .box_2, #CMP_founder_2 .box_1, #CMP_founder_2 .box_2, #CMP_founder_3 .box_1, #CMP_founder_3 .box_2 {
  display: flex;
  overflow: hidden;
}
#CMP_founder_1 .box_1 .cell, #CMP_founder_1 .box_2 .cell, #CMP_founder_2 .box_1 .cell, #CMP_founder_2 .box_2 .cell, #CMP_founder_3 .box_1 .cell, #CMP_founder_3 .box_2 .cell {
  flex: 1;
  transition: all 1s ease;
}
#CMP_founder_1 .box_1 .cell.anm_on, #CMP_founder_1 .box_2 .cell.anm_on, #CMP_founder_2 .box_1 .cell.anm_on, #CMP_founder_2 .box_2 .cell.anm_on, #CMP_founder_3 .box_1 .cell.anm_on, #CMP_founder_3 .box_2 .cell.anm_on {
  opacity: 1 !important;
  transform: translateX(0);
}
#CMP_founder_1 .box_1 figure, #CMP_founder_1 .box_2 figure, #CMP_founder_2 .box_1 figure, #CMP_founder_2 .box_2 figure, #CMP_founder_3 .box_1 figure, #CMP_founder_3 .box_2 figure {
  margin: 15px 0;
  width: 32.967032967%;
  transition: opacity 2s ease;
}
#CMP_founder_1 .box_1 figure img, #CMP_founder_1 .box_2 figure img, #CMP_founder_2 .box_1 figure img, #CMP_founder_2 .box_2 figure img, #CMP_founder_3 .box_1 figure img, #CMP_founder_3 .box_2 figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#CMP_founder_1 .box_1 figure.anm_on, #CMP_founder_1 .box_2 figure.anm_on, #CMP_founder_2 .box_1 figure.anm_on, #CMP_founder_2 .box_2 figure.anm_on, #CMP_founder_3 .box_1 figure.anm_on, #CMP_founder_3 .box_2 figure.anm_on {
  opacity: 1 !important;
}
#CMP_founder_1 .box_1, #CMP_founder_2 .box_1, #CMP_founder_3 .box_1 {
  flex-direction: row-reverse;
}
#CMP_founder_1 .box_1 .cell, #CMP_founder_2 .box_1 .cell, #CMP_founder_3 .box_1 .cell {
  margin-right: 20px;
  transform: translateX(10%);
}
#CMP_founder_1 .box_2 .cell, #CMP_founder_2 .box_2 .cell, #CMP_founder_3 .box_2 .cell {
  margin-left: 20px;
  transform: translateX(-10%);
}
#CMP_founder_1 .info, #CMP_founder_2 .info, #CMP_founder_3 .info {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 10px;
  line-height: 1.5;
  border-top: 1px dotted #acacac;
}
@media only screen and (max-width:980px) {
  #CMP_founder_1 .box_1, #CMP_founder_1 .box_2, #CMP_founder_2 .box_1, #CMP_founder_2 .box_2, #CMP_founder_3 .box_1, #CMP_founder_3 .box_2 {
    display: block;
  }
  #CMP_founder_1 .box_1 .cell, #CMP_founder_1 .box_2 .cell, #CMP_founder_2 .box_1 .cell, #CMP_founder_2 .box_2 .cell, #CMP_founder_3 .box_1 .cell, #CMP_founder_3 .box_2 .cell {
    margin: 0;
  }
  #CMP_founder_1 .box_1 figure, #CMP_founder_1 .box_2 figure, #CMP_founder_2 .box_1 figure, #CMP_founder_2 .box_2 figure, #CMP_founder_3 .box_1 figure, #CMP_founder_3 .box_2 figure {
    width: 100%;
    text-align: center;
    margin: 0 0 25px;
  }
}

#CMP_global_1 a {
  display: block;
}
#CMP_global_1 a:hover img {
  opacity: 0.8;
}
#CMP_global_1 a p {
  display: block;
  padding: 15px 5px 13px;
  margin: 0;
  line-height: 1;
  background-color: #ececec;
  text-align: center;
}
#CMP_global_1 figure {
  margin: 0;
  padding: 0;
}
#CMP_global_1 figure img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease;
}

#CMP_global_2 figure {
  margin: 0;
  padding: 0;
}
#CMP_global_2 figure img {
  width: 100%;
  height: auto;
}
#CMP_global_2 .cnt_block_cc {
  display: flex;
}
#CMP_global_2 .cnt_block_cc .title {
  font-size: 18px;
  font-size: 1.125rem;
  border-left: 5px solid #004ea2;
  padding: 5px 0 5px 10px;
  line-height: 1;
}
#CMP_global_2 .cnt_block_cc .cell_japan {
  margin-right: 15px;
}
#CMP_global_2 .cnt_block_cc .cell_world {
  margin-left: 15px;
}
#CMP_global_2 .cnt_block_cc img {
  transition: all 0.2s ease;
}
#CMP_global_2 .cnt_block_cc a {
  display: block;
}
#CMP_global_2 .cnt_block_cc a:hover img {
  opacity: 0.8;
}
#CMP_global_2 .cnt_block_cc a p {
  display: block;
  padding: 15px 5px 13px;
  margin: 0;
  line-height: 1;
  background-color: #ececec;
  text-align: center;
}

.cnt_block_office .box {
  margin-bottom: 50px;
}
.cnt_block_office .wrp {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.cnt_block_office .wrp figure {
  margin: 0 15px 0 0;
  padding: 0;
}
.cnt_block_office .wrp .cell {
  flex: 1px;
}
.cnt_block_office .title {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  min-width: 280px;
  margin: 0 0 15px;
  padding: 10px 15px 8px;
  background-color: #004ea2;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  border-radius: 15px 0;
}
.cnt_block_office table {
  font-size: 15px;
  font-size: 0.9375rem;
  border-collapse: collapse;
  width: 100%;
}
.cnt_block_office table th, .cnt_block_office table td {
  border: 1px solid #ebebeb;
  padding: 10px;
}
.cnt_block_office table th {
  vertical-align: top;
  background-color: #f1f8ff;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: normal;
  width: 100px;
}
.cnt_block_office table ul {
  margin: 0;
  padding: 0 0 0 25px;
}
.cnt_block_office .mapLink {
  display: inline-block;
  padding: 5px 8px 3px 12px;
  line-height: 1;
  background-color: #e4f1ff;
  border: 1px solid #9acaff;
  transition: all 0.2s ease;
}
.cnt_block_office .mapLink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #498ad0;
  transition: all 0.2s ease;
}
.cnt_block_office .mapLink:hover {
  text-decoration: none;
  color: #fff;
  background-color: #9acaff;
}
.cnt_block_office .mapLink:hover::after {
  border-color: transparent transparent transparent #fff;
}
.cnt_block_office .link_acs {
  margin-top: -30px;
  margin-bottom: 40px;
  border: 1px solid #004ea2;
}
.cnt_block_office .link_acs > p {
  text-align: center;
  color: #004ea2;
  line-height: 1;
  margin: 0;
  padding: 15px 10px 13px;
  transition: background 0.2s ease;
  cursor: pointer;
}
.cnt_block_office .link_acs > p:hover {
  background-color: #e9f3ff;
}
.cnt_block_office .link_wrp {
  display: none;
  padding: 15px;
  background-color: #fbfbfb;
}
.cnt_block_office .map_area {
  position: relative;
  margin-bottom: 15px;
  padding-top: 50%;
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.cnt_block_office .map_area iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cnt_block_office .map_info {
  font-size: 14px;
  font-size: 0.875rem;
}
.cnt_block_office .map_info_title {
  font-weight: bold;
  color: #004ea2;
}
@media only screen and (max-width:980px) {
  .cnt_block_office .wrp {
    display: block;
  }
  .cnt_block_office .wrp figure {
    margin: 0 0 15px;
    text-align: center;
  }
}
@media only screen and (max-width:640px) {
  .cnt_block_office table, .cnt_block_office tbody, .cnt_block_office tr, .cnt_block_office th, .cnt_block_office td {
    display: block;
    width: 100% !important;
    border-top: none !important;
  }
  .cnt_block_office table {
    border-top: 1px solid #ebebeb !important;
  }
  .cnt_block_office table th, .cnt_block_office table td {
    padding: 5px;
  }
  .cnt_block_office .map_area {
    padding-top: 300px;
  }
}

/* -- TOP MESSAGE -- */
#CMP_tmsg_box {
  max-width: 1000px;
  margin: -40px auto 0;
}
#CMP_tmsg_box .pic {
  position: relative;
  margin-bottom: 40px;
}
#CMP_tmsg_box .pic img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#CMP_tmsg_box .text .signature {
  text-align: right;
  margin-top: 50px;
}
#CMP_tmsg_box .color-blue {
  color: #0066b3;
}
#CMP_tmsg_box .cnt_fx_1 {
  margin: 0;
}
@media only screen and (max-width:640px) {
  #CMP_tmsg_box {
    margin-top: -30px;
  }
}

.CMP_tmsg_box-fx {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.CMP_tmsg_box-fx .cell {
  flex: 1;
}
.CMP_tmsg_box-fx .cell_img {
  width: 400px;
  margin-top: 20px;
}
.CMP_tmsg_box-fx .cell_img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:980px) {
  .CMP_tmsg_box-fx {
    display: block;
    margin: 0;
  }
  .CMP_tmsg_box-fx .cell_img {
    width: auto;
    max-width: 500px;
    margin: 30px auto;
  }
}

.CMP_tmsg_box-link {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}
.CMP_tmsg_box-link li {
  margin: 15px 0;
  text-align: center;
}
.CMP_tmsg_box-link a {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 600px;
  border: 1px solid #004ea2;
  padding: 15px 10px 15px 30px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #004ea2;
  color: #000;
  transition: all 0.2s ease;
}
.CMP_tmsg_box-link a:hover {
  text-decoration: none;
  background-color: #f3f9ff;
  box-shadow: none;
}
.CMP_tmsg_box-link a::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #05AF76;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* -- SOCIETY -- */
.cmp_figure_c {
  margin-top: 2rem;
}
.cmp_figure_c > figure {
  margin: 10px;
  padding: 0;
  flex: 1;
  text-align: center;
}
.cmp_figure_c > figure img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.cmp_figure_c > figure figcaption {
  margin-top: 0.5rem;
}
@media only screen and (max-width:980px) {
  .cmp_figure_c {
    display: block;
    text-align: center;
  }
  .cmp_figure_c > figure {
    margin: 20px 0;
  }
}

.cmp_figure_cc {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.cmp_figure_cc > figure {
  margin: 10px;
  padding: 0;
  flex: 1;
}
.cmp_figure_cc > figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cmp_figure_cc > figure figcaption {
  margin-top: 0.5rem;
}
@media only screen and (max-width:980px) {
  .cmp_figure_cc {
    display: block;
    text-align: center;
  }
  .cmp_figure_cc > figure {
    margin: 20px 0;
  }
}

.cmp_figure_cc_2 > figure {
  flex: none;
  text-align: center;
}
.cmp_figure_cc_2 > figure img {
  max-height: 270px;
}
.cmp_figure_cc_2 > figure figcaption {
  text-align: left;
}
.cmp_figure_cc_2 .fig_1 {
  margin-left: 50px;
}
.cmp_figure_cc_2 .fig_1 img {
  border: 1px solid #dfdfdf;
}
@media only screen and (max-width:980px) {
  .cmp_figure_cc_2 > figure figcaption {
    text-align: center;
  }
}

.cmp_figure_cc_c {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.cmp_figure_cc_c > figure {
  margin: 10px;
  padding: 0;
  flex: 1;
}
.cmp_figure_cc_c > figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cmp_figure_cc_c > figure figcaption {
  text-align: center;
  margin-top: 0.5rem;
}
@media only screen and (max-width:980px) {
  .cmp_figure_cc_c {
    display: block;
    text-align: center;
  }
  .cmp_figure_cc_c > figure {
    margin: 20px 0;
  }
}

.cmp_figure_cc_c-2 {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 2rem;
}
.cmp_figure_cc_c-2 > figure {
  margin: 0;
  padding: 0;
  flex: 1;
}
.cmp_figure_cc_c-2 > figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cmp_figure_cc_c-2 > figure figcaption {
  text-align: center;
  margin-top: 0.5rem;
}
@media only screen and (max-width:980px) {
  .cmp_figure_cc_c-2 {
    display: block;
    text-align: center;
  }
  .cmp_figure_cc_c-2 > figure {
    margin: 20px 0;
  }
}

.cmp_figure_cc_small {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.cmp_figure_cc_small > figure {
  margin: 10px;
  padding: 0;
  width: 40%;
}
.cmp_figure_cc_small > figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cmp_figure_cc_small > figure figcaption {
  margin-top: 0.5rem;
}
@media only screen and (max-width:640px) {
  .cmp_figure_cc_small {
    display: block;
    text-align: center;
  }
  .cmp_figure_cc_small > figure {
    margin: 20px 0;
    width: 100%;
  }
  .cmp_figure_cc_small > figure img {
    max-width: 250px;
  }
}

.cmp_figure_c_big {
  margin-top: 2rem;
}
.cmp_figure_c_big > figure {
  margin: 10px;
  padding: 0;
  flex: 1;
  text-align: center;
}
.cmp_figure_c_big > figure img {
  width: 100%;
  height: auto;
}
.cmp_figure_c_big > figure figcaption {
  margin-top: 0.5rem;
}
@media only screen and (max-width:980px) {
  .cmp_figure_c_big {
    display: block;
    text-align: center;
  }
  .cmp_figure_c_big > figure {
    margin: 20px 0;
  }
}

.cmp_sports_block {
  display: flex;
}
.cmp_sports_block .logo {
  margin: 0 20px 0 0;
  padding: 0;
  width: 200px;
}
.cmp_sports_block .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cmp_sports_block .box {
  flex: 1;
}
@media only screen and (max-width:980px) {
  .cmp_sports_block {
    display: block;
  }
  .cmp_sports_block .logo {
    margin: 0 auto 30px;
  }
}

.cmp_sports_block_2 {
  display: flex;
}
.cmp_sports_block_2 .box {
  flex: 1;
  margin-left: 10px;
  padding: 15px;
  background-color: #f8f8f8;
  border: 1px solid #d3d3d3;
}
.cmp_sports_block_2 .box p {
  margin: 0;
  padding: 0;
}
.cmp_sports_block_2 .box p + p {
  margin-top: 0.5rem;
}
.cmp_sports_block_2 figure {
  margin: 0;
  padding: 0;
  width: 300px;
}
.cmp_sports_block_2 figure img {
  width: 100%;
  height: auto;
  border: 2px solid #fff;
}
@media only screen and (max-width:980px) {
  .cmp_sports_block_2 {
    display: block;
  }
  .cmp_sports_block_2 figure {
    margin: 0 auto;
  }
  .cmp_sports_block_2 .box {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width:640px) {
  .cmp_sports_block_2 figure {
    width: 280px;
  }
}

.cmp_linkBlank {
  margin-top: 1rem;
  text-align: right;
}
.cmp_linkBlank a {
  display: inline-block;
  padding: 10px 10px 8px 30px;
  border: 1px solid #a4caf2;
  border-radius: 3px;
  background: url(../img/link_arw_3.png) 10px center no-repeat;
  color: #217bdd;
  transition: background 0.2s ease;
}
.cmp_linkBlank a:hover {
  background-color: #a4caf2;
  text-decoration: none;
  color: #fff;
}
.cmp_linkBlank a img.blank {
  vertical-align: middle;
  margin-left: 5px;
}
@media only screen and (max-width:640px) {
  .cmp_linkBlank {
    margin-top: 2rem;
    text-align: center;
  }
  .cmp_linkBlank a {
    padding: 15px 10px 15px 30px;
  }
}

.cmp_profile .wrp {
  display: flex;
  flex-direction: row-reverse;
}
.cmp_profile .wrp .cell {
  flex: 1;
}
.cmp_profile .wrp figure {
  margin: 0 0 0 20px;
  width: 250px;
}
.cmp_profile .wrp figure img {
  width: 100%;
  height: auto;
}
.cmp_profile .fig_wrp {
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
}
.cmp_profile .fig_wrp figure {
  width: 49%;
  margin: 0;
  padding: 0;
}
.cmp_profile .fig_wrp figure img {
  width: 100%;
  height: auto;
}
.cmp_profile .fig_wrp figure:nth-child(1) {
  margin-right: 1%;
}
.cmp_profile .fig_wrp figure:nth-child(2) {
  margin-left: 1%;
}
@media only screen and (max-width:980px) {
  .cmp_profile .wrp figure {
    width: 200px;
  }
}
@media only screen and (max-width:640px) {
  .cmp_profile .wrp {
    display: block;
  }
  .cmp_profile .wrp figure {
    width: 300px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .cmp_profile .fig_wrp {
    display: block;
  }
  .cmp_profile .fig_wrp figure {
    width: 100%;
    margin: 10px 0 !important;
  }
}

.cmp_poster {
  margin: 3rem 0 0;
  text-align: center;
}
.cmp_poster img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border: 1px solid #d6d6d6;
}
.cmp_poster figcaption {
  margin-top: 0.5rem;
  text-align: center;
}

.cmp_tbl_1 {
  border-collapse: collapse;
}
.cmp_tbl_1 th {
  text-align: left;
  padding: 5px 20px 5px 10px;
}
.cmp_tbl_1 td {
  padding: 5px;
}
.cmp_tbl_1 td span {
  color: #d30000;
}

.cmp_block_1 {
  display: flex;
}
.cmp_block_1 .cell_text {
  flex: 1;
}
.cmp_block_1 .cell_text .fig_1 {
  margin: 2rem 0 0;
  padding: 0;
  text-align: center;
}
.cmp_block_1 .cell_text .fig_1 img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.cmp_block_1 .cell_fig {
  margin-left: 2%;
  width: 40%;
}
.cmp_block_1 .cell_fig figure {
  margin: 1rem 0 0;
  padding: 0;
}
.cmp_block_1 .cell_fig img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cmp_block_1 .cell_fig figcaption {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 10px;
}
@media only screen and (max-width:980px) {
  .cmp_block_1 {
    display: block;
  }
  .cmp_block_1 .cell_fig {
    width: auto !important;
    text-align: center;
    margin: 30px 0 0;
  }
  .cmp_block_1 .cell_fig img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.cmp_lgov_box {
  margin-bottom: 5rem;
}
.cmp_lgov_box P {
  max-width: 600px;
  margin: 0 auto;
  font-weight: bold;
}
.cmp_lgov_box figure {
  text-align: center;
  margin: 2rem 0 0;
  padding: 0;
}
.cmp_lgov_box figure img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.cmp_lgov_box_2 {
  display: flex;
  margin-bottom: 3rem;
}
.cmp_lgov_box_2 .text {
  flex: 1;
}
.cmp_lgov_box_2 figure {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 1rem;
  padding: 0;
}
.cmp_lgov_box_2 figure img {
  width: 48%;
  height: auto;
  margin: 1%;
}
@media only screen and (max-width:980px) {
  .cmp_lgov_box_2 {
    display: block;
  }
  .cmp_lgov_box_2 figure {
    width: 100%;
    margin: 1rem 0;
  }
}

.cmp_plusKaga_title {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  margin-bottom: 50px;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.cmp_plusKaga_title .logo {
  margin: 0;
  padding: 0;
  width: 120px;
}
.cmp_plusKaga_title .logo img {
  width: 100%;
  height: auto;
}
.cmp_plusKaga_title .box {
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 20px;
}
.cmp_plusKaga_title .box p {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width:980px) {
  .cmp_plusKaga_title {
    padding: 5px;
  }
  .cmp_plusKaga_title .logo {
    width: 80px;
  }
  .cmp_plusKaga_title .box {
    font-size: 22px;
    font-size: 1.375rem;
    margin-left: 10px;
  }
}
@media only screen and (max-width:640px) {
  .cmp_plusKaga_title {
    margin-bottom: 40px;
  }
  .cmp_plusKaga_title .logo {
    width: 60px;
  }
  .cmp_plusKaga_title .box {
    margin-left: 10px;
  }
}

/* -- SPONSOR -- */
.cmp_sponsor_bnr {
  margin-top: 50px;
}
.cmp_sponsor_bnr ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cmp_sponsor_bnr li {
  display: inline-block;
  margin: 10px;
  padding: 0;
}
.cmp_sponsor_bnr li a {
  display: block;
  transition: opacity 0.2s ease;
  border: 1px solid #ee2200;
}
.cmp_sponsor_bnr li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width:640px) {
  .cmp_sponsor_bnr li {
    display: block;
  }
}

.cmp_ambsdr_c {
  margin-top: 2rem;
}
.cmp_ambsdr_c > figure {
  margin: 10px;
  padding: 0;
  flex: 1;
  text-align: center;
}
.cmp_ambsdr_c > figure img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.cmp_ambsdr_c > figure figcaption {
  margin-top: 0.5rem;
}
@media only screen and (max-width:980px) {
  .cmp_ambsdr_c {
    display: block;
    text-align: center;
  }
  .cmp_ambsdr_c > figure {
    margin: 20px 0;
  }
}
@media only screen and (max-width:640px) {
  .cmp_ambsdr_c > figure img {
    max-width: 200px;
  }
}

.cmp_ambsdr_tube_block {
  margin-bottom: 50px;
}
.cmp_ambsdr_tube_block .bnr {
  text-align: center;
  margin-bottom: 20px;
}
.cmp_ambsdr_tube_block .bnr img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.cmp_ambsdr_tube_block .tube_wrp {
  max-width: 600px;
  margin: 0 auto;
}
.cmp_ambsdr_tube_block .tube {
  position: relative;
  padding-top: 56.25%;
}
.cmp_ambsdr_tube_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cmp_ambsdr_tube_block p {
  margin: 0.5rem 0 0;
  text-align: center;
}
@media only screen and (max-width:980px) {
  .cmp_ambsdr_tube_block {
    display: block;
  }
  .cmp_ambsdr_tube_block .wrp {
    margin-top: 30px;
  }
}

/* -- CM -- */
.cmTube_block {
  display: flex;
  column-gap: 20px;
}
.cmTube_block .wrp {
  flex: 1;
}
.cmTube_block .tube {
  position: relative;
  padding-top: 56.25%;
}
.cmTube_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cmTube_block p {
  margin: 0.5rem 0 0;
  text-align: center;
}
@media only screen and (max-width:980px) {
  .cmTube_block {
    display: block;
  }
  .cmTube_block .wrp {
    margin-top: 30px;
  }
}

.cmTube_title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 25px;
  font-weight: bold;
  color: #004ea2;
}
@media only screen and (max-width:980px) {
  .cmTube_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width:640px) {
  .cmTube_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cmp_baseball_1 {
  display: flex;
  margin-top: 2rem;
}
.cmp_baseball_1 .cell_text {
  flex: 1;
}
.cmp_baseball_1 .cell_fig {
  width: 170px;
  margin-right: 2rem;
}
.cmp_baseball_1 .cell_fig figure {
  margin: 0;
  padding: 0;
}
.cmp_baseball_1 .cell_fig img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cmp_baseball_1 .cell_fig figcaption {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 10px;
}
.cmp_baseball_1 img.img_border {
  border: 1px solid #cccccc;
}
@media only screen and (max-width:980px) {
  .cmp_baseball_1 {
    display: block;
  }
  .cmp_baseball_1 .cell_fig {
    width: auto !important;
    text-align: center;
    margin: 30px 0;
  }
  .cmp_baseball_1 .cell_fig img {
    width: 100%;
    height: auto;
    max-width: 170px;
  }
}

.cmp_baseball_cr {
  text-align: right;
  margin: 0;
}
.cmp_baseball_cr img {
  width: 120px;
  height: auto;
}

/* --- MVV --- */
#CMP_MMV {
  margin-top: -10%;
}
#CMP_MMV figure {
  margin: 0;
  text-align: center;
}
#CMP_MMV figure img {
  width: 100%;
  height: auto;
  max-width: 380px;
}
#CMP_MMV .text {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  color: #333;
  line-height: 1.8;
}
#CMP_MMV .btn {
  text-align: center;
  margin: 30px 0 0;
}
#CMP_MMV .btn a {
  display: inline-block;
  padding: 13px 50px;
  margin: 0 auto;
  color: #fff;
  background-color: #519ef2;
  border-radius: 5rem;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease, box-shadow 0.2s ease;
  font-weight: bold;
}
#CMP_MMV .btn a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
}
#CMP_MMV .btn a:hover {
  background-color: #2779d3;
  text-decoration: none;
  box-shadow: none;
}
@media only screen and (max-width:980px) {
  #CMP_MMV figure img {
    max-width: 300px;
  }
}
@media only screen and (max-width:780px) {
  #CMP_MMV figure img {
    max-width: 250px;
  }
  #CMP_MMV .text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  #CMP_MMV .text {
    text-align: left;
    padding: 0 10px;
  }
  #CMP_MMV .br_1 {
    display: none;
  }
}

/*-- COMPANY > Society TOP --*/
.cmp-societyTop {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.cmp-societyTop a {
  display: block;
  width: calc(50% - 15px);
  background-color: #ececec;
  text-decoration: none;
  text-align: center;
}
.cmp-societyTop a img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.cmp-societyTop a p {
  margin: 0;
  padding: 15px;
}
.cmp-societyTop a:hover {
  text-decoration: underline;
}
.cmp-societyTop a:hover img {
  opacity: 0.8;
}
@media only screen and (max-width:980px) {
  .cmp-societyTop {
    gap: 20px;
  }
}
@media only screen and (max-width:640px) {
  .cmp-societyTop a {
    width: auto;
  }
}

/*-- COMPANY > Society RUGBY --*/
.cmp-society-rugby {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}
.cmp-society-rugby--text {
  flex: 1;
}
.cmp-society-rugby--text > *:first-child {
  margin-top: 0;
}
.cmp-society-rugby--fig {
  margin: 0;
  padding: 0;
  width: 40%;
}
.cmp-society-rugby--fig img {
  width: 100%;
  height: auto;
  border: 1px solid #d6d6d6;
}
@media only screen and (max-width:980px) {
  .cmp-society-rugby {
    gap: 20px;
  }
}
@media only screen and (max-width:780px) {
  .cmp-society-rugby {
    display: block;
  }
  .cmp-society-rugby--fig {
    width: auto;
    margin-top: 30px;
    text-align: center;
  }
  .cmp-society-rugby--fig img {
    max-width: 350px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* TECHNOLOGY
/* -------------------------------------------------------------------------*/
#TCH_top {
  background-image: url(../../technology/img/pg_kv.jpg);
  background-color: #011135;
}

#TCH_page_plasticforming {
  background-image: url(../../technology/plastic_forming/img/pg_kv.jpg);
  background-color: #56c26b;
}

#TCH_page_craftsmanship {
  background-image: url(../../technology/craftsmanship/img/pg_kv.jpg);
  background-color: #cde9f8;
  color: #000;
}

#TCH_page_design_analysis {
  background-image: url(../../technology/design_analysis/img/pg_kv.jpg);
  color: #000;
  background-color: #e1ebf0;
}

#TCH_page_manufacturing {
  background-image: url(../../technology/manufacturing/img/pg_kv.jpg);
  background-color: #230f04;
}

#TCH_page_evaluation_analysis {
  background-image: url(../../technology/evaluation_analysis/img/pg_kv.jpg);
  background-color: #d0d3d1;
  color: #000;
}

#TCH_page_research_development {
  background-image: url(../../technology/research_development/img/pg_kv.jpg);
  background-color: #c2c2c2;
}

#TCH_page_surfacetreatment {
  background-image: url(../../technology/surface_treatment/img/pg_kv.jpg);
  background-color: #ffdc52;
  color: #000;
}
#TCH_page_surfacetreatment .pg_title_2 p {
  background-color: #ffe992;
  border: 1px solid #ceaa1d;
}

.tch_mnList_block .core_wrp {
  display: flex;
}
.tch_mnList_block .core_wrp .core_1, .tch_mnList_block .core_wrp .core_2 {
  position: relative;
  display: block;
  width: 50%;
}
.tch_mnList_block .core_wrp .core_1:hover img, .tch_mnList_block .core_wrp .core_2:hover img {
  opacity: 0.8;
}
.tch_mnList_block .core_wrp .core_1:hover .title, .tch_mnList_block .core_wrp .core_2:hover .title {
  box-shadow: none;
}
.tch_mnList_block .core_wrp .core_1 img, .tch_mnList_block .core_wrp .core_2 img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.tch_mnList_block .core_wrp .core_1 .text, .tch_mnList_block .core_wrp .core_2 .text {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 0;
}
.tch_mnList_block .core_wrp .core_1 .core, .tch_mnList_block .core_wrp .core_2 .core {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #fff;
  border: 1px solid;
  padding: 8px 15px 6px;
  margin: 0 0 0 15px;
  white-space: nowrap;
}
.tch_mnList_block .core_wrp .core_1 .core::after, .tch_mnList_block .core_wrp .core_2 .core::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 2px;
  left: 2px;
}
.tch_mnList_block .core_wrp .core_1 .title, .tch_mnList_block .core_wrp .core_2 .title {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 10px 0 0;
  padding: 14px 70px 10px 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 0 5rem 5rem 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}
.tch_mnList_block .core_wrp .core_1 {
  background-color: #00ff2f;
}
.tch_mnList_block .core_wrp .core_1 .core {
  background-color: rgba(41, 104, 53, 0.6);
}
.tch_mnList_block .core_wrp .core_1 .title {
  background-color: #296835;
}
.tch_mnList_block .core_wrp .core_2 {
  background-color: #ffdd44;
}
.tch_mnList_block .core_wrp .core_2 .core {
  background-color: rgba(175, 108, 0, 0.5);
}
.tch_mnList_block .core_wrp .core_2 .title {
  background-color: #c48928;
}
.tch_mnList_block .wrp {
  display: flex;
  flex-wrap: wrap;
}
.tch_mnList_block .box {
  width: 49%;
  margin: 2% 0 0;
  display: flex;
  border: 1px solid #cecccc;
}
.tch_mnList_block .box:nth-child(odd) {
  margin-right: 1%;
}
.tch_mnList_block .box:nth-child(even) {
  margin-left: 1%;
}
.tch_mnList_block .box figure {
  width: 55%;
  margin: 0;
  padding: 5px;
}
.tch_mnList_block .box figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.tch_mnList_block .box figure a {
  display: block;
  transition: opacity 0.2s ease;
}
.tch_mnList_block .box figure a:hover {
  opacity: 0.8;
}
.tch_mnList_block .box .text {
  margin-left: 2.5%;
  flex: 1;
}
.tch_mnList_block .box .text .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 10% 0 10px;
  padding: 0;
}
.tch_mnList_block .box .text .title a {
  display: block;
}
.tch_mnList_block .box .text .title span {
  display: inline-block;
  white-space: nowrap;
}
.tch_mnList_block .box .text ul {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tch_mnList_block .box .text ul li {
  margin: 0;
  padding: 0;
}
.tch_mnList_block .box .text ul a {
  position: relative;
  display: block;
  color: #474747;
  padding-left: 15px;
}
.tch_mnList_block .box .text ul a::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.tch_mnList_block .box_craftman {
  position: relative;
}
.tch_mnList_block .box_craftman::after {
  content: "";
  display: block;
  width: 30%;
  padding-top: 62.3529411765%;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  background: url(../../technology/img/puzzle_bc.jpg) right bottom no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 1000px) {
  .tch_mnList_block .box .text .title {
    margin: 10px 0 5px;
  }
}
@media only screen and (max-width: 800px) {
  .tch_mnList_block .box {
    display: block;
    padding: 10px;
  }
  .tch_mnList_block .box figure {
    width: 100%;
    text-align: center;
  }
  .tch_mnList_block .box figure img {
    width: 200px;
    height: auto;
  }
  .tch_mnList_block .box .text {
    width: 200px;
    margin: 0 auto;
  }
  .tch_mnList_block .box .text .title {
    text-align: center;
  }
  .tch_mnList_block .box .text ul {
    display: inline-block;
  }
}
@media only screen and (max-width:640px) {
  .tch_mnList_block .core_wrp {
    display: block;
  }
  .tch_mnList_block .core_wrp .core_1, .tch_mnList_block .core_wrp .core_2 {
    width: 100%;
    margin: 0 0 25px;
  }
  .tch_mnList_block .wrp {
    display: block;
  }
  .tch_mnList_block .box {
    display: block;
    position: relative;
    width: 100%;
    max-width: auto;
    max-width: initial;
    overflow: hidden;
    margin: 15px 0 !important;
    padding: 5px;
    text-align: center;
  }
  .tch_mnList_block .box figure {
    width: 100%;
  }
  .tch_mnList_block .box figure a {
    display: inline-block;
  }
  .tch_mnList_block .box figure img {
    width: 200px;
  }
  .tch_mnList_block .box .text {
    margin-left: 0;
    width: 100%;
  }
  .tch_mnList_block .box .text ul {
    display: block;
  }
  .tch_mnList_block .box .text ul li {
    margin: 5px 0;
  }
  .tch_mnList_block .box .text ul li a {
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 3px;
  }
  .tch_mnList_block .box .text ul li a::before {
    display: none;
  }
}

.tch_crft_3box {
  margin-top: 50px;
}

.tch_crft_block_core {
  margin: 20px 0 40px;
  display: flex;
  justify-content: center;
}
.tch_crft_block_core figure {
  margin: 0;
  padding: 0;
}
.tch_crft_block_core figure img {
  width: 100%;
  height: auto;
  max-width: 240px;
}
@media only screen and (max-width:640px) {
  .tch_crft_block_core {
    margin: 20px 0;
  }
}

.tch_crft_block {
  display: flex;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.tch_crft_block > div {
  width: 33.3333333333%;
  text-align: center;
  padding: 15px;
  margin: 0 10px;
  border-radius: 10px;
  color: #fff;
}
.tch_crft_block > div p {
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  margin: 0;
  padding: 5px;
  font-weight: bold;
  border-bottom: 1px dotted;
}
.tch_crft_block > div ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.tch_crft_block > div ul li {
  margin: 0;
  padding: 0;
}
.tch_crft_block .box_1 {
  background-color: #bde36d;
  text-shadow: 0 0 2px #004110, 0 0 2px #004110;
}
.tch_crft_block .box_2 {
  background-color: #74ccc5;
  text-shadow: 0 0 2px #155e58, 0 0 2px #155e58;
}
.tch_crft_block .box_3 {
  background-color: #b982f5;
  text-shadow: 0 0 2px #30134e, 0 0 2px #30134e;
}
@media only screen and (max-width:980px) {
  .tch_crft_block > div {
    margin: 0 5px;
    padding: 15px;
  }
}
@media only screen and (max-width:780px) {
  .tch_crft_block {
    display: block;
  }
  .tch_crft_block > div {
    width: 100%;
    margin: 10px 0;
  }
}

.tch_fig_1 {
  margin: 2rem 0;
}
.tch_fig_1 figure {
  padding: 0;
  margin: 0;
  max-width: 800px;
}
.tch_fig_1 figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 15px 0 0;
}
.cnt_title_4 + .tch_fig_1 {
  margin-top: 1rem;
}

.tch_fig_c {
  margin: 2rem 0;
}
.tch_fig_c figure {
  padding: 0;
  margin: 0 auto 8%;
  max-width: 800px;
  text-align: center;
}
.tch_fig_c figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 15px 0 0;
}

.tch_fig_c_wAuto {
  margin: 2rem 0;
}
.tch_fig_c_wAuto figure {
  padding: 0;
  margin: 0 auto 8%;
  text-align: center;
}
.tch_fig_c_wAuto figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 15px 0 0;
}

.tch_fig_c_1 {
  margin: 2rem 0;
}
.tch_fig_c_1 figure {
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.tch_fig_c_1 figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 15px 0 0;
}

.tch_fig_cc, .tch_fig_cc_mt0 {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 -4%;
}
.tch_fig_cc figure, .tch_fig_cc_mt0 figure {
  width: 46%;
  padding: 0;
  margin: 0 0 8%;
}
.tch_fig_cc figure:nth-child(odd), .tch_fig_cc_mt0 figure:nth-child(odd) {
  margin-right: 4%;
}
.tch_fig_cc figure:nth-child(even), .tch_fig_cc_mt0 figure:nth-child(even) {
  margin-left: 4%;
}
.tch_fig_cc figure figcaption, .tch_fig_cc_mt0 figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin: 15px 0 0;
}
@media only screen and (max-width:640px) {
  .tch_fig_cc, .tch_fig_cc_mt0 {
    display: block;
    margin: 0;
  }
  .tch_fig_cc figure, .tch_fig_cc_mt0 figure {
    width: 100%;
    margin: 20px 0 !important;
  }
  .tch_fig_cc figure figcaption, .tch_fig_cc_mt0 figure figcaption {
    margin-top: 10px;
  }
}

.tch_fig_cc_2 {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.tch_fig_cc_2 figure {
  padding: 0;
  margin: 0 0 8%;
}
.tch_fig_cc_2 figure:nth-child(odd) {
  width: 69%;
  margin-right: 1.5%;
}
.tch_fig_cc_2 figure:nth-child(even) {
  margin-left: 1.5%;
  width: 28%;
}
.tch_fig_cc_2 figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin: 15px 0 0;
}
@media only screen and (max-width:640px) {
  .tch_fig_cc_2 {
    display: block;
  }
  .tch_fig_cc_2 figure {
    margin: 0;
    width: 100% !important;
    text-align: center;
  }
  .tch_fig_cc_2 figure + figure {
    margin-top: 2rem;
  }
}

.tch_fig_cc_3 {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.tch_fig_cc_3 figure {
  padding: 0;
  margin: 0 10px;
}
.tch_fig_cc_3 figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width:640px) {
  .tch_fig_cc_3 figure {
    margin: 0 5px;
  }
}

.tch_fig_cc_4 {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.tch_fig_cc_4 figure {
  padding: 0;
  margin: 0 10px;
}
@media only screen and (max-width:640px) {
  .tch_fig_cc_4 {
    display: block;
  }
  .tch_fig_cc_4 figure {
    text-align: center;
    margin: 1rem 0;
  }
}

.tch_manufacturing_tbl table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 2px;
}
.tch_manufacturing_tbl th {
  padding: 2px 5px;
  white-space: nowrap;
  background-color: #004ea2;
  color: #fff;
  font-weight: normal;
}
.tch_manufacturing_tbl td {
  width: 12%;
  padding: 2px;
  text-align: center;
  background-color: #e3ecf3;
  white-space: nowrap;
}
.tch_manufacturing_tbl td img {
  width: 45px;
  height: auto;
  margin: 2px;
}
.tch_manufacturing_tbl td.name {
  width: 28%;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  padding: 2px 10px;
  font-weight: bold;
}
.tch_manufacturing_tbl td.name p {
  margin: 0;
  padding: 5px 0;
}
.tch_manufacturing_tbl td.name figure {
  margin: 5px 0 0;
  padding: 0;
}
.tch_manufacturing_tbl td.name figure img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.tch_manufacturing_tbl td.name figure img.img_1 {
  width: 50%;
  height: auto;
  max-width: 95px;
}
@media only screen and (max-width: 1000px) {
  .tch_manufacturing_tbl td img {
    width: 35px;
  }
}
@media only screen and (max-width: 850px) {
  .tch_manufacturing_tbl {
    overflow-x: auto;
  }
  .tch_manufacturing_tbl table {
    width: 600px;
  }
}

.tch_block_1 {
  display: flex;
  flex-wrap: wrap;
}
.tch_block_1 .box {
  width: 47%;
  margin-bottom: 65px;
}
.tch_block_1 .box:nth-child(odd) {
  padding-right: 3%;
  border-right: 1px solid #e7e7e7;
}
.tch_block_1 .box:nth-child(even) {
  padding-left: 3%;
}
.tch_block_1 .box h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 0 10px;
}
.tch_block_1 .box figure {
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.tch_block_1 .box figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 0 0;
  text-align: center;
  color: #53739c;
}
.tch_block_1 .box p {
  margin: 0;
}
.tch_block_1 .box p + p {
  margin-top: 10px;
}
@media only screen and (max-width:980px) {
  .tch_block_1 {
    display: block;
  }
  .tch_block_1 .box {
    width: auto;
    border: none !important;
    padding: 0 !important;
  }
}

.tch_tbl_1 {
  border-collapse: collapse;
  margin-top: 2rem;
  margin-bottom: 3rem;
  width: 100%;
}
.tch_tbl_1 th, .tch_tbl_1 td {
  padding: 5px;
  border: 1px solid #e9e9e9;
}
.tch_research_dvl_block {
  display: flex;
}
.tch_research_dvl_block .block:nth-child(odd) {
  width: 60%;
  margin-right: 1.5%;
}
.tch_research_dvl_block .block:nth-child(even) {
  margin-left: 1.5%;
}
.tch_research_dvl_block .fig {
  margin-top: 2rem;
}
.tch_research_dvl_block .fig figure {
  max-width: 300px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width:980px) {
  .tch_research_dvl_block {
    display: block;
  }
  .tch_research_dvl_block .block {
    margin: 20px 0 !important;
    width: 100% !important;
  }
}

.tch_research_dvl_block2 {
  display: flex;
  max-width: 820px;
}
.tch_research_dvl_block2 .block:nth-child(odd) {
  width: 59%;
  margin-right: 2%;
}
.tch_research_dvl_block2 .block:nth-child(even) {
  width: 37%;
  margin-left: 2%;
}
.tch_research_dvl_block2 .figWrp {
  display: flex;
  margin-top: 1rem;
}
.tch_research_dvl_block2 .figWrp figure {
  margin: 0;
  padding: 0;
  width: 50%;
}
.tch_research_dvl_block2 .figWrp figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin: 15px 0 0;
}
.tch_research_dvl_block2 img {
  width: 100%;
  height: auto;
}
.tch_research_dvl_block2 .tch_fig_1 figure {
  margin: 0;
}
.tch_research_dvl_block2 .tch_fig_1 figcaption {
  text-align: center;
}
@media only screen and (max-width:980px) {
  .tch_research_dvl_block2 {
    display: block;
  }
  .tch_research_dvl_block2 .block {
    margin: 20px 0 !important;
    width: 100% !important;
  }
  .tch_research_dvl_block2 .tch_fig_1 {
    display: block;
    max-width: 300px;
  }
}

.tch_research_dvl_block3 figure {
  max-width: 600px;
  margin: 0;
  padding: 0;
}
.tch_research_dvl_block3 figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin: 15px 0 0;
}
@media only screen and (max-width:640px) {
  .tch_research_dvl_block3 {
    display: block;
  }
  .tch_research_dvl_block3 figure {
    width: 100% !important;
    margin: 20px 0;
  }
}

.tch_surface_tbl {
  margin-bottom: 3rem;
}
.tch_surface_tbl table {
  border-collapse: collapse;
  width: 100%;
}
.tch_surface_tbl th, .tch_surface_tbl td {
  border: 1px solid #99afc7;
}
.tch_surface_tbl th {
  white-space: nowrap;
  background-color: #e4f1ff;
  padding: 10px 5px;
}
.tch_surface_tbl th span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  display: block;
}
.tch_surface_tbl td {
  vertical-align: top;
  padding: 10px;
  width: 40%;
}
.tch_surface_tbl td span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  display: block;
}
@media only screen and (max-width:980px) {
  .tch_surface_tbl {
    overflow-x: auto;
  }
  .tch_surface_tbl table {
    width: 800px;
  }
}

.tch_surface_block + .tch_surface_block {
  margin-top: 3rem;
}
.tch_surface_block .tech_sTtl {
  margin-top: 0;
}
.tch_surface_block figure img {
  border: 1px solid #c4c4c4;
}
.tch_surface_block table {
  font-size: 14px;
  font-size: 0.875rem;
  border-collapse: collapse;
  width: 100%;
}
.tch_surface_block table th, .tch_surface_block table td {
  padding: 5px;
  border: 1px solid #99afc7;
}
.tch_surface_block table th {
  background-color: #e4f1ff;
}
.tch_surface_block table tr td:nth-child(2) {
  text-align: center;
}
.tch_surface_block .tbl_info {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 0 0;
  text-align: right;
}

.tech_sTtl {
  font-size: 16px;
  font-size: 1rem;
  margin: 2rem 0 1rem;
  font-weight: bold;
  color: #004ea2;
}

/* IMG SIZE */
@media only screen and (max-width:640px) {
  .tch_img_size_1 {
    max-width: 230px !important;
  }
}

.tch_fig_size_1 {
  max-width: 760px !important;
  text-align: left !important;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* DRAWER
/* -------------------------------------------------------------------------*/
#MblMN {
  position: relative;
  display: none;
  z-index: 10001;
}
#MblMN #FT_nv {
  padding: 10px;
  line-height: 1.5;
}
#MblMN #FT_nv ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#MblMN #FT_nv > ul > li, #MblMN #FT_nv .infoLink li {
  margin: 3px 0;
  padding: 0;
  border: 1px solid #d7e5f4;
}
#MblMN #FT_nv > ul > li > a, #MblMN #FT_nv .infoLink li > a {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 8px 10px;
  background: #eef5fc;
  text-decoration: none;
  display: block;
  outline: none;
}
#MblMN #FT_nv > ul > li > ul li > a, #MblMN #FT_nv .wrp > ul li > a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 7px 10px 7px 15px;
  text-decoration: none;
  display: block;
  outline: none;
  border-top: 1px solid #d7e5f4;
}
#MblMN #FT_nv > ul > li > ul li > a br, #MblMN #FT_nv .wrp > ul li > a br {
  display: none;
}
#MblMN #FT_nv .wrp p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 5px;
  background-color: #5f93cb;
  color: #fff;
}
#MblMN #FT_nv > ul > li > ul, #MblMN #FT_nv .wrp {
  display: none;
}
#MblMN #FT_nv .hasChild > 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 #1596e1;
  transition: transform 0.3s ease;
}
#MblMN #FT_nv .hasChild > a.show::before {
  transform: rotate(90deg);
}
#MblMN #FT_nv .infoLink {
  border: none;
  margin: 0;
}
#MblMN #FT_nv .infoLink ul {
  display: block;
}
#MblMN #FT_nv .infoLink a {
  border: none;
}
#MblMN #HD_lng_box {
  padding: 5px 10px;
  background-color: #f4f4f4;
}
#MblMN #HD_lng_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#MblMN #HD_lng_box a {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
  background-color: #1597e1;
  border-radius: 3px;
}
#MblMN #hd_logo {
  padding: 10px;
}
#MblMN #hd_logo a {
  display: block;
  width: 205px;
  height: 20px;
  background: url(../img/spmn_logo.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#MblMN #NV ul {
  list-style: none;
  margin: 13px 0 0;
  padding: 0;
}
#MblMN #NV ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 10px;
  margin: 2px 10px;
  background: #eef5fc;
  border: 1px solid #d7e5f4;
  text-decoration: none;
  display: block;
  outline: none;
}
#MblMN .search_block {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #dedede;
  border-right: none;
  border-left: none;
}
#MblMN .search_block::before {
  font-size: 13px;
  font-size: 0.8125rem;
  content: "サイト内検索";
  margin-bottom: 3px;
  display: block;
  color: #7a7a7a;
}
#MblMN .cse .gsc-search-button-v2,
#MblMN .gsc-search-button-v2 {
  width: 35px !important;
  height: 34px !important;
}
#MblMN .drawer-hamburger {
  top: 20px;
}
.mbl_mn_fixed #MblMN .drawer-hamburger {
  top: 6px;
}
#MblMN .drawer--right.drawer-open .drawer-hamburger {
  top: 0 !important;
}
#MblMN .mbl_search {
  padding: 0 10px;
}
#MblMN .mbl_search p {
  margin: 0;
}
#MblMN .mbl_search a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 7px 10px 7px 15px;
  text-decoration: none;
  display: block;
  outline: none;
  background-color: #f7f7f7;
  border: 1px solid #e9e9e9;
}
#MblMN .mbl_search 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 #1596e1;
  transition: transform 0.3s ease;
}
@media only screen and (max-width:780px) {
  #MblMN {
    display: block;
  }
}
@media only screen and (max-width:640px) {
  #MblMN .drawer-hamburger {
    top: 9px;
  }
  .mbl_mn_fixed #MblMN .drawer-hamburger {
    top: -3px;
  }
}

.drawer-overlay {
  z-index: 10000;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HD MENU
/* -------------------------------------------------------------------------*/
#HD_mn_mask {
  display: none;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width:780px) {
  #HD_mn_mask {
    display: none !important;
  }
}

#HD_mn_bc {
  display: none;
  position: absolute;
  width: 100%;
  height: 380px;
  top: 100px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 199;
}
body.mbl_mn_fixed #HD_mn_bc {
  position: fixed;
  top: 70px;
}
@media only screen and (max-width: 1090px) {
  #HD_mn_bc {
    top: 90px;
    height: 380px;
  }
  body.mbl_mn_fixed #HD_mn_bc {
    top: 54px;
  }
}
@media only screen and (max-width:980px) {
  #HD_mn_bc {
    top: 80px;
    height: 390px;
  }
  body.mbl_mn_fixed #HD_mn_bc {
    top: 53px;
  }
}
@media only screen and (max-width:780px) {
  #HD_mn_bc {
    display: none !important;
  }
}

#HD_mn_bar {
  position: absolute;
  display: block;
}
@media only screen and (max-width:780px) {
  #HD_mn_bar {
    display: none !important;
  }
}

#NVC {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  max-width: 1100px;
  margin: 40px auto 0;
  width: 100%;
  z-index: 201;
}
body.mbl_mn_fixed #NVC {
  position: fixed;
  top: 70px;
}
body.HDNV_open #NVC {
  display: block;
}
#NVC .nvc_box {
  display: flex;
  margin: 0 20px;
  display: none;
}
#NVC .nvc_box > a {
  display: block;
  color: #fff;
}
#NVC .nvc_box > a figure {
  position: relative;
  width: 250px;
  margin: 0 30px 0 0;
  padding: 0;
  background-color: #004ea2;
}
#NVC .nvc_box > a figure img {
  transition: all 0.2s ease;
  width: 100%;
  height: auto;
}
#NVC .nvc_box > a figcaption {
  font-size: 23px;
  font-size: 1.4375rem;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  letter-spacing: 2px;
}
#NVC .nvc_box > a figcaption span {
  margin-top: -5px;
  padding-bottom: 1px;
  display: inline-block;
  border-bottom: 1px solid;
}
#NVC .nvc_box > a:hover figure img {
  opacity: 0.5;
}
#NVC .nvc_box .link {
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  width: 100%;
}
#NVC .nvc_box .box {
  flex: 1;
  padding: 0 20px;
  border-left: 1px solid #eee;
}
#NVC .nvc_box .box > a {
  display: block;
  margin-top: 10px;
  padding: 1px 5px;
  line-height: 1.5;
}
#NVC .nvc_box .box > a::before {
  content: url(../img/nvc_arw.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#NVC .nvc_box .box > a:first-child {
  margin-top: 0;
}
#NVC .nvc_box .box > ul {
  margin: 0 0 0 15px;
  padding: 0;
  font-size: 0;
  line-height: 1.7;
}
#NVC .nvc_box .box > ul li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#NVC .nvc_box .box > ul li a {
  color: #737373;
}
#NVC .nvc_box .box > ul li::before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  color: #dedede;
}
#NVC .nvc_box .box > ul li:first-child::before {
  display: none;
}
#NVC .nvc_box .link_blank a::after {
  content: url(../img/icon_blank.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: 1px;
}
#NVC.nv_cmp .nvc_cmp, #NVC.nv_biz .nvc_biz, #NVC.nv_tech .nvc_tech, #NVC.nv_ir .nvc_ir, #NVC.nv_stb .nvc_stb, #NVC.nv_rcr .nvc_rcr {
  display: flex !important;
}
@media only screen and (max-width: 1090px) {
  #NVC {
    top: 80px;
  }
  body.mbl_mn_fixed #NVC {
    top: 50px;
  }
}
@media only screen and (max-width:980px) {
  #NVC {
    top: 65px;
  }
  #NVC .nvc_box > a figure {
    width: 200px;
  }
  body.mbl_mn_fixed #NVC {
    top: 45px;
  }
}
@media only screen and (max-width:780px) {
  #NVC {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* DOCUMENTS
/* -------------------------------------------------------------------------*/
.pg_link {
  list-style: none;
  margin: 0 0 50px;
  padding: 20px 0;
  font-size: 0;
  border: 1px dotted #1597e1;
  border-left: none;
  border-right: none;
}
.pg_link li {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin: 2px;
}
.pg_link li a {
  display: block;
  padding: 10px 10px;
  background-color: #edf6ff;
  line-height: 1.3;
  border: 1px solid #aecef0;
}
.pg_link li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.1px 3.5px 0 3.5px;
  border-color: #1596e1 transparent transparent transparent;
}

#DCMNT_top {
  background-image: url(../img/pg_kv.jpg);
  background-color: #3470bb;
}

#DCMNT_list {
  font-size: 0;
}
#DCMNT_list .box {
  display: inline-block;
  width: 31.33%;
  margin: 2.5% 1%;
  padding: 20px 10px;
  vertical-align: top;
  background-color: #ecf6ff;
  border: 1px solid #cfe1f3;
}
#DCMNT_list .box .title {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 18px 0 13px;
  text-align: center;
  font-weight: bold;
}
#DCMNT_list .box > figure {
  margin: 0;
  padding: 0;
  text-align: center;
}
#DCMNT_list .box > figure img {
  width: auto;
  height: 200px;
  border: 1px solid #ddeefe;
}
#DCMNT_list .box a.link {
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin-top: 1px;
  background-color: #6eabea;
  color: #fff;
  line-height: 1;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
#DCMNT_list .box a.link figure {
  margin: 0;
  padding: 10px;
  background-color: #71cbff;
  transition: background 0.2s ease;
}
#DCMNT_list .box a.link p {
  margin: 0;
  padding: 5px 10px;
}
#DCMNT_list .box a.link:hover {
  text-decoration: none;
  background-color: #52c3ff;
  box-shadow: none;
}
#DCMNT_list .box a.link:hover figure {
  background-color: #71e4ff;
}
@media only screen and (max-width:640px) {
  #DCMNT_list .box {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
}

#DCMNT_chain .block_1, #DCMNT_cad .block_1 {
  padding: 20px;
  border: 3px solid #a4caf2;
}
#DCMNT_chain .block_1 .title, #DCMNT_cad .block_1 .title {
  margin-top: 0;
}
#DCMNT_chain .block_1 p, #DCMNT_cad .block_1 p {
  margin: 0;
}

.tbl_dcmnt {
  width: 100%;
  margin-top: 10px;
  border-top: 2px solid #9abeea;
  border-right: 1px solid #ebebeb;
}
.tbl_dcmnt tr {
  transition: background 0.2s ease;
}
.tbl_dcmnt tr:hover {
  background-color: #f8f8f8;
}
.tbl_dcmnt th, .tbl_dcmnt td {
  border: 1px solid #ebebeb;
  border-right: none;
}
.tbl_dcmnt th {
  padding: 10px 5px;
  background-color: #f4f9ff;
  color: #2d65a0;
  line-height: 1;
}
.tbl_dcmnt td {
  padding: 3px 10px;
}
.tbl_dcmnt td:nth-child(2) {
  width: 40%;
}
.tbl_dcmnt .noleftborder {
  border-left: none !important;
}
.tbl_dcmnt .link_pdf, .tbl_dcmnt .link_dxf {
  display: block;
}
@media only screen and (max-width:640px) {
  .tbl_dcmnt td:nth-child(2) {
    width: auto;
  }
}

#DCMNT_cad_list {
  margin-top: 50px;
}
#DCMNT_cad_list .box {
  margin-bottom: 10px;
  background-color: #f0f9ff;
  border: 1px solid #cfe1f3;
}
#DCMNT_cad_list .title {
  padding: 15px 20px;
}
#DCMNT_cad_list .title p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  padding: 2px 0 2px 10px;
  border-left: 5px solid;
  color: #004ea2;
}
#DCMNT_cad_list .text {
  background-color: #fff;
  padding: 15px 20px;
}
#DCMNT_cad_list .text p {
  margin: 0;
}
#DCMNT_cad_list .text p a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #1597e1;
}

#DCMNT_cad_pg {
  margin-top: 50px;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* INFO
/* -------------------------------------------------------------------------*/
.info_tbl_1 {
  border-collapse: separate;
  border-spacing: 2px;
}
.info_tbl_1 th, .info_tbl_1 td {
  padding: 5px;
  text-align: left;
}
.info_tbl_1 th {
  background-color: #ebf8ff;
}

.sitemap_block {
  max-width: 900px;
  margin: 0 auto;
}
.sitemap_block > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap_block > ul > li {
  margin-bottom: 25px;
}
.sitemap_block > ul > li > a {
  display: block;
  padding: 7px 10px 5px;
  background-color: #f1f6fb;
  transition: background 0.2s ease;
  border-left: 3px solid #529ae5;
  color: #387dc7;
  font-weight: bold;
}
.sitemap_block > ul > li > a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #007bff;
}
.sitemap_block > ul > li > a:hover {
  text-decoration: none;
  background-color: #daebfb;
}
.sitemap_block > ul > li ul {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 10px 10px 10px 20px;
  padding: 0;
  list-style: none;
}
.sitemap_block > ul > li li {
  margin: 5px 0;
}
.sitemap_block > ul > li li::before {
  content: "・";
  margin-right: 5px;
}
.sitemap_block > ul > li .wrp p {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  margin: 10px 10px 0px;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* UL LIST / OL LIST
/* -------------------------------------------------------------------------*/
.list_1 {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.list_1 li {
  position: relative;
  margin: 0 0 0 5px;
  padding: 0 0 0 13px;
}
.list_1 li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #004ea2;
}

.list_2 {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.list_2 li {
  position: relative;
  margin: 0 0 0 5px;
  padding: 0 0 0 13px;
}
.list_2 li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #004ea2;
}

.list_3 {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.list_3 li {
  position: relative;
  margin: 5px 0 5px 5px;
  padding: 0 0 0 13px;
}
.list_3 li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #004ea2;
}

ol.ol_1 {
  padding: 0;
  margin: 1rem 0 1rem 0.5rem;
}
ol.ol_1 li {
  list-style-type: none;
  counter-increment: cnt;
  margin: 0.5rem 0;
  padding: 0;
}
ol.ol_1 li::before {
  content: "(" counter(cnt) ") ";
  margin-right: 5px;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* BS Block CMS
/* -------------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.BS_common_m, .body-tx .action-box, .body-tx .file-box, .body-tx .video-box, .body-tx .fig-box, .body-tx .txfig {
  margin: 60px 0;
}
@media only screen and (max-width:980px) {
  .BS_common_m, .body-tx .action-box, .body-tx .file-box, .body-tx .video-box, .body-tx .fig-box, .body-tx .txfig {
    margin: 50px 0;
  }
}
@media only screen and (max-width:640px) {
  .BS_common_m, .body-tx .action-box, .body-tx .file-box, .body-tx .video-box, .body-tx .fig-box, .body-tx .txfig {
    margin: 40px 0;
  }
}

.body-tx {
  margin: 5% 0;
  line-height: 1.8;
}
.body-tx .heading {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 60px 0 30px;
  padding: 0;
  font-weight: bold;
}
.body-tx .subhead {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 50px 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ccc;
}
.body-tx > ul, .body-tx > ol {
  margin: 30px 0;
}
.body-tx > ul li, .body-tx > ol li {
  margin-bottom: 10px;
}
.body-tx .table-bordered {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.body-tx .table-bordered th, .body-tx .table-bordered td {
  padding: 5px;
  border: 1px solid #dadada;
  vertical-align: top;
  word-wrap: break-word;
}
.body-tx .table-bordered th p, .body-tx .table-bordered td p {
  margin: 0;
}
.body-tx .table-bordered th {
  text-align: left;
  font-weight: normal;
  background-color: #f4f4f4;
}
.body-tx .caption {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 0;
  text-align: left;
}
.body-tx .txfig {
  display: flex;
}
.body-tx .txfig .fig {
  width: 40%;
}
.body-tx .txfig .fig .fig-box-item {
  margin: 20px 0;
}
.body-tx .txfig .fig .fig-box-item img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.body-tx .txfig .tx {
  flex: 1;
}
.body-tx .txfig-right .fig {
  margin-left: 20px;
}
.body-tx .txfig-left {
  flex-direction: row-reverse;
}
.body-tx .txfig-left .fig {
  margin-right: 20px;
}
.body-tx .fig-box .fig-box-inner {
  text-align: center;
  font-size: 0;
  display: flex;
}
.body-tx .fig-box .fig-box-item {
  flex: 1;
  margin: 5px;
  padding: 5px;
  background-color: #f0f0f0;
}
.body-tx .fig-box .fig-box-item img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.body-tx .fig-box .fig-box-item .caption {
  display: block;
  text-align: left;
  line-height: 1.5;
  padding: 5px 5px 0;
}
.body-tx .video-box {
  position: relative;
  width: 750px;
  padding-top: 422px;
  margin: 0 auto 30px;
}
.body-tx .video-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .body-tx .video-box {
    width: 100%;
    padding-top: 56.25%;
  }
}
.body-tx .file-box {
  padding: 5px;
  background-color: #ebf5ff;
}
.body-tx .file-box .file-box-hd {
  font-size: 16px;
  font-size: 1rem;
  margin: 8px 10px;
  padding: 0;
  font-weight: bold;
  color: #12549b;
}
.body-tx .file-box .file-ls {
  list-style: none;
  margin: 0;
  padding: 5px 15px;
  background-color: #fff;
}
.body-tx .file-box .file-ls li {
  margin: 5px 0;
}
.body-tx .file-box .file-ls li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 21px;
  margin-right: 10px;
  background: url(../img/icn_document.png) 0 0 no-repeat;
}
.body-tx .action-box {
  text-align: center;
}
.body-tx .action-box a.btn {
  display: inline-block;
  padding: 13px 10px;
  min-width: 500px;
  margin: 0 auto;
  color: #fff;
  background-color: #519ef2;
  border: 1px solid #2779d3;
  border-radius: 5px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.body-tx .action-box a.btn::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-top: -5px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
}
.body-tx .action-box a.btn:hover {
  background-color: #2779d3;
  text-decoration: none;
  box-shadow: none;
}
@media only screen and (max-width:640px) {
  .body-tx .heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 30px 0 20px;
  }
  .body-tx .subhead {
    margin: 40px 0 20px;
    padding: 0 0 10px;
  }
  .body-tx > ul, .body-tx > ol {
    margin-left: 0;
    padding-left: 20px;
  }
  .body-tx .txfig {
    display: block;
  }
  .body-tx .txfig .fig {
    width: 100%;
  }
  .body-tx .txfig-right .fig {
    margin-left: 0;
  }
  .body-tx .txfig-left .fig {
    margin-right: 0;
  }
  .body-tx .fig-box .fig-box-inner {
    display: block;
  }
  .body-tx .fig-box .fig-box-item {
    margin-bottom: 20px;
    padding: 0;
    background: none;
  }
  .body-tx .action-box a.btn {
    display: block;
    min-width: auto;
    min-width: initial;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* POP UP COMMON
/* -------------------------------------------------------------------------*/
.mfp-bg {
  z-index: 10002;
}

.mfp-wrap {
  z-index: 10003;
}

/* -------------------------------------------------------------------------*/