@charset "utf-8";

/* ======================================================
 * parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 
====================================================== */
@keyframes pattern01-before {50%{margin-top: -3px;}}
@keyframes pattern01-after {50%{margin-top: 2px;}}
@keyframes pattern02-before {50%{margin-top: -3px;}}
@keyframes pattern02-after {50%{margin-top: 2px;}}
@keyframes pattern03 {50%{margin-top: -10px;}}



@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- sprite ----- */
  .a-blank::after,
  .a-pdf::after,
  .a-print::after,
  .a-mail::after,
  .a-excel::after,
  .a-word::after,
  .a-ppt::after,
  .a-rss::after,
  .a-zip::after,
  .a-video::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: url(../img/com_sprite01-1.png) no-repeat;
  }
  .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: 8px;
    width: 13px;
    height: 12px;
    background-position: 0 -24px;
  }
  .a-pdf::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-pdf .news_title::after {
    margin-top: 0.2em;
    margin-left: 8px;
    width: 16px;
    height: 18px;
    background-position: -28px -24px;
  }
  .a-print::after {
    width: 16px;
    height: 14px;
    background-position: -120px 0;
  }
  .a-mail::after {
    width: 14px;
    height: 12px;
    background-position: -160px 0;
  }
  .a-excel::after {
    width: 16px;
    height: 16px;
    background-position: 0 -40px;
  }
  .a-word::after {
    width: 17px;
    height: 17px;
    background-position: -40px -40px;
  }
  .a-ppt::after {
    width: 17px;
    height: 17px;
    background-position: -80px -40px;
  }
  .a-rss::after {
    width: 14px;
    height: 14px;
    background-position: -120px -40px;
  }
  .a-zip::after {
    width: 13px;
    height: 16px;
    background-position: -160px -40px;
  }
  .a-video::after {
    width: 16px;
    height: 13px;
    background-position: -200px -40px;
  }
  [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: .15em 8px 0 10px;
  }
  .link-inline.a-blank::after{
    margin: .4em 8px 0 8px;
  }
  .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 12px;
  }
  
  /* 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: 13px;
    margin-top: -7px;
  }
  
  /* 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 15px;
  }
  
  /* news-layout */
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after {
    display: inline-block;
    margin: .25em 0 0 12px;
  }
  
  /* plugin-layout */
  .plugin-layout a .a-blank::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: .3em 9px 0 9px;
  }
  
  /* ----- opacity ----- */
  .news-layout a:hover .news_thumbnail,
  .news-layout a:hover .news_title,
  .plugin-layout a:hover .a-blank {
    opacity: .6;
  }
  
  /* ----- data-row-pc ----- */
  [data-row-pc]:not([data-row-pc="1"]) {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-pc] > * {
    margin-left: 36px;
  }
  [data-row-pc="2"] > *:nth-child(-n+2),
  [data-row-pc="3"] > *:nth-child(-n+3),
  [data-row-pc="4"] > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
  [data-row-pc="1"] > *,
  [data-row-pc="2"] > *:nth-child(2n+1),
  [data-row-pc="3"] > *:nth-child(3n+1),
  [data-row-pc="4"] > *:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  [data-row-pc="2"] > * {
    width: calc((100% - 36px) / 2);
  }
  [data-row-pc="3"] > * {
    width: calc((100% - 72px) / 3);
  }
  [data-row-pc="4"] > * {
    width: calc((100% - 108px) / 4);
  }
  /* ------------------------------------------------------
   * Elements >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 1em !important;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .link-text-v2 + .text-paragraph {
    margin-top: 0.6em !important;
  }
  
  /* ----- text-lead ----- */
  .text-lead {
    margin-top: 1em;
    font-size: 2rem;
    font-weight: bold;
  }
  
  /* ----- text-more ----- */
  .text-more {
    margin-top: 0.5em;
  }
  .text-more > a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    color: #9d1f23;
    font-size: 2rem;
  }
  .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: -8px;
    width: 1px;
    height: 14px;
    background: #a5a5a5;
  }
  .text-more > a:after {
    left: 2px;
    margin-top: -3px;
    width: 9px;
    height: 9px;
    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: -7px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .text-more > a:hover:before {
    animation: pattern02-before .2s;
  }
  .text-more > a:hover:after {
    animation: pattern02-after .2s;
  }
  .text-more > a.is-active:hover:before,
  .text-more > a.is-active:hover:after {
    animation: pattern03 .2s;
  }
  
  /* ------------------------------------------------------
   * 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: 1em;
    font-size: 1.6rem;
  }
  .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: 1em;
  }
  .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;
    font-size: 1.6rem;
  }
  .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: 16px;
  }
  
  /* icon */
  .list-bullet > li::before,
  .list-bullet.gp-al-right > li > span::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #9d1f23;
    content: "";
  }
  .list-bullet > li .link-inline {
    color: #333;
    text-decoration: underline;
  }
  .list-bullet > li .link-inline:hover {
    text-decoration: none;
  }
  .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: 16px;
  }
  
  
  
  /* ----- list-bullet-v2 ----- */
  .list-bullet-v2 > li {
    display: block;
    position: relative;
    padding-left: 16px;
    font-size: 1.6rem;
  }
  /* icon */
  .list-bullet-v2 > li::before,
  .list-bullet-v2.gp-al-right > li > span::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #9d1f23;
    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: 16px;
  }
  /* ----- 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.4rem;
  }
  .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: 2rem;
    font-weight: bold;
  }
  .list-order-v3 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    color: #9d1f23;
  }
  
  /* ----- list-description ----- */
  .list-description > dt {
    margin: 1em 0 .5em;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .list-description > dd {
    padding-left: 12px;
  }
  
  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */  
  /* ----- link-text ----- */
  .link-text {
    margin-top: 1em;
  }
  .link-text > li,
  .link-text-v5 > li {
    margin-top: 0.5em;
  }
  .link-text > li > a {
    position: relative;
    display: inline-block;
    padding-left: 26px;
  }
  .link-text a,
  .link-text-v2 a,
  .link-text-v3 a,
  .link-text-v4 a,
  .link-text-v5 a {
    text-decoration: none;
  }
  /* link-text-v2 */
  .link-text-v2 {
    margin-top: 12px;
  }
  .link-text-v2 > a > span {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    line-height: 1.5;
    font-size: 2.0rem;
    font-weight: bold;
 
  }
  .link-text-v3 {
    position: relative;
    margin-top: 12px;
    padding-left: 26px;
    line-height: 1.5;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .link-text-v4,
  .link-text-v5 {
    margin-top: 12px;
  }
  .link-text-v4 > a,
  .link-text-v5 > li > a {
    display: inline-block;
    padding-left: 26px;
    text-decoration: none;
  }
  .link-text-v4 > a > span,
  .link-text-v5 > li > a > span {
    position: relative;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .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.78em;
    -webkit-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    transition-property: left;
  }
  .link-text-v2 > a > span:before,
  .link-text-v2 > a > span:after,
  .link-text-v5 > li > a > span:before,
  .link-text-v5 > li > a > span:after {
    top: 0.65em;
  }
  .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: 16px;
    height: 1px;
    background: #555555;
    backface-visibility: hidden;
  }
  .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: 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);
    backface-visibility: hidden;
  }
  .link-text > li > a:hover:before,
  .link-text-v2 > a:hover > span:before,
  a:hover .link-text-v3:before {
    left: 6px;
  }
  .link-text > li > a:hover:after,
  .link-text-v2 > a:hover > span:after,
  a:hover .link-text-v3:after {
    left: 12px;
  }
  .link-text > li > a:hover,
  a:hover .link-text-v3 > span,
  .link-text-v4 > a:hover > span,
  .link-text-v5 > li > a:hover > span {
    text-decoration: underline;
  }
  .link-text-v2 > a:hover > span {
    color: #9d1f23;
  }
  .link-text-v3:before,
  .link-text-v3:after {
    top: 0.65em;
  }
  .link-text-v4 > a > span:before,
  .link-text-v5 > li > a > span:before {
    left: -26px;
  }
  .link-text-v4 > a > span:after,
  .link-text-v5 > li > a > span:after {
    left: -20px;
  }
  .link-text-v4 > a:hover > span:before,
  .link-text-v5 > li > a:hover > span:before {
    left: -20px;
  }
  .link-text-v4 > a:hover > span:after,
  .link-text-v5 > li > a:hover > span:after {
    left: -14px;
  }
  /* data-row-pc */
  .link-text[data-row-pc="auto"] {
    margin-right: -60px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-pc="auto"] > li {
    margin: 0 60px .5em 0;
  }
  /* ----- link-button ----- */
  .link-button > li > a,
  .link-button-v2 > a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 11px 32px 10px;
    border: 1px solid #777777;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .link-button > li > a:hover {
    color: #fff;
    background-color: #48a8ee;
    border: 1px solid #48a8ee;
  }
  .link-button .link_label {
    display: block;
    position: relative;
    width: 100%;
  }
  .link-button .link_label > span,
  .link-button-v2 > a {
    display: inline-block;
    line-height: 1.5;
  }
  .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%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .link-button .link_label > span:before {
    left: -32px;
    width: 16px;
    height: 1px;
    background: #555555;
  }
  .link-button .link_label > span:after {
    left: -26px;
    margin-top: -4px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .link-button a:hover .link_label > span:before {
/*     left: -20px; */
    background: #fff;
  }
  .link-button a:hover .link_label > span:after {
/*     left: -14px; */
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .link-button > li > a:hover {
    color: #fff;
    background-color: #9e1f24;
    border: 1px solid #9e1f24;
  }
  .link-button > li > a.a-blank:hover:after {
    background-position: -14px -24px;
  }
  .link-button-v2 {
    margin-top: 40px;
  }
  .link-button-v2 > a {
    padding: 14px 38px 13px;
    color: #fff;
    background-color: #9d1f23;
    border: none;
  }
  .link-button-v2 > a:hover,
  .link-button-v2 > a.is-active {
    background-color: #9e1f24;
  }
  .link-button-v2 > a:before {
    left: 27px;
    margin-top: -6px;
    width: 2px;
    height: 13px;
    background: #8baed2;
  }
  .link-button-v2 > a:after {
    left: 24px;
    margin-top: -2px;
    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:hover:before,
  .link-button-v2 > a.is-active:before {
    background: #fff;
  }
  .link-button-v2 > a:hover:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .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;
  }
  .link-button.gp-al-center[data-row-pc="2"],
  .link-button-v2.gp-al-center[data-row-pc="2"] {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .link-button.gp-al-center[data-row-pc="2"] > li,
  .link-button-v2.gp-al-center[data-row-pc="2"] > li {
    width: auto;
    max-width: calc((100% - 36px) / 2);
    min-width: 280px;
  }
  /* data-row-pc */
  .link-button[data-row-pc] > li {
    -webkit-display: flex;
    display: flex;
    margin-top: 20px;
  }
  .link-button[data-row-pc] > li > a {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  
  /* ------------------------------------------------------
   * Elements >>> Image
  ------------------------------------------------------ */
  /* ----- image-sett ----- */
  .image-set {
    margin-top: 50px;
  }
  .image-set .image_caption {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: left;
  }
  
  /* gp-al-** */
  .image-set.gp-al-left {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .image-set.gp-al-center {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .image-set.gp-al-right {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  /* is-flex-** */
  .image-set .image_inner.is-flex-center {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  /* IE11 hack */
  _:-ms-lang(x)::-ms-backdrop, .image-set .image_inner.is-flex-center > img {
    flex: 0 1 auto;
    min-width: 1px;
  }
  
  /* ------------------------------------------------------
   * 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"] a:hover .heading_title {
    text-decoration: none;
  }
  [class*="heading-lv"] + section > [class*="heading-lv2"]:first-child {
    margin-top: 40px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv3"]:first-child {
    margin-top: 30px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv4"]:first-child {
    margin-top: 30px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv5"]:first-child {
    margin-top: 20px;
  }
  
  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    position: relative;
    margin: 0px 0 40px;
    padding-bottom: 18px;
  }
  .heading-lv1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #9d1f23;
  }
  .heading-lv1 .heading_title {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv1 > .heading_subtitle {
    font-size: 2.4rem;
    font-weight: bold;
  }
  
  /* ----- heading-lv2 ----- */
  .section > .heading-lv2 {
    margin-top: 80px;
  }
  .heading-lv2 {
    margin: 26px 0 0;
  }
  .heading-lv2 + * {
    margin-top: 36px !important;
  }

  .contitle{ 
    padding: 12px 0 10px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0 20px 0;
  }
  .heading-lv2 .block {
    display: block;
    padding: 12px 0 10px 24px;
    border-top: 1px solid #b9a3a3;
    border-bottom: 1px solid #b9a3a3;
    text-decoration: none;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv2 > a {
    text-decoration: none;
    color: #9d1f23;
  }
  .heading-lv2 > a:hover {text-decoration: underline;}
  .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 {
    margin-top: -2px;
    left: -24px;
    width: 16px;
    height: 1px;
    background: #555555;
  }
  .heading-lv2 > a .heading_title > span:after {
    left: -18px;
    margin-top: -6px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .heading-lv2 > a:hover .heading_title > span:before {left: -19px;}
  .heading-lv2 > a:hover .heading_title > span:after {left: -13px;}
   
  /* ----- heading-lv3 ----- */
  .section > .heading-lv3 {
    margin-top: 60px;
  }
  .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: 30px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv3 .heading_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 20px;
    height: 1px;
    background: #9d1f23;
  }
  
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 40px 0 20px;
  }
  .heading-lv4 .block {
    display: inline-block;
  }
  .heading-lv4 .heading_title {
    position: relative;
    padding-left: 25px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv4 .heading_title::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #888888;
    content: "";
  }
  
  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 30px 0 15px;
  }
  .heading-lv5 .heading_title {
    position: relative;
    padding-left: 26px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv5 .heading_title::before {
    position: absolute;
    top: .45em;
    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: 18px;
    font-size: 3.8rem;
    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: #9d1f23;
  }
  
  /* ------------------------------------------------------
   * Conditional Elements >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor,
  .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;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .navi-anchor .navi-inner > li {
    width: 18.86%;
    margin-left: 30px;
    padding: .5em 30px 0 0;
    border-right: 1px solid #ccc;
  }
  .navi-anchor-v2 .navi-inner > li {
    max-width: 18.86%;
    padding: .5em 40px 0 40px;
    border-right: 1px solid #ccc;
  }
  .navi-anchor-v2 .navi-inner > li {
    max-width: 18.86%;
  }
  .navi-anchor .navi-inner > li:nth-child(-n+4),
  .navi-anchor-v2 .navi-inner > li:nth-child(-n+4) {
    padding-top: 0;
  }
  .navi-anchor .navi-inner > li:nth-child(4n),
  .navi-anchor .navi-inner > li:last-child,
  .navi-anchor-v2 .navi-inner > li:nth-child(4n),
  .navi-anchor-v2 .navi-inner > li:last-child {
    border-right: none;
  }
  .navi-anchor .navi-inner > li:nth-child(4n+1),
  .navi-anchor-v2 .navi-inner > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .navi-anchor .navi-inner > li > a,
  .navi-anchor-v2 .navi-inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: bold;
    text-decoration: none;
  }
  .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: -7px;
    width: 1px;
    height: 14px;
    background: #9f9f9f;
  }
  .navi-anchor-v2 .navi-inner > li > a:before {
    margin-top: -9px;
    background: #838383;
  }
  .navi-anchor .navi-inner > li > a:after,
  .navi-anchor-v2 .navi-inner > li > a:after {
    left: 2px;
    margin-top: -2px;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navi-anchor-v2 .navi-inner > li > a:after {
    margin-top: -4px;
    border-bottom: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
  }
  .navi-anchor .navi-inner > li > a:hover,
  .navi-anchor-v2 .navi-inner > li > a:hover{
    text-decoration: underline;
  }
  .navi-anchor .navi-inner > li > a:hover:before,
  .navi-anchor-v2 .navi-inner > li > a:hover:before {
    animation: pattern01-before .2s;
  }
  .navi-anchor .navi-inner > li > a:hover:after,
  .navi-anchor-v2 .navi-inner > li > a:hover:after {
    animation: pattern01-after .2s;
  }
  /* ------------------------------------------------------
   * 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.8rem;
    font-weight: bold;
  }
  .table-layout .table_caption {
    margin: .5em 0;
    font-size: 1.4rem;
  }
  .table-layout th,
  .table-layout td {
    padding: 7px 20px;
    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,
  .table-layout thead td {
    border-bottom: none;
  }
  .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;
  }
  .table-icon-sp {
    display: none;
  }
  .table-layout + .list-note {
    margin-top: 2em;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */  
  /* ----- column-layout ----- */
  .column-layout {
    margin-top: 50px;
  }
  .column-layout > .column_item {
    margin-top: 24px;
  }
  .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-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,
  .column-media > .column_image-v2 + .column_detail-v2 > *:first-child {
    margin-top: 0 !important;
  }
  
  /* data-media-size */
  .column-media[data-media-size="1/2"] > .column_image {
    width: calc((100% - 36px) / 2);
  }
  .column-media[data-media-size="1/3"] > .column_image {
    width: calc((100% - 72px) / 3);
  }
  .column-media[data-media-size="1/4"] > .column_image {
    width: calc((100% - 108px) / 4);
  }
  .column-media[data-media-size="1/2"] > .column_image-v2 {
    width: calc((100% - 26px) / 2);
  }
  .column-media[data-media-size="1/3"] > .column_image-v2 {
    width: calc((100% - 52px) / 3);
  }
  .column-media[data-media-size="1/4"] > .column_image-v2 {
    width: calc((100% - 78px) / 4);
  }
  
  /* data-image */
  .column-media > .column_image[data-image="right"] {
    float: right;
    margin-left: 36px;
  }
  .column-media > .column_image[data-image="left"] {
    float: left;
    margin-right: 36px;
  }
  .column-media > .column_image-v2[data-image="right"] {
    float: right;
    margin-left: 26px;
  }
  .column-media > .column_image-v2[data-image="left"] {
    float: left;
    margin-right: 26px;
  }
  .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: 35px 20px 32px;
    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: block;
    overflow: hidden;
    border: 1px solid #e6e6e6;
  }
  .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;
  }
  .column_item a.column_item-link .image_inner img,
  .column_item .image-set > .image_inner > a img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .column_item a.column_item-link:hover .image_inner img,
  .column_item .image-set > .image_inner > a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .column_item .image-set.is-block > .image_inner > a {
    border: none;
  }
  /* data-wraparound */
  .column-media > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }
  /* column_lead */
  .column-media > .column_detail .column_lead {
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .column-media > .column_detail > .column_detail-head {
    border-bottom: 1px solid #dddddd;
  }
  .column-media > .column_detail-v2 {
    overflow: hidden;
  }
  /* image-size */
  .image-size01 > .column_item a.column_item-link .image_inner img,
  .image-size01 > .column_item .image-set > .image_inner > a img {
    max-height: 195px;
  }
  .image-size02 > .column_image > .image-set > .image_inner img {
    max-height: 230px;
  }
  .image-size03 > .column_item a.column_item-link .image_inner img,
  .image-size03 > .column_item .image-set > .image_inner > a img {
    max-height: 232px;
    min-height: 232px;
  }
  .image-size01 > .column_item a.column_item-link .image_inner > span,
  .image-size01 > .column_item .image-set > .image_inner > a {
    text-align: center;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  /* ----- box-layout ----- */
  .box-layout {
    margin-top: 30px;
    border: 1px solid #ddd;
  }
  .box-layout > .box_title {
    padding: 10px 22px 8px;
    background-color: #9d1f23;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-layout > .box_title.is-type02 {
    color: #333;
    background-color: #ededed;
  }
  .box-layout > .box_detail {
    padding: 25px 22px 24px;
    background-color: #fff;
  }
  .box-layout > .box_detail > *:first-child {
    margin-top: 0 !important;
  }
  .box-layout-v2,
  .box-layout-v3 {
    margin-top: 1em;
    padding: 35px 40px 38px;
  }
  .box-layout-v2 {
    border: 1px solid #dddddd;
  }
  .box-layout-v3 {
    border: 3px 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: 20px 83px 18px 23px;
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
  }
  .accordion-layout > .accordion_detail {
    padding: 20px 23px;
    border-top: 1px solid #ddd;
    background-color: #fff;
  }
  
  /* icon */
  .accordion-layout > .accordion_trigger::after {
    position: absolute;
    top: 50%;
    right: 23px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border: 1px solid #999;
    border-radius: 5px;
    content: "";
    cursor: pointer;
  }
  .accordion-layout .accordion_label::before,
  .accordion-layout .accordion_label::after {
    position: absolute;
    top: 50%;
    right: 33px;
    width: 16px;
    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 -3px;
    border-bottom: 1px solid #ddd;
  }
  .tab-layout .tab_list > li {
    -webkit-display: flex;
    display: flex;
    width: calc(100% / 6);
    padding: 7px 3px 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: 10px 5px 9px;
    border: 1px solid #6e6e6e;
    border-bottom: none;
    background-color: #6e6e6e;
    color: #fff;
    font-size: 1.6rem;
    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: 23px 0 22px;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .news-layout .news_image {
    width: 90px;
    margin-right: 18px;
  }
  .news-layout .news_detail {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex: 1;
    flex: 1;
  }
  .news-layout .news_property {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 18px;
  }
  .news-layout .news_date {
    font-size: 1.4rem;
  }
  .news-layout [class*="news_icon"] {
    display: inline-block;
    padding: 0 16px;
    margin-left: 18px;
    color: #9d1f23;
    font-size: 1.3rem;
    line-height: 19px;
    text-align: center;
    border: 1px solid #9d1f23;
  }
  .news-layout .news_title {
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.6;
  }
  .news-layout a .news_title {
    position: relative;
    padding-left: 26px;
    color: #333333;
    text-decoration: none;
  }
  .news-layout .block .news_title {
    padding-left: 26px;
  }
  .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:hover .news_title:before {
    left: 6px;
  }
  .news-layout a:hover .news_title:after {
    left: 12px;
  }
  .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-1.png) no-repeat;
    content: "";
  }
  .news-layout a[target="_blank"] .news_title:before {
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background-position: 0 -24px;
  }
  .news-layout a[href$=".pdf"] .news_title:before,
  .news-layout a[href$=".PDF"] .news_title:before {
    margin-top: -10px;
    width: 16px;
    height: 18px;
    background-position: -28px -24px;
  }
  .news-layout a[target="_blank"] .news_title:before,
  .news-layout a[href$=".pdf"] .news_title:before,
  .news-layout a[href$=".PDF"] .news_title:before {
    left: 0;
  }
  .news-layout a:hover .news_thumbnail,
  .news-layout a:hover .news_title {
    text-decoration: underline;
    opacity: 1;
  }
  .news-layout .news_image + .news_detail {
    display: block;
  }
  .news-layout .news_image + .news_detail .news_title {
    margin-top: .5em;
  }
  /* nav_category */
  .sidebar-nav .cnav {
    margin-top: 20px;
  }
  .nav_head {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    border-top: 4px solid #9d1f23;
    border-bottom: 1px solid #dddddd;
  }
  .nav_head > a {
    display: block;
    padding: 18px 0 15px;
    text-decoration: none;
  }
  .nav_head > a:hover {
    color: #fff;
    background: #9d1f23;
  }
  .nav_category > li > a {
    display: block;
    position: relative;
    padding: 15px 35px 15px 15px;
    color: #333;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #dddddd;
  }
  .nav_category > li > a:hover,
  .nav_category > li.is-current > a {
    color: #fff;
    background: #9d1f23;
  }

  .nav_category > li > a:hover,
  .nav_category > li.current_page_item > a {
    color: #fff;
    background: #9d1f23;
  }

  /* .nav_category > li:first-child > a {
    border-top: none;
  } */
  .nav_category > li.is-current > a {
    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 {
    display: none;
    padding-left: 15px;
  }
  .nav_category-lv2 > li > a {
    display: block;
    position: relative;
    padding: 15px;
    text-decoration: none;
    color: #333;
    font-size: 1.5rem;
    border-top: 1px solid #dddddd;
  }
  .nav_category-lv2 > li.is-open > a {
    background: #f3f4f5;
    border-bottom: 1px solid #dddddd;
  }
  .nav_category-lv2 > li > a:hover,
  .nav_category-lv2 > li.is-open > a:hover,
  .nav_category-lv2 > li.is-current > a {
    color: #fff;
    background: #9d1f23;
  }
  .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;
    background: #f3f4f5;
    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.7em;
    -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: #90adcb;
  }
  .nav_category-lv2 > li.current-menu-item > a,
  .nav_category-lv3 > li > a:hover,
  .nav_category-lv3 > li.current-menu-item > a,
  .nav_category-lv2 > li.current-menu-parent > a,
  .nav_category-lv3 > li > a:hover,
  .nav_category-lv3 > li.current-menu-parent > a,
  .nav_category-lv2 > li.current-news-parent > a,
  .nav_category-lv3 > li > a:hover,
  .nav_category-lv3 > li.current-news-parent > a{
    color: #fff;
    background: #9d1f23;
  }


   
  .nav_category-lv2 > li.is-current > a,
  .nav_category-lv3 > li > a:hover,
  .nav_category-lv3 > li.is-current > a {
    color: #fff;
    background: #9d1f23;
  }
  .nav_category-lv2 > li.is-current > a {
    border-bottom: 1px solid #dddddd;
  }
  .nav_category-lv3 > li > a:hover > span:before,
  .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 {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 27px 39px 26px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .plugin-layout .plugin_detail {
    padding-left: 36px;
  }
  .plugin-layout a .a-blank {
    color: #0075c2;
    text-decoration: underline;
  }
  .plugin-layout a:hover .a-blank {
    text-decoration: none;
  }
  /* category_nav */
  .category_nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-left: 1px solid #dddddd;
  }
  .category_nav > li {
    width: calc(100% / 3);
  }
  .category_nav > li:nth-child(-n+3) {
    border-top: 1px solid #dddddd;
  }
  .category_nav > li:nth-child(3n) {
    width: calc((100% - 1px) / 3);
  }
  .category_nav > li > a {
    display: block;
    padding: 10px 10px 10px 30px;
    height: 100%;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    transition: none;
  }
  .category_nav > li > a:hover,
  .category_nav > li > a.is-current {
    color: #fff;
    font-weight: bold;
    background-color: #48a8ee;
    letter-spacing: -0.06em;
    transition: none;
  }
  .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:hover > span:before,
  .category_nav > li > a.is-current > span:before {
    background: #fff;
  }
  .category_nav > li > a:hover > span:after,
  .category_nav > li > a.is-current > span:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  /* slider-layout */
  .slider-layout .slick-slide {
    height: 476px;
  }
  .slider-layout .slick-track {
    display: table;
  }
  .slider-layout .slick-track .slick-slide {
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    float: left;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e6e6e6;
    overflow: hidden;
  }
  .slider-layout .slick-track .slick-slide img {
    width: 100%;
    max-height: 100%;
  }
  .slider-layout .slick-dots {
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
  }
  .slider-layout .slick-dots > li {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-left: 8px;
    width: 134px;
    cursor: pointer;
  }
  .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;
    text-align: center;
  }
  .slider-layout .slick-dots > li.slick-active > a {
    outline: none;
  }
  .slider-layout .slick-dots > li > a > img {
    max-width: 134px;
    max-height: 69px;
  }
  .slider-layout .slick-dots > li:first-child {
    margin-left: 0;
  }
  .slider-layout .slick-dots > li.slick-active:before {
    border: 2px solid #9d1f23;
  }
  
  [data-category="product"] .column-layout > .column_item {
    margin-top: 50px;
  }
  .download-pdf button {
    display: none;
  }
  .product h2{
    padding: 12px 0 10px 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0 20px 0;}
    .product p{padding: 0px 20px 20px 20px;}
  .product table{   
    border-spacing: 0;
    border-collapse: collapse; 
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  
  }
 
  .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: 10px;
    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: 2rem;
}
.product table >tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.product table > tbody > tr:hover {
  background-color: #ddd;
}
  /* ----- restriction-layout ----- */
  .restriction-layout {
    margin-top: 50px;
  }
  .restriction-layout > *:first-child {
    margin-top: 0 !important;
  }
  /* ----- press-layout ----- */
  .press-layout .column_item .image-set .image_inner {
    max-width: 90px;
    height: auto;
  }
  /* ----- special-layout ----- */
  .special-layout .column_item .image-set .image_inner a {
    border: none;
  }
  .special-layout .column_item .image-set .image_inner a:hover img {
    transform: none;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .slider-layout .slick-track:after,
  .column-media::after {
    display: block;
    clear: both;
    content: "";
  }
}