@charset "utf-8";

/* ======================================================
 * parts_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 899px)
 * - 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
====================================================== */

@media only screen and (max-width: 899px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  
  /* ----- a ----- */
  
  /* ----- opacity ----- */
  
  /* ----- 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;
    background-size: 240px auto;
    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: -120px 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: -160px 0; }
  .a-print::after { width: 14px;  height: 14px; background-position: -180px 0; }
  .a-mail::after { width: 14px; height: 10px; background-position: -200px 0; }
  .a-excel::after { width: 14px; height: 14px; background-position: -120px -20px; }
  .a-word::after { width: 14px; height: 14px; background-position: -140px -20px; }
  .a-ppt::after { width: 14px; height: 14px; background-position: -160px -20px; }
  .a-rss::after { width: 16px; height: 17px; background-position: -180px -20px; }
  .a-zip::after { width: 13px; height: 14px; background-position: -200px -20px; }
  .a-video::after { width: 14px; height: 13px; background-position: -220px -20px; }
  [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: .25em 8px 0 8px;
  }
  .link-text > li > .a-blank::after,
  .link-text > li > .a-pdf::after,
  .link-text > li > .a-print::after,
  .link-text > li > .a-mail::after,
  .link-text > li > .a-excel::after,
  .link-text > li > .a-word::after,
  .link-text > li > .a-ppt::after,
  .link-text > li > .a-rss::after,
  .link-text > li > .a-zip::after,
  .link-text > li > .a-video::after {
    display: inline-block;
    margin: .3em 0 0 8px;
  }
  .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: 10px;
    margin-top: -6px;
  }
  [class*="link-button"] > li > .a-blank::after { background-position: -140px 0; }
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after {
    display: inline-block;
    margin: .2em 0 0 10px;
  }
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after {
    display: inline-block;
    margin: .25em 0 0 10px;
  }
  .plugin-layout a .a-blank::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: .25em 9px 0 9px;
  }
  
  /* ----- data-row-sp ----- */
  [data-row-sp]:not([data-row-sp="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-sp]:not([data-row-sp="1"]):not([data-row-sp="auto"]) > * {
    margin-top: 1.25em;
    margin-left: 15px;
  }
  [data-row-sp="2"] > *:nth-child(-n+2),
  [data-row-sp="3"] > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  [data-row-sp="2"] > *:nth-child(2n+1),
  [data-row-sp="3"] > *:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  [data-row-sp="2"] > * { width: calc((100% - 15px) / 2); }
  [data-row-sp="3"] > * { width: calc((100% - 30px) / 3); }
  [data-row-sp="auto"] {
    margin-right: -15px;
    margin-bottom: -.5em;
  }
  _:-ms-lang(x)::-ms-backdrop, [data-row-sp="3"] > * {
    width: 30.9%;
    margin-left: 3.6% !important;
  }
  _:-ms-lang(x)::backdrop, [data-row-sp="3"] > *{
    width: 30.9%;
    margin-left: 3.6% !important;
  }
  _:-ms-lang(x)::-ms-backdrop, [data-row-sp="5"] > * {
    width: 17.1%;
    margin-left: 3.6% !important;
  }
  _:-ms-lang(x)::backdrop, [data-row-sp="5"] > * {
    width: 17.1%;
    margin-left: 3.6% !important;
  }
  [data-row-sp="auto"] > * {
    margin-top: 0 !important;
    margin-right: 15px;
    margin-bottom: .5em;
    margin-left: 0;
  }
  .link-text[data-row-sp="auto"] {
    margin-right: -30px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-sp="auto"] > li {
    margin-right: 30px;
    margin-bottom: .5em;
  }
  
  /* ------------------------------------------------------
   * Element >>> Heading
  ------------------------------------------------------ */
  [class^="heading-lv"] .heading_title {
    line-height: 1.25;
  }
  [class*="heading-lv"] a,
  [class*="heading-lv"] a .heading_title {
    text-decoration: none;
  }
  #main .heading-lv1 + * {
    margin-top: 2.15em;
  }
  #main .heading-lv2 + * {
    margin-top: 1.45em;
  }
  #main .heading-lv3 + *,
  #main .heading-lv4 + *,
  #main .heading-lv5 + * {
    margin-top: 1.1em;
  }
  
  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    margin: 0 15px 2.15em;
  }
  .heading-lv1 .heading_title {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .heading-lv1 .heading_subtitle {
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .pageHead[class*="heading-bg-"] {
    margin-bottom: 2.5em;
  }
  .pageHead.heading-bg-v2 {
    margin-bottom: 0.5em;
  }
  .pageHead[class*="heading-bg-"]::after {
    display: block;
    content: "";
    width: 100%;
    height: 150px;
    margin-top: 1.2em;
    background-size: cover !important;
  }
  .pageHead.heading-bg-v1::after {
  }
  .pageHead.heading-bg-v2::after {
    display: none;
  }
  .pageHead.heading-bg-about {
    margin-bottom: 1.5em;
    background: none;
  }
  .pageHead.heading-bg-about::after {
    display: none;
  }
  .pageHead.heading-bg-toolkit {
    margin-bottom: 1.5em;
    background: none;
  }
  .pageHead.heading-bg-toolkit::after {
    background: url("/common/img/heading_bg04_sp.jpg") no-repeat 0 50%;
  }
  .pageHead.heading-bg-sustainability {
    margin-bottom: 1.5em;
    background: none;
  }
  .pageHead.heading-bg-sustainability::after {
    background: url("/common/img/heading_bg05_sp.jpg") no-repeat 0 50%;
  }
  .pageHead.heading-bg-shareholders {
    margin-bottom: 1.5em;
    background: none;
  }
  .pageHead.heading-bg-shareholders::after {
    background: url("/common/img/heading_bg06_sp.jpg") no-repeat 0 50%;
  }
  .pageHead.heading-bg-financial {
    margin-bottom: 1.5em;
    background: none;
  }
  .pageHead.heading-bg-financial::after {
    background: url("/common/img/heading_bg07_sp.jpg") no-repeat 0 50%;
  }
  .pageHead[class*="heading-bg-"] .heading-lv1 {
    margin: 0 15px;
  }
  .pageHead[class*="heading-bg-"] .heading-lv1 .heading_title {
  }
  .pageHead.heading-bg-v2 .heading-lv1 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 110px;
    margin: 0;
    padding: 0 15px;
    background: url("/common/img/heading_bg03.png") no-repeat 0 50%;
    background-size: cover;
  }
  .pageHead.heading-bg-about .heading-lv1 {
    position: relative;
    display: block;
    margin: 0;
    padding-bottom: 160px;
  }
  .pageHead.heading-bg-about .heading-lv1::before {
    position:  absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 146px;
    background: url("/common/img/heading_bg01_sp.jpg") no-repeat 50% 0;
    background-size: 100% auto;
  }
  .pageHead.heading-bg-about .heading-lv1 .block {
    margin: 0 15px;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap .ir-index-stockPrice {
    margin-top: 1em !important;
    padding: 0 15px;
  }
  .pageHead.heading-bg-v2 > .heading-IR-wrap .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main {
    background-color: #fff;
  }

  
  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    position: relative;
    margin: 2.85em 0 1.45em;
  }
  .heading-lv2::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background: -moz-linear-gradient(left,  rgba(0,171,91,1) 0%, rgba(184,231,25,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,171,91,1) 0%,rgba(184,231,25,1) 100%);
    background: linear-gradient(to right,  rgba(0,171,91,1) 0%,rgba(184,231,25,1) 100%);
  }
  .heading-lv2.gp-al-center::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .heading-lv2 .block {
    display: block;
    padding: 35px 0 0;
    text-decoration: none;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .heading-lv2 .heading_title .sub-num {
    font-size: 1.4rem;
  }
  .heading-lv2 a.block:not(.a-blank):not(.a-pdf) .heading_title::after {
    display: inline-block;
    content: "";
    margin: 0 0 0.15em 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
  }
  .heading-lv2.type-gradation a.block:not(.a-blank) .heading_title::after {
    border-color: #fff;
  }
  .heading-lv2 .heading_subtitle {
    font-size: 1.4rem;
    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(118,210,49,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,171,91,1) 0%,rgba(118,210,49,1) 100%);
    background: linear-gradient(to right,  rgba(0,171,91,1) 0%,rgba(118,210,49,1) 100%);
    text-decoration: none;
    transform: skewX(-12deg);
  }
  .heading-lv2.type-gradation .block .block-inner {
    transform: skewX(12deg);
  }
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    position: relative;
    margin: 2.15em 0 1.45em;
  }
  .heading-lv3::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #00ab5b;
  }
  .heading-lv3 .block {
    display: block;
    padding: 0 0 0 12px;
    text-decoration: none;
  }
  .heading-lv3 .heading_title {
    margin-top: 0.2em;
    font-size: 1.7rem;
    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 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
  }
  .heading-lv3 .heading_subtitle {
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 2.15em 0 1.1em;
  }
  .heading-lv4 .heading_title {
    position: relative;
    color: #006d3a;
    font-size: 1.6rem;
    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.15em 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
  }
  .heading-lv4 a{
    color: #006d3a;
  }
  
  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 1.8em 0 1.1em;
  }
  .heading-lv5 .heading_title {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
  
  /* ------------------------------------------------------
   * Element >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 1em;
  }
  .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;
    font-size: 1.5rem;
  }
  
  /* ----- text-title ----- */
  .text-title {
    margin: 1em 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  
  /* ----- text-indent ----- */
  .text-indent {
    margin-left: 1.5em;
  }
  .text-indent-v2 {
    margin-left: 14px;
  }
  
  /* ----- text-sdgs ----- */
  .text-sdgs {
    font-weight: normal;
    font-size: 1.3rem;
  }
  .text-sdgs > .f-bold {
    font-size: 1.5rem;
  }
  
  /* ------------------------------------------------------
   * Element >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"],
  [class*="list-annotate"] {
    margin-top: 1em;
  }
  [class*="list-description"] {
    margin-top: 1.5em;
  }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li,
  [class*="list-annotate"] > li + li {
    margin-top: 0.8em;
  }
  [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 ----- */
  .list-note > li {
    position: relative;
    color: #666;
    padding-left: 1.5em;
    font-size: 1.2rem;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* v2 */
  .list-note-v2 > li {
    position: relative;
    padding-left: 2.5em;
    font-size: 1.2rem;
  }
  .list-note-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-v2 > li > .list_mark::after {
    content: ".";
  }
  /* v3 */
  .list-note-v3 > li {
    position: relative;
    color: #666;
    padding-left: 4em;
    font-size: 1.2rem;
  }
  .list-note-v3 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- list-annotate ----- */
  .list-annotate > li {
    color: #666;
    font-size: 1.2rem;
  }
  .list-annotate > li > .list_mark {
    position: relative;
    float: left;
    margin-right: 0.2em;
  }
  .list-annotate > li > .list-annotate_detail {
    overflow: hidden;
  }
  
  /* ----- list-bullet ----- */
  .list-bullet > li {
    position: relative;
    padding-left: 15px;
  }
  .list-bullet > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
    content: "";
  }
  /* v2 */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 12px;
    font-size: 1.2rem;
  }
  .list-bullet-v2 > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 5px;
    height: 5px;
    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;
  }
  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 2em;
  }
  .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.2rem;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- list-order-v3 ----- */
  .list-order-v3 > li {
    position: relative;
    padding: 15px 15px 15px 3.2em;
    background-color: #eee;
  }
  .list-order-v3 > li:nth-child(even) {
    background-color: #f3f8ec;
  }
  .list-order-v3 > li > .list_mark {
    position: absolute;
    top: 14px;
    left: 1.4rem;
    color: #006d3a;
    font-size: 1.6rem;
    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-weight: bold;
  }
  .list-description > dt::before {
    position: absolute;
    top: .5em;
    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;
  }
  /* ----- list-icon-text ----- */
  .list-icon-text {
    padding: 20px 0;
  }
  .list-icon-text > dt {
    display: inline-block;
    padding: 3px 10px;
    font-size: 1.5rem;
    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 {
    margin-top: 0.5em;
    line-height: 1.6;
  }
  .list-icon-text + .list-icon-text {
    border-top: 1px solid #dddddd;
  }
  
  /* ------------------------------------------------------
   * Element >>> Link
  ------------------------------------------------------ */
  [class*="link-text"] {
    margin-top: 1em;
  }
  [class*="link-text"] > li + li {
    margin-top: .75em;
  }
  [class*="link-button"] {
    margin-top: 1.5em;
  }
  [class*="link-button"] > li + li {
    margin-top: .75em;
  }
  [class*="link-button"] > li > a {
    width: 100%;
  }
  [class*="link-button"].is-centering {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  [class*="link-button"].is-centering > li {
    display: -webkit-flex;
    display: flex;
    width: calc((100% - 15px) / 2);
  }
  [class*="link-button"].is-centering > li + li {
    margin-top: 0;
    margin-left: 15px;
  }
  [class*="link-button"].is-centering > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  [class*="link-button"][data-row-sp] > li {
    display: -webkit-flex;
    display: flex;
    margin-top: .75em;
  }
  [class*="link-button"][data-row-sp] > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  [class*="link-"].is-nest {
    margin: .5em 0 1em;
  }
  
  /* ----- link-text ----- */
  .link-text > li > a {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    text-decoration: none;
  }
  .link-text > li > a::before {
    position: absolute;
    top: .4em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    content: "";
  }
  .link-text > li > .link-text.is-nest {
    margin-left: 14px;
  }
  
  
  /* ----- link-button ----- */
  .link-button > li > a {
    display: inline-block;
    position: relative;
    min-width: 61.11%;
    padding: 13px 15px 12px;
    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 > li > a.a-pdf,
  .link-button > li > a.a-blank {
    padding-right: 30px;
  }
  .link-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  /* v2 */
  .link-button-v2 > li > a {
    display: inline-block;
    position: relative;
    min-width: 61.11%;
    padding: 13px 15px 12px;
    box-shadow: 0px 0px 6px 3px #e9e9e9;
    background-color: #006d3a;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .link-button-v2 > li > a[class="a-blank"] {
    padding: 13px 30px 12px 15px;
  }
  .link-button-v2 > li > a[class="a-excel"]::after {
    display: inline-block;
    margin-left: 1.5em;
    background-position: -120px -20px;
    vertical-align: middle;
  }
  .link-button-v2 > li > a[class="a-zip"] {
    padding: 13px 40px 12px;
  }
  .link-button-v2 > li > a[class="a-zip"]::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 14px;
    height: 14px;
    right: 20px;
    background-position: -220px 0;
  }
  .link-button-v2 .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  
  /* ------------------------------------------------------
   * Element >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  .image-set {
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .image-set.gp-w-img-full {
    margin-left: -15px;
    margin-right: -15px;
  }
  .image-set .image_caption {
    margin-top: .5em;
    color: #666;
    font-size: 1.2rem;
    text-align: left;
  }
  .image-set .image_caption-v2 {
    margin: 1em 0;
    color: #006d3a;
    font-size: 1.6rem;
    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;
  }
  .image-set.gp-w-img-default > .image_inner > img {
    width: inherit;
  }
  .image-set.gp-w-img-two_thirds > .image_inner {
    text-align: center;
  }
  .image-set.gp-w-img-two_thirds > .image_inner > img {
    width: 66%;
  }
  /* 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 {
    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-top: 1em;
  }
  [class*="column-layout"] > .column_item {
    margin-top: 1em;
  }
  
  /* ----- column-media ----- */
  .column-media {
    margin-top: 1em;
  }
  .column-media[data-layout-sp="row"] > .column_image {
    max-width: calc((100% - 15px) / 2);
  }
  .column-media[data-layout-sp="row"] > .column_image[data-image="right"] {
    float: right;
    margin-left: 15px;
  }
  .column-media[data-layout-sp="row"] > .column_image[data-image="left"] {
    float: left;
    margin-right: 15px;
  }
  .column-media[data-layout-sp="col"] > .column_detail,
  .column-media[data-layout-sp="col-reverse"] > .column_image {
    margin-top: 1em;
  }
  .column-media[data-layout-sp="col-reverse"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* v2 */
  .column-layout-v2[data-layout-sp="col-reverse"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column-layout-v2 .column_image {
    margin: 1em 0 0;
  }
  .column-layout-v2[data-layout-sp="col-reverse"] .column_image {
    margin: 0;
  }
  
  /* ------------------------------------------------------
   * 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-top: 1em;
  }
  .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;
  }
  .table-layout caption > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout .table_title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .table-layout .table_caption {
    margin: .5em 0 1em;
    font-size: 1.4rem;
  }
  .table-layout th,
  .table-layout td {
    padding: 10px 15px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left;
  }
  .table-layout[data-layout-sp="vertical"] th,
  .table-layout[data-layout-sp="vertical"] td {
    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;
  }
  .table-layout th.cell-style1 {
    font-weight: bold;
    text-align: center;
  }
  .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;
  }
  .table-layout[data-layout-sp="scroll"] {
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar {
    height: 12px;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-track {
    border-radius: 12px;
    background: #f1f1f1;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #888;
  }
  .table-layout[data-layout-sp="scroll"] th,
  .table-layout[data-layout-sp="scroll"] td {
    white-space: nowrap;
  }
  .table-layout[data-layout-sp="vertical"] col,
  .table-layout[data-layout-sp="vertical"] tbody,
  .table-layout[data-layout-sp="vertical"] tr,
  .table-layout[data-layout-sp="vertical"] th,
  .table-layout[data-layout-sp="vertical"] td {
    display: block;
    width: 100% !important;
  }
  .table-layout.varCalendar tr {
    border-bottom: 1px solid #ddd;
    padding: 1.3em 0;
  }
  .table-layout.varCalendar th,
  .table-layout.varCalendar td {
    padding: 0;
    border-bottom: none;
  }
  .table-layout.varCalendar .cell-style2 {
    margin-bottom: 0.5em;
    background-color: #fff !important;
  }
  /* ir-table */
  .table-layout.ir-table,
  .tab_detai.non-js .table-layout {
    margin: 1.5em 0 2em !important;
  }
  .table-layout.ir-table .table_inner caption {
    margin: 0 0 0.2em;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  [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: 1.5em;
  }
  
  /* ----- box-layout ----- */
  .box-layout {
    margin-top: 2.85em;
    padding: 20px 20px 20px;
    border: 2px solid #333;
    background-color: #fff;
  }
  .box-layout > .box_title {
    margin-bottom: 0.7em;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .box-layout > .box_detail + .box_title {
    margin-top: 1em;
  }
  /* ----- box-layout-v2 ----- */
  .box-layout-v2.wFull {
    margin: 2.85em -15px 0;
    padding: 0 15px 20px;
  }
  .pageFoot .box-layout-v2 {
    margin-left: 0;
    margin-right: 0;
  }
  .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: 15px 0 15px;
  }
  .box-layout-v2 > .box-inner-wrap-v2 {
    padding: 15px 0 15px;
  }
  .box-layout-v2 > [class*="box-inner-wrap"] > .box_title {
    margin-bottom: 0.8em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-layout-v2.heading-top-layout > .box-inner-wrap {
    padding-top: 0;
  }
  .box-layout-v2.heading-top-layout > .box-inner-wrap .heading-lv2 {
    margin-top: 0;
  }
  /* ----- box-layout-v3 ----- */
  .box-layout-v3 {
    position: relative;
    margin-top: 1.85em;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .box-layout-v3 > .box_title {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 10px;
    background-color: #fff;
    font-size: 1.6rem;
    color: #006d3a;
    font-weight: bold;
    line-height: 1.5;
    z-index: 2;
  }
  .box-layout-v3 > .box_detail {
    margin-top: -1.4rem;
    padding: 25px 20px 20px;
    border: 2px solid #006d3a;
    background-color: #fff;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  .accordion-layout,
  .qa-layout {
    margin-top: 1.45em;
    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: 10px 50px 10px 15px;
    background-color: #fff;
    font-size: 1.4rem;
    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: 10px 50px 10px 45px;
  }
  .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: 15px 15px;
    background-color: #fff;
  }
  .qa-layout > .ans_detail {
    padding: 15px 15px 15px 45px;
  }
  .accordion-layout .accordion_label::before,
  .qa-layout .accordion_label::before {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #666;
    border-right: 1px 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);
  }
  /* ----- qa-layout-wrap ----- */
  .qa-layout-wrap .que_trigger::after {
    position: absolute;
    content: 'Q.';
    top: 26px;
    left: 15px;
    margin-top: -20px;
    color: #006d3a;
    font-size: 1.6rem;
    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: 31px;
    left: 15px;
    margin-top: -20px;
    color: #cb0000;
    font-size: 1.6rem;
    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[data-layout-sp="scroll"] > .tab_navi {
    overflow-y: auto;
    margin: 0 -15px;
  }
  .tab-layout[data-layout-sp="scroll"] .tab_list {
    width: 900px;
    margin: 0;
    padding: 0 15px;
  }
  .tab-layout .tab_list > li {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .tab-layout .tab_list > li + li{
    padding-left: 15px;
  }
  .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: 15px;
    border: 1px solid #bbb;
    border-bottom: none;
    background-color: #eee;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.3;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .tab-layout .tab_list > .is-current {
    padding-top: 0;
  }
  .tab-layout .tab_list .tab_label::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .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(184,231,25,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,171,91,1) 0%,rgba(184,231,25,1) 100%);
    background: linear-gradient(to right,  rgba(0,171,91,1) 0%,rgba(184,231,25,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-top: 1em;
  }
  .navi-anchor .navi_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navi-anchor .navi_inner > li {
    width: 50%;
    margin-top: 1em;
    padding-right: 7px;
    border-right: 1px solid #ccc;
    font-weight: bold;
  }
  .navi-anchor .navi_inner > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .navi-anchor .navi_inner > li:nth-child(2n) {
    padding: 0 0 0 15px;
    border-right: none;
  }
  .navi-anchor .navi_inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 17px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
  }
  .navi-anchor .navi_inner > li > a::before {
    position: absolute;
    top: .3em;
    left: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #555;
    border-right: 1px 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.45em 0 0;
  }
  [class*="box-inner-wrap"] > .box_detail > [class*="index-layout"] {
    margin-top: 0;
  }
  [class*="index-layout"] .item_img > img {
    width: 100%;
  }
  [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-size: 240px auto;
    background-position: -120px 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-size: 240px auto;
    background-position: -160px 0;
  }
  
  /* ----- index-layout-v1 ----- */
  .index-layout-v1 > .index_item {
    display: block;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    box-shadow: 0px 0px 6px 3px #e9e9e9;
  }
  .index-layout-v1 > .index_item + .index_item {
    margin-top: 1.5em;
  }
  .index-layout-v1 > .index_item > .item_panel {
    padding: 15px 15px;
  }
  .index-layout-v1 > .index_item > .item_panel .item_title {
    margin: 0 0 0.5em;
    font-size: 1.4rem;
    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;
  }
  .index-layout-v2 > .index_item + .index_item {
    margin-top: 2em;
  }
  .index-layout-v2 > .index_item > .item_panel {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 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 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }

  /* ----- index-layout-v3 ----- */
  .index-layout-v3 > .index_item {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: #333;
  }
  .index-layout-v3 > .index_item + .index_item {
    margin-top: 1em;
  }
  .index-layout-v3 > a.index_item > .item_img {
    text-align: right;
  }
  .index-layout-v3 > a.index_item > .item_img > img {
    width: auto;
    height: 120px;
  }
  .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 25px;
  }
  .index-layout-v3 > .index_item > .item_panel .item_title {
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
  }

  /* ----- index-layout-v4 ----- */
  .index-layout-v4.js-slider-tlIndex {
    margin: 20px -15px 0;
  }
  .index-layout-v4 .tlIndex_col {
    padding: 10px 10px;
  }
  .index-layout-v4 .index_item {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    box-shadow: 0px 0px 6px 3px #e9e9e9;
  }
  .index-layout-v4 .index_item + .index_item {
    margin-top: 1em;
  }
  .index-layout-v4 .index_item > .item_panel {
    position: relative;
    padding: 25px 15px 12px;
    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 {
    min-width: 98px;
    margin: 0 10px 0 -10px;
    padding: 8px 25px 8px 25px;
    color: #fff;
    font-size: 1.2rem;
    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 {
    color: #333;
    font-size: 1.4rem;
    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: calc((100% - 25px) / 6);
    margin-right: 5px;
  }
  .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: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
    text-decoration: none;
    box-shadow: 0px 0px 6px 3px #e9e9e9;
    background-color: #fff;
  }
  .index-layout-v5 > .index_item + .index_item {
    margin-top: 1em;
  }
  .index-layout-v5 > .index_item > .item_img {
    width: 165px;
  }
  .index-layout-v5 > .index_item > .item_panel {
    position: relative;
    padding: 15px 15px 15px;
    background-color: #fff;
  }
  .index-layout-v5 > .index_item > .item_img + .item_panel {
    width: calc(100% - 165px);
  }
  .index-layout-v5 > .index_item > .item_panel .item_title {
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
  }
  
  /* ----- index-layout-ir ----- */
  .index-layout-ir {
    margin-bottom: 6px;
  }
  .index-layout-ir > .index_item {
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 3px #e9e9e9;
    text-decoration: none;
  }
  .index-layout-ir > .index_item + .index_item {
    margin-top: 1em;
  }
  .index-layout-ir > .index_item > .item_img {
    overflow: hidden;
    width: 150px;
  }
  .index-layout-ir > .index_item > .item_panel {
    width: calc(100% - 165px);
    margin-left: 15px;
  }
  .index-layout-ir > .index_item > .item_panel > .item_inner {
  }
  .index-layout-ir > .index_item > .item_panel > .item_inner > .item_title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .index-layout-ir > .index_item > .item_panel > .item_inner > .detail-button {
    width: 95px;
    margin-top: 0.8em;
    padding: 5px 0 5px;
    background: #006d3a;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    text-align: center;
  }
  .index-layout-ir > .index_item > .item_panel > .item_inner > .detail-button .button_inner {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .index-layout-ir > .index_item > .item_panel > .item_inner > .detail-button .button_inner::before {
    display: inline-block;
    content: "";
    width: 17px;
    height: 15px;
    margin: 0 7px 2px 0;
    background: url(/common/img/com_sprite01.png) no-repeat -120px -40px;
    background-size: 240px auto;
    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: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  
  /* ----- news-column ----- */
  .news-column {
    margin: 1em 0;
  }
  .news-column .heading-lv2 {
    margin-top: 0;
  }
  .news-column .tab-layout > .tab_navi {
  }
  .news-column .tab-layout .tab_list {
    margin: 0;
    padding: 0;
  }
  .news-column.type-min .heading-lv2 {
    margin-bottom: 1em;
  }
  .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;
  }
  .news-column .news-column-rss::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 17px;
    margin: 0 10px -3px 0;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-position: -180px -20px;
    background-size: 240px auto;
  }
  .news-column .news-column-rss .a-rss {
    margin: 0;
    color: #333;
    text-decoration: none;
  }
  .news-column .tab-layout[data-layout-sp="scroll"] > .tab_navi {
    margin: 0 0;
  }
  .news-column .tab-layout > .tab_detail {
    padding-top: 10px;
  }
  .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: 1em !important;
  }
  .news-layout .news_article + .news_article {
    border-top: 1px solid #ddd;
  }
  .news-layout .block {
    display: block;
    padding: 15px 0 15px;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .news-column.type-min .news-layout .block {
    padding: 15px 0;
  }
  .news-layout .news_image {
    width: 90px;
    margin-right: 18px;
  }
  .news-layout .news_detail {
  }
  .news-layout .news_property {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.5em;
  }
  .news-layout .news_date {
    color: #666;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .news-layout [class*="news_icon"] {
    display: inline-block;
    width: 70px;
    margin-left: 1em;
    background-color: #006d3a;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 17px;
    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 .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.4em;
    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;
    text-decoration: underline;
  }
  
  /* ----- contact-layout ----- */
  [class*="contact-layout"] {
    margin: 1em auto;
    padding: 20px 20px 25px;
    border: 2px solid #333;
  }
  [class*="contact-layout"] .contact_title {
    margin-bottom: 0.8em;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  [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 {
    width: 49%;
  }
  [class*="contact-layout"] .contact_web_detail_foot > .contact_tel > li + li {
    margin-left: 2%;
  }
  [class*="contact-layout"] .contact_web_detail_foot > .contact_tel > li > * {
    font-weight: bold;
    text-decoration: none;
  }
  [class*="contact-layout"] .contact_web_detail_foot > .contact_mail {
    margin-top: 0.5em;
  }
  .contact-layout-v2 .contact_detail {
  }
  .contact-layout-v2 .contact_detail > * + * {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #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: 0.8em;
  }
  .contact-layout-v2 .contact_detail > .contact_detail_conversion > .conversion_address_link_list > li + li {
    margin-top: 1em;
  }
  .contact-layout-v2 .contact_detail > .contact_detail_conversion > [class*="conversion_address_link"] a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 20px 10px;
    box-shadow: 0px 0px 6px 3px #e9e9e9;
    background-color: #006d3a;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  
  /* ----- slider-banner ----- */
  .slider-banner {
    position: relative;
    margin: 1em 0;
  }
  .slider-banner .slick-slide {
    padding: 10px 10px;
  }
  .slider-banner .slick-slide img {
    margin: 0 auto;
  }
  .slider-banner .slick-slide.slick-active.slick-center img {
  }
  .slider-banner .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
  .slider-banner .slick-dots {
    bottom: -10px;
  }
  .slider-banner .slick-dots li {
    width: 30px;
    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: relative;
    height: 20px;
  }
  .slider-banner .imagelink_control .imagelink_play,
  .slider-banner .imagelink_control .imagelink_stop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 20px;
    margin: 0 10px 0 auto;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
  }
  .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 ----- */
  .slider-imagelink {
    position: relative;
    margin: 1em -15px;
  }
  .slider-imagelink .slick-dots {
    bottom: 30px;
  }
  .slider-imagelink .slick-dots li {
    width: 30px;
    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 {
  }
  .slider-imagelink .imagelink_control .imagelink_play,
  .slider-imagelink .imagelink_control .imagelink_stop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 20px;
    margin: 0 10px 0 auto;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
  }
  .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;
  }
  
  /* ----- modal-set ----- */
  .modal-set > .a-modal {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .modal-set .modal_inner > img {
    width: 100%;
  }
  .modal-set > .a-modal::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    bottom: 0;
    right: 0;
    background: #006d3a url("/common/img/com_ic15.png") no-repeat 50% 50%;
    background-size: 30px auto;
    z-index: 1;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .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_ic14.png") no-repeat top center;
    background-size: 35px auto;
    width: 35px;
    height: 35px;
  }
  #cboxLoadedContent {
    border: 10px solid #fff;
  }
  /* ----- stockPrice-layout ----- */
  .stockPrice-layout {
    margin: 1em auto 0;
    max-width: 635px;
  }
  .stockPrice-layout .stockPrice_heading {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0.7em;
  }
  .stockPrice-layout .stockPrice_heading > .stockPrice_title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .stockPrice-layout .stockPrice_heading > .link-text {
    margin-top: 0;
  }
  .stockPrice-layout .stockPrice_detail {
    border: 1px solid #ddd;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    max-width: 360px;
    margin: 0 auto;
    padding: 20px 35px 20px;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_title {
    width: 80px;
    margin: 0 auto 0 0;
    padding: 3px 10px 3px;
    border: 1px solid #ccc;
    font-size: 1.4rem;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data {
    text-align: right;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .today {
    font-size: 4.0rem;
    line-height: 1;
    font-weight: bold;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .today .value {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .before {
    font-size: 3.2rem;
    font-weight: bold;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .before .text {
    margin-right: 10px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .before .value {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_main > .stockPrice_detail_data > .before .difference {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: right;
  }
  .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: space-between;
    justify-content: space-between;
    -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.1rem;
  }
  .stockPrice-layout .stockPrice_detail > .stockPrice_detail_other > .stockPrice_detail_other_data {
    margin-left: 2em;
    font-size: 1.1rem;
  }
  .quick-iframe {
    width: 100%;
    height: 205px;
    overflow: hidden;
  }
  
  /* ----- sort-item-select ----- */
  .sort-item-select {
    margin: 1em auto;
  }
  .sort-item-select > select {
    min-width: 165px;
    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 + 0px),
      calc(100% - 19px) calc(1.3em + 0px),
      20px 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
  }
  
  /* ----- map-layout ----- */
  .map-layout {
    margin: 1em auto;
    text-align: center;
  }
  .map-layout iframe {
    width: 100% !important;
  }
  

  /* ------------------------------------------------------
   * main.gallery ver
  ------------------------------------------------------ */
  /* column-layout */
  main.gallery .column-layout.gallery-layout {
  }
  /* tab-layout */
  main.gallery .tab-layout .tab_list > li {
    padding: 0 7px 0;
    text-align: center;
  }
  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_list > li > a {
    padding-right: 25px;
  }
  main.gallery .tab-layout > #tab-01-3.tab_detail .heading-lv2 {
    margin-top: 1em;
  }
  /* modal-set */
  main.gallery .modal-set > .a-modal::before {
    display: none;
  }
  /* index-layout-v5 */
  main.gallery .index-layout-v5 > .index_item {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  main.gallery .index-layout-v5 > .index_item.icon-new > .item_panel .item_title::after {
    display: inline-block;
    content: "NEW!";
    margin: 0 0 4px;
    padding: 0 4px 0;
    background-color: #cb0000;
    color: #fff;
    font-size: 1.2rem;
    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 50px;
  }
  main.gallery .box-layout-v2.gallery-box-layout > .box-inner-wrap .box-layout {
    margin-top: 2em;
  }
  main.gallery .box-layout-v2.gallery-box-layout > .box-inner-wrap .box-layout .box_detail > p + p {
    margin-top: 0.5em;
  }
  /* modal-set */
  main.gallery .gallery-layout-lead {
    margin: 1em 0 0.2em;
  }
  .js-modal-jstream #cboxLoadedContent {
    position: relative;
  }
  .js-modal-jstream #cboxLoadedContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ------------------------------------------------------
   * / about /
  ------------------------------------------------------ */
  /* about-hero-layout */
  .about-hero-layout {
    margin: 0;
  }
  .about-hero-layout .about-hero-sp_item .image-set {
    margin-top: 0;
  }
  .about-hero-layout .about-hero_detail {
    margin-top: 15px;;
  }
  .about-hero-layout .about-hero_detail > .title {
    margin: 0 0 0.5em;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .about-hero-layout .about-hero_detail > p > .name {
    font-size: 1.6rem;
  }
  .about-hero-layout .about-hero_detail > .link-button > li > a {
    box-shadow: 0px 0px 6px 3px #e9e9e9;
  }
  /* about-link-layout */
  .about-link-layout {
    margin: 30px 0 0;
  }
  .about-link-layout ul > li + li {
    margin-top: 15px;
  }
  .about-link-layout ul > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 120px;
    padding: 0 100px 0 25px;
    border: 1px solid #e1e1e1;
    color: #333;
    font-size: 1.8rem;
    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 87% 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 90% 50% / 68px auto; }
  .about-link-layout ul > li.icon-04 > a { background: url("/about/img/index_ic04.png") no-repeat 93% 52% / 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 89% 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 88% 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 89% 50% / 63px auto; }
  /* ----- navi-anchor-story ----- */
  .navi-anchor-story {
    margin: 1em 0 4.2em;
    background-color: #fff;
    box-shadow: 0px 0px 6px 3px #dedede;
  }
  .navi-anchor-story > .navi_inner {
  }
  .navi-anchor-story > .navi_inner > li {
    margin: 0 20px;
    box-sizing: border-box;
  }
  .navi-anchor-story > .navi_inner > li + li {
    border-top: 1px solid #ddd;
  }
  .navi-anchor-story > .navi_inner > li > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 25px 0 0;
    text-decoration: none;
  }
  .navi-anchor-story > .navi_inner > li > a::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
  }
  .navi-anchor-story > .navi_inner > li > a .gradation-num {
    display: block;
    width: 42px;
    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;
  }
  .navi-anchor-story > .navi_inner > li > a .navi_label {
    display: block;
    width: calc(100% - 42px);
    padding: 17px 0;
    font-weight: bold;
  }
  /* story-layout */
  .box-layout-v2.story-layout {
    position: relative;
    margin-top: 0;
  }
  .box-layout-v2.story-layout > .heading-num {
    position: absolute;
    display: block;
    width: 145px;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 13px 30px 14px;
    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: 2.1em;;
    font-weight: bold;
    text-align: center;
    transform: skewX(12deg);
  }
  .box-layout-v2.story-layout > .heading-story-layout-lv2 {
    margin: 0 0 1em;
    padding-top: 2.9em;
  }
  .box-layout-v2.story-layout > .heading-story-layout-lv2 .heading_title {
    font-size: 1.8rem;
    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: 30px 0 25px;
  }
  [class*="ir-index-contents"] > .ir-index-layout > .column_item {
  }
  [class*="ir-index-contents"] > .ir-index-layout > .column_item + .column_item {
    margin-top: 25px;
  }
  .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: 1.6rem;
    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: 30px;
    margin: auto 0;
  }
  .ir-index-contents-v2 > .ir-index-layout > .column_item > .ir-index_item-v2 {
    position: relative;
    display: block;
  }
  .ir-index-contents-v2 > .ir-index-layout > .column_item > .ir-index_item-v2 > .item_panel {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 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: 1.6rem;
    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 {
    margin: 0;
  }
  .sdgs-hero-layout .sdgs-hero-sp_item .image-set {
    margin-top: 0;
  }
  .sdgs-hero-layout .sdgs-hero_detail {
    margin-top: 15px;;
  }
  .sdgs-hero-layout .sdgs-hero_detail > .title {
    margin: 0 0 0.5em;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .sdgs-hero-layout .sdgs-hero_detail > p > .name {
    font-size: 1.6rem;
  }
  .sdgs-hero-layout .sdgs-hero_detail > .link-button > li > a {
    box-shadow: 0px 0px 6px 3px #e9e9e9;
  }
  .sdgs-contents-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -15px 0;
    padding: 0 15px;
    background: #e1efdb url("/sdgs/img/index_bg02.jpg") no-repeat 50% 0;
    background-size: 100% auto;
  }
  .sdgs-contents-layout.emergency {
    margin-top: 3.5em;
  }
  .sdgs-contents-layout > .sdgs-contents_detail {
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .title {
    padding: 16.5% 0 12%;
    margin: 0 0 1em;
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .title > a {
    position: relative;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .title > a::after {
    display: inline-block;
    content: "";
    margin: 0 0 0 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .text {
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .link-button-v2 {
    margin: 1.2em 0 2em;
  }
  .sdgs-contents-layout > .sdgs-contents_detail > .link-button-v2 > li > a {
    box-shadow: 0px 0px 6px 3px #cedbc9;
  }
  /* 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: 18.4%;
    height: 100%;
    margin-right: 2%;
    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.is-active { background-image: url("/activities/img/com_ic01_on.png"); }
  .activities-refine > ul > li.icon-01.is-active { background-image: url("/activities/img/com_ic02_on.png"); }
  .activities-refine > ul > li.icon-02.is-active { background-image: url("/activities/img/com_ic03_on.png"); }
  .activities-refine > ul > li.icon-03.is-active { background-image: url("/activities/img/com_ic04_on.png"); }
  .activities-refine > ul > li.icon-04.is-active { background-image: url("/activities/img/com_ic05_on.png"); }
  .activities-refine > ul > li.icon-05.is-active { background-image: url("/activities/img/com_ic06_on.png"); }
  .activities-refine > ul > li.icon-06.is-active { background-image: url("/activities/img/com_ic07_on.png"); }
  .activities-refine > ul > li.icon-07.is-active { background-image: url("/activities/img/com_ic08_on.png"); }
  .activities-refine > ul > li.icon-08.is-active { background-image: url("/activities/img/com_ic09_on.png"); }
  .activities-refine > ul > li.icon-09.is-active { background-image: url("/activities/img/com_ic10_on.png"); }
  .activities-refine > ul > li.icon-10.is-active { background-image: url("/activities/img/com_ic11_on.png"); }
  .activities-refine > ul > li.icon-11.is-active { background-image: url("/activities/img/com_ic12_on.png"); }
  .activities-refine > ul > li.icon-12.is-active { background-image: url("/activities/img/com_ic13_on.png"); }
  .activities-refine > ul > li.icon-13.is-active { background-image: url("/activities/img/com_ic14_on.png"); }
  .activities-refine > ul > li.icon-14.is-active { background-image: url("/activities/img/com_ic15_on.png"); }
  .activities-refine > ul > li.icon-15.is-active { background-image: url("/activities/img/com_ic16_on.png"); }
  .activities-refine > ul > li.icon-16.is-active { background-image: url("/activities/img/com_ic17_on.png"); }
  .activities-refine > ul > li.icon-17.is-active { background-image: url("/activities/img/com_ic18_on.png"); }
  .activities-refine > ul > li.icon-18.is-active { background-image: url("/activities/img/com_ic19_on.png"); }
  .activities-refine > ul > li:nth-child(5n) {
    margin-right: 0;
  }
  .activities-refine > ul > li:nth-child(n+6) {
    margin-top: 8px;
  }
  .activities-refine > ul > li > span {
    display: block;
    height: 9.5vh;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  /* index-layout-v4 news-refine */
  .index-layout-v4.news-refine > .index_item {
    margin-top: 1em !important;
  }
  
  /* ------------------------------------------------------
   * external-link
  ------------------------------------------------------ */
  
  .external-link_modal {
    display: none;
  }
  .external-link_modal_detail {
    padding: 25px 25px 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;
    padding: 15px 15px 15px;
    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: 5px 5px;
    background-color: #fff;
  }
  .search_input .search_input-contents > .search-text-box > .input-text {
    width: calc(100% - 78px);
    padding: 0 5px;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    font-size: 1.4rem;
  }
  .search_input .search_input-contents > .search-text-box > .input-submit {
    width: 78px;
    padding: 7px 5px 7px 25px;
    -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.4rem;
  }
  .search_input .search_input-contents > .search-radio-box > .search-radio-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 0;
  }
  .search_input .search_input-contents > .search-radio-box > .search-radio-list > li {
    margin: 0.5em 0.8em 0 0;
  }
  .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: 25px;
    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: 18px;
    height: 18px;
    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: 4px;
    top: 50%;
    margin-top: -6px;
    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 0 0.5em;
    color: #006d3a;
    font-size: 1.7rem;
    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 2em 0 0;
  }
  .search_input .search-keywords-box > .search-keywords-list > li a {
    display: block;
    color: #333;
  }
  .search_input .search-box-layout {
    margin: 1.8em -15px 0;
    padding: 20px 15px 25px;
    background-color: #f3f8ec;
  }
  .search_input .search-box-layout > .search-box_title {
    display: block;
    position: relative;
    margin: 0 0 1.2em;
    padding: 0 14px;
    font-size: 1.7rem;
    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 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    text-decoration: none;
  }
  .search_input .search-box-layout > .search-box_detail .index_item + .index_item {
    margin-top: 20px;
  }
  .search_input .search-box-layout > .search-box_detail .index_item .item_img {
    width: 105px;
    margin-right: 15px;
  }
  .search_input .search-box-layout > .search-box_detail .index_item .item_title {
    width: calc(100% - 120px);
    margin: 0;
  }
  /* section */
  .search_input .heading-lv2 {
    margin: 2em 0 1.5em;
  }
  .search_input .search-text-lead {
    margin-top: 2em;
    font-size: 1.5rem;
  }
  /* search-layout-result */
  .search_input .search-layout-result {
    margin: 1.5em 0 3em;
  }
  .search_input .search-layout-result > .index_item {
    display: block;
    text-decoration: none;
  }
  .search_input .search-layout-result > .index_item + .index_item {
    margin-top: 35px;
  }
  .search_input .search-layout-result > .index_item.a-blank::after,
  .search_input .search-layout-result > .index_item > .item_img {
    display: none;
  }
  .search_input .search-layout-result > .index_item > .item_panel {
  }
  .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.5em;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .search_input .search-layout-result > .index_item > .item_panel .item-address {
    margin-top: 1em;
    text-decoration: underline;
  }
  /* 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 8px;
  }
  .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[data-layout-sp="row"]::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 899px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/