@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','游ゴシック体',YuGothic,'游ゴシック','Yu Gothic','メイリオ',sans-serif,'ヒラギノ角ゴ ProN W3';  
}

span:lang(ja){
    font-family: '游ゴシック体','游ゴシック','ヒラギノ角ゴ ProN W3';
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

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

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

@media (min-width: 769px) {
  .section-grid {
    position: relative;
    border-left: 1px solid rgba(48, 45, 49, 0.05);
  }
  .section-grid:before {
    content: "";
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(48, 45, 49, 0.05);
    border-right: 1px solid rgba(48, 45, 49, 0.05);
    position: absolute;
    left: 25%;
    top: 0;
    z-index: 80;
    pointer-events: none;
  }
  .section-grid:after {
    content: "";
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(48, 45, 49, 0.05);
    border-right: 1px solid rgba(48, 45, 49, 0.05);
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
  }
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .container.columned {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .column-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .main-header {
    background: #fff;
    border-top: 4px solid #19197f;
    z-index: 1000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 80px;
  }
  .main-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 8px;
  }
  .main-header .logo img {
    height: 56px;
    width: auto;
  }
  .main-header .logo .logo-description {
    font-size: 14px;
    background: #19197f;
    color: #fff;
    position: relative;
    line-height: 24px;
    height: auto;
    border-radius: 0 12px 12px 0;
    font-weight: bold;
    padding: 0 16px 0 8px;
    margin-left: 24px;
  }
  .main-header .logo .logo-description:before {
    content: "";
    height: 24px;
    width: 12px;
    border-right: 12px solid #19197f;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -12px;
  }
  .c-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .c-header-menu .c-header-menu-function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-header-menu .c-function-item {
    border-left: 1px solid rgba(48, 45, 49, 0.1);
    min-width: 88px;
    height: 100%;
  }
  .c-header-menu .c-function-item a {
    padding: 12px 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    color: #19197f;
  }
  .c-header-menu .c-function-item a .function-label {
    font-size: 10px;
    font-weight: bold;
    display: block;
    padding-top: 8px;
  }
  .c-header-menu .c-function-item.contact {
    background: #19197f;
  }
  .c-header-menu .c-function-item.contact a {
    color: #fff;
  }
  .menu-toggle {
    display: none;
  }
  .header-toggle-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav-item {
    text-align: center;
    min-height: 80px;
  }
  .header-nav-item:hover .l-header-mega-menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
  }
  .header-nav-item > a {
    height: 100%;
    padding: 16px 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #302D31;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    position: relative;
  }
  .header-nav-item > a:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%;
    height: 4px;
    background: #19197f;
    position: absolute;
    bottom: 8px;
    left: 10%;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .header-nav-item > a:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .header-nav-item > a .nav-item-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
  }
  .l-header-mega-menu {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #111154;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .l-header-mega-menu .mega-menu-content {
    background: #111154;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 32px 0 16px;
  }
  .l-header-mega-menu:before {
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
  }
  .l-header-mega-menu .header-mega-menu-title {
    background: #111154;
    padding: 32px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    width: 240px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }
  .l-header-mega-menu .header-mega-menu-title .mega-menu-title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 4px;
    margin-bottom: 16px;
    color: #fff;
  }
  .l-header-mega-menu .header-mega-menu-title .mega-menu-title span {
    display: block;
    font-size: 12px;
    padding: 12px 2px 0;
    letter-spacing: 3px;
    font-weight: bold;
    font-family: 'Muli', sans-serif;
  }
  .header-mega-menu {
    margin: 0 auto;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 16px;
    position: relative;
    background: #111154;
  }
  .header-mega-menu .header-mega-menu-item {
    width: calc(20%);
    padding: 8px 16px;
  }
  .header-mega-menu .header-mega-menu-item a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-image {
    width: 100%;
    height: 120px;
    background: #fff;
    border-radius: 2px;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-image:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 2px;
    top: 2px;
    border-top: 6px solid #19197f;
    border-left: 6px solid #19197f;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-image img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-image.full img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-text {
    padding: 16px 2px;
    position: relative;
  }
  .header-mega-menu .mega-menu-item-title {
    font-weight: bold;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-mega-menu .mega-menu-item-title img {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
  }
  .main-footer {
    position: relative;
    background: #0c0c3f;
  }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 48px 0 64px;
  }
  .footer-nav .footer-nav-block {
    width: calc(25% - 32px);
  }
  .footer-nav .footer-nav-item > a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 12px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .footer-nav .footer-nav-item > a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
  }
  .footer-nav .footer-nav-child-list {
    padding: 0 0 0 2rem;
    margin-bottom: 1rem;
  }
  .footer-nav .footer-nav-child-item {
    position: relative;
    padding: 8px 0;
    font-size: 12px;
  }
  .footer-nav .footer-nav-child-item:before {
    content: "";
    width: 4px;
    height: 1px;
    display: block;
    position: absolute;
    left: -12px;
    top: 50%;
    background: #fff;
  }
  .footer-nav .footer-nav-child-item a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
  }
  .footer-nav .footer-cta a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 20px 16px;
    text-align: center;
    margin-bottom: 12px;
  }
  .footer-nav .footer-cta a svg {
    display: inline-block;
    margin-right: 4px;
  }
  .footer-nav .footer-cta .contact-btn {
    background: #19197f;
  }
  .footer-nav .footer-cta .catalogue-btn {
    background: #00AABD;
  }
  .c-footer-bottom {
    background: #040414;
    padding: 32px 0;
    color: #fff;
    font-size: 12px;
  }
  .c-footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer-bottom .footer-bottom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
    font-size: 13px;
  }
  .c-footer-bottom .footer-bottom-nav .nav-item {
    margin-right: 12px;
    padding-right: 12px;
    opacity: 0.75;
  }
  .c-footer-bottom .footer-bottom-nav .nav-item a {
    color: #fff;
    text-decoration: none;
  }
  .c-footer-bottom .copyright {
    margin-left: auto;
    font-size: 11px;
    opacity: 0.75;
  }
  .c-page-header {
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding: 0 40px;
    position: relative;
    background: #302D31;
  }
  .c-page-header .page-header-image {
    width: 100%;
    height: auto;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: -50%;
  }
  .c-page-header .page-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #fff;
    position: relative;
    min-height: 320px;
    padding-top: 40px;
  }
  .c-page-header .page-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .c-page-header .page-title-sub {
    font-size: 18px;
    font-weight: bold;
  }
  .c-page-header.c-product-header {
    background: #302D31;
    height: auto;
  }
  .c-page-header.c-product-header .page-header-image {
    opacity: 0.2;
  }
  .c-page-header.c-product-header .page-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #fff;
    position: relative;
    min-height: 120px;
    padding-top: 40px;
    margin-bottom: 24px;
  }
  .c-page-header.c-product-header .page-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .c-page-header.c-product-header .page-title-sub {
    font-size: 18px;
    font-weight: bold;
  }
  .c-breadcrumb {
    overflow: hidden;
    padding: 32px 0;
    opacity: 0.8;
  }
  .c-breadcrumb .bread-crumbs {
    overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-breadcrumb .bread-crumbs li {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    color: #fff;
  }
  .c-breadcrumb .bread-crumbs li a {
    color: #fff;
    text-decoration: none;
  }
  .c-breadcrumb .bread-crumbs li:after {
    content: "/";
    margin: 0 8px;
  }
  .c-breadcrumb .bread-crumbs li:last-child:after {
    display: none;
  }
  .c-side-nav {
    width: 25%;
    position: relative;
  }
  .c-side-nav .side-title {
    width: 100%;
    background: #19197f;
    padding: 48px 24px;
    color: #fff;
    z-index: 200;
    position: relative;
  }
  .c-side-nav .side-title:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 1px;
    top: 1px;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .c-side-nav .side-title .title-en {
    display: block;
    font-size: 24px;
    line-height: 1.15;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: 'Muli', sans-serif;
  }
  .c-side-nav .side-title .title-jp {
    font-weight: bold;
    font-size: 12px;
    display: block;
    letter-spacing: 2px;
  }
  .c-side-nav .c-side-search {
    padding: 24px;
  }
  .c-side-nav .c-side-search h4 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .c-side-nav .c-side-search .side-seach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  .c-side-nav .c-side-search .side-seach input {
    width: 70%;
    font-size: 16px;
    padding: 4px;
  }
  .c-side-nav .c-side-search .side-seach button {
    width: 30%;
    font-weight: bold;
  }
  .c-side-nav .c-side-search .support-link {
    font-size: 13px;
  }
  .c-side-nav .side-nav-list {
    height: 600px;
    overflow-y: auto;
  }
  .c-side-nav .side-nav-list .side-nav-item {
    border-bottom: 1px solid rgba(48, 45, 49, 0.1);
    background: rgba(44, 44, 108, 0.05);
  }
  .c-side-nav .side-nav-list .side-nav-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #302D31;
    padding: 24px;
    position: relative;
  }
  .c-side-nav .side-nav-list .side-nav-item a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #19197f;
    border-right: 1px solid #19197f;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0.5;
    position: absolute;
    right: 12px;
    top: calc(50% - 4px);
  }
  .c-side-nav .side-nav-list .side-nav-item:hover .side-nav-children {
    display: block;
  }
  .c-side-nav .side-nav-list .side-nav-item .side-nav-children {
    display: block;
  }
  .c-side-nav .side-nav-list .side-nav-item .side-nav-children .child-item a {
    padding: 16px 32px;
    background: rgba(44, 44, 108, 0.01);
    font-size: 13px;
  }
  .c-side-nav .side-nav-list .side-nav-item .side-nav-children .child-item.nav-title a {
    padding: 8px 0px;
    background: rgba(44, 44, 108, 0.01);
    font-size: 13px;
    color: #fff;
  }
  .c-side-nav .side-nav-list .side-nav-item .side-nav-children .child-item.nav-title a:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .c-side-nav .side-nav-list .nav-title {
    background: rgba(25, 25, 127, 0.8);
    color: #fff;
    padding: 8px 32px;
    font-size: 14px;
  }
  .pc-side-nav-fixed {
    top: 2%;
    left: 7%;
    width: 300px;
    position: fixed;
  }
  .l-footer-banner {
    background: #f5f5f5;
    position: relative;
  }
  .l-footer-banner .footer-banner-list {
    border-top: 1px solid rgba(48, 45, 49, 0.1);
    padding: 40px 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  .l-footer-banner .banner-item {
    width: calc(20% - 16px);
    margin: 0 8px 16px;
  }
  .l-footer-banner .banner-item img {
    width: 100%;
    height: auto;
  }
  .l-top-footer-corporate {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-top-footer-corporate .c-footer-corporate-block {
    width: calc(50% - 0.5px);
    height: 100%;
    position: relative;
    background: #19197f;
    overflow: hidden;
  }
  .l-top-footer-corporate .c-footer-corporate-block a {
    text-decoration: none;
    display: block;
    padding-left: 320px;
  }
  .l-top-footer-corporate .image-wrapper {
    width: 100%;
    height: 280px;
    position: relative;
  }
  .l-top-footer-corporate .image-wrapper img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50% -50%);
        -ms-transform: translate(-50% -50%);
            transform: translate(-50% -50%);
    opacity: 0.9;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .l-top-footer-corporate .image-wrapper img {
      position: static;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
    }
  }
  .l-top-footer-corporate .image-wrapper _:-ms-lang(x)::-ms-backdrop, .l-top-footer-corporate .image-wrapper img {
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .l-top-footer-corporate .corporate-block-text {
    width: 320px;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(25, 25, 127, 0.9);
  }
  .l-top-footer-corporate .corporate-block-text:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 2px;
    top: 2px;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .l-top-footer-corporate .corporate-block-title {
    margin-bottom: 24px;
  }
  .l-top-footer-corporate .corporate-block-title span {
    display: block;
  }
  .l-top-footer-corporate .corporate-block-title .title-jp {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
  }
  .l-top-footer-corporate .corporate-block-title .title-en {
    font-family: 'Muli', sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 1.15;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .footer-floating-banner {
    position: fixed;
    bottom: 8px;
    right: 8px;
    background: rgba(25, 25, 127, 0.95);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    border-radius: 4px;
    width: 320px;
    z-index: 1000;
  }
  .footer-floating-banner .image-wrapper {
    width: 128px;
    margin-left: 8px;
    background: url("../img/catalog_img.png") no-repeat left center;
    background-size: contain;
  }
  .footer-floating-banner .image-wrapper img {
    width: 100%;
    height: auto;
    display: none;
  }
  .footer-floating-banner .banner-text {
    padding: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer-floating-banner .banner-text-title {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
  }
  .footer-floating-banner .banner-text-title span {
    font-size: 14px;
    font-weight: bold;
  }
  .footer-floating-banner .banner-link-btn {
    text-align: center;
    font-weight: bold;
    padding: 12px 24px;
    font-size: 16px;
    color: #fff;
    background: #00AABD;
    display: block;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
  }
  .products .footer-floating-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-fv {
    /* background: -o-linear-gradient(30deg, #08082a, #00AABD);
    background: linear-gradient(60deg, #08082a, #00AABD); */
    position: relative;
    height: 656px;
  }
  .video-wrapper {
    height: 100%;
    height: 736px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
  }
  .video-wrapper #video {
    min-height: 100%;
    min-height: 736px;
    min-width: 100%;
    min-width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.6;
  }
  .hero-slideshow {
    height: 100%;
    height: 748px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
  }
  .hero-slideshow .hero-slide-item {
    position: relative;
  }
  .hero-slideshow .hero-slide-item img {
    /* opacity: 0.75; */
    width: 100%;
  }
  .hero-slideshow .slick-arrow {
    width: 64px;
    height: 64px;
    border: none;
    outline: none;
    position: absolute;
    top: calc(50% - 8px);
    color: transparent;
    font-size: 0;
    z-index: 100;
    background: transparent;
    cursor: pointer;
  }
  .hero-slideshow .slick-arrow:hover:after {
    border-color: #00AABD;
  }
  .hero-slideshow .slick-arrow:after {
    content: "";
    width: 40px;
    height: 40px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    display: block;
  }
  .hero-slideshow .slick-arrow.slick-prev {
    left: 24px;
  }
  .hero-slideshow .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .hero-slideshow .slick-arrow.slick-next {
    right: 24px;
  }
  .hero-slideshow .slick-arrow.slick-next:after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .hero-slideshow .slick-dots {
    position: absolute;
    bottom: 24px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 400;
    width: 100%;
  }
  .hero-slideshow .slick-dots li {
    overflow: hidden;
    width: 120px;
    height: 4px;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
  }
  .hero-slideshow .slick-dots li.slick-active {
    background: #00AABD;
  }
  .hero-slideshow .slick-dots li button {
    outline: none;
    border: none;
    color: transparent;
    background: transparent;
    font-size: 0;
  }
  .fv-inner {
    height: 656px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    pointer-events: none;
  }
  .fv-inner:before {
    content: "";
    width: 25%;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    left: 25%;
    top: 0;
    opacity: 0.25;
    pointer-events: none;
  }
  .fv-inner:after {
    content: "";
    width: 25%;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.25;
    pointer-events: none;
  }
  .fv-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 636px;
    padding: 32px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  }
  .fv-main .fv-copy {
    margin-bottom: 32px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
    position: relative;
    white-space: nowrap;
  }
  .fv-main .fv-sub-copy {
    line-height: 2;
    font-size: 16px;
    color: #fff;
    padding-bottom: 24px;
    text-align: center;
    letter-spacing: 8px;
  }
  .fv-main .fv-cta-btn {
    text-decoration: none;
    padding: 24px 40px;
    color: #fff;
    background: #19197f;
    display: inline-block;
    font-weight: bold;
  }
  .fv-main .fv-cta-btn svg {
    margin-right: 8px;
  }
  .l-top-service {
    background: #fff;
    position: relative;
  }
  .l-top-service:before {
    content: "";
    width: 8px;
    height: 100%;
    background: #00AABD;
    position: absolute;
    left: 0;
    top: 0;
  }
  .top-service-title {
    width: 360px;
    height: 360px;
    background: #19197f;
    padding: 56px;
    color: #fff;
    top: -56px;
    z-index: 200;
    position: relative;
  }
  .top-service-title:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .top-service-title .title-en {
    display: block;
    font-size: 40px;
    line-height: 1.15;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: 'Muli', sans-serif;
  }
  .top-service-title .title-jp {
    font-weight: bold;
    font-size: 16px;
    display: block;
    letter-spacing: 2px;
  }
  .top-service-description {
    padding: 56px 0 56px 88px;
    /* max-width: 50%; */
    position: relative;
    z-index: 300;
    top: -56px;
  }
  .top-service-description p {
    font-weight: bold;
    font-size: 14px;
    line-height: 2.4;
    text-shadow: 0 0 40px #fff, 0 0 20px #fff, 0 0 80px #fff;
  }
  .top-service-image {
    position: absolute;
    left: 25%;
    top: 56px;
    width: 75%;
  }
  .top-service-image .image-wrapper {
    background: #eee;
    width: 100%;
    height: 480px;
  }
  .top-service-image .image-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top-service-image .view-more-link {
    position: absolute;
    right: 0;
    bottom: -28px;
    display: inline-block;
    background: #19197f;
    color: #fff;
    padding: 20px 24px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    font-size: 16px;
    z-index: 500;
  }
  .top-service-image .view-more-link:before {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 2px;
    top: 2px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .top-service-image .view-more-link:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 3px);
  }
  .l-top-product {
    position: relative;
    padding: 64px 0 48px;
    background: #e7e7e7;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) inset;
  }
  .l-top-product .top-product-content {
    position: relative;
    z-index: 200;
  }
  .l-top-product .top-product-header {
    padding: 0 0 24px;
    text-align: center;
  }
  .l-top-product .top-product-header .top-product-title .title-jp {
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto 12px;
  }
  .l-top-product .top-product-header .top-product-title .title-en {
    font-size: 11px;
    color: #19197f;
    font-family: 'Muli', sans-serif;
    letter-spacing: 2px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
  }
  .l-top-product .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-top-product .product-item {
    width: calc(20%);
    position: relative;
    margin-bottom: 40px;
  }
  .l-top-product .product-item:nth-child(5n) .product-item-image {
    border-right: 1px solid rgba(48, 45, 49, 0.1);
  }
  .l-top-product .product-item:nth-child(1) .product-item-image, .l-top-product .product-item:nth-child(6) .product-item-image {
    border-radius: 4px 0 0 4px;
  }
  .l-top-product .product-item:nth-child(5) .product-item-image, .l-top-product .product-item:nth-child(10) .product-item-image {
    border-radius: 0 4px 4px 0;
  }
  .l-top-product .product-item-image {
    width: 100%;
    height: 100%;
    height: 160px;
    padding: 24px 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid rgba(48, 45, 49, 0.1);
    border-right: none;
    background: #fff;
  }
  .l-top-product .product-item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .l-top-product .product-item-text {
    padding: 16px 24px 0 28px;
    position: relative;
  }
  .l-top-product .product-item-text:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #19197f;
    position: absolute;
    left: 4px;
    top: 16px;
  }
  .l-top-product .product-item-text:after {
    content: "";
    width: 5px;
    height: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 5px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    left: 10px;
    top: 21px;
  }
  .l-top-product .product-name {
    font-size: 14px;
    color: rgba(48, 45, 49, 0.8);
    font-weight: bold;
    margin: 0;
    line-height: 1.25;
  }
  .l-top-product a {
    text-decoration: none;
  }
  .l-top-news {
    background: #fff;
    position: relative;
  }
  .l-top-news .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0;
  }
  .l-top-news .top-news-title {
    width: 25%;
    padding: 56px;
    position: relative;
    margin-top: 24px;
  }
  .l-top-news .top-news-title:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 32px;
    border-top: 6px solid #19197f;
    border-left: 6px solid #19197f;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .l-top-news .top-news-title .title-en {
    display: block;
    font-size: 40px;
    line-height: 1.15;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: 'Muli', sans-serif;
    color: #19197f;
  }
  .l-top-news .top-news-title .title-jp {
    font-weight: bold;
    font-size: 16px;
    display: block;
    letter-spacing: 2px;
  }
  .l-top-news .top-news-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 56px 0 24px;
    z-index: 100;
  }
  .l-top-news .top-news-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
  .l-top-news .top-news-nav .news-nav-item {
    border: 1px solid rgba(48, 45, 49, 0.1);
    border-right: none;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    color: rgba(48, 45, 49, 0.75);
    cursor: pointer;
  }
  .l-top-news .top-news-nav .news-nav-item.current {
    background: #19197f;
    color: #fff;
  }
  .l-top-news .top-news-nav .news-nav-item:hover {
    color: #19197f;
  }
  .l-top-news .top-news-nav .news-nav-item:last-child {
    border-right: 1px solid rgba(48, 45, 49, 0.1);
  }
  .l-top-news .top-news-list {
    border-bottom: 1px solid rgba(48, 45, 49, 0.1);
  }
  .l-top-news .top-news-item {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(48, 45, 49, 0.1);
  }
  .l-top-news .top-news-item:before {
    content: "";
    width: 24px;
    height: 2px;
    background: #19197f;
    position: absolute;
    left: 0;
    top: 0;
  }
  .l-top-news .top-news-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 24px 0;
    text-decoration: none;
  }
  .l-top-news .top-news-item .top-news-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    min-width: 200px;
    padding-right: 16px;
  }
  .l-top-news .top-news-item .posted-date {
    font-size: 12px;
    font-weight: bold;
    color: #302D31;
    width: 80px;
    margin-right: 12px;
  }
  .l-top-news .top-news-item .post-category {
    font-size: 12px;
    padding: 4px;
    font-weight: bold;
    color: #19197f;
    border: 1px solid #19197f;
    position: relative;
  }
  .l-top-news .top-news-item .post-title {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: rgba(48, 45, 49, 0.8);
  }
  .l-top-news .c-top-news-footer {
    padding: 32px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-top-news .c-top-news-footer .view-all-link {
    display: inline-block;
    background: #19197f;
    color: #fff;
    padding: 20px 24px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    font-size: 16px;
    position: relative;
  }
  .l-top-news .c-top-news-footer .view-all-link:before {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 2px;
    top: 2px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .l-top-news .c-top-news-footer .view-all-link:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 3px);
  }
  .c-template-content {
    padding: 24px 48px;
    margin: 40px 0 56px;
    background: rgba(255, 255, 255, 0.95);
    border-left: 1px solid rgba(48, 45, 49, 0.05);
    border-right: 1px solid rgba(48, 45, 49, 0.05);
    font-size: 15px;
    color: rgba(48, 45, 49, 0.9);
    position: relative;
    z-index: 100;
  }
  .c-template-content h2, .c-template-content h3, .c-template-content h4, .c-template-content h5 {
    line-height: 1.4;
    color: plaette(gray);
  }
  .c-template-content h2 {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    margin: 4rem 0 2rem;
  }
  .c-template-content h2:before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -48px;
    background: #00AABD;
  }
  .c-template-content h2:first-child {
    margin-top: 0;
  }
  .c-template-content h3 {
    font-size: 24px;
    padding: 12px 48px;
    font-weight: bold;
    width: calc(100% + 96px);
    border-top: 1px solid rgba(48, 45, 49, 0.1);
    border-bottom: 1px solid rgba(48, 45, 49, 0.1);
    margin: 4rem -48px 1.5rem;
  }
  .c-template-content h3:first-child {
    margin-top: 0;
  }
  .c-template-content h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 4rem 0 1.5rem;
    position: relative;
  }
  .c-template-content h4:before {
    content: "";
    width: 24px;
    height: 2px;
    position: absolute;
    left: -48px;
    top: calc(50% - 1px);
    background: #19197f;
  }
  .c-template-content h4:first-child {
    margin-top: 0;
  }
  .c-template-content h5 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    margin: 4rem 0 0.75rem;
    position: relative;
  }
  .c-template-content h5:before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #19197f;
  }
  .c-template-content h5:first-child {
    margin-top: 0;
  }
  .c-template-content p {
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .c-template-content p.caution {
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.9;
  }
  .c-template-content ul, .c-template-content ol {
    margin: 2rem 0;
    line-height: 1.4;
  }
  .c-template-content ul li {
    padding: 0.4rem 0 0.4rem 1rem;
    position: relative;
  }
  .c-template-content ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #19197f;
    position: absolute;
    left: 0;
    top: calc(0.5rem + 8px);
  }
  .c-template-content ol {
    list-style: decimal-leading-zero;
    padding-left: 1.75rem;
  }
  .c-template-content ol li {
    padding: 0.4rem 0;
    position: relative;
  }
  .c-template-content dl {
    margin: 2rem 0;
  }
  .c-template-content dl dt {
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    font-weight: bold;
    background: #19197f;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .c-template-content dl dd {
    line-height: 1.8;
    display: block;
  }
  .c-template-content blockquote {
    background: rgba(48, 45, 49, 0.05);
    width: calc(100% + 96px);
    margin: 2rem -48px;
    border-left: 4px solid rgba(48, 45, 49, 0.2);
    padding: 3rem 48px;
    line-height: 1.8;
  }
  .c-template-content table {
    border: 1px solid rgba(48, 45, 49, 0.1);
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    background: #fff;
    margin-bottom: 2rem;
  }
  .c-template-content table tr th:last-child, .c-template-content table tr td:last-child {
    border-right: none;
  }
  .c-template-content table tr:last-child th, .c-template-content table tr:last-child td {
    border-bottom: none;
  }
  .c-template-content table th {
    background: rgba(48, 45, 49, 0.05);
    padding: 1rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    border-bottom: 1px solid rgba(48, 45, 49, 0.1);
    border-right: 1px solid rgba(48, 45, 49, 0.1);
  }
  .c-template-content table td {
    padding: 1rem;
    border-bottom: 1px solid rgba(48, 45, 49, 0.1);
    border-right: 1px solid rgba(48, 45, 49, 0.1);
    line-height: 1.6;
  }
  .c-template-content figure {
    margin: 2rem 0;
  }
  .c-template-content figure figcaption {
    padding: 1rem 0 0;
    font-size: 12px;
    color: rgba(48, 45, 49, 0.8);
    line-height: 1.4;
  }
  .c-template-content img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .c-template-content select {
    font-size: 16px;
    padding: 4px 4px 4px;
    min-width: 70%;
  }
  .c-template-content input, .c-template-content textarea {
    padding: 8px;
    font-size: 16px;
    min-width: 70%;
  }
  .c-template-content textarea {
    min-height: 260px;
  }
  .c-template-content .column-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 32px);
    margin: 0 -16px 2rem;
  }
  .c-template-content .column-layout.column-2 .item {
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
  .c-template-content .column-layout.column-3 .item {
    width: calc(33.3333333% - 32px);
    margin: 0 16px 32px;
  }
  .c-template-content .column-layout.column-4 .item {
    width: calc(25% - 32px);
    margin: 0 16px 32px;
  }
  .c-template-content .card {
    background: rgba(44, 44, 108, 0.05);
  }
  .c-template-content .card.columned {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-template-content .card.columned img {
    max-width: 50%;
  }
  .c-template-content .card img {
    width: 100%;
    height: auto;
    display: block;
  }
  .c-template-content .card .card-text {
    padding: 24px;
  }
  .c-template-content .card .card-text *:last-child {
    margin-bottom: 0;
  }
  .c-template-content .common-img-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .c-template-content .common-img-view a {
    text-decoration: none;
  }
  .c-template-content .common-img-view .list-item {
    width: 48%;
    margin: 0 auto 24px;
    position: relative;
    border: 1px solid rgba(25, 25, 127, 0.2);
  }
  .c-template-content .common-img-view .list-item .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .c-template-content .common-img-view .list-item .title {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 5;
    width: 100%;
    padding: 18px 12px 18px;
    background: rgba(25, 25, 127, 0.8);
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
  }
  .c-template-content .common-img-view .list-item .title:after {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 1px;
    top: 1px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .c-template-content .sub-img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    width: 100%;
  }
  .c-template-content .sub-img-box .img {
    width: 45%;
  }
  .c-template-content .sub-img-box .info {
    width: 55%;
    padding-left: 16px;
  }
  .c-template-content .sub-img-box .info h3 {
    font-size: 18px;
    width: 100%;
    margin: 0rem 0 1rem;
    padding-left: 8px;
    padding-right: 0;
  }
  .c-template-content .sub-img-box .info h4:before {
    display: none;
  }
  .c-template-content .sub-img-box .info p {
    margin-bottom: 0;
  }
  .c-template-content .sub-img-box.border-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .c-template-content .sub-img-box.border-item .img {
    width: 30%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
  .c-template-content .sub-img-box.border-item .info {
    width: 55%;
    padding-left: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
  .c-template-content .image-box {
    padding: 0 16px 24px;
  }
  .c-template-content .image-box strong {
    display: block;
    margin-bottom: 6px;
  }
  .c-template-content .text-box strong {
    display: block;
    margin-bottom: 6px;
  }
  .c-template-content .col-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-template-content .col-02 div {
    width: 50%;
  }
  .c-template-content .col-02 div img {
    width: 100%;
  }
  .c-template-content .col-02 .image-box {
    padding: 0 16px 24px;
  }
  .c-template-content .col-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-template-content .col-03 div {
    width: 33.33%;
  }
  .c-template-content .col-03 div img {
    width: 100%;
  }
  .c-template-content .col-03.border div {
    border-right: 1px solid #fff;
  }
  .c-template-content .col-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-template-content .col-04 div {
    width: 25%;
  }
  .c-template-content .col-04 div img {
    width: 100%;
  }
  .c-template-content .caption {
    display: block;
    font-size: 12px;
    padding: 4px 0;
  }
  .c-template-content .date {
    text-align: left;
    margin: -8px 0 24px;
  }
  .c-template-content .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    margin: 24px 0;
  }
  .c-template-content .flow-list li {
    border: 1px solid #19197f;
    color: #19197f;
    font-weight: bold;
    padding: 8px;
    width: 28%;
    margin: 12px 16px;
    list-style: inside decimal;
    font-size: 14px;
    -webkit-box-shadow: 5px 5px 0px #ddd;
            box-shadow: 5px 5px 0px #ddd;
  }
  .c-template-content .intro-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-template-content .intro-list .intro-image {
    width: 20%;
  }
  .c-template-content .intro-list .intro-info {
    width: 78%;
  }
  .c-template-content .intro-list .intro-info .intro-area {
    margin-bottom: 8px;
  }
  .c-template-content .intro-list .intro-info .intro-name {
    font-size: 20px;
    font-weight: bold;
    color: #19197f;
    margin-bottom: 12px;
  }
  .c-template-content .intro-list .intro-info .intro-subinfo {
    margin-bottom: 8px;
    color: #999;
  }
  .c-template-content .qa-list dt {
    padding: 8px 8px;
  }
  .c-template-content .qa-list dt:before {
    content: "Q.";
    margin-right: 8px;
    font-size: 20px;
  }
  .c-template-content .qa-list dd:before {
    content: "A.";
    margin-right: 8px;
    font-size: 20px;
    padding-left: 8px;
    font-weight: bold;
    color: #19197f;
  }
  .c-template-content .channel-table th {
    width: 33%;
  }
  .c-template-content .channel-result-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-template-content .channel-result-title .tag {
    font-size: 13px;
    color: #fff;
    background: #999;
    padding: 4px 6px;
    margin: auto 0px auto auto;
  }
  .c-template-content .channel-result-title .tag-01 {
    background: #E60F13;
  }
  .c-template-content .channel-result-title .tag-02 {
    background: #3A24E6;
  }
  .c-template-content .example-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .c-template-content .example-list .title {
    width: 100%;
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
  }
  .c-template-content .example-list .before {
    width: 20%;
  }
  .c-template-content .example-list .before .label {
    display: block;
    margin-bottom: 8px;
  }
  .c-template-content .example-list .after {
    width: 60%;
  }
  .c-template-content .example-list .after span {
    display: block;
    margin-bottom: 8px;
  }
  .c-template-content .example-list .after .change {
    font-weight: bold;
    color: #19197f;
  }
  .c-template-content .example-list .arrow {
    width: 10%;
    text-align: center;
    color: #bbb;
    margin: auto auto auto auto;
    font-size: 20px;
  }
  .c-template-content .example-list .arrow:before {
    content: ">>>";
  }
  .c-product-detail p {
    margin-bottom: 16px !important;
  }
  .c-product-detail .product-detail-title {
    background: #19197f;
    padding: 16px;
    margin-bottom: 24px;
    color: #fff;
  }
  .c-product-detail .product-detail-title .main-title {
    font-size: 26px;
    font-weight: bold;
  }
  .c-product-detail .product-detail-title .sub-title {
    font-size: 18px;
    margin-bottom: 8px;
    display: block;
  }
  .c-product-detail .product-detail-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
  }
  .c-product-detail .fade {
    width: 450px;
  }
  .c-product-detail .fade .slick-arrow {
    display: none !important;
  }
  .c-product-detail .fade .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .c-product-detail .fade .slick-dots button:first-child {
    margin-left: auto;
  }
  .c-product-detail .fade .slick-dots button:last-child {
    margin-right: auto;
  }
  .c-product-detail .fade .slick-dots li {
    list-style: none;
    margin: 0 8px 0 0;
    padding: 0;
    width: 80px;
  }
  .c-product-detail .fade .slick-dots li img {
    width: 90%;
  }
  .c-product-detail .fade .slick-dots li:before {
    display: none;
  }
  .c-product-detail .fade .slick-dots li:first-child {
    margin-left: 0;
  }
  .c-product-detail .fade .slick-dots li:last-child {
    margin-right: 0;
  }
  .c-product-detail .detail-img-list .img-item {
    padding: 12px;
    margin: 0;
    width: 45%;
    height: auto;
    margin: 0 16px 0 0;
    overflow: hidden;
  }
  .c-product-detail .detail-img-list .img-item img {
    width: 100%;
  }
  .c-product-detail .detail-info {
    width: 100%;
  }
  .c-product-detail .haed-icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0 0 8px;
  }
  .c-product-detail .haed-icon-group li {
    list-style: none;
    width: auto;
  }
  .c-product-detail .haed-icon-group li img {
    width: auto;
    max-width: 100px;
    height: auto;
  }
  .c-product-detail .haed-icon-group li:before {
    display: none;
  }
  .c-product-detail .head-info-group dl {
    margin: 0.5rem;
  }
  .c-product-detail .head-info-group dl dt {
    font-size: 16px;
  }
  .c-product-detail .head-info-group dl dd {
    font-size: 16px;
  }
  .c-product-detail .detail-caption {
    font-size: 13px;
    opacity: 0.85;
  }
  .c-product-detail .pdf-download li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-product-detail .pdf-download li a span {
    margin-right: 8px;
  }
  .c-product-detail table th {
    padding: 4px;
    text-align: left;
	font-weight: normal;
  }
  .c-product-detail table th.model_name {
    text-align: center;
  }
  .c-product-detail table td {
    padding: 4px;
    text-align: center;
  }
  .c-product-detail .c-recommend-list .single-item {
    width: 800px;
    position: relative;
  }
  .c-product-detail .c-recommend-list .single-item .slick-arrow.slick-prev {
    left: -24px;
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
  }
  .c-product-detail .c-recommend-list .single-item .slick-arrow.slick-next {
    right: -24px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
  }
  .c-product-detail .c-recommend-list .single-item .slick-arrow {
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    position: absolute;
    top: calc(50% - 8px);
    color: transparent;
    font-size: 0;
    z-index: 100;
    background: transparent;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-product-detail .c-recommend-list .recommend-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item {
    list-style: none;
    padding: 0;
    margin: 0 auto 32px;
    width: 25%;
    border: 1px solid #eee;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item:before {
    display: none;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a {
    width: 100%;
    padding: 0;
    color: #333;
    text-decoration: none;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-img div {
    margin: auto;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-img img {
    width: 100%;
    max-width: 100px;
    margin: 8px auto 8px;
    display: block;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-info {
    width: 100%;
    padding: 12px 12px 12px;
    border-top: 1px dashed #eee;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-category .icon-category {
    margin-bottom: 12px;
    margin-right: 12px;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-category .icon-group {
    margin-bottom: 12px;
    margin-right: 12px;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-description {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-link {
    position: relative;
    font-size: 12px;
    text-align: right;
    margin-top: 12px;
    padding-right: 24px;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-link:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #19197f;
    border-right: 1px solid #19197f;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0.5;
    position: absolute;
    right: 12px;
    top: calc(50% - 4px);
  }
  .c-product-detail .c-recommend-list .download-pdf {
    margin: 0;
    padding: 8px 0 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px dashed #eee;
  }
  .c-product-detail .c-recommend-list .download-pdf > li {
    margin: 0 0 8px 0;
    padding: 0 12px 0 12px;
  }
  .c-product-detail .c-recommend-list .download-pdf > li:before {
    display: none;
  }
  .c-product-detail .c-recommend-list .download-pdf > li a {
    font-size: 12px;
    color: #39ABD2;
  }
  .result-setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 24px 8px;
    border: 1px solid #eee;
    margin-bottom: 24px;
  }
  .result-setting .result-setting-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 16px 16px 0;
  }
  .result-setting .result-setting-field .result-setting-label {
    margin: auto 4px auto 0;
  }
  .result-lists .result-lists-item {
    margin-bottom: 32px;
  }
  .result-lists .result-lists-item .result-lists-item-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  .result-lists .result-lists-item .result-lists-item-info {
    font-size: 12px;
    margin-bottom: 6px;
    color: #999;
  }
  .result-lists .result-lists-item .result-lists-item-info .result-lists-item-label {
    margin: 0 4px 4px 0;
  }
  .result-lists .result-lists-item .result-lists-item-description {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.6;
  }
  .form-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px dotted #eee;
  }
  .form-layout .form-layout-label {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .form-layout .form-layout-label .form-layout-name {
    font-size: 14px;
    font-weight: bold;
  }
  .form-layout .form-layout-label .form-layout-must {
    font-size: 12px;
    margin: 4px auto 0 4px;
    padding: 4px;
    font-weight: bold;
    background: #19197f;
    color: #fff;
  }
  .form-layout .form-layout-label .form-layout-not-must {
    font-size: 12px;
    margin: 4px auto 0 4px;
    padding: 4px;
    background: #ddd;
  }
  .form-layout .form-layout-item {
    width: 75%;
  }
  .form-layout .select-block {
    display: block;
    margin: 16px 0 0 0;
  }
  .form-submit .submit-description {
    text-align: center;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .form-submit .submit-button {
    display: block;
    border: none;
    background: #19197f;
    color: #fff;
    font-size: 16px;
    padding: 12px 32px;
    margin: 8px auto 24px;
  }
  .catalog-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 32px;
  }
  .catalog-detail .catalog-detail-image-box {
    width: 30%;
    margin-right: 2%;
  }
  .catalog-detail .catalog-detail-image-box .catalog-detail-link {
    padding: 16px;
    color: #fff;
    background: #19197f;
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .catalog-detail .catalog-detail-image-box .catalog-detail-link .fa-book {
    margin-right: 8px;
  }
  .catalog-detail .catalog-detail-info-box {
    width: 68%;
    margin-bottom: 16px;
  }
  .catalog-detail .catalog-detail-ebook5 {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #eee;
  }
  .office-lists li {
    padding: 16px !important;
    margin-bottom: 24px;
    border: 1px solid #eee;
  }
  .office-lists li:before {
    display: none;
  }
  .office-lists li a {
    display: block;
    margin-bottom: 8px;
  }
  .office-lists li .address {
    margin-bottom: 4px;
  }
  .office-lists li hr {
    padding: 0;
    margin: 16px 0;
    background: rgba(25, 25, 127, 0.2);
    height: 1px;
    width: 90%;
    display: block;
    border: none;
  }
  .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto 32px;
  }
  .button-group a {
    padding: 24px 8px;
    background: #19197f;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    text-decoration: none;
  }
  .button-group .cancel {
    background: #ddd;
    width: 80%;
    margin: 8px auto;
    padding: 12px 8px;
  }
  .table-b {
    font-size: 13px;
    width: 100%;
  }
  .table-b th {
    padding: 8px;
  }
  .table-b td {
    padding: 8px;
    vertical-align: top;
  }
  .table-b .name {
    width: 20%;
    font-weight: bold;
  }
  .table-b .image {
    width: 35%;
  }
  .table-b .tag {
    padding: 8px;
    background: #eee;
    margin-bottom: 8px;
    border-radius: 8px;
  }
  .table-b .tag-yellow {
    width: 18%;
  }
  .table-b .tag-yellow .tag {
    background: #FEE359;
  }
  .table-b .tag-red {
    width: 15%;
  }
  .table-b .tag-red .tag {
    background: #F9747A;
  }
  .table-b .tag-green {
    width: 12%;
  }
  .table-b .tag-green .tag {
    background: #1CDFBE;
  }
  .qa-top-list .list-item {
    margin-bottom: 24px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 1.4;
  }
  .products .common-img-view .list-item .img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .table-download {
    font-size: 13px;
  }
  .table-download .head th {
    padding: 8px;
  }
  .table-download .head th:first-child {
    width: 20%;
  }
  .table-download .head th:nth-child(2) {
    width: 15%;
  }
  .table-download .head th:nth-child(3) {
    width: 20%;
  }
  .table-download .head th:nth-child(4) {
    width: 10%;
  }
  .table-download .head th:nth-child(5) {
    width: 10%;
  }
  .table-download .head th:nth-child(6) {
    width: 15%;
  }
  .table-download td {
    vertical-align: middle;
    padding: 8px;
  }
  .table-download td:first-child {
    width: 20%;
  }
  .table-download td:nth-child(2) {
    width: 20%;
  }
  .table-download td:nth-child(3) {
    width: 20%;
  }
  .table-download td:nth-child(4) {
    width: 10%;
    text-align: center;
  }
  .table-download td:nth-child(4) a {
    display: block;
    margin: 0 auto;
    width: 40px;
  }
  .table-download td:nth-child(5) {
    width: 10%;
    text-align: center;
  }
  .table-download td:nth-child(5) a {
    display: inline-block;
  }
  .table-download td:nth-child(6) {
    width: 10%;
    text-align: center;
  }
  .table-download td:nth-child(6) a {
    display: inline-block;
  }
  .table-download td:nth-child(7) {
    width: 10%;
    text-align: center;
  }
  .table-download td:nth-child(7) a {
    display: inline-block;
  }
  .rinen-list li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .history #frix-decoy-0 {
    max-height: 2000px;
  }
  .c-template-content .img-box {
    margin: 2rem 0;
  }
  .c-template-content .link-right-arrow {
    position: relative;
    font-size: 15px;
    text-align: right;
    padding-right: 24px;
  }
  .c-template-content .link-right-arrow:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #19197f;
    border-right: 1px solid #19197f;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0.5;
    position: absolute;
    right: 12px;
    top: calc(50% - 4px);
  }
  .c-template-content .c-site-search {
    padding: 40px 40px 40px;
    -webkit-box-shadow: 0 0 24px rgba(100, 100, 100, 0.08);
            box-shadow: 0 0 24px rgba(100, 100, 100, 0.08);
    border: 1px solid #eee;
  }
  .c-template-content .c-site-search .site-search input[type=text] {
    padding: 8px 16px;
    font-size: 16px;
  }
  .c-template-content .c-site-search .site-search button {
    background: #eee;
    border: 1px solid #eee;
    border: none;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .c-template-content .c-site-search .site-search-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
  }
  .c-template-content .c-site-search .site-search-select .label {
    margin: auto 8px auto 0;
  }
  .c-template-content .c-site-search .site-search-select select {
    padding: 8px;
    font-size: 16px;
  }
  .c-template-content .c-products-category-list .products-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-template-content .c-products-category-list .products-category-list li {
    position: relative;
    padding: 0;
    margin-bottom: 32px;
    width: 50%;
    border-right: 1px solid #eee;
  }
  .c-template-content .c-products-category-list .products-category-list li:before {
    display: none;
  }
  .c-template-content .c-products-category-list .products-category-list li .category-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 16px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
  }
  .c-template-content .product-list-table {
    font-size: 15px;
    width: 100%;
  }
  .c-template-content .product-list-table th {
    padding: 4px;
    vertical-align: middle;
	font-weight: normal;
    text-align: center;
  }
  .c-template-content .product-list-table td {
    padding: 4px;
    vertical-align: middle;
    text-align: center;
  }
  .c-template-content .product-list-table td img {
    display: inline-block;
    width: 30px;
    height: auto;
  }
  .c-template-content .product-list-table td a {
    display: block;
    text-align: center;
  }
  .c-template-content .product-list-table td:first-child {
    width: 35%;
  }
  .c-template-content .product-list-table td:nth-child(2) {
    width: 15%;
  }
  .c-template-content .product-list-table td:nth-child(3) {
    width: 5%;
  }
  .c-template-content .product-list-table td:nth-child(4) {
    width: 18%;
  }
  .c-template-content .product-list-table td:nth-child(5) {
    width: 12%;
  }
  .c-template-content .product-list-table td:nth-child(6) {
    width: 7.5%;
  }
  .c-template-content .product-list-table td:nth-child(7) {
    width: 7.5%;
  }
  .c-template-content .product-list-table .head th:first-child {
    width: 50%;
  }
  .c-template-content .product-list-table .head th:nth-child(2) {
    width: 18%;
  }
  .c-template-content .product-list-table .head th:nth-child(3) {
    width: 12%;
  }
  .c-template-content .product-list-table .head th:nth-child(4) {
    width: 7.5%;
  }
  .c-template-content .product-list-table .head th:nth-child(4) {
    width: 7.5%;
  }
  .c-template-content .product-list-table .product-name {
    text-align: left;
    font-weight: normal;
    padding: 4px 8px;
  }
  .c-template-content .product-list-table .product-img {
    width: 96%;
    padding: 0px;
    margin: 8px auto 8px;
  }
  .c-template-content .product-list-table .product-img img {
    width: 100%;
    height: auto;
  }
  .c-template-content .product-list-table .price {
    text-align: right;
    font-size: 16px;
    padding: 0 8px 0 0;
  }
  .c-template-content .c-pagenation .pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 16px;
  }
  .c-template-content .c-pagenation .pagenation li {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0 8px 8px 0;
  }
  .c-template-content .c-pagenation .pagenation li:first-child {
    margin-left: auto;
  }
  .c-template-content .c-pagenation .pagenation li:last-child {
    margin-right: auto;
  }
  .c-template-content .c-pagenation .pagenation li:before {
    display: none;
  }
  .c-template-content .c-pagenation .pagenation li a {
    text-decoration: none;
    padding: 4px 8px 4px;
    display: block;
    border: 1px solid #eee;
  }
  .c-template-content .c-pagenation .pagenation .active {
    padding: 4px 8px 4px;
    font-weight: bold;
  }
  .c-template-content .catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .c-template-content .catalog-list .catalog-list-item {
    width: 31%;
    margin-bottom: 32px;
  }
  .c-template-content .catalog-list .catalog-list-item .catalog-list-image {
    border: 1px solid #eee;
    margin-bottom: 12px;
  }
  .c-template-content .catalog-list .catalog-list-item .catalog-list-info .catalog-list-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .section-grid {
    position: relative;
    border-left: 1px solid rgba(48, 45, 49, 0.05);
  }
  .section-grid:before {
    content: "";
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(48, 45, 49, 0.05);
    border-right: 1px solid rgba(48, 45, 49, 0.05);
    position: absolute;
    left: 25%;
    top: 0;
    z-index: 80;
  }
  .section-grid:after {
    content: "";
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(48, 45, 49, 0.05);
    border-right: 1px solid rgba(48, 45, 49, 0.05);
    position: absolute;
    right: 0;
    top: 0;
  }
  .container {
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
  }
  .container.columned {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .search .container.columned .c-side-nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .search .container.columned .c-side-nav .c-side-search {
    padding-bottom: 0;
  }
  .search .container.columned .c-template-content {
    margin-top: 0;
  }
  .main-header {
    background: #fff;
    border-top: 4px solid #19197f;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 56px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-header .logo {
    padding: 2px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-header .logo img {
    display: block;
    height: 36px;
    width: auto;
  }
  .main-header .logo .logo-description {
    font-size: 12px;
    background: #19197f;
    color: #fff;
    position: relative;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
    font-weight: bold;
    padding: 0 16px 0 8px;
    margin-left: 12px;
  }
  .main-header .logo .logo-description:before {
    content: "";
    height: 20px;
    width: 10px;
    border-right: 10px solid #19197f;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -10px;
    top: 0;
  }
  .menu-toggle {
    display: block;
    position: absolute;
    right: 16px;
    top: 12px;
  }
  .menu-toggle .icon {
    margin: 12px auto 6px;
    width: 24px;
    height: 2px;
    display: block;
    background: #19197f;
    position: relative;
  }
  .menu-toggle .icon:before, .menu-toggle .icon:after {
    content: "";
    width: 24px;
    height: 2px;
    background: #19197f;
    position: absolute;
    left: 0;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .menu-toggle .icon:before {
    top: -8px;
  }
  .menu-toggle .icon:after {
    bottom: -8px;
  }
  .c-header-menu {
    background: rgba(8, 8, 42, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    position: fixed;
    max-height: calc(100vh - 56px);
    width: 100%;
    left: 0;
    top: 56px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding-bottom: 96px;
  }
  .c-header-menu.header-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .c-header-menu-function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #555;
    width: 100%;
  }
  .c-header-menu-function .c-function-item {
    border-left: 1px solid #555;
    border-bottom: 1px solid #555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
  .c-header-menu-function .c-function-item:first-child {
    border-left: none;
  }
  .c-header-menu-function .c-function-item a {
    padding: 16px 24px 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    color: #fff;
  }
  .c-header-menu-function .c-function-item a .function-label {
    font-size: 10px;
    font-weight: bold;
    display: block;
    padding-top: 8px;
  }
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header-nav-item:last-child > a:after {
    display: none;
  }
  .header-nav-item > a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    display: block;
    padding: 24px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    position: relative;
  }
  .header-nav-item > a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 3px);
  }
  .header-nav-item > a span {
    display: block;
    margin: 0 auto;
    font-weight: bold;
  }
  .header-nav-item > a .nav-item-title {
    font-size: 14px;
  }
  .header-nav-item > a .nav-item-title-deco {
    display: none;
  }
  .l-header-mega-menu {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 0 0 2rem;
  }
  .l-header-mega-menu .header-mega-menu-title {
    display: none;
  }
  .header-mega-menu {
    margin: 0 auto;
    text-align: left;
  }
  .header-mega-menu .header-mega-menu-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header-mega-menu .header-mega-menu-item:last-child {
    border-bottom: none;
  }
  .header-mega-menu .header-mega-menu-item a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: rgba(48, 45, 49, 0.8);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .header-mega-menu .header-mega-menu-item a:before {
    content: "";
    width: 10px;
    height: 1px;
    display: block;
    background: #19197f;
    position: absolute;
    left: -12px;
    top: 50%;
    opacity: 0.5;
  }
  .header-mega-menu .header-mega-menu-item a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #19197f;
    border-right: 1px solid #19197f;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 3px);
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-image {
    display: none;
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-text {
    padding: 8px;
  }
  .header-mega-menu .mega-menu-item-title {
    font-weight: bold;
    font-size: 14px;
    opacity: 0.9;
  }
  .header-mega-menu .mega-menu-item-title img {
    display: none;
  }
  .main-footer {
    position: relative;
    background: #111154;
  }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    /* -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; */
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            padding: 32px 24px 32px;
  }
  .footer-nav .footer-nav-block {
    width: 100%;
  }
  .footer-nav .footer-nav-item > a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .footer-nav .footer-nav-item > a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
  }
  .footer-nav .footer-nav-child-list {
    padding: 0 0 0 2rem;
    margin-bottom: 1rem;
    display: none;
  }
  .footer-nav .footer-nav-child-item {
    position: relative;
    padding: 8px 0;
    font-size: 12px;
  }
  .footer-nav .footer-nav-child-item:before {
    content: "";
    width: 4px;
    height: 1px;
    display: block;
    position: absolute;
    left: -12px;
    top: 50%;
    background: #fff;
  }
  .footer-nav .footer-nav-child-item a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
  }
  .footer-nav .footer-cta {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer-nav .footer-cta a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 20px 16px;
    text-align: center;
    margin-bottom: 12px;
  }
  .footer-nav .footer-cta a i {
    display: inline-block;
    margin-right: 4px;
  }
  .footer-nav .footer-cta .contact-btn {
    background: #19197f;
  }
  .footer-nav .footer-cta .catalogue-btn {
    background: #00AABD;
  }
  .c-footer-bottom {
    background: #040414;
    padding: 32px 0;
    color: #fff;
    font-size: 12px;
  }
  .c-footer-bottom .footer-bottom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .c-footer-bottom .footer-bottom-nav .nav-item {
    margin-bottom: 12px;
    padding: 0 12px;
    opacity: 0.75;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .c-footer-bottom .footer-bottom-nav .nav-item:last-child {
    border-right: none;
  }
  .c-footer-bottom .footer-bottom-nav .nav-item a {
    color: #fff;
    text-decoration: none;
  }
  .c-footer-bottom .copyright {
    font-size: 10px;
    text-align: center;
    opacity: 0.75;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    padding-bottom: 80px;
  }
  .l-footer-banner {
    padding: 24px 4px;
    background: #f5f5f5;
    position: relative;
  }
  .l-footer-banner .footer-banner-caroucell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer-banner .banner-item {
    margin: 0 auto 8px;
    width: calc(50% - 16px);
  }
  .l-footer-banner .banner-item img {
    max-width: 100%;
    height: auto;
  }
  .l-top-footer-corporate {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-top-footer-corporate .c-footer-corporate-block {
    width: 100%;
    height: 100%;
    position: relative;
    background: #19197f;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-top-footer-corporate .c-footer-corporate-block:last-child {
    background: #00AABD;
  }
  .l-top-footer-corporate .c-footer-corporate-block a {
    text-decoration: none;
    display: block;
  }
  .l-top-footer-corporate .image-wrapper {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .l-top-footer-corporate .image-wrapper img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50% -50%);
        -ms-transform: translate(-50% -50%);
            transform: translate(-50% -50%);
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .l-top-footer-corporate .image-wrapper img {
      position: static;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
    }
  }
  .l-top-footer-corporate .corporate-block-text {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(25, 25, 127, 0.2);
  }
  .l-top-footer-corporate .corporate-block-text:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 2px;
    top: 2px;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .l-top-footer-corporate .corporate-block-title {
    margin-bottom: 24px;
  }
  .l-top-footer-corporate .corporate-block-title span {
    display: block;
  }
  .l-top-footer-corporate .corporate-block-title .title-jp {
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
  }
  .l-top-footer-corporate .corporate-block-title .title-en {
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1.15;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .c-page-header {
    width: 100%;
    padding: 0 20px;
    position: relative;
    background: -o-linear-gradient(30deg, #08082a, #00AABD);
    background: linear-gradient(60deg, #08082a, #00AABD);
  }
  .c-page-header .page-header-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-page-header .page-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #fff;
    position: relative;
    min-height: 280px;
    padding-top: 80px;
  }
  .c-page-header .page-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .c-page-header .page-title-sub {
    font-size: 15px;
    font-weight: bold;
  }
  .c-breadcrumb {
    overflow: hidden;
    padding-bottom: 32px;
    opacity: 0.8;
  }
  .c-breadcrumb .bread-crumbs {
    overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-breadcrumb .bread-crumbs li {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    color: #fff;
  }
  .c-breadcrumb .bread-crumbs li a {
    color: #fff;
    text-decoration: none;
  }
  .c-breadcrumb .bread-crumbs li:after {
    content: "/";
    margin: 0 8px;
  }
  .c-breadcrumb .bread-crumbs li:last-child:after {
    display: none;
  }
  .c-side-nav {
    width: 100%;
    z-index: 100;
    background: #fff;
  }
  .c-side-nav .side-title {
    width: 100%;
    background: #19197f;
    padding: 24px;
    color: #fff;
    z-index: 200;
    position: relative;
  }
  .c-side-nav .side-title:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 1px;
    top: 1px;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .c-side-nav .side-title .title-en {
    display: block;
    font-size: 24px;
    line-height: 1.15;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: 'Muli', sans-serif;
  }
  .c-side-nav .side-title .title-jp {
    font-weight: bold;
    font-size: 12px;
    display: block;
    letter-spacing: 2px;
  }
  .c-side-nav .c-side-search {
    padding: 24px;
  }
  .c-side-nav .c-side-search h4 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .c-side-nav .c-side-search .side-seach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }
  .c-side-nav .c-side-search .side-seach input {
    width: 70%;
    font-size: 16px;
    padding: 4px;
    border: 1px solid #eee;
  }
  .c-side-nav .c-side-search .side-seach button {
    width: 30%;
    font-weight: bold;
    background: #ddd;
    font-size: 14px;
    border: 1px solid #eee;
  }
  .c-side-nav .c-side-search .support-link {
    font-size: 13px;
  }
  .c-side-nav .side-nav-list {
    height: auto;
  }
  .c-side-nav .side-nav-list .side-nav-item {
    border-bottom: 1px solid rgba(48, 45, 49, 0.1);
    background: rgba(44, 44, 108, 0.05);
  }
  .c-side-nav .side-nav-list .side-nav-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #302D31;
    padding: 24px;
    position: relative;
  }
  .c-side-nav .side-nav-list .side-nav-item a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #19197f;
    border-right: 1px solid #19197f;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0.5;
    position: absolute;
    right: 12px;
    top: calc(50% - 4px);
  }
  .c-side-nav .side-nav-list .side-nav-item:hover .side-nav-children {
    display: block;
  }
  .c-side-nav .side-nav-list .side-nav-item .side-nav-children {
    display: block;
  }
  .c-side-nav .side-nav-list .side-nav-item .side-nav-children .child-item a {
    padding: 16px 32px;
    background: rgba(44, 44, 108, 0.01);
    font-size: 13px;
  }
  .c-side-nav .side-nav-list .side-nav-item .side-nav-children .child-item.nav-title a {
    padding: 8px 0px;
    background: rgba(44, 44, 108, 0.01);
    font-size: 13px;
    color: #fff;
  }
  .c-side-nav .side-nav-list .side-nav-item .side-nav-children .child-item.nav-title a:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .c-side-nav .side-nav-list .nav-title {
    background: rgba(25, 25, 127, 0.8);
    color: #fff;
    padding: 8px 32px;
    font-size: 14px;
  }
  .pc-side-nav-fixed {
    top: 2%;
    left: 7%;
    width: 300px;
    position: static;
  }
  .footer-floating-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(17, 17, 84, 0.95);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    display: none;
    width: 100%;
    z-index: 200;
  }
  .footer-floating-banner:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 4px);
  }
  .footer-floating-banner .image-wrapper {
    width: 104px;
    margin-left: 12px;
    background: url("../img/catalog_img.png") no-repeat left center;
    background-size: cover;
    position: relative;
  }
  .footer-floating-banner .image-wrapper img {
    max-width: 100%;
    height: auto;
  }
  .footer-floating-banner .banner-text {
    padding: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.4;
  }
  .footer-floating-banner .banner-text-title {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .footer-floating-banner .banner-text-title span {
    font-weight: bold;
  }
  .footer-floating-banner .banner-link-btn {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-decoration: none;
  }
  .footer-floating-banner .banner-link-btn:after {
    content: "";
  }
  .products .footer-floating-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-fv {
    background: #555;
    position: relative;
    height: 50vh;
  }
  .hero-slideshow {
    height: 100%;
    height: 50vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
  }
  .hero-slideshow .hero-slide-item {
    position: relative;
    height: 50vh;
  }
  .hero-slideshow .hero-slide-item img {
    /* opacity: 0.75; */
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .hero-slideshow .hero-slide-item img {
      position: static;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
    }
  }
  .hero-slideshow .slick-arrow {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    top: calc(50% - 16px);
    color: transparent;
    font-size: 0;
    z-index: 100;
  }
  .hero-slideshow .slick-arrow:after {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: calc(50% - 10px);
  }
  .hero-slideshow .slick-arrow.slick-prev {
    left: 0;
  }
  .hero-slideshow .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: calc(50% - 10px);
  }
  .hero-slideshow .slick-arrow.slick-next {
    right: 0;
  }
  .hero-slideshow .slick-arrow.slick-next:after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    right: calc(50% - 10px);
  }
  .hero-slideshow .slick-dots {
    position: absolute;
    bottom: 32px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .hero-slideshow .slick-dots li {
    overflow: hidden;
    width: 40px;
    height: 4px;
    margin: 0 2px;
    background: rgba(255, 255, 255, 0.75);
  }
  .hero-slideshow .slick-dots li.slick-active {
    background: #00AABD;
  }
  .hero-slideshow .slick-dots li button {
    outline: none;
    border: none;
    color: transparent;
    background: transparent;
    font-size: 0;
  }
  .fv-inner {
    height: 50vh;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .fv-inner:before {
    content: "";
    width: 25%;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    left: 25%;
    top: 0;
    opacity: 0.25;
  }
  .fv-inner:after {
    content: "";
    width: 25%;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.25;
  }
  .fv-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50vh;
    padding: 64px 20px 32px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .fv-main .fv-copy {
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: relative;
    line-height: 1.25;
    font-family: 'Muli', sans-serif;
  }
  .fv-main .fv-sub-copy {
    line-height: 2;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
  }
  .l-top-service {
    background: #fff;
    position: relative;
  }
  .l-top-service .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-service-title {
    width: 75%;
    background: rgba(25, 25, 127, 0.95);
    padding: 32px 24px;
    color: #fff;
    z-index: 200;
    position: relative;
    margin: -24px 0 0 -1px;
  }
  .top-service-title:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .top-service-title .title-en {
    display: block;
    font-size: 24px;
    line-height: 1.15;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: 'Muli', sans-serif;
  }
  .top-service-title .title-jp {
    font-weight: bold;
    font-size: 12px;
    display: block;
    letter-spacing: 2px;
  }
  .top-service-description {
    padding: 32px 24px 120px;
    width: 100%;
    position: relative;
  }
  .top-service-description p {
    display: inline;
    color: rgba(48, 45, 49, 0.9);
    font-size: 13px;
    line-height: 2.4;
  }
  .top-service-image {
    width: 100%;
    position: relative;
  }
  .top-service-image .image-wrapper {
    background: #eee;
    width: 100%;
    height: 200px;
  }
  .top-service-image .image-wrapper img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50% -50%);
        -ms-transform: translate(-50% -50%);
            transform: translate(-50% -50%);
    opacity: 0.9;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .top-service-image .image-wrapper img {
      position: static;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
    }
  }
  .top-service-image .view-more-link {
    position: absolute;
    right: 24px;
    top: -96px;
    display: inline-block;
    border: 1px solid #19197f;
    color: #19197f;
    padding: 20px 16px;
    text-decoration: none;
    width: 160px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 500;
  }
  .top-service-image .view-more-link:before {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 4px solid #19197f;
    border-left: 4px solid #19197f;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .top-service-image .view-more-link:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #19197f;
    border-right: 1px solid #19197f;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 3px);
  }
  .l-top-product {
    border-top: 1px solid rgba(48, 45, 49, 0.1);
    border-bottom: 1px solid rgba(48, 45, 49, 0.1);
    position: relative;
    padding: 64px 0 96px;
    background: #111154;
  }
  .l-top-product .top-product-title {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }
  .l-top-product .top-product-title .title-en {
    display: block;
    font-size: 24px;
    line-height: 1.15;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: 'Muli', sans-serif;
    color: #fff;
  }
  .l-top-product .top-product-title .title-jp {
    font-weight: bold;
    font-size: 12px;
    display: block;
    letter-spacing: 2px;
    color: #fff;
  }
  .l-top-product .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-top-product .slick-arrow {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: none;
    outline: none;
    background: #19197f;
    position: absolute;
    top: calc(50% - 24px);
    color: transparent;
    font-size: 0;
    z-index: 100;
  }
  .l-top-product .slick-arrow:after {
    content: "";
    width: 12px;
    height: 12px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    top: calc(50% - 6px);
  }
  .l-top-product .slick-arrow.slick-prev {
    left: 0;
  }
  .l-top-product .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: calc(50% - 6px);
  }
  .l-top-product .slick-arrow.slick-next {
    right: 0;
  }
  .l-top-product .slick-arrow.slick-next:after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    right: calc(50% - 6px);
  }
  .l-top-product .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-top-product .product-item {
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    outline: none;
    padding: 16px 16px 24px;
    background: #fff;
    border-radius: 2px;
    margin: 0 auto 8px;
    position: relative;
    width: 48%;
  }
  .l-top-product .product-item:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 2px;
    top: 2px;
    border-top: 6px solid #19197f;
    border-left: 6px solid #19197f;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .l-top-product .product-item-image {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-top-product .product-item-image img {
    max-width: 100%;
    max-height: 96px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .l-top-product .product-name {
    font-size: 12px;
    line-height: 1.25;
    font-weight: bold;
    margin: 0;
  }
  .l-top-news {
    position: relative;
    background: #fff;
  }
  .l-top-news .top-news-title {
    width: 75%;
    background: #19197f;
    padding: 32px 24px;
    color: #fff;
    z-index: 200;
    position: relative;
    margin: -24px 0 0 -1px;
  }
  .l-top-news .top-news-title:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .l-top-news .top-news-title .title-en {
    display: block;
    font-size: 24px;
    line-height: 1.15;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: 'Muli', sans-serif;
  }
  .l-top-news .top-news-title .title-jp {
    font-weight: bold;
    font-size: 12px;
    display: block;
    letter-spacing: 2px;
  }
  .l-top-news .top-news-content {
    padding: 40px 24px;
  }
  .l-top-news .top-news-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
  .l-top-news .top-news-nav .news-nav-item {
    border: 1px solid rgba(48, 45, 49, 0.1);
    border-right: none;
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    color: rgba(48, 45, 49, 0.75);
    cursor: pointer;
  }
  .l-top-news .top-news-nav .news-nav-item.current {
    background: #19197f;
    color: #fff;
  }
  .l-top-news .top-news-nav .news-nav-item:hover {
    color: #19197f;
  }
  .l-top-news .top-news-nav .news-nav-item:last-child {
    border-right: 1px solid rgba(48, 45, 49, 0.1);
  }
  .l-top-news .top-news-list {
    border-bottom: 1px solid rgba(48, 45, 49, 0.1);
  }
  .l-top-news .top-news-item {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(48, 45, 49, 0.1);
  }
  .l-top-news .top-news-item:before {
    content: "";
    width: 24px;
    height: 2px;
    background: #19197f;
    position: absolute;
    left: 0;
    top: 0;
  }
  .l-top-news .top-news-item a {
    width: 100%;
    display: block;
    padding: 16px 0;
    text-decoration: none;
  }
  .l-top-news .top-news-item .top-news-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    min-width: 200px;
    margin-bottom: 12px;
  }
  .l-top-news .top-news-item .posted-date {
    font-size: 11px;
    font-weight: bold;
    color: #19197f;
    width: 72px;
    margin-right: 8px;
  }
  .l-top-news .top-news-item .post-category {
    font-size: 11px;
    padding-left: 12px;
    font-weight: bold;
    color: #19197f;
    position: relative;
  }
  .l-top-news .top-news-item .post-category:before {
    content: "";
    width: 1px;
    height: 120%;
    background: #19197f;
    position: absolute;
    left: 0;
    top: -10%;
  }
  .l-top-news .top-news-item .post-title {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    color: rgba(48, 45, 49, 0.8);
    line-height: 1.25;
  }
  .l-top-news .c-top-news-footer {
    padding: 32px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-top-news .c-top-news-footer .view-all-link {
    position: relative;
    display: inline-block;
    border: 1px solid #19197f;
    color: #19197f;
    padding: 20px 16px;
    text-decoration: none;
    width: 160px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .l-top-news .c-top-news-footer .view-all-link:before {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 4px solid #19197f;
    border-left: 4px solid #19197f;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .l-top-news .c-top-news-footer .view-all-link:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #19197f;
    border-right: 1px solid #19197f;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 3px);
  }
  body {
    font-family: sans-serif;
  }
  .c-template-content {
    padding: 16px 16px;
    margin: 24px 0;
    font-size: 15px;
    color: rgba(48, 45, 49, 0.85);
    position: relative;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
  }
  .c-template-content h2, .c-template-content h3, .c-template-content h4, .c-template-content h5 {
    line-height: 1.4;
    color: plaette(gray);
  }
  .c-template-content h2 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin: 4rem 0 2rem;
  }
  .c-template-content h2:before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -20px;
    background: #00AABD;
  }
  .c-template-content h2:first-child {
    margin-top: 0;
  }
  .c-template-content h3 {
    font-size: 20px;
    padding: 12px 20px;
    font-weight: bold;
    width: calc(100% + 40px);
    border-top: 1px solid rgba(48, 45, 49, 0.1);
    border-bottom: 1px solid rgba(48, 45, 49, 0.1);
    margin: 4rem -20px 1.5rem;
  }
  .c-template-content h3:first-child {
    margin-top: 0;
  }
  .c-template-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 4rem 0 1.5rem;
    position: relative;
  }
  .c-template-content h4:before {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    left: -20px;
    top: calc(50% - 1px);
    background: #00AABD;
  }
  .c-template-content h4:first-child {
    margin-top: 0;
  }
  .c-template-content h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    margin: 4rem 0 0.75rem;
    position: relative;
  }
  .c-template-content h5:before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #19197f;
  }
  .c-template-content h5:first-child {
    margin-top: 0;
  }
  .c-template-content p {
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .c-template-content p.caution {
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.9;
  }
  .c-template-content ul, .c-template-content ol {
    margin: 2rem 0;
    line-height: 1.4;
  }
  .c-template-content ul li {
    padding: 0.4rem 0 0.4rem 1rem;
    position: relative;
  }
  .c-template-content ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #19197f;
    position: absolute;
    left: 0;
    top: calc(0.5rem + 6px);
  }
  .c-template-content ol {
    list-style: decimal-leading-zero;
    padding-left: 1.75rem;
  }
  .c-template-content ol li {
    padding: 0.4rem 0;
    position: relative;
  }
  .c-template-content dl {
    margin: 2rem 0;
  }
  .c-template-content dl dt {
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    font-weight: bold;
    background: #19197f;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .c-template-content dl dd {
    line-height: 1.8;
    display: block;
  }
  .c-template-content blockquote {
    background: rgba(48, 45, 49, 0.05);
    width: calc(100% + 40px);
    margin: 2rem -20px;
    border-left: 4px solid rgba(48, 45, 49, 0.2);
    padding: 3rem 20px;
    line-height: 1.8;
  }
  .c-template-content table {
    border: 1px solid rgba(48, 45, 49, 0.1);
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    background: #fff;
    margin-bottom: 2rem;
  }
  .c-template-content table tr th:last-child, .c-template-content table tr td:last-child {
    border-right: none;
  }
  .c-template-content table tr:last-child th, .c-template-content table tr:last-child td {
    border-bottom: none;
  }
  .c-template-content table th {
    background: rgba(48, 45, 49, 0.05);
    padding: 1rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    border-bottom: 1px solid rgba(48, 45, 49, 0.1);
    border-right: 1px solid rgba(48, 45, 49, 0.1);
  }
  .c-template-content table td {
    padding: 1rem;
    border-bottom: 1px solid rgba(48, 45, 49, 0.1);
    border-right: 1px solid rgba(48, 45, 49, 0.1);
    line-height: 1.6;
  }
  .c-template-content figure {
    margin: 2rem 0;
  }
  .c-template-content figure figcaption {
    padding: 1rem 0 0;
    font-size: 12px;
    color: rgba(48, 45, 49, 0.8);
    line-height: 1.4;
  }
  .c-template-content img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .c-template-content select {
    font-size: 16px;
    padding: 6px 6px 6px;
    min-width: 70%;
    width: 100%;
    border: 1px solid #eee;
  }
  .c-template-content input, .c-template-content textarea {
    padding: 8px;
    font-size: 16px;
    min-width: 70%;
    width: 100%;
    border: 1px solid #eee;
  }
  .c-template-content textarea {
    min-height: 260px;
  }
  .c-template-content .column-layout .item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 32px;
  }
  .c-template-content .card {
    background: rgba(44, 44, 108, 0.05);
  }
  .c-template-content .card img {
    width: 100%;
    height: auto;
    display: block;
  }
  .c-template-content .card .card-text {
    padding: 24px;
  }
  .c-template-content .card .card-text *:last-child {
    margin-bottom: 0;
  }
  .c-template-content .common-img-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .c-template-content .common-img-view .list-item {
    width: 100%;
    margin: 0 auto 24px;
    position: relative;
    border: 1px solid rgba(25, 25, 127, 0.2);
  }
  .c-template-content .common-img-view .list-item .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
  }
  .c-template-content .common-img-view .list-item .title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 12px 12px 12px;
    background: rgba(25, 25, 127, 0.8);
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
  }
  .c-template-content .common-img-view .list-item .title:after {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 1px;
    top: 1px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .c-template-content .sub-img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 8px;
    width: 100%;
  }
  .c-template-content .sub-img-box .img {
    width: 100%;
    margin-bottom: 16px;
  }
  .c-template-content .sub-img-box .info {
    width: 100%;
    padding: 0px;
  }
  .c-template-content .sub-img-box .info h3 {
    font-size: 16px;
    width: 100%;
    margin: 0rem 0 1rem;
    padding: 12px 0px;
  }
  .c-template-content .sub-img-box .info p {
    margin-bottom: 0;
  }
  .c-template-content .sub-img-box.border-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .c-template-content .sub-img-box.border-item .img {
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
  .c-template-content .sub-img-box.border-item .info {
    width: 100%;
    padding: 0 0 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
  .c-template-content .image-box {
    padding: 0 8px 24px;
  }
  .c-template-content .image-box strong {
    display: block;
    margin-bottom: 6px;
  }
  .c-template-content .text-box strong {
    display: block;
    margin-bottom: 6px;
  }
  .c-template-content .col-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-template-content .col-02 div {
    width: 100%;
    line-height: 1.4;
    margin: 6px 0;
  }
  .c-template-content .col-02 div img {
    width: 100%;
  }
  .c-template-content .col-02 .image-box {
    padding: 8px 0;
  }
  .c-template-content .col-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-template-content .col-03 div {
    width: 100%;
    line-height: 1.4;
    margin: 6px 0;
  }
  .c-template-content .col-03 div img {
    width: 100%;
  }
  .c-template-content .col-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-template-content .col-04 div {
    width: 100%;
    line-height: 1.4;
    margin: 6px 0;
  }
  .c-template-content .col-04 div img {
    width: 100%;
  }
  .c-template-content .caption {
    display: block;
    font-size: 12px;
    padding: 4px 0;
  }
  .c-template-content .date {
    text-align: left;
    margin: -8px 0 24px;
  }
  .c-template-content .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    margin: 24px 0;
  }
  .c-template-content .flow-list li {
    border: 1px solid #19197f;
    color: #19197f;
    font-weight: bold;
    padding: 8px;
    width: 28%;
    margin: 12px 16px;
    list-style: inside decimal;
    font-size: 14px;
    -webkit-box-shadow: 5px 5px 0px #ddd;
            box-shadow: 5px 5px 0px #ddd;
  }
  .c-template-content .intro-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-template-content .intro-list .intro-image {
    width: 50%;
    margin: 0 auto 16px;
  }
  .c-template-content .intro-list .intro-info {
    width: 100%;
  }
  .c-template-content .intro-list .intro-info .intro-area {
    margin-bottom: 8px;
  }
  .c-template-content .intro-list .intro-info .intro-name {
    font-size: 20px;
    font-weight: bold;
    color: #19197f;
    margin-bottom: 12px;
  }
  .c-template-content .intro-list .intro-info .intro-subinfo {
    margin-bottom: 8px;
    color: #999;
  }
  .c-template-content .qa-list dt {
    padding: 8px 8px;
  }
  .c-template-content .qa-list dt:before {
    content: "Q.";
    margin-right: 8px;
    line-height: 1.4;
    font-size: 20px;
  }
  .c-template-content .qa-list dd:before {
    content: "A.";
    margin-right: 8px;
    font-size: 20px;
    padding-left: 8px;
    font-weight: bold;
    color: #19197f;
  }
  .c-template-content .channel-table th {
    width: 33%;
  }
  .c-template-content .channel-result-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-template-content .channel-result-title .tag {
    font-size: 13px;
    color: #fff;
    background: #999;
    padding: 4px 6px;
    margin: auto 0px auto auto;
  }
  .c-template-content .channel-result-title .tag-01 {
    background: #E60F13;
  }
  .c-template-content .channel-result-title .tag-02 {
    background: #3A24E6;
  }
  .c-template-content .example-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .c-template-content .example-list .title {
    width: 100%;
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
  }
  .c-template-content .example-list .before {
    width: 20%;
  }
  .c-template-content .example-list .before .label {
    display: block;
    margin-bottom: 8px;
  }
  .c-template-content .example-list .after {
    width: 60%;
  }
  .c-template-content .example-list .after span {
    display: block;
    margin-bottom: 8px;
  }
  .c-template-content .example-list .after .change {
    font-weight: bold;
    color: #19197f;
  }
  .c-template-content .example-list .arrow {
    width: 10%;
    text-align: center;
    color: #bbb;
    margin: auto auto auto auto;
    font-size: 20px;
  }
  .c-template-content .example-list .arrow:before {
    content: ">>>";
  }
  .c-product-detail .product-detail-title {
    background: #19197f;
    padding: 16px;
    margin-bottom: 24px;
    color: #fff;
  }
  .c-product-detail .product-detail-title .main-title {
    font-size: 22px;
    font-weight: bold;
  }
  .c-product-detail .product-detail-title .sub-title {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
  }
  .c-product-detail .product-detail-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .c-product-detail .fade {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .c-product-detail .fade .slick-arrow {
    display: none !important;
  }
  .c-product-detail .fade .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 24px;
  }
  .c-product-detail .fade .slick-dots button:first-child {
    margin-left: auto;
  }
  .c-product-detail .fade .slick-dots button:last-child {
    margin-right: auto;
  }
  .c-product-detail .fade .slick-dots li {
    list-style: none;
    margin: 0 1% 0 0!important;
    padding: 0;
    width: 19%;
  }
  .c-product-detail .fade .slick-dots li img {
    width: 90%;
  }
  .c-product-detail .fade .slick-dots li:before {
    display: none;
  }
  .c-product-detail .fade .slick-dots li:first-child {
    margin-left: 0;
  }
  .c-product-detail .fade .slick-dots li:last-child {
    margin-right: 0;
  }
  .c-product-detail .detail-img-list {
    width: 100%;
  }
  .c-product-detail .detail-img-list .img-item {
    padding: 12px;
    margin: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .c-product-detail .detail-img-list .img-item img {
    width: 100%;
  }
  .c-product-detail .haed-icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0 0 8px;
  }
  .c-product-detail .haed-icon-group li {
    list-style: none;
    width: auto;
  }
  .c-product-detail .haed-icon-group li img {
    width: auto;
    max-width: 100px;
    height: auto;
  }
  .c-product-detail .haed-icon-group li:before {
    display: none;
  }
  .c-product-detail .head-info-group dl {
    margin: 0.2rem;
  }
  .c-product-detail .head-info-group dl dt {
    font-size: 14px;
  }
  .c-product-detail .head-info-group dl dd {
    font-size: 14px;
  }
  .c-product-detail .detail-caption {
    font-size: 13px;
    opacity: 0.85;
  }
  .c-product-detail .pdf-download li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-product-detail .pdf-download li a span {
    margin-right: 8px;
  }
  .c-product-detail table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    word-break: break-word;
  }
  .c-product-detail table th {
    padding: 4px;
  }
  .c-product-detail table td {
    padding: 4px;
  }
  .c-product-detail .c-recommend-list .single-item {
    width: 100%;
    position: relative;
  }
  .c-product-detail .c-recommend-list .single-item .slick-arrow.slick-prev {
    left: 0px;
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
  }
  .c-product-detail .c-recommend-list .single-item .slick-arrow.slick-next {
    right: 0px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
  }
  .c-product-detail .c-recommend-list .single-item .slick-arrow {
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    position: absolute;
    top: calc(50% - 8px);
    color: transparent;
    font-size: 0;
    z-index: 100;
    background: transparent;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-product-detail .c-recommend-list .recommend-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item {
    list-style: none;
    padding: 0;
    margin: 0 auto 16px;
    width: 50%;
    border: 1px solid #eee;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item:before {
    display: none;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a {
    width: 100%;
    padding: 0;
    color: #333;
    text-decoration: none;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-img div {
    margin: auto;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-img img {
    width: 100%;
    max-width: 100px;
    margin: 8px auto 8px;
    display: block;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-info {
    width: 100%;
    padding: 12px 12px 12px;
    border-top: 1px dashed #eee;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 11px;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-category .icon-category {
    margin-bottom: 12px;
    margin-right: 12px;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-category .icon-group {
    margin-bottom: 12px;
    margin-right: 12px;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-description {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-link {
    position: relative;
    font-size: 12px;
    text-align: right;
    margin-top: 12px;
    padding-right: 24px;
  }
  .c-product-detail .c-recommend-list .recommend-list .list-item a .product-link:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #19197f;
    border-right: 1px solid #19197f;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0.5;
    position: absolute;
    right: 12px;
    top: calc(50% - 4px);
  }
  .c-product-detail .c-recommend-list .download-pdf {
    margin: 0;
    padding: 8px 0 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px dashed #eee;
  }
  .c-product-detail .c-recommend-list .download-pdf > li {
    margin: 0 0 8px 0;
    padding: 0 12px 0 12px;
  }
  .c-product-detail .c-recommend-list .download-pdf > li:before {
    display: none;
  }
  .c-product-detail .c-recommend-list .download-pdf > li a {
    font-size: 12px;
    color: #39ABD2;
  }
  .result-setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 16px 8px;
    border: 1px solid #eee;
    margin-bottom: 24px;
  }
  .result-setting .result-setting-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 16px 16px 0;
    font-size: 13px;
    line-height: 1.4;
  }
  .result-setting .result-setting-field .result-setting-label {
    margin: 0px auto 8px;
  }
  .result-setting .result-setting-field .result-setting-form-item {
    width: 100%;
  }
  .result-lists .result-lists-item {
    margin-bottom: 32px;
  }
  .result-lists .result-lists-item .result-lists-item-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  .result-lists .result-lists-item .result-lists-item-info {
    font-size: 12px;
    margin-bottom: 6px;
    color: #999;
  }
  .result-lists .result-lists-item .result-lists-item-info .result-lists-item-label {
    margin: 0 4px 4px 0;
  }
  .result-lists .result-lists-item .result-lists-item-description {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.6;
  }
  .form-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px dotted #eee;
  }
  .form-layout .form-layout-label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 8px;
  }
  .form-layout .form-layout-label .form-layout-name {
    font-size: 14px;
    font-weight: bold;
  }
  .form-layout .form-layout-label .form-layout-must {
    font-size: 12px;
    margin: 4px auto 0 4px;
    padding: 4px;
    font-weight: bold;
    background: #19197f;
    color: #fff;
  }
  .form-layout .form-layout-label .form-layout-not-must {
    font-size: 12px;
    margin: 4px auto 0 4px;
    padding: 4px;
    background: #ddd;
  }
  .form-layout .form-layout-item {
    width: 100%;
  }
  .form-layout .select-block {
    display: block;
    margin: 16px 0 0 0;
  }
  .form-submit .submit-description {
    text-align: center;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .form-submit .submit-button {
    display: block;
    border: none;
    background: #19197f;
    color: #fff;
    font-size: 16px;
    padding: 12px 32px;
    margin: 8px auto 24px;
  }
  .catalog-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 32px;
  }
  .catalog-detail .catalog-detail-image-box {
    width: 100%;
    margin-right: 2%;
  }
  .catalog-detail .catalog-detail-image-box .catalog-detail-link {
    padding: 16px;
    color: #fff;
    background: #19197f;
    display: block;
    margin: 8px 0 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .catalog-detail .catalog-detail-image-box .catalog-detail-link .fa-book {
    margin-right: 8px;
  }
  .catalog-detail .catalog-detail-info-box {
    width: 100%;
    margin-bottom: 16px;
  }
  .catalog-detail .catalog-detail-ebook5 {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #eee;
  }
  .table-b {
    font-size: 11px;
    max-width: 100%;
  }
  .table-b th {
    padding: 8px !important;
  }
  .table-b td {
    padding: 8px !important;
    vertical-align: top;
  }
  .table-b .name {
    width: 10%;
    font-weight: bold;
  }
  .table-b .image {
    width: 60%;
  }
  .table-b .image img {
    width: 100%;
  }
  .table-b .tag {
    padding: 4px;
    font-size: 10px;
    background: #eee;
    margin-bottom: 8px;
    border-radius: 8px;
  }
  .table-b .tag-yellow {
    width: 10%;
  }
  .table-b .tag-yellow .tag {
    background: #FEE359;
  }
  .table-b .tag-red {
    width: 10%;
  }
  .table-b .tag-red .tag {
    background: #F9747A;
  }
  .table-b .tag-green {
    width: 10%;
  }
  .table-b .tag-green .tag {
    background: #1CDFBE;
  }
  .products .common-img-view .list-item .img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .table-download {
    font-size: 11px;
  }
  .table-download .head th {
    padding: 4px;
  }
  .table-download .head th:first-child {
    width: 20%;
  }
  .table-download .head th:nth-child(2) {
    width: 15%;
  }
  .table-download .head th:nth-child(3) {
    width: 20%;
  }
  .table-download .head th:nth-child(4) {
    width: 10%;
  }
  .table-download .head th:nth-child(5) {
    width: 10%;
  }
  .table-download .head th:nth-child(6) {
    width: 15%;
  }
  .table-download td {
    vertical-align: middle;
    padding: 4px !important;
  }
  .table-download td:first-child {
    width: 20%;
  }
  .table-download td:nth-child(2) {
    width: 20%;
  }
  .table-download td:nth-child(3) {
    width: 20%;
  }
  .table-download td:nth-child(4) {
    width: 10%;
    text-align: center;
  }
  .table-download td:nth-child(4) a {
    display: inline-block;
  }
  .table-download td:nth-child(5) {
    width: 10%;
    text-align: center;
  }
  .table-download td:nth-child(5) a {
    display: inline-block;
  }
  .table-download td:nth-child(6) {
    width: 10%;
    text-align: center;
  }
  .table-download td:nth-child(6) a {
    display: inline-block;
  }
  .table-download td:nth-child(7) {
    width: 10%;
    text-align: center;
  }
  .table-download td:nth-child(7) a {
    display: inline-block;
  }
  .rinen-list li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto 32px;
  }
  .button-group a {
    padding: 24px 8px;
    background: #19197f;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    text-decoration: none;
  }
  .button-group .cancel {
    background: #ddd;
    width: 80%;
    margin: 8px auto;
    padding: 12px 8px;
  }
  .c-template-content .img-box {
    margin: 1rem 0;
  }
  .c-template-content .link-right-arrow {
    position: relative;
    font-size: 15px;
    text-align: right;
    padding-right: 24px;
  }
  .c-template-content .link-right-arrow:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #19197f;
    border-right: 1px solid #19197f;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0.5;
    position: absolute;
    right: 12px;
    top: calc(50% - 4px);
  }
  .c-template-content .c-site-search {
    padding: 16px 16px 16px;
    -webkit-box-shadow: 0 0 24px rgba(100, 100, 100, 0.08);
            box-shadow: 0 0 24px rgba(100, 100, 100, 0.08);
    border: 1px solid #eee;
  }
  .c-template-content .c-site-search .site-search input[type=text] {
    padding: 8px 16px;
    font-size: 16px;
    border: 1px solid #eee;
    width: 70%;
  }
  .c-template-content .c-site-search .site-search button {
    background: #eee;
    border: 1px solid #eee;
    border: none;
    padding: 8px 8px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 26%;
  }
  .c-template-content .c-site-search .site-search-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
  }
  .c-template-content .c-site-search .site-search-select .label {
    margin: auto 8px auto 0;
  }
  .c-template-content .c-site-search .site-search-select select {
    padding: 8px;
    font-size: 16px;
  }
  .c-template-content .c-products-category-list .products-category-list li {
    position: relative;
    padding: 0;
    margin-bottom: 16px;
  }
  .c-template-content .c-products-category-list .products-category-list li a {
    color: #fff;
  }
  .c-template-content .c-products-category-list .products-category-list li:before {
    display: none;
  }
  .c-template-content .c-products-category-list .products-category-list li .category-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 16px;
    background: rgba(0, 0, 0, 0.8);
  }
  .c-template-content .product-list-table {
    font-size: 12px;
    width: 100%;
    display: block;
  }
  .c-template-content .product-list-table tr, .c-template-content .product-list-table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-template-content .product-list-table th {
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    display: block;
    width: 100%;
    border: 1px solid #eee;
  }
  .c-template-content .product-list-table td {
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    display: block;
    border: 1px solid #eee;
  }
  .c-template-content .product-list-table td:before {
    display: block;
    font-size: 12px;
    padding: 2px;
    background: #ddd;
    margin-bottom: 4px;
    text-align: center;
  }
  .c-template-content .product-list-table td img {
    display: inline-block;
    width: 30px;
    height: auto;
  }
  .c-template-content .product-list-table td a {
    display: block;
    text-align: center;
  }
  .c-template-content .product-list-table td:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-template-content .product-list-table td:first-child:before {
    content: "名称";
  }
  .c-template-content .product-list-table td:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-template-content .product-list-table td:nth-child(3) {
    width: 25%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-template-content .product-list-table td:nth-child(3):before {
    content: "規格";
  }
  .c-template-content .product-list-table td:nth-child(4) {
    width: 75%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-template-content .product-list-table td:nth-child(4):before {
    content: "型名";
  }
  .c-template-content .product-list-table td:nth-child(5) {
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-template-content .product-list-table td:nth-child(5):before {
    content: "メーカー希望小売価格（税別）";
  }
  .c-template-content .product-list-table td:nth-child(6) {
    width: 50%;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    border-bottom: 48px solid #eee;
  }
  .c-template-content .product-list-table td:nth-child(6):before {
    content: "外観仕様書";
  }
  .c-template-content .product-list-table td:nth-child(7) {
    width: 50%;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    border-bottom: 48px solid #eee;
  }
  .c-template-content .product-list-table td:nth-child(7):before {
    content: "取扱説明書";
  }
  .c-template-content .product-list-table .head th {
    display: none;
  }
  .c-template-content .product-list-table .head th:first-child {
    width: 100%;
  }
  .c-template-content .product-list-table .head th:nth-child(2) {
    width: 100%;
  }
  .c-template-content .product-list-table .head th:nth-child(3) {
    width: 100%;
  }
  .c-template-content .product-list-table .head th:nth-child(4) {
    width: 100%;
  }
  .c-template-content .product-list-table .head th:nth-child(4) {
    width: 100%;
  }
  .c-template-content .product-list-table .product-name {
    text-align: left;
    font-weight: normal;
    padding: 4px 8px;
  }
  .c-template-content .product-list-table .product-img {
    width: 60%;
    padding: 0px;
    margin: 8px auto 8px;
  }
  .c-template-content .product-list-table .product-img img {
    width: 100%;
    height: auto;
  }
  .c-template-content .product-list-table .price {
    text-align: center;
    font-size: 14px;
    padding: 0 8px 0 0;
  }
  .c-template-content .c-pagenation .pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 16px;
  }
  .c-template-content .c-pagenation .pagenation li {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0 8px 8px 0;
  }
  .c-template-content .c-pagenation .pagenation li:first-child {
    margin-left: auto;
  }
  .c-template-content .c-pagenation .pagenation li:last-child {
    margin-right: auto;
  }
  .c-template-content .c-pagenation .pagenation li:before {
    display: none;
  }
  .c-template-content .c-pagenation .pagenation li a {
    text-decoration: none;
    padding: 4px 8px 4px;
    display: block;
    border: 1px solid #eee;
  }
  .c-template-content .c-pagenation .pagenation .active {
    padding: 4px 8px 4px;
    font-weight: bold;
  }
  .c-template-content .catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .c-template-content .catalog-list .catalog-list-item {
    width: 48%;
    margin-bottom: 32px;
  }
  .c-template-content .catalog-list .catalog-list-item .catalog-list-image {
    border: 1px solid #eee;
    margin-bottom: 12px;
  }
  .c-template-content .catalog-list .catalog-list-item .catalog-list-info .catalog-list-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .pc-only {
    display: none !important;
  }
}
