  /* ======================================================
 * parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Elements >>> Text
 * - Elements >>> List
 * - Elements >>> Link
 * - Elements >>> Image
 * - Elements >>> Other
 * - Conditional Elements >>> Heading
 * - Conditional Elements >>> Navi
 * - Layout >>> Table
 * - Layout >>> Grid
 * - Layout >>> Column
 * - Layout >>> Box
 * - Layout >>> Other
 * - Components
 * - Components >>> Add
 * - Clearfix
 * Media Queries
====================================================== */
@media print, screen and (min-width: 641px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .contents {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contents > *:first-child {
    margin-top: 0;
  }
  .contents > section:first-child > *:first-child {
    margin-top: 0;
  }

  #mainContentsArea .contents {
    padding-left: 14px;
    padding-right: 14px;
  }

  /* ------------------------------------------------------
   * Elements >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 1em;
  }

  .text-lead {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .text-lead-v2 {
    margin-top: 1em;
    font-size: 1.8rem;
  }

  /* ------------------------------------------------------
   * Elements >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"] {
    margin-top: 1em;
  }
  [class*="list-note"] > li .column-media,
  [class*="list-note"] > li [class*="column-layout"],
  [class*="list-note"] > li [class*="link-button"],
  [class*="list-note"] > li > .image-set,
  [class*="list-note"] > li [class*="box-layout"],
  [class*="list-bullet"] > li .column-media,
  [class*="list-bullet"] > li [class*="column-layout"],
  [class*="list-bullet"] > li [class*="link-button"],
  [class*="list-bullet"] > li > .image-set,
  [class*="list-bullet"] > li [class*="box-layout"],
  [class*="list-order"] > li .column-media,
  [class*="list-order"] > li [class*="column-layout"],
  [class*="list-order"] > li [class*="link-button"],
  [class*="list-order"] > li > .image-set,
  [class*="list-order"] > li [class*="box-layout"] {
    margin-top: 15px;
  }
  [class*="list-note"] > li .column-media:last-child,
  [class*="list-note"] > li [class*="column-layout"]:last-child,
  [class*="list-note"] > li [class*="link-button"]:last-child,
  [class*="list-note"] > li > .image-set:last-child,
  [class*="list-note"] > li [class*="box-layout"]:last-child,
  [class*="list-bullet"] > li .column-media:last-child,
  [class*="list-bullet"] > li [class*="column-layout"]:last-child,
  [class*="list-bullet"] > li [class*="link-button"]:last-child,
  [class*="list-bullet"] > li > .image-set:last-child,
  [class*="list-bullet"] > li [class*="box-layout"]:last-child,
  [class*="list-order"] > li .column-media:last-child,
  [class*="list-order"] > li [class*="column-layout"]:last-child,
  [class*="list-order"] > li [class*="link-button"]:last-child,
  [class*="list-order"] > li > .image-set:last-child,
  [class*="list-order"] > li [class*="box-layout"]:last-child {
    margin-bottom: 20px;
  }

  [class*="list-note"] > li,
  [class*="list-bullet"] > li,
  [class*="list-order"] > li,
  [class*="list-note"] .is-nest,
  [class*="list-bullet"] .is-nest,
  [class*="list-order"] .is-nest {
    margin-top: .5em;
  }

  [class*="list-note"] > li:first-child,
  [class*="list-bullet"] > li:first-child,
  [class*="list-order"] > li:first-child {
    margin-top: 0;
  }

  /* ----- list-note ----- */
  [class*="list-note"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  [class*="list-note"][data-row-pc] {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .list-note {
    font-size: 1.3rem;
    color: #808080;
  }
  .list-note > li {
    position: relative;
    padding-left: 1.2em;
  }
  .list-note > li .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note > li > *:first-child:not(.is-nest) {
    margin-top: 0;
  }

  .list-note-v2 {
    margin-top: 2em;
    font-size: 1.3rem;
    color: #808080;
  }
  .list-note-v2 > li + li {
    margin-top: 1.5em;
  }

  .list-note-v3 {
    font-size: 1.3rem;
    color: #808080;
  }
  .list-note-v3 .list_mark {
    float: left;
  }
  .list-note-v3 .list_mark + * {
    display: block;
    overflow: hidden;
  }

  .list-note-order {
    font-size: 1.3rem;
    color: #808080;
  }
  .list-note-order > li {
    position: relative;
    padding-left: 2.5em;
  }
  .list-note-order > li .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-order > li > *:first-child:not(.is-nest) {
    margin-top: 0;
  }

  /* ----- list-bullet ----- */
  .list-bullet > li, .list-bullet-v2 > li {
    position: relative;
    padding-left: 15px;
  }
  .list-bullet > li > *:first-child:not(.is-nest), .list-bullet-v2 > li > *:first-child:not(.is-nest) {
    margin-top: 0;
  }
  .list-bullet > li:before, .list-bullet-v2 > li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 0.6em;
    left: 0;
    border-radius: 50%;
    background-color: #000000;
  }

  .list-bullet-v2 > li:before {
    width: 3px;
    height: 3px;
    top: 0.7em;
  }

  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 2em;
  }
  .list-order > li .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-order > li > *:first-child:not(.is-nest) {
    margin-top: 0;
  }

  .list-order-v2 > li {
    position: relative;
    padding-left: 3em;
  }
  .list-order-v2 > li .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-order-v2 > li > *:first-child:not(.is-nest) {
    margin-top: 0;
  }

  .list-description {
    margin-top: 1.5em;
  }
  .list-description > dt {
    font-size: 1.6rem;
  }
  .list-description > dd {
    margin-top: 0.3em;
  }

  .list-description-v2 {
    margin-top: 2em;
  }
  .list-description-v2 > dt {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .list-description-v2 > dd {
    margin-top: 0.3em;
  }

  .list-description-v3 {
    margin-top: 1.5em;
    display: table;
  }
  .list-description-v3 > dt {
    float: left;
    margin-right: 1em;
  }
  .list-description-v3 > dd {
    overflow: hidden;
  }

  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */
  /* ----- link-inline ----- */
  a.link-inline:link,
  a.link-inline:visited {
    text-decoration: underline;
  }

  a.link-inline:hover,
  a.link-inline:active {
    text-decoration: none;
  }

  .link-inline {
    position: relative;
  }
  .link-inline.a-icon:not(.a-blank):not(.a-pdf):after {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: auto;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
  }

  .link-inline.a-blank:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 7px;
    margin-right: 5px;
    vertical-align: middle;
  }

  .link-inline.a-pdf:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 7px;
    margin-right: 5px;
    vertical-align: middle;
  }

  /* ----- link-text ----- */
  [class*="link-text"] .link_icon {
    display: block;
    float: left;
    min-width: 50px;
    margin-right: 7px;
    padding: 5px 10px;
    background-color: #999;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }
  [class*="link-text"] .link_icon + * {
    display: block;
    font-size: 1.4rem;
    margin-top: 5px;
    overflow: hidden;
  }

  .link-text {
    margin-top: 2em;
  }
  .link-text > li > a, .link-text > li > span {
    position: relative;
    display: inline-block;
    padding-left: 18px;
  }
  .link-text > li > a:before, .link-text > li > span:before {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 3px;
    right: auto;
    top: 0.7em;
  }
  .link-text > li > a.a-blank:after, .link-text > li > span.a-blank:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 6px;
  }
  .link-text > li > a.a-pdf:after, .link-text > li > span.a-pdf:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 6px;
    vertical-align: middle;
  }
  .link-text > li + li {
    margin-top: 0.8em;
  }

  .link-text:not([data-row-pc]) {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .link-text[data-row-pc="auto"] {
    margin-top: 10px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .link-text[data-row-pc="auto"] > li {
    margin-top: 10px !important;
    margin-right: 25px;
  }
  .link-text[data-row-pc="auto"] > li:last-child {
    margin-right: 0;
  }

  .link-text-v2 {
    margin-top: 1.2em;
  }
  .link-text-v2 > li > a {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    padding-left: 18px;
  }
  .link-text-v2 > li > a:before {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 3px;
    right: auto;
    top: 0.7em;
  }
  .link-text-v2 > li > a.a-blank:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 6px;
  }
  .link-text-v2 > li > a.a-pdf:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 6px;
    vertical-align: middle;
  }
  .link-text-v2 > li + li {
    margin-top: 0.8em;
  }

  .link-text-v3 {
    margin-top: 1em;
  }
  .link-text-v3 > li > a, .link-text-v3 > li > span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-size: 1.8rem;
  }
  .link-text-v3 > li > a:not(.v-noicon):before, .link-text-v3 > li > span:not(.v-noicon):before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 3px;
  }
  .link-text-v3 > li > a.a-blank:after, .link-text-v3 > li > span.a-blank:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 10px;
  }
  .link-text-v3 > li > a.a-pdf:after, .link-text-v3 > li > span.a-pdf:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 10px;
    vertical-align: middle;
  }
  .link-text-v3 > li > a.a-rss, .link-text-v3 > li > span.a-rss {
    padding-left: 54px;
  }
  .link-text-v3 > li > a.a-rss:after, .link-text-v3 > li > span.a-rss:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0;
    margin-top: -9px;
    background: url(/common_new/img/link_ic06.png) no-repeat 0 0;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
  }
  .link-text-v3 > li + li {
    margin-top: 0.8em;
  }
  .link-text-v3.v-sizeS > li > a, .link-text-v3.v-sizeS > li > span {
    font-size: 1.4rem;
  }
  .link-text-v3.v-sizeS > li > a:before, .link-text-v3.v-sizeS > li > span:before {
    width: 8px;
    height: 8px;
  }

  .link-text[data-row-pc="auto"] {
    margin-top: 10px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .link-text[data-row-pc="auto"] > li {
    margin-top: 10px !important;
    margin-right: 25px;
  }
  .link-text[data-row-pc="auto"] > li:last-child {
    margin-right: 0;
  }

  /* ----- link-button ----- */
  [class*=link-button] {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  [class*=link-button] > li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  [class*=link-button] > li > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  [class*=link-button] > li > a > .link_label {
    width: 100%;
    text-align: center;
  }
  [class*=link-button][data-row-pc] {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  [class*=link-button][data-row-pc] > li > a {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  [class*=link-button][data-row-pc="auto"] > li {
    margin-right: 20px;
  }
  [class*=link-button][data-row-pc="auto"] > li + li {
    margin-top: 0;
  }
  [class*=link-button] > li[data-width-pc] > a {
    width: 100%;
  }

  .link-button > li {
    line-height: 1.2;
  }
  .link-button > li > a {
    position: relative;
    color: #fff;
    background-color: #2d3030;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    /* -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; */
  }
  .link-button > li > a > .link_label {
    padding: 0.7em 50px;
    font-size: 1.8rem;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
  }
  .link-button > li > a > .link_label:before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 24px;
  }
  .link-button > li > a.a-blank > .link_label:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic03.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 10px;
  }
  .link-button > li > a.a-pdf > .link_label:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic04.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 10px;
  }
  .link-button > li + li {
    margin-top: 20px;
  }
  .link-button[data-row-pc="2"] > * {
    width: calc( ( 100% - 0px ) / 2 );
    margin-left: 0px;
  }
  .link-button[data-row-pc="3"] > * {
    width: calc( ( 100% - 1px ) / 3 );
    margin-left: 0px;
  }
  .link-button[data-row-pc="4"] > * {
    width: calc( ( 100% - 0px ) / 4 );
    margin-left: 0px;
  }
  .link-button[data-row-pc="5"] > * {
    width: calc( ( 100% - -40px ) / 5 );
    margin-left: -10px;
  }

  .link-button-v2 > li {
    line-height: 1.2;
  }
  .link-button-v2 > li > a {
    position: relative;
    color: #000;
    background-color: #e6e7e8;
  }
  .link-button-v2 > li > a > .link_label {
    padding: 12px 36px 12px 20px;
    font-size: 1.8rem;
  }
  .link-button-v2 > li > a > .link_label:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 18px;
  }
  .link-button-v2 > li > a.a-blank > .link_label:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 10px;
  }
  .link-button-v2 > li > a.a-pdf > .link_label:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 10px;
  }
  .link-button-v2 > li + li {
    margin-top: 20px;
  }

  .link-button-v3 > li {
    line-height: 1.2;
  }
  .link-button-v3 > li > a {
    position: relative;
    color: #fff;
    background-color: #4d4d4f;
  }
  .link-button-v3 > li > a > .link_label {
    padding: 12px 36px 12px 20px;
    font-size: 1.8rem;
  }
  .link-button-v3 > li > a > .link_label:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 18px;
  }
  .link-button-v3 > li > a.a-blank > .link_label:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic03.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 10px;
  }
  .link-button-v3 > li > a.a-pdf > .link_label:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic04.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 10px;
  }
  .link-button-v3 > li + li {
    margin-top: 20px;
  }

  .link-button-v4 > li {
    line-height: 1.2;
  }
  .link-button-v4 > li > a {
    position: relative;
    background-color: #fff;
    border: 1px solid #d3d3d3;
  }
  .link-button-v4 > li > a > .link_label {
    padding: 18px 36px 18px 20px;
    font-size: 1.8rem;
  }
  .link-button-v4 > li > a > .link_label:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 18px;
  }
  .link-button-v4 > li + li {
    margin-top: 20px;
  }
  .link-button-v4.v-sizeS > li > a > .link_label {
    padding: 10px 30px 10px 16px;
    font-size: 1.4rem;
  }
  .link-button-v4.v-sizeS > li > a > .link_label:before {
    width: 5px;
    height: 5px;
    right: 10px;
  }
  .link-button-v4.v-sizeH > li > a {
    min-height: 63px;
  }

  .link-button-v5 > li {
    line-height: 1.2;
  }
  .link-button-v5 > li > a {
    position: relative;
    color: #000;
    background-color: #e6e7e8;
  }
  .link-button-v5 > li > a > .link_label {
    padding: 12px 20px 12px 36px;
    font-size: 1.5rem;
  }
  .link-button-v5 > li > a > .link_label:before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
    right: auto;
  }
  .link-button-v5 > li > a.a-blank > .link_label:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 10px;
  }
  .link-button-v5 > li > a.a-pdf > .link_label:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    vertical-align: middle;
    margin-left: 10px;
  }
  .link-button-v5 > li + li {
    margin-top: 20px;
  }

  .link-list {
    margin-top: 30px;
  }
  .link-list > li > a {
    display: block;
    position: relative;
    padding: 16px 50px 16px 10px;
    border-bottom: 1px solid #e6e7e8;
    font-size: 1.8rem;
  }
  .link-list > li > a:not(.a-accord):before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #4f4f4f;
    border-right: 1px solid #4f4f4f;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 27px;
  }
  .link-list > li > a.a-accord:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    top: 50%;
    right: 20px;
    margin-top: -1px;
    background-color: #4f4f4f;
  }
  .link-list > li > a.a-accord:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    top: 50%;
    right: 29px;
    margin-top: -10px;
    background-color: #4f4f4f;
  }
  .link-list > li > a.a-accord.is-active:after {
    display: none;
  }
  .link-list > li > .link-list {
    margin-top: 0;
  }
  .link-list > li > .link-list > li > a {
    padding-left: 30px;
  }

  /* ----- navi ----- */
  .navi-anchor {
    margin-top: 40px;
  }
  .navi-anchor .navi-inner > li {
    margin-top: 20px;
  }
  .navi-anchor .navi-inner > li > a {
    position: relative;
    display: inline-block;
    padding-left: 28px;
  }
  .navi-anchor .navi-inner > li > a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 3px;
    right: auto;
    top: 0.2em;
  }
  .navi-anchor .navi-inner > li + li {
    margin-top: 20px;
  }
  .navi-anchor .navi-inner.v-sizeL > li > a {
    font-size: 2rem;
  }
  .navi-anchor .navi-inner.v-sizeL > li > a:after {
    top: 0.4em;
  }
  .navi-anchor [class*="navi-inner"][data-row-pc="auto"] {
    margin-top: -20px;
  }
  .navi-anchor [class*="navi-inner"][data-row-pc="auto"] > li {
    display: inline-block;
    margin-right: 30px;
  }
  .navi-anchor [class*="navi-inner"][data-row-pc="auto"] > li:last-child {
    margin-right: 0;
  }

  .navi-anchor-v2 {
    margin-top: 30px;
  }
  .navi-anchor-v2 .navi-inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .navi-anchor-v2 [class*="link-button"] > li {
    margin-top: 0;
  }
  .navi-anchor-v2 [class*="link-button"] > li > a {
    min-width: 210px;
  }
  .navi-anchor-v2 [class*="link-button"] > li > a.a-anc02 > .link_label:before {
    margin-top: 3px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .navi-anchor-v2 [class*="link-button"] > li > a.a-anc01 > .link_label:before {
    margin-top: -3px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
  }

  .navi-anchor-v3 {
    margin-top: 30px;
  }
  .navi-anchor-v3 [class*="link-button"] > li > a > .link_label {
    text-align: left;
  }
  .navi-anchor-v3 [class*="link-button"] > li > a > .link_label:before {
    margin-top: -2px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
  }

  /* ------------------------------------------------------
	 * Elements >>> Image
	------------------------------------------------------ */
  /* ----- image- ----- */
  .image-set {
    margin-top: 20px;
    max-width: 100%;
    /* for IE */
  }
  .image-set * {
    max-width: 100%;
    /* for IE */
  }
  .image-set .image_inner {
    position: relative;
    margin: 0 auto;
  }
  .image-set .image_inner .image_caption {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #666666;
  }
  .image-set .image_inner .image_caption:first-child {
    margin-top: 0;
  }
  .image-set .image_inner .image_caption + img {
    margin-top: 5px;
  }
  .image-set .image_inner .image_caption-v2 {
    margin-top: 10px;
    font-size: 1.5rem;
    color: #000;
  }
  .image-set .image_inner .image_caption-v2:first-child {
    margin-top: 0;
  }
  .image-set .image_inner .image_caption-v2 + img {
    margin-top: 10px;
  }
  .image-set .image_inner .image_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.2;
    margin-top: 16px;
    padding-left: 12px;
    border-left: 3px solid #ed1c24;
    font-size: 1.8rem;
  }
  .image-set .image_inner .image_title:last-child {
    margin-bottom: 20px;
  }
  .image-set .image_inner .image_title-v2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*display: table;*/
    display: -webkit-flex;
    display: flex;
    line-height: 1.1;
    padding: 3px 35px 3px 20px;
    font-size: 1.4rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .image-set .image_inner .image_title-v2 > span {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 34px;
    /*display: table-cell;
    vertical-align: middle;*/
  }
  .image-set .image_inner a {
    position: relative;
    display: inline-block;
  }
  .image-set .image_inner a .image_title {
    position: relative;
    padding-right: 10px;
  }
  .image-set .image_inner a .image_title:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 1px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .image-set .image_inner a .image_title-v2:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 22px;
  }
  .image-set .image_inner a.a-blank .image_title-v2 > span:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic03.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 10px;
  }
  .image-set .image_inner a.a-modal {
    position: relative;
    display: inline-block;
  }
  .image-set .image_inner a.a-modal:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    bottom: 0;
    right: 0;
    background: url(/common_new/img/link_ic05.png) no-repeat 0 0;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
  }
  .image-set.image-link {
    overflow: hidden;
  }
  .image-set.image-link a {
    position: static;
  }
  .image-set.image-link a:hover {
    opacity: 1;
  }
  .image-set.image-link:hover {
    opacity: 0.7;
  }
  .image-set.image-link .image_link_title {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    /* display: table; */
    line-height: 1.2;
    width: 355px;
    min-height: 62px;
    bottom: 12px;
    left: -80px;
    padding: 10px 90px;
    background: linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 80%, rgba(231, 231, 232, 0.75) 80.1%, rgba(231, 231, 232, 0.75) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 80%, rgba(231, 231, 232, 0.75) 80.1%, rgba(231, 231, 232, 0.75) 100%);
    color: #fff;
    font-size: 1.6rem;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }
  .image-set.image-link .image_link_title > span {
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
  }
  .image-set.image-link .image_link_title .title_shoulder {
    font-size: 1.3rem;
    display: block;
  }
  .image-set.image-link .image_link_title:after {
    content: '';
    width: 18px;
    height: 18px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 24px;
    -webkit-transform: skewX(30deg) translateY(-50%) rotate(45deg);
    transform: skewX(30deg) translateY(-50%) rotate(45deg);
  }
  .image-set.image-link .image_link_title.v-sizeS {
    min-height: 52px;
    width: 100%;
    left: -20%;
    padding: 6px 23% 6px 23%;
    background: linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 83%, rgba(231, 231, 232, 0.75) 83.1%, rgba(231, 231, 232, 0.75) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 83%, rgba(231, 231, 232, 0.75) 83.1%, rgba(231, 231, 232, 0.75) 100%);
  }
  .image-set.image-link .image_link_title.v-sizeS:after {
    right: 5%;
  }
  .image-set.image-link .a-blank .image_link_title > span:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic03.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 5px;
    vertical-align: middle;
  }
  .image-set.image-link .a-pdf .image_link_title > span:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic04.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 5px;
    vertical-align: middle;
  }

  /* IE(over9) hacks */
  :root .image-set.image-link .image_link_title {
    display: table\0;
  }

  /* ------------------------------------------------------
   * Elements >>> Other
  ------------------------------------------------------ */
  .line-layout {
    display: block;
    margin-top: 40px;
    margin-bottom: 0;
    border: none;
    border-bottom: 5px solid #e6e7e8;
  }

  .contents .line-layout {
    margin-left: -20px;
    margin-right: -20px;
  }

  #wrapper .line-layout + *, #wrapper .line-layout + .contents {
    margin-top: 40px;
  }
  #wrapper .line-layout + * > .box-link-layout:first-child,
  #wrapper .line-layout + * > .box-link-layout-v2:first-child, #wrapper .line-layout + .contents > .box-link-layout:first-child,
  #wrapper .line-layout + .contents > .box-link-layout-v2:first-child {
    margin-top: -20px;
  }
  #wrapper .line-layout + .box-link-layout,
  #wrapper .line-layout + .box-link-layout-v2 {
    margin-top: 20px;
  }

  .line-layout-v2 {
    display: block;
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid #e6e7e8;
  }

  #wrapper .line-layout-v2 + * {
    margin-top: 10px;
  }

  /* ------------------------------------------------------
   * Conditional Elements >>> Heading
  ------------------------------------------------------ */
  [class*="heading-lv"] {
    color: #4d4d4f;
  }
  [class*="heading-lv"] sup {
    font-size: 50%;
    vertical-align: top;
    top: 0.1em;
  }

  #wrapper [class*="heading-lv"] + * {
    margin-top: 10px;
  }

  #wrapper .heading-lv1 + *,
  #wrapper #contentsArea .heading-lv1 + * {
    margin-top: 30px;
  }
  #wrapper .heading-lv1 + [data-row-pc="2"] > section:nth-child(-n+2) > [class*="heading-lv"],
  #wrapper #contentsArea .heading-lv1 + [data-row-pc="2"] > section:nth-child(-n+2) > [class*="heading-lv"] {
    margin-top: 0;
  }
  #wrapper .heading-lv1 + [data-row-pc="3"] > section:nth-child(-n+3) > [class*="heading-lv"],
  #wrapper #contentsArea .heading-lv1 + [data-row-pc="3"] > section:nth-child(-n+3) > [class*="heading-lv"] {
    margin-top: 0;
  }

  #keyvisualArea {
    position: relative;
    height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #keyvisualArea.content {
    height: 300px;
  }
  #keyvisualArea .textArea {
    display: table;
    width: 980px;
    height: 100%;
    margin: 0 auto;
  }
  #keyvisualArea .textArea .inner {
    display: table-cell;
    vertical-align: middle;
  }
  #keyvisualArea .textArea .inner .captionBox {
    width: 460px;
    padding: 35px 20px 40px;
    background-color: rgba(0, 0, 0, 0.75);
  }
  #keyvisualArea .textArea .inner .title {
    font-size: 4.2rem;
    color: #fff;
    border-bottom: 1px solid #545454;
  }
  #keyvisualArea .textArea .inner .description {
    margin-top: 1em;
    color: #fff;
    font-size: 1.2rem;
  }
  #keyvisualArea.event {
    background-image: url(/event/img/index_main01_pc.jpg);
  }
  #keyvisualArea.corporate {
    background-image: url(/corporate/img/index_main01_pc.jpg);
  }
  #keyvisualArea.rd {
    background-image: url(/rd/img/index_main01_pc.jpg);
  }
  #keyvisualArea.sustainability {
    background-image: url(/sustainability/img/index_main01_pc.jpg);
  }
  #keyvisualArea.ir {
    background-image: url(/ir/img/index_main01_pc.jpg);
  }
  #keyvisualArea.industrial_equipment {
    background-image: url(/industrial_equipment/img/index_main01_pc.jpg);
  }
  #keyvisualArea.leisure {
    background-image: url(/leisure/img/index_main01_pc.jpg);
  }
  #keyvisualArea.energy {
    background-image: url(/energy/img/index_main01_pc.jpg);
  }
  #keyvisualArea.mobility {
    background-image: url(/mobility/img/index_main01_pc.jpg);
  }
  #keyvisualArea.contacts {
    background-image: url(/corporate/contacts/img/index_main01_pc.jpg);
  }
  #keyvisualArea.mobility + #contentsArea {
    padding-top: 0;
    margin-bottom: 0;
  }

  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    line-height: 1.4;
  }
  .heading-lv1 .heading_title {
    font-size: 3.2rem;
    color: #4d4d4f;
  }
  .heading-lv1 .heading_subtitle {
    margin-top: 10px;
    font-size: 2.6rem;
  }
  .heading-lv1 .heading_shoulder {
    font-size: 2.4rem;
  }
  .heading-lv1 .heading_shoulder + .heading_title {
    margin-top: 5px;
  }
  .heading-lv1 .heading_shoulder-v2 + .heading_title {
    margin-top: 20px;
  }

  section .heading-lv1 {
    margin-top: 60px;
  }

  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    line-height: 1.2;
    margin-top: 40px;
  }
  .heading-lv2 .block .heading_title {
    font-size: 2.6rem;
  }
  .heading-lv2 .block .heading_title .subtext {
    margin-left: 0.5em;
    font-size: 1.8rem;
  }
  .heading-lv2 .block .heading_icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    line-height: 1.2;
    background-color: #ed1c24;
    border-radius: 50%;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  .heading-lv2 .block .heading_icon em {
    font-style: normal;
    font-size: 2.4rem;
  }
  .heading-lv2 .block .heading_icon + .heading_title {
    position: absolute;
    top: 50%;
    left: 92px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .heading-lv2 a.block {
    position: relative;
    padding-right: 25px;
    color: #4d4d4f;
  }
  .heading-lv2 a.block:before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 3px;
  }
  .heading-lv2 a.block.a-blank .heading_title:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 12px;
    -webkit-align-self: center;
    align-self: center;
  }
  .heading-lv2 a.block.a-pdf .heading_title:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 12px;
    -webkit-align-self: center;
    align-self: center;
  }
  .heading-lv2 .heading_link {
    margin-left: auto;
    -webkit-align-self: center;
    align-self: center;
  }
  .heading-lv2 .heading_link > a {
    position: relative;
    font-size: 1.8rem;
  }
  .heading-lv2 .heading_link > a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: auto;
    margin-left: 20px;
    margin-right: 3px;
    vertical-align: middle;
  }

  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    display: -webkit-flex;
    display: flex;
    margin-top: 35px;
    line-height: 1.2;
  }
  .heading-lv3 .block .heading_title {
    font-size: 1.8rem;
  }
  .heading-lv3 a.block {
    position: relative;
    padding-right: 20px;
  }
  .heading-lv3 a.block:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 3px;
  }
  .heading-lv3 a.block.a-blank .heading_title:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 12px;
  }
  .heading-lv3 a.block.a-pdf .heading_title:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 12px;
    vertical-align: middle;
  }
  .heading-lv3 .heading_link {
    margin-left: auto;
    -webkit-align-self: center;
    align-self: center;
  }
  .heading-lv3 .heading_link > a {
    position: relative;
    font-size: 1.4rem;
  }
  .heading-lv3 .heading_link > a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: auto;
    margin-left: 12px;
    margin-right: 3px;
    vertical-align: middle;
  }
  .heading-lv3 + section > .heading-lv4 {
    margin-top: 0;
  }

  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin-top: 32px;
  }
  .heading-lv4 .block .heading_title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .heading-lv4 a.block {
    position: relative;
    display: inline-block;
    padding-right: 18px;
  }
  .heading-lv4 a.block:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 3px;
  }
  .heading-lv4 a.block.a-blank .heading_title:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 12px;
  }
  .heading-lv4 a.block.a-pdf .heading_title:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 12px;
    vertical-align: middle;
  }

  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  /* ----- table-layout ----- */
  .table-layout {
    margin-top: 15px;
  }
  .table-layout .table_inner {
    width: 100%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .table-layout .table_caption {
    margin-bottom: 10px;
    text-align: left;
  }
  .table-layout .v-narrow th, .table-layout .v-narrow td {
    padding: 5px;
  }
  .table-layout th, .table-layout td {
    padding: 7px 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #e6e7e8;
    color: #000;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
  }
  .table-layout th > *:first-child, .table-layout td > *:first-child {
    margin-top: 0;
  }
  .table-layout th > * + *:not(br), .table-layout td > * + *:not(br) {
    margin-top: 10px;
  }
  .table-layout .cell-style1 {
    color: #fff;
    background-color: #2e2e2e;
  }
  .table-layout .cell-style1 a {
    color: #fff;
  }
  .table-layout .cell-style2 {
    background-color: #b9b9ba;
  }
  .table-layout .cell-style2 > .cell_strong {
    color: #fff;
    font-weight: bold;
  }
  .table-layout .cell-style3 {
    background-color: #f2f2f9;
  }
  .table-layout .cell-style4 {
    background-color: #fff;
  }
  .table-layout .cell-style5 {
    background-color: #9b9b9b;
    text-align: center;
    font-weight: bold;
  }
  .table-layout .cell-style6 {
    background-color: #cecece;
    font-weight: bold;
  }

  .table-layout-v2 {
    margin-top: 15px;
  }
  .table-layout-v2 .table_inner {
    width: 100%;
  }
  .table-layout-v2 .table_caption {
    margin-bottom: 10px;
    text-align: left;
  }
  .table-layout-v2 th, .table-layout-v2 td {
    padding: 10px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border-bottom: 2px solid #e6e7e8;
  }
  .table-layout-v2 th > *:first-child, .table-layout-v2 td > *:first-child {
    margin-top: 0;
  }
  .table-layout-v2 th > * + *:not(br), .table-layout-v2 td > * + *:not(br) {
    margin-top: 10px;
  }
  .table-layout-v2 thead th {
    padding: 15px;
    font-weight: bold;
    border-top: 5px solid #e6e7e8;
    border-bottom: 5px solid #e6e7e8;
  }
  .table-layout-v2 tbody tr:nth-child(2n) th, .table-layout-v2 tbody tr:nth-child(2n) td {
    background-color: #e7e7e8;
  }
  .table-layout-v2 tbody tr:nth-child(2n+1) th, .table-layout-v2 tbody tr:nth-child(2n+1) td {
    background-color: #fff;
  }

  .csr-table-layout {
    margin-top: 30px;
  }
  .csr-table-layout .csr_table_description {
    display: table;
    margin-left: auto;
  }
  .csr-table-layout .csr_table_description img {
    margin-left: 1px;
    margin-right: 1px;
    vertical-align: middle;
  }
  .csr-table-layout .csr_table_description .description_title {
    border-bottom: 1px solid #ddd;
  }
  .csr-table-layout .csr_table_description .detail_text {
    float: left;
  }
  .csr-table-layout .csr_table_description .detail_text + * {
    overflow: hidden;
  }
  .csr-table-layout .csr_table_description .detail_list .list_mark {
    display: inline-block;
    width: 52px;
    text-align: right;
  }
  .csr-table-layout .table-layout th, .csr-table-layout .table-layout td {
    vertical-align: middle;
  }
  .csr-table-layout .table-layout th > img + img, .csr-table-layout .table-layout td > img + img {
    margin-top: 0;
  }
  .csr-table-layout .table-layout .cell-style_csr1 {
    background-color: #e60011;
  }
  .csr-table-layout .table-layout .cell-style_csr2 {
    background-color: #8dc7be;
  }
  .csr-table-layout .table-layout .cell-style_csr3 {
    background-color: #b595b2;
  }
  .csr-table-layout .table-layout .cell-style_csr4 {
    background-color: #98b7d5;
  }
  .csr-table-layout .table-layout .cell-style_csr5 {
    background-color: #b0d25e;
  }
  .csr-table-layout .table-layout .cell-style_csr6 {
    background-color: #ee9844;
  }

  /* ------------------------------------------------------
   * Layout >>> Grid
  ------------------------------------------------------ */
  [data-row-pc] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  [data-row-pc="1"] {
    display: block;
  }

  [data-row-pc="2"] > * {
    width: calc( ( 100% - 20px ) / 2 );
  }

  [data-row-pc="3"] > * {
    width: calc( ( 100% - 41px ) / 3 );
  }

  [data-row-pc="4"] > * {
    width: calc( ( 100% - 60px ) / 4 );
  }

  [data-row-pc="5"] > * {
    width: calc( ( 100% - 80px ) / 5 );
  }

  [data-row-pc="2"] > * {
    margin-left: 20px;
  }

  [data-row-pc="2"] > *:nth-child(2n+1) {
    margin-left: 0 !important;
  }

  [data-row-pc="2"] > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }

  [data-row-pc="3"] > * {
    margin-left: 20px;
  }

  [data-row-pc="3"] > *:nth-child(3n+1) {
    margin-left: 0 !important;
  }

  [data-row-pc="3"] > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }

  [data-row-pc="4"] > * {
    margin-left: 20px;
  }

  [data-row-pc="4"] > *:nth-child(4n+1) {
    margin-left: 0 !important;
  }

  [data-row-pc="4"] > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }

  [data-row-pc="5"] > * {
    margin-left: 20px;
  }

  [data-row-pc="5"] > *:nth-child(5n+1) {
    margin-left: 0 !important;
  }

  [data-row-pc="5"] > *:nth-child(-n+5) {
    margin-top: 0 !important;
  }

  [data-width-pc="2"] {
    width: calc( ( 100% - 20px ) / 2 ) !important;
  }

  [data-width-pc="3"] {
    width: calc( ( 100% - 40px ) / 3 ) !important;
  }

  [data-width-pc="4"] {
    width: calc( ( 100% - 60px ) / 4 ) !important;
  }

  [data-width-pc="5"] {
    width: calc( ( 100% - 80px ) / 5 ) !important;
  }

  [data-width-pc="3/4"] {
    width: calc( 75% - 5px ) !important;
  }

  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */
  /* ----- column-layout ----- */
  .column-layout {
    margin-top: 30px;
  }

  .column_item {
    margin-top: 20px;
  }
  .column_item > *:first-child {
    margin-top: 0;
  }
  .column_item > a.block {
    display: block;
  }

  .column-middle-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .column-middle-layout .column-middle_detail {
    margin-left: 15px;
  }
  .column-middle-layout .column-middle_detail > *:first-child {
    margin-top: 0;
  }

  .column-media {
    display: block;
    margin-top: 30px;
  }
  .column-media [data-image="left"] {
    float: left;
    margin-right: 20px;
  }
  .column-media [data-image="left"] > .image-set > .image_inner + .image_inner {
    margin-left: 10px;
  }
  .column-media [data-image="right"] {
    float: right;
    margin-left: 20px;
  }
  .column-media [data-image="right"] > .image-set > .image_inner + .image_inner {
    margin-left: 10px;
  }
  .column-media [data-image][data-width-pc] > .image-set > .image_inner img {
    width: 100%;
  }
  .column-media [data-image] > *:first-child,
  .column-media .column_detail > *:first-child,
  .column-media .column_detail > section:first-child > [class*="heading-lv"]:first-child {
    margin-top: 0;
  }
  .column-media .column_image > .image-set + .image-set {
    margin-top: 20px;
  }
  .column-media [data-wraparound="false"] {
    overflow: hidden;
  }
  .column-media [data-wraparound="false"] * {
    max-width: 100%;
  }
  .column-media .column_detail + .column_detail {
    margin-top: 20px;
  }

  #contentsArea > .contents:first-child > .column-media {
    margin-top: 60px;
  }

  .table_inner .column-media [data-image="left"] {
    margin-right: 10px;
  }
  .table_inner .column-media [data-image="right"] {
    margin-left: 10px;
  }

  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  /* ----- box-layout ----- */
  .box-layout {
    margin-top: 40px;
    padding: 20px;
    background-color: #e6e7e8;
  }
  .box-layout .box_title {
    color: #4d4d4f;
    font-size: 2.6rem;
  }
  .box-layout .box_title + * {
    margin-top: 20px;
  }

  .box-layout-v2 {
    margin: 40px -20px 0;
    padding: 30px;
    background-color: #e6e7e8;
  }

  .box-layout-v3 {
    margin-top: 40px;
    padding: 25px;
    background-color: #fff;
    border: 5px solid #e6e7e8;
  }

  .box-layout-v4 {
    margin-top: 40px;
    padding: 10px 16px;
    background-color: #e6e7e8;
  }

  .box-layout-v5 {
    margin-top: 30px;
    padding: 10px 0 0;
    border-top: 5px solid #e6e7e8;
  }
  .box-layout-v5 .box_title {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
  }
  .box-layout-v5 .box_title + * {
    margin-top: 10px;
  }
  .box-layout-v5 .box_title_left {
    float: left;
    margin-right: 20px;
  }
  .box-layout-v5 .box_title_left + * {
    margin-top: 10px !important;
    overflow: hidden;
  }
  .box-layout-v5 [class*="heading-lv"] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .box-layout-v6 {
    margin-top: 30px;
    padding: 0 0 20px;
    border-bottom: 5px solid #e6e7e8;
  }

  [class*="box-layout"] > *:first-child {
    margin-top: 0;
  }
  [class*="box-layout"] [class*="box_detail"] > *:first-child {
    margin-top: 0;
  }

  .network-box {
    position: relative;
  }
  .network-box > .box_detail .column-media .column_detail {
    padding-bottom: 60px;
  }
  .network-box [class*="link-button"] {
    position: absolute;
    bottom: 25px;
    right: 25px;
  }

  [data-row-pc="2"] .network-box {
    padding: 15px;
  }
  [data-row-pc="2"] .network-box [class*="link-button"] {
    position: static;
  }
  [data-row-pc="2"] .network-box > .box_detail .column-media .column_detail {
    padding-bottom: 0;
  }

  .box-bottom-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .box-bottom-layout .bottom_item {
    margin-top: auto;
  }

  .box-type-border {
    padding: 15px;
    border: 1px solid #ddd;
  }

  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Components
  ------------------------------------------------------ */
  .movie-layout {
    margin-top: 30px;
    text-align: center;
  }

  [data-row-pc] .movie-layout {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  [data-row-pc] .movie-layout iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .contact-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 40px;
    padding: 30px 25px 30px 105px;
    background: #fff url(/common_new/img/contact_ic01.png) no-repeat 25px 50%;
    border: 5px solid #e6e7e8;
  }
  .contact-layout > *:first-child {
    margin-top: 0;
  }
  .contact-layout .contact_detail {
    width: 70%;
  }
  .contact-layout .contact_detail > *:first-child {
    margin-top: 0;
  }
  .contact-layout .contact_button {
    width: 28%;
    margin-left: 2%;
  }
  .contact-layout .contact_button > *:first-child {
    margin-top: 0;
  }

  #mainContentsArea .contact-layout .contact_detail {
    width: 66%;
  }
  #mainContentsArea .contact-layout .contact_button {
    width: 32%;
  }

  [data-row-pc="2"] .contact-layout {
    display: block;
    padding: 15px 15px 15px 105px;
    background: #fff url(/common_new/img/contact_ic01.png) no-repeat 25px 15px;
  }
  [data-row-pc="2"] .contact-layout .contact_detail {
    width: 100% !important;
  }
  [data-row-pc="2"] .contact-layout .contact_button {
    width: 100% !important;
    margin-top: 10px;
  }
  
  .contactmail-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 40px;
    padding: 30px 25px 30px 105px;
    background: #fff url(/common_new/img/contact_ic02.png) no-repeat 25px 50%;
    border: 5px solid #e6e7e8;
  }
  .contactmail-layout > *:first-child {
    margin-top: 0;
  }
  .contactmail-layout .contact_detail {
    width: 70%;
  }
  .contactmail-layout .contact_detail > *:first-child {
    margin-top: 0;
  }
  .contactmail-layout .contact_button {
    width: 28%;
    margin-left: 2%;
  }
  .contactmail-layout .contact_button > *:first-child {
    margin-top: 0;
  }

  #mainContentsArea .contactmail-layout .contact_detail {
    width: 66%;
  }
  #mainContentsArea .contactmail-layout .contact_button {
    width: 32%;
  }

  [data-row-pc="2"] .contactmail-layout {
    display: block;
    padding: 15px 15px 15px 105px;
    background: #fff url(/common_new/img/contact_ic02.png) no-repeat 25px 15px;
  }
  [data-row-pc="2"] .contactmail-layout .contact_detail {
    width: 100% !important;
  }
  [data-row-pc="2"] .contactmail-layout .contact_button {
    width: 100% !important;
    margin-top: 10px;
  }


  .plugin-layout {
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #e6e7e8;
    background-color: #fff;
  }
  .plugin-layout .plugin_banner {
    float: left;
    margin-right: 20px;
  }
  .plugin-layout .plugin_detail {
    overflow: hidden;
  }
  .plugin-layout .plugin_link {
    display: inline-block;
  }
  .plugin-layout .plugin_link a {
    color: #f60a29;
  }
  .plugin-layout .plugin_link a.a-blank:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 8px;
  }
  .plugin-layout .plugin_link:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: auto;
    margin-left: 16px;
  }

  .box-link-layout {
    margin-top: 20px;
  }
  .box-link-layout .box-link_item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    position: relative;
    padding: 18px 28px 18px 0;
    border-bottom: 2px solid #e6e7e8;
  }
  .box-link-layout .box-link_item:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 12px;
  }
  .box-link-layout .box-link_item .box-link_title:only-child {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .box-link-layout .box-link_item.a-blank .box-link_title:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 8px;
  }
  .box-link-layout .box-link_item.a-pdf .box-link_title:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 8px;
  }
  .box-link-layout .box-link_title {
    color: #000;
    font-size: 1.8rem;
  }
  .box-link-layout .box-link_title + * {
    margin-top: 5px;
  }

  .box-link-layout-v2 {
    margin-top: 20px;
  }
  .box-link-layout-v2 .box-link_item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    position: relative;
    padding: 18px 0;
    border-top: 5px solid #e6e7e8;
  }
  .box-link-layout-v2 .box-link_item .box-link_title:only-child {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .box-link-layout-v2 .box-link_item.a-blank .box-link_title:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 8px;
  }
  .box-link-layout-v2 .box-link_item.a-pdf .box-link_title:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 8px;
  }
  .box-link-layout-v2 .box-link_title {
    position: relative;
    padding-right: 28px;
    color: #000;
    font-size: 1.8rem;
  }
  .box-link-layout-v2 .box-link_title:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 12px;
  }
  .box-link-layout-v2 .box-link_title + * {
    margin-top: 5px;
  }
  .box-link-layout-v2 + .box-link-layout-v2 {
    margin-top: 0;
  }

  .faq-list {
    margin: 20px -20px 0;
    padding: 10px 20px 36px;
    border-bottom: 5px solid #e6e7e8;
  }
  .faq-list .faq_que {
    position: relative;
    padding-left: 36px;
  }
  .faq-list .faq_que:before {
    position: absolute;
    content: 'Q.';
    width: 1.56em;
    height: 1.56em;
    top: 0;
    left: 0;
    line-height: 1.4;
    padding-left: 3px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
  }
  .faq-list .faq_ans {
    position: relative;
    padding-left: 36px;
    margin-top: 45px;
  }
  .faq-list .faq_ans:before {
    position: absolute;
    content: 'A.';
    width: 1.56em;
    height: 1.56em;
    top: 0;
    left: 0;
    line-height: 1.4;
    padding-left: 3px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #2e2e2e;
    background-color: #fff;
    border: 1px solid #2e2e2e;
  }
  .faq-list + .faq-list {
    padding-top: 40px;
  }
  .faq-list.v-sizeL .faq_que {
    padding-left: 45px;
    font-size: 2.4rem;
  }
  .faq-list.v-sizeL .faq_que:before {
    top: .2em;
    font-size: 2rem;
  }
  .faq-list.v-sizeL .faq_ans {
    margin-top: 25px;
    padding-left: 45px;
  }
  .faq-list.v-sizeL .faq_ans > *:first-child {
    font-size: 2.4rem;
  }
  .faq-list.v-sizeL .faq_ans:before {
    top: .2em;
    font-size: 2rem;
  }

  .catalog-layout {
    margin-top: 70px;
  }

  .slider-layout > *:first-child {
    margin-top: 0;
  }
  .slider-layout * {
    -webkit-font-smoothing: antialiased;
  }
  .slider-layout a, .slider-layout img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .slider-layout .slider-list .slider_item {
    margin-left: 20px;
  }
  .slider-layout .slider-list .slider_image {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #cbcbcb;
    height: 120px;
  }
  .slider-layout .slider-list .slider_image > img {
    max-height: 118px;
  }
  .slider-layout .slider-list .slider_image + * {
    margin-top: 10px;
  }
  .slider-layout .slick-list {
    margin-left: -20px;
  }
  .slider-layout .slider-controls {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
  }
  .slider-layout .slider-controls button {
    background: none;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    outline: none;
  }
  .slider-layout .slider-controls .slider-link {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
  .slider-layout .slider-controls .slider-link:only-child {
    position: relative;
    margin-left: auto;
  }
  .slider-layout .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 60px;
  }
  .slider-layout .slick-dots > li > button {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 1px solid #000000;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
  }
  .slider-layout .slick-dots > li.slick-active > button {
    background-color: #000;
  }
  .slider-layout .slick-dots > li + li {
    margin-left: 15px;
  }
  .slider-layout .slick-prev {
    position: relative;
    width: 40px;
    height: 40px;
  }
  .slider-layout .slick-prev:after {
    content: '';
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    left: 10px;
    right: 10px;
  }
  .slider-layout .slick-next {
    position: relative;
    -webkit-order: 3;
    order: 3;
    width: 40px;
    height: 40px;
  }
  .slider-layout .slick-next:after {
    content: '';
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
    right: 10px;
  }

  #mainContentsArea .slider-layout .slick-dots {
    margin: 0 20px;
  }
  #mainContentsArea .slider-layout .slider-list .slider_image {
    height: 118px;
  }
  #mainContentsArea .slider-layout .slider-list .slider_image > img {
    max-height: 116px;
  }

  :root .slider-layout .slider-controls :only-child.slider-link {
    margin-right: auto\0;
  }

  .news-layout {
    margin-top: 30px;
    border-top: 5px solid #e6e7e8;
  }
  .news-layout .news_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 24px 20px 28px;
    border-bottom: 1px solid #e6e7e8;
  }
  .news-layout .news_detail:nth-child(2n) {
    background-color: #f5f5f5;
  }
  .news-layout .news_property {
    width: 12em;
  }
  .news-layout .news_property [class*="news-icon"] {
    min-width: 9em;
  }
  .news-layout .news_date {
    display: block;
    font-weight: bold;
  }
  .news-layout .news_title {
    width: calc( 100% - 12em );
  }
  .news-layout .news_title > a:not(.a-blank):not(.a-pdf):after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 1px solid #282f30;
    border-right: 1px solid #282f30;
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: auto;
    vertical-align: middle;
    margin-left: 9px;
    margin-right: 3px;
  }
  .news-layout .news_title > a.a-pdf:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    vertical-align: middle;
    margin-left: 9px;
  }
  .news-layout .news_title > a.a-blank:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    vertical-align: middle;
    margin-left: 9px;
  }

  .news-layout-v2 {
    margin-top: 30px;
  }
  .news-layout-v2 .news_detail {
    padding: 7px 0;
    border-bottom: 1px dotted #ddd;
  }
  .news-layout-v2 .news_property {
    float: left;
    margin-right: 20px;
  }
  .news-layout-v2 .news_property + * {
    overflow: hidden;
  }
  .news-layout-v2 .news_date {
    display: inline-block;
    line-height: 1.2;
    padding: 0.5em;
    background-color: #4c4948;
    color: #fff;
    font-size: 1.3rem;
  }
  .news-layout-v2 .news_title > *:first-child {
    margin-top: 0;
  }
  .news-layout-v2 .news_new {
    color: #cc0000;
    font-style: italic;
    margin-left: 10px;
  }

  .news-date, .news-date-v2 {
    margin-top: 8px;
  }

  [class*="news-icon"] {
    display: inline-block;
    min-width: 6em;
    line-height: 1.2;
    margin-right: 0.5em;
    padding: 0.2em 0.5em;
    text-align: center;
    font-size: 1.1rem;
  }

  .a-pdf .news-text:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 5px;
    vertical-align: middle;
  }

  .a-blank .news-text:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 5px;
  }

  .news-icon01 {
    background-color: #e27822;
    color: #fff;
  }

  .news-icon02 {
    background-color: #4fc24c;
    color: #fff;
  }

  .news-icon03 {
    background-color: #4c4948;
    color: #fff;
  }

  .news-icon04 {
    background-color: #a5a883;
    color: #fff;
  }

  .news-icon05 {
    background-color: #5cb5aa;
    color: #fff;
  }


  .news-pulldown-layout {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .news-pulldown-layout > * + * {
    margin-left: 20px;
  }

  .pulldown-box {
    position: relative;
    width: 220px;
  }
  .pulldown-box .pulldown_label {
    display: none;
  }
  .pulldown-box .pulldown_selected {
    position: relative;
    padding: 12px 26px 12px 10px;
    background-color: #e6e7e8;
    font-size: 1.2rem;
    border-radius: 3px;
    cursor: pointer;
  }
  .pulldown-box .pulldown_selected:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    right: 12px;
    margin-top: -5px;
    border-bottom: 4px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .pulldown-box .pulldown_selected:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    right: 12px;
    margin-top: 5px;
    border-top: 4px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .pulldown-box .pulldown_list {
    display: none;
    position: absolute;
    top: calc( 100% - 3px );
    width: 100%;
    left: 0;
    border-left: 1px solid #e6e7e8;
    border-right: 1px solid #e6e7e8;
    /*overflow-y: scroll;*/
    z-index: 10;
  }
  .pulldown-box .pulldown_list > li > a {
    position: relative;
    display: block;
    padding: 12px 26px 12px 20px;
    background-color: #dedede;
    border-bottom: 1px solid #fff;
    color: #000;
    font-size: 1.2rem;
  }
  .pulldown-box .pulldown_list > li > a:after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 15px;
  }
  .pulldown-box .pulldown_list > li > a:hover {
    opacity: 1;
    background-color: #d0d0d0;
  }

  .pulldown-submit > a {
    display: block;
    padding: 12px;
    width: 130px;
    background-color: #4c4948;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 5px;
    text-align: center;
  }

  .modal-photo #cboxPrevious, .modal-inline #cboxPrevious {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 56px;
    margin-top: -28px;
    text-indent: -9999px;
    outline: none;
  }
  .modal-photo #cboxPrevious:after, .modal-inline #cboxPrevious:after {
    content: '';
    width: 32px;
    height: 32px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    left: 18px;
    right: auto;
  }
  .modal-photo #cboxNext, .modal-inline #cboxNext {
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    height: 56px;
    margin-top: -28px;
    text-indent: -9999px;
    outline: none;
  }
  .modal-photo #cboxNext:after, .modal-inline #cboxNext:after {
    content: '';
    width: 32px;
    height: 32px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 18px;
  }

  .modal-iframe #cboxContent {
    margin-top: 40px;
    background-color: transparent;
  }
  .modal-iframe #cboxLoadedContent {
    padding: 0;
    background-color: transparent;
  }
  .modal-iframe .cboxIframe {
    background-color: transparent;
  }
  .modal-iframe #cboxClose {
    top: -40px;
    right: 0;
    background: url(/common_new/img/com_ic06.png) no-repeat 0 0;
  }

  .modal-inline #cboxLoadedContent {
    background-color: #fff;
  }
  .modal-inline #cboxCurrent {
    font-size: 1.5rem;
  }
  .modal-inline #cboxTitle {
    display: none !important;
  }

  .modal-contents-layout {
    display: none;
  }

  .modal-contents > *:first-child {
    margin-top: 0;
  }
  .modal-contents > section:first-child > *:first-child {
    margin-top: 0;
  }

  .event-defTable-layout {
    margin-top: 20px;
    border-bottom: 2px solid #e7e7e8;
  }
  .event-defTable-layout .event-defTable_head {
    display: -webkit-flex;
    display: flex;
  }
  .event-defTable-layout .event-defTable_head > li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 20%;
    padding: 18px 12px;
    border-top: 5px solid #e7e7e8;
    border-bottom: 5px solid #e7e7e8;
    color: #4d4d4f;
    font-weight: bold;
  }
  .event-defTable-layout .event-defTable_list {
    display: -webkit-flex;
    display: flex;
  }
  .event-defTable-layout .event-defTable_list > * {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 20%;
    padding: 18px 10px;
  }
  .event-defTable-layout .event-defTable_list:nth-child(2n+1) {
    background-color: #e7e7e8;
  }

  .event-link, .event-link-v2 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-right: 30px;
  }
  .event-link > span, .event-link-v2 > span {
    color: #000;
  }
  .event-link:after, .event-link-v2:after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 5px;
  }
  .event-link.a-blank > span:after, .event-link-v2.a-blank > span:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    vertical-align: middle;
    margin-left: 5px;
  }
  .event-link.a-pdf > span:after, .event-link-v2.a-pdf > span:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    vertical-align: middle;
    margin-left: 5px;
  }
  .event-link + .event-link, .event-link + .event-link-v2, .event-link-v2 + .event-link, .event-link-v2 + .event-link-v2 {
    margin-top: 10px;
  }

  .magazine-index .magazine-accordion:first-child > *:first-child {
    margin-top: 0;
  }
  .magazine-index .column_detail section:first-child > *:first-child {
    margin-top: 15px;
  }

  .magazine-index-table th {
    vertical-align: middle;
  }
  .magazine-index-table td {
    padding: 0;
  }
  .magazine-index-table td a.current {
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }

  .magazine-index-list > li {
    display: block;
    padding: 7px 10px;
    border-top: 1px solid #fff;
  }
  .magazine-index-list > li:first-child {
    border-top: none;
  }
  .magazine-index-list > li > a {
    display: block;
  }

  .magazine-contents {
    margin-top: 1.5em;
  }

  .magazine-image[data-row-pc="2"] .column_item .image-set a {
    max-height: 230px;
    overflow: hidden;
  }
  .magazine-image[data-row-pc="3"] .column_item .image-set a {
    max-height: 180px;
    overflow: hidden;
  }
  .magazine-image[data-row-pc="1"] .column_item .image-set {
    text-align: center;
  }
  .magazine-image[data-row-pc="1"] .column_item .image-set a {
    max-height: 230px;
    overflow: hidden;
  }

  .top-message-layout {
    background-color: #fff;
  }
  .top-message-layout .top-message_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 20px 20px 0;
    background-color: #fff;
  }

  [class*="mobility-layout"] {
    min-height: 275px;
    padding-top: 32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  [class*="mobility-layout"] > .contents > * {
    padding-right: 52%;
  }
  [class*="mobility-layout"] .heading-lv1 + * {
    margin-top: 20px !important;
  }
  [class*="mobility-layout"] + [class*="mobility-layout"] {
    border-top: 5px solid #e6e7e8;
  }

  .mobility-layout-aero {
    background-image: url(/mobility/img/index_bg01.jpg);
  }

  .mobility-layout-rail {
    background-image: url(/mobility/img/index_bg02.jpg);
  }

  .mobility-layout-marine {
    min-height: 332px;
    background-image: url(/mobility/img/index_bg03.jpg);
  }
  .mobility-layout-marine > .contents > * {
    padding-right: 64%;
  }

  .mobility_text {
    font-size: 1.2rem;
  }

  .energy-solution-layout {
    margin-top: 32px;
  }
  .energy-solution-layout .energy-solution_btn > li {
    display: -webkit-flex;
    display: flex;
    line-height: 1.2;
  }
  .energy-solution-layout .energy-solution_btn > li > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 26px 36px 26px 20px;
    border: 1px solid #4d4d4f;
    font-size: 2.2rem;
  }
  .energy-solution-layout .energy-solution_btn > li > a:not(.a-accord) {
    background-color: #4d4d4f;
    color: #fff;
  }
  .energy-solution-layout .energy-solution_btn > li > a:not(.a-accord):after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 18px;
  }
  .energy-solution-layout .energy-solution_btn > li > a.a-accord {
    color: #4d4d4f;
  }
  .energy-solution-layout .energy-solution_btn > li > a.a-accord:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    left: auto;
    right: 18px;
  }
  .energy-solution-layout .energy-solution_btn > li > a.a-accord.is-active {
    background-color: #e7e7e8;
    border-color: #e7e7e8;
  }
  .energy-solution-layout .energy-solution_btn > li > a.a-accord.is-active:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .energy-solution-layout .energy-solution_detail {
    padding: 25px 30px 30px;
    margin-top: 0;
    background-color: #e7e7e8;
  }
  .energy-solution-layout .energy-solution_detail_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .energy-solution-layout [class*="energy-solution_column"] {
    width: calc( (100% - 80px) / 2 );
  }
  .energy-solution-layout [class*="energy-solution_column"] .link-button-v4 > li {
    position: relative;
  }
  .energy-solution-layout [class*="energy-solution_column"] .link-button-v4 > li + li {
    margin-top: 30px;
  }
  .energy-solution-layout .energy-solution_column01 .link-button-v4 > li:first-child:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 5px;
    top: 50%;
    right: -80px;
    margin-top: -3px;
    background-color: #4d4d4f;
  }
  .energy-solution-layout .energy-solution_column02 {
    margin-left: 80px;
  }
  .energy-solution-layout .energy-solution_column02 .link-button-v4 > li:nth-child(2):before {
    position: absolute;
    content: '';
    width: 5px;
    height: calc( 100% + 30px );
    bottom: 50%;
    left: -42px;
    margin-top: -3px;
    background-color: #4d4d4f;
  }
  .energy-solution-layout .energy-solution_column02 .link-button-v4 > li:nth-child(2):after {
    position: absolute;
    content: '';
    width: 42px;
    height: 5px;
    top: 50%;
    left: -42px;
    margin-top: -3px;
    background-color: #4d4d4f;
  }
  .energy-solution-layout .energy-solution_title {
    color: #4d4d4f;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .energy-solution-layout + .column-layout {
    margin-top: 60px;
  }

  .report-layout {
    margin-top: 20px;
  }
  .report-layout .report_item {
    position: relative;
    padding: 20px;
  }
  .report-layout .report_item:nth-child(2n) {
    background-color: #f5f5f5;
  }
  .report-layout .report_item > *:first-child {
    margin-top: 0;
  }
  .report-layout .report_item .report_page_item .report_page {
    right: 1.5em;
  }
  .report-layout .report_item .report_page_item:first-child > *:first-child {
    margin-top: 0;
  }
  .report-layout .report_title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
  }
  .report-layout .report_title a {
    color: #000;
  }
  .report-layout .report_title a.a-blank:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 10px;
  }
  .report-layout .report_title a.a-pdf:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 10px;
    vertical-align: middle;
  }
  .report-layout .report_title + .report_title {
    margin-top: 20px;
  }

  .report_page_item {
    position: relative;
    padding-right: 6em;
  }
  .report_page_item .report_page {
    position: absolute;
    top: 50%;
    right: calc( 1.5em + 20px );
    min-width: 2em;
    font-size: 1.4rem;
    font-weight: normal;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .case-layout {
    margin-top: 20px;
  }
  .case-layout .case-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .case-layout .case-list > dt {
    line-height: 1.2;
  }
  .case-layout .case-list > dt > span {
    display: block;
    position: relative;
    width: 10em;
    height: 2.4em;
    padding: 0.6em 0 0.6em 0.5em;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  .case-layout .case-list > dt > span:before {
    position: absolute;
    content: '';
    top: 50%;
    right: -1.19em;
    width: 0;
    height: 0;
    border-left: 1.2em solid #000;
    border-top: 1.2em solid transparent;
    border-bottom: 1.2em solid transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .case-layout .case-list > dt.case_title01 > span {
    background-color: #000;
    color: #fff;
  }
  .case-layout .case-list > dt.case_title02 > span {
    background-color: #fff;
    color: #000;
  }
  .case-layout .case-list > dt.case_title02 > span:after {
    position: absolute;
    content: '';
    top: 50%;
    right: calc( -1.19em + 1px );
    width: 0;
    height: 0;
    border-left: 1.2em solid #fff;
    border-top: 1.2em solid transparent;
    border-bottom: 1.2em solid transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .case-layout .case-list > dd {
    width: calc( 100% - 9em - 40px);
    margin-left: 1.5em;
    font-size: 1.8rem;
  }
  .case-layout .case-list + .case-list {
    margin-top: 10px;
  }

  .history-layout .box-layout-v5 {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .indent-box {
    padding-left: 90px;
  }
  .indent-box > *:first-child {
    margin-top: 0;
  }

  .stakeholder-layout {
    margin-top: 30px;
  }
  .stakeholder-layout .stakeholder_item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .stakeholder-layout .stakeholder_item .stakeholder_box {
    padding: 6px;
    border: 1px solid #000;
  }
  .stakeholder-layout .stakeholder_item + .stakeholder_item {
    margin-top: 20px;
  }
  .stakeholder-layout .stakeholder_item > * {
    margin-top: 0;
  }
  .stakeholder-layout .stakeholder_item > *:first-child {
    width: 50%;
  }
  .stakeholder-layout .stakeholder_item > *:nth-child(2) {
    width: 5%;
  }
  .stakeholder-layout .stakeholder_item > *:last-child:not(:first-child) {
    width: 45%;
  }

  .product-layout .heading-lv3 .block {
    width: 100%;
  }
  .product-layout .heading-lv3 a.block:before {
    top: 0.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .product-layout .heading-lv3 .block .heading_title {
    font-size: 2rem;
  }
  .product-layout .heading-lv3 + [data-row-pc="3"] > section:nth-child(-n+3) > .heading-lv3:first-child {
    margin-top: 0;
  }

  .product_graph {
    margin-top: 20px !important;
    font-size: 1.5rem;
  }
  .product_graph .graph {
    background: #d9d9d9;
    width: 100%;
    height: 4px;
    display: block;
    margin: 5px 0 0 0;
    overflow: hidden;
  }
  .product_graph .graph line {
    stroke: #f60a29;
    stroke-width: 8px;
  }

  .kiss-qa-list {
    margin-top: 40px !important;
  }
  .kiss-qa-list > dt {
    line-height: 1.4;
    font-size: 1.8rem;
    color: #4d4d4f;
  }
  .kiss-qa-list > dt .qa_icon {
    display: block;
    float: left;
    min-width: 36px;
    margin-right: 6px;
    color: #4d4d4f;
    font-weight: bold;
  }
  .kiss-qa-list > dt .qa_icon > img {
    height: 24px;
  }
  .kiss-qa-list > dt .qa_icon + * {
    display: block;
    overflow: hidden;
  }

  .kiss-qa_panel {
    padding: 28px 30px;
    background-color: #f1f1f1;
  }

  .kiss-qa_recommend {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .kiss-qa_recommend > dt {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 12px;
    color: #4d4d4f;
  }
  .kiss-qa_recommend > dd img {
    display: inline-block;
    width: 28px;
  }
  .kiss-qa_recommend > dd img + img {
    margin-left: 10px;
  }

  .kiss-qa_box {
    display: none;
  }

  .kiss-button-list {
    margin-top: 15px;
  }
  .kiss-button-list > li {
    display: -webkit-flex;
    display: flex;
    line-height: 1.2;
  }
  .kiss-button-list > li > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 20px 40px;
    font-size: 1.8rem;
    color: #f1f1f1;
    background-color: #4d4d4f;
  }
  .kiss-button-list > li > a.a-accord:before {
    position: absolute;
    content: '';
    width: 19px;
    height: 1px;
    right: 15px;
    top: 50%;
    margin-top: -1px;
    background-color: #f1f1f1;
  }
  .kiss-button-list > li > a.a-accord:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 19px;
    right: 24px;
    top: 50%;
    margin-top: -10px;
    background-color: #f1f1f1;
  }
  .kiss-button-list > li > a.a-accord.is-active {
    background-color: #f1f1f1;
    color: #4d4d4f;
  }
  .kiss-button-list > li > a.a-accord.is-active:before {
    background-color: #4d4d4f;
  }
  .kiss-button-list > li > a.a-accord.is-active:after {
    display: none;
  }
  .kiss-button-list > li > a.is-selected {
    background-color: #f1f1f1;
    color: #4d4d4f;
  }
  .kiss-button-list > li > a.is-selected:before, .kiss-button-list > li > a.is-selected:after {
    background-color: #4d4d4f;
  }

  .simulation-layout .text-error {
    color: #ed1c24;
  }
  .simulation-layout .table-layout th, .simulation-layout .table-layout td {
    padding: 13px;
    vertical-align: middle;
  }
  .simulation-layout .table-layout th .text-error, .simulation-layout .table-layout td .text-error {
    display: none;
  }
  .simulation-layout .table-layout th .text-error + *, .simulation-layout .table-layout td .text-error + * {
    margin-top: 0;
  }
  .simulation-layout .table-layout .cell-error {
    background-color: #f5e8e9;
  }
  .simulation-layout .table-layout .cell-error .text-error {
    display: block;
  }
  .simulation-layout .simulated-block {
    display: none;
    position: relative;
    padding-top: 90px;
    color: #4d4d4f;
  }
  .simulation-layout .simulated-block:before {
    content: '';
    width: 38px;
    height: 38px;
    border-top: 3px solid #4d4d4f;
    border-right: 3px solid #4d4d4f;
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 50%;
    right: auto;
    top: 22px;
    margin-left: -20px;
  }
  .simulation-layout .simulated-block:after {
    content: '';
    width: 38px;
    height: 38px;
    border-top: 3px solid #4d4d4f;
    border-right: 3px solid #4d4d4f;
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 50%;
    right: auto;
    top: 11px;
    margin-left: -20px;
  }
  .simulation-layout .simulated-block .box-layout-v3 {
    padding: 15px;
  }
  .simulation-layout .simulated-block .simulation-value {
    margin: 0 0.3em;
    font-size: 3rem;
    font-style: normal;
  }
  .simulation-layout .simulated-block + .kiss-button-list {
    margin-top: 40px;
  }

  .simulation-input-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .simulation-input-wrap .input_label {
    margin-left: 0.8em;
  }

  .simulation-input_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 190px;
    padding: 7px 36px 7px 14px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fff url(/common_new/img/com_ic07.png) no-repeat 95% 50%;
    -webkit-background-size: 14px 9px;
    background-size: 14px 9px;
    font-size: 1.4rem;
    color: #333333;
  }

  .simulation-input_select::-ms-expand {
    display: none;
  }

  .simulation-input_text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 190px;
    padding: 7px 14px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fff;
    font-size: 1.4rem;
  }
  .simulation-input_text:invalid {
    border-color: #e6a2a8;
  }

  .simulation-input_radio input[type="radio"] {
    display: none;
  }
  .simulation-input_radio input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 36px;
  }
  .simulation-input_radio input[type="radio"] + label:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    top: 0.5em;
    left: 0;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background-color: #fff;
  }
  .simulation-input_radio input[type="radio"]:checked + label:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: calc( 0.5em + 7px );
    left: 7px;
    border-radius: 50%;
    background-color: #778890;
  }

  .simulation-error-text {
    color: #ed1c24;
  }

  .news-detail-area {
    margin-top: 30px;
    /* tableType03 */
    /* tableType01 */
  }
  .news-detail-area dir {
    margin: 0;
    padding: 0;
  }
  .news-detail-area p {
    margin-top: 10px;
  }
  .news-detail-area p:empty {
    margin-top: 26px;
  }
  .news-detail-area a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: auto;
    vertical-align: middle;
    margin-right: 7px;
  }
  .news-detail-area a.link-inline:before, .news-detail-area a.noLinkIcon:before {
    display: none;
  }
  .news-detail-area [class*="link-button"] a:before {
    display: none;
  }
  .news-detail-area .mt10 {
    margin-top: 10px !important;
  }
  .news-detail-area .mt20 {
    margin-top: 20px !important;
  }
  .news-detail-area .mt30 {
    margin-top: 30px !important;
  }
  .news-detail-area .mt40 {
    margin-top: 40px !important;
  }
  .news-detail-area .aC {
    text-align: center !important;
  }
  .news-detail-area .aR {
    text-align: right !important;
  }
  .news-detail-area .aL {
    text-align: left !important;
  }
  .news-detail-area .heading02 {
    clear: both;
    position: relative;
    padding: 2px 20px 9px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #010101;
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  .news-detail-area .heading02:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #e60012;
  }
  .news-detail-area .heading02:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #e5e5e5;
  }
  .news-detail-area .heading03 {
    clear: both;
    margin: 20px 0 15px;
    padding: 4px 20px;
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
    border-bottom: #e5e5e5 1px solid;
    color: #010101;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .news-detail-area .notes01 {
    margin-top: 7px;
    padding-left: 1em;
    font-size: 83%;
    text-indent: -1em;
  }
  .news-detail-area th, .news-detail-area td {
    vertical-align: top;
  }
  .news-detail-area .top {
    vertical-align: top;
  }
  .news-detail-area .bottom {
    vertical-align: bottom;
  }
  .news-detail-area ol:not([class*="list-"]) > li {
    list-style: decimal;
    list-style-position: inside;
  }
  .news-detail-area .tableType03 {
    width: 100%;
    margin-top: 5px;
    border-top: 2px solid #999999;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 2px solid #999999;
    zoom: 1;
  }
  .news-detail-area .tableType01 {
    width: 100%;
    margin-top: 5px;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
    zoom: 1;
  }
  .news-detail-area .tableType01 th,
  .news-detail-area .tableType01 td {
    padding: 5px 15px 5px;
    border-bottom: 1px solid #cccccc;
  }
  .news-detail-area .tableType01 .lastLine th,
  .news-detail-area .tableType01 .lastLine td {
    border-bottom: 1px solid #ffffff;
  }
  .news-detail-area .tableType01 th {
    font-weight: bold;
    background-color: #f3efe8;
    vertical-align: middle;
  }
  .news-detail-area .tableType01 th.type01 {
    vertical-align: top;
  }
  .news-detail-area .tableType03 th,
  .news-detail-area .tableType03 td {
    text-align: center;
    padding: 5px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .news-detail-area .tableType03 .lastLine th,
  .news-detail-area .tableType03 .lastLine td {
    border-bottom: 1px solid #ffffff;
  }
  .news-detail-area .tableType03 .lastLine th.aL,
  .news-detail-area .tableType03 .lastLine td.aL {
    text-align: left;
  }
  .news-detail-area .tableType03 th.lv01 {
    font-weight: bold;
    background-color: #a6a39c;
    color: #ffffff;
  }
  .news-detail-area .tableType03 th.lv02 {
    text-align: left;
    background-color: #eeeeee;
  }
  .news-detail-area .tableType03 th.lv03 {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    background-color: #f3efe8;
  }
  .news-detail-area .tableType03 th.vt {
    vertical-align: top;
  }
  .news-detail-area .tableType03 td.lv04 {
    text-align: left;
  }
  .news-detail-area table[border]:not([border="0"]) > * > tr > th, .news-detail-area table[border]:not([border="0"]) > * > tr > td, .news-detail-area table[border]:not([border="0"]) > tr > th, .news-detail-area table[border]:not([border="0"]) > tr > td {
    padding: 5px;
    border: 1px solid #ccc;
    border-collapse: collapse;
  }
  .news-detail-area table[border]:not([border="0"]) > * > tr > th > *:first-child, .news-detail-area table[border]:not([border="0"]) > * > tr > td > *:first-child, .news-detail-area table[border]:not([border="0"]) > tr > th > *:first-child, .news-detail-area table[border]:not([border="0"]) > tr > td > *:first-child {
    margin-top: 0;
  }
  .news-detail-area table[align="center"] {
    margin-left: auto;
    margin-right: auto;
  }
  .news-detail-area table[cellspacing] > * > tr > th, .news-detail-area table[cellspacing] > * > tr > td, .news-detail-area table[cellspacing] > tr > th, .news-detail-area table[cellspacing] > tr > td, .news-detail-area table[cellpadding] > * > tr > th, .news-detail-area table[cellpadding] > * > tr > td, .news-detail-area table[cellpadding] > tr > th, .news-detail-area table[cellpadding] > tr > td {
    padding-right: 7px;
  }
  .news-detail-area table[cellspacing="0"] > * > tr > th, .news-detail-area table[cellspacing="0"] > * > tr > td, .news-detail-area table[cellspacing="0"] > tr > th, .news-detail-area table[cellspacing="0"] > tr > td, .news-detail-area table[cellpadding="0"] > * > tr > th, .news-detail-area table[cellpadding="0"] > * > tr > td, .news-detail-area table[cellpadding="0"] > tr > th, .news-detail-area table[cellpadding="0"] > tr > td {
    padding-right: 0;
  }
  .news-detail-area table[border="1"][rules="rows"] > * > tr > th, .news-detail-area table[border="1"][rules="rows"] > * > tr > td, .news-detail-area table[border="1"][rules="rows"] > tr > th, .news-detail-area table[border="1"][rules="rows"] > tr > td {
    border-left: none;
    border-right: none;
  }
  .news-detail-area .tableType03 th.lv05 {
    text-align: left;
    vertical-align: top;
    background-color: #F8F8F8;
  }
  .news-detail-area small {
    font-size: 1.1rem;
  }
  .news-detail-area [class*="layoutCol"] .colLeft {
    float: left;
    max-width: 48%;
    margin-right: 2%;
  }
  .news-detail-area [class*="layoutCol"] .colRight {
    float: right;
    max-width: 48%;
  }
  .news-detail-area .layoutCol330-single .colLeft {
    max-width: 100%;
    float: none;
    text-align: center;
  }
  .news-detail-area .layoutCol330-single .colRight {
    max-width: 100%;
    float: none;
    text-align: center;
  }
  .news-detail-area .iconBlank {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 7px;
  }
  .news-detail-area .iconPdf {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 7px;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .list-note-v3:after,
  .list-description-v3:after,
  [class*="link-text"] > li:after,
  .column-media:after,
  .plugin-layout:after,
  .box-layout-v5:after,
  .news-layout-v2 .news_detail:after,
  .csr-table-layout .csr_table_description .description_detail:after,
  .kiss-qa-list > dt:after,
  .news-detail-area [class*="layoutCol"]:after {
    clear: both;
    content: "";
    display: block;
  }
}
@media print {
  [data-row-pc] {
    page-break-inside: avoid;
  }
}
