@charset "utf-8";

/* ======================================================
 * parts_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - 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: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- a ----- */
  a.block {
    display: block;
  }
  [class^="heading-lv"] a.block,
  .navi-local .navi_list[data-row-sp] > li > a,
  .navi-pulldown .navi_inner a {
    color: #333;
  }
  .tab-layout > .tab_navi > .tab_list > li.is-current > a {
    color: #d70c19;
  }
  .tab-layout-v2 > .tab_navi > .tab_list > li.is-current > a,
  .navi-local .navi_list[data-row-sp] > li.is-current > a {
    color: #fff;
  }
  
  /* ----- opacity ----- */
  
  /* ----- transition ----- */
  .accordion-layout > .accordion_trigger {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .accordion-layout > .accordion_trigger::before,
  .accordion-layout > .accordion_trigger::after {
    -webkit-transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
  }
  
  /* ----- 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,
  .text-arrow::before,
  .index-layout > .a-blank .index_title::after,
  .index-layout > .a-pdf .index_title::after,
  .index-layout-v3 > .a-blank .index_caption::after,
  .index-layout-v3 > .a-pdf .index_caption::after,
  .index-layout-v4 > .a-blank .index_title::after,
  .index-layout-v4 > .a-pdf .index_title::after,
  .index-layout-v5 > .a-blank .index_title::after,
  .index-layout-v5 > .a-pdf .index_title::after,
  .index-layout-v6 > .a-blank .index_title::after,
  .index-layout-v6 > .a-pdf .index_title::after,
  .plugin-layout .a-blank .plugin_title::after,
  .download-layout .download_title::after {
    background: url(/english/common/img/cmn_sprite_ic01-r2x.png) no-repeat;
    background-size: 600px auto;
    vertical-align: top;
    content: "";
  }
  .a-blank::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  .index-layout > .a-blank .index_title::after,
  .index-layout-v3 > .a-blank .index_caption::after,
  .index-layout-v4 > .a-blank .index_title::after,
  .index-layout-v5 > .a-blank .index_title::after,
  .index-layout-v6 > .a-blank .index_title::after,
  .plugin-layout .a-blank .plugin_title::after { width: 15px; height: 15px; background-position: 0 -200px; }
  .a-pdf::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .index-layout > .a-pdf .index_title::after,
  .index-layout-v3 > .a-pdf .index_caption::after,
  .index-layout-v4 > .a-pdf .index_title::after,
  .index-layout-v5 > .a-pdf .index_title::after,
  .index-layout-v6 > .a-pdf .index_title::after { width: 15px; height: 15px; background-position: 0 -250px; }
  .a-print::after { width: 15px; height: 12px; background-position: 0 -300px; }
  .a-mail::after { width: 15px; height: 11px; background-position: -50px -300px; }
  .a-excel::after { width: 15px; height: 16px; background-position: -100px -300px; }
  .a-word::after { width: 15px; height: 16px; background-position: -150px -300px; }
  .a-ppt::after { width: 15px; height: 16px; background-position: -200px -300px; }
  .a-rss::after { width: 11px; height: 11px; background-position: -250px -300px; }
  .a-zip::after { width: 14px; height: 17px; background-position: -300px -300px; }
  .a-video::after { width: 14px; height: 11px; background-position: -350px -300px; }
  .download-layout .download_title::after { width: 14px; height: 14px; background-position: -400px -300px; }
  .text-arrow::before { width: 13px; height: 9px; background-position: 0 0; }
  [class*="heading-lv"] .a-blank::after,
  [class*="heading-lv"] .a-pdf::after,
  .index-layout > .a-blank::after,
  .index-layout > .a-pdf::after,
  .index-layout-v3 > .a-blank::after,
  .index-layout-v3 > .a-pdf::after,
  .index-layout-v4 > .a-blank::after,
  .index-layout-v4 > .a-pdf::after,
  .index-layout-v5 > .a-blank::after,
  .index-layout-v5 > .a-pdf::after,
  .index-layout-v6 > .a-blank::after,
  .index-layout-v6 > .a-pdf::after,
  .plugin-layout > .a-blank::after {
    display: none;
  }
  .link-inline.a-blank::after,
  .link-inline.a-pdf::after,
  .link-inline.a-print::after,
  .link-inline.a-mail::after,
  .link-inline.a-excel::after,
  .link-inline.a-word::after,
  .link-inline.a-ppt::after,
  .link-inline.a-zip::after {
    display: inline-block;
    margin: .15em 6px 0 6px;
  }
  .link-inline.a-print::after,
  .link-inline.a-mail::after,
  .link-inline.a-rss::after,
  .link-inline.a-video::after {
    display: inline-block;
    margin: .35em 6px 0 6px;
  }
  .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-zip::after {
    display: inline-block;
    margin: .2em 0 0 6px;
  }
  .link-text > li > .a-print::after,
  .link-text > li > .a-mail::after,
  .link-text > li > .a-rss::after,
  .link-text > li > .a-video::after {
    display: inline-block;
    margin: .35em 0 0 6px;
  }
  .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,
  .index-layout-v2 > .a-blank::after,
  .index-layout-v2 > .a-pdf::after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }
  .index-layout-v3 > .a-blank .index_caption::after,
  .index-layout-v3 > .a-pdf .index_caption::after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after {
    display: inline-block;
    margin: .45em 0 0 10px;
  }
  .heading-lv2 .a-blank .heading_title::after,
  .heading-lv2 .a-pdf .heading_title::after {
    display: inline-block;
    margin: .35em 0 0 10px;
  }
  .heading-lv3 .a-blank .heading_title::after,
  .heading-lv3 .a-pdf .heading_title::after,
  .heading-lv4 .a-blank .heading_title::after,
  .heading-lv4 .a-pdf .heading_title::after {
    display: inline-block;
    margin: .25em 0 0 10px;
  }
  .index-layout > .a-blank .index_title::after,
  .index-layout > .a-pdf .index_title::after,
  .index-layout-v4 > .a-blank .index_title::after,
  .index-layout-v4 > .a-pdf .index_title::after,
  .index-layout-v5 > .a-blank .index_title::after,
  .index-layout-v5 > .a-pdf .index_title::after,
  .index-layout-v6 > .a-blank .index_title::after,
  .index-layout-v6 > .a-pdf .index_title::after,
  .plugin-layout > .a-blank .plugin_title::after {
    display: inline-block;
    margin: .15em 0 0 10px;
  }
  .news-layout .news_article .a-blank::after,
  .news-layout .news_article .a-pdf::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .text-arrow::before {
    position: absolute;
    top: .3em;
    left: 0;
  }
  .download-layout .download_title::after {
    display: inline-block;
    margin: .15em 0 0 6px;
  }
  
  /* ----- 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;
  }
  [class*="list-"][data-row-sp]:not([data-row-sp="1"]):not([data-row-sp="auto"]) > *,
  [class*="link-text"][data-row-sp]:not([data-row-sp="1"]):not([data-row-sp="auto"]) > * {
    margin-top: .5em;
  }
  [class*="link-button"][data-row-sp]:not([data-row-sp="1"]):not([data-row-sp="auto"]) > * {
    margin-top: 1em;
  }
  .column-layout[data-row-sp] > .column_item,
  .column-layout-v2[data-row-sp] > .column_item {
    margin-top: 1em;
  }
  .column-layout-v3[data-row-sp] > .column_item {
    margin: 0;
  }
  .column-layout-v3.has-sp-margin > .column_item {
    margin-top: 1em;
  }
  .tab-layout .tab_list[data-row-sp] > li {
    margin-top: 1em;
    margin-left: 0 !important;
  }
  .tab-layout-v2 .tab_list[data-row-sp] > li {
    margin-top: 1em;
  }
  [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); }
  .column-layout-v3[data-row-sp="2"] > .column_item { width: calc(100% / 2); }
  .column-layout-v3[data-row-sp="3"] > .column_item { width: calc(100% / 3); }
  .tab-layout .tab_list[data-row-sp="2"] > li { width: calc(100% / 2); }
  .tab-layout .tab_list[data-row-sp="3"] > li { width: calc(100% / 3); }
  [data-row-sp="auto"] {
    margin-right: -15px;
    margin-bottom: -.5em;
  }
  [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: -15px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-sp="auto"] > li {
    margin-right: 15px;
    margin-bottom: .5em;
  }
  .tab-layout .tab_list[data-row-sp="auto"] {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
  }
  .tab-layout .tab_list[data-row-sp="auto"] > li {
    width: 100%;
    margin: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Element >>> Heading
  ------------------------------------------------------ */
  [class*="heading-lv"] a.block:not(.a-blank):not(.a-pdf) .heading_title::after {
    display: inline-block;
    position: relative;
    top: -.2em;
    height: 8px;
    width: 8px;
    margin-left: 7px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .heading-lv3 a.block:not(.a-blank):not(.a-pdf) .heading_title::after {
    top: -.15em;
  }
  .heading-lv4 a.block:not(.a-blank):not(.a-pdf) .heading_title::after {
    top: -.1em;
  }
  #main .heading-lv1 + * {
    margin-top: 2.15em;
  }
  #main .heading-lv2 + *,
  #main .heading-lv2-v2 + *,
  #main .heading-lv3 + * {
    margin-top: 1.45em;
  }
  #main .heading-lv4 + *,
  #main .heading-lv5 + * {
    margin-top: 1.1em;
  }
  
  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    margin: 0 0 2.15em;
  }
  body.has-translation .pageHead .heading-lv1 {
    padding-right: 8.5em;
  }
  .heading-lv1 .heading_title {
    font-size: 2.1rem;
    font-weight: 700;
  }
  .heading-lv1 .heading_title .heading_title_assist {
    font-size: 1.4rem;
    color: #666;
  }
  .heading-lv1 .heading_subtitle {
    margin-bottom: .25em;
    color: #666;
    font-size: 1.2rem;
  }
  
  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    margin: 2.85em 0 1.45em;
  }
  .heading-lv2 .block {
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
  }
  .heading-lv2 .heading_title {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .heading-lv2 .heading_title .heading_title_assist {
    font-size: 1.2rem;
    color: #666;
  }
  .heading-lv2 .heading_subtitle {
    margin-bottom: .25em;
    color: #666;
    font-size: 1.2rem;
  }
  .heading-lv2 .heading_title + .heading_subtitle {
    margin-top: .25em;
    margin-bottom: 0;
  }
  /* v2 */
  .heading-lv2-v2 {
    margin: 2.85em 0 1.45em;
    padding: 5px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .heading-lv2-v2 .block {
    padding: 10px;
    background-color: #e3eff6;
  }
  .heading-lv2-v2 .heading_title {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .heading-lv2-v2 .heading_title .heading_title_assist {
    font-size: 1.2rem;
    color: #666;
  }
  .heading-lv2-v2 .heading_subtitle {
    margin-bottom: .25em;
    color: #666;
    font-size: 1.2rem;
  }
  .heading-lv2-v2 .heading_title + .heading_subtitle {
    margin-top: .25em;
    margin-bottom: 0;
  }
  
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 2.15em 0 1.45em;
  }
  .heading-lv3 .block {
    padding: 0 0 6px;
  }
  .heading-lv3 .heading_title {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .heading-lv3 .heading_title .heading_title_assist {
    font-size: 1.2rem;
    color: #666;
  }
  .heading-lv3 .heading_subtitle {
    margin-bottom: .5em;
    color: #666;
    font-size: 1.2rem;
  }
  .heading-lv3 .heading_chapter {
    margin-bottom: .5em;
    font-size: 1.6rem;
    font-weight: 700;
  }
  
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 2.15em 0 1.1em;
  }
  .heading-lv4 .heading_title {
    font-size: 1.5rem;
    font-weight: 700;
  }
  
  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 1.8em 0 1.1em;
  }
  .heading-lv5 .heading_title {
    position: relative;
    padding-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .heading-lv5 .heading_title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  
  /* ----- heading-wrap ----- */
  .heading-wrap > div[class*="heading-lv"] {
    margin-bottom: 1.25em;
  }
  .heading-wrap > .navi-pulldown {
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Element >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 1em;
  }
  .text-paragraph[data-gap-sp="x0"]   { margin-top: 0 !important; }
  .text-paragraph[data-gap-sp="x0.5"] { margin-top: .5em !important; }
  .text-paragraph[data-gap-sp="x1"]   { margin-top: 1em !important; }
  .text-paragraph[data-gap-sp="x1.5"] { margin-top: 1.5em !important; }
  .text-paragraph[data-gap-sp="x2"]   { margin-top: 2em !important; }
  .text-paragraph[data-gap-sp="x2.5"] { margin-top: 2.5em !important; }
  .text-paragraph[data-gap-sp="x3"]   { margin-top: 3em !important; }
  
  /* ----- text-lead ----- */
  .text-lead {
    margin: 1.5em 0 .75em;
    font-size: 1.8rem;
    font-weight: 700;
  }
  #main .text-lead + * {
    margin-top: .75em;
  }
  
  /* ----- text-title ----- */
  .text-title {
    margin: 1.5em 0 .75em;
    font-size: 1.5rem;
  }
  .text-title .text_assist {
    font-size: 1.1rem;
  }
  #main .text-title + * {
    margin-top: .75em;
  }
  /* v2 */
  .text-title-v2 {
    margin: 1.5em 0 .75em;
    font-weight: 700;
  }
  #main .text-title-v2 + * {
    margin-top: .75em;
  }
  
  /* ----- text-arrow ----- */
  .text-arrow {
    position: relative;
    padding-left: 18px;
  }
  
  /* ------------------------------------------------------
   * Element >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"] {
    margin-top: 1em;
  }
  [class*="list-description"] {
    margin-top: 1.5em;
  }
  [class*="list-note"][data-gap-sp="x0"],
  [class*="list-bullet"][data-gap-sp="x0"],
  [class*="list-order"][data-gap-sp="x0"]   { margin-top: 0 !important; }
  [class*="list-note"][data-gap-sp="x0.5"],
  [class*="list-bullet"][data-gap-sp="x0.5"],
  [class*="list-order"][data-gap-sp="x0.5"] { margin-top: .5em !important; }
  [class*="list-note"][data-gap-sp="x1"],
  [class*="list-bullet"][data-gap-sp="x1"],
  [class*="list-order"][data-gap-sp="x1"]   { margin-top: 1em !important; }
  [class*="list-note"][data-gap-sp="x1.5"],
  [class*="list-bullet"][data-gap-sp="x1.5"],
  [class*="list-order"][data-gap-sp="x1.5"] { margin-top: 1.5em !important; }
  [class*="list-note"][data-gap-sp="x2"],
  [class*="list-bullet"][data-gap-sp="x2"],
  [class*="list-order"][data-gap-sp="x2"]   { margin-top: 2em !important; }
  [class*="list-note"][data-gap-sp="x2.5"],
  [class*="list-bullet"][data-gap-sp="x2.5"],
  [class*="list-order"][data-gap-sp="x2.5"] { margin-top: 2.5em !important; }
  [class*="list-note"][data-gap-sp="x3"],
  [class*="list-bullet"][data-gap-sp="x3"],
  [class*="list-order"][data-gap-sp="x3"]   { margin-top: 3em !important; }
  [class*="list-description"][data-gap-sp="x0"]   { margin-top: 0 !important; }
  [class*="list-description"][data-gap-sp="x0.5"] { margin-top: .75em !important; }
  [class*="list-description"][data-gap-sp="x1"]   { margin-top: 1.5em !important; }
  [class*="list-description"][data-gap-sp="x1.5"] { margin-top: 2.25em !important; }
  [class*="list-description"][data-gap-sp="x2"]   { margin-top: 3em !important; }
  [class*="list-description"][data-gap-sp="x2.5"] { margin-top: 3.75em !important; }
  [class*="list-description"][data-gap-sp="x3"]   { margin-top: 4.5em !important; }
  [class*="list-note"] > li + li {
    margin-top: .5em;
  }
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li {
    margin-top: .75em;
  }
  [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: .5em;
  }
  [class*="list-note"] > li > .list_detail.is-section,
  [class*="list-bullet"] > li > .list_detail.is-section,
  [class*="list-order"] > li > .list_detail.is-section {
    margin-top: 1em;
  }
  [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"] {
    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;
    padding-left: 1em;
    color: #666;
    font-size: 1.2rem;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- list-note-order ----- */
  .list-note-order > li {
    position: relative;
    padding-left: 2.25em;
    color: #666;
    font-size: 1.2rem;
  }
  .list-note-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-bullet ----- */
  .list-bullet > li {
    position: relative;
    padding-left: 17px;
  }
  
  .list-bullet > li::before {
    position: absolute;
    top: .4em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d70c19;
    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: #666;
    content: "";
  }
  
  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 1.75em;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: .15em;
    left: 0;
    color: #d70c19;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }
  .list-order > li > .list_mark::after {
    content: ".";
  }
  /* v2 */
  .list-order-v2 > li {
    position: relative;
    padding-left: 2.4em;
    color: #666;
    font-size: 1.2rem;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* v3 */
  .list-order-v3 > li {
    position: relative;
    padding-left: 1.75em;
  }
  .list-order-v3 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* v4 */
  .list-order-v4 > li {
    position: relative;
    padding-left: 2.4em;
  }
  .list-order-v4 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-description ----- */
  .list-description {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .list-description + .list-description {
    margin-top: 15px;
  }
  .list-description > dt {
    margin-bottom: .5em;
    font-weight: 700;
  }
  .list-description > dt:first-child {
    margin-top: 0 !important;
  }
  /* v2 */
  .list-description-v2 > dt {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .list-description-v2 > dd {
    margin-top: .5em;
  }
  /* v3 */
  .list-description-v3 > dt {
    letter-spacing: -.4em;
    line-height: 1;
  }
  .list-description-v3 > dt .list_label {
    display: inline-block;
    padding: 5px 17px 3px;
    font-size: 1.2rem;
    font-weight: 700;
    vertical-align: top;
    letter-spacing: normal;
  }
  .list-description-v3 > dt .list_label.color1 {
    color: #fff;
    background-color: #666;
  }
  .list-description-v3 > dd {
    margin-top: 1em;
  }
  /* v4 */
  .list-description-v4 > dt {
    font-weight: 700;
  }
  .list-description-v4 > dd {
    margin-top: .75em;
  }
  /* v5 */
  .list-description-v5 > dt{
    position: relative;
    font-weight: 700;
  }
  .list-description-v5 > dd{
    margin: 0.3em 0 0 32px;
  }
  .list-description-v5 .list_num{
    margin-right: 8px;
    padding-top: 2px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    background-color: #003a8f;
  }
  .list-description-v5 + .list-description-v5{
    margin-top: 0.5em;
  }
  /* highlights */
  .list-description-highlights > dd .link-text > li > a {
    padding-left: 0;
  }
  .list-description-highlights > dd .link-text > li > a::before {
    content: none;
  }
  /* download */
  .list-description-download + .list-description-download {
    margin-top: .75em;
  }
  .list-description-download > dt {
    font-weight: 700;
  }
  .list-description-download > dd{
    margin-top: .25em;
  }
  
  /* ------------------------------------------------------
   * 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%;
    line-height: 1.25;
  }
  [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-text"].type-border-sp {
    padding-top: 1em;
    border-top: 1px solid #ddd;
  }
  [class*="link-inline"] .link_assist,
  [class*="link-text"] .link_assist,
  [class*="link-button"] .link_assist {
    color: #666;
    font-size: 1.2rem;
  }
  [class*="link-"].is-nest {
    margin: .5em 0 1em;
  }
  [class*="link-"] > li > .link_detail {
    margin-top: .25em;
  }
  [class*="link-"] > li > .link_detail > *:first-child,
  [class*="link-"] > li > .link_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  [class*="link-text"][data-gap-sp="x0"]   { margin-top: 0 !important; }
  [class*="link-text"][data-gap-sp="x0.5"] { margin-top: .5em !important; }
  [class*="link-text"][data-gap-sp="x1"]   { margin-top: 1em !important; }
  [class*="link-text"][data-gap-sp="x1.5"] { margin-top: 1.5em !important; }
  [class*="link-text"][data-gap-sp="x2"]   { margin-top: 2em !important; }
  [class*="link-text"][data-gap-sp="x2.5"] { margin-top: 2.5em !important; }
  [class*="link-text"][data-gap-sp="x3"]   { margin-top: 3em !important; }
  [class*="link-button"][data-gap-sp="x0"]   { margin-top: 0 !important; }
  [class*="link-button"][data-gap-sp="x0.5"] { margin-top: .75em !important; }
  [class*="link-button"][data-gap-sp="x1"]   { margin-top: 1.5em !important; }
  [class*="link-button"][data-gap-sp="x1.5"] { margin-top: 2.25em !important; }
  [class*="link-button"][data-gap-sp="x2"]   { margin-top: 3em !important; }
  [class*="link-button"][data-gap-sp="x2.5"] { margin-top: 3.75em !important; }
  [class*="link-button"][data-gap-sp="x3"]   { margin-top: 4.5em !important; }
  
  /* ----- link-inline ----- */
  a.link-inline {
    text-decoration: underline;
  }
  
  /* ----- link-text ----- */
  .link-text > li > a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }
  .link-text > li > a::before {
    position: absolute;
    top: .35em;
    left: 0;
    height: 8px;
    width: 8px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .link-text > li.no-link {
    padding-left: 15px;
  }
  
  /* ----- link-button ----- */
  .link-button > li > a,
  .link-button-v2 > li > a {
    display: inline-block;
    position: relative;
    min-width: 61.11%;
    padding: 12px 10px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .link-button > li > a.a-blank,
  .link-button > li > a.a-pdf,
  .link-button-v2 > li > a.a-blank,
  .link-button-v2 > li > a.a-pdf {
    padding-right: 40px;
  }
  .link-button .link_label,
  .link-button-v2 .link_label {
    display: inline-block;
  }
  
  /* ------------------------------------------------------
   * Element >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  .image-set {
    margin-top: 1.5em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .image-set[data-gap-sp="x0"]   { margin-top: 0 !important; }
  .image-set[data-gap-sp="x0.5"] { margin-top: .75em !important; }
  .image-set[data-gap-sp="x1"]   { margin-top: 1.5em !important; }
  .image-set[data-gap-sp="x1.5"] { margin-top: 2.25em !important; }
  .image-set[data-gap-sp="x2"]   { margin-top: 3em !important; }
  .image-set[data-gap-sp="x2.5"] { margin-top: 3.75em !important; }
  .image-set[data-gap-sp="x3"]   { margin-top: 4.5em !important; }
  .image-set .image_caption {
    margin-top: .7em;
    font-size: 1.2rem;
    text-align: left;
  }
  .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.is-color1 {
    padding: 0 20px;
    background-color: #f6f7f8;
  }
  .image-set .image_inner {
    text-align: center;
  }
  
  .image-set[class*="has-play-icon"] a {
    display: inline-block;
    position: relative;
  }
  .image-set[class*="has-play-icon"] a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 77px;
    width: 77px;
    background: url(/english/common/img/cmn_video_ic01-r2x.png) no-repeat 0 0 / 100% 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    content: "";
  }
  /* v2 */
  .image-set.has-play-icon-v2 a::before {
    height: 60px;
    width: 60px;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
  }
  
  /* ------------------------------------------------------
   * Element >>> Video
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Element >>> Form
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Element >>> Other
  ------------------------------------------------------ */
  /* ----- icon-new ----- */
  .icon-new {
    margin-top: 1em;
    padding-bottom: 4px;
  }
  .icon-new > i {
    display: inline-block;
    position: relative;
    padding: 6px 12px 4px;
    background-color: #d70c19;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
  }
  .icon-new > i::before {
    position: absolute;
    bottom: -4px;
    left: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #d70c19;
    border-left: 4px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  
  /* ----- ruled-line ----- */
  [class*="ruled-line"] > hr {
    display: block;
    border: none;
  }
  .ruled-line {
    margin: 1.5em 0;
  }
  .ruled-line > hr {
    height: 1px;
    background-color: #ddd;
  }
  
  /* ------------------------------------------------------
   * 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: 2em;
  }
  [class*="column-layout"].type-door {
    margin-top: 2.5em;
  }
  .column-layout.type-door > .column_item {
    margin-top: 2.5em;
  }
  
  /* ----- column-media ----- */
  .column-media {
    margin-top: 2em;
  }
  .column-media[data-gap-sp="x0"]   { margin-top: 0 !important; }
  .column-media[data-gap-sp="x0.5"] { margin-top: 1em !important; }
  .column-media[data-gap-sp="x1"]   { margin-top: 2em !important; }
  .column-media[data-gap-sp="x1.5"] { margin-top: 3em !important; }
  .column-media[data-layout-sp="row"] > .column_image {
    max-width: calc((100% - 15px) / 2);
  }
  .column-media[data-layout-sp="row"][data-media-size="1/3"] > .column_image,
  .column-media[data-layout-sp="row"][data-media-size="1/4"] > .column_image,
  .column-media[data-layout-sp="row"][data-media-size="1/5"] > .column_image,
  .column-media[data-layout-sp="row"][data-media-size="1/6"] > .column_image { width: calc((100% -  30px) / 3); }
  .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;
  }
  .column-media.type-cover[data-layout-sp="col"] > .column_image .image-set .image_inner,
  .column-media.type-cover[data-layout-sp="col-reverse"] > .column_image .image-set .image_inner {
    width: 80%;
  }
  .column-media.type-shot[data-layout-sp="col"] > .column_image .image-set .image_inner,
  .column-media.type-shot[data-layout-sp="col-reverse"] > .column_image .image-set .image_inner {
    width: 60%;
  }
  .column-media > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  [class*="table-layout"] {
    margin-top: 2em;
    padding-bottom: 1px;
    overflow-x: auto;
  }
  [class*="table-layout"] .table_inner {
    table-layout: fixed;
  }
  [class*="table-layout"][data-layout-sp="scroll"] {
    overflow-x: auto;
    padding-bottom: 20px;
  }
  [class*="table-layout"][data-layout-sp="scroll"]::-webkit-scrollbar {
    height: 10px;
  }
  [class*="table-layout"][data-layout-sp="scroll"]::-webkit-scrollbar-track {
    background: #f1f8ff;
  }
  [class*="table-layout"][data-layout-sp="scroll"]::-webkit-scrollbar-thumb {
    background: #1188aa;
  }
  [class*="table-layout"][data-layout-sp="scroll"] > .table_inner {
    width: 747px;
  }
  [class*="table-layout"][data-layout-sp="vertical"] col,
  [class*="table-layout"][data-layout-sp="vertical"] tbody,
  [class*="table-layout"][data-layout-sp="vertical"] tr,
  [class*="table-layout"][data-layout-sp="vertical"] th,
  [class*="table-layout"][data-layout-sp="vertical"] td {
    display: block;
    width: 100% !important;
  }
  [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;
  }
  [class*="table-layout"] .gp-br-nowrap {
    white-space: normal !important;
  }
  [class*="table-layout"] caption > *:first-child {
    margin-top: 0 !important;
  }
  [class*="table-layout"] caption > *:last-child {
    margin-bottom: 0 !important;
  }
  [class*="table-layout"] .cell-style1 {
    background-color: #f1f8ff;
  }
  [class*="table-layout"] .cell-style2 {
    background-color: #f6f7f8;
  }
  [class*="table-layout"] .cell-style3 {
    background-color: #666;
    color: #fff;
    font-weight: 700;
  }
  [class*="table-layout"] .cell-style4 {
    background-color: #3f8aca;
  }
  
  /* ----- table-layout ----- */
  .table-layout .table_inner {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .table-layout caption {
    text-align: left;
    margin-bottom: 1em;
  }
  .table-layout .table_title {
    margin-bottom: .75em;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .table-layout .table_caption {
    font-size: 1.2rem;
  }
  .table-layout th,
  .table-layout td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
  }
  .table-layout.type-narrow th,
  .table-layout.type-narrow td {
    padding: 7px 10px;
  }
  .table-layout th {
    font-weight: 700;
  }
  .table-layout thead th {
    vertical-align: middle;
  }
  .table-layout th.cell-style1 {
    text-align: center;
  }
  .table-layout[data-layout-sp="vertical"] tr > *:first-child {
    border-bottom: none;
  }
  .table-layout[data-layout-sp="vertical"] .cell-style1 + .cell-style1,
  .table-layout[data-layout-sp="vertical"] .cell-style2 + .cell-style2,
  .table-layout[data-layout-sp="vertical"] *:not([class*="cell-style"]) + *:not([class*="cell-style"]) {
    padding-top: 0;
  }
  /* v2 */
  .table-layout-v2 {
    line-height: 1.25;
    overflow: hidden;
  }
  .table-layout-v2 .table_inner {
    width: calc(100% + 2px);
    margin: 0 -1px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .table-layout-v2 caption {
    text-align: left;
    margin-bottom: .5em;
  }
  .table-layout-v2 .table_title {
    margin-bottom: .75em;
    font-size: 1.5rem;
  }
  .table-layout-v2 .table_caption {
    font-size: 1.2rem;
  }
  .table-layout-v2 th,
  .table-layout-v2 td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
  }
  .table-layout-v2 th {
    font-weight: 700;
  }
  .table-layout-v2 thead th {
    text-align: center;
    vertical-align: middle;
    padding: 7px 5px;
  }
  .table-layout-v2 tfoot th,
  .table-layout-v2 tfoot td {
    padding: 12px 5px;
  }
  .table-layout-v2 .table_unit {
    font-size: 1rem;
  }
  .table-layout-v2 .cell-style1 .table_unit {
    color: #666;
  }
  /* v3 */
  .table-layout-v3 .table_inner {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .table-layout-v3 caption {
    text-align: left;
    margin-bottom: 1em;
  }
  .table-layout-v3 .table_title {
    margin-bottom: .75em;
    font-size: 1.5rem;
  }
  .table-layout-v3 .table_caption {
    font-size: 1.2rem;
  }
  .table-layout-v3 th,
  .table-layout-v3 td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
  }
  .table-layout-v3.type-narrow th,
  .table-layout-v3.type-narrow td {
    padding: 7px 10px;
  }
  .table-layout-v3 th {
    font-weight: 700;
  }
  .table-layout-v3 thead th {
    vertical-align: middle;
  }
  .table-layout-v3 th.cell-style1 {
    text-align: center;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  [class*="box-layout"] {
    margin-top: 2em;
  }
  [class*="box-layout"].type-wide-sp {
    margin-right: -15px;
    margin-left: -15px;
  }
  [class*="box-layout"] > [class*="box_detail"] > *:first-child,
  [class*="box-layout"] > [class*="box_detail"] > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- box-layout ----- */
  .box-layout {
    padding: 15px 22px;
    background-color: #f6f7f8;
  }
  .box-layout > .box_title {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .box-layout > .box_title + .box_detail {
    margin-top: 1em;
  }
  /* v2 */
  .box-layout-v2 {
    padding: 15px 20px;
    background-color: #f6f7f8;
  }
  .box-layout-v2 > .box_title {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .box-layout-v2 > .box_title + .box_detail {
    margin-top: 1em;
  }
  /* v3 */
  .box-layout-v3 {
    padding: 15px 20px;
    background-color: #f6f7f8;
  }
  .box-layout-v3 > .box_title {
    margin: 0 -5px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .box-layout-v3 > .box_title + .box_detail {
    margin-top: 1.25em;
  }
  /* v4 */
  .box-layout-v4 {
    padding: 15px 22px;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .box-layout-v4 > .box_title {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .box-layout-v4 > .box_title + .box_detail {
    margin-top: 1em;
  }
  
  /* ----- voice-box-layout ----- */
  .voice-box-layout {
    background-color: #f6f7f8;
  }
  .voice-box-layout > .box_title .box_title_label {
    display: inline-block;
    position: relative;
    padding: 8px 25px 6px;
    background-color: #034693;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .voice-box-layout > .box_title .box_title_label::before {
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #034693;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  .voice-box-layout > .box_detail {
    padding: 20px;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  [class*="accordion-layout"] > .accordion_detail > *:first-child,
  [class*="accordion-layout"] > .accordion_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .accordion-layout {
    position: relative;
    margin-top: 2em;
    border-top: 2px solid #363739;
    z-index: 1;
  }
  .accordion-layout + .accordion-layout {
    margin-top: -1px;
  }
  .accordion-layout > .accordion_trigger {
    position: relative;
    cursor: pointer;
    padding: 12px 45px 10px 15px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }
  .accordion-layout > .accordion_trigger.is-active {
    background-color: #f6f7f8;
    border-color: #f6f7f8;
  }
  .accordion-layout > .accordion_trigger .accordion_heading .accordion_chapter {
    font-size: 1.8rem;
    line-height: 1.25;
  }
  .accordion-layout > .accordion_trigger .accordion_heading .accordion_title {
    font-size: 1.8rem;
    line-height: 1.25;
  }
  .accordion-layout > .accordion_detail {
    display: none;
    padding: 10px 20px 20px;
    background-color: #f6f7f8;
  }
  .accordion-layout > .accordion_trigger::before,
  .accordion-layout > .accordion_trigger::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 1px;
    margin-top: -1px;
    background-color: #363739;
    content: "";
  }
  .accordion-layout > .accordion_trigger::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .accordion-layout > .accordion_trigger.is-active::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  /* ----- tab-layout ----- */
  [class*="tab-layout"] > .tab_detail > *:first-child,
  [class*="tab-layout"] > .tab_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .tab-layout {
    margin-top: 2em;
  }
  .tab-layout > .tab_navi {
    margin: 0 0 1.5em;
  }
  .tab-layout > .tab_navi > .tab_list > li {
    display: -webkit-flex;
    display: flex;
    border-right: 1px solid #ccc;
  }
  .tab-layout > .tab_navi > .tab_list[data-row-sp="auto"] > li:first-child,
  .tab-layout > .tab_navi > .tab_list[data-row-sp="2"] > li:nth-child(2n+1),
  .tab-layout > .tab_navi > .tab_list[data-row-sp="3"] > li:nth-child(3n+1) {
    border-left: 1px solid #ccc;
  }
  .tab-layout > .tab_navi > .tab_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 10px 10px 8px;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1.25;
  }
  .tab-layout > .tab_navi > .tab_list > li.is-current > a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d70c19;
    content: "";
  }
  /* v2 */
  .tab-layout-v2 {
    margin-top: 2em;
  }
  .tab-layout-v2 > .tab_navi {
    margin: 0 0 1.5em;
  }
  .tab-layout-v2 > .tab_navi > .tab_list > li {
    display: -webkit-flex;
    display: flex;
  }
  .tab-layout-v2 > .tab_navi > .tab_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 12px 10px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .tab-layout-v2 > .tab_navi > .tab_list > li.is-current > a {
    border: 1px solid #d70c19;
    background-color: #d70c19;
  }
  /* type_news */
  .tab-layout-v2.type_news > .tab_navi {
    margin-bottom: 2.0em;
  }
  .tab-layout-v2.type_news > .tab_navi > .tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .tab-layout-v2.type_news > .tab_navi > .tab_list > li {
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
  }
  .tab-layout-v2.type_news > .tab_navi > .tab_list > li:first-of-type {
    width: 100%;
    margin-top: 0;
  }
  .tab-layout-v2.type_news > .tab_navi > .tab_list > li:nth-of-type(2n) {
    margin-right: 15px;
  }
  .tab-layout-v2.type_news > .tab_detail > .news-layout > .news_article.is-hidden {
    display: none;
  }
  
  /* ------------------------------------------------------
   * Component >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin: 2em 0;
    padding: 15px 20px;
    border: 1px solid #ddd;
  }
  .navi-anchor .navi_inner > li + li {
    margin-top: .5em;
  }
  .navi-anchor .navi_inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  .navi-anchor .navi_inner > li > a::before {
    position: absolute;
    top: .15em;
    left: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #d70c19;
    border-right: 1px solid #d70c19;
    content: "";
  }
  
  /* ----- navi-local ----- */
  .navi-local {
    margin-top: 2em;
  }
  .navi-local .navi_list[data-row-sp] > li {
    display: -webkit-flex;
    display: flex;
  }
  .navi-local .navi_list[data-row-sp] > li + li {
    margin-top: 1em;
  }
  .navi-local .navi_list[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%;
    padding: 12px 10px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .navi-local .navi_list[data-row-sp] > li.is-current > a {
    border-color: #d70c19;
    background-color: #d70c19;
  }
  
  /* ----- navi-pulldown ----- */
  .navi-pulldown {
    margin-top: 2em;
  }
  .navi-pulldown + * {
    margin-top: 1.5em;
  }
  .navi-pulldown + section > [class*="heading-lv"]:first-child {
    margin-top: 0;
  }
  .navi-pulldown .navi_inner {
    position: relative;
  }
  .navi-pulldown.gp-al-right .navi_inner {
    text-align: left !important;
  }
  .navi-pulldown .navi_title {
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
  }
  .navi-pulldown .navi_title .navi_label {
    display: block;
    padding: 10px 30px 8px 15px;
    background-color: #f6f7f8;
    text-decoration: none;
    outline: none;
  }
  .navi-pulldown .navi_title .navi_label::before {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: 1px solid #d70c19;
    border-right: 1px solid #d70c19;
    content: "";
  }
  .navi-pulldown .navi_title .navi_label.is-active::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  .navi-pulldown .navi_list {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    max-height: 250px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    overflow-y: auto;
    z-index: 10;
  }
  .navi-pulldown .navi_list .navi_label {
    display: block;
    padding: 10px 15px 8px;
    background-color: #f6f7f8;
    text-decoration: none;
    outline: none;
  }
  
  /* ----- navi-door ----- */
  .navi-door {
    margin-top: 2em;
  }
  .navi-door .navi_heading {
    margin-bottom: .75em;
  }
  .navi-door .navi_heading + * {
    margin-top: .75em;
  }
  .navi-door .navi_heading .navi_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .navi-door .column-media[data-layout-sp="col"] > .column_detail {
    margin-top: 1.5em;
  }
  
  /* ------------------------------------------------------
   * Component >>> Index
  ------------------------------------------------------ */
  [class*="index-layout"] .index_caption > *:first-child,
  [class*="index-layout"] .index_caption > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- index-layout ----- */
  .index-layout > .block {
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .index-layout > a.block {
    text-decoration: none;
  }
  .index-layout > .block.no-link {
    background-color: #ccc;
  }
  .index-layout > .block > .index_image img {
    width: 100%;
  }
  .index-layout > .block > .index_caption {
    padding: 12px 10px;
  }
  .index-layout > .block.no-link > .index_caption {
    color: #888;
  }
  .index-layout > .block > .index_caption .index_title {
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
  }
  /* v2 */
  .index-layout-v2 > .block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 12px 35px 10px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    text-align: center;
    text-decoration: none;
  }
  .index-layout-v2 > a.block:not(.a-blank):not(.a-pdf)::after {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .index-layout-v2 .index_title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .index-layout-v2 .index_lead {
    margin-top: .25em;
    color: #666;
    font-size: 1.2rem;
  }
  /* v3 */
  .index-layout-v3 > .block {
    position: relative;
    background-color: #f6f7f8;
    color: #333;
  }
  .index-layout-v3 > a.block {
    text-decoration: none;
  }
  .index-layout-v3 > .block > .index_image img {
    width: 100%;
  }
  .index-layout-v3 > .block > .index_caption {
    padding: 15px 20px;
  }
  .index-layout-v3 > a.block > .index_caption {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding-right: 50px;
  }
  .index-layout-v3 > a.block:not(.a-blank):not(.a-pdf) > .index_caption::after {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .index-layout-v3 > .block .index_title {
    font-weight: 700;
  }
  .index-layout-v3 > .block .index_title .index_label .index_label_assist {
    color: #666;
    font-size: 1.2rem;
  }
  .index-layout-v3 > .block .icon-new{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
  /* v4 */
  .index-layout-v4 > .block {
    background-color: #fff;
    color: #333;
  }
  .index-layout-v4 > .block > .index_image img {
    width: 100%;
  }
  .index-layout-v4 > .block > .index_caption {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px;
  }
  .index-layout-v4 > .block > .index_caption .index_title {
    font-weight: 700;
    text-align: center;
  }
  /* v5 */
  .index-layout-v5 > .block {
    color: #fff;
    position: relative;
  }
  .index-layout-v5 > .block > .index_image img {
    width: 100%;
  }
  .index-layout-v5 > .block > .index_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background: linear-gradient(to bottom, transparent, #333);
  }
  .index-layout-v5 > .block > .index_caption .index_title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.25;
  }
  /* v6 */
  .index-layout-v6 > .block {
    background-color: #f6f7f8;
    color: #333;
  }
  .index-layout-v6 > .block > .index_image img {
    width: 100%;
  }
  .index-layout-v6 > .block > .index_caption {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px;
  }
  .index-layout-v6 > .block > .index_caption .index_title {
    font-weight: 700;
    text-align: center;
  }
  
  /* ----- intro-index-layout ----- */
  .intro-index-layout > .block {
    color: #333;
  }
  .intro-index-layout .index_title {
    margin-bottom: .5em;
    font-size: 1.5rem;
  }
  .intro-index-layout .index_visual {
    position: relative;
    float: right;
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
  }
  .intro-index-layout .index_visual .index_image {
    width: 100%;
  }
  .intro-index-layout .index_record {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .intro-index-layout .index_record .index_record_list {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .intro-index-layout .index_record .index_record_list > li + li {
    margin-top: .25em;
  }
  .intro-index-layout .index_record .index_record_list > li strong {
    font-size: 3.6rem;
    line-height: 1;
  }
  .intro-index-layout .index_record .index_record_note {
    margin-top: .5em;
    font-size: 1.2rem;
  }
  .intro-index-layout .index_caption {
    margin-top: 1em;
    font-size: 1.2rem;
    overflow: hidden;
  }
   /* v2 */
  .intro-index-layout-v2 > .block {
    color: #333;
  }
  .intro-index-layout-v2 .index_title {
    margin-bottom: .5em;
    font-weight: 700;
  }
  .intro-index-layout-v2 .index_image {
    float: left;
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
  .intro-index-layout-v2 .index_caption {
    font-size: 1.2rem;
    overflow: hidden;
  }
  
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  /* ----- news-layout ----- */
  .news-layout {
    margin-top: 2em;
  }
  .news-layout > .news_heading {
    margin-bottom: .5em;
  }
  .news-layout > .news_heading > .news_title {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .news-layout .news_article {
    margin-top: -1px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .news-layout .news_article .block {
    position: relative;
    padding: 15px 0;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .news-layout .news_article a.block {
    padding-right: 25px;
  }
  .news-layout .news_article a.block:not(.a-blank):not(.a-pdf)::after {
    position: absolute;
    top: 50%;
    right: 2px;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .news-layout .news_article .news_property {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    min-height: 20px;
    padding-left: 6em;
  }
  .news-layout .news_article .news_property + .news_title {
    margin-top: .5em;
  }
  .news-layout .news_article .news_title .link_assist {
    margin-left: .5em;
    color: #666;
    font-size: 1.2rem;
  }
  .news-layout .news_article .news_date {
    position: absolute;
    top: 0;
    left: 0;
    color: #656565;
    font-size: 1.2rem;
  }
  .news-layout .news_article [class*="news_icon"] {
    display: inline-block;
    min-width: 60px;
    margin: 0 5px 3px 0;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0 5px;
    font-size: 1.2rem;
    line-height: 16px;
    text-align: center;
  }
  .news-layout .news_article .news_icon.type1 {
    border-color: #5c3d9c;
    color: #5c3d9c;
  }
  .news-layout .news_article .news_icon.type2 {
    border-color: #cc0e17;
    color: #cc0e17;
  }
  .news-layout .news_article .news_icon.type3 {
    border-color: #4b6b21;
    color: #4b6b21;
  }
  .news-layout .news_article .news_icon.type4 {
    border-color: #999;
    color: #333;
  }
  .news-layout .news_article .news_icon.type5 {
    border-color: #cc0e17;
    color: #cc0e17;
  }
  .news-layout .news_article .news_icon.type6 {
    border-color: #75801a;
    color: #75801a;
  }
  
  /* ----- news-icon-list ----- */
  .news-icon-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 1em;
  }
  .pageHead .news-icon-list {
    margin-bottom: 1em;
  }
  body.has-translation .pageHead .news-icon-list {
    padding-right: 8.5em;
  }
  .news-icon-list > li {
    display: inline-block;
    min-width: 60px;
    margin: 0 10px .5em 0;
    padding: 0 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1.2rem;
    line-height: 16px;
    text-align: center;
  }
  .news-icon-list > li.type1 {
    border-color: #5c3d9c;
    color: #5c3d9c;
  }
  .news-icon-list > li.type2 {
    border-color: #cc0e17;
    color: #cc0e17;
  }
  .news-icon-list > li.type3 {
    border-color: #4b6b21;
    color: #4b6b21;
  }
  .news-icon-list > li.type4 {
    border-color: #999;
    color: #333;
  }
  .news-icon-list > li.type5 {
    border-color: #cc0e17;
    color: #cc0e17;
  }
  .news-icon-list > li.type6 {
    border-color: #75801a;
    color: #75801a;
  }
  
  /* ----- article-news ----- */
  .article-news > *:first-child {
    margin-top: 0 !important;
  }
  .article-news .article_time {
    color: #666;
    font-size: 1.2rem;
    text-align: right;
  }
  .article-news .article_end {
    margin-top: 3.25em;
    font-size: 1.2rem;
    text-align: right;
  }
  .article-news .article_foot {
    margin-top: 3.25em;
    padding-top: 15px;
    border-top: 1px solid #ddd;
  }
  .article-news .article_end + .article_foot {
    margin-top: 1.25em;
  }
  .article-news .article_foot > *:first-child {
    margin-top: 0 !important;
  }
  .article-news .article_notice {
    margin-top: 1em;
    color: #666;
    font-size: 1.2rem;
  }
  
  /* ----- plugin-layout ----- */
  .plugin-layout {
    margin-top: 2em;
  }
  .plugin-layout > .block {
    padding: 20px;
    background-color: #f6f7f8;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .plugin-layout .plugin_banner {
    width: 159px;
  }
  .plugin-layout .plugin_title {
    margin-top: 1.25em;
  }
  .plugin-layout a .plugin_title {
    position: relative;
    padding-left: 15px;
  }
  .plugin-layout a .plugin_title::before {
    position: absolute;
    top: .35em;
    left: 0;
    height: 8px;
    width: 8px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .plugin-layout .plugin_detail {
    margin-top: 1.25em;
    color: #666;
    font-size: 1.2rem;
  }
  
  /* ----- hero-layout ----- */
  .hero-layout {
    position: relative;
    margin: 2.5em 0 0;
  }
  .pageHead > .hero-layout:first-child {
    margin-top: -15px !important;
  }
  .hero-layout .hero_heading {
    height: 150px;
    margin: 0 -15px;
    padding: 20px 15px 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .hero-layout .hero_heading .hero_title {
    width: 165px;
    padding-bottom: 8px;
    border-bottom: 3px solid #e14953;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .hero-layout .heading_text {
    margin-top: 1em;
  }
  /* v2 */
  .hero-layout-v2 {
    margin: 2em -15px 0;
  }
  .hero-layout-v2 .hero_inner {
    margin-top: 1.5em;
    padding: 0 15px;
  }
  .hero-layout-v2 .hero_heading {
    margin-bottom: .5em
  }
  .hero-layout-v2 .hero_heading .hero_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .hero-layout-v2 [class*="link-button"] {
    margin-top: 2em;
  }
  /* v3 */
  .hero-layout-v3 {
    margin: 2em -15px 0;
  }
  .hero-layout-v3 .hero_heading {
    margin-top: 1.5em;
    margin-bottom: .5em;
    padding: 0 15px;
  }
  .hero-layout-v3 .hero_heading .hero_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .hero-layout-v3 .hero_inner {
    margin-top: 1.5em;
    padding: 0 15px;
  }
  .hero-layout-v3 .hero_heading + .hero_inner {
    margin-top: .5em;
  }
  .hero-layout-v3 [class*="link-button"] {
    margin-top: 1em;
  }
  
  /* ----- download-layout ----- */
  .download-layout {
    margin-top: 2em;
    padding: 15px 20px;
    background-color: #f6f7f8;
  }
  .download-layout > .download_heading {
    margin-bottom: 1em;
  }
  .download-layout > .download_heading > .download_title {
    font-size: 1.5rem;
  }
  .download-layout > .download_detail > *:first-child,
  .download-layout > .download_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- contact-layout ----- */
  [class*="contact-layout"] > .contact_detail > *:first-child,
  [class*="contact-layout"] > .contact_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .contact-layout {
    margin-top: 2em;
    padding: 15px 20px;
    background-color: #f6f7f8;
  }
  .contact-layout .contact_heading {
    margin-bottom: 1em;
  }
  .contact-layout .contact_heading .contact_title {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .contact-layout .contact_text {
    margin-top: 1em;
  }
  .contact-layout .link-button {
    margin-top: 1.25em;
  }
  
  /* ----- button-column-layout ----- */
  .button-column-layout {
    margin-top: 2em;
  }
  .button-column-layout > .button_title {
    font-weight: 700;
  }
  .button-column-layout > .button_content {
    margin-top: 1em;
  }
  .button-column-layout > .button_content > *:first-child {
    margin-top: 0 !important;
  }
  /* v2 */
  .button-column-layout-v2 {
    margin-top: 2em;
  }
  .button-column-layout-v2 > .button_title {
    font-size: 1.5rem;
    text-align: center;
  }
  .button-column-layout-v2 > .button_content {
    margin-top: 1.25em;
  }
  .button-column-layout-v2 > .button_content > *:first-child {
    margin-top: 0 !important;
  }
  /* v3 */
  .button-column-layout-v3 {
    margin-top: 2em;
  }
  .button-column-layout-v3 > .button_title {
    font-size: 1.6rem;
    text-align: center;
  }
  .button-column-layout-v3 > .button_title + .button_content {
    margin-top: .5em;
  }
  .button-column-layout-v3 > .button_content > *:first-child {
    margin-top: 0 !important;
  }
  /* v4 */
  .button-column-layout-v4 {
    margin-top: 2em;
  }
  .button-column-layout-v4 > .button_title {
    font-size: 1.6rem;
    text-align: left;
  }
  .button-column-layout-v4 > .button_title + .button_content {
    margin-top: .5em;
  }
  .button-column-layout-v4 > .button_content > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- video-layout ----- */
  [class*="video-layout"] > *:first-child {
    margin-top: 0 !important;
  }
  [class*="video-layout"] .video_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  [class*="video-layout"] .video_inner > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-layout {
    width: 100%;
    margin: 2em auto 0;
  }
  
  /* ----- youtube-layout ----- */
  [class*="youtube-layout"] > *:first-child {
    margin-top: 0 !important;
  }
  [class*="youtube-layout"] .youtube_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  [class*="youtube-layout"] .youtube_inner > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .youtube-layout {
    width: 100%;
    margin: 2em auto 0;
  }
  
  /* ----- relation-layout ----- */
  .relation-layout {
    display: block;
    margin: 2.5em -15px 0;
    padding: 25px 15px 50px;
    background-color: #f2f7fb;
  }
  .relation-layout > .relation_heading {
    margin-bottom: .75em;
  }
  .relation-layout > .relation_heading + * {
    margin-top: .75em;
  }
  .relation-layout > .relation_heading .relation_title {
    font-size: 1.5rem;
  }
  .relation-layout > .relation_detail > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- chart-box-layout ----- */
  .chart-box-layout {
    margin-top: 2em;
  }
  
  /* ----- search-input-widget ----- */
  .search-input-widget {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 45px;
  }
  .search-input-widget[data-layout-sp="column"] {
    display: block;
    height: auto;
  }
  .search-input-widget .widget_input {
    width: calc(100% - 100px);
    height: 45px;
    margin: 0;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.6rem;
  }
  .search-input-widget .widget_submit {
    width: 100px;
    height: 45px;
    margin: 0;
    padding: 0 0 0 35px;
    border: none;
    background: #cc0e17;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.6rem;
    color: #fff;
    text-align: left;
  }
  .search-input-widget .widget_icon {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 70px;
    margin-top: -10px;
    background: url(/english/common/img/cmn_search_ic01-r2x.png) 0 0 no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
  }
  
  
   dl.defBox {
      box-sizing: border-box;
      margin-right: 10px;
      margin-left: 10px;
      padding: 10px 10px 0 10px;
      border: 2px solid #66BFDE;
    }
    dl.defBox dt {
      margin-bottom: 4px;
      color: #66BFDE;
      font-size: 14px;
      font-weight: bold;
    }
    dl.defBox dd {
      margin-bottom: 12px;
      color: #191919;
      font-size: 12px;
      line-height: 1.3;
    }
  /* ----- sns-list ----- */
  .sns-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sns-list_item {
    width: 40px;
  }
  .sns-list_item + .sns-list_item {
    margin: 0 0 0 14%;
  }
  .sns-list_youtube {
    width: 48px;
  }
  .sns-list_linkedin {
    width: 47px;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .column-media[data-layout-sp="row"]::after,
  .intro-index-layout > .block::after,
  .intro-index-layout-v2 .index_detail::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@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) {
}
***/