
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,900");

@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *:after, *:before {
  box-sizing: inherit; }

/*  width */
/* text */
/*100-900*/
/* transition */
/* 色の変数定義 カラーパレット生成 */
/* margin,paddingのリセット */
/* aタグスタイル */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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, table.tblRsv, table.tblRsv2 {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*, *:after, *:before {
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%; }

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
  color: #333;
  background: #ffffff; }

section {
  margin: 0;
  padding: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }

a {
  text-decoration: none;
  color: #0453b8;
  cursor: pointer;
  background-color: transparent;
  transition: all .3s; }

sub {
  vertical-align: baseline;
  line-height: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0;
  padding: 0; }
  figure figcaption {
    font-size: 12px;
    font-size: 1.2rem; }

i, cite, em, var, address, dfn {
  font-style: normal; }

small {
  font-size: 1em; }

em {
  font-style: normal; }

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 0 1em 0; }

h2.h2Title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400; }

h3.h3Title {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333; }

ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 2em; }

ol {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  list-style-position: outside;
  padding-left: 1.6em;
  margin: 1em 0; }

ul ul, ol ul {
  list-style: disc; }

dl {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem; }
  dl dt {
    font-weight: 700; }
  dl dd {
    margin: 0 0 1em 1em; }

.tableBlock {
  margin: 0 0 30px 0; }

table, table.tblRsv, table.tblRsv2 {
  border-collapse: collapse;
  width: 100%;
  min-width: 500px;
  margin: 0 0 10px 0; }
  table .icon-external:after {
    display: none; }
  table.tdRight td {
    text-align: right; }
  table tr, table.tblRsv tr, table.tblRsv2 tr {
    font-size: 12px;
    font-size: 1.2rem; }
    table tr.total td {
      font-weight: bold; }
    table tr th, table.tblRsv tr th, table.tblRsv2 tr th {
      padding: 1em;
      background: #ebebeb;
      border: 1px solid #cccccc;
      text-align: left;
      vertical-align: middle; }
    table tr td, table.tblRsv tr td, table.tblRsv2 tr td {
      padding: 1em;
      border: 1px solid #cccccc;
      text-align: left;
      vertical-align: top;
      word-break: normal; }
      table tr td ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul):not(.circleList), table tr td dl, table.tblRsv tr td dl, table.tblRsv2 tr td dl {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 15px !important;
        list-style: disc; }
        table tr td ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul):not(.circleList) li, table tr td dl li, table.tblRsv tr td dl li, table.tblRsv2 tr td dl li {
          margin: 0;
          font-size: 12px;
          font-size: 1.2rem; }
      table tr td ol:not(.numList) {
        margin: 0 !important;
        padding: 0 0 0 15px !important; }
        table tr td ol:not(.numList) li {
          margin: 0;
          font-size: 12px;
          font-size: 1.2rem; }
      table tr td .circleList {
        padding: 0; }
      table tr td .linkList li a, table tr td .linkList__inline li a, table tr td .localNav dl.localNav__list dd.ct3rdList dl dd ul li a, .localNav dl.localNav__list dd.ct3rdList dl dd table tr td ul li a, table tr td .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li a, .localNav__v3 .localNav__list__v3 .ct3rdList > ul table tr td .childct > ul li a {
        font-size: 12px;
        font-size: 1.2rem; }
  table tr:nth-child(2n) td {
    background: #f6f6f6; }
  table thead th, table.tblRsv thead th, table.tblRsv2 thead th {
    text-align: center; }

table.tblRsv2.tdRight td {
  text-align: right; }

.hide {
  display: none; }

.pc-hide {
  display: none !important; }

.sp-hide {
  display: block !important; }

.br-sp {
  display: block; }

.clearfix:after, section:after, .attention:after, .pdfBox:after, .grayBox:after, .pageLink:after, .fBox .indexBox__item__caption:after, .fBox-half .indexBox__item__caption:after, .searchBox:after, .l-header:after, .l-header__utility:after, .l-gnav:after, .l-gnav__parent:after, .l-gnav__child:after, .l-gnav__child2:after, .l-content:after, .l-content .pageArticle.index2column .pageContent .mainContent__item__caption:after, .l-tool .breadcrumbs:after, .l-main:after, .l-footer:after, .l-footer__inner:after {
  clear: both;
  content: "";
  display: block; }

.left {
  float: left; }

.right {
  float: right; }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }

.alignRight {
  text-align: right; }

ul.photoArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  width: 100%;
  padding: 0;
  margin: 30px auto; }
  ul.photoArea li {
    font-size: 12px;
    font-size: 1.2rem;
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0 2% 20px 2%;
    max-width: 46%; }
    ul.photoArea li img {
      display: block;
      margin: 0 auto 5px auto; }

figure.photoArea, p.photoArea {
  text-align: center;
  margin: 30px auto;
  font-size: 12px;
  font-size: 1.2rem; }
  figure.photoArea img, p.photoArea img {
    display: block;
    margin: 0 auto 5px auto; }

ul.photoAreali {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  width: 100%;
  padding: 0;
  margin: 30px auto; }
  ul.photoAreali li {
    font-size: 12px;
    font-size: 1.2rem;
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0 2% 20px 2%;
    max-width: 80%; }
    ul.photoAreali li img {
      display: block;
      margin: 0 auto 5px auto; }

.section {
  margin: 0 0 6em 0; }

.bold {
  font-weight: 700; }

.red {
  color: #f00; }

.note {
  color: #ff0000;
  font-size: 13px;
  font-size: 1.3rem; }

.noteTxt {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
  list-style: none; }

.noticeList dt {
  font-weight: 400; }
  .noticeList dt > * {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem; }

.noticeList dd {
  margin: 0; }
  .noticeList dd * {
    font-size: 12px;
    font-size: 1.2rem; }
  .noticeList dd .linkList a, .noticeList dd .linkList__inline a, .noticeList .localNav dl.localNav__list dd.ct3rdList dl dd ul a, .localNav dl.localNav__list dd.ct3rdList dl .noticeList dd ul a, .noticeList dd .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul a, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .noticeList dd .childct > ul a {
    font-size: 12px;
    font-size: 1.2rem; }

.caption {
  color: #878787;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
  list-style: none; }

.attention {
  color: #0055C4;
  padding: 15px;
  margin: 30px 0 20px 0;
  background: #fff4f3;
  border: 2px solid #0055C4; }

.icon-new {
  display: inline-block;
  width: 24px;
  height: 12px;
  padding: 0;
  margin: 0 0 0 5px;
  background: #ccc url(/tci-innovation/assets/img/common/icon-new.svg) 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px; }

.pdfBox {
  padding: 10px 10px 0 10px;
  margin: 0 0 30px 0;
  border: 1px solid #dbdbdb; }
  .pdfBox__img {
    margin: 0 30px 0 0;
    float: left; }
  .pdfBox p {
    font-size: 12px;
    font-size: 1.2rem; }

.link a, .localNav .related__box__list dd a, .localNav__v3 .related__box__list dd a {
  padding: 0 0 0 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }
  .link a:before, .localNav .related__box__list dd a:before, .localNav__v3 .related__box__list dd a:before {
    color: #0055C4;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    font-family: "iconfont";
    content: "\EB21";
    display: block;
    position: absolute;
    top: 4px;
    right: auto;
    bottom: auto;
    left: 0;
    transition: all 0.2s ease; }
  .link a:hover, .localNav .related__box__list dd a:hover, .localNav__v3 .related__box__list dd a:hover {
    text-decoration: underline; }
    .link a:hover:before, .localNav .related__box__list dd a:hover:before, .localNav__v3 .related__box__list dd a:hover:before {
      position: absolute;
      top: 4px;
      right: auto;
      bottom: auto;
      left: 2px; }

.linkList, .linkList__inline, .localNav dl.localNav__list dd.ct3rdList dl dd ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul {
  list-style: none;
  padding: 0 0 0 1em; }
  .linkList li.lisub, .linkList__inline li.lisub, .localNav dl.localNav__list dd.ct3rdList dl dd ul li.lisub, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li.lisub {
    margin-left: 2em; }
  .linkList li, .linkList__inline li, .localNav dl.localNav__list dd.ct3rdList dl dd ul li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li, .linkList dt, .linkList__inline dt, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt {
    margin: 0;
    padding: 0;
    margin: 0 0 2px 0;
    padding: 0 0 0 18px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
    .linkList li:before, .linkList__inline li:before, .localNav dl.localNav__list dd.ct3rdList dl dd ul li:before, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li:before, .linkList dt:before, .linkList__inline dt:before, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt:before, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt:before {
      content: ""; }
    .linkList li a, .linkList__inline li a, .localNav dl.localNav__list dd.ct3rdList dl dd ul li a, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li a, .linkList dt a, .linkList__inline dt a, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt a, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt a {
      font-size: 14px;
      font-size: 1.4rem;
      color: #0453b8;
      text-decoration: none;
      display: inline-block; }
      .linkList li a:before, .linkList__inline li a:before, .localNav dl.localNav__list dd.ct3rdList dl dd ul li a:before, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li a:before, .linkList dt a:before, .linkList__inline dt a:before, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt a:before, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt a:before {
        color: #0055C4;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1;
        font-family: "iconfont";
        content: "\EB21";
        display: block;
        position: absolute;
        top: 5.5px;
        right: auto;
        bottom: auto;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.2s ease; }
      .linkList li a:hover, .linkList__inline li a:hover, .localNav dl.localNav__list dd.ct3rdList dl dd ul li a:hover, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li a:hover, .linkList li a:focus-visible, .linkList__inline li a:focus-visible, .localNav dl.localNav__list dd.ct3rdList dl dd ul li a:focus-visible, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li a:focus-visible, .linkList dt a:hover, .linkList__inline dt a:hover, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt a:hover, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt a:hover, .linkList dt a:focus-visible, .linkList__inline dt a:focus-visible, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt a:focus-visible, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt a:focus-visible {
        text-decoration: underline; }
        .linkList li a:hover:before, .linkList__inline li a:hover:before, .localNav dl.localNav__list dd.ct3rdList dl dd ul li a:hover:before, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li a:hover:before, .linkList li a:focus-visible:before, .linkList__inline li a:focus-visible:before, .localNav dl.localNav__list dd.ct3rdList dl dd ul li a:focus-visible:before, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li a:focus-visible:before, .linkList dt a:hover:before, .linkList__inline dt a:hover:before, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt a:hover:before, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt a:hover:before, .linkList dt a:focus-visible:before, .linkList__inline dt a:focus-visible:before, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt a:focus-visible:before, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt a:focus-visible:before {
          position: absolute;
          top: 5.5px;
          right: auto;
          bottom: auto;
          left: 2px;
          top: 50%; }
    .linkList li ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul), .linkList__inline li ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul), .localNav dl.localNav__list dd.ct3rdList dl dd ul li ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul), .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul), .linkList dt ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul), .linkList__inline dt ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul), .localNav dl.localNav__list dd.ct3rdList dl dd ul dt ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul), .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul) {
      margin: 0;
      padding: 0;
      margin: 5px 10px;
      list-style: none; }
      .linkList li ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul) > li, .linkList__inline li ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul) > li, .localNav dl.localNav__list dd.ct3rdList dl dd ul li ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul) > li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul) > li, .linkList dt ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul) > li, .linkList__inline dt ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul) > li, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul) > li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt ul:not(.linkList):not(.linkList__inline):not(.localNav dl.localNav__list dd.ct3rdList dl dd ul):not(.localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul) > li {
        margin: 0; }
    .linkList li .linkList, .linkList__inline li .linkList, .localNav dl.localNav__list dd.ct3rdList dl dd ul li .linkList, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li .linkList, .linkList li .linkList__inline, .linkList__inline li .linkList__inline, .localNav dl.localNav__list dd.ct3rdList dl dd ul li .linkList__inline, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li .linkList__inline, .linkList li .localNav dl.localNav__list dd.ct3rdList dl dd ul, .localNav dl.localNav__list dd.ct3rdList dl dd .linkList li ul, .linkList__inline li .localNav dl.localNav__list dd.ct3rdList dl dd ul, .localNav dl.localNav__list dd.ct3rdList dl dd .linkList__inline li ul, .localNav dl.localNav__list dd.ct3rdList dl dd ul li ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li .localNav dl.localNav__list dd.ct3rdList dl dd ul, .localNav dl.localNav__list dd.ct3rdList dl dd .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li ul, .linkList li .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .linkList li .childct > ul, .linkList__inline li .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .linkList__inline li .childct > ul, .localNav dl.localNav__list dd.ct3rdList dl dd .localNav__v3 .localNav__list__v3 .ct3rdList > ul li .childct > ul, .localNav__v3 .localNav__list__v3 .localNav dl.localNav__list dd.ct3rdList dl dd .ct3rdList > ul li .childct > ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li .childct > ul, .linkList dt .linkList, .linkList__inline dt .linkList, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt .linkList, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt .linkList, .linkList dt .linkList__inline, .linkList__inline dt .linkList__inline, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt .linkList__inline, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt .linkList__inline, .linkList dt .localNav dl.localNav__list dd.ct3rdList dl dd ul, .localNav dl.localNav__list dd.ct3rdList dl dd .linkList dt ul, .linkList__inline dt .localNav dl.localNav__list dd.ct3rdList dl dd ul, .localNav dl.localNav__list dd.ct3rdList dl dd .linkList__inline dt ul, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt .localNav dl.localNav__list dd.ct3rdList dl dd ul, .localNav dl.localNav__list dd.ct3rdList dl dd .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt ul, .linkList dt .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .linkList dt .childct > ul, .linkList__inline dt .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .linkList__inline dt .childct > ul, .localNav dl.localNav__list dd.ct3rdList dl dd .localNav__v3 .localNav__list__v3 .ct3rdList > ul dt .childct > ul, .localNav__v3 .localNav__list__v3 .localNav dl.localNav__list dd.ct3rdList dl dd .ct3rdList > ul dt .childct > ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt .childct > ul {
      margin: 0 0 1em 0 !important; }
      .linkList li .linkList li, .linkList__inline li .linkList li, .localNav dl.localNav__list dd.ct3rdList dl dd ul li .linkList li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li .linkList li, .linkList li .linkList__inline li, .linkList__inline li .linkList__inline li, .localNav dl.localNav__list dd.ct3rdList dl dd ul li .linkList__inline li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li .linkList__inline li, .linkList li .localNav dl.localNav__list dd.ct3rdList dl dd ul li, .localNav dl.localNav__list dd.ct3rdList dl dd .linkList li ul li, .linkList__inline li .localNav dl.localNav__list dd.ct3rdList dl dd ul li, .localNav dl.localNav__list dd.ct3rdList dl dd .linkList__inline li ul li, .localNav dl.localNav__list dd.ct3rdList dl dd ul li ul li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li .localNav dl.localNav__list dd.ct3rdList dl dd ul li, .localNav dl.localNav__list dd.ct3rdList dl dd .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li ul li, .linkList li .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .linkList li .childct > ul li, .linkList__inline li .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .linkList__inline li .childct > ul li, .localNav dl.localNav__list dd.ct3rdList dl dd .localNav__v3 .localNav__list__v3 .ct3rdList > ul li .childct > ul li, .localNav__v3 .localNav__list__v3 .localNav dl.localNav__list dd.ct3rdList dl dd .ct3rdList > ul li .childct > ul li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li .childct > ul li, .linkList dt .linkList li, .linkList__inline dt .linkList li, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt .linkList li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt .linkList li, .linkList dt .linkList__inline li, .linkList__inline dt .linkList__inline li, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt .linkList__inline li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt .linkList__inline li, .linkList dt .localNav dl.localNav__list dd.ct3rdList dl dd ul li, .localNav dl.localNav__list dd.ct3rdList dl dd .linkList dt ul li, .linkList__inline dt .localNav dl.localNav__list dd.ct3rdList dl dd ul li, .localNav dl.localNav__list dd.ct3rdList dl dd .linkList__inline dt ul li, .localNav dl.localNav__list dd.ct3rdList dl dd ul dt ul li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt .localNav dl.localNav__list dd.ct3rdList dl dd ul li, .localNav dl.localNav__list dd.ct3rdList dl dd .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt ul li, .linkList dt .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .linkList dt .childct > ul li, .linkList__inline dt .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .linkList__inline dt .childct > ul li, .localNav dl.localNav__list dd.ct3rdList dl dd .localNav__v3 .localNav__list__v3 .ct3rdList > ul dt .childct > ul li, .localNav__v3 .localNav__list__v3 .localNav dl.localNav__list dd.ct3rdList dl dd .ct3rdList > ul dt .childct > ul li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dt .childct > ul li {
        padding: 0 0 0 18px !important; }
  .linkList dd, .linkList__inline dd, .localNav dl.localNav__list dd.ct3rdList dl dd ul dd, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul dd {
    margin: 0 0 1em 0;
    padding-left: 18px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2; }

.linkList__inline {
  margin-bottom: 0; }
  .linkList__inline li {
    display: inline-block;
    margin-right: 1em;
    line-height: 2; }

.linkList__dl {
  padding: 0 0 0 1em; }
  .linkList__dl dt, .linkList__dl dd {
    margin: 0 0 2px 0;
    padding: 0 0 0 18px; }
  .linkList__dl dt {
    position: relative;
    font-weight: 400; }
    .linkList__dl dt:before {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1;
      font-family: "iconfont";
      content: "\EB21";
      display: block;
      position: absolute;
      top: 5.5px;
      right: auto;
      bottom: auto;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.2s ease; }
  .linkList__dl dd > a {
    display: block; }

.boxB {
  display: block;
  width: 100%;
  padding: 2em;
  margin: 0 0 3em 0;
  background: #c7e9f7; }
  .boxB .cptTitle:first-child {
    margin-top: 0; }
  .boxB .subTitle:first-child {
    margin-top: 0; }

.boxBline {
  display: block;
  width: 100%;
  padding: 2em;
  margin: 0 0 3em 0;
  border: 1px solid #005EB8; }

.boxWh {
  display: block;
  text-indent: 0;
  width: 100%;
  padding: 1em;
  margin: 1em 0 0 0;
  border: 1px solid #cccccc; }

.icon-external,
.icon-doc,
.icon-xls,
.icon-ppt,
.icon-pdf {
  margin: 0 10px 0 5px;
  display: inline-block;
  vertical-align: baseline;
  content: '';
  width: 16px;
  height: 16px; }

.icon-external {
  background: url(/tci-innovation/assets/img/common/icon-ex.png);
  background-size: contain; }

.icon-doc {
  background: url(/tci-innovation/assets/img/common/icon-word.png);
  background-size: contain; }

.icon-xls {
  background: url(/tci-innovation/assets/img/common/icon-excel.png);
  background-size: contain; }

.icon-ppt {
  background: url(/tci-innovation/assets/img/common/icon-ppt.png);
  background-size: contain; }

.icon-pdf {
  background: url(/tci-innovation/assets/img/common/icon-pdf.png);
  background-size: contain; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

.wid60 {
  width: 80%;
  text-align: center; }

.dcx-text {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem; }

.nowrap {
  white-space: nowrap; }

a {
  color: #005EB8; }
  a:focus, a:focus-visible {
    outline-style: solid !important;
    text-decoration: underline !important; }
  a:hover {
    text-decoration: underline; }

*[tabindex="0"]:focus-visible {
  outline-style: solid !important; }

.triggerBtn a {
  display: block;
  width: 100%;
  height: 100%; }
  .triggerBtn a:focus {
    outline-style: solid; }

.l-gnav__parent > li > a:focus {
  background: #306ccb;
  text-decoration: underline; }

@font-face {
  font-family: "iconfont";
  src: url("/tci-innovation/assets/fonts/iconfont.eot");
  src: url("/tci-innovation/assets/fonts/iconfont.eot?#iefix") format("eot"), url("/tci-innovation/assets/fonts/iconfont.woff") format("woff"), url("/tci-innovation/assets/fonts/iconfont.ttf") format("truetype"), url("/tci-innovation/assets/fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

.iconfont:before {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconfont-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.iconfont-2x {
  font-size: 2em; }

.iconfont-3x {
  font-size: 3em; }

.iconfont-4x {
  font-size: 4em; }

.iconfont-5x {
  font-size: 5em; }

.iconfont-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.iconfont-fonticon-01:before {
  content: "\EA01"; }

.iconfont-fonticon-02:before {
  content: "\EA02"; }

.iconfont-fonticon-03:before {
  content: "\EA03"; }

.iconfont-fonticon-04:before {
  content: "\EA04"; }

.iconfont-icon_check:before {
  content: "\EA05"; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1.5s; }

@keyframes rubberBand {
  from {
    transform: scale3d(0, 0, 0); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }  .bounce from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0); }
  .bounce to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important; }

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6); }
  20% {
    transform: rotate(-2deg) scaleY(1.05); }
  35% {
    transform: rotate(2deg) scaleY(1); }
  50% {
    transform: rotate(-2deg); }
  65% {
    transform: rotate(1deg); }
  80% {
    transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg); } }

.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.2s;
  -webkit-animation-duration: 2.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes tossing {
  0% {
    transform: rotate(-4deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(-4deg); } }

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(-8%); }
  65% {
    transform: translateY(4%); }
  80% {
    transform: translateY(-4%); }
  95% {
    transform: translateY(2%); }
  100% {
    transform: translateY(0%); } }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

.acList {
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  .acList > dl {
    width: 100%; }
  .acList > dt {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1em 2.4em 1em 1em; }
    .acList > dt:first-of-type {
      border-top: 1px solid #878787; }
    .acList > dt:not(:last-of-type) {
      border-bottom: 1px dotted #878787; }
    .acList > dt:last-of-type {
      border-bottom: 1px solid #878787; }
      .acList > dt:last-of-type.active {
        border-bottom: 1px dotted #878787; }
    .acList > dt:after {
      position: absolute;
      top: calc(50% - 7px);
      right: 1em;
      display: inline-block;
      vertical-align: text-bottom;
      font-size: 14px;
      font-size: 1.4rem;
      color: #333;
      font-family: 'iconfont';
      content: '\EB19';
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .acList > dt:hover {
      background: #e6ebee; }
    .acList > dt.active {
      color: #0055C4;
      background: #e6ebee; }
      .acList > dt.active:after {
        color: #0055C4;
        content: '\EB17'; }
  .acList dd {
    margin: 0;
    padding: 1em;
    border-bottom: 1px solid #878787; }

.linkBtn, .linkBtnWhite, .linkBtnBlue, .mapBtn {
  text-align: right; }
  .linkBtn a, .linkBtnWhite a, .linkBtnBlue a, .mapBtn a {
    display: inline-block;
    color: #005caa;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding: 0.7em 2.4em 0.7em 1.4em;
    border: 1px solid #005EB8;
    background: #ffffff;
    transition: all 0.3s;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
    .linkBtn a:after, .linkBtnWhite a:after, .linkBtnBlue a:after, .mapBtn a:after {
      display: inline-block;
      width: 24px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: 700;
      color: #005EB8;
      content: '\EB14';
      font-family: 'iconfont';
      line-height: 1;
      margin: 0;
      padding: 0;
      transition: all 0.3s;
      position: absolute;
      top: 50%;
      right: 10px;
      bottom: auto;
      left: auto;
      transform: translateY(-50%);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .linkBtn a:hover, .linkBtnWhite a:hover, .linkBtnBlue a:hover, .mapBtn a:hover, .linkBtn a:focus-visible, .linkBtnWhite a:focus-visible, .linkBtnBlue a:focus-visible, .mapBtn a:focus-visible {
      color: #ffffff;
      background: #005EB8; }
      .linkBtn a:hover:after, .linkBtnWhite a:hover:after, .linkBtnBlue a:hover:after, .mapBtn a:hover:after, .linkBtn a:focus-visible:after, .linkBtnWhite a:focus-visible:after, .linkBtnBlue a:focus-visible:after, .mapBtn a:focus-visible:after {
        color: #ffffff;
        position: absolute;
        top: 50%;
        right: 9px;
        bottom: auto;
        left: auto;
        transform: translateY(-50%); }

.linkBtnWhite {
  text-align: left;
  display: inline-block; }
  .linkBtnWhite a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #333; }
    .linkBtnWhite a:after {
      color: #333;
      font-size: 14px;
      font-size: 1.4rem; }
    .linkBtnWhite a:hover, .linkBtnWhite a:focus-visible {
      color: #333;
      background: #eeeeee; }
      .linkBtnWhite a:hover:after, .linkBtnWhite a:focus-visible:after {
        color: #333; }

.linkBtnBlue, .mapBtn {
  text-align: left; }
  .linkBtnBlue a, .mapBtn a {
    width: 49%;
    padding: 0.9em;
    background: #005EB8;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem; }
    .linkBtnBlue a:after, .mapBtn a:after {
      width: 10px;
      color: #ffffff; }
    .linkBtnBlue a:hover, .mapBtn a:hover, .linkBtnBlue a:focus-visible, .mapBtn a:focus-visible {
      color: #005EB8;
      background: #ffffff; }
      .linkBtnBlue a:hover:after, .mapBtn a:hover:after, .linkBtnBlue a:focus-visible:after, .mapBtn a:focus-visible:after {
        color: #005EB8; }

.linkBtnList, .linkBtnBlueList, .linkBtnWhiteList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0; }
  .linkBtnList li, .linkBtnBlueList li, .linkBtnWhiteList li {
    width: 47.5%;
    margin-bottom: 36px;
    margin-bottom: 3.6rem;
    background: #ffffff;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0; }
    .linkBtnList li a, .linkBtnBlueList li a, .linkBtnWhiteList li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #333;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: normal;
      padding: 0.8em 1.6em 0.8em 1em;
      background: #ffffff;
      border: solid 1px #005EB8;
      transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      cursor: pointer; }
      .linkBtnList li a:after, .linkBtnBlueList li a:after, .linkBtnWhiteList li a:after {
        display: block;
        color: #005EB8;
        font-family: 'iconfont';
        font-weight: 700;
        content: '\EB14';
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        right: 10px;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
        transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
      .linkBtnList li a:hover, .linkBtnBlueList li a:hover, .linkBtnWhiteList li a:hover {
        color: #ffffff;
        background: #005EB8; }
        .linkBtnList li a:hover:after, .linkBtnBlueList li a:hover:after, .linkBtnWhiteList li a:hover:after {
          color: #ffffff;
          position: absolute;
          top: 50%;
          right: 8px;
          bottom: auto;
          left: auto; }

.linkBtnBlueList li a {
  color: #ffffff;
  background: #005EB8; }
  .linkBtnBlueList li a:after {
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem; }
  .linkBtnBlueList li a:hover {
    color: #005EB8;
    background: #ffffff; }
    .linkBtnBlueList li a:hover:after {
      color: #005EB8; }

.linkBtnWhiteList li a {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #333; }
  .linkBtnWhiteList li a:after {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem; }
  .linkBtnWhiteList li a:hover {
    color: #333;
    background: #eeeeee; }
    .linkBtnWhiteList li a:hover:after {
      color: #333; }

.mapBtn a {
  width: 110px;
  padding: 0.9em 20px;
  padding: 0.9em 2rem;
  margin-top: 10px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center; }

.dataLink {
  margin: 2em 0; }
  .dataLink a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 0 0 60px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
    .dataLink a:before {
      display: block;
      width: 48px;
      height: 12px;
      content: url(/tci-innovation/assets/img/common/icon-data.svg);
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      transition: all 0.2s ease; }
    .dataLink a:hover {
      text-decoration: underline; }
      .dataLink a:hover:before {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 2px; }

.grayBox {
  padding: 15px 20px;
  margin: 0 auto 30px auto;
  background: #f8f7f3; }
  .grayBox__title, .grayBox .subTitle {
    color: #005EB8;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 10px 0; }
    .grayBox__title.bk, .grayBox .subTitle.bk {
      color: #333; }
  .grayBox__txt {
    width: 60%;
    float: left; }
  .grayBox .linkBtn, .grayBox .linkBtnWhite, .grayBox .linkBtnBlue, .grayBox .mapBtn {
    float: right;
    margin: 30px 0 0 0; }
    .grayBox .linkBtn a, .grayBox .linkBtnWhite a, .grayBox .linkBtnBlue a, .grayBox .mapBtn a {
      border: 1px solid #333;
      color: #333;
      font-size: 15px;
      font-size: 1.5rem; }
      .grayBox .linkBtn a:after, .grayBox .linkBtnWhite a:after, .grayBox .linkBtnBlue a:after, .grayBox .mapBtn a:after {
        width: 30px;
        color: #333;
        font-size: 16px;
        font-size: 1.6rem; }
      .grayBox .linkBtn a:hover, .grayBox .linkBtnWhite a:hover, .grayBox .linkBtnBlue a:hover, .grayBox .mapBtn a:hover, .grayBox .linkBtn a:focus-visible, .grayBox .linkBtnWhite a:focus-visible, .grayBox .linkBtnBlue a:focus-visible, .grayBox .mapBtn a:focus-visible {
        background: #eeeeee; }
      .grayBox .linkBtn a:visited, .grayBox .linkBtnWhite a:visited, .grayBox .linkBtnBlue a:visited, .grayBox .mapBtn a:visited {
        color: #333 !important; }

.newsList {
  margin: 0 0 20px 0; }
  .newsList__item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dotted #dbdbdb; }
    .newsList__item .newsList__date, .newsList__item .newsList__icon, .newsList__item .newsList__txt {
      margin: 0 0 5px 0; }
  .newsList__icon {
    width: auto;
    min-width: 22%;
    line-height: 1; }
    .newsList__icon__inner {
      display: block;
      width: 92%;
      color: #ffffff;
      background: #005EB8;
      font-size: 10px;
      font-size: 1rem;
      text-align: center;
      padding: 5px; }
  .newsList__date {
    width: auto;
    min-width: 15%;
    padding-right: 10px;
    padding-right: 1rem;
    font-size: 14px;
    font-size: 1.4rem; }
  .newsList__txt {
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400; }

.pageLink {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 13px;
  font-size: 1.3rem; }
  .pageLink li {
    margin: 0 4px 0 0;
    padding: 0;
    line-height: 1.6;
    list-style: none;
    display: inline; }
    .pageLink li:not(:last-child) {
      border-right: 1px solid #ccc; }
    .pageLink li a {
      display: inline-block;
      padding: 3px 7px 3px 4px;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
      .pageLink li a:after {
        display: inline-block;
        color: #000;
        font-family: 'iconfont';
        content: '\EB03';
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
        padding: 0 0 0 8px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.qaList {
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  .qaList .question {
    padding-left: 14px;
    padding-left: 1.4rem; }
    .qaList .question:before {
      content: 'Q';
      margin-right: 14px;
      margin-right: 1.4rem;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      color: #0055C4; }
  .qaList .answer > *:first-child:before {
    content: 'A';
    margin-right: 14px;
    margin-right: 1.4rem;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #333; }
  .qaList .answer > ol:first-child:before {
    display: block;
    transform: translateX(-1em); }

.slider {
  width: auto;
  z-index: 1;
  margin: 0 0 50px 0;
  overflow: hidden;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }
  .slider__list {
    overflow: hidden;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
    .slider__list li {
      width: 100%;
      display: table;
      overflow: hidden;
      text-align: center; }
      .slider__list li img {
        max-width: 684px;
        width: 100%;
        margin: 0 auto; }
  .slider .bx-wrapper {
    width: 100%;
    max-width: 684px;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative; }
    .slider .bx-wrapper a {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2); }
    .slider .bx-wrapper .bx-pager {
      text-align: center;
      font-size: .85em;
      font-family: Arial;
      font-weight: bold;
      color: #666;
      padding: 0; }
      .slider .bx-wrapper .bx-pager.bx-default-pager a {
        background: #ccc;
        text-indent: -9999px;
        display: block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        outline: 0;
        border-radius: 50%; }
        .slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider .bx-wrapper .bx-pager.bx-default-pager a.active, .slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
          background: #0055C4; }
    .slider .bx-wrapper .bx-pager-item,
    .slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
      display: inline-block; }
    .slider .bx-wrapper .bx-pager-item {
      font-size: 0;
      line-height: 0; }
    .slider .bx-wrapper .bx-prev,
    .slider .bx-wrapper .bx-next {
      font-family: 'iconfont';
      content: '';
      display: block;
      width: 36px;
      height: 36px;
      text-align: center;
      text-decoration: none;
      line-height: 1;
      padding: 0;
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: auto;
      transform: translateY(-50%);
      -webkit-tap-highlight-color: transparent; }
      .slider .bx-wrapper .bx-prev:hover,
      .slider .bx-wrapper .bx-next:hover {
        background: rgba(0, 0, 0, 0.3); }
      .slider .bx-wrapper .bx-prev:before,
      .slider .bx-wrapper .bx-next:before {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        padding: 9px 0 0 0; }
    .slider .bx-wrapper .bx-prev {
      left: 0; }
      .slider .bx-wrapper .bx-prev:before {
        content: '\EB16'; }
    .slider .bx-wrapper .bx-next {
      right: 0; }
      .slider .bx-wrapper .bx-next:before {
        content: '\EB14'; }
  .slider .bx-viewport {
    margin: 0 0 8px 0;
    max-height: 630px; }

.slider2 {
  width: auto;
  z-index: 1;
  margin: 0 0 50px 0;
  overflow: visible;
  margin-bottom: 80px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }
  .slider2 *:focus-visible {
    outline: 2px solid #0453b8; }
  .slider2__list {
    padding: 0;
    overflow: visible;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
    .slider2__list li {
      width: 100%;
      display: table;
      overflow: hidden;
      text-align: center; }
      .slider2__list li > a {
        display: inline-block; }
        .slider2__list li > a:focus-visible {
          outline: 3px solid #cccccc;
          outline-offset: -5px; }
      .slider2__list li img {
        max-width: 684px;
        width: 100%;
        margin: 0 auto; }
  .slider2 .slick-arrow {
    display: none !important; }
  .slider2 .slickBtnArea button {
    padding: 10px 2em;
    padding: 1rem 2em;
    color: #0453b8;
    background: transparent;
    border: 1px solid #0453b8;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    transition: 0.3s all ease; }
    .slider2 .slickBtnArea button:hover {
      color: #ffffff;
      background: #0453b8; }
  .slider2 .slick-dots {
    bottom: -40px;
    left: 0;
    padding-top: 10px;
    padding-top: 1rem; }
    .slider2 .slick-dots li {
      display: inline-block;
      width: auto;
      min-width: 16px;
      overflow: visible; }
      .slider2 .slick-dots li button {
        width: 100%; }
        .slider2 .slick-dots li button:before {
          width: auto;
          min-width: 16px;
          font-size: 16px; }
        .slider2 .slick-dots li button:focus:before {
          opacity: 0.25 !important;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; }
        .slider2 .slick-dots li button:focus-visible:before {
          outline: 2px solid #0453b8; }
      .slider2 .slick-dots li.slick-active button:before {
        color: #0055C4;
        opacity: 0.75 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }

.topicsEdgeList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  margin: 0 0 20px 0; }
  .topicsEdgeList__item {
    width: 19.2%;
    margin: 0;
    border: 1px solid #dcdcdc;
    transition: all 0.3s ease-in-out; }
    .topicsEdgeList__item:not(:first-child) {
      margin-left: 1%; }
    .topicsEdgeList__item:hover {
      background: #f6f6f6; }
  .topicsEdgeList__photo {
    display: block;
    width: auto;
    height: 90px;
    overflow: hidden;
    position: relative; }
    .topicsEdgeList__photo img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
  .topicsEdgeList__txt {
    margin: 10px; }
    .topicsEdgeList__txt__title {
      font-size: 12px !important;
      font-size: 1.2rem !important;
      font-weight: normal !important;
      line-height: 1.7 !important;
      padding: 0 !important;
      margin: 0 !important; }
      .topicsEdgeList__txt__title strong {
        font-weight: bold !important;
        display: block !important; }
  .topicsEdgeList a {
    color: #000 !important;
    display: block !important; }

.circleList {
  padding: 0;
  margin: 0 0 20px 0; }
  .circleList li {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0 0 0 25px;
    margin: 0;
    list-style: none; }
    .circleList li:before {
      font-size: 24px;
      font-size: 2.4rem;
      color: #0055C4;
      display: inline-block;
      line-height: 1;
      content: "・";
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }

.numList {
  margin: 0;
  padding: 0; }
  .numList > li, .numList dt {
    font-size: 14px;
    font-size: 1.4rem;
    counter-increment: mycount;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0 0 0 30px;
    margin: 0 0 5px 2px;
    list-style: none !important; }
    .numList > li:before, .numList dt:before {
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      right: auto;
      bottom: auto;
      left: 0;
      background: #0055C4;
      border-radius: 50%;
      content: '';
      margin: 0; }
    .numList > li:after, .numList dt:after {
      color: #ffffff;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1;
      content: counter(mycount);
      position: absolute;
      top: 5px;
      right: auto;
      bottom: auto;
      left: 5px;
      margin: 0;
      display: inline-block; }
    .numList > li ul, .numList dt ul {
      margin: 0;
      padding: 0; }
  .numList > dd {
    margin: 0 0 1.2em 30px;
    padding: 0; }

.fBox, .fBox-half {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  .fBox .fBox__img, .fBox-half .fBox__img {
    width: 33%; }
    .fBox .fBox__img figure, .fBox-half .fBox__img figure {
      width: 100%;
      margin-bottom: 20px;
      margin-bottom: 2rem;
      text-align: center; }
  .fBox > figure, .fBox-half > figure {
    margin: 0;
    padding: 0;
    width: 33%;
    text-align: center; }
    .fBox > figure img, .fBox-half > figure img {
      width: 100%; }
  .fBox figcaption, .fBox-half figcaption {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }
    .fBox figcaption .noteTxt, .fBox-half figcaption .noteTxt {
      display: block; }
    .fBox figcaption.alignLeft, .fBox-half figcaption.alignLeft {
      text-align: left; }
  .fBox .mR, .fBox-half .mR {
    margin-right: 10px;
    margin-right: 1rem; }
  .fBox .mL, .fBox-half .mL {
    margin-left: 10px;
    margin-left: 1rem; }
  .fBox p, .fBox-half p {
    width: 65%; }
  .fBox .fBox__text, .fBox-half .fBox__text {
    width: 65%; }
    .fBox .fBox__text p, .fBox-half .fBox__text p {
      width: 100%; }
  .fBox .fBox__img__half, .fBox-half .fBox__img__half {
    width: 49%; }
    .fBox .fBox__img__half figure, .fBox-half .fBox__img__half figure {
      width: 100%;
      margin-bottom: 20px;
      margin-bottom: 2rem;
      text-align: center; }
  .fBox > figure, .fBox-half > figure {
    margin: 0;
    padding: 0;
    width: 49%;
    text-align: center; }
    .fBox > figure img, .fBox-half > figure img {
      width: 100%; }
  .fBox figcaption, .fBox-half figcaption {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }
  .fBox .mR, .fBox-half .mR {
    margin-right: 10px;
    margin-right: 1rem; }
  .fBox .mL, .fBox-half .mL {
    margin-left: 10px;
    margin-left: 1rem; }
  .fBox p, .fBox-half p {
    width: 49%; }
  .fBox .fBox__text, .fBox-half .fBox__text {
    width: 64%; }
    .fBox .fBox__text p, .fBox-half .fBox__text p {
      width: 100%; }
  .fBox .indexBox__item, .fBox .indexBox__item__photo, .fBox-half .indexBox__item, .fBox-half .indexBox__item__photo {
    width: 47.5%;
    margin-bottom: 36px;
    margin-bottom: 3.6rem;
    background: #ffffff;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
    .fBox .indexBox__item__textArea, .fBox-half .indexBox__item__textArea {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      height: 100%;
      padding: 0; }
    .fBox .indexBox__item__title, .fBox-half .indexBox__item__title {
      width: 100%;
      padding: 2em 1em;
      background: #005EB8;
      transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
      min-height: 0%; }
      .fBox .indexBox__item__title .itemTitle, .fBox-half .indexBox__item__title .itemTitle {
        margin: 0;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
        border: none;
        transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
        .fBox .indexBox__item__title .itemTitle:after, .fBox-half .indexBox__item__title .itemTitle:after {
          float: right;
          display: inline-block;
          font-family: "iconfont";
          content: '\EB14';
          font-size: 12px;
          font-size: 1.2rem;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: inherit;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .fBox .indexBox__item__title:hover, .fBox-half .indexBox__item__title:hover {
        background: #0070dc; }
      .fBox .indexBox__item__title:focus-visible, .fBox-half .indexBox__item__title:focus-visible {
        background: #ffffff; }
        .fBox .indexBox__item__title:focus-visible .itemTitle, .fBox-half .indexBox__item__title:focus-visible .itemTitle {
          color: #005EB8; }
      .fBox .indexBox__item__title.noLink, .fBox-half .indexBox__item__title.noLink {
        pointer-events: none; }
        .fBox .indexBox__item__title.noLink .itemTitle:after, .fBox-half .indexBox__item__title.noLink .itemTitle:after {
          content: ''; }
        .fBox .indexBox__item__title.noLink:hover, .fBox-half .indexBox__item__title.noLink:hover {
          background: #005EB8; }
    .fBox .indexBox__item__text, .fBox-half .indexBox__item__text {
      -ms-flex-positive: 2;
      flex-grow: 2;
      width: 100%;
      padding: 1em;
      border: 1px solid #dbdbdb; }
      .fBox .indexBox__item__text p, .fBox-half .indexBox__item__text p {
        display: block;
        width: 100%;
        margin-bottom: 1em;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.2;
        color: #666666; }
      .fBox .indexBox__item__text .subTitle, .fBox-half .indexBox__item__text .subTitle {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.5;
        color: #333;
        border-bottom: none;
        padding: 0;
        margin: 20px 0 5px 0; }
      .fBox .indexBox__item__text .linkList, .fBox .indexBox__item__text .linkList__inline, .fBox .indexBox__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul, .localNav dl.localNav__list dd.ct3rdList dl dd .fBox .indexBox__item__text ul, .fBox .indexBox__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .fBox .indexBox__item__text .childct > ul, .fBox-half .indexBox__item__text .linkList, .fBox-half .indexBox__item__text .linkList__inline, .fBox-half .indexBox__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul, .localNav dl.localNav__list dd.ct3rdList dl dd .fBox-half .indexBox__item__text ul, .fBox-half .indexBox__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .fBox-half .indexBox__item__text .childct > ul {
        padding: 0;
        margin: 0 10px 10px 0;
        margin: 0 1rem 1rem 0;
        list-style: none; }
        .fBox .indexBox__item__text .linkList > li, .fBox .indexBox__item__text .linkList__inline > li, .fBox .indexBox__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul > li, .localNav dl.localNav__list dd.ct3rdList dl dd .fBox .indexBox__item__text ul > li, .fBox .indexBox__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul > li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .fBox .indexBox__item__text .childct > ul > li, .fBox-half .indexBox__item__text .linkList > li, .fBox-half .indexBox__item__text .linkList__inline > li, .fBox-half .indexBox__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul > li, .localNav dl.localNav__list dd.ct3rdList dl dd .fBox-half .indexBox__item__text ul > li, .fBox-half .indexBox__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul > li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .fBox-half .indexBox__item__text .childct > ul > li {
          font-size: 14px;
          font-size: 1.4rem; }
          .fBox .indexBox__item__text .linkList > li > a, .fBox .indexBox__item__text .linkList__inline > li > a, .fBox .indexBox__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul > li > a, .localNav dl.localNav__list dd.ct3rdList dl dd .fBox .indexBox__item__text ul > li > a, .fBox .indexBox__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul > li > a, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .fBox .indexBox__item__text .childct > ul > li > a, .fBox-half .indexBox__item__text .linkList > li > a, .fBox-half .indexBox__item__text .linkList__inline > li > a, .fBox-half .indexBox__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul > li > a, .localNav dl.localNav__list dd.ct3rdList dl dd .fBox-half .indexBox__item__text ul > li > a, .fBox-half .indexBox__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul > li > a, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .fBox-half .indexBox__item__text .childct > ul > li > a {
            color: #0453b8;
            display: inline; }
          .fBox .indexBox__item__text .linkList > li > ul, .fBox .indexBox__item__text .linkList__inline > li > ul, .fBox .indexBox__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul > li > ul, .localNav dl.localNav__list dd.ct3rdList dl dd .fBox .indexBox__item__text ul > li > ul, .fBox .indexBox__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul > li > ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .fBox .indexBox__item__text .childct > ul > li > ul, .fBox-half .indexBox__item__text .linkList > li > ul, .fBox-half .indexBox__item__text .linkList__inline > li > ul, .fBox-half .indexBox__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul > li > ul, .localNav dl.localNav__list dd.ct3rdList dl dd .fBox-half .indexBox__item__text ul > li > ul, .fBox-half .indexBox__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul > li > ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .fBox-half .indexBox__item__text .childct > ul > li > ul {
            margin: 5px 0 5px 0; }
            .fBox .indexBox__item__text .linkList > li > ul > li, .fBox .indexBox__item__text .linkList__inline > li > ul > li, .fBox .indexBox__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul > li > ul > li, .localNav dl.localNav__list dd.ct3rdList dl dd .fBox .indexBox__item__text ul > li > ul > li, .fBox .indexBox__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul > li > ul > li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .fBox .indexBox__item__text .childct > ul > li > ul > li, .fBox-half .indexBox__item__text .linkList > li > ul > li, .fBox-half .indexBox__item__text .linkList__inline > li > ul > li, .fBox-half .indexBox__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul > li > ul > li, .localNav dl.localNav__list dd.ct3rdList dl dd .fBox-half .indexBox__item__text ul > li > ul > li, .fBox-half .indexBox__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul > li > ul > li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .fBox-half .indexBox__item__text .childct > ul > li > ul > li {
              margin: 0;
              padding: 0; }
      .fBox .indexBox__item__text dl, .fBox-half .indexBox__item__text dl {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-bottom: 1rem; }
    .fBox .indexBox__item__caption, .fBox-half .indexBox__item__caption {
      margin: 0 0 15px 0;
      margin: 0 0 1.5rem 0;
      padding: 0 0 10px 0;
      padding: 0 0 1rem 0;
      border-bottom: 1px dotted #ccc; }
      .fBox .indexBox__item__caption.noLine, .fBox-half .indexBox__item__caption.noLine {
        border-bottom: none;
        margin: 0;
        padding: 0; }
      .fBox .indexBox__item__caption img, .fBox-half .indexBox__item__caption img {
        float: right; }
      .fBox .indexBox__item__caption p, .fBox-half .indexBox__item__caption p {
        width: 62%; }
      .fBox .indexBox__item__caption.noImg p, .fBox-half .indexBox__item__caption.noImg p {
        width: 100%; }
  .fBox .indexBox__item__photo .indexBox__item__title, .fBox-half .indexBox__item__photo .indexBox__item__title {
    padding: 0; }
    .fBox .indexBox__item__photo .indexBox__item__title img, .fBox-half .indexBox__item__photo .indexBox__item__title img {
      width: 100%; }
    .fBox .indexBox__item__photo .indexBox__item__title .itemTitle, .fBox-half .indexBox__item__photo .indexBox__item__title .itemTitle {
      padding: 1em; }
  .fBox .indexBox__item__photo .indexBox__item__text, .fBox-half .indexBox__item__photo .indexBox__item__text {
    border: none; }
  .fBox .indexBox__item__photo-third, .fBox-half .indexBox__item__photo-third {
    width: 31.5%;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    .fBox .indexBox__item__photo-third .indexBox__item__title, .fBox-half .indexBox__item__photo-third .indexBox__item__title {
      padding: 0; }
      .fBox .indexBox__item__photo-third .indexBox__item__title img, .fBox-half .indexBox__item__photo-third .indexBox__item__title img {
        width: 100%; }
      .fBox .indexBox__item__photo-third .indexBox__item__title .itemTitle, .fBox-half .indexBox__item__photo-third .indexBox__item__title .itemTitle {
        padding: 1em;
        font-size: 12px;
        font-size: 1.2rem; }
    .fBox .indexBox__item__photo-third .indexBox__item__text, .fBox-half .indexBox__item__photo-third .indexBox__item__text {
      border: none; }

.searchBox {
  padding: 15px 20px;
  margin: 0 auto 40px auto;
  background: #F6F6F6;
  border-radius: 6px;
  border: 4px solid #dbdbdb; }
  .searchBox p {
    margin: 0; }
  .searchBox .inputfield {
    margin: 5px 0 0 0; }
  .searchBox .searchBtn {
    width: 48px;
    height: 26px;
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    margin: 0 0 0 10px;
    border: none;
    background: #666; }
  .searchBox .keyword {
    width: 300px; }

.gsc-search-box-tools, .l-header .searchG, .l-gnav .searchG {
  /* 入力エリアの幅に関する設定 */
  /* 検索ボックスの余白に関する設定 */
  /* 入力エリアの高さに関する設定 */
  /* 入力エリアの文字サイズに関する設定 */
  /* 検索ボタンの高さ、幅に関する設定 */ }
  .gsc-search-box-tools.gsc-search-box, .l-header .gsc-search-box.searchG, .l-gnav .gsc-search-box.searchG {
    width: 50% !important;
    border: none;
    margin: 0; }
  .gsc-search-box-tools table, .l-header .searchG table, .l-gnav .searchG table {
    min-width: 300px;
    margin: 0;
    padding: 0; }
    .gsc-search-box-tools table th, .l-header .searchG table th, .l-gnav .searchG table th, .gsc-search-box-tools table td, .l-header .searchG table td, .l-gnav .searchG table td {
      border: none;
      padding: 3px; }
  .gsc-search-box-tools .cse .gsc-control-cse .gsc-control-cse, .l-header .searchG .cse .gsc-control-cse .gsc-control-cse, .l-gnav .searchG .cse .gsc-control-cse .gsc-control-cse {
    margin: 0 !important;
    padding: 0 !important; }
  .gsc-search-box-tools table.gsc-search-box, .l-header .searchG table.gsc-search-box, .l-gnav .searchG table.gsc-search-box {
    margin: 0;
    padding: 0;
    width: 100%; }
  .gsc-search-box-tools .gsc-input-box, .l-header .searchG .gsc-input-box, .l-gnav .searchG .gsc-input-box {
    height: 26px;
    padding: 0; }
  .gsc-search-box-tools #gsc-i-id1, .l-header .searchG #gsc-i-id1, .l-gnav .searchG #gsc-i-id1 {
    font-size: 1.5em; }
  .gsc-search-box-tools .gsc-search-button, .l-header .searchG .gsc-search-button, .l-gnav .searchG .gsc-search-button {
    padding: 0; }
    .gsc-search-box-tools .gsc-search-button .gsc-search-button-v2, .l-header .searchG .gsc-search-button .gsc-search-button-v2, .l-gnav .searchG .gsc-search-button .gsc-search-button-v2 {
      display: block;
      width: 48px;
      height: 26px;
      padding: 0.5em 1.5em;
      border-radius: 0;
      border: none;
      background: #666; }

.pagenation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 50px 0 2em 0;
  margin: 5rem 0 2em 0;
  padding: 0;
  list-style: none; }
  .pagenation:after {
    display: none; }
  .pagenation .linkBtnBlue, .pagenation .mapBtn, .pagenation .linkBtnWhite {
    display: inline-block;
    width: 40%; }
    .pagenation .linkBtnBlue a, .pagenation .mapBtn a, .pagenation .linkBtnWhite a {
      width: 100%;
      height: 100%;
      font-size: 14px;
      font-size: 1.4rem; }
    .pagenation .linkBtnBlue.back a, .pagenation .back.mapBtn a, .pagenation .linkBtnWhite.back a {
      text-align: center;
      padding-left: 30px; }
    .pagenation .linkBtnBlue.back :after, .pagenation .back.mapBtn :after, .pagenation .linkBtnWhite.back :after {
      content: '\EB16';
      left: 10px; }
    .pagenation .linkBtnBlue.next a, .pagenation .next.mapBtn a, .pagenation .linkBtnWhite.next a {
      text-align: center; }

.l-container {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  margin: 0; }

body:not(.top) .l-container {
  min-height: 100%;
  padding: 40px 0 0 0; }

.l-header {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background: #ffffff;
  border-top: 3px solid #005EB8; }
  .l-header__inner {
    max-width: 1000px;
    height: 100px;
    margin: 0 auto 0 auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .l-header__logo {
    width: 165px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 9200; }
    .l-header__logo a {
      display: block;
      width: 100%;
      height: auto;
      padding: 0 50px 0 0;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
      .l-header__logo a:after {
        display: inline-block;
        color: #000000;
        font-size: 11.5px;
        content: 'Japan';
        position: absolute;
        top: 5px;
        right: 0;
        bottom: auto;
        left: auto; }
  .l-header__content {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  .l-header__tool {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: auto;
    left: auto; }
  .l-header .toolList {
    display: table;
    margin: 14px 0 0 0;
    margin: 0;
    padding: 0; }
    .l-header .toolList__item {
      display: table-cell;
      list-style: none;
      margin: 0;
      padding: 0 5px; }
  .l-header__utility {
    margin: 0;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 18px;
    left: auto; }
    .l-header__utility__list {
      display: table;
      float: left;
      margin: 0;
      padding: 0;
      margin: 8px 0 0 0; }
    .l-header__utility__item {
      display: table-cell;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1;
      padding: 0 25px 0 15px;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
      .l-header__utility__item:not(:last-child):before {
        display: inline-block;
        font-family: 'iconfont';
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
        content: '\EB21';
        color: #005EB8;
        margin: 0;
        padding: 0;
        transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
        position: absolute;
        top: 1px;
        right: auto;
        bottom: auto;
        left: 0; }
      .l-header__utility__item:last-child {
        padding-left: 25px;
        padding-right: 5px; }
        .l-header__utility__item:last-child:before {
          display: block;
          width: 18px;
          height: 18px;
          content: url(/tci-innovation/assets/img/common/icon-global.svg);
          position: absolute;
          top: -3px;
          right: auto;
          bottom: auto;
          left: 0; }
      .l-header__utility__item a {
        color: #333; }
    .l-header__utility__lang {
      margin: 0;
      padding: 0;
      position: relative;
      float: left;
      list-style: none; }
      .l-header__utility__lang__item {
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 9999;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1; }
        .l-header__utility__lang__item > ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .l-header__utility__lang__item > ul li {
            width: 100%;
            background: #ffffff; }
            .l-header__utility__lang__item > ul li a {
              display: inline-block;
              width: 100%;
              padding: 10px 23px 10px 15px;
              color: #333;
              text-align: center;
              border: 1px solid #eeeeee; }
              .l-header__utility__lang__item > ul li a:hover {
                color: #005EB8;
                background: #ffffff;
                text-decoration: underline; }
        .l-header__utility__lang__item.is-selected {
          position: relative;
          top: auto;
          left: auto;
          display: block;
          padding: 8px 0; }
          .l-header__utility__lang__item.is-selected > a {
            position: relative;
            display: inline-block;
            display: inline-block;
            width: 100%;
            padding: 0 32px 0 15px;
            color: #333; }
            .l-header__utility__lang__item.is-selected > a:after {
              position: absolute;
              top: calc(50% - 7px);
              right: 8px;
              font-family: 'iconfont';
              content: '\EB11';
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 1; }
          .l-header__utility__lang__item.is-selected.is-active {
            background: #ffffff; }
            .l-header__utility__lang__item.is-selected.is-active a {
              color: #212121; }
            .l-header__utility__lang__item.is-selected.is-active:after {
              color: #212121; }
  .l-header .searchG {
    margin: 0;
    float: right;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
    .l-header .searchG input {
      display: inline-block !important; }
    .l-header .searchG .searchbt {
      width: 10em;
      height: 26px;
      font-size: 18px;
      font-size: 1.8rem; }
    .l-header .searchG .gsc-control-searchbox-only {
      width: 225px; }
    .l-header .searchG .gsc-search-box-tools, .l-header .searchG .searchG {
      width: 100% !important; }
      .l-header .searchG .gsc-search-box-tools td.gsc-input, .l-header .searchG .searchG td.gsc-input {
        padding-right: 0; }
    .l-header .searchG .gsc-search-button {
      width: auto; }
      .l-header .searchG .gsc-search-button .gsc-search-button-v2 {
        background: #005EB8;
        width: 46px;
        margin: 0;
        padding: 4px 14px;
        display: inline-block;
        vertical-align: bottom; }
    .l-header .searchG table {
      min-width: 100px;
      z-index: 60000;
      background-color: #ffffff; }
      .l-header .searchG table th, .l-header .searchG table td {
        padding: 2px; }

.triggerBtn {
  display: none;
  width: 30px;
  height: 24px; }
  .triggerBtn span {
    display: inline-block;
    width: 100%;
    height: 4px;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-sizing: border-box;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    left: 0;
    background: #005EB8; }
    .triggerBtn span:nth-of-type(1) {
      top: 0; }
    .triggerBtn span:nth-of-type(2) {
      top: 10px; }
    .triggerBtn span:nth-of-type(3) {
      bottom: 0; }
  .triggerBtn.is-trigger {
    z-index: 9300; }
    .triggerBtn.is-trigger span {
      background: #005EB8; }
      .triggerBtn.is-trigger span:nth-of-type(1) {
        transform: translateY(10px) rotate(-45deg); }
      .triggerBtn.is-trigger span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        animation: active-menu-bar02 .8s forwards; }
      .triggerBtn.is-trigger span:nth-of-type(3) {
        transform: translateY(-10px) rotate(45deg); }

.l-gnav {
  width: 100%;
  height: 55px;
  margin: 0 auto;
  background: #005EB8; }
  .l-gnav .l-header__tool, .l-gnav .l-header__utility {
    display: none; }
  .l-gnav__inner {
    max-width: 1000px;
    height: 55px;
    margin: 0 auto; }
  .l-gnav__parent {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    border-left: solid 1px #306ccb; }
    .l-gnav__parent:before {
      content: "";
      display: table; }
    .l-gnav__parent:after {
      display: table;
      content: "";
      clear: both; }
    .l-gnav__parent > li {
      width: 14.28%;
      font-size: 13px;
      font-size: 1.3rem;
      lne-height: 1;
      text-align: center;
      margin: 0;
      padding: 0;
      float: left;
      background: #005EB8;
      border-right: solid 1px #306ccb; }
      .l-gnav__parent > li > a {
        display: block;
        width: 100%;
        height: 55px;
        color: #ffffff;
        text-decoration: none;
        padding: 18px 0; }
      .l-gnav__parent > li:hover {
        background: #306ccb; }
      .l-gnav__parent > li.menu-home {
        width: 10%; }
      .l-gnav__parent > li.noLink:hover {
        background: transparent; }
      .l-gnav__parent > li.menu-tool {
        display: none; }
      .l-gnav__parent > li.menu-search {
        display: none; }
      .l-gnav__parent > li.is-active .l-gnav__child {
        display: block;
        height: auto;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        padding: 20px; }
  .l-gnav__child {
    width: 100%;
    height: 1px;
    background: #306ccb;
    position: absolute;
    z-index: 9900;
    left: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .l-gnav__child:before {
      display: table;
      content: ""; }
    .l-gnav__child:after {
      display: table;
      content: "";
      clear: both; }
    .l-gnav__child > li {
      width: 25%;
      text-align: left;
      margin: 0;
      padding: 0;
      list-style: none;
      background: none;
      float: left; }
      .l-gnav__child > li a {
        display: block;
        width: 100%;
        height: auto;
        color: #ffffff;
        padding: 8px 0 5px 15px;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto; }
        .l-gnav__child > li a:before {
          display: inline-block;
          color: #ffffff;
          font-size: 10px;
          font-size: 1rem;
          line-height: 1;
          font-family: 'iconfont';
          margin: 0;
          padding: 0;
          content: '\EB21';
          position: absolute;
          top: 13px;
          right: auto;
          bottom: auto;
          left: 0;
          transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .l-gnav__child > li a:hover:before {
          color: #ffffff;
          position: absolute;
          top: 13px;
          right: auto;
          bottom: auto;
          left: 2px; }
    .l-gnav__child__sub {
      width: 100% !important;
      float: none; }
  .l-gnav__child2 {
    display: block;
    width: 100%;
    padding: 0 0 12px 20px;
    margin: 0 0 15px 0;
    list-style: none;
    border-bottom: 1px solid #ffffff; }
    .l-gnav__child2:before {
      display: table;
      content: ''; }
    .l-gnav__child2:after {
      display: table;
      content: '';
      clear: both; }
    .l-gnav__child2 > li {
      width: 25%;
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0;
      padding: 0;
      float: left; }
      .l-gnav__child2 > li a {
        border: 0;
        padding: 5px 0 3px 15px; }
        .l-gnav__child2 > li a:before {
          position: absolute;
          top: 10px;
          right: auto;
          bottom: auto;
          left: 0; }
        .l-gnav__child2 > li a:hover:before {
          position: absolute;
          top: 10px;
          right: auto;
          bottom: auto;
          left: 0; }
  .l-gnav .toolList {
    display: table;
    margin: 14px 0 0 0;
    margin: 0;
    padding: 0; }
    .l-gnav .toolList__item {
      display: table-cell;
      list-style: none;
      margin: 0;
      padding: 0 7px; }
      .l-gnav .toolList__item img {
        width: 30px; }
  .l-gnav .searchG {
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 22px;
    margin: 0 0 15px 0;
    padding: 0; }
    .l-gnav .searchG .gsc-control-searchbox-only {
      width: 100%; }
    .l-gnav .searchG .gsc-search-box-tools, .l-gnav .searchG .searchG {
      width: 100% !important; }
      .l-gnav .searchG .gsc-search-box-tools td.gsc-input, .l-gnav .searchG .searchG td.gsc-input {
        padding-right: 0; }
    .l-gnav .searchG .gsc-search-button {
      width: auto; }
      .l-gnav .searchG .gsc-search-button input.searchbt {
        width: 80%;
        border: 1px #cccccc solid;
        height: 26px; }
      .l-gnav .searchG .gsc-search-button .gsc-search-button-v2 {
        background: #005EB8;
        width: 52px;
        margin: 0;
        padding: 4px 16px;
        display: inline-block;
        vertical-align: bottom; }
    .l-gnav .searchG table {
      min-width: 100%; }
      .l-gnav .searchG table th, .l-gnav .searchG table td {
        padding: 2px; }
  .l-gnav .acList.lang {
    margin-bottom: 0; }
    .l-gnav .acList.lang dt {
      padding: 10px 15px;
      padding: 1rem 1.5rem; }
    .l-gnav .acList.lang dd {
      margin: 0;
      padding: 0; }
      .l-gnav .acList.lang dd > ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .l-gnav .acList.lang dd > ul li a {
          display: inline-block;
          width: 100%;
          padding: 10px 15px;
          padding: 1rem 1.5rem; }
        .l-gnav .acList.lang dd > ul li:not(:last-of-type) {
          border-bottom: 1px dotted #333; }

.l-content {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 100px 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }
  .l-content .pageArticle .titleArea .pageMainTitle, .l-content .pageArticle .titleArea .pageContent .mainContent .pageTitle, .l-content .pageArticle .pageContent .mainContent .titleArea .pageTitle, .l-content .pageArticle.index2column .pageContent .mainContent .titleArea .pageTitle {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400; }
    .l-content .pageArticle .titleArea .pageMainTitle.border, .l-content .pageArticle .titleArea .pageContent .mainContent .border.pageTitle, .l-content .pageArticle .pageContent .mainContent .titleArea .border.pageTitle {
      width: 68.4%;
      border-bottom: 1px solid #000000; }
  .l-content .pageArticle .pageContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start; }
    .l-content .pageArticle .pageContent .mainContent {
      width: 68.4%; }
      .l-content .pageArticle .pageContent .mainContent .pageTitle {
        margin-top: 0;
        border-bottom: 1px solid #000000; }
        .l-content .pageArticle .pageContent .mainContent .pageTitle sup {
          font-size: 14px;
          font-size: 1.4rem; }
        .l-content .pageArticle .pageContent .mainContent .pageTitle__sub {
          font-size: 16px;
          font-size: 1.6rem; }
      .l-content .pageArticle .pageContent .mainContent .cptTitle {
        font-size: 16px;
        font-size: 1.6rem;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.7;
        margin: 50px 0 20px 0;
        margin: 5rem 0 2rem 0; }
        .l-content .pageArticle .pageContent .mainContent .cptTitle a {
          display: block;
          width: 100%;
          padding: 0 25px 0 0;
          position: relative;
          top: auto;
          right: auto;
          bottom: auto;
          left: auto; }
          .l-content .pageArticle .pageContent .mainContent .cptTitle a:after {
            display: inline-block;
            font-family: "iconfont";
            content: '\EB18';
            font-size: 15px;
            font-size: 1.5rem;
            position: absolute;
            top: 50%;
            right: auto;
            bottom: auto;
            left: auto;
            margin-left: 10px;
            transform: translateY(-52%);
            line-height: 1;
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
          .l-content .pageArticle .pageContent .mainContent .cptTitle a:hover {
            color: #666666; }
            .l-content .pageArticle .pageContent .mainContent .cptTitle a:hover:after {
              margin-left: 12px; }
      .l-content .pageArticle .pageContent .mainContent .subTitle {
        margin: 30px 0 20px 0;
        margin: 3rem 0 2rem 0;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.7;
        border-bottom: 1px dotted #b9b9b9;
        color: #005EB8; }
      .l-content .pageArticle .pageContent .mainContent .subTitle__bgBl {
        padding: 0.5em 1em;
        margin: 0 0 20px 0;
        margin: 0 0 2rem 0;
        color: #ffffff;
        background: #005EB8;
        font-size: 14px;
        font-size: 1.4rem; }
      .l-content .pageArticle .pageContent .mainContent .subSubTitle {
        margin: 30px 0 10px 0;
        margin: 3rem 0 1rem 0;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.7; }
    .l-content .pageArticle .pageContent .mainContent__text {
      margin-bottom: 50px;
      margin-bottom: 5rem; }
  .l-content .pageArticle.index2column .titleArea .pageMainTitle, .l-content .pageArticle.index2column .titleArea .pageContent .mainContent .pageTitle, .l-content .pageArticle.index2column .pageContent .mainContent .titleArea .pageTitle {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    border: none;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400; }
  .l-content .pageArticle.index2column .pageContent .mainContent .titleArea .pageTitle {
    margin-top: 0;
    border-bottom: 1px solid #000000; }
  .l-content .pageArticle.index2column .pageContent .mainContent .cptTitle {
    width: 100%;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    border: none; }
  .l-content .pageArticle.index2column .pageContent .mainContent__header {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    .l-content .pageArticle.index2column .pageContent .mainContent__header img {
      width: 100%; }
  .l-content .pageArticle.index2column .pageContent .mainContent__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .l-content .pageArticle.index2column .pageContent .mainContent__container .cptTitle {
      width: 100%;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 400;
      line-height: 1.7;
      margin: 0 0 20px 0;
      margin: 0 0 2rem 0;
      border: none; }
    .l-content .pageArticle.index2column .pageContent .mainContent__container .mainContent__item__thumb {
      margin: 0 0 20px 0;
      margin: 0 0 2rem 0;
      border: 1px solid #dbdbdb; }
  .l-content .pageArticle.index2column .pageContent .mainContent__item, .l-content .pageArticle.index2column .pageContent .mainContent__item__photo, .l-content .pageArticle.index2column .pageContent .mainContent__item__linkBtn {
    position: relative;
    width: 47.5%;
    margin-bottom: 36px;
    margin-bottom: 3.6rem;
    background: #ffffff;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    border: 1px solid #dbdbdb; }
    .l-content .pageArticle.index2column .pageContent .mainContent__item__textArea {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      height: 100%;
      padding: 0; }
    .l-content .pageArticle.index2column .pageContent .mainContent__item__title {
      display: block;
      width: 100%;
      width: calc(100% + 2px);
      transform: translateX(-1px);
      padding: 2em 1em;
      background: #005EB8;
      border: 1px solid #005EB8;
      transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__title .itemTitle {
        margin: 0;
        padding: 0 15px 0 0;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
        border: none; }
        .l-content .pageArticle.index2column .pageContent .mainContent__item__title .itemTitle:after {
          float: right;
          margin: 0 -15px 0 0;
          display: inline-block;
          font-family: "iconfont";
          content: '\EB14';
          font-size: 12px;
          font-size: 1.2rem;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: inherit;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__title:hover {
        background: #0070dc; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__title.noLink {
        pointer-events: none; }
        .l-content .pageArticle.index2column .pageContent .mainContent__item__title.noLink:hover {
          background: #005EB8; }
    .l-content .pageArticle.index2column .pageContent .mainContent__item__text {
      -ms-flex-positive: 2;
      flex-grow: 2;
      width: 100%;
      padding: 1em; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__text p {
        display: block;
        margin-bottom: 1em;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.2;
        color: #666666; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__text .subSubTitle {
        font-size: 13px;
        font-size: 1.3rem;
        margin: 20px 0 5px 0; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__text .linkList, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .linkList__inline, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul, .localNav dl.localNav__list dd.ct3rdList dl dd .l-content .pageArticle.index2column .pageContent .mainContent__item__text ul, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .l-content .pageArticle.index2column .pageContent .mainContent__item__text .childct > ul {
        padding: 0;
        margin: 0 10px 10px 0;
        margin: 0 1rem 1rem 0;
        list-style: none; }
        .l-content .pageArticle.index2column .pageContent .mainContent__item__text .linkList > li, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .linkList__inline > li, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul > li, .localNav dl.localNav__list dd.ct3rdList dl dd .l-content .pageArticle.index2column .pageContent .mainContent__item__text ul > li, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul > li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .l-content .pageArticle.index2column .pageContent .mainContent__item__text .childct > ul > li {
          font-size: 14px;
          font-size: 1.4rem; }
          .l-content .pageArticle.index2column .pageContent .mainContent__item__text .linkList > li > a, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .linkList__inline > li > a, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul > li > a, .localNav dl.localNav__list dd.ct3rdList dl dd .l-content .pageArticle.index2column .pageContent .mainContent__item__text ul > li > a, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul > li > a, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .l-content .pageArticle.index2column .pageContent .mainContent__item__text .childct > ul > li > a {
            color: #0453b8;
            display: inline; }
          .l-content .pageArticle.index2column .pageContent .mainContent__item__text .linkList > li > ul, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .linkList__inline > li > ul, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul > li > ul, .localNav dl.localNav__list dd.ct3rdList dl dd .l-content .pageArticle.index2column .pageContent .mainContent__item__text ul > li > ul, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul > li > ul, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .l-content .pageArticle.index2column .pageContent .mainContent__item__text .childct > ul > li > ul {
            margin: 5px 0 5px 0; }
            .l-content .pageArticle.index2column .pageContent .mainContent__item__text .linkList > li > ul > li, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .linkList__inline > li > ul > li, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .localNav dl.localNav__list dd.ct3rdList dl dd ul > li > ul > li, .localNav dl.localNav__list dd.ct3rdList dl dd .l-content .pageArticle.index2column .pageContent .mainContent__item__text ul > li > ul > li, .l-content .pageArticle.index2column .pageContent .mainContent__item__text .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul > li > ul > li, .localNav__v3 .localNav__list__v3 .ct3rdList > ul .l-content .pageArticle.index2column .pageContent .mainContent__item__text .childct > ul > li > ul > li {
              margin: 0;
              padding: 0; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__text dl {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-bottom: 1rem; }
    .l-content .pageArticle.index2column .pageContent .mainContent__item__caption {
      margin: 0 0 15px 0;
      margin: 0 0 1.5rem 0;
      padding: 0 0 10px 0;
      padding: 0 0 1rem 0;
      border-bottom: 1px dotted #ccc; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__caption.noLine {
        border-bottom: none;
        margin: 0;
        padding: 0; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__caption.noImg p {
        width: 100%; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__caption img {
        float: right; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__caption p {
        width: 100%; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__caption.noImg p {
        width: 100%; }
  .l-content .pageArticle.index2column .pageContent .mainContent__item__photo {
    border: none; }
    .l-content .pageArticle.index2column .pageContent .mainContent__item__photo .mainContent__item__title {
      padding: 0;
      border: none;
      min-height: 0%; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__photo .mainContent__item__title img {
        width: 100%; }
      .l-content .pageArticle.index2column .pageContent .mainContent__item__photo .mainContent__item__title .itemTitle {
        padding: 1em; }
    .l-content .pageArticle.index2column .pageContent .mainContent__item__photo .mainContent__item__text {
      border: none; }
  .l-content .pageArticle.index2column .pageContent .mainContent__item__linkBtn {
    margin-bottom: 20px;
    border: none; }
    .l-content .pageArticle.index2column .pageContent .mainContent__item__linkBtn .mainContent__item__textArea {
      height: auto; }
  .l-content .pageArticle.index1column .titleArea .pageMainTitle, .l-content .pageArticle.index1column .titleArea .pageContent .mainContent .pageTitle, .l-content .pageArticle.index1column .pageContent .mainContent .titleArea .pageTitle, .l-content .pageArticle.index2column .pageContent .mainContent .pageArticle.index1column .titleArea .pageTitle {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400; }
  .l-content .pageArticle.index1column .pageContent {
    display: inherit; }
  .l-content .pageArticle.index1column .indexContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .l-content .pageArticle.index1column .indexContent__item, .l-content .pageArticle.index1column .indexContent__item.noImg {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 32%;
      max-height: 550px;
      margin-bottom: 20px;
      margin-bottom: 2rem;
      background: #f8f7f3;
      transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
      .l-content .pageArticle.index1column .indexContent__item:not(:nth-child(3n)) {
        margin-right: 2%; }
      .l-content .pageArticle.index1column .indexContent__item__img {
        width: 100%;
        height: auto;
        max-height: 235px; }
        .l-content .pageArticle.index1column .indexContent__item__img img {
          width: 100%; }
      .l-content .pageArticle.index1column .indexContent__item__textArea {
        width: 100%;
        padding: 0 6% 24px 6%;
        padding: 0 6% 2.4rem 6%; }
      .l-content .pageArticle.index1column .indexContent__item__title {
        width: 100%;
        padding: 2em 0 6em 0; }
        .l-content .pageArticle.index1column .indexContent__item__title .itemTitle {
          margin: 0;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 700;
          line-height: 1.2;
          color: #333;
          word-wrap: break-word; }
      .l-content .pageArticle.index1column .indexContent__item__text {
        margin-top: -4em; }
        .l-content .pageArticle.index1column .indexContent__item__text p {
          color: #333;
          font-size: 12px;
          font-size: 1.2rem; }
      .l-content .pageArticle.index1column .indexContent__item__btn {
        width: 100%; }
        .l-content .pageArticle.index1column .indexContent__item__btn p {
          display: block;
          margin: 0 auto;
          padding: 11px 0;
          padding: 1.1rem 0;
          border: 1px solid #666666;
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
          line-height: 1;
          color: #666666;
          transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
          .l-content .pageArticle.index1column .indexContent__item__btn p:after {
            display: inline-block;
            font-family: "iconfont";
            content: '\EB14';
            font-size: 10px;
            font-size: 1rem;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            padding: 0 0 0 4px;
            vertical-align: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
    .l-content .pageArticle.index1column .indexContent__item:hover {
      background: #eaf5f9; }
    .l-content .pageArticle.index1column .noImg.indexContent__item {
      position: relative; }
      .l-content .pageArticle.index1column .noImg.indexContent__item .indexContent__item__btn {
        position: absolute;
        bottom: 24px;
        bottom: 2.4rem;
        width: 88%; }

body.l-content100p .l-content .pageArticle .pageContent {
  display: inherit; }
  body.l-content100p .l-content .pageArticle .pageContent .mainContent {
    width: 100%; }
  body.l-content100p .l-content .pageArticle .pageContent .localNav, body.l-content100p .l-content .pageArticle .pageContent .localNav__v3 {
    width: 100%;
    margin-top: 50px;
    margin-top: 5rem;
    border-top: 1px dotted #000000; }

.l-tool {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 0 40px 0; }
  .l-tool .breadcrumbs {
    width: 71%;
    margin: 0;
    padding: 0;
    -webkit-margin: 50px 0 0 0; }
    .l-tool .breadcrumbs li {
      font-size: 11px;
      font-size: 1.1rem;
      float: left;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      cursor: pointer;
      padding: 0 20px 0 0;
      list-style: none; }
      .l-tool .breadcrumbs li:not(:last-child):after {
        display: block;
        font-family: 'iconfont';
        content: '\EB14';
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
        position: absolute;
        top: 3px;
        right: 5px;
        bottom: auto;
        left: auto; }
  .l-tool .sns {
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    /* Icons */ }
    .l-tool .sns a {
      color: #ffffff;
      text-align: center;
      line-height: 1;
      text-decoration: none;
      font-family: 'iconfont';
      display: inline-block;
      width: 40px;
      height: 28px;
      padding: 5px 0 0 0;
      margin: 0 0 0 8px;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      transition: all .5s;
      -webkit-font-smoothing: antialiased;
      /* font awesome icons */
      /* pop-up text */ }
      .l-tool .sns a:before {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1; }
      .l-tool .sns a:focus-visible {
        outline: 2px solid #0453b8; }
      .l-tool .sns a:nth-of-type(1) {
        background: #3B5998; }
        .l-tool .sns a:nth-of-type(1):before {
          content: '\EA05'; }
      .l-tool .sns a:nth-of-type(2) {
        background: #55acee; }
        .l-tool .sns a:nth-of-type(2):before {
          content: '\EA06'; }
      .l-tool .sns a:nth-of-type(3) {
        background: #dd4b39; }
        .l-tool .sns a:nth-of-type(3):before {
          content: '\EA07'; }
      .l-tool .sns a span {
        color: #000000;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        position: absolute;
        top: auto;
        right: -25px;
        bottom: 0;
        left: -25px;
        padding: 5px;
        z-index: -1;
        font-size: 10px;
        font-size: 1rem;
        background: #eeeeee;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        /* pop-up text arrow */ }
        .l-tool .sns a span:before {
          content: '';
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #eeeeee;
          position: absolute;
          top: auto;
          right: auto;
          bottom: -5px;
          left: 40px; }
      .l-tool .sns a:hover, .l-tool .sns a:focus-visible {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
        .l-tool .sns a:hover span, .l-tool .sns a:focus-visible span {
          bottom: 35px;
          visibility: visible;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .l-tool .sns #printBtn {
      position: relative;
      width: auto;
      height: 28px;
      border-right: 1px dotted #333;
      font-size: 14px;
      font-size: 1.4rem;
      /* pop-up text */ }
      .l-tool .sns #printBtn input {
        position: relative;
        width: 100%;
        height: 100%;
        padding-left: 30px;
        border: none;
        background-color: transparent; }
      .l-tool .sns #printBtn span {
        width: 100%;
        height: 20px;
        text-align: center;
        vertical-align: middle;
        color: #000000;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 2px 5px;
        z-index: -1;
        font-size: 10px;
        font-size: 1rem;
        background: #eeeeee;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        /* pop-up text arrow */ }
        .l-tool .sns #printBtn span:before {
          content: '';
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #eeeeee;
          position: absolute;
          top: auto;
          right: auto;
          bottom: -5px;
          left: 40px; }
      .l-tool .sns #printBtn:hover {
        background-color: #e6ebee; }
        .l-tool .sns #printBtn:hover span {
          bottom: 35px;
          visibility: visible;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .l-tool .sns #printBtn:before {
        position: absolute;
        top: calc(50% - 10px);
        left: 0;
        z-index: 1;
        display: block;
        font-family: "iconfont";
        content: '\EA0B';
        color: #005EB8;
        font-size: 20px;
        font-size: 2rem;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

body:not(.ir) .l-tool #printBtn {
  display: none; }

.l-main {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0 30px 0; }

/* footer */
.l-footer {
  width: 100%;
  margin: 0;
  padding: 0 0 80px 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }
  .l-footer__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0; }
  .l-footer__pageTop {
    width: 62px;
    height: auto;
    line-height: 1;
    padding: 0;
    z-index: 1000;
    position: fixed;
    top: auto;
    right: 15px;
    bottom: 0;
    left: auto; }
    .l-footer__pageTop a {
      width: 100%;
      height: 100%;
      text-align: center;
      text-decoration: none;
      margin: 0 0 0 auto;
      padding: 15px 0 5px 0;
      display: block;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      color: #ffffff;
      background: #306ccb;
      transition: all 0.2s ease-in-out;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
      tap-highlight-color: rgba(0, 0, 0, 0.3); }
      .l-footer__pageTop a:after {
        display: none; }
      .l-footer__pageTop a:hover {
        text-decoration: none; }
        .l-footer__pageTop a:hover .l-footer__pageTop__txt:before {
          transform: translateY(-5px); }
    .l-footer__pageTop__txt {
      display: block;
      font-size: 14px;
      font-size: 1.4rem; }
      .l-footer__pageTop__txt:before {
        display: block;
        width: 30px;
        content: url(/tci-innovation/assets/img/common/pagetop.svg);
        text-align: center;
        margin: 0 auto;
        padding: 0;
        transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
  .l-footer__utility {
    width: 100%;
    padding: 15px 0;
    margin: 0 0 35px 0;
    background: #f6f6f6;
    border-top: 1px solid #e6e6e6; }
  .l-footer__toolList {
    display: table;
    margin: 0 auto 20px auto;
    padding: 0; }
    .l-footer__toolList__item {
      list-style: none;
      margin: 0;
      display: table-cell;
      padding: 0 5px; }
  .l-footer__catList {
    width: 100%;
    padding: 0;
    margin: 0 auto 0 auto;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    .l-footer__catList__item {
      font-size: 13px;
      font-size: 1.3rem;
      padding: 0 10px;
      list-style: none;
      margin: 0 0 7px 0;
      line-height: 1; }
      .l-footer__catList__item:not(:last-child) {
        border-right: 1px solid #666; }
      .l-footer__catList__item a {
        color: #000; }
  .l-footer__relatedList {
    display: table;
    padding: 0;
    margin: 0 auto 19px auto; }
    .l-footer__relatedList__item {
      display: table-cell;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1;
      margin: 0 0 7px 0;
      padding: 0 10px; }
      .l-footer__relatedList__item:not(:last-child) {
        border-right: 1px solid #666; }
      .l-footer__relatedList__item a {
        color: #000; }
  .l-footer__copyright {
    text-align: center;
    margin: 0 auto; }
    .l-footer__copyright p {
      font-size: 11px;
      font-size: 1.1rem;
      margin: 0;
      padding: 0; }

/* Local Navvi */
.localNav {
  width: 24%; }
  .localNav .icon-external:after {
    display: none; }
  .localNav__title {
    font-size: 26px;
    font-size: 2.6rem; }
    .localNav__title a.ct1st {
      color: #333; }
  .localNav__title.no2 {
    margin-top: 50px;
    margin-top: 5rem; }
  .localNav dt:hover {
    background: #f7f7f7; }
  .localNav dt.hasCld {
    position: relative; }
    .localNav dt.hasCld:after {
      display: inline-block;
      font-family: "iconfont";
      content: '\EB15';
      font-size: 14px;
      font-size: 1.4rem;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: middle;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 1.25em;
      right: 1em; }
    .localNav dt.hasCld.active:after {
      display: inline-block;
      font-family: "iconfont";
      content: '\EB13';
      font-size: 14px;
      font-size: 1.4rem;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: middle;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 1.25em;
      right: 1em; }
  .localNav dl.localNav__list {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem; }
    .localNav dl.localNav__list a {
      color: #333;
      padding: 0 0 0 1em;
      text-decoration: none;
      display: inline-block;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
      .localNav dl.localNav__list a:before {
        color: #0055C4;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
        font-family: "iconfont";
        content: "\EB14";
        display: block;
        position: absolute;
        top: 5px;
        right: auto;
        bottom: auto;
        left: 0;
        transition: all 0.2s ease; }
      .localNav dl.localNav__list a:hover {
        text-decoration: underline; }
        .localNav dl.localNav__list a:hover:before {
          position: absolute;
          top: 5px;
          right: auto;
          bottom: auto;
          left: 2px; }
    .localNav dl.localNav__list *.current {
      border-top: 1px solid #005EB8; }
      .localNav dl.localNav__list *.current a {
        color: #0068b7; }
    .localNav dl.localNav__list dt.ct2nd:first-child {
      border-top: 1px solid #333; }
    .localNav dl.localNav__list dt.ct2nd {
      padding: 1em 1em 1em 0;
      border-bottom: 1px dotted #c9c9c9; }
      .localNav dl.localNav__list dt.ct2nd.active {
        color: #005EB8; }
        .localNav dl.localNav__list dt.ct2nd.active a {
          color: #005EB8; }
      .localNav dl.localNav__list dt.ct2nd.current {
        border-top: 1px solid #0068b7; }
        .localNav dl.localNav__list dt.ct2nd.current a {
          color: #0068b7; }
    .localNav dl.localNav__list dd.ct3rdList {
      margin: 0;
      padding: 0; }
      .localNav dl.localNav__list dd.ct3rdList .active {
        color: #005EB8; }
        .localNav dl.localNav__list dd.ct3rdList .active a {
          color: #005EB8; }
      .localNav dl.localNav__list dd.ct3rdList dl {
        margin: 0;
        padding: 0;
        padding: 0 0 0 1em; }
        .localNav dl.localNav__list dd.ct3rdList dl dt {
          padding: 1em 2em 1em 1em;
          border-bottom: 1px dotted #c9c9c9; }
        .localNav dl.localNav__list dd.ct3rdList dl dd {
          margin: 0;
          padding: 0;
          padding: 0 0 0 1em; }
          .localNav dl.localNav__list dd.ct3rdList dl dd ul {
            margin: 0;
            padding: 0;
            list-style: none; }
            .localNav dl.localNav__list dd.ct3rdList dl dd ul li {
              margin: 0;
              padding: 0.5em 0 0.5em 1em;
              border-bottom: 1px dotted #c9c9c9; }
              .localNav dl.localNav__list dd.ct3rdList dl dd ul li a {
                color: #333; }
                .localNav dl.localNav__list dd.ct3rdList dl dd ul li a:hover:before {
                  top: 50%; }
              .localNav dl.localNav__list dd.ct3rdList dl dd ul li.current a {
                color: #005EB8; }
              .localNav dl.localNav__list dd.ct3rdList dl dd ul li:hover {
                background: #f7f7f7; }
    .localNav dl.localNav__list dd.has-no-childct {
      display: none; }

.localNav .related {
  margin: 50px 0 0 0; }
  .localNav .related__box {
    border: 1px solid #d9d9d9; }
    .localNav .related__box__list {
      margin: 0;
      padding: 0;
      padding: 10px;
      border: 8px solid #f1f1f1; }
      .localNav .related__box__list dt {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        padding: 5px 10px;
        margin: 0 0 5px 0;
        border-bottom: 1px solid #c9c9c9; }
        .localNav .related__box__list dt > a {
          position: relative;
          padding-left: 1em; }
          .localNav .related__box__list dt > a:before {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            content: "\EB14";
            display: block;
            color: #0055C4;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1;
            font-family: "iconfont";
            transition: all 0.2s ease; }
          .localNav .related__box__list dt > a:hover:before {
            left: 2px; }
        .localNav .related__box__list dt:hover {
          background: transparent; }
      .localNav .related__box__list dd {
        margin: 0;
        padding: 7px 10px; }
        .localNav .related__box__list dd:not(:last-child) {
          border-bottom: 1px dotted #c9c9c9; }
  .localNav .related .linkBtnWhite {
    margin: 0 0 30px 0;
    width: 100%;
    display: block;
    padding: 0; }

.localNav .kabukaInfo {
  width: 100%;
  text-align: center;
  margin: 30px auto; }
  .localNav .kabukaInfo p {
    margin: 0;
    padding: 0; }
  .localNav .kabukaInfo .kabukaImg {
    max-width: 300px;
    display: block;
    margin: 0 auto; }

section.pageContent:after {
  display: none; }

/* Local Navvi V3 */
.localNav__v3 {
  width: 24%; }
  .localNav__v3 .icon-external:after {
    display: none; }
  .localNav__v3 ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .localNav__v3__title {
    font-size: 26px;
    font-size: 2.6rem; }
    .localNav__v3__title a.ct1st {
      color: #333; }
  .localNav__v3__title.no2 {
    margin-top: 50px;
    margin-top: 5rem; }
  .localNav__v3 li.hasCld {
    position: relative; }
    .localNav__v3 li.hasCld:after {
      display: inline-block;
      font-family: "iconfont";
      content: '\EB15';
      font-size: 14px;
      font-size: 1.4rem;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: middle;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 1.25em;
      right: 1em; }
    .localNav__v3 li.hasCld.active:after {
      display: inline-block;
      font-family: "iconfont";
      content: '\EB13';
      font-size: 14px;
      font-size: 1.4rem;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: middle;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 1.25em;
      right: 1em; }
  .localNav__v3 .localNav__list__v3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700; }
    .localNav__v3 .localNav__list__v3 a {
      color: #333;
      padding: 0 0 0 1em;
      text-decoration: none;
      display: inline-block;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
      .localNav__v3 .localNav__list__v3 a:before {
        color: #0055C4;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
        font-family: "iconfont";
        content: "\EB14";
        display: block;
        position: absolute;
        top: 5px;
        right: auto;
        bottom: auto;
        left: 0;
        transition: all 0.2s ease; }
      .localNav__v3 .localNav__list__v3 a:hover {
        text-decoration: underline; }
        .localNav__v3 .localNav__list__v3 a:hover:before {
          position: absolute;
          top: 5px;
          right: auto;
          bottom: auto;
          left: 2px; }
    .localNav__v3 .localNav__list__v3 *.current {
      border-top: 1px solid #005EB8; }
      .localNav__v3 .localNav__list__v3 *.current a {
        color: #0068b7; }
    .localNav__v3 .localNav__list__v3 .ct2nd:first-child {
      border-top: 1px solid #333; }
    .localNav__v3 .localNav__list__v3 .ct2nd {
      padding: 1em 1em 1em 0;
      border-bottom: 1px dotted #c9c9c9; }
      .localNav__v3 .localNav__list__v3 .ct2nd:hover {
        background: #f7f7f7; }
      .localNav__v3 .localNav__list__v3 .ct2nd.active {
        color: #005EB8; }
        .localNav__v3 .localNav__list__v3 .ct2nd.active a {
          color: #005EB8; }
      .localNav__v3 .localNav__list__v3 .ct2nd.current {
        border-top: 1px solid #0068b7; }
        .localNav__v3 .localNav__list__v3 .ct2nd.current a {
          color: #0068b7; }
    .localNav__v3 .localNav__list__v3 .ct3rdList {
      margin: 0;
      padding: 0; }
      .localNav__v3 .localNav__list__v3 .ct3rdList .active {
        color: #005EB8; }
        .localNav__v3 .localNav__list__v3 .ct3rdList .active a {
          color: #005EB8; }
      .localNav__v3 .localNav__list__v3 .ct3rdList > ul {
        padding: 0 0 0 1em; }
        .localNav__v3 .localNav__list__v3 .ct3rdList > ul li {
          padding: 1em 2em 1em 1em;
          border-bottom: 1px dotted #c9c9c9; }
          .localNav__v3 .localNav__list__v3 .ct3rdList > ul li:hover {
            background: #f7f7f7; }
        .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct {
          margin: 0;
          padding: 0;
          padding: 0 0 0 1em; }
          .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct:hover {
            background: transparent; }
          .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul {
            margin: 0;
            padding: 0;
            list-style: none; }
            .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li {
              margin: 0;
              padding: 0.5em 0 0.5em 1em;
              border-bottom: 1px dotted #c9c9c9; }
              .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li a {
                color: #333;
                font-weight: 400; }
                .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li a:hover:before {
                  top: 50%; }
              .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li.current a {
                color: #005EB8; }
              .localNav__v3 .localNav__list__v3 .ct3rdList > ul .childct > ul li:hover {
                background: #f7f7f7; }

.localNav__v3 .related {
  margin: 50px 0 0 0; }
  .localNav__v3 .related__box {
    border: 1px solid #d9d9d9; }
    .localNav__v3 .related__box__list {
      margin: 0;
      padding: 0;
      padding: 10px;
      border: 8px solid #f1f1f1; }
      .localNav__v3 .related__box__list dt {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        padding: 5px 10px;
        margin: 0 0 5px 0;
        border-bottom: 1px solid #c9c9c9; }
        .localNav__v3 .related__box__list dt > a {
          position: relative;
          padding-left: 1em; }
          .localNav__v3 .related__box__list dt > a:before {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            content: "\EB14";
            display: block;
            color: #0055C4;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1;
            font-family: "iconfont";
            transition: all 0.2s ease; }
          .localNav__v3 .related__box__list dt > a:hover:before {
            left: 2px; }
        .localNav__v3 .related__box__list dt:hover {
          background: transparent; }
      .localNav__v3 .related__box__list dd {
        margin: 0;
        padding: 7px 10px; }
        .localNav__v3 .related__box__list dd:not(:last-child) {
          border-bottom: 1px dotted #c9c9c9; }
  .localNav__v3 .related .linkBtnWhite {
    margin: 0 0 30px 0;
    width: 100%;
    display: block;
    padding: 0; }

.localNav__v3 .kabukaInfo {
  width: 100%;
  text-align: center;
  margin: 30px auto; }
  .localNav__v3 .kabukaInfo p {
    margin: 0;
    padding: 0; }
  .localNav__v3 .kabukaInfo .kabukaImg {
    max-width: 300px;
    display: block;
    margin: 0 auto; }

section.pageContent:after {
  display: none; }

@media screen and (max-width: 600px){
  h2.h2Title{
    width: 97%;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center;
    border-bottom: 1px solid #000000; }
  h3.h3Title{
    font-size: 1.8rem; }
  .tableBlock{
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  table.tblRsv{
    min-width: inherit;
    width: 100%; }
  table.tblRsv tr{
    width: 100%; }
  table.tblRsv tr th{
    display: block;
    width: 100% !important; }
  table.tblRsv tr td{
    display: block;
    border-top: none;
    width: 100% !important; }
  table.tblRsv tr:nth-child(2n) td{
    background: inherit; }
  table.tblRsv2.tdRight td{
    text-align: left; }
  table.tblRsv2{
    min-width: inherit;
    width: 100%;
    border-top: 1px solid #cccccc; }
  table.tblRsv2 thead{
    display: none; }
  table.tblRsv2 tr{
    width: 100%;
    display: block; }
  table.tblRsv2 tr:nth-child(2n) td{
    background: #fff; }
  table.tblRsv2 tr th{
    display: block;
    font-weight: normal;
    border-bottom: none;
    border-top: none;
    padding: 6px 13px; }
  table.tblRsv2 tr th:before{
    content: attr(data-label) " ：";
    float: left;
    font-weight: bold;
    padding: 0 7px 0 0; }
  table.tblRsv2 tr td{
    display: block;
    border-top: none;
    padding: 6px 13px; }
  table.tblRsv2 tr td:before{
    content: attr(data-label) " ：";
    float: left;
    font-weight: bold;
    padding: 0 7px 0 0; }
  ul.photoArea li{
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px auto; }
  ul.photoArea li img{
    max-width: 100%; }
  figure.photoArea img, p.photoArea img{
    max-width: 100%; }
  ul.photoAreali li{
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px auto; }
  ul.photoAreali li img{
    max-width: 100%; }
  .section{
    margin: 0 0 4em 0; }
  .acList dt{
    font-size: 1.4rem; }
  .grayBox__txt{
    width: 100%;
    float: none; }
  .grayBox .linkBtn, .grayBox .linkBtnWhite, .grayBox .linkBtnBlue, .grayBox .mapBtn{
    width: 100%;
    float: none;
    margin: 0; }
  .fBox .indexBox__item__caption p, .fBox-half .indexBox__item__caption p{
    width: 68%; }
  .fBox, .fBox-half{
    -ms-flex-direction: column;
    flex-direction: column; }
  .fBox .fBox__img, .fBox-half .fBox__img{
    width: 100%; }
  .fBox figure, .fBox-half figure{
    width: 100%;
    text-align: center; }
  .fBox figure img, .fBox-half figure img{
    width: auto;
    max-width: 100%; }
  .fBox p, .fBox-half p{
    width: 100%; }
  .fBox .fBox__text, .fBox-half .fBox__text{
    width: 100%; }
  .fBox .mR, .fBox-half .mR{
    margin: 0 0 2rem 0; }
  .searchBox .keyword{
    width: 200px; }
  .gsc-search-box-tools table, .l-header .searchG table, .l-gnav .searchG table{
    min-width: 200px; }
  .l-content .pageArticle .titleArea .pageMainTitle, .l-content .pageArticle .titleArea .pageContent .mainContent .pageTitle, .l-content .pageArticle .pageContent .mainContent .titleArea .pageTitle, .l-content .pageArticle.index2column .pageContent .mainContent .titleArea .pageTitle{
    width: 97%;
    margin: 0 auto;
    font-size: 2.4remz;
    text-align: center;
    border-bottom: 1px solid #000000; }
  .l-content .pageArticle.index2column .titleArea .pageMainTitle, .l-content .pageArticle.index2column .titleArea .pageContent .mainContent .pageTitle, .l-content .pageArticle.index2column .pageContent .mainContent .titleArea .pageTitle{
    width: 97%;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center;
    border-bottom: 1px solid #000000; }
  .l-content .pageArticle.index1column .titleArea .pageMainTitle, .l-content .pageArticle.index1column .titleArea .pageContent .mainContent .pageTitle, .l-content .pageArticle.index1column .pageContent .mainContent .titleArea .pageTitle, .l-content .pageArticle.index2column .pageContent .mainContent .pageArticle.index1column .titleArea .pageTitle{
    width: 97%;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center;
    border-bottom: 1px solid #000000; }
  .l-content .pageArticle.index1column .indexContent__item__title .itemTitle{
    font-size: 1.8rem; }
  .l-content .pageArticle .titleArea .pageMainTitle, .l-content .pageArticle .titleArea .pageContent .mainContent .pageTitle, .l-content .pageArticle .pageContent .mainContent .titleArea .pageTitle, .l-content .pageArticle.index2column .pageContent .mainContent .titleArea .pageTitle{
    margin-bottom: 2rem; }
  .l-content .pageArticle .pageContent .titleArea .pageTitle{
    margin-bottom: 2rem; }
  .l-content .pageArticle.index2column .titleArea .pageMainTitle, .l-content .pageArticle.index2column .titleArea .pageContent .mainContent .pageTitle, .l-content .pageArticle.index2column .pageContent .mainContent .titleArea .pageTitle{
    margin: 0 auto 1em auto; }
  .l-content .pageArticle.index2column .pageContent .mainContent .titleArea .pageTitle{
    margin: 0 0 1em 0; }
  .l-content .pageArticle.index1column .pageTitle .h2Title{
    margin: 0; }
  .l-content .pageArticle.index1column .pageContent{
    padding: 0; }
  .l-content .pageArticle.index1column .pageContent .indexContent{
    -ms-flex-direction: column;
    flex-direction: column; }
  .l-content .pageArticle.index1column .pageContent .indexContent__item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0; }
  .l-content .pageArticle.index1column .pageContent .indexContent__item:nth-child(2n){
    background: #ffffff; }
  .l-content .pageArticle.index1column .pageContent .indexContent__item__img{
    width: 30%;
    min-width: 161px; }
  .l-content .pageArticle.index1column .pageContent .indexContent__item__textArea{
    width: 70%;
    padding: 0 2em; }
  .l-content .pageArticle.index1column .pageContent .indexContent__item__title{
    padding: 4em 0 1em 0; }
  .l-content .pageArticle.index1column .pageContent .indexContent__item__text{
    display: none; }
  .l-content .pageArticle.index1column .pageContent .indexContent__item__btn p{
    border: none;
    padding: 0;
    font-size: 1.8rem;
    text-align: left; }
  .l-content .pageArticle.index1column .pageContent .indexContent__item__btn p:after{
    display: none; }
  .l-content .pageArticle.index1column .pageContent .indexContent__item__btn p:before{
    display: inline-block;
    font-family: "iconfont";
    content: '\EB14';
    font-size: 1.4rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .l-content .pageArticle.index1column .pageContent .noImg.indexContent__item .indexContent__item__textArea{
    width: auto;
    margin: 0 auto; }
  .l-content .pageArticle.index1column .pageContent .noImg.indexContent__item .indexContent__item__title{
    margin: 0 auto; }
  .l-content .pageArticle.index1column .pageContent .noImg.indexContent__item .indexContent__item__btn{
    position: static;
    width: 100%; }
  .l-content .pageArticle.index1column .pageContent .noImg.indexContent__item .indexContent__item__btn p{
    padding-bottom: 40px; } }

@media screen and (max-width: 320px){
  h3.h3Title{
    font-size: 1.4rem; }
  .l-content .pageArticle.index1column .indexContent__item__title .itemTitle{
    font-size: 1.4rem; }
  .l-content .pageArticle.index1column .indexContent__item__img{
    min-width: 140px; }
  .l-content .pageArticle.index1column .indexContent__item__title{
    padding: 2em 0 1em 0; }
  .l-content .pageArticle.index1column .indexContent__item__btn p{
    font-size: 1.4rem; } }

@media screen and (max-width: 768px){
  table.tblRsv{
    min-width: inherit; }
  .br-sp{
    display: none; }
  .slider{
    height: auto;
    margin: 0 0 30px 0; }
  .slider__list{
    background: #ffffff; }
  .slider__list li{
    height: auto; }
  .slider .bx-wrapper{
    margin: 0; }
  .slider .bx-wrapper .bx-controls{
    display: none; }
  .slider .bx-viewport{
    max-height: 392px;
    margin: 0; }
  .slider2{
    height: auto;
    margin: 0 0 30px 0; }
  .slider2__list{
    background: #ffffff; }
  .slider2__list li{
    height: auto; }
  .topicsEdgeList__item:not(:first-child){
    margin-left: 0; }
  .fBox .indexBox__item, .fBox .indexBox__item__photo, .fBox-half .indexBox__item, .fBox-half .indexBox__item__photo{
    width: 48%;
    margin-bottom: 3rem; }
  .searchBox .link a, .searchBox .localNav .related__box__list dd a, .localNav .related__box__list .searchBox dd a, .searchBox .localNav__v3 .related__box__list dd a, .localNav__v3 .related__box__list .searchBox dd a{
    display: inline; }
  .l-container{
    margin: 0; }
  .l-header__utility__item{
    display: inline-block; }
  .l-content .pageArticle .titleArea .pageMainTitle.border, .l-content .pageArticle .titleArea .pageContent .mainContent .border.pageTitle, .l-content .pageArticle .pageContent .mainContent .titleArea .border.pageTitle{
    width: 100%; }
  .l-content .pageArticle .pageContent{
    -ms-flex-direction: column;
    flex-direction: column; }
  .l-content .pageArticle .pageContent{
    padding: 0 10px 0 10px; }
  .l-content .pageArticle .pageContent .mainContent{
    width: 100%; }
  .l-content .pageArticle.index2column .pageContent .mainContent__item, .l-content .pageArticle.index2column .pageContent .mainContent__item__photo, .l-content .pageArticle.index2column .pageContent .mainContent__item__linkBtn{
    width: 48%;
    margin-bottom: 3rem; }
  .l-tool .sns #printBtn{
    display: none; }
  .l-footer{
    margin: 40px 0 0 0; }
  .l-footer__pageTop{
    width: 56px;
    height: auto; }
  .l-footer__toolList__item{
    padding: 0 7px; }
  .l-footer__toolList__item img{
    width: 30px; }
  .l-footer__relatedList{
    display: block;
    width: 96%;
    padding: 0; }
  .l-footer__relatedList__item{
    display: inline-block;
    margin: 0 0 5px 0; }
  .localNav{
    width: 100%;
    margin-top: 5rem;
    border-top: 1px dotted #000000; }
  .localNav__v3{
    width: 100%;
    margin-top: 5rem;
    border-top: 1px dotted #000000; } }

@media screen and (max-width: 1000px){
  .pc-hide{
    display: block !important; }
  .newsList__icon__inner{
    min-width: 130px; }
  .fBox .indexBox__item__photo-third, .fBox-half .indexBox__item__photo-third{
    width: 47.5%; }
  .fBox .indexBox__item__photo-third .indexBox__item__title .itemTitle, .fBox-half .indexBox__item__photo-third .indexBox__item__title .itemTitle{
    font-size: 1.4rem; }
  body:not(.top) .l-container{
    padding: 60px 0 0 0; }
  .l-header{
    width: 100%;
    height: 50px;
    min-height: 50px;
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 9100;
    box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1); }
  .l-header__inner{
    width: 100%;
    height: 100%;
    background: #ffffff; }
  .l-header__inner .l-header__tool, .l-header__inner .l-header__utility{
    display: none; }
  .l-header__logo{
    width: 155px;
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 40px; }
  .l-header__logo a:after{
    position: absolute;
    top: 5px;
    right: 0;
    bottom: auto;
    left: auto; }
  .l-header__content{
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translateX(0); }
  .l-header__tool{
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .l-header__utility{
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .triggerBtn{
    display: block;
    z-index: 9300;
    margin: 0;
    position: fixed;
    top: 15px;
    right: 10px;
    bottom: auto;
    left: auto; }
  .l-gnav{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #bfbfbf; }
  .l-gnav.is-open{
    display: block;
    min-height: 600px;
    z-index: 8000;
    padding: 10px 0 0 0;
    position: absolute;
    top: 50px;
    right: auto;
    bottom: auto;
    left: 0; }
  .l-gnav .l-header__tool, .l-gnav .l-header__utility{
    display: block; }
  .l-gnav__inner{
    height: auto; }
  .l-gnav__parent{
    display: none; }
  .l-gnav__parent > li{
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    border-top: 1px solid #bfbfbf;
    border-right: none;
    background: #ffffff;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .l-gnav__parent > li > a{
    display: block;
    width: 100%;
    height: auto;
    color: #333;
    padding: 10px 15px; }
  .l-gnav__parent > li > a:before{
    color: #306ccb;
    font-family: 'iconfont';
    content: '\EB14';
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .l-gnav__parent > li:hover{
    background: #e3f1f7; }
  .l-gnav__parent > li.menu-home{
    width: 100%; }
  .l-gnav__parent > li.menu-tool{
    display: block;
    padding: 20px 10px; }
  .l-gnav__parent > li.menu-search{
    display: block;
    padding: 10px 15px 20px 15px;
    border-top: none; }
  .l-gnav__parent > li.is-open > a:before{
    transform: rotate(180deg); }
  .l-gnav__child{
    display: none; }
  .l-gnav__child > li{
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    box-sizing: content-box; }
  .l-gnav__child > li:first-child{
    margin: 0;
    border-top: 1px solid #dbdbdb; }
  .l-gnav__child > li:not(:last-child){
    border-bottom: 1px solid #dbdbdb; }
  .l-gnav__child > li a{
    width: 100%;
    color: #333;
    padding: 9px 0 6px 15px; }
  .l-gnav__child > li a:before{
    width: auto;
    height: auto;
    color: #005EB8;
    font-family: 'iconfont';
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    content: '\EB14';
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 15px;
    bottom: auto;
    left: auto; }
  .l-gnav__child > li a:hover{
    background: #ffffff; }
  .l-gnav__child > li a:hover:before{
    color: #005EB8;
    font-family: 'iconfont';
    font-size: 1.3rem;
    content: '\EB14';
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 13px;
    bottom: auto;
    left: auto; }
  .l-gnav__child2{
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 0;
    border-bottom: none; }
  .l-gnav__child2 > li{
    width: 100%;
    float: none;
    border-top: 1px solid #dbdbdb; }
  .l-gnav__child2 > li a{
    padding: 9px 0 9px 30px; }
  .l-gnav__child2 > li a:before{
    color: #005EB8;
    font-family: 'iconfont';
    font-size: 1.3rem;
    content: '\EB14';
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 15px;
    bottom: auto;
    left: auto; }
  .l-gnav__child2 > li a:hover{
    background: #fff; }
  .l-gnav .is-open{
    display: block;
    padding: 0; }
  .l-content{
    padding: 0 10px 50px 10px; }
  .l-tool .breadcrumbs{
    display: none; }
  .l-tool .sns{
    width: 100%; }
  .l-tool .sns a span{
    display: none; }
  .l-tool .sns a:hover span, .l-tool .sns a:focus-visible span{
    display: none; }
  .l-tool .sns #printBtn span{
    display: none; }
  .l-tool .sns #printBtn:hover span{
    display: none; } }

@media screen and (max-width: 480px){
  .sp-hide{
    display: none !important; }
  ul.photoArea{
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
  ul.photoAreali{
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
  .linkBtnBlue a, .mapBtn a{
    width: 100%; }
  .linkBtnList li, .linkBtnBlueList li, .linkBtnWhiteList li{
    width: 100%; }
  .topicsEdgeList__item{
    width: 100%;
    margin: 0 0 10px 0; }
  .topicsEdgeList__item:nth-child(2), .topicsEdgeList__item:nth-child(5){
    margin-left: 0;
    margin-right: 0; }
  .l-header__logo{
    width: 114px;
    position: absolute;
    top: 13px;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  .l-header__logo a{
    padding: 0; }
  .l-header__logo a:after{
    content: ''; }
  .l-content .pageArticle.index1column .indexContent__item__title{
    padding: 3em 0 1em 0; } }

@media screen and (max-width: 1000px) and (min-width: 481px){
  .linkBtnList li, .linkBtnBlueList li, .linkBtnWhiteList li{
    width: 46%; } }

@media screen and (max-width: 768px) and (min-width: 601px){
  .grayBox__txt{
    width: 50%; }
  .grayBox .linkBtn, .grayBox .linkBtnWhite, .grayBox .linkBtnBlue, .grayBox .mapBtn{
    width: 50%; }
  .fBox .indexBox__item__caption p, .fBox-half .indexBox__item__caption p{
    width: 58%; } }

@media (max-width: 768px){
  .slider2 .slick-dots{
    display: none !important; }
  .l-footer__pageTop__txt:before{
    width: 26px; } }

@media screen and (max-width: 768px) and (min-width: 481px){
  .topicsEdgeList__item{
    width: 32.3%;
    margin: 0 0 15px 0; }
  .topicsEdgeList__item:nth-child(2), .topicsEdgeList__item:nth-child(5){
    margin-left: 1.5%;
    margin-right: 1.5%; } }

@media screen and (max-width: 1000px) and (min-width: 769px){
  .fBox .indexBox__item__caption p, .fBox-half .indexBox__item__caption p{
    width: 54%; } }

@media screen and (max-width: 1000px) and (max-width: 600px){
  .fBox .indexBox__item__photo-third, .fBox-half .indexBox__item__photo-third{
    width: 100%; }
  .l-content{
    padding: 0; } }

@media screen and (max-width: 768px) and (max-width: 600px){
  .fBox .indexBox__item, .fBox .indexBox__item__photo, .fBox-half .indexBox__item, .fBox-half .indexBox__item__photo{
    width: 100%;
    margin-bottom: 3rem; }
  .l-content .pageArticle.index2column .pageContent .mainContent__item, .l-content .pageArticle.index2column .pageContent .mainContent__item__photo, .l-content .pageArticle.index2column .pageContent .mainContent__item__linkBtn{
    width: 100%;
    margin-bottom: 3rem; }
  .l-footer{
    margin: 95px 0 0 0; } }

@media screen and (max-width: 600px) and (max-width: 768px){
  .l-content .pageArticle.index1column .pageContent .indexContent__item__title{
    padding: 3em 0 1em 0; }
  .l-content .pageArticle.index1column .pageContent .indexContent__item__btn p{
    font-size: 1.4rem; } }

@media screen and (max-width: 768px) and (max-width: 768px){
  .l-footer{
    margin: 80px 0 0 0; } }

@media screen and (max-width: 910px){
  .localNav__title{
    font-size: 2rem;
    line-height: 2.2; }
  .localNav__title{
    font-size: 2rem;
    line-height: 2.2; } }
