@charset 'utf-8';
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* ----------------------------------------------------------------
    Normalize
----------------------------------------------------------------- */
/* Document
   ========================================================================== */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-size: 1em;
  font-family: monospace, monospace;
}

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'], [type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  font-size: 62.5%;
}

html, body, h1, h2, h3, h4, h5, h6, li {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-size: 1.4em;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

ul, ol {
  list-style-type: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #06c;
  text-decoration: none;
}
a img:not([class*='icon-']) {
  transition: opacity .7s cubic-bezier(.23, 1, .32, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover, a:active, a:focus {
  color: #06c;
  text-decoration: underline;
}
a:hover img:not([class*='icon-']), a:active img:not([class*='icon-']), a:focus img:not([class*='icon-']) {
  opacity: .7;
}

em {
  color: #333;
  font-weight: bold;
  font-style: normal;
}

strong {
  color: #d22626;
  font-weight: bold;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  display: none;
}

p, ul, ol, dl {
  margin: 0 0 20px;
  padding: 0;
}

ul > :last-child, ol > :last-child, dl > :last-child {
  margin-bottom: 0;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
}

blockquote {
  margin: 0;
}

iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
}

button, input, optgroup, select, textarea {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.5;
}

button {
  cursor: pointer;
}

input[type='text'], input[type='search'], input[type='password'] {
  border-radius: 0 !important;

  -webkit-appearance: none;
}

dfn {
  font-style: normal;
}

form {
  margin: 0 0 20px;
}
form > :last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
    clearfix
----------------------------------------------------------------- */
.header-inner::after, .header-link-list::after, .header-btn-list::after, .header-nav-inner::after, .topic-path-inner::after, .footer-inner::after, .footer-link-list::after, .nav-toc > ul::after, .grid::after, .media-lyt::after, .t-nav-panel .nav-media-lyt::after, .content._col2::after, .content-inner::after {
  display: block;
  clear: both;
  content: '';
}

/* ----------------------------------------------------------------
    pseudo element
----------------------------------------------------------------- */
/* block
----------------------------------------------- */
.header-link-list li::before, .header-btn-list li a::before, .header-btn-list .btn-myhulft a::after, .header-menu-btn button::before, .header-menu-btn button::after, .header-menu-btn .header-menu-btn-inner::before, .header-nav-inner > ul::after, .header-nav-inner > ul > li span::before, .local-nav > li > a::before, .local-nav .local-child > li > a::before, .local-nav .local-toggle .toggle-hdg .toggle-hdg-inner::before, .local-nav .local-toggle .toggle-hdg .toggle-hdg-inner::after, .local-nav .local-toggle .toggle-link-list > li > a::before, .footer-link-list li::before, .footer-link-list li::after, .hdg-l1 a::before, .hdg-l2 span::before, .hdg-l2 a span::after, .hdg-l3 a::before, .hdg-l3 a::after, .hdg-l4::before, .list > li::before, .link::before, .link-list > li > a::before, .form-panel-error > .panel-hdg::before, .nav-toc > ul > li > a::before, .nav-top a::before, .nav-top a::after, .nav-page li::before, .panel > .panel-hdg-02::before, .toggle > .toggle-hdg > .toggle-hdg-inner::before, .toggle > .toggle-hdg > .toggle-hdg-inner::after, .toggle > .toggle-hdg > .toggle-hdg-inner > .toggle-hdg-main::before, .uni-toggle > .toggle-hdg > .toggle-hdg-inner::before, .uni-toggle > .toggle-hdg > .toggle-hdg-inner::after, .uni-toggle > .toggle-content > .togg-link-list li a::before, .uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner::before, .uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner::after, .t-hdg-l2._icon::before, .t-hdg-l2._icon-02::before, .t-hdg-l2._icon-03::before, .t-hdg-l2._icon-04::before, .t-hdg-l2._icon-05::before, .t-nav-panel a .nav-hdg::before, .t-panel > .panel-list > li > a::before {
  display: block;
  content: '';
}

/* ----------------------------------------------------------------
    sprite-image load
----------------------------------------------------------------- */
.header-btn-list .btn-myhulft a::after, .form-panel-error > .panel-hdg::before {
  background-image: url(/application/themes/hulfttechsupport/common/images/icon/sprite.png);
}

/* ----------------------------------------------------------------
    Header
----------------------------------------------------------------- */
/* .header
----------------------------------------------- */
.header {
  position: relative;
  padding: 19px 0 58px;
}
@media only screen and (max-width: 900px) {
  .header {
    padding: 9px 0 11px;
    border-bottom: 2px solid #ec6c00;
  }
}

/* .header-inner
----------------------------------------------- */
.header-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 900px;
  text-align: left;
}
@media only screen and (max-width: 860px) {
  .header-inner {
    width: auto;
  }
}
@media only screen and (max-width: 900px) {
  .header-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.header-inner > :last-child {
  margin-bottom: 0;
}

/* .header-logo
----------------------------------------------- */
.header-logo {
  position: relative;
  display: inline-block;
  float: left;
  width: 429px;
  font-size: 12px;
  line-height: 1;
}
.header-logo span {
  display: block;
  margin: 0 0 12px;
  color: #333;
  font-weight: normal;
  font-size: 1.3rem;
}
.header-logo a:hover img, .header-logo a:active img, .header-logo a:focus img {
  opacity: 1;
}
:lang(en) .header-logo, :lang(zh) .header-logo {
  padding-top: 25px;
}
@media only screen and (max-width: 900px) {
  .header-logo {
    width: 244px;
  }
  .header-logo span {
    margin-bottom: 10px;
    font-size: .9rem;
  }
  :lang(en) .header-logo, :lang(zh) .header-logo {
    padding-top: 19px;
  }
}

/* .header-utility
----------------------------------------------- */
.header-utility {
  float: right;
  margin: 0 0 15px;
}
.header-utility > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .header-utility {
    float: none;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    background: #ebebeb;
  }
}

/* .header-link-list
----------------------------------------------- */
.header-link-list li {
  position: relative;
  float: left;
  margin: 0 13px 0 0;
  padding: 0 0 0 15px;
  font-size: 1.2rem;
}
.header-link-list li::before {
  position: absolute;
  top: 5px;
  left: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-link-list li a {
  color: #ec6c00;
}
.header-link-list li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .header-link-list li {
    margin-right: 19px;
  }
  .header-link-list li a {
    color: #333;
  }
}

/* .header-utility-02
----------------------------------------------- */
.header-utility-02 {
  float: right;
  clear: both;
  margin: -27px 0 0;
}
.header-utility-02 > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .header-utility-02 {
    float: none;
    margin: 0;
    padding: 20px 15px;
  }
}

/* .header-btn-list
----------------------------------------------- */
.header-btn-list li {
  float: left;
  margin: 0 12px 0 0;
}
.header-btn-list li a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 1px 8px 1px 22px;
  min-width: 171px;
  border: 2px solid #555;
  background: #fff;
  color: #ec6c00;
  text-align: center;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.header-btn-list li a::before {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-btn-list li a:hover, .header-btn-list li a:active, .header-btn-list li a:focus {
  border-color: #ec6c00;
  text-decoration: none;
}
.header-btn-list li:last-child {
  margin-right: 0;
}
.header-btn-list .btn-myhulft a::after {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -10px 0 0;
  width: 19px;
  height: 19px;
  background-position: -24px 0;
  background-size: 43px auto;
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .header-btn-list {
    margin: -10px 0 0 -2%;
  }
  .header-btn-list li {
    margin: 10px 0 0 2%;
    width: 48%;
    font-size: 1.2rem;
  }
  .header-btn-list li a {
    padding: 7px 10px 7px 25px;
    min-width: auto;
    width: 100%;
    border-width: 1px;
  }
  .header-btn-list li a::before {
    top: 13px;
  }
  .header-btn-list .btn-myhulft a {
    padding-left: 39px;
  }
  .header-btn-list .btn-myhulft a::before {
    display: none;
  }
  .header-btn-list .btn-myhulft a::after {
    opacity: 1;
  }
}

/* ----------------------------------------------------------------
    Header Menu
----------------------------------------------------------------- */
/* .header-menu-btn
----------------------------------------------- */
.header-menu-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  line-height: 1;
}
.header-menu-btn button {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 22px;
  height: 20px;
  border: 0;
  background: transparent;
}
.header-menu-btn button::before, .header-menu-btn button::after {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 4px;
  border-radius: 3px;
  background: #ec6c00;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
}
.header-menu-btn button::before {
  top: 0;
}
.header-menu-btn button::after {
  top: 16px;
}
.header-menu-btn .header-menu-btn-inner {
  position: relative;
  display: block;
  width: 22px;
  height: 20px;
  color: transparent;
}
.header-menu-btn .header-menu-btn-inner::before {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 4px;
  border-radius: 3px;
  background: #ec6c00;
}
.header-menu-btn .header-menu-btn-state {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.is-expand .header-menu-btn button::before {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-expand .header-menu-btn button::after {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is-expand .header-menu-btn .header-menu-btn-inner::before {
  opacity: 0;
}

/* .header-menu-content
----------------------------------------------- */
@media only screen and (max-width: 900px) {
  .header-menu-content {
    position: absolute;
    top: 61px;
    left: 0;
    z-index: 101;
    display: none;
    width: 100%;
    background: #fff;
  }
  .header-menu-content > :last-child {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------
    Header Navigation
----------------------------------------------------------------- */
/* .header-nav
----------------------------------------------- */
.header-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 44px;
  width: 100%;
  background: #ec6c00;
}
.header-nav > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .header-nav {
    position: static;
    min-height: auto;
    background: #fff;
  }
}

/* .header-nav-inner
----------------------------------------------- */
.header-nav-inner {
  margin: 0 auto;
  max-width: 900px;
}
.header-nav-inner > :last-child {
  margin-bottom: 0;
}
.header-nav-inner > ul {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.header-nav-inner > ul::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #ff8d2e;
  background-image: linear-gradient(to right,#ff8d2e 0%, #ff8d2e 50%, #cd5d00 50%, #cd5d00 100%);
}
.header-nav-inner > ul > li {
  display: table-cell;
  width: 100%;
}
.header-nav-inner > ul > li span {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 12px 10px 11px;
  background: #757575;
  color: #fff;
  text-align: center;
}
.header-nav-inner > ul > li span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #979797;
  background-image: linear-gradient(to right,#979797 0%, #979797 50%, #5b5b5b 50%, #5b5b5b 100%);
}
.header-nav-inner > ul > li a {
  display: block;
}
.header-nav-inner > ul > li a span {
  background: #ec6c00;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.header-nav-inner > ul > li a span::before {
  background-color: #ff8d2e;
  background-image: linear-gradient(to right,#ff8d2e 0%, #ff8d2e 50%, #cd5d00 50%, #cd5d00 100%);
}
.header-nav-inner > ul > li a span::after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: none;
  margin: -5px 0 0;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: transparent;
  border-left: transparent;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-nav-inner > ul > li a:hover, .header-nav-inner > ul > li a:active, .header-nav-inner > ul > li a:focus {
  text-decoration: none;
}
.header-nav-inner > ul > li a:hover span, .header-nav-inner > ul > li a:active span, .header-nav-inner > ul > li a:focus span {
  background: #ee8731;
  text-decoration: none;
}
.header-nav-inner > ul > li.is-current a span {
  background: #ee8731;
}
:lang(en) .header-nav-inner > ul {
  font-size: 1.3rem;
}
:lang(en) .header-nav-inner > ul > li span {
  padding: 14px 10px 11px;
}
@media only screen and (max-width: 900px) {
  .header-nav-inner > ul {
    display: block;
  }
  .header-nav-inner > ul::after {
    display: none;
  }
  .header-nav-inner > ul > li {
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 1.2rem;
  }
  .header-nav-inner > ul > li span {
    padding: 11px 34px 10px 15px;
    background: #ebebeb;
    color: #333;
    text-align: left;
  }
  .header-nav-inner > ul > li span::before {
    display: none;
  }
  .header-nav-inner > ul > li a span {
    background: #fff;
    color: #333;
  }
  .header-nav-inner > ul > li a span::after {
    display: block;
  }
  :lang(en) .header-nav-inner > ul {
    font-size: 1.2rem;
  }
  :lang(en) .header-nav-inner > ul > li span {
    padding: 11px 34px 10px 15px;
  }
}

/* ----------------------------------------------------------------
    Topic path
----------------------------------------------------------------- */
/* .topic-path
----------------------------------------------- */
.topic-path {
  padding: 12px 0 18px;
  background: #f5f5f5;
}
@media only screen and (max-width: 900px) {
  .topic-path {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* .topic-path-inner
----------------------------------------------- */
.topic-path-inner {
  margin: 0 auto;
  max-width: 900px;
  font-size: 1rem;
}
.topic-path-inner > li {
  position: relative;
  float: left;
  color: #555;
}
.topic-path-inner > li::before {
  display: inline-block;
  margin: 0 8px;
  color: #333;
  content: '\003e';
}
.topic-path-inner > li:first-child::before {
  display: none;
}
.topic-path-inner > li > a {
  text-decoration: underline;
}
.topic-path-inner > li > a:hover, .topic-path-inner > li > a:active, .topic-path-inner > li > a:focus {
  text-decoration: none;
}

/* ----------------------------------------------------------------
    Local Navication
----------------------------------------------------------------- */
/* .local-nav
----------------------------------------------- */
.local-nav {
  margin: 0 0 20px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ed8a36;
  font-size: 1.2rem;
}
.local-nav a {
  position: relative;
  display: block;
  text-decoration: none;
}
.local-nav li > :last-child {
  margin-bottom: 0;
}
.local-nav > li {
  border-top: 1px solid #ed8a36;
}
.local-nav > li:first-child {
  border-top: none;
}
.local-nav > li > span {
  display: block;
  padding: 9px 17px 7px 15px;
  background: #ec6c00;
  color: #fff;
  font-weight: bold;
}
.local-nav > li > a {
  padding: 9px 17px 7px 36px;
  background: #ec6c00;
  color: #fff;
  font-weight: bold;
}
.local-nav > li > a::before {
  position: absolute;
  top: 1.1em;
  left: 14px;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.local-nav > li > a:hover, .local-nav > li > a:active, .local-nav > li > a:focus {
  text-decoration: underline;
}
.local-nav > li.is-current > a {
  background: #f08933;
}
.local-nav > li.is-current > a:hover, .local-nav > li.is-current > a:active, .local-nav > li.is-current > a:focus {
  text-decoration: none;
}
.local-nav > li.is-current .local-child {
  display: block;
}
.local-nav .local-child {
  display: none;
}
.local-nav .local-child > li {
  border-top: 1px solid #dedede;
}
.local-nav .local-child > li:first-child {
  border-top: none;
}
.local-nav .local-child > li > a {
  padding: 9px 17px 7px 36px;
  background: #fff;
}
.local-nav .local-child > li > a::before {
  position: absolute;
  top: 1.1em;
  left: 14px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.local-nav .local-child > li > a:hover, .local-nav .local-child > li > a:active, .local-nav .local-child > li > a:focus {
  text-decoration: underline;
}
.local-nav .local-child > li.is-current > a {
  background: #f08933;
  color: #fff;
}
.local-nav .local-child > li.is-current > a::before {
  border-color: #fff;
}
.local-nav .local-child > li.is-current > a:hover, .local-nav .local-child > li.is-current > a:active, .local-nav .local-child > li.is-current > a:focus {
  text-decoration: none;
}
.local-nav .local-toggle .toggle-hdg .toggle-hdg-inner {
  position: relative;
  box-sizing: border-box;
  padding: 8px 17px 8px 36px;
  width: 100%;
  border: 0;
  background: #fff;
  text-align: left;
}
.local-nav .local-toggle .toggle-hdg .toggle-hdg-inner::before, .local-nav .local-toggle .toggle-hdg .toggle-hdg-inner::after {
  position: absolute;
  z-index: 2;
  background: #ec6c00;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.local-nav .local-toggle .toggle-hdg .toggle-hdg-inner::before {
  top: 16px;
  left: 15px;
  width: 7px;
  height: 1px;
}
.local-nav .local-toggle .toggle-hdg .toggle-hdg-inner::after {
  top: 13px;
  left: 18px;
  width: 1px;
  height: 7px;
}
.local-nav .local-toggle .toggle-hdg .toggle-hdg-inner > span {
  position: absolute;
  top: 9px;
  left: 11px;
  overflow: hidden;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  color: transparent;
}
.local-nav .local-toggle .toggle-hdg .toggle-hdg-inner:hover, .local-nav .local-toggle .toggle-hdg .toggle-hdg-inner:active, .local-nav .local-toggle .toggle-hdg .toggle-hdg-inner:focus {
  color: #777;
}
.local-nav .local-toggle .toggle-content {
  border-top: 1px solid #dedede;
  background: #fff;
}
.local-nav .local-toggle .toggle-content .toggle-content-inner {
  margin: 0 0 0 9px;
}
.local-nav .local-toggle .toggle-content .toggle-content-inner > :last-child {
  margin-bottom: 0;
}
.local-nav .local-toggle .toggle-link-list > li {
  border-top: 1px solid #dedede;
}
.local-nav .local-toggle .toggle-link-list > li:first-child {
  border-top: none;
}
.local-nav .local-toggle .toggle-link-list > li > a {
  padding: 8px 15px 8px 31px;
  background: #f5f5f5;
}
.local-nav .local-toggle .toggle-link-list > li > a::before {
  position: absolute;
  top: 1.1em;
  left: 12px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.local-nav .local-toggle .toggle-link-list > li > a:hover, .local-nav .local-toggle .toggle-link-list > li > a:active, .local-nav .local-toggle .toggle-link-list > li > a:focus {
  text-decoration: underline;
}
.local-nav .local-toggle .toggle-link-list > li.is-current > a {
  background: #f08933;
  color: #fff;
}
.local-nav .local-toggle .toggle-link-list > li.is-current > a::before {
  border-color: #fff;
}
.local-nav .local-toggle .toggle-link-list > li.is-current > a:hover, .local-nav .local-toggle .toggle-link-list > li.is-current > a:active, .local-nav .local-toggle .toggle-link-list > li.is-current > a:focus {
  text-decoration: none;
}
.local-nav .local-toggle.is-show .toggle-hdg .toggle-hdg-inner::before, .local-nav .local-toggle.is-show .toggle-hdg .toggle-hdg-inner::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.local-nav .local-toggle.is-show .toggle-hdg .toggle-hdg-inner::before {
  opacity: 0;
}
.local-nav .local-toggle.is-current .toggle-hdg .toggle-hdg-inner::before, .local-nav .local-toggle.is-current .toggle-hdg .toggle-hdg-inner::after {
  transition: none;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.local-nav .local-toggle.is-current .toggle-hdg .toggle-hdg-inner::before {
  opacity: 0;
}

/* ----------------------------------------------------------------
    Footer
----------------------------------------------------------------- */
/* .footer
----------------------------------------------- */
.footer {
  padding: 25px 0 13px;
  background: #d7d9d9;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 18px 0;
  }
}

/* .footer-inner
----------------------------------------------- */
.footer-inner {
  margin: 0 auto;
  max-width: 900px;
  text-align: left;
}
@media only screen and (max-width: 860px) {
  .footer-inner {
    width: auto;
  }
}
@media only screen and (max-width: 900px) {
  .footer-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.footer-inner > :last-child {
  margin-bottom: 0;
}

/* .footer-link-list
----------------------------------------------- */
.footer-link-list {
  position: relative;
  margin: 0 0 3px;
  text-align: center;
  letter-spacing: -.4em;
  font-size: 1.2rem;
}
.footer-link-list li {
  position: relative;
  display: inline-block;
  margin: 0 1px;
  padding: 0 10px;
  letter-spacing: normal;
}
.footer-link-list li::before, .footer-link-list li::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #c0c0c0;
}
.footer-link-list li::before {
  left: 0;
}
.footer-link-list li::after {
  right: 0;
}
.footer-link-list li a {
  text-decoration: underline;
}
.footer-link-list li a:hover, .footer-link-list li a:active, .footer-link-list li a:focus {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .footer-link-list {
    margin: -12px 0 15px -8.27586%;
    text-align: left;
  }
  .footer-link-list li {
    display: block;
    float: left;
    margin: 12px 0 0 7.64331%;
    padding: 0;
    width: 42.35669%;
  }
  .footer-link-list li::before, .footer-link-list li::after {
    display: none;
  }
  .footer-link-list li:nth-child(2n+1) {
    clear: both;
  }
}

/* .footer-copyright
----------------------------------------------- */
.footer-copyright {
  color: #333;
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .footer-copyright {
    text-align: left;
    font-size: 1rem;
  }
}

/* ----------------------------------------------------------------
    Headings
----------------------------------------------------------------- */
/* .hdg-l1
----------------------------------------------- */
.hdg-l1 {
  margin: 0 0 20px;
  padding: 21px 13px 18px;
  background: #777;
  color: #fff;
  font-size: 2rem;
}
.hdg-l1 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  color: #fff;
}
.hdg-l1 a::before {
  position: absolute;
  top: .3em;
  left: -5px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .hdg-l1 {
    margin-right: -15px;
    margin-left: -15px;
    font-size: 1.8rem;
  }
}

/* .hdg-l2
----------------------------------------------- */
.hdg-l2 {
  margin: 30px 0 20px;
  padding: 9px 13px;
  background: #777;
  font-size: 1.8rem;
  line-height: 1.1;
}
.hdg-l2 span {
  position: relative;
  display: inline-block;
  padding: 2px 0 0 12px;
  color: #fff;
}
.hdg-l2 span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #fff;
}
.hdg-l2 a {
  display: inline-block;
}
.hdg-l2 a span {
  padding-left: 26px;
}
.hdg-l2 a span::before {
  top: .2em;
  width: 14px;
  height: 14px;
}
.hdg-l2 a span::after {
  position: absolute;
  top: .4em;
  left: 2px;
  width: 6px;
  height: 6px;
  border: 1px solid #777;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hdg-l2 a:hover span, .hdg-l2 a:active span, .hdg-l2 a:focus span {
  text-decoration: underline;
}
.grid-col > .hdg-l2 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .hdg-l2 {
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .hdg-l2 span {
    padding-left: 20px;
  }
  .hdg-l2 span::before {
    left: 5px;
  }
  .hdg-l2 a span {
    padding-left: 20px;
  }
  .hdg-l2 a span::before {
    left: 0;
    width: 12px;
    height: 12px;
  }
  .hdg-l2 a span::after {
    width: 4px;
    height: 4px;
  }
  .grid-col > .hdg-l2 {
    margin-top: 30px;
  }
}

/* .hdg-l3
----------------------------------------------- */
.hdg-l3 {
  margin: 20px 0 15px;
  padding: 0 0 3px;
  border-bottom: 1px solid #999;
  font-size: 1.6rem;
}
.hdg-l3 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 23px;
  color: #333;
}
.hdg-l3 a::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #777;
}
.hdg-l3 a::after {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .hdg-l3 {
    font-size: 1.3rem;
  }
  .hdg-l3 a::before {
    top: 2px;
  }
  .hdg-l3 a::after {
    top: 5px;
  }
}

/* .hdg-l4
----------------------------------------------- */
.hdg-l4 {
  position: relative;
  margin: 25px 0 15px;
  padding: 0 0 0 20px;
  font-size: 1.5rem;
}
.hdg-l4::before {
  position: absolute;
  top: .3em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #ec6c00;
}
@media only screen and (max-width: 767px) {
  .hdg-l4 {
    font-size: 1.2rem;
  }
}

/* .hdg-l5
----------------------------------------------- */
.hdg-l5 {
  margin: 20px 0 15px;
  padding: 3px 10px 2px;
  background: #e9e9e9;
  font-weight: normal;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .hdg-l5 {
    font-size: 1.1rem;
  }
}

/* ----------------------------------------------------------------
    Lists
----------------------------------------------------------------- */
/* .list
----------------------------------------------- */
.list > li {
  position: relative;
  margin: 0 0 7px;
  padding: 0 0 0 16px;
}
.list > li > :last-child {
  margin-bottom: 0;
}
.list > li::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #777;
}
.list > li:last-child {
  margin-bottom: 0;
}
.list > li p, .list > li ul, .list > li ol {
  margin: 7px 0 0 0;
}

/* .list-number
----------------------------------------------- */
.list-number > li {
  display: table;
  margin: 0 0 7px;
}
.list-number > li:last-child {
  margin-bottom: 0;
}
.list-number > li > .list-num, .list-number > li > .list-body {
  display: table-cell;
  vertical-align: top;
}
.list-number > li > .list-num {
  position: relative;
  padding: 0 10px 0 0;
  min-width: 2em;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}
.list-number > li > .list-num::after {
  content: '\002E';
}
.list-number > li > .list-body > :last-child {
  margin-bottom: 0;
}
.list-number > li > .list-body p, .list-number > li > .list-body ul, .list-number > li > .list-body ol {
  margin-bottom: 7px;
}
.list-number > li > .list-body .list-number > li > .list-num {
  font-weight: normal;
}

/* .list-note
----------------------------------------------- */
.list-note > li {
  display: table;
  margin: 0 0 8px;
}
.list-note > li:last-child {
  margin-bottom: 0;
}
.list-note > li > .list-mark, .list-note > li > .list-body {
  display: table-cell;
  vertical-align: top;
}
.list-note > li > .list-mark {
  padding: 0 10px 0 0;
  white-space: nowrap;
}
.list-note > li > .list-body > :last-child {
  margin-bottom: 0;
}
.list-note > li > .list-body p, .list-note > li > .list-body ul, .list-note > li > .list-body ol {
  margin-bottom: 8px;
}

/* .list-desc
----------------------------------------------- */
.list-desc dt {
  margin: 20px 0 6px;
  font-weight: bold;
  font-size: 1.5rem;
}
.list-desc dt:first-child {
  margin-top: 0;
}
.list-desc dd > :last-child {
  margin-bottom: 0;
}
.list-desc dd p, .list-desc dd ul, .list-desc dd ol, .list-desc dd dl, .list-desc dd .media {
  margin-bottom: 15px;
}

/* .list-info
----------------------------------------------- */
.list-info {
  border-top: 1px solid #e7e7e7;
}
.list-info > li {
  display: table;
  padding: 11px 0 10px;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.list-info > li > :last-child {
  margin-bottom: 0;
}
.list-info > li > * {
  display: table-cell;
  vertical-align: top;
}
.list-info > li .list-date {
  padding: 0 13px 0 0;
  width: 7em;
}
.list-info > li .list-label {
  padding: 0 24px 0 0;
  width: 8em;
}
.list-info > li .list-label > span {
  display: inline-block;
  padding: 2px 10px 1px;
  min-width: 92px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.list-info > li .list-label > span._important {
  background: #dd1717;
}
.list-info > li .list-label > span._product, .list-info > li .list-label > span._release {
  background: #0151af;
}
.list-info > li .list-label > span._seminar {
  background: #ed6d00;
}
.list-info > li .list-label > span._case {
  background: #2785e5;
}
.list-info > li .list-label > span._other {
  background: #4bad4f;
}
:lang(en) .list-info > li .list-date {
  padding-right: 10px;
  width: 8em;
}
@media only screen and (max-width: 767px) {
  .list-info {
    border-top: none;
  }
  .list-info > li {
    display: block;
    margin: 0 0 7px 0;
    padding: 0 0 7px;
  }
  .list-info > li > * {
    display: block;
  }
  .list-info > li .list-date {
    padding: 0;
    width: auto;
  }
  .list-info > li .list-label {
    margin: 7px 0 0;
    padding: 0;
  }
  .list-info > li p {
    margin: 7px 0 0;
  }
  :lang(en) .list-info > li .list-date {
    padding: 0;
    width: auto;
  }
}

/* ----------------------------------------------------------------
    Tables
----------------------------------------------------------------- */
/* .tbl
----------------------------------------------- */
.tbl {
  margin: 0 0 20px;
  width: 100%;
  border: 1px solid #c5c5c5;
}
.tbl caption {
  margin: 0 0 9px;
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
}
.tbl th, .tbl td {
  padding: 8px 15px;
  border: 1px solid #c5c5c5;
  font-size: 1.2rem;
}
.tbl th > :last-child, .tbl td > :last-child {
  margin-bottom: 0;
}
.tbl th p, .tbl th ul, .tbl th ol, .tbl th dl, .tbl td p, .tbl td ul, .tbl td ol, .tbl td dl {
  margin-bottom: 15px;
}
.tbl th .list-desc dt, .tbl td .list-desc dt {
  margin-top: 15px;
  font-size: 1.2rem;
}
.tbl th .list-desc dt:first-child, .tbl td .list-desc dt:first-child {
  margin-top: 0;
}
.tbl thead th, .tbl thead td {
  background: #efede9;
  text-align: center;
}
.tbl tbody th {
  background: #efede9;
}
.tbl tbody td {
  background: #fff;
}

/* .tbl-lyt-scroll
----------------------------------------------- */
.tbl-lyt-scroll {
  margin: 0 0 20px;
}
.tbl-lyt-scroll > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .tbl-lyt-scroll {
    position: relative;
    overflow-x: auto;
  }
  .tbl-lyt-scroll::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    border-radius: 3px;
    background: #f5f5f5;
  }
  .tbl-lyt-scroll::-webkit-scrollbar:horizontal {
    height: 5px;
  }
  .tbl-lyt-scroll::-webkit-scrollbar-button {
    display: none;
  }
  .tbl-lyt-scroll::-webkit-scrollbar-piece, .tbl-lyt-scroll::-webkit-scrollbar-piece:start {
    background: #f5f5f5;
  }
  .tbl-lyt-scroll::-webkit-scrollbar-thumb, .tbl-lyt-scroll::-webkit-scrollbar-corner {
    overflow: hidden;
    border-radius: 3px;
    background: #d7d9d9;
  }
  .tbl-lyt-scroll .tbl {
    width: 670px;
  }
}
@media only screen and (max-width: 767px) {
  .tbl-lyt-scroll .tbl {
    width: 767px;
  }
}

/* ----------------------------------------------------------------
    Links
----------------------------------------------------------------- */
/* .link
----------------------------------------------- */
.link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  text-decoration: none;
}
.link::before {
  position: absolute;
  top: 6px;
  left: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .link-list
----------------------------------------------- */
.link-list > li {
  margin: 0 0 7px;
}
.link-list > li > :last-child {
  margin-bottom: 0;
}
.link-list > li > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
}
.link-list > li > a::before {
  position: absolute;
  top: .5em;
  left: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-list > li:last-child {
  margin-bottom: 0;
}
.link-list > li ul, .link-list > li ol {
  margin: 7px 0 0 16px;
}

/* ----------------------------------------------------------------
    Icons
----------------------------------------------------------------- */
/* .icon-pdf, .icon-doc, .icon-xls, .icon-blank
----------------------------------------------- */
.icon-pdf, .icon-doc, .icon-xls, .icon-blank {
  position: relative;
  top: -5px;
  margin: 0 4px 0 2px;
}
.footer-link-list .icon-pdf, .footer-link-list .icon-doc, .footer-link-list .icon-xls, .footer-link-list .icon-blank {
  top: -3px;
}
.t-nav-panel .nav-hdg .icon-pdf, .t-nav-panel .nav-hdg .icon-doc, .t-nav-panel .nav-hdg .icon-xls, .t-nav-panel .nav-hdg .icon-blank {
  top: -7px;
}
@media only screen and (max-width: 900px) {
  .header-btn-list .icon-pdf, .header-btn-list .icon-doc, .header-btn-list .icon-xls, .header-btn-list .icon-blank {
    top: -3px;
  }
  .t-nav-panel .nav-hdg .icon-pdf, .t-nav-panel .nav-hdg .icon-doc, .t-nav-panel .nav-hdg .icon-xls, .t-nav-panel .nav-hdg .icon-blank {
    top: -9px;
  }
}

/* .icon-zip
----------------------------------------------- */
.icon-zip {
  position: relative;
  top: -3px;
  margin: 0 4px 0 2px;
}

/* .icon-new
----------------------------------------------- */
.icon-new {
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 2px 5px;
  background: #ec6c00;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
}

/* ----------------------------------------------------------------
    Forms
----------------------------------------------------------------- */
/* .form-txt
----------------------------------------------- */
.form-txt {
  box-sizing: border-box;
  padding: 4px 10px 3px;
  max-width: 260px;
  width: 100%;
  border: 1px solid #cbc;
}
.form-txt.is-error {
  background: #f3cbcb;
}
@media only screen and (max-width: 767px) {
  .form-txt {
    padding: 5px 10px;
    max-width: none;
    width: 100%;
  }
}

/* .form-txt-require
----------------------------------------------- */
.form-txt-require {
  color: #c30000;
  font-weight: bold;
}

/* .form-panel-error
----------------------------------------------- */
.form-panel-error {
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #ffffcb;
}
.form-panel-error > :last-child {
  margin-bottom: 0;
}
.form-panel-error > .panel-hdg {
  position: relative;
  margin: 0 0 10px;
  padding: 1px 0 1px 30px;
  color: #c30000;
  font-weight: bold;
  font-size: 1.4rem;
}
.form-panel-error > .panel-hdg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-position: 0 0;
  background-size: 43px auto;
}
.form-panel-error .panel-list {
  color: #c30000;
}
.form-panel-error .panel-list strong {
  font-weight: normal;
}
.t-secondary-inner .form-panel-error {
  padding: 10px;
}

/* ----------------------------------------------------------------
    Buttons
----------------------------------------------------------------- */
/* .btn
----------------------------------------------- */
.btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 10px;
  border: 1px solid #777;
  border-radius: 3px;
  background-color: #fff;
  background-image: linear-gradient(to bottom,#fff 0%, #f3f3f3 100%);
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: all .7s cubic-bezier(.23, 1, .32, 1);
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #fff;
  background-image: linear-gradient(to top,#fff 0%, #f3f3f3 100%);
  color: #333;
  text-decoration: none;
}
.btn.is-disabled, .btn:disabled {
  border-color: #e7e7e7;
  background: #e7e7e7;
  color: #777;
  cursor: default;
}
.content-primary .btn {
  min-width: 230px;
}
.content-secondary .btn {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .content-primary .btn {
    min-width: auto;
    width: 100%;
  }
}

/* .btn-02
----------------------------------------------- */
.btn-02 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 2px solid #555;
  background: #fff;
  color: #005cce;
  text-align: center;
  text-decoration: none;
  transition: all .7s cubic-bezier(.23, 1, .32, 1);
}
.btn-02:hover, .btn-02:active, .btn-02:focus {
  border-color: #ec6c00;
  color: #ec6c00;
  text-decoration: none;
}
.btn-02.is-disabled, .btn-02:disabled {
  border-color: #e7e7e7;
  background: #e7e7e7;
  color: #777;
  cursor: default;
}
.content-primary .btn-02 {
  min-width: 230px;
}
.content-secondary .btn-02 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .content-primary .btn-02 {
    min-width: auto;
    width: 100%;
  }
}

/* .btn-list
----------------------------------------------- */
.btn-list {
  text-align: center;
  letter-spacing: -.4em;
}
.btn-list > li {
  display: inline-block;
  margin: 0 30px;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .btn-list {
    text-align: left;
  }
  .btn-list > li {
    display: block;
    margin: 0 0 10px;
  }
}

/* ----------------------------------------------------------------
    Navigations
----------------------------------------------------------------- */
/* .nav-toc
----------------------------------------------- */
.nav-toc {
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 15px;
  border: 2px solid #cbcccc;
  background: #fff;
}
.nav-toc > ul {
  margin: -15px 0 0 -2.1875%;
}
.nav-toc > ul > li {
  position: relative;
  float: left;
  margin: 15px 0 0 2.14067%;
  width: 47.70642%;
}
.nav-toc > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 14px;
}
.nav-toc > ul > li > a::before {
  position: absolute;
  top: .5em;
  left: 0;
  border-top: 6px solid #ec6c00;
  border-right: 3px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 3px solid transparent;
}
@media only screen and (max-width: 767px) {
  .nav-toc > ul {
    margin-left: 0;
  }
  .nav-toc > ul > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

/* .nav-top
----------------------------------------------- */
.nav-top {
  text-align: right;
}
.nav-top a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
}
.nav-top a::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: #ec6c00;
}
.nav-top a::after {
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -6px;
  border-top: 4px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid #fff;
  border-left: 3px solid transparent;
}

/* .nav-page
----------------------------------------------- */
.nav-page {
  margin-top: -10px;
  text-align: right;
  letter-spacing: -.4em;
}
.nav-page li {
  position: relative;
  display: inline-block;
  margin: 10px 0 0 20px;
  padding: 0 22px 0 0;
  letter-spacing: normal;
}
.nav-page li::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 16px;
  background: #d7d9d9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-page li:first-child {
  margin-left: 0;
}
.nav-page li:last-child {
  padding-right: 0;
}
.nav-page li:last-child::before {
  display: none;
}
.nav-page li.is-current a {
  color: #333;
}

/* ----------------------------------------------------------------
    Grid
----------------------------------------------------------------- */
/* .grid-col[data-col="2"]
----------------------------------------------- */
.grid[data-col='2'] {
  margin-left: -3.33333%;
}
.grid[data-col='2'] > .grid-col {
  margin-left: 3.22581%;
  width: 46.77419%;
}
.grid[data-col='2'] > .grid-col:nth-child(2n+1) {
  clear: both;
}
.content._col2 .grid[data-col='2'] {
  /* サイドナビありのパターン */
  margin-left: -2.08955%;
}
.content._col2 .grid[data-col='2'] > .grid-col {
  margin-left: 2.04678%;
  width: 47.95322%;
}
.content._top .grid[data-col='2'] {
  /* サイトトップパターン */
  margin-left: -2.26537%;
}
.content._top .grid[data-col='2'] > .grid-col {
  margin-left: 2.21519%;
  width: 47.78481%;
}

/* .grid
----------------------------------------------- */
.grid {
  margin-top: -20px;
  margin-bottom: 20px;
}
.grid > .grid-col {
  float: left;
  margin-top: 20px;
}
.grid > .grid-col > :last-child {
  margin-bottom: 0;
}
.grid.link-list {
  margin-top: -7px;
}
.grid.link-list > .grid-col {
  margin-top: 7px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .grid[data-break='true'] {
    margin-top: 0 !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  .grid[data-break='true'] > .grid-col {
    float: none !important;
    margin-top: 0 !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
    width: auto !important;
  }
  .grid[data-break='true'] > .grid-col:last-child {
    margin-bottom: 0;
  }
  .grid[data-break='true'].link-list > .grid-col {
    margin-bottom: 7px;
  }
  .grid[data-break='true'].link-list > .grid-col:last-child {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------
    Panels
----------------------------------------------------------------- */
/* .panel
----------------------------------------------- */
.panel {
  margin: 0 0 20px;
  padding: 20px 13px;
  background: #fff;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel > .panel-hdg {
  margin: 0 0 10px;
  padding: 0 0 6px;
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.5rem;
  line-height: 1.2;
}
.panel > .panel-hdg-02 {
  position: relative;
  margin: 0 0 15px;
  padding: 2px 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.panel > .panel-hdg-02::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ec6c00;
}
.panel p, .panel ul, .panel ol {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .panel > .panel-hdg {
    font-size: 1.3rem;
  }
  .panel > .panel-hdg-02 {
    font-size: 1.2rem;
  }
}

/* .panel-plugin
----------------------------------------------- */
.panel-plugin {
  display: table;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 14px;
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #f5f5f5;
  box-shadow: inset 1px 1px #c5c5c5, inset -1px -1px #c5c5c5;
}
.panel-plugin .panel-col, .panel-plugin .panel-col-02 {
  display: table-cell;
  vertical-align: middle;
}
.panel-plugin .panel-col {
  padding: 0 14px 0 0;
}
.panel-plugin .panel-col img {
  max-width: inherit;
}
.panel-plugin .panel-col-02 {
  width: 100%;
}
.panel-plugin .panel-col-02 > :last-child {
  margin-bottom: 0;
}
.panel-plugin + .panel-plugin {
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .panel-plugin {
    display: block;
  }
  .panel-plugin .panel-col, .panel-plugin .panel-col-02 {
    display: block;
  }
  .panel-plugin .panel-col {
    padding: 0;
    text-align: center;
  }
  .panel-plugin .panel-col img {
    max-width: 100%;
  }
  .panel-plugin .panel-col-02 {
    margin: 10px 0 0;
  }
}

/* ----------------------------------------------------------------
    Media
----------------------------------------------------------------- */
/* .media
----------------------------------------------- */
.media {
  margin: 0 0 20px;
}
.media > .media-item {
  margin: 0;
}

/* .media-item
----------------------------------------------- */
.media-item {
  text-align: center;
}

/* .media-caption
----------------------------------------------- */
.media-caption {
  display: block;
  margin: 10px 0 0;
  font-size: 1.2rem;
}

/* .media-lyt
----------------------------------------------- */
.media-lyt {
  margin: 0 0 20px;
}
.media-lyt > .media-item {
  margin: 0;
}
.media-lyt > .media-col {
  overflow: hidden;
}
.media-lyt > .media-col > :last-child {
  margin-bottom: 0;
}
.media-lyt._left > .media-item {
  float: left;
  margin-right: 20px;
}
.media-lyt._right > .media-item {
  float: right;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .media-lyt._left > .media-item, .media-lyt._right > .media-item {
    float: none;
    margin: 0 0 20px;
  }
}

/* ----------------------------------------------------------------
    Layout
----------------------------------------------------------------- */
/* .lyt-mailmagazine, .lyt-news
----------------------------------------------- */
.lyt-mailmagazine, .lyt-news {
  overflow: hidden;
  margin: 0 0 20px;
}
.lyt-mailmagazine > pre, .lyt-news > pre {
  overflow: auto;
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

/* ----------------------------------------------------------------
    Function (JavaScript)
----------------------------------------------------------------- */
/* .fn-toggle-menu
----------------------------------------------- */
.fn-toggle-menu .fn-toggle-menu-hook {
  display: none;
  overflow: hidden;
}
.fn-toggle-menu .fn-toggle-menu-content {
  display: block;
  overflow: visible;
}
@media only screen and (max-width: 900px) {
  .fn-toggle-menu .fn-toggle-menu-hook {
    display: block;
    overflow: hidden;
  }
  .fn-toggle-menu .fn-toggle-state {
    display: none;
  }
  .fn-toggle-menu .fn-toggle-menu-content {
    display: none;
    overflow: visible;
  }
  .fn-toggle-menu .fn-toggle-menu-content.is-animate {
    display: block;
    opacity: 0;
    transition: all .7s cubic-bezier(.23, 1, .32, 1);
  }
  .fn-toggle-menu.is-expand .fn-toggle-menu-content {
    display: block;
    opacity: 1;
  }
}

/* .fn-toggle
----------------------------------------------- */
.fn-toggle .fn-toggle-content {
  display: none;
  opacity: 0;
}
.fn-toggle.is-show .fn-toggle-content {
  display: block;
  opacity: 1;
}
.fn-toggle.is-current .fn-toggle-content {
  display: block;
  opacity: 1;
}

/* JavaScript Off
----------------------------------------------- */
.no-js .fn-toggle .fn-toggle-content {
  display: block;
  opacity: 1;
}
.no-js .fn-toggle-menu .fn-toggle-menu-hook, .no-js .fn-toggle-menu .fn-toggle-content {
  display: none;
}

/* ----------------------------------------------------------------
    Toggle
----------------------------------------------------------------- */
/* .toggle
----------------------------------------------- */
.toggle {
  margin: 0 0 20px;
}
.toggle > .toggle-hdg > .toggle-hdg-inner {
  position: relative;
  box-sizing: border-box;
  padding: 9px 43px 9px 13px;
  width: 100%;
  border: 0;
  background: #777;
  color: #fff;
  text-align: left;
  line-height: 1.1;
}
.toggle > .toggle-hdg > .toggle-hdg-inner::before, .toggle > .toggle-hdg > .toggle-hdg-inner::after {
  position: absolute;
  top: 50%;
  z-index: 2;
  background: #fff;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.toggle > .toggle-hdg > .toggle-hdg-inner::before {
  right: 10px;
  margin: -1px 0 0;
  width: 14px;
  height: 2px;
}
.toggle > .toggle-hdg > .toggle-hdg-inner::after {
  right: 16px;
  margin: -7px 0 0;
  width: 2px;
  height: 14px;
}
.toggle > .toggle-hdg > .toggle-hdg-inner > .toggle-hdg-main {
  position: relative;
  display: inline-block;
  padding: 1px 0 0 12px;
  word-break: break-all;
  font-weight: bold;
  font-size: 1.8rem;
}
.toggle > .toggle-hdg > .toggle-hdg-inner > .toggle-hdg-main::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #fff;
}
.toggle > .toggle-hdg > .toggle-hdg-inner > .fn-toggle-state {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 34px;
  height: 100%;
  background: #898989;
  color: transparent;
  font-weight: normal;
  font-size: 10px;
}
.toggle > .toggle-content > .toggle-inner {
  margin: 15px 0 0;
}
.toggle > .toggle-content > .toggle-inner > :last-child {
  margin-bottom: 0;
}
.toggle.is-show > .toggle-hdg > .toggle-hdg-inner::before, .toggle.is-show > .toggle-hdg > .toggle-hdg-inner::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.toggle.is-show > .toggle-hdg > .toggle-hdg-inner::before {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .toggle > .toggle-hdg {
    margin: 0 -15px;
  }
  .toggle > .toggle-hdg > .toggle-hdg-inner {
    padding-right: 46px;
    padding-left: 20px;
  }
  .toggle > .toggle-hdg > .toggle-hdg-inner > .toggle-hdg-main {
    padding: 2px 0 0 15px;
    font-size: 1.4rem;
  }
}

/* ----------------------------------------------------------------
    Overlay
----------------------------------------------------------------- */
/* .overlay
----------------------------------------------- */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, .2);
}
.overlay.is-overlay-animate {
  display: block;
  opacity: 0;
  transition: opacity .7s cubic-bezier(.23, 1, .32, 1);
}
.overlay.is-overlay-render {
  display: block;
  opacity: 1;
}

/* ----------------------------------------------------------------
    Uniques
----------------------------------------------------------------- */
/* .uni-toggle
----------------------------------------------- */
.uni-toggle {
  margin: 0 0 20px;
}
.uni-toggle > .toggle-hdg > .toggle-hdg-inner {
  position: relative;
  box-sizing: border-box;
  padding: 11px 51px 10px 22px;
  width: 100%;
  border: 0;
  background: #dcdcdc;
  text-align: left;
  word-break: break-all;
  font-weight: bold;
  font-size: 1.6rem;
}
.uni-toggle > .toggle-hdg > .toggle-hdg-inner::before, .uni-toggle > .toggle-hdg > .toggle-hdg-inner::after {
  position: absolute;
  z-index: 2;
  background: #fff;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.uni-toggle > .toggle-hdg > .toggle-hdg-inner::before {
  top: 21px;
  right: 20px;
  width: 10px;
  height: 2px;
}
.uni-toggle > .toggle-hdg > .toggle-hdg-inner::after {
  top: 17px;
  right: 24px;
  width: 2px;
  height: 10px;
}
.uni-toggle > .toggle-hdg > .toggle-hdg-inner > span {
  position: absolute;
  top: 13px;
  right: 16px;
  overflow: hidden;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #777;
  color: transparent;
  font-weight: normal;
  font-size: 10px;
}
.uni-toggle > .toggle-content > :last-child {
  margin-bottom: 0;
}
.uni-toggle > .toggle-content > .togg-link-list {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #dcdcdc;
}
.uni-toggle > .toggle-content > .togg-link-list li {
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
}
.uni-toggle > .toggle-content > .togg-link-list li span {
  display: block;
  padding: 11px 23px 11px 38px;
}
.uni-toggle > .toggle-content > .togg-link-list li a {
  position: relative;
  display: block;
  padding: 11px 23px 11px 38px;
}
.uni-toggle > .toggle-content > .togg-link-list li a::before {
  position: absolute;
  top: 1.2em;
  left: 20px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.uni-toggle.is-show > .toggle-hdg > .toggle-hdg-inner::before, .uni-toggle.is-show > .toggle-hdg > .toggle-hdg-inner::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.uni-toggle.is-show > .toggle-hdg > .toggle-hdg-inner::before {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .uni-toggle > .toggle-hdg > .toggle-hdg-inner {
    font-size: 1.4rem;
  }
}

/* .uni-toggle-02
----------------------------------------------- */
.uni-toggle-02 {
  margin: 0 0 20px;
}
.uni-toggle-02 + .uni-toggle-02 {
  margin-top: -16px;
}
.uni-toggle-02 .toggle-mark {
  position: absolute;
  display: block;
  box-sizing: border-box;
  min-width: 32px;
  min-height: 32px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner {
  position: relative;
  box-sizing: border-box;
  padding: 24px 78px 24px 82px;
  min-height: 80px;
  width: 100%;
  border: 0;
  background: #fff;
  color: #006ccc;
  text-align: left;
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
}
.uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner::before, .uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner::after {
  position: absolute;
  z-index: 2;
  background: #fff;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner::before {
  top: 37px;
  right: 37px;
  width: 14px;
  height: 2px;
}
.uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner::after {
  top: 31px;
  right: 43px;
  width: 2px;
  height: 14px;
}
.uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner > .fn-toggle-state {
  position: absolute;
  top: 24px;
  right: 30px;
  overflow: hidden;
  width: 28px;
  height: 28px;
  background: #959595;
  color: transparent;
  font-size: 10px;
}
.uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner > .toggle-mark {
  top: 24px;
  left: 30px;
  padding: 2px 5px;
  background: #ec6c00;
}
.uni-toggle-02 > .toggle-content > .toggle-inner {
  padding: 0 30px;
  background: #fff;
}
.uni-toggle-02 > .toggle-content > .toggle-inner > .toggle-body {
  position: relative;
  padding: 28px 0 20px 50px;
  border-top: 1px solid #ebecec;
}
.uni-toggle-02 > .toggle-content > .toggle-inner > .toggle-body > :last-child {
  margin-bottom: 0;
}
.uni-toggle-02 > .toggle-content > .toggle-inner > .toggle-body > .toggle-mark {
  top: 20px;
  left: 0;
  padding: 3px 5px;
  background: #1f95f1;
}
.uni-toggle-02 > .toggle-content .toggle-hdg-02 {
  margin: 0 0 15px;
  padding: 0 0 3px;
  border-bottom: 1px solid #999;
  font-size: 1.6rem;
}
.uni-toggle-02.is-show > .toggle-hdg > .toggle-hdg-inner::before, .uni-toggle-02.is-show > .toggle-hdg > .toggle-hdg-inner::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.uni-toggle-02.is-show > .toggle-hdg > .toggle-hdg-inner::before {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .uni-toggle-02 .toggle-mark {
    min-width: 20px;
    min-height: 20px;
    font-size: 1.2rem;
  }
  .uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner {
    padding: 14px 46px 14px 50px;
    min-height: 50px;
    font-size: 1.2rem;
  }
  .uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner::before {
    top: 24px;
    right: 18px;
    width: 10px;
  }
  .uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner::after {
    top: 20px;
    right: 22px;
    height: 10px;
  }
  .uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner > .fn-toggle-state {
    top: 17px;
    right: 15px;
    width: 16px;
    height: 16px;
  }
  .uni-toggle-02 > .toggle-hdg > .toggle-hdg-inner > .toggle-mark {
    top: 15px;
    left: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .uni-toggle-02 > .toggle-content > .toggle-inner {
    padding: 0 15px;
  }
  .uni-toggle-02 > .toggle-content > .toggle-inner > .toggle-body {
    padding: 14px 0 14px 31px;
  }
  .uni-toggle-02 > .toggle-content > .toggle-inner > .toggle-body > .toggle-mark {
    top: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .uni-toggle-02 > .toggle-content .toggle-hdg-02 {
    font-size: 1.3rem;
  }
}

/* .uni-form-tbl
----------------------------------------------- */
.uni-form-tbl {
  margin: -20px 0 20px;
  width: 100%;
}
.uni-form-tbl tbody th, .uni-form-tbl tbody td {
  padding: 20px 0;
  border-bottom: 1px solid #d7d9d9;
}
.uni-form-tbl tbody th {
  padding-right: 15px;
  font-size: 1.5rem;
}
.uni-form-tbl .form-txt-note {
  display: inline-block;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 900px) {
  .uni-form-tbl .form-txt-note {
    display: block;
    margin: 8px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .uni-form-tbl {
    margin-top: 0;
  }
  .uni-form-tbl tbody tr, .uni-form-tbl tbody th, .uni-form-tbl tbody td {
    display: block;
  }
  .uni-form-tbl tbody th, .uni-form-tbl tbody td {
    padding: 0;
    border: none;
  }
  .uni-form-tbl tbody th {
    margin: 0 0 5px 0;
    font-size: 1.4rem;
  }
  .uni-form-tbl tbody td {
    margin: 0 0 23px 0;
  }
  .uni-form-tbl tbody tr:last-child > :last-child {
    margin-bottom: 0;
  }
  .uni-form-tbl .form-txt-note {
    margin: 8px 0 0;
  }
}

/* ----------------------------------------------------------------
    Top
----------------------------------------------------------------- */
/* .content._top
----------------------------------------------- */
.content._top .content-primary {
  float: right;
  width: 71.58889%;
}
.content._top .content-secondary {
  float: left;
  width: 27.5%;
}
@media only screen and (max-width: 767px) {
  .content._top {
    padding: 0;
  }
  .content._top .content-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    padding-left: 0;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content._top .content-primary, .content._top .content-secondary {
    float: none;
    width: 100%;
  }
  .content._top .content-primary {
    -ms-flex-order: 2;

    -webkit-order: 2;
    order: 2;
  }
  .content._top .content-secondary {
    -ms-flex-order: 1;

    -webkit-order: 1;
    order: 1;
  }
}

/* .t-primary-inner
----------------------------------------------- */
.t-primary-inner {
  box-sizing: border-box;
  padding: 14px 18px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
}
.t-primary-inner > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .t-primary-inner {
    padding: 30px 15px;
    border: 0;
  }
}

/* .t-secondary-inner
----------------------------------------------- */
.t-secondary-inner {
  padding: 14px 12px;
  background: #e8e8e8;
  font-size: 1.2rem;
}
.t-secondary-inner > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .t-secondary-inner {
    padding: 14px 15px 20px;
  }
  .t-secondary-inner .list-note li {
    font-size: 1rem;
  }
}

/* .t-hdg-l1
----------------------------------------------- */
.t-hdg-l1 {
  margin: 0 0 14px;
}
.t-hdg-l1 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .t-hdg-l1 {
    display: none;
  }
}

/* .t-hdg-l2
----------------------------------------------- */
.t-hdg-l2 {
  position: relative;
  margin: 30px 0 20px;
  padding: 8px 7px 2px;
  min-height: 27px;
  background: #777;
  color: #fff;
  font-size: 1.6rem;
}
.t-hdg-l2._icon, .t-hdg-l2._icon-02, .t-hdg-l2._icon-03, .t-hdg-l2._icon-04, .t-hdg-l2._icon-05 {
  padding-left: 43px;
}
.t-hdg-l2._icon::before, .t-hdg-l2._icon-02::before, .t-hdg-l2._icon-03::before, .t-hdg-l2._icon-04::before, .t-hdg-l2._icon-05::before {
  position: absolute;
  top: 5px;
  left: 7px;
  width: 27px;
  height: 27px;
  background: url(/application/themes/hulfttechsupport/images/index-icon-sprite.png);
  background-size: 135px auto;
}
.t-hdg-l2._icon::before {
  background-position: 0 0;
}
.t-hdg-l2._icon-02::before {
  background-position: -27px 0;
}
.t-hdg-l2._icon-03::before {
  background-position: -54px 0;
}
.t-hdg-l2._icon-04::before {
  background-position: -81px 0;
}
.t-hdg-l2._icon-05::before {
  background-position: -108px 0;
}
.t-grid .t-hdg-l2 {
  margin-top: 0;
}
.t-secondary-inner .t-hdg-l2 {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .t-hdg-l2 {
    margin-right: -15px;
    margin-left: -15px;
    padding: 11px 15px 9px;
    font-size: 1.8rem;
  }
  .t-hdg-l2._icon, .t-hdg-l2._icon-02, .t-hdg-l2._icon-03, .t-hdg-l2._icon-04, .t-hdg-l2._icon-05 {
    padding-left: 51px;
  }
  .t-hdg-l2._icon::before, .t-hdg-l2._icon-02::before, .t-hdg-l2._icon-03::before, .t-hdg-l2._icon-04::before, .t-hdg-l2._icon-05::before {
    top: 10px;
    left: 15px;
  }
  .t-grid .t-hdg-l2 {
    margin-top: 30px;
  }
  .t-primary-inner > .t-hdg-l1 + .t-hdg-l2 {
    margin-top: 0;
  }
}

/* .t-list-info
----------------------------------------------- */
.t-list-info > li {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.t-list-info > li > :last-child {
  margin-bottom: 0;
}
.t-list-info > li > * {
  display: table-cell;
  vertical-align: top;
}
.t-list-info > li .list-date {
  padding: 0 13px 0 0;
  width: 7em;
}
.t-list-info > li:last-child {
  margin-bottom: 0;
}
:lang(en) .t-list-info > li .list-date {
  padding-right: 10px;
  width: 8em;
}
@media only screen and (max-width: 767px) {
  .t-list-info {
    border-top: none;
  }
  .t-list-info > li {
    display: block;
    margin: 0 0 7px 0;
    padding: 0 0 7px;
  }
  .t-list-info > li > * {
    display: block;
  }
  .t-list-info > li .list-date {
    padding: 0;
    width: auto;
  }
  .t-list-info > li p {
    margin: 7px 0 0;
  }
  :lang(en) .t-list-info > li .list-date {
    padding: 0;
    width: auto;
  }
}

/* .t-nav-panel
----------------------------------------------- */
.t-nav-panel {
  padding: 0 10px 15px;
  background: #f5f5f5;
}
.t-nav-panel > :last-child {
  margin-bottom: 0;
}
.t-nav-panel .nav-hdg {
  position: relative;
  margin: 0 -10px 15px;
  padding: 8px 7px 6px 24px;
  background: #777;
  color: #fff;
  font-size: 1.6rem;
}
.t-nav-panel .nav-media-lyt {
  margin: 0 0 20px;
}
.t-nav-panel .nav-media-lyt > .nav-media-item {
  float: left;
  margin: 0 20px 0 0;
}
.t-nav-panel .nav-media-lyt > .nav-media-col {
  overflow: hidden;
}
.t-nav-panel .nav-media-lyt > .nav-media-col > :last-child {
  margin-bottom: 0;
}
.t-nav-panel a {
  display: block;
  color: #333;
  transition: opacity .7s cubic-bezier(.23, 1, .32, 1);
}
.t-nav-panel a > :last-child {
  margin-bottom: 0;
}
.t-nav-panel a .nav-hdg::before {
  position: absolute;
  top: .95em;
  left: 7px;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.t-nav-panel a:hover, .t-nav-panel a:active, .t-nav-panel a:focus {
  text-decoration: none;
  opacity: .7;
}
@media only screen and (max-width: 767px) {
  .t-nav-panel {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .t-nav-panel .nav-hdg {
    margin-right: -15px;
    margin-left: -15px;
    padding: 11px 15px 9px 51px;
    font-size: 1.8rem;
  }
  .t-nav-panel > a .nav-hdg::before {
    left: 11px;
    width: 10px;
    height: 10px;
  }
  .t-grid-02 > .grid-col:first-child .t-nav-panel .nav-hdg {
    margin-top: 30px;
  }
}

/* .t-grid
----------------------------------------------- */
.t-grid > .grid-col {
  margin-top: 30px;
}

/* .t-grid-02
----------------------------------------------- */
.t-grid-02 > .grid-col {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .t-grid-02 > .grid-col {
    margin-bottom: 0 !important;
  }
}

/* .t-panel
----------------------------------------------- */
.t-panel {
  margin: 0 0 20px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ec6c00;
}
.t-panel > :last-child {
  margin-bottom: 0;
}
.t-panel > .panel-hdg {
  margin: 0;
  padding: 9px 15px 7px;
  background: #ec6c00;
  color: #fff;
  font-weight: bold;
}
.t-panel > .panel-list > li {
  border-top: 1px solid #ed8a36;
}
.t-panel > .panel-list > li:first-child {
  border-top: none;
}
.t-panel > .panel-list > li > a {
  position: relative;
  display: block;
  padding: 9px 0px 7px 26px;
  background: #fff;
}
.t-panel > .panel-list > li > a::before {
  position: absolute;
  top: 1.2em;
  left: 9px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .t-panel > .panel-hdg {
    padding: 13px 10px;
  }
}

/* .t-btn
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .t-btn img {
    width: 100%;
  }
}

/* .t-lyt
----------------------------------------------- */
.t-lyt {
  margin: 0 0 20px;
}
.t-lyt > * {
  margin-bottom: 10px;
}
.t-lyt > *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
    Content
----------------------------------------------------------------- */
/* .content
----------------------------------------------- */
.content {
  padding: 15px 0 40px;
  background: #f5f5f5;
}
.topic-path + .content {
  padding-top: 0;
}

/* .content-inner
----------------------------------------------- */
.content-inner {
  margin: 0 auto;
  max-width: 945px;
  text-align: left;
}
@media only screen and (max-width: 860px) {
  .content-inner {
    width: auto;
  }
}
@media only screen and (max-width: 900px) {
  .content-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.content-inner > :last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
    Content (2 column)
----------------------------------------------------------------- */
/* .content-primary
----------------------------------------------- */
.content-primary > :last-child {
  margin-bottom: 0;
}
.content._col2 .content-primary {
  float: right;
  width: 74.44444%;
}
@media only screen and (max-width: 767px) {
  .content._col2 .content-primary {
    float: none;
    width: 100%;
  }
}

/* .content-secondary
----------------------------------------------- */
.content-secondary > :last-child {
  margin-bottom: 0;
}
.content._col2 .content-secondary {
  float: left;
  width: 23.33333%;
}
@media only screen and (max-width: 767px) {
  .content._col2 .content-secondary {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
}

/* ----------------------------------------------------------------
    Helpers
----------------------------------------------------------------- */
/* Control Align
----------------------------------------------- */
.left {
  text-align: left !important;
}

.center {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

/* Control Width
----------------------------------------------- */
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

/* Control Margin and Padding
----------------------------------------------- */
.p-top-0 {
  padding-top: 0 !important;
}

.p-right-0 {
  padding-right: 0 !important;
}

.p-bottom-0 {
  padding-bottom: 0 !important;
}

.p-left-0 {
  padding-left: 0 !important;
}

.m-top-0 {
  margin-top: 0 !important;
}

.m-right-0 {
  margin-right: 0 !important;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-left-0 {
  margin-left: 0 !important;
}

.p-top-5 {
  padding-top: 5px !important;
}

.p-right-5 {
  padding-right: 5px !important;
}

.p-bottom-5 {
  padding-bottom: 5px !important;
}

.p-left-5 {
  padding-left: 5px !important;
}

.m-top-5 {
  margin-top: 5px !important;
}

.m-right-5 {
  margin-right: 5px !important;
}

.m-bottom-5 {
  margin-bottom: 5px !important;
}

.m-left-5 {
  margin-left: 5px !important;
}

.p-top-10 {
  padding-top: 10px !important;
}

.p-right-10 {
  padding-right: 10px !important;
}

.p-bottom-10 {
  padding-bottom: 10px !important;
}

.p-left-10 {
  padding-left: 10px !important;
}

.m-top-10 {
  margin-top: 10px !important;
}

.m-right-10 {
  margin-right: 10px !important;
}

.m-bottom-10 {
  margin-bottom: 10px !important;
}

.m-left-10 {
  margin-left: 10px !important;
}

.p-top-15 {
  padding-top: 15px !important;
}

.p-right-15 {
  padding-right: 15px !important;
}

.p-bottom-15 {
  padding-bottom: 15px !important;
}

.p-left-15 {
  padding-left: 15px !important;
}

.m-top-15 {
  margin-top: 15px !important;
}

.m-right-15 {
  margin-right: 15px !important;
}

.m-bottom-15 {
  margin-bottom: 15px !important;
}

.m-left-15 {
  margin-left: 15px !important;
}

.p-top-20 {
  padding-top: 20px !important;
}

.p-right-20 {
  padding-right: 20px !important;
}

.p-bottom-20 {
  padding-bottom: 20px !important;
}

.p-left-20 {
  padding-left: 20px !important;
}

.m-top-20 {
  margin-top: 20px !important;
}

.m-right-20 {
  margin-right: 20px !important;
}

.m-bottom-20 {
  margin-bottom: 20px !important;
}

.m-left-20 {
  margin-left: 20px !important;
}

.p-top-25 {
  padding-top: 25px !important;
}

.p-right-25 {
  padding-right: 25px !important;
}

.p-bottom-25 {
  padding-bottom: 25px !important;
}

.p-left-25 {
  padding-left: 25px !important;
}

.m-top-25 {
  margin-top: 25px !important;
}

.m-right-25 {
  margin-right: 25px !important;
}

.m-bottom-25 {
  margin-bottom: 25px !important;
}

.m-left-25 {
  margin-left: 25px !important;
}

.p-top-30 {
  padding-top: 30px !important;
}

.p-right-30 {
  padding-right: 30px !important;
}

.p-bottom-30 {
  padding-bottom: 30px !important;
}

.p-left-30 {
  padding-left: 30px !important;
}

.m-top-30 {
  margin-top: 30px !important;
}

.m-right-30 {
  margin-right: 30px !important;
}

.m-bottom-30 {
  margin-bottom: 30px !important;
}

.m-left-30 {
  margin-left: 30px !important;
}

.p-top-35 {
  padding-top: 35px !important;
}

.p-right-35 {
  padding-right: 35px !important;
}

.p-bottom-35 {
  padding-bottom: 35px !important;
}

.p-left-35 {
  padding-left: 35px !important;
}

.m-top-35 {
  margin-top: 35px !important;
}

.m-right-35 {
  margin-right: 35px !important;
}

.m-bottom-35 {
  margin-bottom: 35px !important;
}

.m-left-35 {
  margin-left: 35px !important;
}

.p-top-40 {
  padding-top: 40px !important;
}

.p-right-40 {
  padding-right: 40px !important;
}

.p-bottom-40 {
  padding-bottom: 40px !important;
}

.p-left-40 {
  padding-left: 40px !important;
}

.m-top-40 {
  margin-top: 40px !important;
}

.m-right-40 {
  margin-right: 40px !important;
}

.m-bottom-40 {
  margin-bottom: 40px !important;
}

.m-left-40 {
  margin-left: 40px !important;
}
