@charset "utf-8";

/* ======================================================
 * parts_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Elements >>> Text
 * - Elements >>> List
 * - Elements >>> Link
 * - Elements >>> Image
 * - Elements >>> Other
 * - Conditional Elements >>> Heading
 * - Conditional Elements >>> Navi
 * - Layout >>> Table
 * - Layout >>> Column
 * - Layout >>> Box
 * - Layout >>> Other
 * - Components
 * - Clearfix
 * Media Queries
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- sprite ----- */
  .a-blank::after,
  .a-pdf::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after,
  .plugin-layout a .a-blank::after {
    vertical-align: top;
    display: inline-block;
    content: "";
    background-size: 240px auto;
  }
  .a-blank::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .plugin-layout a .a-blank::after {
    margin-top: 0.4em;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background: url(../img/com_sprite01.png) 0 -45px no-repeat;
    background-size: 100px auto;
  }
  .a-pdf::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-pdf .news_title::after {
    width: 13px;
    height: 15px;
    background: url(../img/com_sprite01.png) -24px -45px no-repeat;
    background-size: 100px auto;
  }
  .a-print::after {
    width: 14px;
    height: 12px;
    background-position: -180px 0;
  }
  .a-mail::after {
    width: 12px;
    height: 10px;
    background-position: -200px 0;
  }
  .a-excel::after {
    width: 12px;
    height: 12px;
    background-position: -120px -20px;
  }
  .a-word::after {
    width: 12px;
    height: 12px;
    background-position: -140px -20px;
  }
  .a-ppt::after {
    width: 12px;
    height: 12px;
    background-position: -160px -20px;
  }
  .a-rss::after {
    width: 12px;
    height: 12px;
    background-position: -180px -20px;
  }
  .a-zip::after {
    width: 10px;
    height: 12px;
    background-position: -200px -20px;
  }
  .a-video::after {
    width: 14px;
    height: 11px;
    background-position: -220px -20px;
  }
  [class*="heading-lv"] .a-blank::after,
  [class*="heading-lv"] .a-pdf::after,
  .news-layout .a-blank::after,
  .news-layout .a-pdf::after {
    display: none;
  }
  
  /* link-inline */
  .link-inline.a-blank::after,
  .link-inline.a-pdf::after {
    display: inline-block;
    margin: .25em 8px 0 8px;
  }
  
  /* link-text */
  .link-text > li .a-blank::after,
  .link-text > li .a-pdf::after,
  .link-text > li .a-print::after,
  .link-text > li .a-mail::after,
  .link-text > li .a-excel::after,
  .link-text > li .a-word::after,
  .link-text > li .a-ppt::after,
  .link-text > li .a-rss::after,
  .link-text > li .a-zip::after,
  .link-text > li .a-video::after {
    display: inline-block;
    margin: .3em 0 0 8px;
  }
  
  /* link-button */
  .link-button {
    margin-top: 30px;
  }
  .link-button > li {
    margin-top: 20px;
  }
  .link-button > li:first-of-type {
    margin-top: 0;
  }
  .link-button > li > .a-blank::after,
  .link-button > li > .a-pdf::after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
  }
  
  /* heading-lv** */
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after {
    display: inline-block;
    margin: .4em 0 0 10px;
  }
  
  /* news-layout */
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after {
    display: inline-block;
    margin: .25em 0 0 10px;
  }
  
  /* plugin-layout */
  .plugin-layout a .a-blank::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: .25em 9px 0 9px;
  }
  
  /* ----- data-row-sp ----- */
  [data-row-sp="2"],
  [data-row-sp="1-2"],
  [data-row-sp="3"] {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-sp="2"] > *,
  [data-row-sp="1-2"] > *,
  [data-row-sp="3"] > * {
    margin-left: 15px;
  }
  [data-row-sp="auto"] > * {
    margin-right: 15px;
  }
  [data-row-sp="1"] > *:first-child,
  [data-row-sp="1-2"] > *:first-child,
  [data-row-sp="2"] > *:nth-child(-n+2),
  [data-row-sp="3"] > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  [data-row-sp="1"] > *,
  [data-row-sp="1-2"] > *:nth-child(2n),
  [data-row-sp="2"] > *:nth-child(2n+1),
  [data-row-sp="3"] > *:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  [data-row-sp="2"] > *,
  [data-row-sp="1-2"] > * {
    width: calc((100% - 15px) / 2);
  }
  [data-row-sp="1-2"] > *:first-child {
    margin-left: 0;
    width: 100%;
  }
  [data-row-sp="3"] > * {
    width: calc((100% - 30px) / 3);
  }
  
  
  /* ------------------------------------------------------
   * Elements >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 1em !important;
  }
  
  /* ----- text-lead ----- */
  .text-lead {
    margin-top: 1em;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .text-more {
    margin-top: 0.5em;
  }
  .text-more > a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  .text-more > a:before,
  .text-more > a:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 50%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .text-more > a:before {
    left: 6px;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background: #a5a5a5;
  }
  .text-more > a:after {
    left: 3px;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .text-more > a.is-active:after {
    margin-top: -5px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  
  /* ------------------------------------------------------
   * Elements >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"] {
    margin-top: 1em;
  }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li,
  .is-nest {
    margin-top: .5em;
  }
  
  /* ----- list-note ----- */
  .list-note > li {
    display: block;
    position: relative;
    padding-left: 1.5em;
    font-size: 1.2rem;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note.gp-al-right > li {
    padding-left: 0;
  }
  .list-note.gp-al-right > li > span {
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
  }
  .list-note.gp-al-right > li > span > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-note-order ----- */
  .list-note-order > li {
    display: block;
    position: relative;
    padding-left: 3em;
  }
  .list-note-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-order.gp-al-right > li {
    padding-left: 0;
  }
  .list-note-order.gp-al-right > li > span {
    display: inline-block;
    position: relative;
    padding-left: 3em;
  }
  .list-note-order.gp-al-right > li > span > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-bullet ----- */
  .list-bullet > li {
    display: block;
    position: relative;
    padding-left: 13px;
  }
  .list-bullet > li::before,
  .list-bullet.gp-al-right > li > span::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9e1f24;
    content: "";
  }
  .list-bullet.gp-al-right > li {
    padding-left: 0;
  }
  .list-bullet.gp-al-right > li::before {
    display: none;
  }
  .list-bullet.gp-al-right > li > span {
    display: inline-block;
    position: relative;
    padding-left: 13px;
  }
  
  /* ----- list-bullet-v2 ----- */
  .list-bullet-v2 > li,
  .list-bullet-v2.gp-al-right > li > span {
    display: block;
    position: relative;
    padding-left: 14px;
    font-size: 1.2rem;
  }
  .list-bullet-v2 > li::before,
  .list-bullet-v2.gp-al-right > li > span::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #9e1f24;
    content: "";
  }
  .list-bullet-v2.gp-al-right > li {
    padding-left: 0;
  }
  .list-bullet-v2.gp-al-right > li::before {
    display: none;
  }
  .list-bullet-v2.gp-al-right > li > span {
    display: inline-block;
    position: relative;
    padding-left: 14px;
  }
  
  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 2em;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
  }
  
  /* ----- list-order-v2 ----- */
  .list-order-v2 > li {
    position: relative;
    padding-left: 3em;
    font-size: 1.2rem;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-order-v3 ----- */
  .list-order-v3 > li {
    position: relative;
    padding-left: 2em;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .list-order-v3 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    color: #9e1f24;
  }
  
  /* ----- list-description ----- */
  .list-description > dt {
    margin: 1em 0 .5em;
    font-weight: bold;
  }
  .list-description > dd {
    padding-left: 10px;
  }
  
  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */
  /* ----- link-text ----- */
  .link-text {
    margin-top: 16px;
  }
  .link-text > li,
  .link-text-v5 > li {
    margin-top: 0.5em;
  }
  .link-text > li > a {
    position: relative;
    display: inline-block;
    padding-left: 24px;
  }
  .link-text a,
  .link-text-v2 a,
  .link-text-v4 a,
  .link-text-v5 a {
    text-decoration: none;
  }
  
  /* link-text-v2 */
  .link-text-v2,
  .link-text-v3,
  .link-text-v4,
  .link-text-v5 {
    margin-top: 12px;
  }
  .link-text-v2 > a > span {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .link-text-v3 {
    position: relative;
    padding-left: 18px;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .link-text-v5 > li + li {
    margin-top: 0.5em;
  }
  .link-text-v4 > a,
  .link-text-v5 > li > a {
    display: inline-block;
    padding-left: 23px;
    text-decoration: none;
  }
  .link-text-v4 > a > span,
  .link-text-v5 > li > a > span {
    position: relative;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .link-text-v5 > li > a > span {
    font-size: 1.5rem;
  }
  .link-text > li > a:before,
  .link-text > li > a:after,
  .link-text-v2 > a > span:before,
  .link-text-v2 > a > span:after,
  .link-text-v3:before,
  .link-text-v3:after,
  .link-text-v4 > a > span:before,
  .link-text-v4 > a > span:after,
  .link-text-v5 > li > a > span:before,
  .link-text-v5 > li > a > span:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 0.7em;
  }
  .link-text-v2 > a > span:before,
  .link-text-v2 > a > span:after {
    top: 0.6em;
  }
  .link-text > li > a:before,
  .link-text-v2 > a > span:before,
  .link-text-v3:before,
  .link-text-v4 > a > span:before,
  .link-text-v5 > li > a > span:before {
    left: 0;
    width: 12px;
    height: 1px;
    background: #555555;
  }
  .link-text > li > a:after,
  .link-text-v2 > a > span:after,
  .link-text-v3:after,
  .link-text-v4 > a > span:after,
  .link-text-v5 > li > a > span:after {
    left: 4px;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .link-text-v4 > a > span:before,
  .link-text-v5 > li > a > span:before {
    left: -23px;
  }
  .link-text-v4 > a > span:after,
  .link-text-v5 > li > a > span:after {
    left: -19px;
  }
  .link-text.is-sp-block,
  .link-text.is-sp-block-v2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-top: 1px solid #dddddd;
  }
  .link-text.is-sp-block:after,
  .link-text.is-sp-block-v2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #dddddd;
  }
  .link-text.is-sp-block > li,
  .link-text.is-sp-block-v2 > li {
    margin-top: 0;
    width: 50%;
  }
  .link-text.is-sp-block > li > a,
  .link-text.is-sp-block-v2 > li > a {
    display: block;
    padding: 10px 5px 10px 27px;
    height: 100%;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .link-text.is-sp-block > li > a:nth-child(-n+2),
  .link-text.is-sp-block-v2 > li > a:nth-child(-n+2) {
    border-top: none;
  }
  .link-text.is-sp-block > li:nth-child(2n) > a,
  .link-text.is-sp-block-v2 > li:nth-child(2n) > a {
    border-right: none;
  }
  .link-text.is-sp-block > li:only-child,
  .link-text.is-sp-block-v2 > li:only-child {
    width: 100%;
  }
  .link-text.is-sp-block > li:only-child > a,
  .link-text.is-sp-block-v2 > li:only-child > a {
    border-right: none;
  }
  .link-text.is-sp-block > li > a:after,
  .link-text.is-sp-block > li > a:before,
  .link-text.is-sp-block-v2 > li > a:before,
  .link-text.is-sp-block-v2 > li > a:after {
    top: 1.5em;
  }
  .link-text.is-sp-block-v2 > li > a:before {
    margin-top: -1px;
    left: 4px;
  }
  .link-text.is-sp-block-v2 > li > a:after {
    margin-top: -4px;
    left: 8px;
  }
  .column_detail-head + .link-text.is-sp-line {
    margin-top: -15px;
  }
  .link-text.is-sp-line {
    margin-top: 0;
  }
  .link-text.is-sp-line > li {
    border-bottom: 1px solid #dddddd;
  }
  .link-text.is-sp-line > li + li {
    margin-top: 0;
  }
  .link-text.is-sp-line > li > a {
    display: block;
    padding: 13px 10px 11px;
  }
  .link-text.is-sp-line > li > a:before,
  .link-text.is-sp-line > li > a:after {
    top: 1.6em;
  }
  .link-text.is-sp-line > li > a > span {
    padding-left: 18px;
  }
  /* data-row-sp */
  .link-text[data-row-sp="auto"] {
    display: block;
    margin-bottom: -.5em;
    padding-left: 30px;
    width: 100%;
  }
  .link-text[data-row-sp="auto"] > li {
    display: inline-block;
    margin: 0 30px .5em -30px;
  }
  
  /* ----- link-button ----- */
  .link-button > li > a {
    display: inline-block;
    position: relative;
    min-width: 61.11%;
    padding: 15px 32px 14px;
    border: 1px solid #777777;
    background-color: #fff;
    color: #333;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
  .link-button .link_label,
  .link-button-v2 > a {
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 1.3;
  }
  .link-button .link_label > span,
  .link-button-v2 > a {
    display: inline-block;
  }
  .link-button-v2 > a {
    padding: 10px 28px 9px;
    color: #fff;
    text-decoration: none;
    background-color: #9e1f24;
    border: none;
  }
  .link-button .link_label > span:before,
  .link-button .link_label > span:after,
  .link-button-v2 > a:before,
  .link-button-v2 > a:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 50%;
  }
  .link-button .link_label > span:before {
    left: -32px;
    width: 15px;
    height: 1px;
    background: #555555;
  }
  .link-button .link_label > span:after {
    left: -25px;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .link-button-v2 {
    margin-top: 30px;
  }
  .link-button-v2 > a:before {
    left: 17px;
    margin-top: -7px;
    width: 2px;
    height: 13px;
    background: #8baed2;
  }
  .link-button-v2 > a:after {
    left: 14px;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #e4f2fc;
    border-right: 1px solid #e4f2fc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .link-button-v2 > a.is-active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .link-button-v2 > a.is-active:after {
    margin-top: -5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .link-button-v2.is-type02 > a {
    border: 1px solid #777777;
    background-color: #fff;
    color: #333;
  }
  .link-button-v2.is-type02 > a:before {
    background: #909090;
  }
  .link-button-v2.is-type02 > a:after {
    border-bottom: 1px solid #555555;
    border-right: 1px solid #555555;
  }
  
  /* data-row-sp */
  .link-button[data-row-sp] > li {
    -webkit-display: flex;
    display: flex;
    margin-top: 15px;
  }
  .link-button[data-row-sp] > li > a {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .link-button[data-row-sp="2"] > li > a {
    width: 100%;
  }
  .link-button[data-row-sp="1-2"] > li > a {
    width: 100%;
  }
  
  /* ------------------------------------------------------
   * Elements >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  .image-set {
    margin-top: 50px;
    text-align: center;
  }
  .image-set > .image_inner.js-fitWidth {
    margin: 0 auto;
  }
  .image-set .image_caption {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: left;
  }
  .image-set .link-text-v2 {
    text-align: left;
  }
  
  /* gp-al-** */
  .image-set.gp-al-center,
  .image-set.gp-al-left,
  .image-set.gp-al-right {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  /* ------------------------------------------------------
   * Elements >>> Other
  ------------------------------------------------------ */
  /* ----- line-layout ----- */
  .line-layout {
    margin: 50px 0;
  }
  .line-layout .line_hr {
    display: block;
    height: 1px;
    margin: 0;
    border-top: 1px solid #ddd;
  }
  
  /* ------------------------------------------------------
   * Conditional Elements >>> Heading
  ------------------------------------------------------ */
  [class*="heading-lv"] + section > [class*="heading-lv2"]:first-child {
    margin-top: 30px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv3"]:first-child {
    margin-top: 25px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv4"]:first-child {
    margin-top: 25px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv5"]:first-child {
    margin-top: 20px;
  }
  
  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    position: relative;
    margin: 40px 0 30px;
    padding-bottom: 20px;
  }
  .heading-lv1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #9e1f24;
  }
  .heading-lv1 .heading_title {
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .heading-lv1 > .heading_subtitle {
    margin-top: 6px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .pageHead .heading_title:after {display: none;}
  
  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    margin: 40px 0 20px;
  }
  .heading-lv2 + * {
    margin-top: 25px !important;
  }
  .heading-lv2 .block {
    display: block;
    position: relative;
    padding: 0px 14px;
    border-top: 1px solid #dab5b5;
    border-bottom: 1px solid #dab5b5;
    text-decoration: none;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv2 .heading_title > a {
    position: relative;
  }
  .heading-lv2 > a {
    text-decoration: none;
    color: #9e1f24;
  }
  .heading-lv2 > a .heading_title > span:before,
  .heading-lv2 > a .heading_title > span:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 50%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .heading-lv2 > a .heading_title > span:before {
    left: -14px;
    width: 12px;
    height: 1px;
    background: #555555;
  }
  .heading-lv2 > a .heading_title > span:after {
    left: -10px;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 13px 0 0;
  }
  .heading-lv3 + * {
    margin-top: 20px !important;
  }
  .heading-lv3 .block {
    display: block;
    text-decoration: none;
  }
  .heading-lv3 .heading_title {
    position: relative;
    padding-left: 24px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv3 .heading_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 14px;
    height: 1px;
    background: #9e1f24;
  }
  
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 30px 0 15px;
  }
  .heading-lv4 .block {
    display: inline-block;
  }
  .heading-lv4 .heading_title {
    position: relative;
    padding-left: 23px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .heading-lv4 .heading_title::before {
    position: absolute;
    top: .4em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #888888;
    content: "";
  }
  
  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 25px 0 15px;
  }
  .heading-lv5 .heading_title {
    position: relative;
    padding-left: 22px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .heading-lv5 .heading_title::before {
    position: absolute;
    top: .4em;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #555;
    content: "";
  }
  /* heading-news */
  .heading-news {
    margin: 20px 0 0;
  }
  .heading-news .heading_title {
    position: relative;
    padding-bottom: 14px;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-news .heading_title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #9e1f24;
  }
  
  /* ------------------------------------------------------
   * Conditional Elements >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin-top: 50px;
  }
  .navi-anchor-v2 {
    margin-top: 30px;
  }
  .navi-anchor .navi-inner,
  .navi-anchor-v2 .navi-inner {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navi-anchor .navi-inner > li,
  .navi-anchor-v2 .navi-inner > li {
    width: 50%;
    margin-top: 10px;
    padding-right: 7px;
    border-right: 1px solid #ccc;
  }
  .navi-anchor .navi-inner > li:nth-child(-n+2),
  .navi-anchor-v2 .navi-inner > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .navi-anchor .navi-inner > li:nth-child(2n),
  .navi-anchor-v2 .navi-inner > li:nth-child(2n) {
    padding: 0 0 0 10px;
    border-right: none;
  }
  .navi-anchor .navi-inner > li > a,
  .navi-anchor-v2 .navi-inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 17px;
    color: #333;
    text-decoration: none;
  }
  .navi-anchor-v2 .navi-inner > li > a {
    font-weight: bold;
  }
  .navi-anchor .navi-inner > li > a:before,
  .navi-anchor .navi-inner > li > a:after,
  .navi-anchor-v2 .navi-inner > li > a:before,
  .navi-anchor-v2 .navi-inner > li > a:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 50%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .navi-anchor .navi-inner > li > a:before,
  .navi-anchor-v2 .navi-inner > li > a:before {
    left: 6px;
    margin-top: -6px;
    width: 1px;
    height: 12px;
    background: #555555;
  }
  .navi-anchor-v2 .navi-inner > li > a:before {
    background: #838383;
  }
  .navi-anchor .navi-inner > li > a:after,
  .navi-anchor-v2 .navi-inner > li > a:after {
    left: 3px;
    margin-top: -2px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navi-anchor .navi-inner > li > a:after {
    border-bottom: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  /* ----- table-layout ----- */
  .table-layout {
    margin-top: 50px;
  }
  .table-layout .table_inner {
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table-layout caption {
    text-align: left;
  }
  .table-layout .table_title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .table-layout .table_caption {
    margin: .5em 0 1em;
    font-size: 1.1rem;
  }
  .table-layout th,
  .table-layout td {
    padding: 7px 12px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .table-layout thead th {
    vertical-align: middle;
  }
  .table-layout th > *:first-child,
  .table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout .cell-style1 {
    background-color: #666666;
    color: #fff;
  }
  .table-layout .cell-style2 {
    background-color: #f6f6f6;
  }
  .table-layout .cell-style3 {
    background-color: #fff0f0;
  }
  .table-layout .cell-style4 {
    background-color: #adadad;
    color: #fff;
  }
  .table-layout .cell-style1,
  .table-layout .cell-style2,
  .table-layout .cell-style3,
  .table-layout .cell-style4 {
    font-weight: bold;
  }
  
  /* data-layout-sp */
  .table-layout[data-layout-sp="scroll"] {
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar {
    height: 12px;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-track {
    border-radius: 12px;
    background: #f1f1f1;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #888;
  }
  .table-layout[data-layout-sp="scroll"] th,
  .table-layout[data-layout-sp="scroll"] td {
    white-space: nowrap;
  }
  .table-layout[data-layout-sp="vertical"] colgroup,
  .table-layout[data-layout-sp="vertical"] col {
    width: 100% !important;
  }
  .table-layout[data-layout-sp="vertical"] th,
  .table-layout[data-layout-sp="vertical"] td {
    display: block;
    width: 100%;
    border-right: 1px solid #eee;
  }
  .table-icon-sp {
    margin-top: 30px;
    padding-top: 5px;
    padding-left: 96px;
    width: 100%;
    min-height: 29px;
    background: url(../img/com_ic02.png) 2px 0 no-repeat;
    background-size: 82px auto;
  }
  .table-icon-sp + .table-layout {
    margin-top: 10px;
  }
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */  
  /* ----- column-layout ----- */
  .column-layout {
    margin-top: 50px;
  }
  .column-layout > .column_item {
    margin-top: 20px;
  }
  .column-layout > .column_item > *:first-child,
  .column-layout > .column_item > .column_item-link > *:first-child {
    margin-top: 0 !important;
  }
  .column-layout > .column_item > .column_item-link {
    display: block;
    text-decoration: none;
  }
  .column-layout.is-block {
    margin-top: 40px;
  }
  
  /* ----- column-media ----- */
  .column-media {
    margin-top: 50px;
  }
  .column-media > .column_image > *:first-child,
  .column-media > .column_image-v2 > *:first-child,
  .column-media > .column_detail > *:first-child {
    margin-top: 0 !important;
  }
  /* data-layout-sp */
  .column-media[data-layout-sp="row"] > .column_image,
  .column-media[data-layout-sp="row"] > .column_image-v2 {
    max-width: calc((100% - 15px) / 2);
  }
  .column-media[data-layout-sp="row"][data-media-size="1/3"] > .column_image,
  .column-media[data-layout-sp="row"][data-media-size="1/3"] > .column_image-v2 {
    max-width: calc((100% - 15px) / 3);
  }
  .column-media[data-layout-sp="row"][data-media-size="1/4"] > .column_image,
  .column-media[data-layout-sp="row"][data-media-size="1/4"] > .column_image-v2 {
    max-width: calc((100% - 15px) / 4);
  }
  
  .column-media[data-layout-sp="row"] > .column_image[data-image="right"],
  .column-media[data-layout-sp="row"] > .column_image-v2[data-image="right"] {
    float: right;
    margin-left: 15px;
  }
  .column-media[data-layout-sp="row"] > .column_image[data-image="left"],
  .column-media[data-layout-sp="row"] > .column_image-v2[data-image="left"] {
    float: left;
    margin-right: 15px;
  }
  .column-media[data-layout-sp="row"] > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }
  .column-media[data-layout-sp="col"] > .column_detail,
  .column-media[data-layout-sp="col-reverse"] > .column_image {
    margin-top: 20px;
  }
  .column-media[data-layout-sp="col"] > .column_image-v2 {
    float: left;
    margin-right: 15px;
    max-width: calc((100% - 15px) / 2);
  }
  .column-media[data-layout-sp="col-reverse"] {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column_item > .text-lead + .image-set {
    margin-top: 10px;
  }
  .column_item > .image-set.is-block {
    border: 1px solid #e6e6e6;
  }
  .column_item > .column_detail.is-block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 28px 20px 26px;
    text-align: center;
    border: 1px solid #e6e6e6;
  }
  .column_item > .is-block + .column_detail.is-block {
    border-top: none;
  }
  .column_item .image-set > .image_inner > a {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #e6e6e6;
  }
  .column_item .image-set.is-block > .image_inner > a {
    border: none;
  }
  /* column_lead */
  .column-media > .column_detail .column_lead {
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .column-media > .column_detail > .column_detail-head {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
  }
  .column-media > .column_detail-v2 {
    clear: both;
    display: block;
    padding-top: 10px;
    width: 100%;
  }
  .column-media > .column_detail-v2 > :first-child {
    margin-top: 0;
  }
  [data-category="product"] .column-layout > .column_item {
    margin-top: 50px;
  }
  .column_item a.column_item-link .image_inner > span {
    display: block;
    overflow: hidden;
    border: 1px solid #e6e6e6;
  }
  .column-layout > .column_item > .column_item-link .image_inner {
    text-align: center;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  /* ----- box-layout ----- */
  .box-layout {
    margin-top: 20px;
    border: 1px solid #ddd;
  }
  .box-layout > .box_title {
    padding: 13px 20px 12px;
    background-color: #9e1f24;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .box-layout > .box_title.is-type02 {
    color: #333;
    background-color: #ededed;
  }
  .box-layout > .box_detail {
    padding: 18px 20px;
    background-color: #fff;
  }
  .box-layout > .box_detail > *:first-child {
    margin-top: 0 !important;
  }
  .box-layout-v2,
  .box-layout-v3 {
    margin-top: 1em;
    padding: 18px 20px 20px;
  }
  .box-layout-v2 {
    border: 1px solid #dddddd;
  }
  .box-layout-v3 {
    border: 2px solid #dddddd;
  }
  .box-layout-v2 > *:first-child,
  .box-layout-v3 > *:first-child {
    margin-top: 0 !important;
  }
  .box-layout-v2 .box_title,
  .box-layout-v3 .box_title {
    font-size: 2rem;
    font-weight: bold;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  .accordion-layout {
    margin-top: 50px;
    border: 1px solid #ddd;
  }
  .accordion-layout > .accordion_trigger {
    position: relative;
  }
  .accordion-layout .accordion_label {
    display: block;
    padding: 15px 50px 15px 15px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
  }
  .accordion-layout > .accordion_detail {
    padding: 15px;
    border-top: 1px solid #ddd;
    background-color: #fff;
  }
  
  /* icon */
  .accordion-layout > .accordion_trigger::after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border: 1px solid #999;
    border-radius: 5px;
    content: "";
  }
  .accordion-layout .accordion_label::before,
  .accordion-layout .accordion_label::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background-color: #999;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .accordion-layout .accordion_label::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .accordion-layout > .accordion_trigger.is-active .accordion_label::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  /* ----- tab-layout ----- */
  .tab-layout {
    margin-top: 50px;
  }
  .tab-layout > .tab_navi {
    overflow: hidden;
  }
  .tab-layout .tab_list {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -2px;
    border-bottom: 1px solid #ddd;
  }
  .tab-layout .tab_list > li {
    -webkit-display: flex;
    display: flex;
    width: 25%;
    padding: 6px 2px 0;
  }
  .tab-layout .tab_list > li > a {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 8px 4px;
    border: 1px solid #6e6e6e;
    border-bottom: none;
    background-color: #6e6e6e;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .tab-layout .tab_list > .is-current {
    padding-top: 0;
  }
  .tab-layout .tab_list > .is-current > a {
    border-color: #ddd;
    background-color: #fff;
    color: #333;
  }
  .tab-layout .tab_list > .is-current > a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .tab-layout > .tab_detail {
    display: none;
    padding-top: 20px;
  }
  .tab-layout > .tab_detail > *:first-child {
    margin-top: 0 !important;
  }

  /* ------------------------------------------------------
   * Components
  ------------------------------------------------------ */
  /* ----- news-layout ----- */
  .news-layout {
    margin-top: 10px;
  }
  .news-layout .news_article + .news_article {
    border-top: 1px solid #ddd;
  }
  .news-layout .block {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .news-layout .news_image {
    width: 70px;
    margin-right: 12px;
  }
  .news-layout .news_detail {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-fflex-flow: column;
    flex-flow: column;
  }
  .news-layout .news_property {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .news-layout .news_date {font-size: 1.3rem;}
  .news-layout [class*="news_icon"] {
    display: inline-block;
    width: 90px;
    margin-left: 15px;
    color: #9e1f24;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    border: 1px solid #9e1f24;
  }
  .news-layout .news_icon.type1 {background-color: #e37b02;}
  .news-layout .news_icon.type2 {background-color: #50090b;}
  .news-layout .news_title {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    margin-top: .5em;
  }
  .news-layout .block .news_title {padding-left: 21px;}
  .news-layout a .news_title:before,
  .news-layout a .news_title:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 0.7em;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .news-layout a .news_title:before {
    left: 0;
    width: 16px;
    height: 1px;
    background: #555555;
  }
  .news-layout a .news_title:after {
    left: 6px;
    margin-top: -4px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .news-layout a[target="_blank"] .news_title:after,
  .news-layout a[href$=".pdf"] .news_title:after,
  .news-layout a[href$=".PDF"] .news_title:after {
    display: none;
  }
  .news-layout a[target="_blank"] .news_title:before,
  .news-layout a[href$=".pdf"] .news_title:before,
  .news-layout a[href$=".PDF"] .news_title:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    vertical-align: top;
    background: url(../img/com_sprite01.png) no-repeat;
    background-size: 100px auto;
    content: "";
  }
  .news-layout a[target="_blank"] .news_title:before {
    width: 10px;
    height: 10px;
    background-position: 0 -45px;
  }
  .news-layout a[href$=".pdf"] .news_title:before,
  .news-layout a[href$=".PDF"] .news_title:before {
    margin-top: -10px;
    width: 13px;
    height: 15px;
    background-position: -24px -45px;
  }
  
  /* nav_category */
  .sidebar-nav .cnav {
    margin-top: 45px;
  }
  .nav_head {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    border-top: 3px solid #9e1f24;
    border-bottom: 1px solid #dddddd;
  }
  .nav_head > a {
    display: block;
    padding: 15px;
    text-decoration: none;
  }
  .nav_category > li > a {
    display: block;
    position: relative;
    padding: 15px 35px 15px 15px;
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    background: #fff;
    border-top: 1px solid #dddddd;
  }
  .nav_category > li:first-child > a {
    border-top: none;
  }
  .nav_category > li.is-current > a {
    color: #fff;
    background: #b11d23;
    border-bottom: 1px solid #dddddd;
  }
  .nav_category > li.is-current > a > span:after {
    margin-top: -8px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  .nav_category > li.is-open > a {
    border-bottom: 1px solid #dddddd;
  }
  .nav_category > li:last-child > .nav_category-lv2 > li:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .nav_category-lv2 {
    padding-left: 15px;
  }
  .nav_category-lv2 > li > a {
    display: block;
    position: relative;
    padding: 15px;
    text-decoration: none;
    color: #333;
    font-size: 1.4rem;
    border-top: 1px solid #dddddd;
  }
  .nav_category-lv2 > li.is-current > a {
    color: #fff;
    background: #b11d23;
  }
  .nav_category-lv2 > li.is-open > a {
    background: #f3f4f5;
    border-bottom: 1px solid #dddddd;
  }
  .nav_category-lv2 > li:first-child > a {
    border-top: none;
  }
  .nav_category-lv3 {
    display: none;
    padding-left: 10px;
    background: #f3f4f5;
  }
  .nav_category-lv3 > li > a {
    display: block;
    position: relative;
    padding: 15px 15px 15px 0;
    text-decoration: none;
    color: #333;
    font-size: 1.4rem;
    border-top: 1px solid #dddddd;
  }
  .nav_category-lv3 > li:first-child > a {
    border-top: none;
  }
  .nav_category-lv3 > li > a > span {
    display: block;
    position: relative;
    padding-left: 20px;
  }
  .nav_category-lv3 > li > a > span:before {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 0.56em;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .nav_category-lv3 > li > a > span:before {
    left: 0;
    width: 10px;
    height: 1px;
    background: #cb9090;
  }
  .nav_category-lv2 > li.is-current > a,
  .nav_category-lv3 > li.is-current > a {
    color: #fff;
    background: #b11d23;
  }
  .nav_category-lv2 > li.is-current > a {
    border-bottom: 1px solid #dddddd;
  }
  .nav_category-lv3 > li.is-current > a > span:before {
    background: #fff;
  }
  li.is-open > a + .nav_category-lv2,
  li.is-current > a + .nav_category-lv2 {
    display: block;
  }
  li.is-open > a + .nav_category-lv3,
  li.is-current > a + .nav_category-lv3 {
    display: block;
  }
  /* ----- plugin-layout ----- */
  .plugin-layout {
    margin-top: 50px;
  }
  .plugin-layout a {
    display: block;
    padding: 15px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .plugin-layout .plugin_detail {
    margin-top: 15px;
  }
  .plugin-layout a .a-blank {
    color: #b11d23;
  }
  /* category_nav */
  .category_nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
  }
  .category_nav > li {
    width: calc(100% / 2);
  }
  .category_nav > li > a {
    display: block;
    padding: 10px;
    height: 100%;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .category_nav > li > a.is-current {
    color: #fff;
    font-weight: bold;
    background-color: #b11d23;
  }
  .category_nav > li > a > span {
    display: inline-block;
    position: relative;
    padding-left: 26px;
  }
  .category_nav > li > a > span:before,
  .category_nav > li > a > span:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 0.7em;
  }
  .category_nav > li > a > span:before {
    left: 0;
    width: 12px;
    height: 1px;
    background: #555555;
  }
  .category_nav > li > a > span:after {
    left: 4px;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .category_nav > li > a.is-current > span:before {
    background: #fff;
  }
  .category_nav > li > a.is-current > span:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  
  /* slider-layout */
  .slider-layout {
    width: 100%;
    overflow: hidden;
  }
  .slider-layout .slick-track .slick-slide {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    height: 250px;
    text-align: center;
    border: 1px solid #e6e6e6;
    overflow: hidden;
  }
  .slider-layout .slick-track .slick-slide img {
    width: auto;
    /* max-height: 250px; */
  }
  .slider-layout .slick-dots {
    margin-top: 8px;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .slider-layout .slick-dots > li {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-left: 10px;
    width: calc((100% / 4) - 7px);
    cursor: pointer;
  }
  .slider-layout .slick-dots > li:nth-child(4n) {
    width: calc((100% / 4) - 6px);
  }
  .slider-layout .slick-dots > li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
  }
  .slider-layout .slick-dots > li > a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .slider-layout .slick-dots > li > a > img {
    width: auto;
    height: 100%;
    max-height: 47px;
  }
  .slider-layout .slick-dots > li:first-child {
    margin-left: 0;
  }
  .slider-layout .slick-dots > li.slick-active:before {
    border: 2px solid #9e1f24;
  }
  .download-pdf button {
    display: none;
  }
  .bannerbg img{max-width: 150%;}
  /* ----- restriction-layout ----- */
  .restriction-layout {
    margin-top: 50px;
  }
  .restriction-layout > *:first-child {
    margin-top: 0 !important;
  }
  .w100{width: 100%;min-width: 100%;}
  .product h2{
    padding: 12px 0 10px 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0 16px 0;
  }
    .product p{padding: 0px 20px 20px 20px;}
  .product table{   
    border-spacing: 0;
    border-collapse: collapse; 
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  
  }
 
  .product table>tbody>tr>td,
  .product table>tbody>tr>th, 
  .product table>tfoot>tr>td, 
  .product table>tfoot>tr>th, 
  .product table>thead>tr>td, 
  .product table>thead>tr>th {
    padding: 3px;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #ddd;
    text-align: center;
}
.product table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 3px solid #ddd;
  padding: 10px;
  line-height:2;
  font-size: 1.5rem;
}
.product table >tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.product table > tbody > tr:hover {
  background-color: #ddd;
}
.text-more a{color: #9e1f24}
.has-large-font-size {
  font-size: 26px;
}
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .slider-layout .slick-track:after,
  .column-media[data-layout-sp="col"]::after,
  .column-media[data-layout-sp="row"]::after {
    display: block;
    clear: both;
    content: "";
  }
}