  @charset "utf-8";

/* ======================================================
 * parts_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Elements >>> Text
 * - Elements >>> List
 * - Elements >>> Link
 * - Elements >>> Image
 * - Elements >>> Other
 * - Conditional Elements >>> Heading
 * - Conditional Elements >>> Navi
 * - Layout >>> Table
 * - Layout >>> Column
 * - Layout >>> Box
 * - Layout >>> Other
 * - Components
 * - Clearfix
 * Media Queries
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- sprite ----- */
  .a-blank::after,
  .a-pdf::after,
  .a-print::after,
  .a-mail::after,
  .a-excel::after,
  .a-word::after,
  .a-ppt::after,
  .a-rss::after,
  .a-zip::after,
  .a-video::after,
  .a-modal::before,
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .link-list .a-blank::after,
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after,
  .plugin-layout a .a-blank::after {
    vertical-align: top;
    background: url(/jp/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    content: "";
  }
  .a-blank::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .link-list .a-blank::after,
  .plugin-layout a .a-blank::after {
    width: 12px;
    height: 12px;
    background-position: -120px 0;
  }
  .a-pdf::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-pdf .news_title::after {
    width: 13px;
    height: 13px;
    background-position: -160px 0;
  }
  .a-print::after {
    width: 14px;
    height: 12px;
    background-position: -100px 0;
  }
  .a-mail::after {
    width: 12px;
    height: 10px;
    background-position: -60px -40px;
  }
  .link-inline.a-mail::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
  }
  .a-excel::after {
    width: 12px;
    height: 14px;
    background-position: -120px -20px;
  }
  .a-word::after {
    width: 12px;
    height: 14px;
    background-position: -140px -20px;
  }
  .a-ppt::after {
    width: 12px;
    height: 14px;
    background-position: -160px -20px;
  }
  .a-rss::after {
    width: 12px;
    height: 12px;
    background-position: -180px -20px;
  }
  .a-zip::after {
    width: 12px;
    height: 14px;
    background-position: -200px -20px;
  }
  .a-video::after {
    width: 14px;
    height: 10px;
    background-position: -220px -20px;
  }
  .a-modal::before {
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto 0 !important;
    left: 0;
  }
  .link-button .a-modal::before,
  .link-button-v2 .a-modal::before,
  .modal_link-text .a-modal::before {
    border: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 14px !important;
    height: 14px !important;
  }
  .link-button .a-modal::before {
    background-position: -40px -80px;
  }
  .link-button-v2 .a-modal::before {
    background-position: -58px -80px;
  }
  .modal_link-text .a-modal::before {
    left: 110%;
    background-position: -40px -80px;
  }
  .modal_link-text {
    margin-top: 1em;
  }
  .modal_link-text .a-modal {
    position: relative;
    color: #333;
    font-size: 2rem;
  }
  [class*="heading-lv"] .a-blank::after,
  [class*="heading-lv"] .a-pdf::after,
  .news-layout .a-blank::after,
  .news-layout .a-pdf::after {
    display: none;
  }

  /* link-inline */
  .link-inline.a-blank::after,
  .link-inline.a-pdf::after {
    display: inline-block;
    margin: .25em 8px 0 8px;
  }

  /* link-text */
  .link-text > li > .a-blank::after,
  .link-text > li > .a-pdf::after,
  .link-text > li > .a-print::after,
  .link-text > li > .a-mail::after,
  .link-text > li > .a-excel::after,
  .link-text > li > .a-word::after,
  .link-text > li > .a-ppt::after,
  .link-text > li > .a-rss::after,
  .link-text > li > .a-zip::after,
  .link-text > li > .a-video::after {
    display: inline-block;
    margin: .3em 0 0 8px;
  }
  /* link-list */
  .link-list > li > .a-blank::after,
  .link-list > li > .a-pdf::after {
    display: inline-block;
    margin: .4em 0 0 8px;
  }

  /* link-button */
  .link-button > li > .a-blank::after,
  .link-button > li > .a-pdf::after {
    position: relative;
    display: inline-block;
    margin: .3em 0 0 10px;
  }
  .link-button-v2 > li > .a-blank::after,
  .link-button-v4 > li > .a-blank::after {
    position: relative;
    display: inline-block;
    margin: .3em 0 0 10px;
    width: 13px;
    height: 13px;
    background-position: -140px 0;
  }
  .link-button-v2 > li > .a-pdf::after,
  .link-button-v4 > li > .a-pdf::after {
    position: relative;
    display: inline-block;
    margin: .3em 0 0 10px;
  }

  /* heading-lv** */
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after {
    display: inline-block;
    margin: .4em 0 0 10px;
  }

  /* news-layout */
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after {
    display: inline-block;
    margin: .25em 0 0 10px;
  }

  /* plugin-layout */
  .plugin-layout a .a-blank::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: .25em 9px 0 9px;
  }

  /* ----- data-row-sp ----- */
  [data-row-sp="2"],
  [data-row-sp="3"] {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-sp="2"] > * {
    margin-left: 15px;
  }
  [data-row-sp="3"] > * {
    margin-left: 15px;
  }
  [data-row-sp="auto"] > * {
    margin-right: 15px;
  }
  [data-row-sp="1"] > *:first-child,
  [data-row-sp="2"] > *:nth-child(-n+2),
  [data-row-sp="3"] > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  [data-row-sp="1"] > *,
  [data-row-sp="2"] > *:nth-child(2n+1),
  [data-row-sp="3"] > *:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  [data-row-sp="2"] > * {
    width: calc((100% - 15px) / 2);
  }
  [data-row-sp="3"] > * {
    width: calc((100% - 30px) / 3);
  }

  /* ------------------------------------------------------
   * Elements >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 1em !important;
  }

  /* ----- text-lead ----- */
  .text-lead {
    margin-top: 1em;
    font-size: 1.8rem;
    font-family: "Noto Sans CJK JP";
		font-weight: 500;
  }
  .text-lead-v2 {
    margin-top: 1em;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP";
		font-weight: 500;
  }

  /* ----- text-title ----- */
  .text-title {
    margin-top: 2em;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP";
  }

  /* ----- news-text-date ----- */
  .news-text-date {
    text-align: right;
  }

  /* ----- sup ----- */
  .heading-lv1 .heading_title sup,
  .heading-lv2 .heading_title sup,
  .heading-lv3 .heading_title sup {
    top: -.2em;
    font-size: 90%;
  }
	.heading-lv1 .heading_title sup.v-trade,
  .heading-lv2 .heading_title sup.v-trade,
  .heading-lv3 .heading_title sup.v-trade {
    top:-1em;
    font-size:45%;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
    font-weight: 700;
  }
  .index-layout-v2 .index_title sup,
  .index-layout-v2_info .index_title sup {
    top: 0.1em;
    font-size: 100%;
  }
  .index-layout-v2 .index_title sup.v-trade,
  .index-layout-v2_info .index_title sup.v-trade {
    top: -0.7em;
    font-size: 65%;
  }

  /* ------------------------------------------------------
   * Elements >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"] {
    margin-top: 1em;
  }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li,
  .is-nest {
    margin-top: .5em;
  }

  /* ----- list-note ----- */
  .list-note > li {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.2rem;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- list-note-order ----- */
  .list-note-order > li {
    position: relative;
    padding-left: 3.1em;
    font-size: 1.2rem;
  }
  .list-note-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-order > li > .list_mark::after {
    content: ".";
  }

  /* ----- list-bullet ----- */
  .list-bullet > li {
    position: relative;
    padding-left: 1.1em;
  }
  /* icon */
  .list-bullet > li::before {
    position: absolute;
    top: .4em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e50014;
    content: "";
  }

  /* ----- list-bullet-v2 ----- */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 1em;
    font-size: 1.2rem;
  }
  /* icon */
  .list-bullet-v2 > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    content: "";
  }

  /* ----- list-bullet-v3 ----- */
  .list-bullet-v3 > li {
    position: relative;
    padding-left: 1em;
  }
  /* icon */
  .list-bullet-v3 > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    content: "";
  }

  /* ----- list-bullet-v4 ----- */
  .list-bullet-v4 > li {
    position: relative;
    padding-left: 1em;
    font-size: 1.2rem;
  }

  /* icon */
  .list-bullet-v4 > li::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: 7px;
    height: 1px;
    background-color: #666;
    content: "";
  }

  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 2.4em;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #e50014;
  }

  /* ----- list-order-v2 ----- */
  .list-order-v2 > li {
    position: relative;
    padding-left: 3.0em;
    font-size: 1.2rem;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- list-description ----- */
  .list-description > dt {
    margin: 1em 0 .5em;
    font-weight: bold;
  }
  .list-description > dd {
    padding-left: 10px;
  }

  /* ----- list-description-v2 ----- */
  .list-description-v2 > dt {
    float: left;
  }
  .list-description-v2 > dd {
    overflow: hidden;
  }
  .list-description-v2::after {
    content: "";
    clear: both;
    display: block;
  }

  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */
  /* ----- link-text ----- */
  .link-text {
    margin-top: 1em;
  }
  .link-text > li + li {
    margin-top: .5em;
  }
  .link-text > li > a,
  .link-text > li > span.block {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    color: #333;
  }
  .link-text > li > a:visited,
  .link-text > li > span.block:visited {
    color: #333;
  }
  .link-text > li.is-current > a,
  .link-text > li.is-current > span.block {
    font-weight: bold;
  }
  /* icon */
  .link-text > li > a::before,
  .link-text > li > span.block::before {
    position: absolute;
    top: .4em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #eb3747;
    border-right: 1px solid #eb3747;
    content: "";
  }
  .link-text > li.is-current > a::before,
  .link-text > li.is-current > span.block::before {
    position: absolute;
    top: .5em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: "";
  }

  /* data-row-sp */
  .link-text[data-row-sp="auto"] {
    display: block;
    margin-right: -30px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-sp="auto"] > li {
    display: inline-block;
    margin: 0 30px .5em 0;
  }

  /* ----- link-button ----- */
  [class*="link-button"] {
    margin-top: 1em;
  }
  .link-button > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 61.11%;
    padding: 15px 32px 14px;
    border: 1px solid #aaa;
    background-color: #fff;
    color: #333;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
  .link-button > li > a.is-current {
    background-color: #efefef;
  }
  .link-button .link_label {
    display: inline;
    line-height: 1.5;
  }

  /* icon */
  .link-button > li > a::before {
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }
  .link-button .link_label {
    display: inline;
    line-height: 1.3;
  }

  /* data-row-sp */
  .link-button[data-row-sp] > li,
  .link-button-center[data-row-sp] > li,
  .link-button-v2[data-row-sp] > li,
  .link-button-v2-center[data-row-sp] > li,
  .link-button-close[data-row-sp] > li {
    -webkit-display: flex;
    display: flex;
    margin-top: 15px;
  }
  .link-button[data-row-sp] > li > a,
  .link-button-center[data-row-sp] > li > a,
  .link-button-v2[data-row-sp] > li > a,
  .link-button-v2-center[data-row-sp] > li > a,
  .link-button-close[data-row-sp] > li > a {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .link-button[data-row-sp="2"] > li > a,
  .link-button-center[data-row-sp="2"] > li > a,
  .link-button-v2[data-row-sp="2"] > li > a,
  .link-button-v2-center[data-row-sp="2"] > li > a,
  .link-button-close[data-row-sp="2"] > li > a {
    width: 100%;
  }
  .link-button[data-row-sp="3"] > li > a,
  .link-button-center[data-row-sp="3"] > li > a,
  .link-button-v2[data-row-sp="3"] > li > a,
  .link-button-v2-center[data-row-sp="3"] > li > a,
  .link-button-close[data-row-sp="3"] > li > a {
    width: 100%;
  }
  /* ----- link-button-center ----- */
  .link-button-center > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 61.11%;
    padding: 14px 40px 13px;
    border: 1px solid #999;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .link-button-center > li > a.is-current {
    background-color: #efefef;
  }
  .link-button-center .link_label {
    display: inline;
    line-height: 1.5;
  }
  /* icon */
  .link-button-center > li > a::before {
    position: absolute;
    margin: auto 0;
    left: 12px;
    margin-top: -4px;
    vertical-align: top;
    background: url(/jp/common/img/com_sprite01.png) no-repeat;
    width: 15px;
    height: 15px;
    background-position: -80px -80px;
    content: "";
  }
  /* ----- link-button-v2 ----- */
  .link-button-v2 > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 61.11%;
    padding: 14px 40px 13px;
    border: 2px solid #333;
    background-color: #333;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .link-button-v2 > li > a.is-current {
    background-color: #fff;
    color: #333;
  }
  .link-button-v2 .link_label {
    display: inline;
    line-height: 1.5;
    font-weight: bold;
  }

  /* icon */
  .link-button-v2 > li > a::before {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .link-button-v2 > li > a.is-current::before {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  }
  /* ----- link-button-v2-center ----- */
  .link-button-v2-center > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 61.11%;
    padding: 14px 40px 13px;
    border: 2px solid #333;
    background-color: #333;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .link-button-v2-center > li > a.is-current {
    background-color: #fff;
    color: #333;
  }
  .link-button-v2-center .link_label {
    display: inline;
    line-height: 1.5;
  }
  /* icon */
  .link-button-v2-center > li > a::before {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .link-button-v2-center > li > a.is-current::before {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  }
  /* ----- link-button-inquiry ----- */
  .link-button-inquiry {
    margin-top: 2em;
  }
  .link-button-inquiry + .link-button-inquiry {
    margin-top: 1em;
  }
  .link-button-inquiry > li > a {
    width: 100%;
  }
  .link-button-inquiry > li > .a-blank::after {
    display: inline-block;
    margin-left: 5px;
  }

  /* ----- link-button-v3 ----- */
  .link-button-v3 {
    margin-top: 2em;
  }
  .link-button-v3 > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 61.11%;
    padding: 15px 32px 14px;
    border: 1px solid #aaa;
    background-color: #fff;
    color: #333;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
  .link-button-v3 > li > a.is-current {
    background-color: #efefef;
  }
  .link-button-v3 .link_label {
    display: inline;
    line-height: 1.3;
  }

  /* icon */
  .link-button-v3 > li > a::before {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }
  .link-button-v3 > li > a.see-more-close::before {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* ----- link-button-v4 ----- */
  .link-button-v4 > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 61.11%;
    padding: 14px 40px 13px;
    border: 2px solid #e50014;
    background-color: #e50014;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .link-button-v4 > li > a.is-current {
    background-color: #fff;
    color: #e50014;
  }
  .link-button-v4 .link_label {
    display: inline;
    line-height: 1.5;
    font-weight: bold;
  }

  /* icon */
  .link-button-v4 > li > a::before {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .link-button-v4 > li > a.is-current::before {
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
  }
  /* ----- link-button-v4-center ----- */
  .link-button-v4-center > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 61.11%;
    padding: 14px 40px 13px;
    border: 2px solid #e50014;
    background-color: #e50014;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .link-button-v4-center > li > a.is-current {
    background-color: #fff;
    color: #e50014;
  }
  .link-button-v4-center .link_label {
    display: inline;
    line-height: 1.5;
  }
  /* icon */
  .link-button-v4-center > li > a::before {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .link-button-v4-center > li > a.is-current::before {
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
  }
  /* ----- close-button ----- */
  .close-button {
    margin-top: 25px;
  }
  .close-button > li > a.a-close {
    display: inline-block;
    position: relative;
    width: 55%;
    padding: 14px 40px 13px;
    border: 1px solid #999;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .close-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .close-button .a-close::before,
  .close-button .a-close::after {
    position: absolute;
    top: 50%;
    left: 12px;
    content: "";
    display: block;
    width: 12px;
    border: none;
    border-top: 1px solid #e50014;
  }
  .close-button .a-close::before {
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
  }
  .close-button .a-close::after {
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
  }
  /* ----- pageTopLink ----- */
  .pageTopLink {
    margin-top: 40px;
    text-align: right;
  }
  .pageTopLink > a {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    color: #333;
  }
  .pageTopLink > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.4em;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #fa084c transparent;
  }

  /* ------------------------------------------------------
   * Elements >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  .image-set {
    margin-top: 1em;
  }
  .image-set-v3 {
    margin-top: 2em;
  }
  .image-set + .image-set,
  .image-set-v3 + .image-set-v3 {
    margin-top: 2em;
  }
  .image-set > .image_inner,
  .image-set-v3 > .image_inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .image-set > .image_inner > img,
  .image-set-v3 > .image_inner > img {
    max-width: 100%;
  }
  .image-set .image_caption,
  .image-set-v3 .image_caption {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: left;
  }
  /* data-row-sp */
  [data-row-sp="1"] > .image-set + .image-set {
    margin-top: 20px;
  }
  [data-row-sp="1"] > .image-set-v3 + .image-set-v3 {
    margin-top: 2em;
  }

  /* gp-al-** */
  .image-set.gp-al-center,
  .image-set-v3.gp-al-center {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .image-set.gp-al-right,
  .image-set-v3.gp-al-right {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .image-set.gp-al-left,
  .image-set-v3.gp-al-left {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  /* ------------------------------------------------------
   * Elements >>> Other
  ------------------------------------------------------ */
  /* ----- line-layout ----- */
  .line-layout {
    margin: 50px 0;
  }
  .line-layout .line_hr {
    display: block;
    height: 1px;
    margin: 0;
    border-top: 1px solid #ddd;
  }

  /* ------------------------------------------------------
   * Conditional Elements >>> Heading
  ------------------------------------------------------ */
  [class*="heading-lv"] a:link .heading_title {
    text-decoration: underline;
  }
  [class*="heading-lv"] + section > [class*="heading-lv2"]:first-child {
    margin-top: 30px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv3"]:first-child,
  [class*="heading-lv"] + .news-text-date + section > [class*="heading-lv2"]:first-child {
    margin-top: 25px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv4"]:first-child {
    margin-top: 25px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv5"]:first-child {
    margin-top: 20px;
  }

  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    margin: 0 0 2.15em;
  }
  .heading-lv1 .heading_title {
    position: relative;
    padding-left: 15px;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP";
    line-height: 1.5;
  }
  .heading-lv1 .heading_title::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 3px;
    height: calc(100% - 0.6em);
    background-color: #e50014;
  }

  /* ----- heading-lv2 ----- */
  .heading-lv2,
  .heading-lv2-v2 {
    margin: 2.15em 0 1.45em;
  }
  .heading-lv2 .block,
  .heading-lv2-v2 .block {
    display: block;
    color: #333;
  }
  .heading-lv2 .heading_title,
  .heading-lv2-v2 .heading_title {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.5;
  }
  .heading-lv2-v2 .heading_title {
    padding-left: 23px;
  }
  .heading-lv2-v2 .heading_title::before {
    position: absolute;
    top: 0.1em;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "◆";
    font-size: 1.8rem;
    color: #e50014;
  }
  .heading-lv2 .heading_subtitle {
    margin-top: 0.6em;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
  }
  .heading-lv2 a.block .heading_title,
  .heading-lv2-v2 a.block .heading_title {
    padding-right: 20px;
    text-decoration: none;
  }
  .heading-lv2 a.block .heading_title::after,
  .heading-lv2-v2 a.block .heading_title::after {
    position: absolute;
    right: 0;
    top: 0.2em;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .heading-lv2 a.block.a-blank .heading_title,
  .heading-lv2 a.block.a-pdf .heading_title {
    padding-right: 23px;
  }
  .heading-lv2 a.block.a-blank .heading_title::after {
    width: 13px;
    height: 13px;
    border: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .heading-lv2 a.block.a-pdf .heading_title::after {
    width: 13px;
    height: 13px;
    border: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 2.15em 0 1.45em;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
  }
  .heading-lv3 .block {
    display: block;
    color: #333;
  }
  .heading-lv3 .heading_title {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .heading-lv3 a.block .heading_title {
    padding-right: 18px;
    text-decoration: none;
  }
  .heading-lv3 a.block .heading_title::after {
    position: absolute;
    right: 0;
    top: 0.2em;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .heading-lv3 a.block.a-blank .heading_title,
  .heading-lv3 a.block.a-pdf .heading_title {
    padding-right: 24px;
  }
  .heading-lv3 a.block.a-blank .heading_title::after,
  .heading-lv3 a.block.a-pdf .heading_title::after {
    width: 13px;
    height: 13px;
    border: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  /* ----- heading-lv4 ----- */
  .heading-lv4,
  .heading-lv4-v2 {
    margin: 2.15em 0 1.1em;
  }
  .heading-lv4 .block,
  .heading-lv4-v2 .block {
    display: block;
    color: #333;
  }
  .heading-lv4 .heading_title,
  .heading-lv4-v2 .heading_title {
    position: relative;
    display: inline-block;
    padding-left: 23px;
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .heading-lv4 .heading_title::before,
  .heading-lv4-v2 .heading_title::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "◆";
    font-size: 1.8rem;
    color: #555;
  }
  .heading-lv4 a.block .heading_title {
    padding-right: 18px;
    text-decoration: none;
  }
  .heading-lv4-v2 a.block .heading_title {
    text-decoration: none;
  }
  .heading-lv4 a.block .heading_title::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .heading-lv4-v2 a.block .heading_title::after {
    display: inline-block;
    content: "";
    margin: .55em 0 0 6px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .heading-lv4 a.block.a-blank .heading_title,
  .heading-lv4 a.block.a-pdf .heading_title,
  .heading-lv4-v2 a.block.a-blank .heading_title,
  .heading-lv4-v2 a.block.a-pdf .heading_title {
    padding-right: 22px;
  }
  .heading-lv4 a.block.a-blank .heading_title::after,
  .heading-lv4 a.block.a-pdf .heading_title::after,
  .heading-lv4-v2 a.block.a-blank .heading_title::after,
  .heading-lv4-v2 a.block.a-pdf .heading_title::after {
    width: 13px;
    height: 13px;
    border: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }


  /* ----- heading-lv5 ----- */
  .heading-lv5,
  .heading-lv5-v2 {
    margin: 1.8em 0 1.1em;
  }
  .heading-lv5 .heading_title,
  .heading-lv5-v2 .heading_title {
    position: relative;
    padding-left: 21px;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .heading-lv5 .heading_title::before,
  .heading-lv5-v2 .heading_title::before {
    position: absolute;
    left: 0;
    top: 0.75em;
    display: block;
    content: "";
    width: 11px;
    height: 2px;
    background-color: #aaa;
  }
  .heading-lv5-v2 .heading_title::before {
    background-color: #e50014;
  }
  /* ----- heading-lv5+headng-lv3 ----- */
  .heading-lv5-v2.gp-mt-extend {
    margin-top: 3.75em!important;
  }
  .heading-lv5-v2 + .heading-lv3 {
    margin-top: 1.75em;
  }

  /* ------------------------------------------------------
   * Conditional Elements >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin-top: 1em;
  }
  .navi-anchor .navi-inner {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navi-anchor .navi-inner > li {
    width: 50%;
    margin-top: 20px;
    padding: .5em 0 0 0;
  }
  .navi-anchor .navi-inner > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .navi-anchor .navi-inner > li:nth-child(2n) {
    border-right: none;
  }
  .navi-anchor .navi-inner[data-row-sp="2"] > li {
    width: calc((100% - 15px) / 2);
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 0;
  }
  .navi-anchor .navi-inner[data-row-sp="2"] > li:nth-child(n+3) {
    padding: .5em 0 0 0;
  }
  .navi-anchor .navi-inner[data-row-sp="2"] > li:nth-child(even) {
    margin-left: 15px !important;
  }
  .navi-anchor .navi-inner > li > a,
  .navi-anchor .navi-inner > li > span {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    color: #333;
  }
  .navi-anchor .navi-inner > li > a:visited {
    color: #333;
  }
  .navi-anchor .navi-inner > li > a::before,
  .navi-anchor .navi-inner > li > span::before {
    position: absolute;
    top: .3em;
    left: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #eb3747;
    border-right: 1px solid #eb3747;
    content: "";
  }
  .navi-anchor .navi-inner > li > span {
    color: #ccc;
  }
  /* ----- navi-anchor-v2 ----- */
  .navi-anchor-v2 {
    margin-top: 1em;
    padding: 12px 0 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .navi-anchor-v2 .navi-inner {
  }
  .navi-anchor-v2 .navi-inner > li {
    margin-left: 15px;
    padding: .5em 0 0 0;
  }
  .navi-anchor-v2 .navi-inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 17px;
    color: #333;
  }
  .navi-anchor-v2 .navi-inner > li > a:visited {
    color: #333;
  }
  .navi-anchor-v2 .navi-inner > li > a::before {
    position: absolute;
    top: .3em;
    left: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid #eb3747;
    border-right: 1px solid #eb3747;
    content: "";
  }


  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  /* ----- table-layout ----- */
  .table-layout {
    margin-top: 1em;
  }
  .table-layout .table_inner {
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table-layout .table_inner-v2 {
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table-layout caption {
    text-align: left;
  }
  .table-layout .table_title {
    font-size: 1.6rem;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
  }
  .table-layout .table_caption {
    margin: .5em 0 1em;
    font-size: 1.1rem;
  }
  .table-layout th,
  .table-layout td {
    padding: 7px 12px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .table-layout thead th {
    vertical-align: middle;
  }
  .table-layout th > *:first-child,
  .table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout .cell-style1 {
    background-color: #555;
    color: #fff;
  }
  .table-layout th.cell-style1 {
    font-weight: bold;
  }
  .table-layout .cell-style2 {
    background-color: #f1f1f1;
  }
  .table-layout th.cell-style2 {
    font-weight: bold;
  }
  .table-layout .cell-style3 {
    background-color: #e5f2fa;
  }
  .table-layout th.cell-style3 {
    font-weight: bold;
  }
  .table-layout .cell-style4 {
    background-color: #e50014;
    color: #ffffff;
  }
  .table-layout th.cell-style4 {
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .table-layout .cell-style5 {
    background-color: #333333;
    color: #ffffff;
  }
  .table-layout th.cell-style5 {
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .table-layout .cell-style6 {
    background-color: #e9eef8;
  }
  .table-layout th.cell-style6 {
    font-weight: bold;
  }
  .table-layout .cell-style7 {
    background-color: #e7f3e1;
  }
  .table-layout th.cell-style7 {
    font-weight: bold;
  }
  .table-layout .cell-blank {
    height: 1.8rem;
    font-size: 0;
  }

  /* data-layout-sp */
  .table-layout[data-layout-sp="scroll"] {
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .table-layout[data-layout-sp="scroll"] .table_inner {
    width: 911px;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar {
    height: 12px;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-track {
    border-radius: 12px;
    background: #f1f1f1;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #888;
  }
  .table-layout[data-layout-sp="scroll"] th,
  .table-layout[data-layout-sp="scroll"] td {
    /*white-space: nowrap;*/
  }
  .table-layout[data-layout-sp="vertical"] col,
  .table-layout[data-layout-sp="vertical"] tbody,
  .table-layout[data-layout-sp="vertical"] tr,
  .table-layout[data-layout-sp="vertical"] th,
  .table-layout[data-layout-sp="vertical"] td {
    display: block;
    width: 100% !important;
  }

  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */
  /* ----- column-layout ----- */
  .column-layout {
    margin-top: 1em;
  }
  .column-layout > .column_item {
    margin-top: 20px;
  }
  .column-layout > .column_item > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- column-media ----- */
  .column-media {
    margin-top: 1em;
  }
  .column-media > .column_image > *:first-child,
  .column-media > .column_detail > *:first-child {
    margin-top: 0 !important;
  }

  /* data-layout-sp */
  .column-media[data-layout-sp="row"] > .column_image {
    max-width: calc((100% - 15px) / 2);
  }
  .column-media[data-layout-sp="row"] > .column_image[data-image="right"] {
    float: right;
    margin-left: 15px;
  }
  .column-media[data-layout-sp="row"] > .column_image[data-image="left"] {
    float: left;
    margin-right: 15px;
  }
  .column-media[data-layout-sp="col"] > .column_detail,
  .column-media[data-layout-sp="col-reverse"] > .column_image {
    margin-top: 20px;
  }
  .column-media[data-layout-sp="col-reverse"] {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column-media[data-layout-sp="col"] > .column_image > .image-set > .image_inner,
  .column-media[data-layout-sp="col-reverse"] .column_image > .image-set > .image_inner,
  .column-media[data-layout-sp="col"] > .column_image > .image-set-v3 > .image_inner,
  .column-media[data-layout-sp="col-reverse"] .column_image > .image-set-v3 > .image_inner {
    max-width: 100% !important;
  }
  .column-media > .column_image[data-layout-sp="col"] > .image-set:nth-child(n+2),
  .column-media > .column_image[data-layout-sp="col"] > .image-set-v3:nth-child(n+2) {
    margin-top: 1em;
  }
  .column-media > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }

  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  /* ----- box-layout ----- */
  .box-layout {
    margin-top: 1.45em;
  }
  .box-layout > .box_title {
    padding: 13px 15px 12px;
    background-color: #f1f1f1;
    font-family: "Noto Sans CJK JP";
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .box-layout > .box_detail {
    padding: 20px 15px 20px;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .box-layout > .box_detail > *:first-child {
    margin-top: 0 !important;
  }
  .box-layout-v2 {
    margin-top: 1.85em;
    background-image: -moz-linear-gradient( 0deg, rgb(233,245,235) 0%, rgb(217,234,249) 50%, rgb(248,237,246) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(233,245,235) 0%, rgb(217,234,249) 50%, rgb(248,237,246) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(233,245,235) 0%, rgb(217,234,249) 50%, rgb(248,237,246) 100%);
    padding: 10px;
  }
  .box-layout-v2 > .box_title {
    padding: 0 15px 12px;
    font-family: "Noto Sans CJK JP";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
  .box-layout-v2 > .box_detail {
    padding: 20px 15px 20px;
    background-color: #fff;
  }
  .box-layout-v2 > .box_detail .hsse-logo {
    width: 167px;
    margin: 0 auto;
  }
  .box-layout-v2 > .box_detail > *:first-child {
    margin-top: 0 !important;
  }
  .box-layout-v2 > .conduct-list {
  }
  .box-layout-v2 > .conduct-list li {
    padding: 22px 25px 21px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .box-layout-v2 > .conduct-list li + li {
    margin-top: 2px;
  }

  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  .accordion-layout {
    margin-top: 50px;
    border: 1px solid #ddd;
  }
  .accordion-layout > .accordion_trigger {
    position: relative;
  }
  .accordion-layout .accordion_label {
    display: block;
    padding: 15px 50px 15px 15px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
  }
  .accordion-layout > .accordion_detail {
    padding: 15px;
    border-top: 1px solid #ddd;
    background-color: #fff;
  }

  /* icon */
  .accordion-layout > .accordion_trigger::after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border: 1px solid #999;
    border-radius: 5px;
    content: "";
  }
  .accordion-layout .accordion_label::before,
  .accordion-layout .accordion_label::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background-color: #999;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .accordion-layout .accordion_label::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .accordion-layout > .accordion_trigger.is-active .accordion_label::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  /* ----- tab-layout ----- */
  .tab-layout {
    margin-top: 50px;
  }
  .tab-layout > .tab_navi {
    overflow: hidden;
  }
  .tab-layout .tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .tab-layout .tab_list > li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
  }
  .tab-layout .tab_list > li + li{
    margin-left: 7px;
  }
  .tab-layout .tab_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 13px 12px;
    border: 1px solid #999;
    background-color: #fff;
    color: #333;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .tab-layout .tab_list > .is-current > a {
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
  }
  .tab-layout > .tab_detail {
    display: none;
    padding-top: 20px;
  }
  .tab-layout > .tab_detail > *:first-child {
    margin-top: 0 !important;
  }
  .tab-layout > .tab_detail + .tab_navi {
    padding-top: 3em;
  }

  /* ------------------------------------------------------
   * Components
  ------------------------------------------------------ */
  /* ----- news-layout ----- */
  .news-layout {
    margin-top: 20px;
  }
  .news-layout .news_article + .news_article {
    border-top: 1px dotted #ddd;
  }
  .news-layout .block {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 15px 0;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .news-layout .news_image {
    width: 70px;
    margin-right: 12px;
  }
  .news-layout .news_detail {
    -webkit-flex: 1;
    flex: 1;
  }
  .news-layout .news_property {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .news-layout .news_date {
    font-size: 1.3rem;
  }
  .news-layout [class*="news_icon"] {
    display: inline-block;
    min-width: 90px;
    margin-left: 15px;
    padding: 5px 7px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
  }
  .news-layout .news_icon.type1 {
    background-color: #e37b02;
  }
  .news-layout .news_icon.type2 {
    background-color: #3176b0;
  }
  .news-layout .news_title {
    -webkit-flex: 1;
    flex: 1;
    margin-top: .5em;
  }
  .news-layout a .news_title {
    color: #0075c2;
    text-decoration: underline;
  }

  /* ----- plugin-layout ----- */
  .plugin-layout {
    margin-top: 50px;
  }
  .plugin-layout a {
    display: block;
    padding: 15px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .plugin-layout .plugin_detail {
    margin-top: 15px;
  }
  .plugin-layout a .a-blank {
    color: #0075c2;
  }
  /* ----- index-layout ----- */
  .index-layout {
    margin-top: 2.15em;
  }
  .index-layout > .index_link {
    padding: 20px;
    width: 100%;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    cursor: pointer;
  }
  .index-layout .index_lead {
    font-family: "Noto Sans CJK JP";
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
  }
  .index-layout .index_lead + .index_button {
    margin-top: 15px;
  }
  /* ----- index_button ----- */
  .index_button > li > .block {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 14px 40px 13px;
    border: 1px solid #999;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .index_button .link_label {
    display: inline-block;
    line-height: 1.5;
  }

  /* icon */
  .index_button > li > .block::before {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }

  /* data-row-pc */
  .index_button[data-row-pc] > li {
    -webkit-display: flex;
    display: flex;
    margin-top: 20px;
  }
  .index_button[data-row-pc] > li > .block {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  /* link-button */
  .index_button > li > .a-blank::after,
  .index_button > li > .a-pdf::after {
    position: relative;
    display: inline-block;
    margin: .3em 0 0 10px;
  }
  .index-layout.image-type01,
  .index-layout.image-type02,
  .index-layout.image-type03 {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 173px;
  }
  .index-layout.image-type01 .index_button,
  .index-layout.image-type02 .index_button,
  .index-layout.image-type03 .index_button {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .index-layout.image-type01 .index_button > li,
  .index-layout.image-type02 .index_button > li,
  .index-layout.image-type03 .index_button > li {
    display: block;
  }
  .index-layout.image-type01 .index_button > li > .block,
  .index-layout.image-type02 .index_button > li > .block,
  .index-layout.image-type03 .index_button > li > .block {
    display: block;
    min-width: inherit;
    padding: 14px 20px 13px 40px;
  }
  .index-layout.image-type01 {
    background: url(/jp/business/img/index_bg02_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .index-layout.image-type01.is-bgImage01 {
    background: url(/jp/business/img/index_bg05_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .index-layout.image-type01 > .index_link {
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .index-layout.image-type01 > .index_link > .index_text {
    font-family: "Noto Sans CJK JP";
    margin-top: 10px;
    color: #fff;
    line-height: 1.4;
  }
  .index-layout.image-type02 {
    margin-top: 0;
    background: url(/jp/business/img/index_bg03_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .index-layout.image-type03 {
    margin-top: 0;
    background: url(/jp/business/img/index_bg04_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  /* ----- index-layout-v2 ----- */
  .index-layout-wrap {
    margin-top: 1.4em;
  }
  .index-layout-v2 {
    border: 3px solid #ddd;
  }
  .index-layout-v2 > .block,
	.index-layout-v2 > .block-v2 {
    -webkit-display: flex;
    display: flex;
    padding: 15px;
    width: 100%;
  }
	.index-layout-v2 > .block-v2 {
		-webkit-display: block;
		display: block;
	}
  .index-layout-v2 > a.block .index_title,
	.index-layout-v2 > a.block-v2 .index_title {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #333;
  }
	.index-layout-v2 > a.block-v2 .index_title {
		width: auto;
	}
  .index-layout-v2 > a.block .index_title-v2 {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    line-height: 1.4;
    color: #333;
  }
  .index-layout-v2 > a.block .index_title::before,
  .index-layout-v2 > a.block .index_title-v2::before,
  .index-layout-v2 > a.block-v2 .index_title::before {
    position: absolute;
    top: 0.4em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }
  .index-layout-v2 > .block .index_image {
    margin-left: 15px;
    min-width: 90px;
  }
	.index-layout-v2 > .block-v2 p {
    padding-left: 15px;
		color: #333;
	}
  .index-layout-v2 > a.block > .index-layout-v2_info {
    width: calc(100% - 100px);
  }
  .index-layout-v2 > a.block > .index-layout-v2_info > .index_title {
    width: 100%;
  }
  .index-layout-v2 > a.block > .index-layout-v2_info > p {
    padding-left: 15px;
    color: #333;
  }

  /* ----- index-layout-v3 ----- */
  .index-layout-v3 {
    border: 1px solid #ddd;
  }
  .index-layout-v3 > .block {
    width: 100%;
    display: block;
  }
  .index-layout-v3 .index_image img {
    width: 100%;
  }
  .index-layout-v3 .index_caption {
    padding: 15px;
  }
  .index-layout-v3 .index_caption > .index_title {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-family: "Noto Sans CJK JP";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
  }
  .index-layout-v3 .index_caption > .index_title::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }
  /* ----- index-layout-v4 ----- */

  .index-layout-v4 > .block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
  }
	.column_item.is-current .index-layout-v4 > a.block {
		border: 1px solid #ddd;
		background-color: #ddd;
		color: #333;
	}
  .index-layout-v4 > .block > .index_caption {
    padding: 15px 15px 10px;
    line-height: 1.5;
    flex-grow: 1;
		flex: 1;
  }
  .index-layout-v4 > .block > .index_caption .index_title > .index_label {
    position: relative;
    display: inline-block;
    padding-left: 19px;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
  }
  .index-layout-v4 > .block > .index_caption .index_title > .index_label::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    margin-top: -4px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }
	.column_item.is-current .index-layout-v4 > .block > .index_caption .index_title > .index_label::before {
		border-top: 1px solid #999;
		border-right: 1px solid #999;
	}
  .index-layout-v4 + .index_summary {
    margin-top: 0.5em;
  }
  .index-layout-v4 > .block > .index_caption .index_title > .index_label  > .index_detail_fontsize {
    font-size: 1.2rem;
  }
  /* ----- project-status-layout ----- */

  .project-status-layout {
    margin-top: 2.85em;
  }
  .project-status-layout > .project-status_list > li {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid #ddd;
    position: relative;
  }
  .project-status-layout > .project-status_list > li:first-child {
    margin-top: 0;
  }
  .project-status-layout > .project-status_list > li::after {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 28px;
    height: 28px;
    border-top: 1px solid #747474;
    border-right: 1px solid #747474;
    content: "";
  }
  .project-status-layout > .project-status_list > li:last-child {
    margin-bottom: 0;
  }
  .project-status-layout > .project-status_list > li:last-child::after {
    display: none;
  }
  .project-status-layout .status_title {
    font-family: "Noto Sans CJK JP";
    font-size: 1.8rem;
    display: flex;
  }
  .project-status-layout .status_title > .status_number {
    padding: 10px;
    width: 12%;
    min-height: 40px;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #e50014;
  }
  .project-status-layout .status_title > .status_text {
    width: 88%;
    padding: 10px;
    min-height: 40px;
    vertical-align: middle;
    color: #fff;
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    text-align: left;
    background-color: #333;
  }
  .project-status-layout .status_detal {
    padding: 20px;
  }
  .project-status-layout .status_detal > *:first-child {
    margin-top: 0;
  }

  /* ----- relation-layout ----- */
  .relation-layout {
    margin-top: 2.85em;
  }
  .relation-layout > .relation_title {
    font-family: "Noto Sans CJK JP";
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  .relation-layout > .relation_title + .column-layout {
    margin-top: 15px;
  }
  /* ----- relation-layout-v2 ----- */
  .relation-layout-v2 {
    margin-top: 2.85em;
  }
  .relation-layout-v2 .relation_title {
    font-family: "Noto Sans CJK JP";
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  .relation-layout-v2 > .relation_title + .column-layout {
    margin-top: 15px;
  }
  /* ----- relation-layout-v3 ----- */
  .relation-layout-v3 {
    margin-top: 2.85em;
    padding: 15px;
    border: 1px solid #ddd;
  }
  .relation-layout-v3 > .relation_title {
    font-family: "Noto Sans CJK JP";
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  .relation-layout-v3 > .relation_title + * {
    margin-top: 15px;
  }
  /* ----- relation-layout-v4 ----- */
  .relation-layout-v4 {
    margin-top: 2.85em;
    background-color: #efefef;
    overflow: hidden;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 15px calc((100vw - 100%) / 2) 15px;
  }
  .relation-layout-v4 .relation_title {
    font-family: "Noto Sans CJK JP";
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  .relation-layout-v4 > .relation_title + * {
    margin-top: 15px;
  }

  /* ----- relation-layout-v5 ----- */
  .relation-layout-v5 {
    margin-top: 2.85em;
    background-color: #efefef;
    overflow: hidden;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 15px calc((100vw - 100%) / 2) 15px;
  }
  .relation-layout-v5 .relation_title {
    font-family: "Noto Sans CJK JP";
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }

  /* ----- relation-layout-v6 ----- */
  .relation-layout-v6 {
    margin-top: 2.5em;
  }
  .relation-layout-v6 .relation_title {
    margin-bottom: 0.6em;
    text-align: center;
    font-family: "Noto Sans CJK JP";
    font-size: 1.8rem;
    font-weight: 700;
    overflow: hidden;
  }
  .relation-layout-v6 .relation_title > span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
  }
  .relation-layout-v6 .relation_title > span::before,
  .relation-layout-v6 .relation_title > span::after {
    position: absolute;
    display: block;
    width: 100vw;
    height: 1px;
    top: 50%;
    background: #ddd;
    content: "";
  }
  .relation-layout-v6 .relation_title > span::before {
    right: 100%;
  }
  .relation-layout-v6 .relation_title > span::after {
    left: 100%;
  }
  .relation-layout-v6 .relation_block {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .relation-layout-v6 a.relation_block {
    color: #333;
  }
  .relation-layout-v6 .relation_detail {
    padding: 20px 15px 22px;
    font-family: "Noto Sans CJK JP";
    color: #fff;
    background: linear-gradient(to right, #1d1d1d 0%,#6f6f6f 100%);
  }
  .relation-layout-v6 .relation_lead {
    position: relative;
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .relation-layout-v6 .relation_lead::before {
    position: absolute;
    top: 0.55em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .relation-layout-v6 .relation_text {
    padding-left: 20px;
    font-weight: 300;
  }
  .relation-layout-v6 .relation_img {
    width: 100%;
  }
  .relation-layout-v6 .slick-prev,
  .relation-layout-v6 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 33px;
    height: 33px;
    margin-top: -16px !important;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #e50014 !important;
    z-index: 5;
  }
  .relation-layout-v6 .slick-prev {
    left: -15px;

  }
  .relation-layout-v6 .slick-next {
    right: -15px;

  }
  .relation-layout-v6 .slick-prev::before,
  .relation-layout-v6 .slick-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    opacity: 1;
  }
  .relation-layout-v6 .slick-prev::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -4px;
  }
  .relation-layout-v6 .slick-next::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -6px;
  }
  .relation-layout-v6 .slick-prev.slick-disabled::before,
  .relation-layout-v6 .slick-next.slick-disabled::before {
    opacity: 1;
  }

  /* ----- relation-project-slider ----- */
  .relation-project-slider {
    margin-top: 15px;
    padding: 0 46px;
  }
  .relation-project-slider .project_item {
    width: calc(100vw - 122px);
    margin-right: 26px;
  }
  .relation-project-slider .project_link {
    display: block;
    position: relative;
  }
  .relation-project-slider .project_image img{
    margin-right: auto;
    margin-left: auto;
  }
  .relation-project-slider .project_caption {
    margin-top: 15px;
  }
  .relation-project-slider .project_title {
    position: relative;
    display: inline-block;
    padding-left: 19px;
    font-family: "Noto Sans CJK JP";
    line-height: 1.5;
    color: #333;
  }
  .relation-project-slider .project_title::before {
    position: absolute;
    top: 0.4em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    content: "";
  }

  .relation-project-slider .slick-prev,
  .relation-project-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 35%;
    display: block;
    width: 33px;
    height: 33px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #e50014 !important;
  }
  .relation-project-slider .slick-prev {
    left: -15px;

  }
  .relation-project-slider .slick-next {
    right: -15px;

  }
  .relation-project-slider .slick-prev::before,
  .relation-project-slider .slick-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    opacity: 1;
  }
  .relation-project-slider .slick-prev::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -4px;
  }
  .relation-project-slider .slick-next::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -6px;
  }
  .relation-project-slider .slick-prev.slick-disabled::before,
  .relation-project-slider .slick-next.slick-disabled::before {
    opacity: 1;
  }
  /* ----- image-modal ----- */

  .image-modal > a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #333;
  }
  .image-modal .image_inner > img {
    width: 100%;
  }
  .image-modal .image_caption {
    position: relative;
    padding-left: 25px;
  }
  .image-modal .image_caption::before {
    position: absolute;
    top: 0.2em;
    left: 0;
    vertical-align: top;
    background: url(/jp/common/img/com_sprite01.png) no-repeat;
    width: 15px;
    height: 15px;
    background-position: -80px -80px;
    content: "";
  }


  /* ----- learn-layout ----- */
  .learn-layout {
    margin-top: 3.2em;
  }
  .learn-layout .learn_lead {
    display: flex;
    align-items: center;
  }
  .learn-layout .learn_lead::before,
  .learn-layout .learn_lead::after {
    display: block;
    flex-grow: 1;
    height: 1px;
    background-color: #dddddd;
    content: "";
  }
  .learn-layout .learn_lead::before {
    margin-right: 12px;
  }
  .learn-layout .learn_lead::after {
    margin-left: 12px;
  }
  .learn-layout .learn_lead > span {
    display: inline-block;
    font-family: "Noto Sans CJK JP";
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #fff;
  }
  .learn-layout .learn_lead + * {
    margin-top: 15px;
  }
  /* news-navi-layout */
  .news-navi-layout {
    margin-top: 30px;
  }
  .news-navi_button > .link-button {
    margin-top: 0;
  }
  .news-navi_button > .link-button > li > a {
    border-radius: 0;
  }
  .news-navi_pulldown {
    position: relative;
    width: 100%;
    margin-top: 1em;
  }
  .news-navi_select {
    width: 100%;
    padding: 13px 10px 13px 20px;
    border: 1px solid #aaa;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .news-navi_select::-ms-expand {
  	display: none;
  }
  .news-navi_pulldown::after {
    content: "▼";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -12px;
    color: #888;
    pointer-events: none;
  }

  /* news-layout */
  .news-layout .news_date {
    color: #888;
  }
  .news-layout .news_icon {
    font-size: 1rem;
  }
  .news-layout .news_icon + .news_icon {
    margin-left: 8px;
  }
  .news-layout .news_icon.type1 {
    background-color: #666;
  }
  .news-layout .news_icon:not(.type1) {
    min-width: 69px;
  }
  .news-layout .news_icon.type2 {
    background-color: #e50014;
  }
  .news-layout .news_icon.type3 {
    background-color: #dfdfdf;
    color: #333;
  }
  /* ----- news-filter ----- */
  .news-filter {
    margin-top: 1em;
    background-color: #efefef;
    padding: 15px;
  }
  .news-filter dt {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .news-filter dd {
    margin-top: 7px;
  }
  .news-filter_pulldown {
    position: relative;
    width: 100%;
  }
  .news-filter_select {
    width: 100%;
    padding: 13px 10px 13px 20px;
    border: 1px solid #aaa;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .news-filter_select::-ms-expand {
  	display: none;
  }
  .news-filter_pulldown::after {
    content: "▼";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -12px;
    color: #888;
    pointer-events: none;
  }

  /* related-layout */
  .related-layout {
    margin: 2.85em -15px 0;
    padding: 25px 15px 20px;
    background-color: #efefef;
  }
  .related_head {
    text-align: center;
    font-family: "Noto Sans CJK JP";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .related_body {
    margin-top: 20px;
  }
  .related_body > *:first-child {
    margin-top: 0;
  }
  .related_body > .related_column-media {
    max-width: 308px;
    margin: 20px auto 0;
  }
  .related_body > .related_column-media .image_inner {
    margin-right: auto;
    margin-left: auto;
  }
  .related_body > .related_column-media > .column_detail {
    margin-top: 15px;
  }
  .related_link-text {
    margin-top: 10px;
  }
  .related_link-text > li > a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333 !important;
  }
  .related_text {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .related-layout-v2 {
    margin: 2.85em 0 0;
  }
  .related-layout-v2 .related_head + * {
    margin: 10px 0 0;
  }

  /* ----- modal ----- */
  .modal_title {
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    font-size: 2.2rem;
  }
  .modal_contents {
    margin-top: 15px;
  }
  .modal_contents > *:first-child {
    margin-top: 0;
  }
  #colorbox.modal-project,
  .modal-project #cboxWrapper {
    overflow: visible !important;
  }
  #colorbox.modal-project .modal_contents,
  #colorbox.modal-project .modal_title {
    padding: 0 20px;
  }
  .modal-project #cboxNext {
    right: 0;
  }
  .modal-project #cboxPrevious {
    left: 0;
  }


  /* ----- esg-hsse_heading_box ----- */

  /*.esg-hsse_heading_box {
    position: relative;
  }
  .esg-hsse_heading_box_inner {
    position: absolute;
    top: 60%;
    left: 3%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    display: flex;
  }*/


  .esg-hsse_heading_box {
    position: relative;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .esg-hsse_heading_box_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 15px;
    z-index: 999;
  }
  .esg-hsse_heading_box_inner .heading_box_logo {
    width: 55px;
  }
  .esg-hsse_heading_box_inner .heading_box_title {
    font-weight: bold;
    color: #ffffff;
    line-height: 1.1;
  }
  .heading_box_title_sub {
    font-size: 1.2rem;
    padding: 8px 0 0 5px;
  }
  .heading_box_title_main {
    font-size: 2.5rem;
    padding-top: 3px;
  }
  .heading_box_title_main-v2 {
    width: 120px;
  }

  /* ----- esg-hsse_sdgs_colomn ----- */

  .esg-hsse_sdgs_colomn {
    width: 100%;
  }
  .esg-hsse_sdgs_colomn + .esg-hsse_sdgs_colomn {
    margin-top: 16px;
  }
  [class*="sdgs_colomn_0"] {
    padding: 7% 5%;
    background: #efefef;
    text-align: center;
    margin-bottom: 16px;
  }
  [class*="sdgs_colomn_0"]:last-child {
    margin-bottom: 0;
  }
  .sdgs_colomn_contents {
    display: flex;
    justify-content: center;
  }
  .sdgs_colomn_contents_img {
    max-width: 90px;
  }
  .sdgs_colomn_title {
    margin-bottom: 5%;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .sdgs_colomn_02 .sdgs_colomn_contents .sdgs_colomn_contents_img {
    float: left;
    margin-right: 15px;
  }
  .sdgs_colomn_02 .sdgs_colomn_contents .sdgs_colomn_contents_img:last-child {
    margin-right: 0;
  }

  /* ----- esg-hsse_sdgs_box ----- */

  .esg-hsse_sdgs_box {
    margin-top: 30px;
    padding: 14px 20px 4px 20px;
    border: 1px solid  #ddd;
  }
  .esg-hsse_sdgs_box + .esg-hsse_sdgs_box {
    margin-top: 20px;
  }
  .sdgs_box_title {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .sdgs_box_icon {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
  }
  .sdgs_box_icon_txt {
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  .sdgs_box_icon_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .sdgs_box_icon_list > li {
    width: 50px;
    margin: 0 0 10px 10px;
  }

  /* ----- esg-hsse_evpolicy ----- */

  .esg-hsse_evpolicy {
    margin-top: 40px;
  }
  .evpolicy_theme {
    padding: 15px 10px 20px;
    background: #b3d465;
  }
  .evpolicy_theme_title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .evpolicy_theme_lead {
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .evpolicy_theme_list {
    margin-top: 15px;
  }
  .evpolicy_theme_list > li {
    background: #fff;
    padding: 4% 0px;
    text-align: center;
  }
  .evpolicy_theme_list > li + li {
    margin-top: 4px;
  }
  .evpolicy_theme_list > li > span{
    font-size: 1.5rem;
    font-weight: bold;
  }
  .evpolicy_action {
    position: relative;
    margin-top: 25px;
    border: 4px solid  #ffcd48;
  }
  .evpolicy_action::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -24px;
    margin-left: -21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 21px 20px 21px;
    border-color: transparent transparent #ffce48 transparent;
  }
  .evpolicy_action_title {
    padding: 6% 4%;
    line-height: 1.4;
    background: #ffcd48;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
  }
  .evpolicy_action_layout {
    padding: 25px 8px;
    background: #fff;
  }
  .evpolicy_action_layout_column {}
  .evpolicy_action_layout_column + .evpolicy_action_layout_column {
    margin-top: 15px;
  }
  .evpolicy_action_layout_column_title {
    padding: 8px;
    margin-bottom: 10px;
    line-height: 1.5;
    background: #ffcd48;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .evpolicy_action_layout_column_list {
    margin-top: 10px;
  }
  .evpolicy_action_layout_column_list > li {
    position: relative;
    padding-left: 10px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .evpolicy_action_layout_column_list > li + li {
    margin-top: 8px;
  }
  .evpolicy_action_layout_column_list > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    display: block;
    width: 6px;
    height: 6px;
    background: #e50014;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .evpolicy_action_layout_column_list > li a {
    color: #333;
  }
  .evpolicy_action_layout_column_list > li a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 3px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
     -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .evpolicy_action_layout_column_list-v2 {}
  .evpolicy_action_layout_column_list-v2 > li a::after {
    width: 6px;
    height: 6px;
  }
  .evpolicy_action_layout_column_block {
    margin-top: 15px;
    padding: 8px 10px;
    background: #efefef;
  }
  .evpolicy_action_layout_column_block_title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  .evpolicy_action_layout_column_block_list {
    margin-top: 10px;
  }
  .evpolicy_action_layout_column_block_list > li {
    background: #ffa04c;
    padding: 8px 24% 4px 24%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
  .evpolicy_action_layout_column_block_list > li + li {
    margin-top: 5px;
  }
  .evpolicy_action_layout_column_block_list > li > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    margin-right: 12px;
  }

  /* ----- esg-hsse_local_nav ----- */

  .esg-hsse_local_nav {
    width: 100%;
    margin-top: 40px;
    color: #ffffff;
    font-size: 1.7rem;
    overflow: hidden;
  }
  .esg-hsse_local_nav a {
    color: #ffffff;
  }
  .nav_column_bg img {
    width: 100%;
  }
  [class*="esg-hsse_nav_column"] {
    position: relative;
  }
  [class*="esg-hsse_nav_column"].current .nav_column_bg::before {
    width: 100%;
    height: 100%;
    transform: none;
  }
  .nav_column_bg {
    position: relative;
  }
  .nav_column_bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0.6;
  }
  .nav_column_bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    padding: 5px 25px 2px;
    box-sizing: border-box;
    box-shadow:0px 0 40px 15px rgba(0, 0, 0, 0.8);
  }
  .current .nav_column_bg::after {
    display: none;
  }
  .type01 .nav_column_bg::before {
    border-right: 133px solid transparent;
    border-top: 132px solid #64cc69;
  }
  .type01.current .nav_column_bg::before {
    background: #64cc69;
  }
  .type02 .nav_column_bg::before {
    border-right: 133px solid transparent;
    border-top: 132px solid #3288cf;
  }
  .type02.current .nav_column_bg::before {
    background: #3288cf;
  }
  .type03 .nav_column_bg::before {
    border-right: 133px solid transparent;
    border-top: 132px solid #ad4d97;
  }
  .type03.current .nav_column_bg::before {
    background: #ad4d97;
  }
  .nav_column_logo {
    width: 54px;
  }
  .nav_column_contents {
    position: absolute;
    left: 16px;
    bottom: 11px;
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .nav_column_title .title_label {
    position: relative;
    padding-left: 18px;
  }
  .current .nav_column_title .title_label {
    padding-left: 0;
  }
  [class*="esg-hsse_nav_column"] .title_label > span::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    margin-top: -6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: "";
  }
  [class*="esg-hsse_nav_column"].current .title_label > span::before {
    display: none;
  }
  /* ----- column-interview ----- */
  .column-interview .interview_name {
    width: 50px;
    height: 50px;
    padding: 2px;
  }
  .column-interview{
    margin-top: 20px;
  }
  .column-interview .interview_name > span {
    -webkit-flex: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    color: #fff;
  }
  .interview_name[data-name="left"] {
    float: left;
    margin-right: 15px;
  }
  .interview_name[data-name="right"] {
    float: right;
    margin-left: 15px;
  }
  .column-interview .interview_name.type01 {
    background-color: #345c83;
  }
  .column-interview .interview_name.type02 {
    background-color: #ca3232;
  }
  .column-interview .interview_text {
    overflow: hidden;
  }
  .column-interview .interview_text > *:first-child {
		margin-top: 0;
  }
  /* ----- heading-hsse ----- */
  .heading-hsse {
    background: url(/jp/esg-hsse/hsse/img/index_bg01_sp.jpg) no-repeat 0 0;
    background-size: contain;
    min-height: 103px;
    margin: 0 -15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .heading-hsse .block {
    padding: 10px 15px;
  }
  .heading-hsse .block > .heading_title {
    font-size: 2.7rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
  }

  /* ----- esg-hsse_local_nav ----- */

  .hsse-nav,
  .hsse-nav-v2 {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 60px 0 0;
    color: #ffffff;
    font-size: 1.8rem;
  }
  .hsse-nav a,
  .hsse-nav-v2 a {
    color: #ffffff;
  }
  .hsse-nav_column {
    position: relative;
    overflow: hidden;
    margin-left: 0;
    width: 50%;
  }
  .hsse-nav .hsse-nav_column:nth-child(n+2) {
    margin-top: 0;
  }
  [class*="hsse-nav_column"].current .hsse-nav_column_bg::before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    transform: none;
    opacity: 0.7;
  }
  .hsse-nav_column_bg {
    position: relative;
  }
  .hsse-nav .hsse-nav_column_bg::before {
    content: "";
    position: absolute;
    bottom: -325px;
    left: -300px;
    width: 1000px;
    height: 172px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.6;
    transition: height 0.5s ease-out;
  }
  .hsse-nav-v2 .hsse-nav_column_bg::before {
    content: "";
    position: absolute;
    bottom: -234px;
    left: -150px;
    width: 500px;
    height: 172px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.6;
    transition: height 0.5s ease-out;
  }
  .hsse-nav-v2 .current .hsse-nav_column_bg::before {
    opacity: 1;
  }
  .hsse-nav_column_bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    padding: 5px 25px 2px;
    box-sizing: border-box;
    box-shadow:0px 0 40px 15px rgba(0, 0, 0, 0.8);
  }
  a:hover .hsse-nav_column_bg::after,
  .current .hsse-nav_column_bg::after {
    display: none;
  }
  .type01 .hsse-nav_column_bg::before,
  .type01.current .hsse-nav_column_bg::before,
  .type01 a:hover .hsse-nav_column_bg::before {
    background: #ca3232;
  }
  .type02 .hsse-nav_column_bg::before,
  .type02.current .hsse-nav_column_bg::before,
  .type02 a:hover .hsse-nav_column_bg::before {
    background: #f7b500;
  }
  .type03 .hsse-nav_column_bg::before,
  .type03.current .hsse-nav_column_bg::before,
  .type03 a:hover .hsse-nav_column_bg::before {
    background: #0168b7;
  }
  .type04 .hsse-nav_column_bg::before,
  .type04.current .hsse-nav_column_bg::before,
  .type04 a:hover .hsse-nav_column_bg::before {
    background: #14a73c;
  }
  [class*="hsse-nav_column"] a:hover img {
    opacity: inherit;
  }
  .hsse-nav_column_contents {
    position: absolute;
    left: 5px;
    bottom: 8px;
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    z-index: 100;
  }
  .hsse-nav_column_logo {
    width: 54px;
  }
  .hsse-nav_column_title .title_label {
    position: relative;
    padding-left: 14px;
  }
  [class*="hsse-nav_column"] .title_label::before {
    content: "";
    position: absolute;
    top: 33%;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  [class*="hsse-nav_column"].current .title_label::before {
    display: none;
  }
  .hsse-nav_column_title .title_label img {
    height: 32px;
  }
  .iif-layout {
    margin-top: 30px;
    padding: 15px;
    margin: 30px -15px 0;
    background-color: #efefef;
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  .iif-layout .iif_detail {
  }
  .iif-layout .iif_title {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
    margin-bottom: 10px;
  }
  .iif-layout .iif_content {
    margin-top: 15px;
    width: 100%;
  }
  .iif-layout .iif_content .block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ddd;
    background: #fff;
  }
  .iif-layout .iif_content a.block {
    color: #333;
  }
  .iif-layout .iif_content a.block:hover {
    text-decoration: none;
  }
  .iif-layout .iif_text {
    padding: 5px 32px 5px 18px;
    font-family: "Noto Sans CJK JP";
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    flex-grow: 1;
    flex: 1;
  }
  .iif-layout a.block:hover .iif_text {
    opacity: .6;
  }
  .iif-layout .iif_text > span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  .iif-layout .iif_text > span::before {
    position: absolute;
    top: 0.55em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }
  .iif-layout .iif_img {
    margin-left: auto;
    width: 100px;
  }
  /* ----- business-layout ----- */
  .company_property .company_type {
    float: right;
  }
  .company_property .company_type .company_icon {
    min-width: 100px;
    padding: 5px 7px;
    background-color: #666;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
  }
  .company_property .company_type .company_icon + .company_icon {
    margin-top: 8px;
  }
  /* business-initiative-story-index */
  .business-initiative-story-index {
    margin-top: 40px;
  }
  .business-initiative-story-index-layout {
    background: url(/jp/esg-hsse/img/index_bg06_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .business-initiative-story-index-layout .business-initiative-story-index_link {
    display: block;
    padding: 52px 20px;
  }
  .business-initiative-story-index-layout .business-initiative-story-index_lead {
    font-family: "Noto Sans CJK JP";
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .business-initiative-story-index-layout .business-initiative-story-index_text {
    margin-top: 7px;
    font-family: "Noto Sans CJK JP";
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
  }
  .business-initiative-story-index-layout .index_button {
    margin-top: 23px;
  }
	/* ----- cookie-contents ----- */
	#cookie_contents {
		display: table;
		position: fixed;
		bottom: 0;
		width: 100%;
		min-height: 94px;
		background: #333333;
		color: #ffffff;
		z-index: 1001;
		opacity: 0.9;
	}
	#cookie_contents p {
		display: table-cell;
		padding: 4%;
		font-size: 1.3rem;
		vertical-align: middle;
		opacity: 1.0;
	}
	#cookie_contents p > a {
		color: #ffffff;
		text-decoration: underline;
	}
	#cookie_contents p > a:hover {
		text-decoration: none;
	}
	#cookie_contents span.close_button {
		display: table-cell;
		width: 13%;
		padding: 4%;
		opacity: 1.0;
	}

  /* ----- heading-tech-innovation ----- */
  .heading-tech-innovation {
    overflow: hidden;
    margin: 17px -15px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
  }
  .heading-tech-innovation > .block {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 10px 13px 57px;
    color: #333;
  }
  .heading-tech-innovation > .block::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background: #d70c1e;
  }
  .heading-tech-innovation > .block > .heading_body::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 18px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
  }
  .heading-tech-innovation > .block > .heading_body::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 28px;
    width: 2px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
  }
  .heading-tech-innovation > .block.is-active > .heading_body::after {
    display: none;
  }
  .heading-tech-innovation > .block > .heading_body > .heading_subtitle {
    font-size: 1.2rem;
  }
  .heading-tech-innovation > .block > .heading_body > .heading_title {
    margin-top: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .heading-tech-innovation > .block > .heading_image {
    display: none;
  }
  .tech-innovation-list_detail {
    padding: 17px 0 0;
  }
  .tech-innovation-list_detail > .link-text {
    margin-top: 0;
  }
  .tech-innovation-list_detail > section {
    border: solid 1px #ddd;
  }
  .tech-innovation-list_detail > section + section {
    border-top: none;
  }
  .tech-innovation-list_detail > section > .heading-lv4 {
    position: relative;
    margin: 0;
    padding: 15px 20px 15px 42px;
  }
  .tech-innovation-list_detail > section > .heading-lv4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background: #e50014;
  }
  .tech-innovation-list_detail > section > .heading-lv4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 2px;
    height: 16px;
    margin-top: -8px;
    background: #e50014;
  }
  .tech-innovation-list_detail > section > .heading-lv4.is-active::after {
    display: none;
  }
  .tech-innovation-list_detail > section > .heading-lv4 .heading_title {
    padding-left: 0;
  }
  .tech-innovation-list_detail > section > .heading-lv4 .heading_title::before {
    display: none;
  }
  .tech-innovation-list_detail > section > .heading-lv4 + .link-text {
    margin-top: 0;
    padding: 12px 14px;
    border-top: solid 1px #ddd;
  }
/* ----- detail-column-layout ----- */
  .detail-column-layout {
    margin-top: 1em;
  }
  .detail-column-layout > .detail-column_item > *:first-child {
    margin-top: 0 !important;
  }
  .detail-column-layout > .detail-column_item + .detail-column_item {
    margin-top: .5em;
  }
  .detail-column-layout > .detail-column_item > p + p {
    margin-top: .25em;
  }
/* ----- message-box ----- */
  .message-box {
    margin: 2em 0 0;
    border: 1px solid #dddddd;
  }
  .message-box__head {
    margin: 0 0 1.3em;
    padding: .7em 1em .6em;
    background-color: #f1f1f1;
  }
  .message-box__title {
    color: #333;
    font-family: "Noto Sans CJK JP";
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .message-box__body {
    padding: 1.6em 1em 1em;
  }
  .message-box__head + .message-box__body {
    padding-top: 0;
  }
/* ----- message-media ----- */
  .message-media {
    display: flex;
    flex-flow: column-reverse wrap;
  }
  .message-media__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1.5em;
  }
  .message-media__image {
    width: 89%;
    margin: 0 auto;
  }
  .message-media__body {
    flex: 1 1;
  }
  .message-media__title {
    color: #333;
    font-family: "Noto Sans CJK JP";
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .message-media__name-area {
    margin-top: 1.4em;
  }
  .message-media__name__caption {
    color: #333;
    font-family: "Noto Sans CJK JP";
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .message-media__name {
    margin-top: .1em;
    color: #333;
    font-family: "Noto Sans CJK JP";
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.5;
  }
/* ----- message-basis ----- */
  .message-basis {
    margin-top: 1.4em;
  }
  .message-basis > *:not(.message-basis__lead) {
    padding-left: .8em;
  }
  .message-basis__lead {
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .message-basis__text {
    margin-top: .6em;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.5;
  }
/* ----- message-basis-link-text ----- */
  .message-basis-link-text {
    margin-top: .6em;
  }
  .message-basis-link-text > li > a {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    color: #333;
  }
  .message-basis-link-text > li > a:hover {
    text-decoration: none;
    color: #aaa;
    opacity: .6;
  }
  .message-basis-link-text > li > a::before {
    position: absolute;
    top: .45em;
    left: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #eb3747;
    border-right: 1px solid #eb3747;
    content: "";
  }
/* ----- message-text ----- */
  .message-text {
    margin-top: 1.7em;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .message-text + .message-text {
    margin-top: .2em;
  }
/* ----- cmn-iframe-video  ----- */
  .cmn-iframe-video {
    margin: 2em 0 0;
  }
/* ----- cmn-iframe-video-lead  ----- */
  .cmn-iframe-video-lead {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 700;
    font-family: "Noto Sans CJK JP";
  }
  .cmn-iframe-video-lead + .cmn-iframe-video-modal{
    margin-top: 1em;
  }
/* ----- cmn-iframe-video-modal  ----- */
  .cmn-iframe-video-modal {
    display: inline-block;
    width: 100%;
    height: 100%
  }
  .cmn-iframe-video > a.cmn-iframe-video-modal > *:first-child {
    margin-top: 0em;
  }
  .cmn-iframe-video-modal .image-set {
    display: block;
    position: relative;
  }
  .cmn-iframe-video-modal .image-set .image_inner > img {
    width: 100%;
    height: 100%;
  }
  .cmn-iframe-video-modal .image-set::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat -200px -100px;
    background-size: 240px auto;
    content: "";
    z-index: 1;
  }
/* ----- related-companies text only column ----- */
  .column-layout > .related-companies-column_item{
    padding-left: 115px;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .company_property::after,
  .column-media[data-layout-sp="row"]::after,
  .sdgs_colomn_02 .sdgs_colomn_contents::after {
    display: block;
    clear: both;
    content: "";
  }
}

