@charset "utf-8";

/* ======================================================
 * parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Element >>> Heading
 * - Element >>> Text
 * - Element >>> List
 * - Element >>> Link
 * - Element >>> Image
 * - Element >>> Video
 * - Element >>> Form
 * - Element >>> Other
 * - Layout >>> Column
 * - Layout >>> Table
 * - Layout >>> Box
 * - Layout >>> Other
 * - Component >>> Navi
 * - Component >>> Index
 * - Component >>> Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- a ----- */
  a.block {
    display: block;
  }
  [class^="heading-lv"] a.block,
  [class*="link-text"] a:hover,
  .navi-anchor .navi_inner > li > a:hover,
  .navi-local .navi_list[data-row-pc] > li > a,
  .navi-pulldown .navi_inner a {
    color: #333;
  }
  a.link-inline:hover .link_assist,
  .tab-layout > .tab_navi > .tab_list > li.is-current > a,
  .tab-layout-v2 > .tab_navi > .tab_list > li > a:hover,
  .index-layout-v2 > a.block:hover,
  .navi-local .navi_list[data-row-pc] > li > a:hover {
    color: #d70c19;
  }
  .link-button > li > a:hover,
  .link-button-v2 > li > a:hover,
  .link-button > li > a:hover .link_assist,
  .link-button-v2 > li > a:hover .link_assist,
  .index-layout > a.block:hover,
  .tab-layout-v2 > .tab_navi > .tab_list > li.is-current > a,
  .navi-local .navi_list[data-row-pc] > li.is-current > a {
    color: #fff;
  }
  
  /* ----- opacity ----- */
  img.imgover:hover,
  .image-set[class*="has-play-icon"] a:hover,
  .sns-list-image a:hover > img,
  .index-layout > a.block:hover .index_image img,
  .index-layout-v3 > a.block:hover > .index_image img,
  .index-layout-v4 > a.block:hover > .index_image img,
  .index-layout-v5 > a.block:hover,
  .index-layout-v6 > a.block:hover > .index_image img,
  .plugin-layout a.block:hover .plugin_banner,
  .search-input-widget .widget_submit:hover,
  .search-input-widget .widget_icon:hover + .widget_submit {
    opacity: 0.8;
  }
  
  /* ----- transition ----- */
  .accordion-layout > .accordion_trigger,
  .index-layout > a.block .index_image img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .index-layout > a.block > .index_caption {
    -webkit-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
  }
  [class*="link-inline"] .link_assist,
  [class*="link-text"] .link_assist,
  [class*="link-button"] .link_assist {
    -webkit-transition: color .2s ease-out 0s;
    transition: color .2s ease-out 0s;
  }
  img.imgover,
  .index-layout-v3 > a.block > .index_image img,
  .index-layout-v4 > a.block > .index_image img,
  .index-layout-v6 > a.block > .index_image img,
  .plugin-layout a.block .plugin_banner,
  .search-input-widget .widget_submit {
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  .navi-pulldown .navi_title .navi_label::before,
  .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(/common/img/cmn_sprite_ic01.png) no-repeat;
    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: 20px; height: 20px; background-position: 0 -160px; }
  .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: 20px; height: 20px; background-position: 0 -200px; }
  .a-print::after { width: 20px; height: 17px; background-position: 0 -240px; }
  .a-mail::after { width: 19px; height: 14px; background-position: -40px -240px; }
  .a-excel::after { width: 20px; height: 20px; background-position: -80px -240px; }
  .a-word::after { width: 20px; height: 21px; background-position: -120px -240px; }
  .a-ppt::after { width: 20px; height: 21px; background-position: -160px -240px; }
  .a-rss::after { width: 14px; height: 14px; background-position: -200px -240px; }
  .a-zip::after { width: 18px; height: 22px; background-position: -240px -240px; }
  .a-video::after { width: 18px; height: 14px; background-position: -280px -240px; }
  .download-layout .download_title::after { width: 23px; height: 23px; background-position: -320px -240px; }
  .text-arrow::before { width: 16px; height: 11px; 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: .2em 8px 0 8px;
  }
  /* for IE11 */
  [data-browser="ie11"] .link-inline.a-blank::after,
  [data-browser="ie11"] .link-inline.a-pdf::after,
  [data-browser="ie11"] .link-inline.a-print::after,
  [data-browser="ie11"] .link-inline.a-mail::after,
  [data-browser="ie11"] .link-inline.a-excel::after,
  [data-browser="ie11"] .link-inline.a-word::after,
  [data-browser="ie11"] .link-inline.a-ppt::after,
  [data-browser="ie11"] .link-inline.a-zip::after {
    margin-top: 0;
  }
  .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 8px 0 8px;
  }
  /* for IE11 */
  [data-browser="ie11"] .link-inline.a-print::after,
  [data-browser="ie11"] .link-inline.a-mail::after,
  [data-browser="ie11"] .link-inline.a-rss::after,
  [data-browser="ie11"] .link-inline.a-video::after {
    margin-top: .15em;
  }
  .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 12px;
  }
  /* for IE11 */
  [data-browser="ie11"] .link-text > li > .a-blank::after,
  [data-browser="ie11"] .link-text > li > .a-pdf::after,
  [data-browser="ie11"] .link-text > li > .a-print::after,
  [data-browser="ie11"] .link-text > li > .a-mail::after,
  [data-browser="ie11"] .link-text > li > .a-excel::after,
  [data-browser="ie11"] .link-text > li > .a-word::after,
  [data-browser="ie11"] .link-text > li > .a-ppt::after,
  [data-browser="ie11"] .link-text > li > .a-zip::after {
    margin-top: 0;
  }
  .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 12px;
  }
  /* for IE11 */
  [data-browser="ie11"] .link-text > li > .a-print::after,
  [data-browser="ie11"] .link-text > li > .a-mail::after,
  [data-browser="ie11"] .link-text > li > .a-rss::after,
  [data-browser="ie11"] .link-text > li > .a-video::after {
    margin-top: .15em;
  }
  .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: 14px;
    margin-top: -10px;
  }
  /* for IE11 */
  [data-browser="ie11"] .link-button > li > .a-blank::after,
  [data-browser="ie11"] .link-button > li > .a-pdf::after,
  [data-browser="ie11"] .link-button-v2 > li > .a-blank::after,
  [data-browser="ie11"] .link-button-v2 > li > .a-pdf::after,
  [data-browser="ie11"] .index-layout-v2 > .a-blank::after,
  [data-browser="ie11"] .index-layout-v2 > .a-pdf::after {
    margin-top: -15px;
  }
  .index-layout-v3 > .a-blank .index_caption::after,
  .index-layout-v3 > .a-pdf .index_caption::after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
  }
  /* for IE11 */
  [data-browser="ie11"] .index-layout-v3 > .a-blank .index_caption::after,
  [data-browser="ie11"] .index-layout-v3 > .a-pdf .index_caption::after {
    margin-top: -15px;
  }
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after {
    display: inline-block;
    margin: .35em 0 0 10px;
  }
  /* for IE11 */
  [data-browser="ie11"] [class*="heading-lv"] .a-blank .heading_title::after,
  [data-browser="ie11"] [class*="heading-lv"] .a-pdf .heading_title::after {
    margin-top: .15em;
  }
  .heading-lv2 .a-blank .heading_title::after,
  .heading-lv2 .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;
  }
  /* for IE11 */
  [data-browser="ie11"] .heading-lv2 .a-blank .heading_title::after,
  [data-browser="ie11"] .heading-lv2 .a-pdf .heading_title::after,
  [data-browser="ie11"] .heading-lv4 .a-blank .heading_title::after,
  [data-browser="ie11"] .heading-lv4 .a-pdf .heading_title::after {
    margin-top: .15em;
  }
  .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;
  }
  /* for IE11 */
  [data-browser="ie11"] .index-layout > .a-blank .index_title::after,
  [data-browser="ie11"] .index-layout > .a-pdf .index_title::after,
  [data-browser="ie11"] .index-layout-v4 > .a-blank .index_title::after,
  [data-browser="ie11"] .index-layout-v4 > .a-pdf .index_title::after,
  [data-browser="ie11"] .index-layout-v5 > .a-blank .index_title::after,
  [data-browser="ie11"] .index-layout-v5 > .a-pdf .index_title::after,
  [data-browser="ie11"] .index-layout-v6 > .a-blank .index_title::after,
  [data-browser="ie11"] .index-layout-v6 > .a-pdf .index_title::after,
  [data-browser="ie11"] .plugin-layout > .a-blank .plugin_title::after {
    margin-top: 0;
  }
  .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: .4em;
    left: 0;
  }
  /* for IE11 */
  [data-browser="ie11"] .text-arrow::before {
    top: .2em;
  }
  .download-layout .download_title::after {
    display: inline-block;
    margin: .15em 0 0 10px;
  }
  /* for IE11 */
  [data-browser="ie11"] .download-layout .download_title::after {
    margin-top: 0;
  }
  
  /* ----- data-row-pc ----- */
  [data-row-pc]:not([data-row-pc="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 1.75em;
    margin-left: 36px;
  }
  [class*="list-"][data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > *,
  [class*="link-text"][data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: .5em;
  }
  [class*="link-button"][data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 1em;
  }
  .column-layout[data-row-pc="1"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .column-layout[data-row-pc="1"] > .column_item:first-child {
    margin-top: 0 !important;
  }
  .column-layout[data-row-pc="1"] > .column_item + .column_item {
    margin-top: 1.75em;
  }
  .column-layout-v2[data-row-pc] > .column_item {
    margin: 2px 0 0 2px;
  }
  .column-layout-v3[data-row-pc] > .column_item {
    margin: 0;
  }
  .tab-layout .tab_list[data-row-pc] > li {
    margin-top: 1.25em;
    margin-left: 0 !important;
  }
  .tab-layout-v2 .tab_list[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > li {
    margin-top: 1em;
    margin-left: 12px;
  }
  [data-row-pc="2"] > *:nth-child(-n+2),
  [data-row-pc="3"] > *:nth-child(-n+3),
  [data-row-pc="4"] > *:nth-child(-n+4),
  [data-row-pc="5"] > *:nth-child(-n+5),
  [data-row-pc="6"] > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
  [data-row-pc="1"] > *,
  [data-row-pc="2"] > *:nth-child(2n+1),
  [data-row-pc="3"] > *:nth-child(3n+1),
  [data-row-pc="4"] > *:nth-child(4n+1),
  [data-row-pc="5"] > *:nth-child(5n+1),
  [data-row-pc="6"] > *:nth-child(6n+1) {
    margin-left: 0 !important;
  }
  [data-row-pc="2"] > * { width: calc((100% -  36px) / 2); }
  [data-row-pc="3"] > * { width: calc((100% -  72px) / 3); }
  [data-row-pc="4"] > * { width: calc((100% - 108px) / 4); }
  [data-row-pc="5"] > * { width: calc((100% - 144px) / 5); }
  [data-row-pc="6"] > * { width: calc((100% - 180px) / 6); }
  .column-layout[data-row-pc="3"] > .column_item.is-double { width: calc((100% - 72px) / 3 * 2 + 36px); }
  .column-layout[data-row-pc="4"] > .column_item.is-double { width: calc((100% - 108px) / 4 * 2 + 36px); }
  .column-layout-v2[data-row-pc="2"] > .column_item { width: calc((100% - 2px) / 2); }
  .column-layout-v2[data-row-pc="3"] > .column_item { width: calc((100% - 4px) / 3); }
  .column-layout-v2[data-row-pc="4"] > .column_item { width: calc((100% - 6px) / 4); }
  .column-layout-v2[data-row-pc="5"] > .column_item { width: calc((100% - 8px) / 5); }
  .column-layout-v2[data-row-pc="6"] > .column_item { width: calc((100% - 10px) / 6); }
  .column-layout-v3[data-row-pc="2"] > .column_item { width: calc(100% / 2); }
  .column-layout-v3[data-row-pc="3"] > .column_item { width: calc(100% / 3); }
  .column-layout-v3[data-row-pc="4"] > .column_item { width: calc(100% / 4); }
  .column-layout-v3[data-row-pc="5"] > .column_item { width: calc(100% / 5); }
  .column-layout-v3[data-row-pc="6"] > .column_item { width: calc(100% / 6); }
  .tab-layout .tab_list[data-row-pc="2"] > li { width: calc(100% / 2); }
  .tab-layout .tab_list[data-row-pc="3"] > li { width: calc(100% / 3); }
  .tab-layout .tab_list[data-row-pc="4"] > li { width: calc(100% / 4); }
  .tab-layout .tab_list[data-row-pc="5"] > li { width: calc(100% / 5); }
  .tab-layout .tab_list[data-row-pc="6"] > li { width: calc(100% / 6); }
  .tab-layout-v2 .tab_list[data-row-pc="2"] > li { width: calc((100% - 12px) / 2); }
  .tab-layout-v2 .tab_list[data-row-pc="3"] > li { width: calc((100% - 24px) / 3); }
  .tab-layout-v2 .tab_list[data-row-pc="4"] > li { width: calc((100% - 36px) / 4); }
  .tab-layout-v2 .tab_list[data-row-pc="5"] > li { width: calc((100% - 48px) / 5); }
  .tab-layout-v2 .tab_list[data-row-pc="6"] > li { width: calc((100% - 60px) / 6); }
  
  /* for IE11 & Edge */
  [data-browser="ie11"] [data-row-pc="2"] > * { width: calc(((100% - 36px) / 2) - 0.1px); }
  [data-browser="ie11"] [data-row-pc="3"] > * { width: calc(((100% - 72px) / 3) - 0.1px); }
  [data-browser="ie11"] [data-row-pc="4"] > * { width: calc(((100% - 108px) / 4) - 0.1px); }
  [data-browser="ie11"] [data-row-pc="5"] > * { width: calc(((100% - 144px) / 5) - 0.1px); }
  [data-browser="ie11"] [data-row-pc="6"] > * { width: calc(((100% - 180px) / 6) - 0.1px); }
  [data-browser="ie11"] .column-layout[data-row-pc="3"] > .column_item.is-double { width: calc(((100% - 72px) / 3 * 2 + 36px) - 0.1px); }
  [data-browser="ie11"] .column-layout[data-row-pc="4"] > .column_item.is-double { width: calc(((100% - 72px) / 4 * 2) - 0.1px); }
  [data-browser="edge"] [data-row-pc="2"] > * { width: calc(((100% - 36px) / 2) - 0.1px); }
  [data-browser="edge"] [data-row-pc="3"] > * { width: calc(((100% - 72px) / 3) - 0.1px); }
  [data-browser="edge"] [data-row-pc="4"] > * { width: calc(((100% - 108px) / 4) - 0.1px); }
  [data-browser="edge"] [data-row-pc="5"] > * { width: calc(((100% - 144px) / 5) - 0.1px); }
  [data-browser="edge"] [data-row-pc="6"] > * { width: calc(((100% - 180px) / 6) - 0.1px); }
  [data-browser="edge"] .column-layout[data-row-pc="3"] > .column_item.is-double { width: calc(((100% - 72px) / 3 * 2 + 36px) - 0.1px); }
  [data-browser="edge"] .column-layout[data-row-pc="4"] > .column_item.is-double { width: calc(((100% - 72px) / 4 * 2) - 0.1px); }
  [data-browser="ie11"] .column-layout-v2[data-row-pc="2"] > .column_item { width: calc(((100% - 2px) / 2) - 0.1px); }
  [data-browser="ie11"] .column-layout-v2[data-row-pc="3"] > .column_item { width: calc(((100% - 4px) / 3) - 0.1px); }
  [data-browser="ie11"] .column-layout-v2[data-row-pc="4"] > .column_item { width: calc(((100% - 6px) / 4) - 0.1px); }
  [data-browser="ie11"] .column-layout-v2[data-row-pc="5"] > .column_item { width: calc(((100% - 8px) / 5) - 0.1px); }
  [data-browser="ie11"] .column-layout-v2[data-row-pc="6"] > .column_item { width: calc(((100% - 10px) / 6) - 0.1px); }
  [data-browser="edge"] .column-layout-v2[data-row-pc="2"] > .column_item { width: calc(((100% - 2px) / 2) - 0.1px); }
  [data-browser="edge"] .column-layout-v2[data-row-pc="3"] > .column_item { width: calc(((100% - 4px) / 3) - 0.1px); }
  [data-browser="edge"] .column-layout-v2[data-row-pc="4"] > .column_item { width: calc(((100% - 6px) / 4) - 0.1px); }
  [data-browser="edge"] .column-layout-v2[data-row-pc="5"] > .column_item { width: calc(((100% - 8px) / 5) - 0.1px); }
  [data-browser="edge"] .column-layout-v2[data-row-pc="6"] > .column_item { width: calc(((100% - 10px) / 6) - 0.1px); }
  [data-browser="ie11"] .column-layout-v3[data-row-pc="2"] > .column_item { width: calc((100% / 2) - 0.1px); }
  [data-browser="ie11"] .column-layout-v3[data-row-pc="3"] > .column_item { width: calc((100% / 3) - 0.1px); }
  [data-browser="ie11"] .column-layout-v3[data-row-pc="4"] > .column_item { width: calc((100% / 4) - 0.1px); }
  [data-browser="ie11"] .column-layout-v3[data-row-pc="5"] > .column_item { width: calc((100% / 5) - 0.1px); }
  [data-browser="ie11"] .column-layout-v3[data-row-pc="6"] > .column_item { width: calc((100% / 6) - 0.1px); }
  [data-browser="edge"] .column-layout-v3[data-row-pc="2"] > .column_item { width: calc((100% / 2) - 0.1px); }
  [data-browser="edge"] .column-layout-v3[data-row-pc="3"] > .column_item { width: calc((100% / 3) - 0.1px); }
  [data-browser="edge"] .column-layout-v3[data-row-pc="4"] > .column_item { width: calc((100% / 4) - 0.1px); }
  [data-browser="edge"] .column-layout-v3[data-row-pc="5"] > .column_item { width: calc((100% / 5) - 0.1px); }
  [data-browser="edge"] .column-layout-v3[data-row-pc="6"] > .column_item { width: calc((100% / 6) - 0.1px); }
  [data-browser="ie11"] .tab-layout .tab_list[data-row-pc="2"] > li { width: calc((100% / 2) - 0.1px); }
  [data-browser="ie11"] .tab-layout .tab_list[data-row-pc="3"] > li { width: calc((100% / 3) - 0.1px); }
  [data-browser="ie11"] .tab-layout .tab_list[data-row-pc="4"] > li { width: calc((100% / 4) - 0.1px); }
  [data-browser="ie11"] .tab-layout .tab_list[data-row-pc="5"] > li { width: calc((100% / 5) - 0.1px); }
  [data-browser="ie11"] .tab-layout .tab_list[data-row-pc="6"] > li { width: calc((100% / 6) - 0.1px); }
  [data-browser="edge"] .tab-layout .tab_list[data-row-pc="2"] > li { width: calc((100% / 2) - 0.1px); }
  [data-browser="edge"] .tab-layout .tab_list[data-row-pc="3"] > li { width: calc((100% / 3) - 0.1px); }
  [data-browser="edge"] .tab-layout .tab_list[data-row-pc="4"] > li { width: calc((100% / 4) - 0.1px); }
  [data-browser="edge"] .tab-layout .tab_list[data-row-pc="5"] > li { width: calc((100% / 5) - 0.1px); }
  [data-browser="edge"] .tab-layout .tab_list[data-row-pc="6"] > li { width: calc((100% / 6) - 0.1px); }
  [data-browser="ie11"] .tab-layout-v2 .tab_list[data-row-pc="2"] > li { width: calc(((100% - 12px) / 2) - 0.1px); }
  [data-browser="ie11"] .tab-layout-v2 .tab_list[data-row-pc="3"] > li { width: calc(((100% - 24px) / 3) - 0.1px); }
  [data-browser="ie11"] .tab-layout-v2 .tab_list[data-row-pc="4"] > li { width: calc(((100% - 36px) / 4) - 0.1px); }
  [data-browser="ie11"] .tab-layout-v2 .tab_list[data-row-pc="5"] > li { width: calc(((100% - 48px) / 5) - 0.1px); }
  [data-browser="ie11"] .tab-layout-v2 .tab_list[data-row-pc="6"] > li { width: calc(((100% - 60px) / 6) - 0.1px); }
  [data-browser="edge"] .tab-layout-v2 .tab_list[data-row-pc="2"] > li { width: calc(((100% - 12px) / 2) - 0.1px); }
  [data-browser="edge"] .tab-layout-v2 .tab_list[data-row-pc="3"] > li { width: calc(((100% - 24px) / 3) - 0.1px); }
  [data-browser="edge"] .tab-layout-v2 .tab_list[data-row-pc="4"] > li { width: calc(((100% - 36px) / 4) - 0.1px); }
  [data-browser="edge"] .tab-layout-v2 .tab_list[data-row-pc="5"] > li { width: calc(((100% - 48px) / 5) - 0.1px); }
  [data-browser="edge"] .tab-layout-v2 .tab_list[data-row-pc="6"] > li { width: calc(((100% - 60px) / 6) - 0.1px); }
  [data-browser="ie11"] .tab-layout-v2.type_news .tab_list > li { width: calc(((100% - 72px) / 7) - 0.1px); }
  [data-browser="edge"] .tab-layout-v2.type_news .tab_list > li { width: calc(((100% - 72px) / 7) - 0.1px); }
  
  [data-row-pc="auto"] {
    margin-right: -36px;
    margin-bottom: -.5em;
  }
  [data-row-pc="auto"] > * {
    margin-top: 0 !important;
    margin-right: 36px;
    margin-bottom: .5em;
    margin-left: 0;
  }
  .link-text[data-row-pc="auto"] {
    margin-right: -60px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-pc="auto"] > li {
    margin-right: 60px;
    margin-bottom: .5em;
  }
  .tab-layout .tab_list[data-row-pc="auto"] {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
  }
  .tab-layout .tab_list[data-row-pc="auto"] > li {
    width: 100%;
    margin: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Element >>> Heading
  ------------------------------------------------------ */
  [class*="heading-lv"] a.block:hover {
    text-decoration: none;
  }
  [class*="heading-lv"] a.block:hover .heading_title {
    text-decoration: underline;
  }
  [class*="heading-lv"].has-chapter .block .heading_chapter {
    float: left;
    margin-right: 1em;
  }
  [class*="heading-lv"].has-chapter .block .heading_title {
    overflow: hidden;
  }
  [class^="heading-lv"] .heading_title[class*="js-equalHeight_"] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  [class*="heading-lv"] a.block:not(.a-blank):not(.a-pdf) .heading_title::after {
    display: inline-block;
    position: relative;
    top: -.2em;
    height: 10px;
    width: 10px;
    margin-left: 10px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .heading-lv4 a.block:not(.a-blank):not(.a-pdf) .heading_title::after {
    top: -.1em;
  }
  #main .heading-lv1 + *,
  #main .heading-lv1 + section > [class*="heading-lv"]:first-child {
    margin-top: 2.5em;
  }
  #main .heading-lv2 + *,
  #main .heading-lv2-v2 + * {
    margin-top: 1.9em;
  }
  #main .heading-lv3 + *,
  #main .heading-lv4 + * {
    margin-top: 1.25em;
  }
  #main .heading-lv5 + * {
    margin-top: .95em;
  }
  
  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    margin: 0 0 2.5em;
  }
  .heading-lv1 .heading_title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .heading-lv1 .heading_title .heading_title_assist {
    font-size: 1.5rem;
    color: #666;
  }
  .heading-lv1 .heading_subtitle {
    margin-bottom: .25em;
    color: #666;
    font-size: 1.4rem;
  }
  
  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    margin: 5em 0 1.9em;
  }
  .heading-lv2 .block {
    padding: 0 0 15px;
    border-bottom: 2px solid #ccc;
  }
  .heading-lv2 .heading_title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .heading-lv2 .heading_title .heading_title_assist {
    font-size: 1.4rem;
    color: #666;
  }
  .heading-lv2 .heading_subtitle {
    margin-bottom: .5em;
    color: #666;
    font-size: 1.4rem;
  }
  .heading-lv2 .heading_title + .heading_subtitle {
    margin-top: .5em;
    margin-bottom: 0;
  }
  /* v2 */
  .heading-lv2-v2 {
    margin: 5em 0 1.9em;
    padding: 10px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .heading-lv2-v2 .block {
    padding: 20px 25px;
    background-color: #e3eff6;
  }
  .heading-lv2-v2 .heading_title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .heading-lv2-v2 .heading_title .heading_title_assist {
    font-size: 1.4rem;
    color: #666;
  }
  .heading-lv2-v2 .heading_subtitle {
    margin-bottom: .5em;
    color: #666;
    font-size: 1.4rem;
  }
  .heading-lv2-v2 .heading_title + .heading_subtitle {
    margin-top: .5em;
    margin-bottom: 0;
  }
  
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 3.75em 0 1.25em;
  }
  .heading-lv3 .block {
    padding: 0 0 15px;
  }
  .heading-lv3 .heading_title {
    font-size: 2.1rem;
    font-weight: 700;
  }
  .heading-lv3 .heading_title .heading_title_assist {
    font-size: 1.3rem;
    color: #666;
  }
  .heading-lv3 .heading_subtitle {
    margin-bottom: .25em;
    color: #666;
    font-size: 1.4rem;
  }
  .heading-lv3 .heading_chapter {
    font-size: 2.1rem;
    font-weight: 700;
  }
  
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 2.5em 0 1.25em;
  }
  .heading-lv4 .heading_title {
    font-size: 1.9rem;
    font-weight: 700;
  }
  
  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 1.9em 0 .95em;
  }
  .heading-lv5 .heading_title {
    position: relative;
    padding-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .heading-lv5 .heading_title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  
  /* ----- heading-wrap ----- */
  .heading-wrap > div[class*="heading-lv"] {
    float: left;
    max-width: calc((100% - 50px) / 2);
    margin-bottom: 0 !important;
  }
  .heading-wrap > .navi-pulldown {
    float: right;
    max-width: calc((100% - 50px) / 2);
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Element >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 1em;
  }
  .text-paragraph[data-gap-pc="x0"]   { margin-top: 0 !important; }
  .text-paragraph[data-gap-pc="x0.5"] { margin-top: .5em !important; }
  .text-paragraph[data-gap-pc="x1"]   { margin-top: 1em !important; }
  .text-paragraph[data-gap-pc="x1.5"] { margin-top: 1.5em !important; }
  .text-paragraph[data-gap-pc="x2"]   { margin-top: 2em !important; }
  .text-paragraph[data-gap-pc="x2.5"] { margin-top: 2.5em !important; }
  .text-paragraph[data-gap-pc="x3"]   { margin-top: 3em !important; }
  
  /* ----- text-lead ----- */
  .text-lead {
    margin: 1.5em 0 .75em;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
  }
  
  /* ----- text-title ----- */
  .text-title {
    margin: 2.5em 0 1em;
    font-size: 2.1rem;
    line-height: 1.5;
  }
  .text-title .text_assist {
    font-size: 1.3rem;
  }
  #main .text-title + * {
    margin-top: 1em;
  }
  /* 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: 23px;
  }
  
  /* ----- text-kanji ----- */
  .text-kanji {
    display: inline-block;
    position: relative;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: top;
  }
  .text-kanji::after {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 18px;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    transform: translateY(-50%);
    content: "";
  }
  .text-kanji.type01 {
    width: 97px;
  }
  .text-kanji.type01::after {
    background-image: url(/common/img/cmn_name_tx01.png);
  }
  
  /* ------------------------------------------------------
   * 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-pc="x0"],
  [class*="list-bullet"][data-gap-pc="x0"],
  [class*="list-order"][data-gap-pc="x0"]   { margin-top: 0 !important; }
  [class*="list-note"][data-gap-pc="x0.5"],
  [class*="list-bullet"][data-gap-pc="x0.5"],
  [class*="list-order"][data-gap-pc="x0.5"] { margin-top: .5em !important; }
  [class*="list-note"][data-gap-pc="x1"],
  [class*="list-bullet"][data-gap-pc="x1"],
  [class*="list-order"][data-gap-pc="x1"]   { margin-top: 1em !important; }
  [class*="list-note"][data-gap-pc="x1.5"],
  [class*="list-bullet"][data-gap-pc="x1.5"],
  [class*="list-order"][data-gap-pc="x1.5"] { margin-top: 1.5em !important; }
  [class*="list-note"][data-gap-pc="x2"],
  [class*="list-bullet"][data-gap-pc="x2"],
  [class*="list-order"][data-gap-pc="x2"]   { margin-top: 2em !important; }
  [class*="list-note"][data-gap-pc="x2.5"],
  [class*="list-bullet"][data-gap-pc="x2.5"],
  [class*="list-order"][data-gap-pc="x2.5"] { margin-top: 2.5em !important; }
  [class*="list-note"][data-gap-pc="x3"],
  [class*="list-bullet"][data-gap-pc="x3"],
  [class*="list-order"][data-gap-pc="x3"]   { margin-top: 3em !important; }
  [class*="list-description"][data-gap-pc="x0"]   { margin-top: 0 !important; }
  [class*="list-description"][data-gap-pc="x0.5"] { margin-top: .75em !important; }
  [class*="list-description"][data-gap-pc="x1"]   { margin-top: 1.5em !important; }
  [class*="list-description"][data-gap-pc="x1.5"] { margin-top: 2.25em !important; }
  [class*="list-description"][data-gap-pc="x2"]   { margin-top: 3em !important; }
  [class*="list-description"][data-gap-pc="x2.5"] { margin-top: 3.75em !important; }
  [class*="list-description"][data-gap-pc="x3"]   { margin-top: 4.5em !important; }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li {
    margin-top: .5em;
  }
  [class*="list-"].is-nest {
    margin-top: .5em;
  }
  [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: 1.25em;
    color: #666;
    font-size: 1.4rem;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-note-order ----- */
  .list-note-order > li {
    position: relative;
    padding-left: 2.5em;
    font-size: 1.4rem;
  }
  .list-note-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-bullet ----- */
  .list-bullet > li {
    position: relative;
    padding-left: 22px;
  }
  
  .list-bullet > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d70c19;
    content: "";
  }
  /* for IE1 */
  [data-browser="ie11"] .list-bullet > li::before {
    top: .3em;
  }
  /* v2 */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 16px;
    font-size: 1.6rem;
  }
  .list-bullet-v2 > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
    content: "";
  }
  /* for IE1 */
  [data-browser="ie11"] .list-bullet-v2 > li::before {
    top: .3em;
  }
  
  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 2em;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: .2em;
    left: 0;
    color: #d70c19;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
  }
  .list-order > li > .list_mark::after {
    content: ".";
  }
  /* v2 */
  .list-order-v2 > li {
    position: relative;
    padding-left: 3em;
    color: #666;
    font-size: 1.6rem;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* v3 */
  .list-order-v3 > li {
    position: relative;
    padding-left: 2em;
  }
  .list-order-v3 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* v4 */
  .list-order-v4 > li {
    position: relative;
    padding-left: 3em;
  }
  .list-order-v4 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-description ----- */
  .list-description {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .list-description + .list-description {
    margin-top: 20px;
  }
  .list-description > dt {
    float: left;
    width: calc((100% - 36px) / 4);
    margin-right: 36px;
    font-weight: 700;
  }
  .list-description > dd {
    overflow: hidden;
  }
  /* v2 */
  .list-description-v2 > dt {
    font-weight: 700;
  }
  .list-description-v2 > dd {
    margin-top: .75em;
  }
  /* v3 */
  [class*="box-layout"] [class*="column-media"] .list-description-v3 {
    margin-top: 1em;
  }
  .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.4rem;
    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: .75em;
  }
  /* v4 */
  .list-description-v4 + .list-description-v4 {
    margin-top: .25em;
  }
  .list-description-v4 > dt {
    float: left;
    margin-right: 1em;
    font-weight: 700;
  }
  .list-description-v4.type-dialogue > dt {
    min-width: 3.5em;
  }
  .list-description-v4 > dd {
    overflow: hidden;
  }
  /* v5 */
  .list-description-v5 > dt{
    position: relative;
    font-weight: 700;
  }
  .list-description-v5 > dd{
    margin: 0.4em 0 0 40px;
  }
  .list-description-v5 .list_num{
    margin-right: 10px;
    padding-top: 2px;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    background-color: #003a8f;
  }
  .list-description-v5 + .list-description-v5{
    margin-top: .5em;
  }
  /* highlights */
  .list-description-highlights > dt {
    width: 9.0em;
    float: left;
  }
  .list-description-highlights > dd {
    overflow: hidden;
  }
  .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: .5em;
  }
  .list-description-download > dt{
    float: left;
    width: 40%;
    margin-right: 15px;
    font-weight: 700;
  }
  .list-description-download > dd{
    overflow: hidden;
  }
  .list-description-download .link-text[data-row-pc="auto"] {
    margin-right: -15px;
    margin-bottom: -.5em;
    overflow: hidden;
  }
  .list-description-download .link-text[data-row-pc="auto"] > li {
    margin: 0 15px .5em 0
  }
  
  /* ------------------------------------------------------
   * Element >>> Link
  ------------------------------------------------------ */
  [class*="link-text"] {
    margin-top: 1em;
  }
  [class*="link-text"] > li + li {
    margin-top: .5em;
  }
  [class*="link-text"] > li > a:hover {
    text-decoration: underline;
  }
  [class*="link-button"] {
    margin-top: 1.5em;
  }
  [class*="link-button"] > li + li {
    margin-top: 1em;
  }
  [class*="link-button"] a {
    line-height: 1.5;
  }
  [class*="link-button"].gp-al-center {
    margin-top: 2em;
  }
  [class*="link-button"].is-centering {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2em;
  }
  [class*="link-button"].is-centering > li {
    display: -webkit-flex;
    display: flex;
  }
  [class*="link-button"].is-centering > li + li {
    margin-top: 0;
    margin-left: 36px;
  }
  [class*="link-button"][data-row-pc] > li {
    display: -webkit-flex;
    display: flex;
  }
  [class*="link-button"][data-row-pc] > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  [class*="link-button"] > li > a[class*="js-equalHeight_"] {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  [class*="link-inline"] .link_assist,
  [class*="link-text"] .link_assist,
  [class*="link-button"] .link_assist {
    color: #666;
    font-size: 1.4rem;
  }
  [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-pc="x0"]   { margin-top: 0 !important; }
  [class*="link-text"][data-gap-pc="x0.5"] { margin-top: .5em !important; }
  [class*="link-text"][data-gap-pc="x1"]   { margin-top: 1em !important; }
  [class*="link-text"][data-gap-pc="x1.5"] { margin-top: 1.5em !important; }
  [class*="link-text"][data-gap-pc="x2"]   { margin-top: 2em !important; }
  [class*="link-text"][data-gap-pc="x2.5"] { margin-top: 2.5em !important; }
  [class*="link-text"][data-gap-pc="x3"]   { margin-top: 3em !important; }
  [class*="link-button"][data-gap-pc="x0"]   { margin-top: 0 !important; }
  [class*="link-button"][data-gap-pc="x0.5"] { margin-top: .75em !important; }
  [class*="link-button"][data-gap-pc="x1"]   { margin-top: 1.5em !important; }
  [class*="link-button"][data-gap-pc="x1.5"] { margin-top: 2.25em !important; }
  [class*="link-button"][data-gap-pc="x2"]   { margin-top: 3em !important; }
  [class*="link-button"][data-gap-pc="x2.5"] { margin-top: 3.75em !important; }
  [class*="link-button"][data-gap-pc="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: 20px;
  }
  .link-text > li > a::before {
    position: absolute;
    top: .45em;
    left: 0;
    height: 10px;
    width: 10px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  /* for IE1 */
  [data-browser="ie11"] .link-text > li > a::before {
    top: .25em;
  }
  .link-text > li.no-link {
    padding-left: 20px;
  }
  
  /* ----- link-button ----- */
  .link-button > li > a,
  .link-button-v2 > li > a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 14px 20px 13px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    overflow: hidden;
  }
  /* for IE11 */
  [data-browser="ie11"] .link-button > li > a,
  [data-browser="ie11"] .link-button-v2 > li > a {
    padding-top: 19px;
  }
  .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: 45px;
  }
  .link-button > li > a:hover,
  .link-button-v2 > li > a:hover {
    background-color: #363739;
  }
  .link-button .link_label,
  .link-button-v2 .link_label {
    display: inline-block;
    line-height: 1.25;
  }
  
  /* ------------------------------------------------------
   * 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-pc="x0"]   { margin-top: 0 !important; }
  .image-set[data-gap-pc="x0.5"] { margin-top: .75em !important; }
  .image-set[data-gap-pc="x1"]   { margin-top: 1.5em !important; }
  .image-set[data-gap-pc="x1.5"] { margin-top: 2.25em !important; }
  .image-set[data-gap-pc="x2"]   { margin-top: 3em !important; }
  .image-set[data-gap-pc="x2.5"] { margin-top: 3.75em !important; }
  .image-set[data-gap-pc="x3"]   { margin-top: 4.5em !important; }
  .image-set .image_caption {
    margin-top: 1em;
    font-size: 1.4rem;
    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 40px;
    background-color: #f6f7f8;
  }
  .image-set .image_inner {
    text-align: center;
  }
  /* for IE11 */
  [data-browser="ie11"] .image-set .image_inner {
    flex: 0 1 auto;
    min-width: 1px;
  }
  .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: 97px;
    width: 97px;
    background: url(/common/img/cmn_video_ic01.png) no-repeat 0 0;
    -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: 1.5em;
    padding-bottom: 6px;
  }
  .icon-new > i {
    display: inline-block;
    position: relative;
    padding: 8px 16px 6px;
    background-color: #d70c19;
    color: #fff;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    z-index: 1;
  }
  .icon-new > i::before {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #d70c19;
    border-left: 6px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  /* ----- ruled-line ----- */
  [class*="ruled-line"] > hr {
    display: block;
    border: none;
  }
  .ruled-line {
    margin: 2em 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: 2.5em;
  }
  [class*="column-layout"][data-gap-pc="x0"]   { margin-top: 0 !important; }
  [class*="column-layout"][data-gap-pc="x0.5"] { margin-top: 1.25em !important; }
  [class*="column-layout"][data-gap-pc="x1"]   { margin-top: 2.5em !important; }
  [class*="column-layout"][data-gap-pc="x1.5"] { margin-top: 3.75em !important; }
  [class*="column-layout"] > .column_item {
    margin-top: 1em;
  }
  
  /* ----- column-media ----- */
  .column-media {
    margin-top: 2.5em;
  }
  .column-media[data-gap-pc="x0"]   { margin-top: 0 !important; }
  .column-media[data-gap-pc="x0.5"] { margin-top: 1.25em !important; }
  .column-media[data-gap-pc="x1"]   { margin-top: 2.5em !important; }
  .column-media[data-gap-pc="x1.5"] { margin-top: 3.75em !important; }
  .column-media[data-media-size="1/2"] > .column_image { width: calc((100% -  36px) / 2); }
  .column-media[data-media-size="1/3"] > .column_image { width: calc((100% -  72px) / 3); }
  .column-media[data-media-size="1/4"] > .column_image { width: calc((100% - 108px) / 4); }
  .column-media[data-media-size="1/5"] > .column_image { width: calc((100% - 144px) / 5); }
  .column-media[data-media-size="1/6"] > .column_image { width: calc((100% - 180px) / 6); }
  .column-layout .column-media[data-media-size="1/2"] > .column_image { width: calc((100% - 18px) / 2); }
  .column-layout .column-media[data-media-size="1/3"] > .column_image { width: calc((100% - 36px) / 3); }
  .column-layout .column-media[data-media-size="1/4"] > .column_image { width: calc((100% - 54px) / 4); }
  .column-layout .column-media[data-media-size="1/5"] > .column_image { width: calc((100% - 72px) / 5); }
  .column-layout .column-media[data-media-size="1/6"] > .column_image { width: calc((100% - 90px) / 6); }
  
  /* for IE11 & Edge */
  [data-browser="ie11"] .column-media[data-media-size="1/2"] > .column_image { width: calc(((100% -  36px) / 2) - 0.1px); }
  [data-browser="ie11"] .column-media[data-media-size="1/3"] > .column_image { width: calc(((100% -  72px) / 3) - 0.1px); }
  [data-browser="ie11"] .column-media[data-media-size="1/4"] > .column_image { width: calc(((100% - 108px) / 4) - 0.1px); }
  [data-browser="ie11"] .column-media[data-media-size="1/5"] > .column_image { width: calc(((100% - 144px) / 5) - 0.1px); }
  [data-browser="ie11"] .column-media[data-media-size="1/6"] > .column_image { width: calc(((100% - 180px) / 6) - 0.1px); }
  [data-browser="edge"] .column-media[data-media-size="1/2"] > .column_image { width: calc(((100% -  36px) / 2) - 0.1px); }
  [data-browser="edge"] .column-media[data-media-size="1/3"] > .column_image { width: calc(((100% -  72px) / 3) - 0.1px); }
  [data-browser="edge"] .column-media[data-media-size="1/4"] > .column_image { width: calc(((100% - 108px) / 4) - 0.1px); }
  [data-browser="edge"] .column-media[data-media-size="1/5"] > .column_image { width: calc(((100% - 144px) / 5) - 0.1px); }
  [data-browser="edge"] .column-media[data-media-size="1/6"] > .column_image { width: calc(((100% - 180px) / 6) - 0.1px); }
  [data-browser="ie11"] .column-layout .column-media[data-media-size="1/2"] > .column_image { width: calc(((100% - 18px) / 2) - 0.1px); }
  [data-browser="ie11"] .column-layout .column-media[data-media-size="1/3"] > .column_image { width: calc(((100% - 36px) / 3) - 0.1px); }
  [data-browser="ie11"] .column-layout .column-media[data-media-size="1/4"] > .column_image { width: calc(((100% - 54px) / 4) - 0.1px); }
  [data-browser="ie11"] .column-layout .column-media[data-media-size="1/5"] > .column_image { width: calc(((100% - 72px) / 5) - 0.1px); }
  [data-browser="ie11"] .column-layout .column-media[data-media-size="1/6"] > .column_image { width: calc(((100% - 90px) / 6) - 0.1px); }
  [data-browser="edge"] .column-layout .column-media[data-media-size="1/2"] > .column_image { width: calc(((100% - 18px) / 2) - 0.1px); }
  [data-browser="edge"] .column-layout .column-media[data-media-size="1/3"] > .column_image { width: calc(((100% - 36px) / 3) - 0.1px); }
  [data-browser="edge"] .column-layout .column-media[data-media-size="1/4"] > .column_image { width: calc(((100% - 54px) / 4) - 0.1px); }
  [data-browser="edge"] .column-layout .column-media[data-media-size="1/5"] > .column_image { width: calc(((100% - 72px) / 5) - 0.1px); }
  [data-browser="edge"] .column-layout .column-media[data-media-size="1/6"] > .column_image { width: calc(((100% - 90px) / 6) - 0.1px); }
  
  .column-media > .column_image[data-image="right"] {
    float: right;
    margin-left: 36px;
  }
  .column-layout .column-media > .column_image[data-image="right"] {
    margin-left: 18px;
  }
  .column-media > .column_image[data-image="left"] {
    float: left;
    margin-right: 36px;
  }
  .column-layout .column-media > .column_image[data-image="left"] {
    margin-right: 18px;
  }
  .column-media > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  [class*="table-layout"] {
    overflow-x: auto;
    padding-bottom: 1px;
  }
  [class*="table-layout"] .table_inner {
    table-layout: fixed;
  }
  [class*="table-layout"] .table_inner[class*="gp-pc-w-"] {
    margin-left: auto;
    margin-right: auto;
  }
  [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"] 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 {
    margin-top: 2.5em;
  }
  .table-layout .table_inner {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .table-layout caption {
    text-align: left;
    margin-bottom: .5em;
  }
  .table-layout .table_title {
    margin-bottom: .75em;
    font-size: 2.1rem;
    font-weight: 700;
  }
  .table-layout .table_caption {
    font-size: 1.4rem;
  }
  .table-layout th,
  .table-layout td {
    padding: 25px 20px;
    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: 15px 10px;
  }
  .table-layout th {
    font-weight: 700;
  }
  .table-layout thead th {
    vertical-align: middle;
  }
  .table-layout th.cell-style1 {
    text-align: center;
  }
  /* v2 */
  .table-layout-v2 {
    margin-top: 2.5em;
    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-weight: 700;
  }
  .table-layout-v2 .table_caption {
    font-size: 1.4rem;
  }
  .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: 10px 5px;
  }
  .table-layout-v2 tfoot th,
  .table-layout-v2 tfoot td {
    padding: 15px 5px;
  }
  .table-layout-v2 .table_unit {
    font-size: 1.4rem;
  }
  .table-layout-v2 .cell-style1 .table_unit {
    color: #666;
  }
  /* v3 */
  .table-layout-v3 {
    margin-top: 2.5em;
  }
  .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: .5em;
  }
  .table-layout-v3 .table_title {
    margin-bottom: .75em;
    font-size: 2.1rem;
    font-weight: 700;
  }
  .table-layout-v3 .table_caption {
    font-size: 1.4rem;
  }
  .table-layout-v3 th,
  .table-layout-v3 td {
    padding: 25px 20px;
    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: 15px 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: 2.5em;
  }
  [class*="box-layout"] > [class*="box_detail"] > *:first-child,
  [class*="box-layout"] > [class*="box_detail"] > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- box-layout ----- */
  .box-layout {
    padding: 30px 50px;
    background-color: #f6f7f8;
  }
  .box-layout > .box_title {
    font-size: 2.1rem;
    font-weight: 700;
  }
  .box-layout > .box_title + .box_detail {
    margin-top: 1em;
  }
  /* v2 */
  .box-layout-v2 {
    padding: 30px 36px;
    background-color: #f6f7f8;
  }
  .box-layout-v2 > .box_title {
    font-size: 2.1rem;
  }
  .box-layout-v2 > .box_title + .box_detail {
    margin-top: 1.25em;
  }
  /* v3 */
  .box-layout-v3 {
    padding: 30px 36px;
    background-color: #f6f7f8;
  }
  .box-layout-v3 > .box_title {
    margin: 0 -5px;
    font-size: 2.8rem;
    font-weight: 700;
  }
  .box-layout-v3 > .box_title + .box_detail {
    margin-top: 1.75em;
  }
  /* v4 */
  .box-layout-v4 {
    padding: 30px 50px;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .box-layout-v4 > .box_title {
    font-size: 2.1rem;
    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: 10px 30px 8px;
    background-color: #034693;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .voice-box-layout > .box_title .box_title_label::before {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #034693;
    border-left: 6px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  .voice-box-layout > .box_detail {
    padding: 30px 36px;
  }
  
  /* ------------------------------------------------------
   * 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: 2.5em;
    border-top: 2px solid #363739;
    z-index: 1;
  }
  .accordion-layout + .accordion-layout {
    margin-top: -2px;
  }
  .accordion-layout > .accordion_trigger {
    position: relative;
    cursor: pointer;
    padding: 20px 70px 20px 30px;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
  }
  .accordion-layout > .accordion_trigger:hover,
  .accordion-layout > .accordion_trigger.is-active {
    background-color: #f6f7f8;
  }
  .accordion-layout > .accordion_trigger.is-active {
    border-color: #f6f7f8;
  }
  .accordion-layout > .accordion_trigger .accordion_heading .accordion_chapter {
    float: left;
    margin-right: 30px;
    font-size: 2.8rem;
    line-height: 1.25;
  }
  .accordion-layout > .accordion_trigger .accordion_heading .accordion_title {
    font-size: 2.8rem;
    line-height: 1.25;
    overflow: hidden;
  }
  /* for IE11 */
  [data-browser="ie11"] .accordion-layout > .accordion_trigger .accordion_heading .accordion_title {
    padding-top: 5px;
  }
  .accordion-layout > .accordion_detail {
    display: none;
    padding: 15px 36px 40px;
    background-color: #f6f7f8;
  }
  .accordion-layout > .accordion_trigger::before,
  .accordion-layout > .accordion_trigger::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 2px;
    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: 2.5em;
  }
  .tab-layout > .tab_navi {
    margin: 0 0 2em;
  }
  .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-pc="auto"] > li:first-child,
  .tab-layout > .tab_navi > .tab_list[data-row-pc="2"] > li:nth-child(2n+1),
  .tab-layout > .tab_navi > .tab_list[data-row-pc="3"] > li:nth-child(3n+1),
  .tab-layout > .tab_navi > .tab_list[data-row-pc="4"] > li:nth-child(4n+1),
  .tab-layout > .tab_navi > .tab_list[data-row-pc="5"] > li:nth-child(5n+1),
  .tab-layout > .tab_navi > .tab_list[data-row-pc="6"] > li:nth-child(6n+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: 15px 15px 10px;
    background-color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1.25;
  }
  /* for IE11 */
  [data-browser="ie11"] .tab-layout > .tab_navi > .tab_list > li > a {
    padding-top: 20px;
  }
  .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: 2.5em;
  }
  .tab-layout-v2 > .tab_navi {
    margin: 0 0 2em;
  }
  .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.6rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  /* for IE11 */
  [data-browser="ie11"] .tab-layout-v2 > .tab_navi > .tab_list > li > a {
    padding-top: 16px;
  }
  .tab-layout-v2 > .tab_navi > .tab_list > li > a:hover {
    border: 1px solid #d70c19;
  }
  .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: 3em;
  }
  .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 {
    margin-left: 12px;
    width: calc((100% - 72px) / 7);
  }
  .tab-layout-v2.type_news > .tab_navi > .tab_list > li:nth-of-type(7n+1) {
    margin-left: 0;
  }
  .tab-layout-v2.type_news > .tab_detail > .news-layout > .news_article.is-hidden {
    display: none;
  }
  
  /* ------------------------------------------------------
   * Component >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin: 2.5em 0;
    padding: 25px 30px;
    border: 1px solid #ddd;
  }
  .navi-anchor .navi_inner > li + li {
    margin-top: 1em;
  }
  .navi-anchor .navi_inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
  }
  .navi-anchor .navi_inner > li > a::before {
    position: absolute;
    top: .3em;
    left: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #d70c19;
    border-right: 1px solid #d70c19;
    content: "";
  }
  /* for IE11 */
  [data-browser="ie11"] .navi-anchor .navi_inner > li > a::before {
    top: .1em;
  }
  
  /* ----- navi-local ----- */
  .navi-local {
    margin-top: 2.5em;
  }
  .navi-local .navi_list[data-row-pc] > li {
    display: -webkit-flex;
    display: flex;
  }
  .navi-local .navi_list[data-row-pc] > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 14px 20px 13px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  /* for IE11 */
  [data-browser="ie11"] .navi-local .navi_list[data-row-pc] > li > a {
    padding-top: 19px;
  }
  .navi-local .navi_list[data-row-pc] > li > a:hover {
    border-color: #d70c19;
  }
  .navi-local .navi_list[data-row-pc] > li.is-current > a {
    border-color: #d70c19;
    background-color: #d70c19;
  }
  
  /* ----- navi-pulldown ----- */
  .navi-pulldown {
    margin-top: 2em;
  }
  .navi-pulldown.gp-al-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .navi-pulldown + * {
    margin-top: 2em;
  }
  .navi-pulldown + section > [class*="heading-lv"]:first-child {
    margin-top: 0;
  }
  .navi-pulldown .navi_inner {
    position: relative;
    width: 375px;
    max-width: 100%;
  }
  .navi-pulldown.gp-al-right .navi_inner {
    text-align: left !important;
  }
  .navi-pulldown .navi_title {
    border: 1px solid #ddd;
  }
  .navi-pulldown .navi_title .navi_label {
    display: block;
    padding: 12px 35px 10px 20px;
    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: 10px;
    height: 10px;
    margin-top: -7px;
    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_title .navi_label:hover {
    background-color: #ffe7e9;
  }
  .navi-pulldown .navi_list {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    max-height: 300px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    overflow-y: auto;
    z-index: 10;
  }
  .navi-pulldown .navi_list .navi_label {
    display: block;
    padding: 10px 20px 8px;
    background-color: #f6f7f8;
    text-decoration: none;
    outline: none;
  }
  .navi-pulldown .navi_list a.navi_label:hover {
    background-color: #ffe7e9;
  }
  
  /* ----- navi-door ----- */
  .navi-door {
    margin-top: 3.5em;
    padding: 0 36px;
  }
  .navi-door .navi_heading {
    margin-bottom: 1.75em;
  }
  .navi-door .navi_heading + * {
    margin-top: 1.75em;
  }
  .navi-door .navi_heading .navi_title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .navi-door [class*="link-button"] a {
    width: 100%;
    min-width: 0;
  }
  
  /* ------------------------------------------------------
   * 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 {
    overflow: hidden;
  }
  .index-layout > .block > .index_image img {
    width: 100%;
    height: auto;
  }
  .index-layout > a.block:hover > .index_image img {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
  }
  .index-layout > .block > .index_caption {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 25px 20px;
    background-color: #fff;
  }
  /* for IE11 */
  [data-browser="ie11"] .index-layout > .block > .index_caption {
    padding-top: 30px;
  }
  .index-layout > a.block:hover > .index_caption {
    background-color: #363739;
  }
  .index-layout > .block.no-link > .index_caption {
    background-color: #ccc;
    color: #888;
  }
  .index-layout > .block > .index_caption .index_title {
    width: 100%;
    font-size: 2rem;
    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: 14px 45px 20px 13px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    text-align: center;
    text-decoration: none;
  }
  /* for IE11 */
  [data-browser="ie11"] .index-layout-v2 > .block {
    padding-top: 19px;
  }
  .index-layout-v2 > a.block:not(.a-blank):not(.a-pdf)::after {
    position: absolute;
    top: 50%;
    right: 14px;
    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-v2 > a.block:hover {
    border-color: #d70c19;
  }
  .index-layout-v2 .index_title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .index-layout-v2 .index_lead {
    margin-top: .25em;
  }
  /* 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_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 > a.block:hover .index_title {
    text-decoration: underline;
  }
  .index-layout-v3 > .block .index_title .index_label .index_label_assist {
    color: #666;
    font-size: 1.4rem;
  }
  .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%;
    height: auto;
  }
  .index-layout-v4 > .block > .index_caption {
    padding: 20px 15px;
  }
  .index-layout-v4 > .block > .index_caption .index_title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
  }
  /* v5 */
  .index-layout-v5 > .block {
    position: relative;
    color: #fff;
  }
  .index-layout-v5 > .block > .index_image img {
    width: 100%;
    height: auto;
  }
  .index-layout-v5 > .block > .index_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to bottom, transparent, #333);
  }
  .index-layout-v5 > .block > .index_caption .index_title {
    font-size: 2.7rem;
    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%;
    height: auto;
  }
  .index-layout-v6 > .block > .index_caption {
    padding: 20px 15px;
  }
  .index-layout-v6 > .block > .index_caption .index_title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
  }
  
  /* ----- intro-index-layout ----- */
  .intro-index-layout > .block {
    color: #333;
  }
  .intro-index-layout .index_title {
    margin-bottom: .5em;
    font-size: 2.1rem;
    text-align: center;
  }
  .intro-index-layout .index_visual {
    position: relative;
  }
  .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: 2rem;
    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: 5.4rem;
    line-height: 1;
  }
  .intro-index-layout .index_record .index_record_note {
    margin-top: .5em;
    font-size: 1.4rem;
  }
  .intro-index-layout .index_caption {
    margin-top: 1em;
    font-size: 1.6rem;
  }
   /* v2 */
  .intro-index-layout-v2 > .block {
    color: #333;
  }
  .intro-index-layout-v2 .index_title {
    margin-bottom: .75em;
    font-weight: 700;
  }
  .intro-index-layout-v2 .index_caption {
    margin-top: 1em;
  }
  
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  /* ----- news-layout ----- */
  .news-layout {
    margin-top: 2.5em;
  }
  .news-layout > .news_heading {
    margin-bottom: 1em;
  }
  .news-layout > .news_heading > .news_title {
    font-size: 2.6rem;
    font-weight: 700;
    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: 30px 0 25px;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .news-layout .news_article a.block {
    padding-right: 50px;
  }
  .news-layout .news_article a.block:not(.a-blank):not(.a-pdf)::after {
    position: absolute;
    top: 50%;
    right: 2px;
    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: "";
  }
  .news-layout .news_article .news_property {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .news-layout .news_article a.block:hover .news_title {
    text-decoration: underline;
  }
  .news-layout .news_article .news_property + .news_title {
    margin-top: .75em;
  }
  .news-layout .news_article .news_title .link_assist {
    margin-left: .5em;
    color: #666;
    font-size: 1.4rem;
  }
  .news-layout .news_article .news_date {
    color: #656565;
    font-size: 1.6rem;
  }
  .news-layout .news_article [class*="news_icon"] {
    display: inline-block;
    min-width: 80px;
    margin-left: 10px;
    border: 1px solid #ccc;
    padding: 0 5px;
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
  }
  /* for IE11 */
  [data-browser="ie11"] .news-layout .news_article [class*="news_icon"] {
    padding-top: 5px;
  }
  .news-layout .news_article .news_date + [class*="news_icon"] {
    margin-left: 15px;
  }
  .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-layout .news_article.news_type1 .news_detail .news_property {
    float: left;
  }
  .news-layout .news_article.news_type1 .news_detail .news_title {
    overflow: hidden;
    margin-top: 0;
    padding-left: 30px;
  }
  
  /* ----- 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: 2em;
  }
  .news-icon-list > li {
    min-width: 80px;
    margin: 0 10px 1em 0;
    padding: 0 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    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.6rem;
    text-align: right;
  }
  .article-news .article_end {
    margin-top: 3.25em;
    font-size: 1.6rem;
    text-align: right;
  }
  .article-news .article_foot {
    margin-top: 3.25em;
    padding-top: 30px;
    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.6rem;
  }
  
  /* ----- plugin-layout ----- */
  .plugin-layout {
    margin-top: 2.5em;
  }
  .plugin-layout > .block {
    padding: 35px;
    background-color: #f6f7f8;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .plugin-layout .plugin_heading {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .plugin-layout .plugin_banner {
    width: 159px;
  }
  .plugin-layout .plugin_title {
    margin-left: 35px;
    width: calc(100% - 194px);
  }
  .plugin-layout a .plugin_title {
    position: relative;
    padding-left: 20px;
  }
  .plugin-layout a:hover .plugin_title {
    text-decoration: underline;
  }
  .plugin-layout a .plugin_title::before {
    position: absolute;
    top: .45em;
    left: 0;
    height: 10px;
    width: 10px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .plugin-layout .plugin_detail {
    margin-top: 2em;
    color: #666;
    font-size: 1.4rem;
  }
  .plugin-layout a:hover .a-blank {
    text-decoration: none;
  }
  
  /* ----- hero-layout ----- */
  [class*="hero-layout"] {
    margin-top: 3em;
  }
  [class*="hero-layout"] + [class*="hero-layout"] {
    margin-top: 0;
  }
  .hero-layout {
    position: relative;
    height: 500px;
    padding: 4.25em 40px 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
  .pageHead .hero-layout {
    max-width: calc(100% + 80px) !important;
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .pageHead > .hero-layout:first-child {
    margin-top: -45px !important;
  }
  .pageHead .hero-layout .hero_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .hero-layout .hero_content {
    width: 380px;
  }
  .hero-layout .hero_heading {
    padding-bottom: 10px;
    border-bottom: 5px solid #d70c19;
  }
  .hero-layout .hero_heading .hero_title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .hero-layout .heading_text {
    margin-top: 1.75em;
  }
  /* v2 */
  .hero-layout-v2 {
    position: relative;
  }
  .hero-layout-v2 .hero_inner {
    position: absolute;
    top: 50%;
    left: 36px;
    width: 360px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hero-layout-v2 .hero_heading {
    margin-bottom: .5em
  }
  .hero-layout-v2 .hero_heading .hero_title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .hero-layout-v2 .hero_heading .hero_title .hero_title_sub {
    color: #666;
    font-size: 1.4rem;
  }
  .hero-layout-v2 [class*="link-button"] a {
    width: 100%;
  }
  /* v3 */
  .hero-layout-v3 {
    position: relative;
  }
  .hero-layout-v3 .hero_heading {
    position: absolute;
    top: 40px;
    left: 36px;
    width: 360px;
    max-width: calc(40% - 50px);
  }
  .hero-layout-v3 .hero_heading .hero_title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .hero-layout-v3 .hero_heading .hero_title .hero_title_sub {
    color: #666;
    font-size: 1.4rem;
  }
  .hero-layout-v3 .hero_inner {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 375px;
    max-width: calc(60% - 20px);
  }
  .hero-layout-v3 .hero_inner > *:first-child {
    margin-top: 0 !important;
  }
  .hero-layout-v3 [class*="link-button"] a {
    width: 100%;
    min-width: 0;
    white-space: nowrap;
  }
  
  /* ----- download-layout ----- */
  .download-layout {
    margin-top: 2.5em;
    padding: 30px 35px;
    background-color: #f6f7f8;
  }
  .download-layout > .download_heading {
    margin-bottom: 1em;
  }
  .download-layout > .download_heading > .download_title {
    font-size: 2.1rem;
  }
  .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: 2.5em;
    padding: 30px 50px;
    background-color: #f6f7f8;
  }
  .contact-layout .contact_heading {
    margin-bottom: 1em;
  }
  .contact-layout .contact_heading .contact_title {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
  }
  .contact-layout .contact_text {
    margin-top: 1em;
    text-align: center;
  }
  .contact-layout .link-button {
    margin-top: 1.25em;
  }
  .contact-layout .link-button > li > a {
    min-width: 455px;
  }
  
  /* ----- button-column-layout ----- */
  .button-column-layout {
    margin-top: 2.5em;
  }
  .button-column-layout > .button_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    max-width: 55%;
    margin-right: 36px;
    font-weight: 700;
  }
  .button-column-layout > .button_content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }
  .button-column-layout > .button_content > *:first-child {
    margin-top: 0 !important;
  }
  .button-column-layout > .button_content > [class*="link-button"] {
    width: 100%;
  }
  .button-column-layout > .button_content > [class*="link-button"] > li > a {
    width: 100%;
    min-width: 0;
  }
  /* v2 */
  .button-column-layout-v2 {
    margin-top: 2.5em;
  }
  .button-column-layout-v2 > .button_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    width: 50%;
    margin-right: 36px;
    font-size: 2.1rem;
    font-weight: 700;
  }
  .button-column-layout-v2 > .button_content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }
  .button-column-layout-v2 > .button_content > *:first-child {
    margin-top: 0 !important;
  }
  .button-column-layout-v2 > .button_content > [class*="link-button"] {
    width: 100%;
  }
  .button-column-layout-v2 > .button_content > [class*="link-button"] > li > a {
    width: 100%;
    min-width: 0;
  }
  /* v3 */
  .button-column-layout-v3 {
    margin-top: 2.5em;
  }
  .button-column-layout-v3 > .button_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    width: calc(50% - 36px);
    margin-right: 36px;
  }
  .button-column-layout-v3 > .button_content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }
  .button-column-layout-v3 > .button_content > *:first-child {
    margin-top: 0 !important;
  }
  .button-column-layout-v3 > .button_content > [class*="link-button"] {
    width: 100%;
  }
  .button-column-layout-v3 > .button_content > [class*="link-button"] > li > a {
    width: 100%;
    min-width: 0;
  }
  /* v4 */
  .button-column-layout-v4 {
    margin-top: 2.5em;
  }
  .button-column-layout-v4 > .button_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    width: calc(60% - 36px);
    margin-right: 36px;
  }
  .button-column-layout-v4 > .button_content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }
  .button-column-layout-v4 > .button_content > *:first-child {
    margin-top: 0 !important;
  }
  .button-column-layout-v4 > .button_content > [class*="link-button"] {
    width: 100%;
  }
  .button-column-layout-v4 > .button_content > [class*="link-button"] > li > a {
    width: 100%;
    min-width: 0;
  }
  
  /* ----- 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%;
    max-width: 600px;
    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;
    width: 100vw;
    margin: 3.5em 0 0 calc(50% - 50vw);
    padding: 3em 40px 5.5em;
    background-color: #f2f7fb;
  }
  .relation-layout > * {
    max-width: 1200px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .relation-layout > .relation_heading {
    margin-bottom: 1.25em;
  }
  .relation-layout > .relation_heading + * {
    margin-top: 1.25em;
  }
  .relation-layout > .relation_heading .relation_title {
    font-size: 2.1rem;
    line-height: 1.25;
  }
  .relation-layout > .relation_detail > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- chart-box-layout ----- */
  .chart-box-layout {
    margin-top: 2.5em;
  }
  
  /* ----- search-input-widget ----- */
  .search-input-widget {
    position: relative;
    display: -webkit-flex;
    display: flex;
    max-width: 1000px;
    height: 57px;
    border: 1px solid #ccc;
  }
  .search-input-widget .widget_input {
    width: calc(100% - 138px);
    height: 55px;
    margin: 0;
    padding: 0 30px;
    background: #fff;
    border: 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.8rem;
  }
  /* for IE11 */
  [data-browser="ie11"] .search-input-widget .widget_input {
    padding-top: 5px;
  }
  .search-input-widget .widget_submit {
    width: 138px;
    height: 55px;
    margin: 0;
    padding: 0 0 0 55px;
    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: 2.4rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
    cursor: pointer;
  }
  /* for IE11 */
  [data-browser="ie11"] .search-input-widget .widget_submit {
    padding-top: 5px;
  }
  .search-input-widget .widget_icon {
    position: absolute;
    display: block;
    width: 29px;
    height: 29px;
    top: 50%;
    right: 90px;
    margin-top: -15px;
    background: url(/common/img/cmn_search_ic01.png) 0 0 no-repeat;
    text-indent: -9999px;
    z-index: 1;
    cursor: pointer;
  }
  
  dl.defBox {
    box-sizing: border-box;
    width: 680px;
    margin: 0 auto;
    padding: 20px 40px 5px 40px;
    border: 2px solid #0094C8;
  }
    dl.defBox dt {
      float: left;
      width: 180px;
      color: #0094C8;
      font-size: 14px;
      font-weight: bold;
    }
    dl.defBox dd {
      margin-left: 180px;
      padding: 0 0 15px 30px;
      background-image: url("/common/img/esg_staff_diversity_bg01.gif");
      background-position: 0 0.5em;
      background-repeat: no-repeat;
      color: #191919;
      font-size: 13px;
      line-height: 1.3;
    }
  
  /* ----- sns-list ----- */
  .sns-list {
    display: flex;
    align-items: center;
  }
  .sns-list_item {
    width: 40px;
  }
  .sns-list_item + .sns-list_item {
    margin: 0 0 0 20px;
  }
  .sns-list_youtube {
    width: 48px;
  }
  .sns-list_linkedin {
    width: 47px;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  [class*="heading-lv"].has-chapter .block::after,
  .list-description::after,
  .list-description-v4::after,
  .list-description-download::after,
  .column-media::after,
  .accordion-layout > .accordion_trigger .accordion_heading::after,
  .button-column-layout::after,
  .button-column-layout-v2::after,
  .heading-wrap::after,
  .news-layout .news_article.news_type1 .news_detail::after{
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .text-kanji {
    height: 21px;
  }
  .text-kanji::after {
    height: 16px;
  }
  .text-kanji.type01 {
    width: 86px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column-media > .column_image {
    max-width: calc((100% - 36px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .text-kanji {
    height: 18px;
  }
  .text-kanji::after {
    height: 15px;
  }
  .text-kanji.type01 {
    width: 81px;
  }
}
@media screen and (min-width: 768px) and (max-width: 812px) {
  .text-kanji {
    height: 17px;
  }
  .text-kanji::after {
    height: 14px;
  }
  .text-kanji.type01 {
    width: 76px;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
  .relation-layout {
    width: auto;
    margin-right: -40px;
    margin-left: -40px;
  }
}