  /* ======================================================
 * 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 Queriesb
====================================================== */
@media only screen and (max-width: 640px) {

  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .contents {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .contents>section:first-child:not([data-layout-sp="col-reverse"])>*:first-child {
    margin-top: 0;
  }

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

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

  .text-lead-v2 {
    margin-top: 0.8em;
    font-size: 1.7rem;
  }

  /* ------------------------------------------------------
   * 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: 10px;
  }

  [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: 15px;
  }

  [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.2rem;
    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.2rem;
    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.2rem;
    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.6rem;
    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;
    top: 0.4em;
    -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-sp]) {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .link-text[data-row-sp="auto"] {
    margin-top: 10px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .link-text[data-row-sp="auto"]>li {
    margin-top: 10px !important;
    margin-right: 25px;
  }

  .link-text[data-row-sp="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;
  }

  .link-text-v2>li>a:not(.a-blank):not(.a-pdf) {
    padding-left: 18px;
  }

  .link-text-v2>li>a:not(.a-blank):not(.a-pdf):before {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 0.4em;
    -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;
    font-size: 1.5rem;
    padding-right: 1.5em;
  }

  .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: 7px;
  }

  .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: 7px;
    vertical-align: middle;
  }

  .link-text-v3>li>a.a-rss,
  .link-text-v3>li>span.a-rss {
    padding-left: 50px;
  }

  .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.3rem;
  }

  .link-text-v3.v-sizeS>li>a:before,
  .link-text-v3.v-sizeS>li>span:before {
    width: 6px;
    height: 6px;
  }

  .link-text[data-row-sp="auto"] {
    margin-top: 10px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .link-text[data-row-sp="auto"]>li {
    margin-top: 10px !important;
    margin-right: 25px;
  }

  .link-text[data-row-sp="auto"]>li:last-child {
    margin-right: 0;
  }

  /* ----- link-button ----- */
  [class*=link-button] {
    margin-top: 15px;
    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]>li+li {
    margin-top: 10px;
  }

  [class*=link-button][data-row-sp] {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  [class*=link-button][data-row-sp]>li>a {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }

  [class*=link-button][data-row-sp="auto"]>li {
    margin-right: 20px;
  }

  [class*=link-button][data-row-sp="auto"]>li+li {
    margin-top: 0;
  }

  [class*=link-button]>li[data-width-sp]>a {
    width: 100%;
  }

  .link-button>li {
    -webkit-align-self: center;
    align-self: center;
    line-height: 1.2;
    overflow: hidden;
  }

  .link-button>li>a {
    position: relative;
    color: #fff;
    background-color: #2d3030;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }

  .link-button>li>a>.link_label {
    padding: 0.7em 50px;
    font-size: 1.5rem;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
  }

  .link-button>li>a>.link_label:before {
    content: '';
    width: 8px;
    height: 8px;
    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[data-row-sp="2"]>* {
    width: calc((100% - 0px) / 2);
    margin-left: 0px;
  }

  .link-button[data-row-sp="3"]>* {
    width: calc((100% - 1px) / 3);
    margin-left: 0px;
  }

  .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.5rem;
  }

  .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-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.5rem;
  }

  .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-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: 8px 24px 8px 12px;
    font-size: 1.5rem;
  }

  .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: 10px;
  }

  .link-button-v4.v-sizeS>li>a>.link_label {
    text-align: left;
  }

  .link-button-v4.v-sizeS>li>a>.link_label:before {
    width: 5px;
    height: 5px;
  }

  .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;
    margin-left: 10px;
  }

  .link-list {
    margin-top: 30px;
  }

  .link-list>li>a {
    display: block;
    position: relative;
    padding: 12px 38px 12px 8px;
    border-bottom: 1px solid #e6e7e8;
    font-size: 1.7rem;
  }

  .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;
    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: 20px;
  }

  /* ----- navi ----- */
  .navi-anchor {
    margin-top: 40px;
  }

  .navi-anchor:not(:first-child) {
    margin-top: 40px !important;
  }

  .navi-anchor .navi-inner {
    margin-top: -20px;
  }

  .navi-anchor .navi-inner>li {
    margin-top: 20px;
  }

  .navi-anchor .navi-inner>li>a {
    position: relative;
    display: inline-block;
    padding-left: 26px;
  }

  .navi-anchor .navi-inner>li>a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    position: absolute;
    top: 0.4em;
    -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: 1.8rem;
  }

  .navi-anchor [class*="navi-inner"][data-row-sp="auto"]>li {
    display: inline-block;
    margin-right: 29px;
  }

  .navi-anchor [class*="navi-inner"][data-row-sp="auto"]>li:last-child {
    margin-right: 0;
  }

  [class*="box-layout"]>.box_detail .navi-anchor .navi-inner {
    margin-top: 0;
  }

  .navi-anchor-v2 {
    margin-top: 20px;
  }

  .navi-anchor-v2 [class*="link-button"]>li {
    margin-top: 0;
  }

  .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: 20px;
  }

  .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;
  }

  .image-set .image_inner {
    position: relative;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .image-set .image_inner .image_caption {
    width: 100%;
    margin-top: 5px;
    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: 10px;
  }

  .image-set .image_inner .image_caption-v2 {
    width: 100%;
    margin-top: 7px;
    font-size: 1.4rem;
    color: #000;
  }

  .image-set .image_inner .image_caption-v2:first-child {
    margin-top: 0;
  }

  .image-set .image_inner .image_caption-v2+img {
    margin-top: 5px;
  }

  .image-set .image_inner .image_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    line-height: 1.2;
    margin-top: 8px;
    padding-left: 12px;
    border-left: 3px solid #ed1c24;
    font-size: 1.7rem;
  }

  .image-set .image_inner .image_title:last-child {
    margin-bottom: 15px;
  }

  .image-set .image_inner .image_title-v2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 40px;
    display: table;
    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: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 .image_title-v2>span {
    display: table-cell;
    vertical-align: middle;
  }

  .image-set .image_inner a {
    position: relative;
    overflow: hidden;
  }

  .image-set .image_inner a .image_title: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: 15px;
    margin-right: 3px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }

  .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 .image_link_title {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.2;
    width: 80%;
    min-height: 50px;
    bottom: 5px;
    left: -20%;
    padding: 3px 22% 3px 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%);
    color: #fff;
    font-size: 1.5rem;
    -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.1rem;
    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: 5%;
    -webkit-transform: skewX(30deg) translateY(-50%) rotate(45deg);
    transform: skewX(30deg) translateY(-50%) rotate(45deg);
  }

  .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;
  }

  [data-row-sp="2"] .image-set.image-link .image_link_title {
    font-size: 1.2rem;
    min-height: 35px;
    width: 95%;
  }

  [data-row-sp="2"] .image-set.image-link .image_link_title:after {
    width: 10px;
    height: 10px;
  }

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

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

  #wrapper .line-layout+*,
  #wrapper .line-layout+.contents {
    margin-top: 30px;
  }

  #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: 10px;
  }

  .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 #contentsArea .heading-lv1+*,
  #wrapper .heading-lv1+* {
    margin-top: 20px;
  }

  #keyvisualArea {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #keyvisualArea .textArea .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 150px;
  }

  #keyvisualArea .textArea .inner .captionBox {
    min-width: 48%;
    max-width: 70%;
    min-height: 71px;
    margin: 20px 0;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, 0.75);
  }

  #keyvisualArea .textArea .inner .title {
    font-size: 2.3rem;
    color: #fff;
    border-bottom: 1px solid #545454;
  }

  #keyvisualArea .textArea .inner .description {
    margin-top: 1em;
    color: #fff;
    font-size: 1.1rem;
  }

  #keyvisualArea.event {
    background-image: url(/event/img/index_main01_sp.jpg);
  }

  #keyvisualArea.corporate {
    background-image: url(/corporate/img/index_main01_sp.jpg);
  }

  #keyvisualArea.rd {
    background-image: url(/rd/img/index_main01_sp.jpg);
  }

  #keyvisualArea.sustainability {
    background-image: url(/sustainability/img/index_main01_sp.jpg);
  }

  #keyvisualArea.ir {
    background-image: url(/ir/img/index_main01_sp.jpg);
  }

  #keyvisualArea.industrial_equipment {
    background-image: url(/industrial_equipment/img/index_main01_sp.jpg);
  }

  #keyvisualArea.leisure {
    background-image: url(/leisure/img/index_main01_sp.jpg);
  }

  #keyvisualArea.energy {
    background-image: url(/energy/img/index_main01_sp.jpg);
  }

  #keyvisualArea.mobility {
    background-image: url(/mobility/img/index_main01_sp.jpg);
  }

  #keyvisualArea.contacts {
    background-image: url(/contacts/img/index_main01_sp.jpg);
  }

  #keyvisualArea.contacts {
    background-image: url(/corporate/contacts/img/index_main01_sp.jpg);
  }

  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    line-height: 1.4;
  }

  .heading-lv1 .heading_title {
    font-size: 2.3rem;
  }

  .heading-lv1 .heading_subtitle {
    margin-top: 10px;
    font-size: 1.8rem;
  }

  .heading-lv1 .heading_shoulder {
    font-size: 1.3rem;
  }

  .heading-lv1 .heading_shoulder+.heading_title {
    margin-top: 5px;
  }

  .heading-lv1 .heading_shoulder-v2+.heading_title {
    margin-top: 15px;
  }

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

  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    line-height: 1.2;
    margin-top: 27px;
  }

  .heading-lv2 .block .heading_title {
    font-size: 2rem;
  }

  .heading-lv2 .block .heading_title .subtext {
    margin-left: 0.5em;
    font-size: 1.7rem;
  }

  .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: 60px;
    height: 60px;
    line-height: 1.2;
    background-color: #ed1c24;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
  }

  .heading-lv2 .block .heading_icon em {
    font-style: normal;
    font-size: 2rem;
  }

  .heading-lv2 .block .heading_icon+.heading_title {
    position: absolute;
    top: 50%;
    left: 75px;
    -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: 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-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.5rem;
  }

  .heading-lv2 .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: 8px;
    margin-right: 3px;
    vertical-align: middle;
  }

  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    line-height: 1.2;
  }

  .heading-lv3 .block .heading_title {
    font-size: 1.7rem;
  }

  .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.3rem;
  }

  .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;
  }

  .heading-lv4 a.block {
    position: relative;
    display: inline-block;
    padding-right: 20px;
  }

  .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 ----- */
  [class*="table-layout"][data-layout-sp="scroll"] {
    overflow: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  [class*="table-layout"][data-layout-sp="scroll"] .table_inner {
    width: 760px;
  }

  [class*="table-layout"][data-layout-sp="scroll"]::-webkit-scrollbar {
    width: 6px;
    background-color: #eee;
    border-radius: 3px;
  }

  [class*="table-layout"][data-layout-sp="scroll"]::-webkit-scrollbar:horizontal {
    height: 6px;
    background-color: #eee;
    border-radius: 3px;
  }

  [class*="table-layout"][data-layout-sp="scroll"]::-webkit-scrollbar-thumb,
  [class*="table-layout"][data-layout-sp="scroll"]::-webkit-scrollbar-thumb:horizontal {
    border-radius: 3px;
    background-color: #a6a6a6;
  }

  [class*="table-layout"][data-layout-sp="shrink"] {
    width: 100%;
  }

  [class*="table-layout"][data-layout-sp="vertical"] .table_inner colgroup col {
    width: 100% !important;
  }

  [class*="table-layout"][data-layout-sp="vertical"] .table_inner tr,
  [class*="table-layout"][data-layout-sp="vertical"] .table_inner th,
  [class*="table-layout"][data-layout-sp="vertical"] .table_inner td {
    display: block;
    width: 100%;
    border-right: none;
  }

  .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: 6px;
    text-align: left;
  }

  .table-layout th,
  .table-layout td {
    padding: 7px;
    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: 15px;
  }

  .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: 6px;
    text-align: left;
  }

  .table-layout-v2 th,
  .table-layout-v2 td {
    padding: 5px 8px;
    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: 10px;
    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 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_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-sp] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  [data-row-sp="2"]>* {
    width: calc((100% - 11px) / 2);
    margin-left: 10px;
  }

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

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

  [data-row-sp="3"]>* {
    width: calc((100% - 21px) / 3);
    margin-left: 10px;
  }

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

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

  [data-row-sp="4"]>* {
    width: calc((100% - 31px) / 4);
    margin-left: 10px;
  }

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

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

  [data-row-sp="5"]>* {
    width: calc((100% - 41px) / 5);
    margin-left: 10px;
  }

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

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

  [data-width-sp="2"] {
    width: calc((100% - 10px) / 2);
  }

  [data-width-sp="3"] {
    width: calc((100% - 20px) / 3);
  }

  [data-width-sp="4"] {
    width: calc((100% - 30px) / 4);
  }

  [data-width-sp="5"] {
    width: calc((100% - 40px) / 5);
  }

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

  .column-layout>*:first-child {
    margin-top: 0;
  }

  .column_item {
    margin-top: 15px;
  }

  .column_item>*:first-child {
    margin-top: 0;
  }

  .column_item>a.block {
    display: block;
  }

  [data-row-sp="1"]>.column_item {
    display: block;
  }

  .column-middle-layout {
    display: -webkit-flex !important;
    display: flex !important;
    -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 {
    margin-top: 20px;
    display: block;
  }

  .column-media[data-layout-sp="row"] .column_image {
    max-width: 49%;
  }

  .column-media[data-layout-sp="row"] [data-image="left"] {
    float: left;
    margin-right: 10px;
  }

  .column-media[data-layout-sp="row"] [data-image="right"] {
    float: right;
    margin-left: 10px;
  }

  .column-media[data-layout-sp="col"] .column_detail {
    margin-top: 10px;
  }

  .column-media[data-layout-sp="col-reverse"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }

  .column-media[data-layout-sp="col-reverse"] .column_image {
    margin-top: 10px;
  }

  .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 [data-image]>.image-set>.image_inner+.image_inner {
    margin-left: 10px;
  }

  .column-media .column_image>.image-set+.image-set {
    margin-top: 15px;
  }

  .column-media [data-wraparound="false"] {
    overflow: hidden;
  }

  .column-media .column_detail+.column_detail {
    margin-top: 15px;
  }

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

  .sp-order-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .sp-order-layout .sp-order-1 {
    -webkit-order: 1;
    order: 1;
  }

  .sp-order-layout .sp-order-2 {
    -webkit-order: 2;
    order: 2;
  }

  .sp-order-layout .sp-order-3 {
    -webkit-order: 3;
    order: 3;
  }

  #wrapper .sp-order-layout .sp-order-1 {
    margin-top: 0;
  }

  #wrapper .sp-order-layout .sp-order-2,
  #wrapper .sp-order-layout .sp-order-3 {
    margin-top: 15px;
  }

  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  /* ----- box-layout ----- */
  .box-layout,
  .box-layout-v2,
  .box-layout-v4 {
    margin-top: 20px;
    padding: 10px;
    background-color: #e6e7e8;
  }

  .box-layout .box_title,
  .box-layout-v2 .box_title,
  .box-layout-v4 .box_title {
    color: #4d4d4f;
    font-size: 2.6rem;
  }

  .box-layout .box_title+*,
  .box-layout-v2 .box_title+*,
  .box-layout-v4 .box_title+* {
    margin-top: 20px;
  }

  .box-layout-v3 {
    margin-top: 20px;
    padding: 10px;
    background-color: #fff;
    border: 3px solid #e6e7e8;
  }

  .box-layout-v5 {
    margin-top: 20px;
    padding: 10px 0 0;
    border-top: 5px solid #e6e7e8;
  }

  .box-layout-v5 .box_title {
    color: #000;
    font-size: 1.5rem;
  }

  .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: 5px;
    padding-bottom: 5px;
  }

  .box-layout-v6 {
    margin-top: 20px;
    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;
  }

  [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 [class*="link-button"]>li {
    -webkit-align-self: center;
    align-self: center;
  }

  .contact-network-layout .network-box .column-media[data-layout-sp="row"] .column_image {
    max-width: 84px;
  }

  .contact-network-layout .network-box [class*="link-button"]>li>a {
    width: 100%;
  }

  .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: 10px;
    border: 1px solid #ddd;
  }

  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ------------------------------------------------------
	 * Components
	------------------------------------------------------ */
  .movie-layout {
    margin-top: 20px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .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: 20px;
    padding: 10px;
    border: 3px solid #e6e7e8;
  }

  .contact-layout>*:first-child {
    margin-top: 0;
  }

  .contact-layout .contact_detail {
    width: 50%;
  }

  .contact-layout .contact_detail>*:first-child {
    margin-top: 0;
  }

  .contact-layout .contact_button {
    width: 48%;
    margin-left: 2%;
  }

  .contact-layout .contact_button>*:first-child {
    margin-top: 0;
  }

  .contact-network-layout .contact-layout {
    display: block;
    padding: 10px 10px 10px 94px;
    background: #fff url(/common_new/img/contact_ic01.png) no-repeat 15px 10px;
  }

  .contact-network-layout .contact-layout [class*="link-button"]>li>a {
    width: 100%;
  }

  .contactmail-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
    border: 3px solid #e6e7e8;
  }

  .contactmail-layout>*:first-child {
    margin-top: 0;
  }

  .contactmail-layout .contact_detail {
    width: 50%;
  }

  .contactmail-layout .contact_detail>*:first-child {
    margin-top: 0;
  }

  .contactmail-layout .contact_button {
    width: 48%;
    margin-left: 2%;
  }

  .contactmail-layout .contact_button>*:first-child {
    margin-top: 0;
  }

  .contact-network-layout .contactmail-layout {
    display: block;
    padding: 10px 10px 10px 94px;
    background: #fff url(/common_new/img/contact_ic02.png) no-repeat 15px 10px;
  }

  .contact-network-layout .contactmail-layout [class*="link-button"]>li>a {
    width: 100%;
  }

  .plugin-layout {
    display: none;
  }

  .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: 5px;
  }

  .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: 5px;
  }

  .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: 4px 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: 5px;
  }

  .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: 5px;
  }

  .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 -10px 0;
    padding: 10px 10px 20px;
    border-bottom: 3px 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.5rem;
    color: #fff;
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
  }

  .faq-list .faq_ans {
    position: relative;
    padding-left: 36px;
    margin-top: 20px;
  }

  .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.5rem;
    color: #2e2e2e;
    background-color: #fff;
    border: 1px solid #2e2e2e;
  }

  .faq-list+.faq-list {
    padding-top: 20px;
  }

  .faq-list.v-sizeL .faq_que {
    padding-left: 36px;
    font-size: 1.7rem;
  }

  .faq-list.v-sizeL .faq_que:before {
    top: .1em;
    font-size: 1.5rem;
  }

  .faq-list.v-sizeL .faq_ans {
    margin-top: 25px;
    padding-left: 36px;
  }

  .faq-list.v-sizeL .faq_ans>*:first-child {
    font-size: 1.7rem;
  }

  .faq-list.v-sizeL .faq_ans:before {
    top: .1em;
    font-size: 1.5rem;
  }

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

  .slider-layout>*:first-child {
    margin-top: 0;
  }

  .slider-layout .slider-list .slider_item {
    margin-left: 10px;
  }

  .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;
    height: 25vw;
    border: 1px solid #cbcbcb;
  }

  .slider-layout .slider-list .slider_image>img {
    max-height: calc(25vw - 2px);
  }

  .slider-layout .slider-list .slider_image+* {
    margin-top: 10px;
  }

  .slider-layout .slick-list {
    margin-left: -10px;
  }

  .slider-layout .slider-controls {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    position: relative;
    margin-top: 30px;
  }

  .slider-layout .slider-controls button {
    background: none;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    outline: none;
  }

  .slider-layout .slider-controls .slider-link {
    margin-top: 25px;
    text-align: right;
  }

  .slider-layout .slider-controls .slider-link:only-child {
    margin-top: -20px;
  }

  .slider-layout .box-layout+.slider-controls,
  .slider-layout .box-layout-v2+.slider-controls,
  .slider-layout .box-layout-v4+.slider-controls {
    margin-top: 15px;
  }

  .slider-layout .box-layout+.slider-controls .slick-dots li>button,
  .slider-layout .box-layout-v2+.slider-controls .slick-dots li>button,
  .slider-layout .box-layout-v4+.slider-controls .slick-dots li>button {
    border: none;
    background-color: #999;
  }

  .slider-layout .box-layout+.slider-controls .slick-dots li.slick-active>button,
  .slider-layout .box-layout-v2+.slider-controls .slick-dots li.slick-active>button,
  .slider-layout .box-layout-v4+.slider-controls .slick-dots li.slick-active>button {
    background-color: #000;
  }

  .slider-layout .box-layout+.slider-controls .slick-dots li+li,
  .slider-layout .box-layout-v2+.slider-controls .slick-dots li+li,
  .slider-layout .box-layout-v4+.slider-controls .slick-dots li+li {
    margin-left: 30px;
  }

  .slider-layout .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 40px;
  }

  .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: absolute;
    width: 40px;
    height: 40px;
    top: -8px;
    left: 0;
  }

  .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: absolute;
    width: 40px;
    height: 40px;
    top: -8px;
    right: 0;
  }

  .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;
  }

  .news-layout {
    margin-top: 20px;
    border-top: 5px solid #e6e7e8;
  }

  .news-layout .news_detail {
    display: -webkit-flex;
    display: flex;
    padding: 20px 15px;
    border-bottom: 1px solid #e6e7e8;
  }

  .news-layout .news_detail:nth-child(2n) {
    background-color: #f5f5f5;
  }

  .news-layout .news_property {
    width: 32%;
  }

  .news-layout .news_property [class*="news-icon"] {
    min-width: 9em;
    margin-top: 3px;
  }

  .news-layout .news_date {
    display: block;
    font-weight: bold;
  }

  .news-layout .news_title {
    width: 62%;
    margin-left: 6%;
  }

  .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: 6px;
    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: 6px;
  }

  .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: 6px;
  }

  .news-layout-v2 {
    margin-top: 20px;
  }

  .news-layout-v2 .news_detail {
    padding: 7px 0;
    border-bottom: 1px dotted #ddd;
  }

  .news-layout-v2 .news_property {
    float: left;
    margin-right: 10px;
  }

  .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.2rem;
  }

  .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 {
    margin-top: 8px;
  }

  .news-date [class*="news-icon"]+* {
    display: inline-block;
    width: 100%;
  }

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

  .news-date-v2 [class*="news-icon"] {
    float: left;
    margin-right: 6px;
  }

  .news-date-v2 [class*="news-icon"]+* {
    display: block;
    overflow: hidden;
  }

  [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;
  }

  .news-pulldown-layout .pulldown-box:nth-child(2) {
    margin-top: 10px;
    background-color: #fff;
    border: 3px solid #e6e7e8;
  }

  .news-pulldown-layout .pulldown-box:nth-child(2) .pulldown_selected {
    background-color: #e6e7e8;
  }

  .pulldown-box {
    position: relative;
    padding: 10px 7px 7px;
    background-color: #e6e7e8;
  }

  .pulldown-box .pulldown_label+* {
    margin-top: 0.5em;
  }

  .pulldown-box .pulldown_selected {
    position: relative;
    padding: 12px 26px 12px 10px;
    background-color: #fff;
    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% - 10px);
    width: calc(100% - 14px);
    left: 7px;
    /*overflow-y: scroll;*/
    z-index: 10;
  }

  .pulldown-box .pulldown_list>li>a {
    position: relative;
    display: block;
    padding: 12px 36px 12px 10px;
    background-color: #dedede;
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
  }

  .pulldown-box .pulldown_list>li>a: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: 18px;
  }

  .pulldown-box .pulldown_list>li>a:hover {
    opacity: 1;
    background-color: #d0d0d0;
  }

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

  .modal-photo #cboxLoadedContent,
  .modal-inline #cboxLoadedContent {
    padding: 30px 20px;
  }

  .modal-photo #cboxPrevious,
  .modal-inline #cboxPrevious {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 30px;
    margin-top: -10px;
    text-indent: -9999px;
    outline: none;
  }

  .modal-photo #cboxPrevious:after,
  .modal-inline #cboxPrevious:after {
    content: '';
    width: 14px;
    height: 14px;
    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: 5px;
    right: auto;
  }

  .modal-photo #cboxNext,
  .modal-inline #cboxNext {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 30px;
    margin-top: -10px;
    text-indent: -9999px;
    outline: none;
  }

  .modal-photo #cboxNext:after,
  .modal-inline #cboxNext:after {
    content: '';
    width: 14px;
    height: 14px;
    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: 5px;
  }

  .modal-iframe #cboxContent {
    margin-top: 21px;
    background-color: transparent;
  }

  .modal-iframe #cboxLoadedContent {
    padding: 0;
    background-color: transparent;
  }

  .modal-iframe .cboxIframe {
    background-color: transparent;
  }

  .modal-iframe #cboxClose {
    top: -21px;
    right: 0;
    background: url(/common_new/img/com_ic06.png) no-repeat 0 0;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
  }

  .modal-inline #cboxLoadedContent {
    background-color: #fff;
  }

  .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: 15px -10px 0;
    padding: 0 10px;
    border-bottom: 2px solid #e7e7e8;
    font-size: 1.5rem;
  }

  .event-defTable-layout .event-defTable_head {
    display: none;
  }

  .event-defTable-layout .event-defTable_list:nth-child(2n+1) {
    background-color: #e7e7e8;
  }

  .event-defTable-layout .event-defTable_list>dt {
    padding: 8px;
    text-align: center;
    border-top: 4px solid #e7e7e8;
    border-bottom: 4px solid #e7e7e8;
    color: #4d4d4f;
    background-color: #fff;
  }

  .event-defTable-layout .event-defTable_list>dt+dd {
    padding-top: 12px;
  }

  .event-defTable-layout .event-defTable_list>dd {
    padding-left: 15px;
    padding-right: 15px;
  }

  .event-defTable-layout .event-defTable_list>dd:last-child {
    padding-bottom: 15px;
  }

  .event-defTable-layout .event-defTable_list+.event-defTable_list {
    margin-top: 15px;
  }

  .event-link {
    position: relative;
    display: block;
  }

  .event-link>span {
    color: #000;
  }

  .event-link: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: 10px;
    vertical-align: middle;
  }

  .event-link+.event-link {
    margin-top: 5px;
  }

  .event-link-v2 {
    position: relative;
    display: block;
    margin-top: 12px;
    padding: 12px 25px;
    background-color: #fff;
    border: 1px solid #cccccc;
    text-align: center;
  }

  .event-link-v2>span {
    color: #000;
  }

  .event-link-v2: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: 10px;
  }

  .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-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-v2+.event-link-v2 {
    margin-top: 10px;
  }

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

  .magazine-index .column_detail section:not(.magazine-accordion):first-child>*:first-child {
    margin-top: 12px;
  }

  .magazine-index-table th {
    vertical-align: middle;
    white-space: nowrap;
  }

  .magazine-index-table td {
    padding: 0;
  }

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

  .magazine-index-list>li:first-child {
    border-top: none;
  }

  .magazine-index-list>li>a {
    display: block;
  }

  .magazine-accordion {
    border: 1px solid #ccc;
  }

  .magazine-accordion:first-child {
    margin-top: 20px !important;
  }

  .magazine-accordion+.magazine-accordion {
    border-top: none;
  }

  .magazine-accordion .heading-lv2 {
    display: block;
    margin-top: 0;
  }

  .magazine-accordion .heading-lv2 .magazine-trigger {
    display: block;
    position: relative;
    padding: 12px 35px 12px 15px;
    color: #000;
    font-size: 1.8rem;
  }

  .magazine-accordion .heading-lv2 .magazine-trigger::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 1px;
    top: 50%;
    right: 10px;
    background-color: #000;
  }

  .magazine-accordion .heading-lv2 .magazine-trigger::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 19px;
    top: 50%;
    right: 19px;
    margin-top: -9px;
    background-color: #000;
  }

  .magazine-accordion .heading-lv2 .magazine-trigger.is-active {
    background-color: #e4e4e4;
  }

  .magazine-accordion .heading-lv2 .magazine-trigger.is-active::after {
    display: none;
  }

  .magazine-accordion .magazine-panel {
    margin-top: 0 !important;
  }

  .magazine-accordion .magazine-panel>li {
    margin-top: 0;
    padding-left: 0;
  }

  .magazine-accordion .magazine-panel>li>a {
    display: block;
    position: relative;
    padding: 12px 35px 12px 30px;
    color: #000;
    font-size: 1.5rem;
    border-top: 1px solid #ccc;
    text-decoration: none;
  }

  .magazine-accordion .magazine-panel>li>a:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 50%;
    right: 18px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .magazine-accordion .magazine-panel>li>a.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;
    right: inherit;
    margin-left: 7px;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0);
    border-top: none;
    border-right: none;
  }

  .magazine-accordion .magazine-panel>li::before {
    display: none;
  }

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

  .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: 10px 10px 10px 0;
    background-color: #fff;
  }

  [class*="mobility-layout"] {
    padding-bottom: 10px;
  }

  [class*="mobility-layout"] .heading-lv1 {
    margin: 0 -10px;
    background-repeat: no-repeat;
    background-position: 60% 0;
    -webkit-background-size: auto 97px;
    background-size: auto 97px;
  }

  [class*="mobility-layout"] .heading-lv1>.block {
    min-height: 97px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 10px;
  }

  [class*="mobility-layout"]+[class*="mobility-layout"] {
    margin-top: 30px;
    border-top: 5px solid #e6e7e8;
  }

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

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

  .mobility-layout-marine .heading-lv1 {
    background-image: url(/mobility/img/index_bg03.jpg);
  }

  .mobility_text {
    font-size: 1.2rem;
  }

  .energy-solution-layout {
    margin-top: 25px;
  }

  .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: 7px 24px 7px 12px;
    border: 1px solid #4d4d4f;
    font-size: 1.5rem;
  }

  .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: 10px;
  }

  .energy-solution-layout .energy-solution_btn>li>a.a-accord:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #4d4d4f;
    border-right: 1px solid #4d4d4f;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    left: auto;
    right: 10px;
  }

  .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 {
    margin-top: 4px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  .energy-solution-layout .energy-solution_detail {
    margin: 0 -10px;
    padding: 15px 10px 20px;
    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% - 28px) / 2);
  }

  .energy-solution-layout [class*="energy-solution_column"] .link-button-v4>li {
    position: relative;
  }

  .energy-solution-layout .energy-solution_column01 .link-button-v4>li:first-child:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 4px;
    top: 50%;
    right: -28px;
    margin-top: -2px;
    background-color: #4d4d4f;
  }

  .energy-solution-layout .energy-solution_column02 {
    margin-left: 28px;
  }

  .energy-solution-layout .energy-solution_column02 .link-button-v4>li:first-child:before {
    position: absolute;
    content: '';
    width: 28px;
    height: calc(50% - 2px);
    top: 0;
    left: -28px;
    background-color: #e7e7e8;
    z-index: 2;
  }

  .energy-solution-layout .energy-solution_column02 .link-button-v4>li:nth-child(2):before {
    position: absolute;
    content: '';
    width: 4px;
    height: calc(100% + 10px);
    bottom: 50%;
    left: -16px;
    margin-top: -3px;
    background-color: #4d4d4f;
  }

  .energy-solution-layout .energy-solution_column02 .link-button-v4>li:nth-child(2):after {
    position: absolute;
    content: '';
    width: 16px;
    height: 4px;
    top: 50%;
    left: -16px;
    margin-top: -3px;
    background-color: #4d4d4f;
  }

  .energy-solution-layout .energy-solution_title {
    color: #4d4d4f;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }

  .energy-solution-layout+.column-layout {
    margin-top: 30px;
  }

  .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 {
    padding-right: 3em;
  }

  .report-layout .report_item .report_page_item .report_page {
    right: 0;
  }

  .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: 5em;
  }

  .report_page_item .report_page {
    position: absolute;
    top: 50%;
    right: 20px;
    min-width: 2em;
    font-size: 1.3rem;
    font-weight: normal;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .case-layout {
    margin-top: 20px;
  }

  .case-layout .case-list>dt {
    line-height: 1.2;
  }

  .case-layout .case-list>dt>span {
    display: block;
    position: relative;
    padding: 0.6em 0.5em;
    border: 1px solid #000;
    text-align: center;
    font-size: 1.5rem;
  }

  .case-layout .case-list>dt>span:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-top: 10px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }

  .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: '';
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }

  .case-layout .case-list>dd {
    margin-top: 18px;
    font-size: 1.7rem;
  }

  .case-layout .case-list+.case-list {
    margin-top: 10px;
  }

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

  .indent-box {
    padding-left: 90px;
  }

  .indent-box>*:first-child {
    margin-top: 0;
  }

  .stakeholder-layout {
    margin-top: 20px;
  }

  .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-sp="2"]>section:nth-child(-n+2)>.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.7rem;
    color: #4d4d4f;
  }

  .kiss-qa-list>dt .qa_icon {
    display: block;
    float: left;
    min-width: 31px;
    margin-right: 6px;
    color: #4d4d4f;
    font-weight: bold;
  }

  .kiss-qa-list>dt .qa_icon>img {
    height: 22px;
  }

  .kiss-qa-list>dt .qa_icon+* {
    display: block;
    overflow: hidden;
  }

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

  .kiss-qa_recommend {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .kiss-qa_recommend>dt {
    color: #4d4d4f;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 12px;
  }

  .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-qa_box .kiss-qa_recommend {
    display: block;
  }

  .kiss-qa_box .kiss-qa_recommend>dd img+img {
    margin-left: 0;
  }

  .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: 18px 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;
  }

  .kiss-button-list>li+li {
    margin-top: 20px;
  }

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

  .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;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }

  .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;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }

  .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: 20px;
    /* tableType03 */
    /* tableType01 */
  }

  .news-detail-area dir {
    margin: 0;
    padding: 0;
  }

  .news-detail-area p {
    margin-top: 10px;
  }

  .news-detail-area p:empty {
    margin-top: 20px;
  }

  .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 14px 6px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #010101;
    font-size: 1.6rem;
    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 ol:not([class*="list-"])>li {
    list-style: decimal;
    list-style-position: inside;
  }

  .news-detail-area table {
    width: 100%;
  }

  .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 .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 .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 video {
    width: 100%;
    height: auto;
  }

  .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: 5px;
  }

  .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: 5px;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .list-note-v3:after,
  [class*="link-text"]>li:after,
  .column-media: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;
  }
}