@charset "utf-8";

/* ======================================================
 * parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 900px)
 * - Common
 * - Element >>> Heading
 * - Element >>> Text
 * - Element >>> List
 * - Element >>> Link
 * - Element >>> Image
 * - Element >>> Video
 * - Element >>> Form
 * - Element >>> Other
 * - Layout >>> Column
 * - Layout >>> Table
 * - Layout >>> Box
 * - Layout >>> Other
 * - Component >>> Navi
 * - Component >>> Index
 * - Component >>> Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 900px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  
  /* ----- a ----- */
  a:link img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a.block {
    display: block;
    color: #333;
  }
  
  /* ----- opacity ----- */
  /*.link-inline:hover,
  .link-text > li > a:hover,
  .navi-anchor .navi_inner > li > a:hover,
  .plugin-layout a:hover .a-blank {
    opacity: .6;
  }*/
  
  /* ----- transition ----- */
  
  /* ----- sprite ----- */
  .a-blank::after,
  .a-pdf::after,
  .a-print::after,
  .a-mail::after,
  .a-excel::after,
  .a-word::after,
  .a-ppt::after,
  .a-rss::after,
  .a-zip::after,
  .a-video::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after,
  .plugin-layout a .a-blank::after {
    background: url(/common/img/com_sprite01.png) no-repeat;
    vertical-align: top;
    content: "";
  }
  .a-blank::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .plugin-layout a .a-blank::after { width: 14px; height: 14px; background-position: 0 0; }
  .a-pdf::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-pdf .news_title::after { width: 14px; height: 14px; background-position: -80px 0; }
  .a-print::after { width: 16px; height: 14px; background-position: -120px 0; }
  .a-mail::after { width: 14px; height: 10px; background-position: -160px 0; }
  .a-excel::after { width: 14px; height: 14px; background-position: 0 -40px; }
  .a-word::after { width: 14px; height: 14px; background-position: -40px -40px; }
  .a-ppt::after { width: 14px; height: 14px; background-position: -80px -40px; }
  .a-rss::after { width: 17px; height: 17px; background-position: -120px -40px; }
  .a-zip::after { width: 13px; height: 16px; background-position: -160px -40px; }
  .a-video::after { width: 16px; height: 14px; background-position: -200px -40px; }
  [class*="heading-lv"] .a-blank::after,
  [class*="heading-lv"] .a-pdf::after,
  .news-layout .a-blank::after,
  .news-layout .a-pdf::after {
    display: none;
  }
  .link-inline.a-blank::after,
  .link-inline.a-pdf::after {
    display: inline-block;
    margin: .5em 8px 0 8px;
  }
  .link-text > li > .a-blank::after,
  .link-text > li > .a-pdf::after,
  .link-text > li > .a-print::after,
  .link-text > li > .a-mail::after,
  .link-text > li > .a-excel::after,
  .link-text > li > .a-word::after,
  .link-text > li > .a-ppt::after,
  .link-text > li > .a-rss::after,
  .link-text > li > .a-zip::after,
  .link-text > li > .a-video::after {
    display: inline-block;
    margin: .5em 0 0 12px;
  }
  .link-text > li > .a-mail::after {
    margin: .7em 0 0 12px;
  }
  .link-button > li > .a-blank::after,
  .link-button > li > .a-pdf::after,
  .link-button-v2 > li > .a-blank::after,
  .link-button-v2 > li > .a-pdf::after {
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -7px;
  }
  [class*="link-button"] > li > .a-blank::after { background-position: -40px 0; }
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after {
    display: inline-block;
    margin: .4em 0 0 15px;
  }
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after {
    display: inline-block;
    margin: .25em 0 0 12px;
  }
  .plugin-layout a .a-blank::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: .3em 9px 0 9px;
  }
  
  .a-opacity img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .a-opacity:hover img {
    opacity: 0.7;
  }
  
  /* ----- data-row-pc ----- */
  [data-row-pc]:not([data-row-pc="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 1.25em;
    margin-left: 36px;
  }
  [data-row-pc="2"] > *:nth-child(-n+2),
  [data-row-pc="3"] > *:nth-child(-n+3),
  [data-row-pc="4"] > *:nth-child(-n+4),
  [data-row-pc="5"] > *:nth-child(-n+5),
  [data-row-pc="6"] > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
  [data-row-pc="1"] > *,
  [data-row-pc="2"] > *:nth-child(2n+1),
  [data-row-pc="3"] > *:nth-child(3n+1),
  [data-row-pc="4"] > *:nth-child(4n+1),
  [data-row-pc="5"] > *:nth-child(5n+1),
  [data-row-pc="6"] > *:nth-child(6n+1) {
    margin-left: 0 !important;
  }
  [data-row-pc="2"] > * { width: calc((100% -  36px) / 2); }
  [data-row-pc="3"] > * { width: calc((100% -  72px) / 3); }
  [data-row-pc="4"] > * { width: calc((100% - 108px) / 4); }
  [data-row-pc="5"] > * { width: calc((100% - 144px) / 5); }
  [data-row-pc="6"] > * { width: calc((100% - 180px) / 6); }
  [data-row-pc="auto"] {
    margin-right: -36px;
    margin-bottom: -.5em;
  }
  _:-ms-lang(x)::-ms-backdrop, [data-row-pc="3"] > * {
    width: 31.3%;
    margin-left: 3% !important;
  }
  _:-ms-lang(x)::backdrop, [data-row-pc="3"] > *{
    width: 31.3%;
    margin-left: 3% !important;
  }
  _:-ms-lang(x)::-ms-backdrop, [data-row-pc="5"] > * {
    width: 17.1%;
    margin-left: 3.6% !important;
  }
  _:-ms-lang(x)::backdrop, [data-row-pc="5"] > * {
    width: 17.1%;
    margin-left: 3.6% !important;
  }
  [data-row-pc="auto"] > * {
    margin-top: 0 !important;
    margin-right: 36px;
    margin-bottom: .5em;
    margin-left: 0;
  }
  .link-text[data-row-pc="auto"] {
    margin-right: -60px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-pc="auto"] > li {
    margin-right: 60px;
    margin-bottom: .5em;
  }
  
  /* ------------------------------------------------------
   * Element >>> Heading
  ------------------------------------------------------ */
  [class^="heading-lv"] .heading_title {
    line-height: 1.5;
  }
  [class^="heading-lv"] .heading_title[class*="js-equalHeight_"] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  [class*="heading-lv"] a {
    text-decoration: none;
  }
  [class*="heading-lv"] a:hover .heading_title,
  .news-column-rss a:hover {
    text-decoration: underline;
  }
  #main .heading-lv1 + *,
  #main .heading-lv1 + section > [class*="heading-lv"]:first-child {
    /*margin-top: 2.5em;*/
  }
  #main .heading-lv2 + * {
    margin-top: 1.9em;
  }
  #main .heading-lv3 + *,
  #main .heading-lv4 + * {
    margin-top: 1.25em;
  }
  #main .heading-lv5 + * {
    margin-top: .95em;
  }
  
  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    margin: 0 0 2.5em;
  }
  .heading-lv1 .heading_title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .heading-lv1 .heading_subtitle {
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .pageHead[class*="heading-bg-"] {
    display: flex;
    align-items: center;
    margin-bottom: 2.5em;
    height: 361px;
    background-size: cover !important;
  }
  .pageHead.heading-bg-v1 {
    background: url("/common/img/heading_bg01.jpg") no-repeat 50% 50%;
  }
  .pageHead.heading-bg-v2 {
    height: 261px;
    margin-bottom: 0;
    background: url("/common/img/heading_bg02.jpg") no-repeat 50% 50%;
  }
  .pageHead.heading-bg-about {
    background: url("/common/img/heading_bg01.jpg") no-repeat 50% 50%;
  }
  .pageHead.heading-bg-toolkit {
    background: url("/common/img/heading_bg04.jpg") no-repeat 50% 50%;
    color: #fff;
  }
  .pageHead.heading-bg-sustainability {
    background: url("/common/img/heading_bg05.jpg") no-repeat 50% 50%;
    color: #fff;
  }
  .pageHead.heading-bg-shareholders {
    background: url("/common/img/heading_bg06.jpg") no-repeat 50% 50%;
  }
  .pageHead.heading-bg-financial {
    background: url("/common/img/heading_bg07.jpg") no-repeat 50% 50%;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .pageHead[class*="heading-bg-"] .heading-lv1 {
    width: 100%;
    margin: 0 auto;
  }
  .pageHead[class*="heading-bg-"] .heading-lv1 .heading_title {
    font-size: 4.2rem;
  }
  .pageHead.heading-bg-about .heading-lv1 .heading_title {
    color: #fff;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap .heading-lv1 {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap .ir-index-stockPrice {
    margin-top: -1em;
    margin-left: auto;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap .stockPrice-layout .stockPrice_heading > .link-text > li > a {
    color: #fff;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap .stockPrice-layout .stockPrice_heading > .link-text > li > a.a-blank::after {
    background-position: -40px 0;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap .stockPrice-layout .stockPrice_heading > .link-text > li > a::before {
    border-color: #fff;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main {
    padding: 0 35px 8px;
    background-color: #fff;
  }
  
  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    position: relative;
    margin: 5em 0 1.9em;
  }
  .heading-lv2::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background: -moz-linear-gradient(left,  rgba(0,171,91,1) 0%, rgba(119,210,49,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,171,91,1) 0%,rgba(119,210,49,1) 100%);
    background: linear-gradient(to right,  rgba(0,171,91,1) 0%,rgba(119,210,49,1) 100%);
  }
  .heading-lv2.gp-al-center::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .heading-lv2 .block {
    display: block;
    padding: 40px 0 0;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .heading-lv2 .heading_title .sub-num {
    font-size: 1.6rem;
  }
  .heading-lv2 a.block:not(.a-blank):not(.a-pdf) .heading_title::after {
    display: inline-block;
    content: "";
    margin: 0 0 0.15em 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
  }
  .heading-lv2.type-gradation a.block:not(.a-blank) .heading_title::after {
    border-color: #fff;
  }
  .heading-lv2 .heading_subtitle {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .heading-lv2.type-gradation {
    margin: 5em 0 1.9em -30px;
    color: #fff;
  }
  .heading-lv2.type-gradation a {
    color: #fff;
  }
  .heading-lv2.type-gradation::before {
    display: none;
  }
  .heading-lv2.type-gradation .block {
    display: block;
    padding: 15px 30px 17px;
    background: -moz-linear-gradient(left,  rgba(0,171,91,1) 0%, rgba(119,210,49,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,171,91,1) 0%,rgba(119,210,49,1) 100%);
    background: linear-gradient(to right,  rgba(0,171,91,1) 0%,rgba(119,210,49,1) 100%);
    text-decoration: none;
    transform: skewX(-12deg);
  }
  .heading-lv2.type-gradation .block .block-inner {
    transform: skewX(12deg);
  }
  .heading-lv2.type-gradation  .heading_title {
    font-size: 2.8rem;
  }
  .heading-lv2.center-ver {
    margin-bottom: 3em;
  }
  .heading-lv2.center-ver .block {
    padding-top: 60px;
  }
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    position: relative;
    margin: 3.75em 0 1.25em;
  }
  .heading-lv3::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #00ab5b;
  }
  .heading-lv3 .block {
    display: block;
    padding: 0 24px;
  }
  .heading-lv3 .heading_title {
    margin-top: 0.2em;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .heading-lv3 a.block:not(.a-blank):not(.a-pdf) .heading_title::after {
    display: inline-block;
    content: "";
    margin: 0 0 0.15em 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 11px;
    height: 11px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
  }
  .heading-lv3 .heading_subtitle {
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
  }
  
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 2.5em 0 1.25em;
  }
  .heading-lv4 .heading_title {
    position: relative;
    color: #006d3a;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv4 a.block:not(.a-blank):not(.a-pdf) .heading_title::after {
    display: inline-block;
    content: "";
    margin: 0 0 0.1em 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 11px;
    height: 11px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
  }
  .heading-lv4 a{
    color: #006d3a;
  }
  
  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 1.9em 0 .95em;
  }
  .heading-lv5 .heading_title {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  
  /* ------------------------------------------------------
   * Element >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  p {
    margin: 1em 0;
  }
  .text-paragraph {
    margin: 2.5em 0 1.5em;
  }
  .text-paragraph-v2 {
    margin-top: 1em;
  }
  .text-paragraph-v3 {
    margin-top: 2em !important;
  }
  .text-paragraph-v4 {
    margin-top: 1.5em;
  }
  
  /* ----- text-lead ----- */
  .text-lead {
    margin: 1em 0 1em;
    font-size: 1.8rem;
  }
  
  /* ----- text-title ----- */
  .text-title {
    font-size: 2.0rem;
    font-weight: bold;
  }
  
  /* ----- text-indent ----- */
  .text-indent {
    margin-left: 1.5em;
  }
  .text-indent-v2 {
    margin-left: 18px;
  }
  .text-indent-v2 > .list-note {
    margin-top: 0.2em;
  }
  .text-indent-v2 > p {
    margin-top: 0.2em;
    margin-bottom: 0;
  }
  
  /* ----- text-sdgs ----- */
  .text-sdgs {
    font-weight: normal;
    font-size: 2.2rem;
  }
  .text-sdgs > .f-bold {
    font-size: 2.6rem;
  }
  
  /* ------------------------------------------------------
   * Element >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"],
  [class*="list-annotate"] {
    margin-top: 1em;
  }
  [class*="list-description"] {
    margin-top: 1em;
  }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li,
  [class*="list-annotate"] > li + li {
    margin-top: .5em;
  }
  [class*="list-"].is-nest {
    margin: .5em 0 .75em;
  }
  [class*="list-note"] > li > .list_detail,
  [class*="list-bullet"] > li > .list_detail,
  [class*="list-order"] > li > .list_detail {
    margin-top: .25em;
  }
  [class*="list-note"] > li > .list_detail > *:first-child,
  [class*="list-note"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-bullet"] > li > .list_detail > *:first-child,
  [class*="list-bullet"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-order"] > li > .list_detail > *:first-child,
  [class*="list-order"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-description"] > dd > *:first-child,
  [class*="list-description"] > dd > section:first-child > [class*="heading-lv"],
  [class*="list-annotate"] > li > .list_detail > *:first-child,
  [class*="list-annotate"] > li > .list_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- list-al-right ----- */
  .list-al-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 1em;
  }
  .list-al-right > [class*="list-"] {
    margin-top: 0;
  }
  
  /* ----- list-note ----- */
  [class*="list-note"] > li {
    position: relative;
    padding-left: 1.2em;
    color: #666;
    font-size: 1.4rem;
  }
  .list-note-v2 > li {
    padding-left: 2.5em;
  }
  .list-note-v3 > li {
    padding-left: 4em;
  }
  [class*="list-note"] > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- list-annotate ----- */
  .list-annotate > li {
    color: #666;
    font-size: 1.4rem;
  }
  .list-annotate > li > .list_mark {
    position: relative;
    float: left;
    margin-right: 0.2em;
  }
  .list-annotate > li > .list-annotate_detail {
    overflow: hidden;
  }
  
  /* ----- list-note-order ----- */
  .list-note-order > li {
    position: relative;
    padding-left: 3em;
    font-size: 1.4rem;
  }
  .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: 15px;
  }
  
  .list-bullet > li::before {
    position: absolute;
    top: .8em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
    content: "";
  }
  /* v2 */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 16px;
    font-size: 1.4rem;
  }
  .list-bullet-v2 > li::before {
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #888;
    content: "";
  }
  .link-text .list-bullet-v2.is-nest {
    margin-left: 15px;
  }
  /* v3 */
  .list-bullet-v3 > li {
    position: relative;
    padding-left: 25px;
  }
  .list-bullet-v3 > li::before {
    display: block;
    position: absolute;
    content: "";
    top: 0.8em;
    left: 3px;
    width: 9px;
    height: 14px;
    margin-top: -9px;
    border-width: 0 3px 3px 0;
    border-color: #006d3a;
    border-style: solid;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* link-img-button */
  .link-img-button {
    margin-top: 1em;
    text-align: center;
  }
  .link-img-button > a {
    display: inline-block;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .link-img-button > a:hover {
    opacity: 0.7;
  }

  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 1.7em;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
  }
  /* v2 */
  .list-order-v2 > li {
    position: relative;
    padding-left: 3em;
    font-size: 1.4rem;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-v2 > li > .list_mark::after {
    content: ".";
  }
  /* ----- list-order-v3 ----- */
  .list-order-v3 > li {
    position: relative;
    padding: 15px 20px 15px 3.6em;
    background-color: #eee;
  }
  .list-order-v3 > li:nth-child(even) {
    background-color: #f3f8ec;
  }
  .list-order-v3 > li > .list_mark {
    position: absolute;
    top: 12px;
    left: 2.0rem;
    color: #006d3a;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .list-order-v3 > li + li {
    margin-top: 3px;
  }
  
  /* ----- list-description ----- */
  .list-description > dt {
    position: relative;
    margin: 1em 0 .5em;
    padding-left: 15px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .list-description > dt::before {
    position: absolute;
    top: .8em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
    content: "";
  }
  .list-description > dt:first-child {
    margin-top: 0 !important;
  }
  .list-description > dd {
    padding-left: 12px;
  }
  /* v2 */
  .list-description-v2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .list-description-v2 > dt {
    width: 100px;
  }
  .list-description-v2 > dd {
    width: calc(100% - 100px);
  }
  /* ----- list-icon-text ----- */
  .list-icon-text {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 20px 0;
  }
  .list-icon-text > dt {
    width: 185px;
    margin-right: 20px;
    padding: 3px 10px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: -moz-linear-gradient(left,  rgba(0,171,91,1) 0%, rgba(119,210,49,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,171,91,1) 0%,rgba(119,210,49,1) 100%);
    background: linear-gradient(to right,  rgba(0,171,91,1) 0%,rgba(119,210,49,1) 100%);
  }
  .list-icon-text > dd {
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.6;
  }
  .list-icon-text + .list-icon-text {
    border-top: 1px solid #dddddd;
  }
  [data-browser="ie11"] .list-icon-text > dt {
    padding: 7px 10px 3px;
  }
  
  /* ------------------------------------------------------
   * Element >>> Link
  ------------------------------------------------------ */
  [class*="link-text"] {
    margin-top: 1em;
  }
  [class*="link-text"] > li + li {
    margin-top: .5em;
  }
  [class*="link-text"] > li > a:hover {
  }
  [class*="link-button"] {
    margin: 1em 0;
  }
  [class*="link-button"] > li + li {
    margin-top: 1em;
  }
  [class*="link-button"] a {
    line-height: 1.5;
  }
  [class*="link-button"].gp-al-center {
    margin-top: 2em;
  }
  [class*="link-button"].is-centering {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2em;
  }
  [class*="link-button"].is-centering > li {
    display: -webkit-flex;
    display: flex;
  }
  [class*="link-button"].is-centering > li + li {
    margin-top: 0;
    margin-left: 36px;
  }
  [class*="link-button"][data-row-pc] > li {
    display: -webkit-flex;
    display: flex;
  }
  [class*="link-button"][data-row-pc] > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  [class*="link-button"] > li > a[class*="js-equalHeight_"] {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  [class*="link-"].is-nest {
    margin: .5em 0 1em;
  }
  
  /* ----- link-inline ----- */
  a.link-inline {
  }
  a.link-inline:hover {
    text-decoration: none;
  }
  
  /* ----- link-text ----- */
  .link-text > li > a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    text-decoration: none;
  }
  .link-text > li > a::before {
    position: absolute;
    top: .6em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 11px;
    height: 11px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    content: "";
  }
  .link-text > li > a:hover {
    text-decoration: underline;
  }
  .link-text > li > .link-text.is-nest {
    margin-left: 18px;
  }
  
  /* ----- link-button ----- */
  .link-button > li > a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 18px 20px 17px;
    box-shadow: 0px 0px 6px 3px #e9e9e9;
    background-color: #333;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .link-button.size-min > li > a {
    min-width: 200px;
    padding: 13px 20px 13px;
  }
  .link-button > li > a.a-pdf,
  .link-button > li > a.a-blank {
    padding-right: 40px;
  }
  .link-button > li > a:hover {
    background-color: #00ab5b;
  }
  .link-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  /* v2 */
  .link-button-v2 > li > a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 18px 20px 17px;
    box-shadow: 0px 0px 6px 3px #e9e9e9;
    background-color: #006d3a;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .link-button-v2.type-ir > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .link-button-v2 > li > a[class="a-blank"] {
    padding: 18px 40px 17px 20px;
  }
  .link-button-v2 > li > a[class="a-excel"]::after {
    display: inline-block;
    margin-left: 1em;
    background-position: 0 -40px;
    vertical-align: middle;
  }
  .link-button-v2 > li > a[class="a-zip"]::after {
    display: inline-block;
    margin-left: 2em;
    background-position: -200px 0;
    vertical-align: middle;
  }
  .link-button-v2 > li > a:hover {
    background-color: #00ab5b;
  }
  .link-button-v2 .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .link-button-v2.ir-link {
    margin: 3.5em 0 !important;
  }
  .link-button-v2.ir-link > li > a {
    padding: 18px 50px 17px ;
  }
  
  /* ------------------------------------------------------
   * Element >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  .image-set {
    margin: 1em 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .image-set .image_caption {
    margin-top: .5em;
    color: #666;
    font-size: 1.4rem;
    text-align: left;
  }
  .image-set .image_caption-v2 {
    margin: 1em 0 1.5em;
    color: #006d3a;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
  }
  .image-set.gp-al-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .image-set.gp-al-left {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  /* for IE11 hack */
  _:-ms-lang(x)::-ms-backdrop, .image-set.gp-al-center > .image_inner,
  _:-ms-lang(x)::-ms-backdrop, .image-set.gp-al-right > .image_inner{
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 1px;
  }
  _:-ms-lang(x)::-ms-backdrop, .image-set > .image_inner > img {
   width: 100%;
  }
  _:-ms-lang(x)::-ms-backdrop, .image-set > .image_inner > img.js-fitWidth {
   width: auto;
  }
  _:-ms-lang(x)::-ms-backdrop, .image-set .image_inner {
    min-width: 1px;
  }
  .image-gp-mt-v1 { margin-top: 2em; }
  
  /* ------------------------------------------------------
   * Element >>> Video
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Element >>> Form
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Element >>> Other
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */
  [class*="column-layout"] > [class*="column_item"] > *:first-child,
  [class*="column-layout"] > [class*="column_item"] > section:first-child > [class*="heading-lv"],
  [class*="column-media"] > [class*="column_"] > *:first-child,
  [class*="column-media"] > [class*="column_"] > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }

  /* ----- column-layout ----- */
  [class*="column-layout"] {
    margin: 1em 0;
  }
  [class*="column-layout"] > .column_item {
    margin-top: 1em;
  }
  
  /* ----- column-media ----- */
  .column-media {
    margin-top: 1em;
  }
  .column-media[data-media-size="1/2"] > .column_image { width: calc((100% -  36px) / 2); }
  .column-media[data-media-size="1/3"] > .column_image { width: calc((100% -  72px) / 3); }
  .column-media[data-media-size="1/4"] > .column_image { width: calc((100% - 108px) / 4); }
  .column-media[data-media-size="1/5"] > .column_image { width: calc((100% - 144px) / 5); }
  .column-media[data-media-size="1/6"] > .column_image { width: calc((100% - 180px) / 6); }
  .column-media > .column_image[data-image="right"] {
    float: right;
    margin-left: 36px;
  }
  .column-media > .column_image[data-image="left"] {
    float: left;
    margin-right: 36px;
  }
  .column-media > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }
  /* v2 */
  .column-layout-v2 .column_item {
    width: calc((100% - 474px));
  }
  .column-layout-v2 .column_image {
    max-width: 438px;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  [class^="table-layout"] {
    overflow-x: auto;
    padding-bottom: 1px;
  }
  [class*="table-layout"] th > *:first-child,
  [class*="table-layout"] th > section:first-child > [class*="heading-lv"],
  [class*="table-layout"] td > *:first-child,
  [class*="table-layout"] td > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- table-layout ----- */
  .table-layout {
    margin: 1em 0;
  }
  .table-layout .table_inner {
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table-layout[data-layout-sp="vertical"] .table_inner {
    border-right: none;
  }
  .table-layout caption {
    text-align: left;
    margin-bottom: 1.5em;
  }
  .table-layout caption > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout caption > *:last-child {
    margin-bottom: 0 !important;
  }
  .table-layout .table_title {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .table-layout .table_caption {
    margin: .5em 0;
  }
  .table-layout th,
  .table-layout td {
    padding: 10px 20px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .table-layout.type-min th,
  .table-layout.type-min td {
    padding: 10px 15px;
  }
  .table-layout[data-layout-sp="vertical"] th,
  .table-layout[data-layout-sp="vertical"] td {
    padding: 10px 30px;
    border-left: none;
  }
  .table-layout thead th {
    vertical-align: middle;
  }
  .table-layout th > *:first-child,
  .table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout .cell-style1 {
    background-color: #666;
    color: #fff;
    text-align: center;
  }
  .table-layout th.cell-style1 {
    font-weight: bold;
  }
  .table-layout .cell-style2 {
    background-color: #f1f1f1;
  }
  .table-layout[data-layout-sp="vertical"] .cell-style2 {
    font-weight: bold;
  }
  .table-layout .cell-style3 {
    background-color: #f3f8ec;
    font-weight: bold;
  }
  .table-layout .cell-style4 {
    background-color: #e4e4e4;
    font-weight: bold;
  }
  .table-layout .cell-style5 {
    background-color: #00ab5b;
    color: #fff;
  }
  .table-layout .cell-style6 {
    background-color: #006435;
    color: #fff;
    font-weight: bold;
  }
  /* ir-table */
  .table-layout.ir-table {
    margin: 3em 0 4em !important;
  }
  .table-layout.ir-table .table_inner caption {
    margin: 0 0 0.2em;
  }
  .table-layout.ir-table .table_inner .cell-style1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .table-layout.detailed-table .table_inner .cell-w-0 {
    padding-left: 1px;
    padding-right: 1px;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  [class*="box-layout"] {
    margin-top: 2.5em;
  }
  [class*="box-layout"] > [class*="box_detail"] > *:first-child,
  [class*="box-layout"] > [class*="box_detail"] > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  [class*="box-layout"] + [class*="column-layout"] {
    margin-top: 2.5em;
  }
  
  /* ----- box-layout ----- */
  .box-layout {
    margin-top: 1.85em;
    padding: 35px 40px 35px;
    border: 2px solid #333;
    background-color: #fff;
  }
  .box-layout > .box_title {
    margin-bottom: 1.2em;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  /* ----- box-layout-v2 ----- */
  .box-layout-v2.wFull {
    margin: 1.85em -100vw 0;
    padding: 0 100vw;
  }
  .box-layout-v2.layout-mt-v2 {
    margin-top: 3.5em;
  }
  .box-layout-v2.color01 { background-color: #f3f8ec; }
  .box-layout-v2.color02 { background-color: #efefef; }
  .box-layout-v2.color03 { background-color: #fff; }
  .box-layout-v2 > .box-inner-wrap {
    padding: 35px 30px 35px;
  }
  .pageFoot .box-layout-v2 > .box-inner-wrap {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px 50px;
  }
  .box-layout-v2 > .box-inner-wrap-v2 {
    padding: 70px 0 70px;
  }
  .box-layout-v2 > [class*="box-inner-wrap"] > .box_title {
    margin-bottom: 0.8em;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-layout-v2.heading-top-layout > .box-inner-wrap .heading-lv2 {
    margin-top: 0;
  }
  .box-layout-v2.heading-top-layout.layout-mt-v2 > .box-inner-wrap {
    padding: 0 0 60px;
  }
  .Main.contTop .box-layout-v2.heading-top-layout {
    margin-top: 5em;
  }
  .Main.contTop .box-layout-v2.heading-top-layout > .box-inner-wrap {
    padding-bottom: 50px;
  }
  /* ----- box-layout-v3 ----- */
  .box-layout-v3 {
    position: relative;
    margin-top: 1.85em;
  }
  .box-layout-v3 > .box_title {
    display: inline-block;
    margin-left: 20px;
    padding: 2px 10px;
    background-color: #fff;
    font-size: 2rem;
    color: #006d3a;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-layout-v3 > .box_detail {
    margin-top: -1.8rem;
    padding: 40px 40px 35px;
    border: 2px solid #006d3a;
    background-color: #fff;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  .accordion-layout,
  .qa-layout {
    margin-top: 1.85em;
    box-shadow: 0px 0px 6px 3px #e9e9e9;
  }
  .accordion-layout > .accordion_trigger,
  .qa-layout > .que_trigger {
    position: relative;
  }
  .accordion-layout .accordion_label,
  .qa-layout .accordion_label {
    display: block;
    padding: 15px 50px 15px 25px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .qa-layout .accordion_label {
    padding: 15px 50px 15px 60px;
  }
  .accordion-layout .accordion_label:hover,
  .qa-layout .accordion_label:hover {
    background-color: #f3f8ec;
  }
  .accordion-layout .accordion_trigger.is-active .accordion_label,
  .qa-layout .que_trigger.is-active .accordion_label {
    background-color: #f0f0f0;
  }
  .accordion-layout > .accordion_detail,
  .qa-layout > .ans_detail {
    padding: 22px 25px;
    background-color: #fff;
  }
  .qa-layout > .ans_detail {
    padding: 22px 25px 22px 60px;
  }
  .accordion-layout .accordion_label::before,
  .qa-layout .accordion_label::before {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .accordion-layout .accordion_trigger.is-active .accordion_label::before,
  .qa-layout .que_trigger.is-active .accordion_label::before {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .accordion-layout > .accordion_detail > p:first-child {
    margin: 0;
  }
  /* ----- qa-layout-wrap ----- */
  .qa-layout-wrap .que_trigger::after {
    position: absolute;
    content: 'Q.';
    top: 28px;
    left: 25px;
    margin-top: -20px;
    color: #006d3a;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
  }
  .qa-layout-wrap .ans_detail {
    position: relative;
  }
  .qa-layout-wrap .ans_detail > p:first-child {
    margin-top: 0;
  }
  .qa-layout-wrap .ans_detail::after {
    position: absolute;
    content: 'A.';
    top: 37px;
    left: 27px;
    margin-top: -20px;
    color: #cb0000;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
  }
  /* ----- tab-layout ----- */
  .tab-layout {
    margin-top: 1em;
  }
  .tab-layout > .tab_navi {
  }
  .tab-layout .tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -100vw;
    padding: 0 100vw;
    border-bottom: 1px solid #bbb;
  }
  .tab-layout .tab_list > li {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 0 3px 0;
  }
  .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: 16px 5px 16px;
    border: 1px solid #bbb;
    border-bottom: none;
    background-color: #eee;
    color: #333;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .tab-layout .tab_list > li > a:hover {
    color: #fff;
    background-color: #00ab5b;
  }
  .tab-layout .tab_list > .is-current a:hover {
    color: #333;
    background-color: #fff;
  }
  .tab-layout .tab_list > .is-current {
    padding-top: 0;
  }
  .tab-layout .tab_list .tab_label::after {
    display: inline-block;
    content: "";
    margin-left: 10px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .tab-layout .tab_list > li > a:hover .tab_label::after {
    border-color: #fff;
  }
  .tab-layout .tab_list > .is-current .tab_label::after {
    display: none;
  }
  .tab-layout .tab_list > .is-current > a {
    border-color: #bbb;
    border-top-color: #fff;
    background-color: #fff;
    color: #333;
  }
  .tab-layout .tab_list > .is-current > a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -moz-linear-gradient(left,  rgba(0,171,91,1) 0%, rgba(119,210,49,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,171,91,1) 0%,rgba(119,210,49,1) 100%);
    background: linear-gradient(to right,  rgba(0,171,91,1) 0%,rgba(119,210,49,1) 100%);
  }
  .tab-layout .tab_list > .is-current > a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .tab-layout > .tab_detail {
    display: none;
    padding-top: 20px;
  }
  .tab-layout > .tab_detail.non-js {
    display: block;
  }
  .tab-layout > .tab_detail > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Component >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin: 1em 0 0;
  }
  .navi-anchor .navi_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
    margin: 0 -20px;
  }
  .navi-anchor .navi_inner > li {
    margin-left: -1px;
    margin-bottom: 1.5em;
    padding: 0 30px 0 20px;
    border-left: 1px solid #ddd;
  }
  .navi-anchor .navi_inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    text-decoration: none;
    font-weight: bold;
  }
  .navi-anchor .navi_inner > li > a:hover {
    text-decoration: underline;
  }
  .navi-anchor .navi_inner > li > a::before {
    position: absolute;
    top: 0.5em;
    left: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    content: "";
  }
  
  /* ------------------------------------------------------
   * Component >>> Index
  ------------------------------------------------------ */
  [class*="index-layout"] .index_caption > *:first-child,
  [class*="index-layout"] .index_caption > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  /* ----- index-layout ----- */
  [class*="index-layout"] {
    margin: 1.85em 0 0;
  }
  [class*="box-inner-wrap"] > .box_detail > [class*="index-layout"] {
    margin-top: 0;
  }
  [class*="index-layout"] .a-blank::after,
  [class*="index-layout"] .a-pdf::after {
    display: none;
  }
  [class*="index-layout"] .a-blank .item_title::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    margin: 0 0 0 5px;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-position: 0 0;
  }
  [class*="index-layout"] .a-pdf .item_title::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    margin: 0 0 0 5px;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-position: -80px 0;
  }
  
  /* ----- index-layout-v1 ----- */
  .index-layout-v1 > .index_item {
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    box-shadow: 0px 0px 6px 3px #e9e9e9;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .index-layout-v1 > .index_item + .index_item {
    margin-top: 2em;
  }
  .index-layout-v1 > .index_item > * {
    width: 50%;
    overflow: hidden;
  }
  .index-layout-v1 > a.index_item > .item_img img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .index-layout-v1 > a.index_item:hover > .item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index-layout-v1 > .index_item > .item_panel {
    padding: 22px 30px;
  }
  .index-layout-v1 > .index_item > .item_panel .item_title {
    margin: 0 0 0.5em;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .index-layout-v1 > .index_item > .item_panel .item_info_text {
    margin: 0;
  }
  
  /* ----- index-layout-v2 ----- */
  .index-layout-v2 > .index_item {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .index-layout-v2 > a.index_item:hover {
    box-shadow: 0px 0px 6px 3px #e9e9e9;
  }
  .index-layout-v2 > a.index_item > .item_img img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .index-layout-v2 > a.index_item:hover > .item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index-layout-v2 > .index_item > .item_panel {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 25px 15px;
    background: -webkit-linear-gradient(top,  rgba(66,66,66,0) 0%,rgba(66,66,66,1) 60%,rgba(66,66,66,1) 100%);
    background: linear-gradient(to bottom,  rgba(66,66,66,0) 0%,rgba(66,66,66,1) 60%,rgba(66,66,66,1) 100%);
  }
  .index-layout-v2 > .index_item > .item_panel .item_title {
    margin: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }

  /* ----- index-layout-v3 ----- */
  .index-layout-v3 > .index_item {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    color: #333;
    background-color: #fff;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .index-layout-v3 > a.index_item:hover {
    box-shadow: 0px 0px 6px 3px #e9e9e9;
  }
  .index-layout-v3 > a.index_item > .item_img {
    text-align: right;
  }
  .index-layout-v3 > .index_item > .item_panel {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
  }
  .index-layout-v3 > .index_item > .item_panel .item_title {
    margin: 0;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
  }

  /* ----- index-layout-v4 ----- */
  .index-layout-v4 .index_item {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    background-color: #fff;
  }
  .index-layout-v4 .index_item:hover {
    box-shadow: 0px 0px 6px 3px #e9e9e9;
  }
  .index-layout-v4 a.index_item > .item_img {
    overflow: hidden;
  }
  .index-layout-v4 a.index_item > .item_img img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .index-layout-v4 a.index_item:hover > .item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index-layout-v4 .index_item > .item_panel {
    position: relative;
    padding: 40px 30px 30px;
    background-color: #fff;
  }
  .index-layout-v4 .index_item > .item_panel > .item_copy_text {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -18px;
    left: 0;
    z-index: 1;
  }
  .index-layout-v4 .index_item > .item_panel > .item_copy_text > .item_copy_wrap {
    margin: 0 10px 0 -10px;
    padding: 4px 30px 5px 40px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: -moz-linear-gradient(left,  rgba(0,171,91,1) 0%, rgba(119,210,49,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,171,91,1) 0%,rgba(119,210,49,1) 100%);
    background: linear-gradient(to right,  rgba(0,171,91,1) 0%,rgba(119,210,49,1) 100%);
    transform: skewX(-18deg);
  }
  .index-layout-v4 .index_item > .item_panel > .item_copy_text > .item_copy_wrap > span {
    display: block;
    transform: skewX(18deg);
  }
  .index-layout-v4 .index_item > .item_panel .item_title {
    margin: 0;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .index-layout-v4 .index_item > .item_panel .item_icon {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 1em;
  }
  .index-layout-v4 .index_item > .item_panel .item_icon > li {
    width: 15%;
    margin-right: 2%;
  }
  .index-layout-v4 .index_item > .item_panel .item_icon > li:nth-child(6n) {
    margin-right: 0;
  }
  .index-layout-v4 .index_item > .item_panel .item_icon > li:nth-child(n+7) {
    margin-top: 5px;
  }

  /* ----- index-layout-v5 ----- */
  .index-layout-v5 > .index_item {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    border: 1px solid #e1e1e1;
  }
  .index-layout-v5 > .index_item:hover {
    box-shadow: 0px 0px 6px 3px #e9e9e9;
  }
  .index-layout-v5 > a.index_item > .item_img {
    overflow: hidden;
  }
  .index-layout-v5 > a.index_item > .item_img img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .index-layout-v5 > a.index_item:hover > .item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index-layout-v5 > .index_item > .item_panel {
    position: relative;
    padding: 25px 30px 25px;
    background-color: #fff;
  }
  .index-layout-v5 > .index_item > .item_panel .item_title {
    margin: 0;
    color: #333;
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: bold;
  }
  
  /* ----- index-layout-ir ----- */
  .index-layout-ir > .index_item {
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 6px 3px #e9e9e9;
    text-decoration: none;
  }
  .index-layout-ir > .index_item + .index_item {
    margin-top: 1.8em;
  }
  .index-layout-ir > .index_item > .item_img {
    overflow: hidden;
    width: 360px;
  }
   _:-ms-lang(x)::-ms-backdrop, .index-layout-ir > .index_item > .item_img {
    width: 354px;
  }
  .index-layout-ir > a.index_item > .item_img img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .index-layout-ir > a.index_item:hover > .item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index-layout-ir > .index_item > .item_panel {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 10px 30px;
  }
  .index-layout-ir > .index_item > .item_panel > .item_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  .index-layout-ir > .index_item > .item_panel > .item_inner > .item_title {
    width: 81%;
    font-size: 2rem;
    font-weight: bold;
  }
  .index-layout-ir > .index_item > .item_panel > .item_inner > .detail-button {
    width: 142px;
    padding: 7px 0 8px;
    background: #006d3a;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    text-align: center;
  }
  .index-layout-ir > a.index_item:hover > .item_panel > .item_inner > .detail-button {
    background: #00ab5b;
  }
  .index-layout-ir > .index_item > .item_panel > .item_inner > .detail-button .button_inner {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }
  .index-layout-ir > .index_item > .item_panel > .item_inner > .detail-button .button_inner::before {
    display: inline-block;
    content: "";
    width: 19px;
    height: 17px;
    margin: 0 10px 4px 0;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -80px;
    vertical-align: middle;
  }
  .index-layout-ir > .index_item > .item_panel > .item_inner > .detail-button .button_inner::after {
    display: inline-block;
    content: "";
    margin: 0 0 2px 10px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  /* ----- news-column ----- */
  .news-column {
    margin: 1em 0;
    overflow: hidden;
  }
  .news-column .heading-lv2 {
    margin-top: 0;
  }
  .news-column .tab-layout > .tab_navi {
    margin: 0 -3px;
  }
  .news-column .tab-layout .tab_list {
    margin: 0;
    padding: 0;
  }
  .news-column .heading-lv2 .block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 35px 0 0;
  }
  .news-column .heading-lv2 .heading_title {
    font-size: 2.8rem;
  }
  .news-column.type-min .heading-lv2 {
    margin-bottom: 1em;
  }
  .news-column .news-column-rss {
    margin: 0;
  }
  .news-column .news-column-rss::before {
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    margin: 0 15px -3px 0;
    background: url(/common/img/com_sprite01.png) no-repeat -120px -40px;
  }
  .news-column .tab-layout > .tab_detail {
    padding-top: 30px;
  }
  .news-column .link-button.gp-al-center {
    margin-top: 1.8em;
  }
  .news-column .link-button > li > a {
    min-width: 200px;
    padding: 12px 20px 12px;
  }
  /* ----- news-layout ----- */
  .news-layout {
    margin-top: 1em;
  }
  .news-column.type-min .news-layout {
    margin-top: 2em !important;
  }
  .news-layout .news_article + .news_article {
    border-top: 1px solid #ddd;
  }
  .news-column.type-min .news-layout .news_article + .news_article {
    border-top: none;
  }
  .news-layout .block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 23px 0 22px;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .news-column.type-min .news-layout .block {
    padding: 10px 0;
  }
  .news-layout .news_image {
    width: 90px;
    margin-right: 18px;
  }
  .news-layout .news_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex: 1;
    flex: 1;
  }
  .news-layout .news_property {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 25px;
  }
  .news-layout .news_date {
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .news-layout [class*="news_icon"] {
    display: inline-block;
    width: 80px;
    margin-left: 25px;
    background-color: #006d3a;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
  }
  .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;
    line-height: 1.6;
  }
  .news-layout a:hover .news_title {
    text-decoration: underline;
  }
  .news-layout .news_image + .news_detail {
    display: block;
  }
  .news-layout .news_image + .news_detail .news_title {
    margin-top: .5em;
  }
  .news-layout .block.news-new .news_title::after {
    display: inline-block;
    content: "NEW";
    margin: 0 0 0 0.2em !important;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
    color: #009900;
    margin-top: 1.6em;
    font-weight: bold;
  }
  
  /* ----- plugin-layout ----- */
  .plugin-layout {
    margin-top: 1em;
  }
  .plugin-layout a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 27px 39px 26px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .plugin-layout .plugin_detail {
    padding-left: 36px;
  }
  .plugin-layout a .a-blank {
    color: #0075c2;
  }
  .plugin-layout a:hover .a-blank {
    text-decoration: none;
  }
  
  /* ----- contact-layout ----- */
  [class*="contact-layout"] {
    margin: 1em auto;
    padding: 30px 40px 40px;
    border: 2px solid #333;
  }
  .contact-layout {
    width: 708px;
  }
  [class*="contact-layout"] .contact_title {
    margin-bottom: 1.2em;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  [class*="contact-layout"] p {
    margin: 0;
  }
  [class*="contact-layout"] .contact_web_title {
    font-weight: bold;
  }
  [class*="contact-layout"] .contact_web_detail_foot > .contact_tel {
    display: -webkit-flex;
    display: flex;
  }
  [class*="contact-layout"] .contact_web_detail_foot > .contact_tel > li + li {
    margin-left: 2.5em;
  }
  [class*="contact-layout"] .contact_web_detail_foot > .contact_tel > li > * {
    font-weight: bold;
  }
  [class*="contact-layout"] .contact_web_detail_foot > .contact_mail {
    margin-top: 0.5em;
  }
  .contact-layout-v2 .contact_detail {
    display: -webkit-flex;
    display: flex;
  }
  .contact-layout-v2 .contact_detail > * {
    width: calc((100% - 36px) / 2);
  }
  .contact-layout-v2 .contact_detail > * + * {
    margin-left: 76px;
  }
  .contact-layout-v2 .contact_detail > .contact_detail_wrap {
    position: relative;
  }
  .contact-layout-v2 .contact_detail > .contact_detail_wrap::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: -38px;
    background-color: #ddd;
  }
  .contact-layout-v2 .contact_detail > .contact_detail_conversion {
    text-align: center;
  }
  .contact-layout-v2 .contact_detail > .contact_detail_conversion > .conversion_text {
    font-weight: bold;
  }
  .contact-layout-v2 .contact_detail > .contact_detail_conversion > [class*="conversion_address_link"] {
    margin-top: 1em;
  }
  .contact-layout-v2 .contact_detail > .contact_detail_conversion > .conversion_address_link_list {
    display: -webkit-flex;
    display: flex;
  }
  .contact-layout-v2 .contact_detail > .contact_detail_conversion > .conversion_address_link_list > li {
    width: calc((100% - 20px) / 2);
  }
  .contact-layout-v2 .contact_detail > .contact_detail_conversion > .conversion_address_link_list > li + li {
    margin-left: 20px;
  }
  .contact-layout-v2 .contact_detail > .contact_detail_conversion > [class*="conversion_address_link"] a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 14px 20px 16px;
    box-shadow: 0px 0px 6px 3px #e9e9e9;
    background-color: #006d3a;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .contact-layout-v2 .contact_detail > .contact_detail_conversion > [class*="conversion_address_link"] a:hover {
    background-color: #00ab5b;
  }
  
  /* ----- slider-banner ----- */
  .slider-banner {
    position: relative;
    margin: 1em 55px;
  }
  .slider-banner .slick-slide {
    padding: 10px 15px;
  }
  .slider-banner .slick-slide img {
    margin: 0 auto;
  }
  .slider-banner .slick-slide.slick-active.slick-center img {
    box-shadow: 0px 0px 6px 3px #e9e9e9;
  }
  .slider-banner .slick-prev,
  .slider-banner .slick-next {
    display: block;
    position: absolute;
    top: 60px;
    padding: 0;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-color: #999 !important;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .slider-banner .slick-prev:hover,
  .slider-banner .slick-next:hover {
    background-color: #333 !important;
  }
  .slider-banner .slick-prev::before,
  .slider-banner .slick-next::before {
    display: none;
  }
  .slider-banner .slick-prev {
    left: -55px;
    background: url(/common/img/com_ic03.png) no-repeat 0 0;
  }
  .slider-banner .slick-next {
    right: -55px;
    background: url(/common/img/com_ic04.png) no-repeat 0 0;
  }
  .slider-banner .slick-dots {
    bottom: -20px;
  }
  .slider-banner .slick-dots li {
    width: 50px;
    height: 4px;
  }
  .slider-banner .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #ddd;
  }
  .slider-banner .slick-dots li.slick-active button {
    background-color: #ffff00;
  }
  .slider-banner .slick-dots li button::before {
    display: none;
  }
  .slider-banner .imagelink_control {
    position: absolute;
    width: 44px;
    height: 20px;
    right: 14px;
    bottom: -20px;
  }
  .slider-banner .imagelink_control .imagelink_play,
  .slider-banner .imagelink_control .imagelink_stop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 20px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .slider-banner .imagelink_control .imagelink_play {
    display: none;
    background: #999 url("/common/img/com_ic06.png") no-repeat 0 0;
  }
  .slider-banner .imagelink_control .imagelink_stop {
    background: #999 url("/common/img/com_ic05.png") no-repeat 0 0;
  }
  .slider-imagelink .imagelink_control .imagelink_play:hover,
  .slider-imagelink .imagelink_control .imagelink_stop:hover {
    background-color: #333 !important;
  }
  
  /* ----- slider-imagelink ----- */
  .slider-imagelink {
    position: relative;
    margin: 1em 0;
  }
  .slider-imagelink .slick-prev,
  .slider-imagelink .slick-next {
    display: block;
    position: absolute;
    top: 50%;
    padding: 0;
    width: 51px;
    height: 51px;
    margin-top: -10px;
    border-radius: 50%;
    background-color: #999 !important;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    z-index: 5;
  }
  .slider-imagelink .slick-prev:hover,
  .slider-imagelink .slick-next:hover {
    background-color: #333 !important;
  }
  .slider-imagelink .slick-prev::before,
  .slider-imagelink .slick-next::before {
    display: none;
  }
  .slider-imagelink .slick-prev {
    left: 20px;
    background: url(/common/img/com_ic03.png) no-repeat 0 0;
  }
  .slider-imagelink .slick-next {
    right: 20px;
    background: url(/common/img/com_ic04.png) no-repeat 0 0;
  }
  .slider-imagelink .slick-dots {
    bottom: 30px;
  }
  .slider-imagelink .slick-dots li {
    width: 50px;
    height: 4px;
  }
  .slider-imagelink .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #fff;
  }
  .slider-imagelink .slick-dots li.slick-active button {
    background-color: #ffff00;
  }
  .slider-imagelink .slick-dots li button::before {
    display: none;
  }
  .slider-imagelink .imagelink_control {
    position: absolute;
    width: 44px;
    height: 20px;
    right: 25px;
    bottom: 25px;
  }
  .slider-imagelink .imagelink_control .imagelink_play,
  .slider-imagelink .imagelink_control .imagelink_stop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 20px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .slider-imagelink .imagelink_control .imagelink_play {
    display: none;
    background: #999 url("/common/img/com_ic06.png") no-repeat 0 0;
  }
  .slider-imagelink .imagelink_control .imagelink_stop {
    background: #999 url("/common/img/com_ic05.png") no-repeat 0 0;
  }
  .slider-imagelink .imagelink_control .imagelink_play:hover,
  .slider-imagelink .imagelink_control .imagelink_stop:hover {
    background-color: #333 !important;
  }
  
  /* ----- modal-set ----- */
  .modal-set > .a-modal {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .modal-set > .a-modal img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .modal-set > .a-modal:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .modal-set > .a-modal::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
    background: #006d3a url("/common/img/com_ic02.png") no-repeat 50% 50%;
    z-index: 1;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .modal-set > .a-modal:hover::before {
    background-color: #00ab5b;
  }
  .modal-area {
    display: none;
  }
  /* ----- cboxOverlay ----- */
  #cboxOverlay {
    background: #656565;
  }
  #cboxContent {
    margin-top: 50px;
  }
  #cboxClose {
    position: absolute;
    display: block;
    top: -50px;
    right: 0;
    background: url("/common/img/com_ic01.png") no-repeat top center;
    width: 40px;
    height: 40px;
  }
  #cboxLoadedContent {
    border: 10px solid #fff;
  }
  /* ----- stockPrice-layout ----- */
  .stockPrice-layout {
    margin: 1em 0;
    max-width: 635px;
  }
  .stockPrice-layout .stockPrice_heading {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: end;
    align-items: end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0.7em;
  }
  .stockPrice-layout .stockPrice_heading > .stockPrice_title {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .stockPrice-layout .stockPrice_detail {
    border: 1px solid #ddd;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 25px 8px;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_title {
    margin: 1em 15px 0 0;
    padding: 1px 10px 3px;
    border: 1px solid #ccc;
    font-size: 1.4rem;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .today {
    margin-right: 20px;
    font-size: 5.0rem;
    font-weight: bold;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .today .value {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .before {
    font-size: 4.0rem;
    font-weight: bold;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .before .text {
    margin-right: 10px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .before .value {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .before .difference {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .before .difference.plus {
    color: #990000;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .before .difference.minus {
    color: #009900;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_other {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 15px;
    background-color: #f4f4f4;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_other > .stockPrice_detail_other_title {
    color: #666;
    font-size: 1.2rem;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_other > .stockPrice_detail_other_data {
    margin-left: 2em;
    font-size: 1.4rem;
  }
  .quick-iframe.top {
    width: 100%;
    height: 146px;
    overflow: hidden;
  }
  .quick-iframe.ir {
    width: 635px;
    height: 146px;
    overflow: hidden;
  }
  
  /* ----- sort-item-select ----- */
  .sort-item-select {
    margin: 1em auto;
  }
  .sort-item-select > select {
    background-color: white;
    border: 1px solid #ddd;
    display: inline-block;
    font: inherit;
    font-size: 1.6rem;
    padding: 10px 45px 10px 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .sort-item-select > select::-ms-expand {
    display: none;
  }
  .sort-item-select > select {
    background-image:
      linear-gradient(45deg, transparent 50%, #333 50%),
      linear-gradient(135deg, #333 50%, transparent 50%),
      linear-gradient(to right, #fff, #fff);
    background-position:
      calc(100% - 25px) calc(1.3em + 2px),
      calc(100% - 19px) calc(1.3em + 2px),
      20px 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
  }
  
  /* ----- map-layout ----- */
  .map-layout {
    margin: 1em auto;
    text-align: center;
  }

  /* ------------------------------------------------------
   * main.gallery ver
  ------------------------------------------------------ */
  /* column-layout */
  main.gallery .column-layout.gallery-layout {
    max-width: 1060px;
    margin: 1em auto;
  }
  /* tab-layout */
  main.gallery .tab-layout > .tab_detail {
    padding-top: 60px;
  }
  main.gallery .tab-layout > #tab-01-3.tab_detail {
    padding-top: 0;
  }
  main.gallery .tab-layout .link-button > li > a {
    padding: 18px 50px 17px;
  }
  main.gallery .tab-layout .tab_list > li {
    padding: 0 18px 0;
  }
  main.gallery .tab-layout .tab_list > li:first-child {
    padding-left: 0;
  }
  main.gallery .tab-layout .tab_list > li:last-child {
    padding-right: 0;
  }
  main.gallery .tab-layout > #tab-01-3.tab_detail .heading-lv2 {
    margin-top: 3.8em;
  }
  main.gallery .tab-layout > #tab-01-1.tab_detail > .column-layout > .column_item > .modal-set {
    padding-top: 40px;
  }
  /* modal-set */
  main.gallery .modal-set > .a-modal::before {
    display: none;
  }
  /* item_img */
  main.gallery .index-layout-v5 > a.index_item:hover > .item_img img,
  main.gallery .modal-set > .a-modal:hover img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
  /* index-layout-v5 */
  main.gallery .index-layout-v5 > .index_item.icon-new > .item_panel .item_title::after {
    display: inline-block;
    content: "NEW!";
    margin: 0 0 4px;
    padding: 2px 5px 2px;
    background-color: #cb0000;
    color: #fff;
    font-size: 1.4rem;
    line-height: 15px;
    vertical-align: middle;
  }
  /* gallery-box-layout */
  main.gallery .box-layout-v2.gallery-box-layout {
    margin-top: 6.5em;
  }
  main.gallery .box-layout-v2.gallery-box-layout > .box-inner-wrap {
    padding: 0 0 35px;
  }
  main.gallery .box-layout-v2.gallery-box-layout > .box-inner-wrap .gp-pt-gallery-box {
    padding-top: 45px;
  }
  /* modal-set */
  main.gallery .gallery-layout-lead {
    margin: 1em 0 0.2em;
  }
  
  /* ------------------------------------------------------
   * / about /
  ------------------------------------------------------ */
  /* about-hero-layout */
  .about-hero-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 378px;
    background: url("/about/img/index_bg01.jpg") no-repeat 50% 0;
    background-size: cover;
  }
  .about-hero-layout .about-hero_detail {
    width: 55%;
    padding: 0 0 0 80px;
  }
  .about-hero-layout .about-hero_detail > .title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .about-hero-layout .about-hero_detail > p > .name {
    font-size: 1.8rem;
  }
  .about-hero-layout .about-hero_detail > .link-button {
    margin: 2em 0 0;
  }
  .about-hero-layout .about-hero_detail > .link-button > li > a {
    min-width: 200px;
    padding: 13px 20px 13px;
  }
  /* about-link-layout */
  .about-link-layout {
    margin: 40px 0 0;
  }
  .about-link-layout ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .about-link-layout ul > li {
    width: calc((100% - 72px) / 3);
    margin-top: 30px;
    margin-left: 36px;
  }
  .about-link-layout ul > li:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  .about-link-layout ul > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  _:-ms-lang(x)::-ms-backdrop, .about-link-layout ul > li{
    width: 30.9%;
    margin-left: 3.6% !important;
  }
  _:-ms-lang(x)::backdrop, .about-link-layout ul > li {
    width: 30.9%;
    margin-left: 3.6% !important;
  }
  .about-link-layout ul > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 130px;
    padding: 0 105px 0 25px;
    border: 1px solid #e1e1e1;
    color: #333;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .about-link-layout ul > li.icon-01 > a { background: url("/about/img/index_ic01.png") no-repeat 89% 50% / 45px auto; }
  .about-link-layout ul > li.icon-02 > a { background: url("/about/img/index_ic02.png") no-repeat 92% 50% / 81px auto; }
  .about-link-layout ul > li.icon-03 > a { background: url("/about/img/index_ic03.png") no-repeat 92% 50% / 76px auto; }
  .about-link-layout ul > li.icon-04 > a { background: url("/about/img/index_ic04.png") no-repeat 93% 56% / 80px auto; }
  .about-link-layout ul > li.icon-05 > a { background: url("/about/img/index_ic05.png") no-repeat 91% 59% / 82px auto; }
  .about-link-layout ul > li.icon-06 > a { background: url("/about/img/index_ic06.png") no-repeat 87% 51% / 54px auto; }
  .about-link-layout ul > li.icon-07 > a { background: url("/about/img/index_ic07.png") no-repeat 90% 50% / 68px auto; }
  .about-link-layout ul > li.icon-08 > a { background: url("/about/img/index_ic08.png") no-repeat 88% 50% / 56px auto; }
  .about-link-layout ul > li.icon-09 > a { background: url("/about/img/index_ic09.png") no-repeat 85% 50% / 56px auto; }
  .about-link-layout ul > li.icon-10 > a { background: url("/about/img/index_ic10.png") no-repeat 91% 50% / 60px auto; }
  .about-link-layout ul > li.icon-11 > a { background: url("/about/img/index_ic11.png") no-repeat 88% 50% / 63px auto; }
  .about-link-layout ul > li > a:hover {
    box-shadow: 0px 0px 6px 3px #e9e9e9;
  }
  /* ----- navi-anchor-story ----- */
  .navi-anchor-story {
    margin: 2.5em 0 5.5em;
    background-color: #fff;
    box-shadow: 0px 0px 6px 3px #dedede;
  }
  .navi-anchor-story > .navi_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navi-anchor-story > .navi_inner > li {
    width: 25%;
    margin: 20px 0 20px;
    box-sizing: border-box;
  }
  .navi-anchor-story > .navi_inner > li + li {
    border-left: 1px solid #ddd;
  }
  .navi-anchor-story > .navi_inner > li > a {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 20px 15px;
    text-align: center;
    text-decoration: none;
  }
  .navi-anchor-story > .navi_inner > li > a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
  }
  .navi-anchor-story > .navi_inner > li > a .gradation-num {
    display: block;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: bold;
    background: -webkit-linear-gradient(0deg, #00ab5b, #7dd42f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  _:-ms-lang(x)::-ms-backdrop, .navi-anchor-story > .navi_inner > li > a .gradation-num {
    width: 31px;
    height: 21px;
    margin: 0 auto 0.5em;
    color: transparent;
  }
  _:-ms-lang(x)::-ms-backdrop, .navi-anchor-story > .navi_inner > li:nth-child(1) > a .gradation-num {
    background: url("/about/img/story_tx01.gif") no-repeat 0 0;
  }
  _:-ms-lang(x)::-ms-backdrop, .navi-anchor-story > .navi_inner > li:nth-child(2) > a .gradation-num {
    background: url("/about/img/story_tx02.gif") no-repeat 0 0;
  }
  _:-ms-lang(x)::-ms-backdrop, .navi-anchor-story > .navi_inner > li:nth-child(3) > a .gradation-num {
    background: url("/about/img/story_tx03.gif") no-repeat 0 0;
  }
  _:-ms-lang(x)::-ms-backdrop, .navi-anchor-story > .navi_inner > li:nth-child(4) > a .gradation-num {
    background: url("/about/img/story_tx04.gif") no-repeat 0 0;
  }
  .navi-anchor-story > .navi_inner > li > a:hover .gradation-num {
    text-decoration: none;
  }
  .navi-anchor-story > .navi_inner > li > a .navi_label {
    display: block;
    font-weight: bold;
  }
  .navi-anchor-story > .navi_inner > li > a:hover .navi_label {
    text-decoration: underline;
  }
  /* story-layout */
  .box-layout-v2.story-layout {
    position: relative;
    margin-top: 0;
  }
  .box-layout-v2.story-layout > .heading-num {
    position: absolute;
    display: block;
    width: 180px;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 30px 12px;
    background: linear-gradient(to right, rgba(0,171,91,1) 0%,rgba(119,210,49,1) 100%);
    text-decoration: none;
    line-height: 1;
    transform: skewX(-12deg);
  }
  .box-layout-v2.story-layout > .heading-num > span {
    display: block;
    color: #fff;
    font-size: 4.0rem;
    font-weight: bold;
    text-align: center;
    transform: skewX(12deg);
  }
  .box-layout-v2.story-layout > .heading-story-layout-lv2 {
    margin: 0 0 1em;
    padding-top: 4.5em;
  }
  .box-layout-v2.story-layout > .heading-story-layout-lv2 .heading_title {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
  }
  .box-layout-v2.story-layout .box-inner-wrap {
    padding-top: 0;
    padding-bottom: 45px;
  }
  
  /* ------------------------------------------------------
   * / ir /
  ------------------------------------------------------ */
  /* ir-index-layout */
  [class*="ir-index-contents"] {
    margin-bottom: 60px;
  }
  .ir-index-contents > .ir-index-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .ir-index-contents-v2 > .ir-index-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [class*="ir-index-contents"] > .ir-index-layout > .column_item {
    width: calc((100% - 36px) / 2);
    margin-top: 60px;
  }
  [class*="ir-index-contents"] > .ir-index-layout > .column_item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  [class*="ir-index-contents"] > .ir-index-layout > .column_item:nth-child(even) {
    margin-left: 36px;
  }
  [class*="ir-index-contents"] > .ir-index-layout > .column_item > [class*="ir-index_item"] {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  [class*="ir-index-contents"] > .ir-index-layout > .column_item > a[class*="ir-index_item"]:hover {
    box-shadow: 0px 0px 6px 3px #e9e9e9;
  }
  [class*="ir-index-contents"] > .ir-index-layout > .column_item > a[class*="ir-index_item"] > .item_img img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  [class*="ir-index-contents"] > .ir-index-layout > .column_item > a[class*="ir-index_item"]:hover > .item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .ir-index-contents > .ir-index-layout .link-button-v2 > li > a {
    display: block;
    min-width: auto;
  }
  .ir-index-contents > .ir-index-layout .ir-index_item {
    display: block;
    position: relative;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
  }
  .ir-index-contents > .ir-index-layout .ir-index_item .item_panel {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 60px;
    margin: auto 0;
  }
  .ir-index-contents-v2 > .ir-index-layout > .column_item > .ir-index_item-v2 > .item_panel {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 25px 15px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0.7) 100%);
  }
  .ir-index-contents-v2 > .ir-index-layout > .column_item > .ir-index_item-v2 > .item_panel .item_title {
    margin: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }
  .ir-index-contents-v2 > .ir-index-layout > .column_item > .link-text {
    margin-top: 1.5em;
  }
  .ir-index-contents-v2 > .ir-index-layout > .column_item > .link-text[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 0.5em;
  }

  /* ------------------------------------------------------
   * / sdgs /
  ------------------------------------------------------ */
  /* sdgs-hero-layout */
  .sdgs-hero-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 378px;
    background: url("/sdgs/group_sdgs/img/index_bg02.jpg") no-repeat 50% 0;
    background-size: cover;
  }
  .sdgs-hero-layout .sdgs-hero_detail {
    width: 55%;
    padding: 0 0 0 80px;
  }
  .sdgs-hero-layout .sdgs-hero_detail > .title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .sdgs-hero-layout .sdgs-hero_detail > p > .name {
    font-size: 1.8rem;
  }
  .sdgs-hero-layout .sdgs-hero_detail > .link-button {
    margin: 2em 0 0;
  }
  .sdgs-hero-layout .sdgs-hero_detail > .link-button > li > a {
    min-width: 200px;
    padding: 13px 20px 13px;
  }
  .sdgs-contents-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 359px;
    margin: 0 -100vw 0;
    padding: 0 100vw;
    background: url("/sdgs/img/index_bg01.jpg") no-repeat 50% 50%;
    background-size: auto 100%;
  }
  .sdgs-contents-layout.emergency {
    margin-top: 3.5em;
  }
  .sdgs-contents-layout > .sdgs-contents_detail {
    max-width: 572px;
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .title {
    margin: 0 0 1em;
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .title > a {
    position: relative;
    color: #333;
    font-size: 2.8rem;
    font-weight: bold;
    text-decoration: none;
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .title > a:hover {
    text-decoration: underline;
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .title > a::after {
    display: inline-block;
    content: "";
    margin: 0 0 0.15em 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .text {
    font-size: 1.8rem;
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .link-button-v2 {
    margin: 2em 0 1.5em;
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .link-button-v2 > li > a {
    min-width: 376px;
    padding: 16px 20px 16px;
    box-shadow: none;
  }
  /* activities-refine */
  .activities-refine {
    margin-bottom: 1.25em;
  }
  .activities-refine > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .activities-refine > ul > li {
    width: 9.1%;
    max-width: 108px;
    height: 100vh;
    max-height: 108px;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: 100% auto !important;
    cursor: pointer;
  }
  .activities-refine > ul > li.icon-clear { background-image: url("/activities/img/com_ic01.png"); }
  .activities-refine > ul > li.icon-01 { background-image: url("/activities/img/com_ic02.png"); }
  .activities-refine > ul > li.icon-02 { background-image: url("/activities/img/com_ic03.png"); }
  .activities-refine > ul > li.icon-03 { background-image: url("/activities/img/com_ic04.png"); }
  .activities-refine > ul > li.icon-04 { background-image: url("/activities/img/com_ic05.png"); }
  .activities-refine > ul > li.icon-05 { background-image: url("/activities/img/com_ic06.png"); }
  .activities-refine > ul > li.icon-06 { background-image: url("/activities/img/com_ic07.png"); }
  .activities-refine > ul > li.icon-07 { background-image: url("/activities/img/com_ic08.png"); }
  .activities-refine > ul > li.icon-08 { background-image: url("/activities/img/com_ic09.png"); }
  .activities-refine > ul > li.icon-09 { background-image: url("/activities/img/com_ic10.png"); }
  .activities-refine > ul > li.icon-10 { background-image: url("/activities/img/com_ic11.png"); }
  .activities-refine > ul > li.icon-11 { background-image: url("/activities/img/com_ic12.png"); }
  .activities-refine > ul > li.icon-12 { background-image: url("/activities/img/com_ic13.png"); }
  .activities-refine > ul > li.icon-13 { background-image: url("/activities/img/com_ic14.png"); }
  .activities-refine > ul > li.icon-14 { background-image: url("/activities/img/com_ic15.png"); }
  .activities-refine > ul > li.icon-15 { background-image: url("/activities/img/com_ic16.png"); }
  .activities-refine > ul > li.icon-16 { background-image: url("/activities/img/com_ic17.png"); }
  .activities-refine > ul > li.icon-17 { background-image: url("/activities/img/com_ic18.png"); }
  .activities-refine > ul > li.icon-18 { background-image: url("/activities/img/com_ic19.png"); }
  .activities-refine > ul > li.icon-clear:hover, .activities-refine > ul > li.icon-clear.is-active { background-image: url("/activities/img/com_ic01_on.png"); }
  .activities-refine > ul > li.icon-01:hover, .activities-refine > ul > li.icon-01.is-active { background-image: url("/activities/img/com_ic02_on.png"); }
  .activities-refine > ul > li.icon-02:hover, .activities-refine > ul > li.icon-02.is-active { background-image: url("/activities/img/com_ic03_on.png"); }
  .activities-refine > ul > li.icon-03:hover, .activities-refine > ul > li.icon-03.is-active { background-image: url("/activities/img/com_ic04_on.png"); }
  .activities-refine > ul > li.icon-04:hover, .activities-refine > ul > li.icon-04.is-active { background-image: url("/activities/img/com_ic05_on.png"); }
  .activities-refine > ul > li.icon-05:hover, .activities-refine > ul > li.icon-05.is-active { background-image: url("/activities/img/com_ic06_on.png"); }
  .activities-refine > ul > li.icon-06:hover, .activities-refine > ul > li.icon-06.is-active { background-image: url("/activities/img/com_ic07_on.png"); }
  .activities-refine > ul > li.icon-07:hover, .activities-refine > ul > li.icon-07.is-active { background-image: url("/activities/img/com_ic08_on.png"); }
  .activities-refine > ul > li.icon-08:hover, .activities-refine > ul > li.icon-08.is-active { background-image: url("/activities/img/com_ic09_on.png"); }
  .activities-refine > ul > li.icon-09:hover, .activities-refine > ul > li.icon-09.is-active { background-image: url("/activities/img/com_ic10_on.png"); }
  .activities-refine > ul > li.icon-10:hover, .activities-refine > ul > li.icon-10.is-active { background-image: url("/activities/img/com_ic11_on.png"); }
  .activities-refine > ul > li.icon-11:hover, .activities-refine > ul > li.icon-11.is-active { background-image: url("/activities/img/com_ic12_on.png"); }
  .activities-refine > ul > li.icon-12:hover, .activities-refine > ul > li.icon-12.is-active { background-image: url("/activities/img/com_ic13_on.png"); }
  .activities-refine > ul > li.icon-13:hover, .activities-refine > ul > li.icon-13.is-active { background-image: url("/activities/img/com_ic14_on.png"); }
  .activities-refine > ul > li.icon-14:hover, .activities-refine > ul > li.icon-14.is-active { background-image: url("/activities/img/com_ic15_on.png"); }
  .activities-refine > ul > li.icon-15:hover, .activities-refine > ul > li.icon-15.is-active { background-image: url("/activities/img/com_ic16_on.png"); }
  .activities-refine > ul > li.icon-16:hover, .activities-refine > ul > li.icon-16.is-active { background-image: url("/activities/img/com_ic17_on.png"); }
  .activities-refine > ul > li.icon-17:hover, .activities-refine > ul > li.icon-17.is-active { background-image: url("/activities/img/com_ic18_on.png"); }
  .activities-refine > ul > li.icon-18:hover, .activities-refine > ul > li.icon-18.is-active { background-image: url("/activities/img/com_ic19_on.png"); }
  .activities-refine > ul > li + li {
    margin-left: 1%;
  }
  .activities-refine > ul > li:nth-child(11) {
    margin-left: 0;
  }
  .activities-refine > ul > li:nth-child(n+11) {
    margin-top: 13px;
  }
  .activities-refine > ul > li > span {
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  /* index-layout-v4 news-refine */
  .index-layout-v4.news-refine {
    margin-left: -36px;
  }
  .index-layout-v4.news-refine > .index_item {
    width: calc((100% - 108px) / 3);
    margin-top: 1.25em !important;
    margin-left: 36px !important;
  }
  
  
  /* ------------------------------------------------------
   * external-link
  ------------------------------------------------------ */
  
  .external-link_modal {
    display: none;
  }
  .external-link_modal_detail {
    padding: 25px 38px 25px;
    background-color: #fff;
  }
  .external-link_modal_text {
    text-align: center;
    line-height: 1.5;
  }
  #colorbox .external-link_modal {
    display: block;
  }
	
  /* ------------------------------------------------------
   * search_input
  ------------------------------------------------------ */
  
  /* search_input-contents */
  .search_input .search_input-contents {
    margin-top: 0;
    margin-bottom: 60px;
    padding: 20px 30px 17px;
    background-color: #f4f4f4;
  }
  /* search-text-box */
  .search_input .search_input-contents > .search-text-box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
  }
  .search_input .search_input-contents > .search-text-box > .input-text {
    width: calc(100% - 95px);
    padding: 0 15px 0 5px;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    font-size: 2.0rem;
  }
  .search_input .search_input-contents > .search-text-box > .input-submit {
    width: 95px;
    padding: 5px 20px 5px 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background:  #333 url("/common/img/com_ic09.png") no-repeat 14px 50%;
    color: #fff;
    font-size: 1.8rem;
  }
  .search_input .search_input-contents > .search-text-box > .input-submit:hover {
    cursor: pointer;
  }
  .search_input .search_input-contents > .search-radio-box > .search-radio-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0.8em;
  }
  .search_input .search_input-contents > .search-radio-box > .search-radio-list > li {
    margin-right: 2em;
  }
  .search_input .search_input-contents > .search-radio-box > .search-radio-list > li:last-child {
    margin-right: 0;
  }
  .search_input .search_input-contents > .search-radio-box > .search-radio-list > li input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .search_input .search_input-contents > .search-radio-box > .search-radio-list > li input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
  }
  .search_input .search_input-contents > .search-radio-box > .search-radio-list > li input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #dddddd;
    background: #fff;
    margin-right: 15px;
    vertical-align: text-bottom;
  }
  .search_input .search_input-contents > .search-radio-box > .search-radio-list > li input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333;
    margin-right: 15px;
    vertical-align: text-bottom;
  }
  /* search-keywords-box */
  .search_input .search-keywords-box {
    margin: 0.8em 0 0;
  }
  .search_input .search-keywords-box > .search-keywords-heading {
    margin: 0;
    color: #006d3a;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .search_input .search-keywords-box > .search-keywords-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
  }
  .search_input .search-keywords-box > .search-keywords-list > li {
    margin: 0.3em 1.5em 0 0;
  }
  .search_input .search-keywords-box > .search-keywords-list > li a {
    display: block;
    color: #333;
  }
  .search_input .search-box-layout {
    margin-top: 1.8em;
    padding: 25px 30px;
    background-color: #f3f8ec;
  }
  .search_input .search-box-layout > .search-box_title {
    display: block;
    position: relative;
    margin: 0 0 0.8em;
    padding: 0 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .search_input .search-box-layout > .search-box_title::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 85%;
    top: 3px;
    left: 0;
    background: #00ab5b;
  }
  .search_input .search-box-layout > .search-box_detail .index_item {
    text-decoration: none;
  }
  .search_input .search-box-layout > .search-box_detail .index_item .item_img {
    overflow: hidden;
  }
  .search_input .search-box-layout > .search-box_detail .index_item .item_img img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .search_input .search-box-layout > .search-box_detail .index_item:hover .item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .search_input .search-box-layout > .search-box_detail .index_item .item_title {
    margin: 0.5em 0 0;
  }
  /* section */
  .search_input .heading-lv2 {
    margin: 4em 0 2.5em;
  }
  .search_input .search-text-lead {
    font-size: 2.0rem;
  }
  /* search-layout-result */
  .search_input .search-layout-result {
    margin: 3.5em 0 2em;
  }
  .search_input .search-layout-result > .index_item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    text-decoration: none;
  }
  .search_input .search-layout-result > .index_item + .index_item {
    margin-top: 45px;
  }
  .search_input .search-layout-result > .index_item.a-blank::after {
    display: none;
  }
  .search_input .search-layout-result > .index_item > .item_img {
    width: 273px;
    margin-right: 47px;
  }
  .search_input .search-layout-result > .index_item > .item_panel {
    width: calc(100% - 320px);
  }
  .search_input .search-layout-result > .index_item > .item_panel p {
    margin: 0;
  }
  .search_input .search-layout-result > .index_item > .item_panel .item_title {
    margin-bottom: 0.8em;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .search_input .search-layout-result > .index_item > .item_panel .item-address {
    margin-top: 2em;
    text-decoration: underline;
  }
  .search_input .search-layout-result > a.index_item:hover > .item_panel .item-address {
    text-decoration: none;
  }
  /* search-pageNav-layout */
  .search_input .search-pageNav-layout .search-pageNav_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .search_input .search-pageNav-layout .search-pageNav_inner  > li {
    margin: 0 5px;
  }
  .search_input .search-pageNav-layout .search-pageNav_inner .is-disabled {
    display: none;
  }
  .search_input .search-pageNav-layout .search-pageNav_inner .page {
    font-weight: bold;
  }
  .search_input .search-pageNav-layout .search-pageNav_inner .page a {
    font-weight: normal;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .column-media::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
***/
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .pageHead.heading-bg-v2 {
    height: auto;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap {
    display: block;
    padding: 20px 15px;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap .ir-index-stockPrice {
    margin-top: 0;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap .stockPrice-layout .stockPrice_heading > .link-text > li > a {
    color: #333;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap .stockPrice-layout .stockPrice_heading > .link-text > li > a::before {
    border-color: #555;
  }
}

@media print, screen and (min-width: 900px) and (max-width: 1315px) {
  .quick-iframe.top {
    height: 205px;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
  .box-layout-v2.wFull {
    margin: 1.85em 0 0;
    padding: 0 0;
  }
  .tab-layout .tab_list {
    margin: 0 0;
    padding: 0 0;
  }
  .sdgs-contents-layout {
    margin: 0 ;
    padding: 0 15px;
  }
  _:-ms-lang(x)::-ms-backdrop, .index-layout-v4.news-refine > .index_item {
    width: 30.3%;
    margin-left: 3% !important;
  }

}