@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
  ------------------------------------------------------ */
  /* ----- font ----- */
  
  /* ----- a ----- */
  a:link img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a.block {
    display: block;
    color: #1e2d66;
  }
  a.block:hover {
    color: #0096e0;
    opacity: 1;
  }
  
  /* ----- opacity ----- */
  .link-inline:hover,
  .link-text > li > a:hover,
  [class*="heading-lv"] a:hover .heading_title,
  .navi-anchor .navi_inner > li > a:hover,
  .news-layout a:hover .news_thumbnail,
  .news-layout a:hover .news_title,
  .plugin-layout a:hover .a-blank {
    opacity: .6;
  }
  
  /* ----- transition ----- */
  
  /* ----- sprite ----- */
  .a-blank::after,
  .a-pdf::after,
  .a-print::after,
  .a-mail::after,
  .a-excel::after,
  .a-word::after,
  .a-ppt::after,
  .a-rss::after,
  .a-zip::after,
  .a-video::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after,
  .plugin-layout a .a-blank::after,
  .news-compo .a-blank .news_title::after,
  .news-compo .a-pdf .news_title::after {
    vertical-align: top;
    content: "";
  }
  .a-blank::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .plugin-layout a .a-blank::after,
  .news-compo .a-blank .news_title::after { background: url(/common/img/com_ic10.png) no-repeat 0 0; width: 16px; height: 19px; }
  .a-pdf::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-pdf .news_title::after,
  .news-compo .a-pdf .news_title::after { background: url(/common/img/com_ic11.png) no-repeat 0 0; width: 15px; height: 19px; }
  .a-print::after { background: url(/common/img/com_ic12.png) no-repeat 0 0; width: 18px; height: 16px; }
  .a-mail::after { background: url(/common/img/com_ic14.png) no-repeat 0 0; width: 18px; height: 13px; }
  .a-excel::after { background: url(/common/img/com_ic15.png) no-repeat 0 0; width: 16px; height: 18px; }
  .a-word::after { background: url(/common/img/com_ic16.png) no-repeat 0 0; width: 17px; height: 18px; }
  .a-ppt::after { background: url(/common/img/com_ic17.png) no-repeat 0 0; width: 17px; height: 18px; }
  .a-rss::after { background: url(/common/img/com_ic18.png) no-repeat 0 0; width: 14px; height: 14px; }
  .a-zip::after { background: url(/common/img/com_ic20.png) no-repeat 0 0; width: 19px; height: 16px; }
  .a-video::after { background: url(/common/img/com_ic19.png) no-repeat 0 0; width: 20px; height: 17px; }
  [class*="heading-lv"] .a-blank::after,
  [class*="heading-lv"] .a-pdf::after,
  .news-layout .a-blank::after,
  .news-compo .a-pdf::after,
  .news-compo .a-pdf::after {
    display: none;
  }
  .link-inline.a-blank::after,
  .link-inline.a-pdf::after {
    display: inline-block;
    margin: .3em 8px 0 8px;
  }
  .link-inline.a-blank::after {
    margin: .5em 8px 0 8px;
  }
  .link-text > li > .a-blank::after,
  .link-text > li > .a-pdf::after,
  .link-text > li > .a-print::after,
  .link-text > li > .a-mail::after,
  .link-text > li > .a-excel::after,
  .link-text > li > .a-word::after,
  .link-text > li > .a-ppt::after,
  .link-text > li > .a-rss::after,
  .link-text > li > .a-zip::after,
  .link-text > li > .a-video::after {
    display: inline-block;
    margin: .3em 0 0 12px;
  }
  .link-text > li > .a-mail::after {
    margin: .5em 0 0 12px;
  }
  .link-button > li > .a-blank::after,
  .link-button-v2 > li > .a-blank::after {
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -7px;
  }
  .link-button > li > .a-pdf .link_label::before,
  .link-button-v2 > li > .a-pdf .link_label::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 19px;
    top: 50%;
    margin-top: -9px;
    margin-left: -25px;
    background: url(/common/img/com_ic11.png) no-repeat 0 0; 
    vertical-align: top;
  }
  .link-button > li > .a-print .link_label::before,
  .link-button-v2 > li > .a-print .link_label::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 16px;
    top: 50%;
    margin-top: -7px;
    margin-left: -25px;
    background: url(/common/img/com_ic12.png) no-repeat 0 0; 
    vertical-align: top;
  }
  .link-button-v2 > li > .a-print .link_label::before {
    background: url(/common/img/com_ic13.png) no-repeat 0 0; 
  }
  .link-button > li > .a-pdf::after,
  .link-button > li > .a-print::after,
  .link-button-v2 > li > .a-pdf::after,
  .link-button-v2 > li > .a-print::after {
    display: none;
  }
  .link-button.iconNew a {
    margin-top: 15px;
    padding: 15px 55px 15px;
  }
  .link-button.iconNew a::before {
    position: absolute;
    content: "NEW";
    width: 55px;
    height: 24px;
    top: -13px;
    left: 30px;
    border-radius: 10em;
    background-color: #0096e0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after {
    display: inline-block;
    margin: .6em 0 0 15px;
  }
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after {
    display: inline-block;
    margin: .25em 0 0 12px;
  }
  .news-compo .a-blank .news_title::after,
  .news-compo .a-pdf .news_title::after {
    display: inline-block;
    margin: 0 0 0 12px;
    vertical-align: middle;
  }
  .plugin-layout a .a-blank::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: .5em 5px 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"]).align-items {
    -webkit-align-items: center;
    align-items: center;
  }
  [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 1.25em;
    margin-left: 36px;
  }
  [data-row-pc="2"] > *:nth-child(-n+2),
  [data-row-pc="3"] > *:nth-child(-n+3),
  [data-row-pc="4"] > *:nth-child(-n+4),
  [data-row-pc="5"] > *:nth-child(-n+5),
  [data-row-pc="6"] > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
  [data-row-pc="1"] > *,
  [data-row-pc="2"] > *:nth-child(2n+1),
  [data-row-pc="3"] > *:nth-child(3n+1),
  [data-row-pc="4"] > *:nth-child(4n+1),
  [data-row-pc="5"] > *:nth-child(5n+1),
  [data-row-pc="6"] > *:nth-child(6n+1) {
    margin-left: 0 !important;
  }
  [data-row-pc="2"] > * { width: calc((100% -  36px) / 2); }
  [data-row-pc="3"] > * { width: calc((100% -  72px) / 3); }
  [data-row-pc="4"] > * { width: calc((100% - 108px) / 4); }
  [data-row-pc="5"] > * { width: calc((100% - 144px) / 5); }
  [data-row-pc="6"] > * { width: calc((100% - 180px) / 6); }
  [data-row-pc="auto"] {
    margin-right: -36px;
    margin-bottom: -.5em;
  }
  _:-ms-lang(x)::-ms-backdrop, [data-row-pc="3"] > * {
    width: 30.9%;
    margin-left: 3.6% !important;
  }
  _:-ms-lang(x)::backdrop, [data-row-pc="3"] > *{
    width: 30.9%;
    margin-left: 3.6% !important;
  }
  _:-ms-lang(x)::-ms-backdrop, [data-row-pc="5"] > * {
    width: 17.1%;
    margin-left: 3.6% !important;
  }
  _:-ms-lang(x)::backdrop, [data-row-pc="5"] > * {
    width: 17.1%;
    margin-left: 3.6% !important;
  }
  [data-row-pc="auto"] > * {
    margin-top: 0 !important;
    margin-right: 36px;
    margin-bottom: .5em;
    margin-left: 0;
  }
  .link-text[data-row-pc="auto"] {
    margin-right: -60px;
    margin-bottom: -.5em;
  }
  .tab-layout-kakueki .table-layout .link-text,
  .table-layout .link-text[data-row-pc="auto"] {
    display: block;
    margin-right: 0;
  }
  .table-layout .link-text[data-row-pc="auto"] > li {
    display: inline-block;
  }
  .tab-layout-kakueki .table-layout .link-text > li {
    float: left;
    width: calc((100% - 160px) / 5);
  }
  .link-text[data-row-pc="auto"] > li {
    margin-right: 60px;
    margin-bottom: .5em;
  }
  
  /* ------------------------------------------------------
   * Element >>> Heading
  ------------------------------------------------------ */
  [class^="heading-lv"] .heading_title {
    line-height: 1.5;
  }
  [class^="heading-lv"] .heading_title[class*="js-equalHeight_"] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  [class*="heading-lv"] a:link .heading_title {
    text-decoration: underline;
  }
  #main .heading-lv1 + *,
  #main .heading-lv1 + section > [class*="heading-lv"]:first-child {
    margin-top: 2.5em;
  }
  #main .heading-lv2 + * {
    margin-top: 1.9em;
  }
  #main .heading-lv3 + *,
  #main .heading-lv4 + * {
    margin-top: 1.25em;
  }
  #main .heading-lv5 + * {
    margin-top: .95em;
  }
  
  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    margin: 0 0 2.5em;
  }
  .heading-lv1 .heading_title {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: solid 2px #0096e0;
    font-size: 5.0rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .heading-lv1.heading-ir .heading_title {
    max-width: calc(100% - 420px);
  }
  .heading-lv1 .heading_subtitle {
    color: #333;
    font-size: 1.8rem;
  }
  .heading-lv1 .heading_title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0096e0;
  }
  .heading-lv1 .heading_title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto -4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
  }
  .heading-mv-lv1 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100vw;
    min-height: 205px;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    background-size: auto 100% !important;
  }
  .heading-mv-lv1.mv01 {
    background: url(/common/img/index_h01.jpg) no-repeat 50% 0;
  }
  .heading-mv-lv1.mv02 {
    background: url(/common/img/index_h02.jpg) no-repeat 50% 0;
  }
  .heading-mv-lv1.mv03 {
    background: url(/common/img/index_h03.jpg) no-repeat 50% 0;
  }
  .heading-mv-lv1 .heading-mv_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 205px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    color: #fff;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1.5;
  }
  
  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    margin: 2.5em 0 1.9em;
  }
  .heading-lv2 .block {
    display: block;
    text-decoration: none;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv2 .heading_subtitle {
    color: #333;
    line-height: 1.5;
  }
  
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 2.5em 0 1.9em 30px;
  }
  .news-layout-contents .heading-lv3 {
    margin-bottom: 0;
  }
  .heading-lv3 .block {
    display: block;
    text-decoration: none;
  }
  .heading-lv3 .heading_title {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv3 .heading_title::before {
    position: absolute;
    content: "";
    top: 0.45em;
    left: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #0096e0;
  }
  .heading-lv3 .heading_subtitle {
    color: #333;
    font-size: 1.6rem;
  }
  .heading-lv3 .heading_title.type-not::before {
    position: absolute;
    content: "";
    top: 0.75em;
    left: -30px;
    width: 20px;
    height: 4px;
    border-radius: 0;
    border: none;
    background: #d20023;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .heading-lv3 .heading_title.type-not::after {
    position: absolute;
    content: "";
    top: 0.75em;
    left: -30px;
    width: 20px;
    height: 4px;
    border-radius: 0;
    border: none;
    background: #d20023;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  /* ----- heading-lv3-zoom----- */
  .heading-lv3-zoom {
    margin: 2.5em 0 1.9em 30px;
  }
  .heading-lv3-zoom .heading-lv3 {
    margin-bottom: 0;
  }
  .heading-lv3-zoom .heading_title {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  
  /* ----- heading-app-lv3 ----- */
  .app-section {
    padding-bottom: 2.5em;
    border-bottom: 1px solid #ddd;
  }
  .heading-app-lv3 {
    margin: 1em 0 1.5em;
  }
  .heading-app-lv3 .heading_title {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-app-lv3 .heading_title .image_inner {
    margin-right: 20px;
  }
  .heading-app-lv3 .heading_title .image_inner img {
    width: 80px;
  }
  
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 2.5em 0 1.25em;
  }
  .heading-lv4 .block {
    display: block;
    text-decoration: none;
  }
  .heading-lv4 .heading_title {
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv4 .heading_subtitle {
    color: #333;
    font-size: 1.4rem;
  }
  
  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 1.9em 0 1.3em;
  }
  .heading-lv5 .block {
    display: block;
    text-decoration: none;
  }
  .heading-lv5 .heading_title {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv5 .heading_subtitle {
    color: #333;
    font-size: 1.4rem;
  }
  
  /* ------------------------------------------------------
   * Element >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 1.25em;
  }
  
  /* ----- text-lead ----- */
  .text-lead {
    margin: 1em 0 .75em;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .text-lead_2 {
    margin: .5em 0 .75em;
    color: #0096e0;
    font-size: 2.4rem;
    font-weight: bold;
  }
  /* ----- text-title ----- */
  .text-title {
    font-size: 1.8rem;
    font-weight: bold;
  }
  /* ----- text-icon ----- */
  .text-icon {
    vertical-align: middle;
  }
  
  /* ------------------------------------------------------
   * Element >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"] {
    margin-top: 1em;
  }
  .list-order > li > [class*="list-note"] {
    margin-top: 0;
  }
  [class*="list-description"] {
    margin-top: 1.3em;
  }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li {
    margin-top: .5em;
  }
  [class*="list-"].is-nest {
    margin: .5em 0 .75em;
  }
  [class*="list-note"] > li > .list_detail,
  [class*="list-bullet"] > li > .list_detail,
  [class*="list-order"] > li > .list_detail {
    margin-top: .25em;
  }
  [class*="list-note"] > li > .list_detail > *:first-child,
  [class*="list-note"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-bullet"] > li > .list_detail > *:first-child,
  [class*="list-bullet"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-order"] > li > .list_detail > *:first-child,
  [class*="list-order"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-description"] > dd > *:first-child,
  [class*="list-description"] > dd > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- list-al-right ----- */
  .list-al-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 1em;
  }
  .list-al-right > [class*="list-"] {
    margin-top: 0;
  }
  
  /* ----- list-note ----- */
  .list-note > li {
    position: relative;
    padding-left: 1em;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-note-order ----- */
  .list-note-v2 > li {
    position: relative;
    padding-left: 2.5em;
  }
  .list-note-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-v2 > li > .list_mark::after {
    content: ".";
  }
  
  /* ----- list-note-v3 ----- */
  .list-note-v3 {
    margin-top: 0;
  }
  .list-note-v3 > li {
    position: relative;
    padding-left: 1.2em;
    color: #555555;
  }
  .list-note-v3 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-v3 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-bullet ----- */
  .list-bullet > li {
    position: relative;
    padding-left: 20px;
  }
  
  .list-bullet > li::before {
    position: absolute;
    top: .65em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0096e0;
    content: "";
  }
  /* v2 */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 16px;
    font-size: 1.4rem;
  }
  .list-bullet-v2 > li::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #969696;
    content: "";
  }
  
  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 1.8em;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* v2 */
  .list-order-v2 > li {
    position: relative;
    padding-left: 3em;
    font-size: 1.4rem;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-description ----- */
  .list-description > dt {
    margin: 1em 0 .2em;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .list-description > dt:first-child {
    margin-top: 0 !important;
  }
  .list-description > dd {
  }
  
  /* ------------------------------------------------------
   * 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-"].is-nest {
    margin: .5em 0 1em;
  }
  
  /* ----- link-inline ----- */
  a.link-inline {
    text-decoration: underline;
  }
  a.link-inline:hover {
    text-decoration: none;
  }
  
  /* ----- link-text ----- */
  .link-text > li > a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    text-decoration: none;
  }
  .link-text > li > a:hover {
    text-decoration: underline;
  }
  .link-text > li > a::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 15px;
    height: 14px;
    background: url(/common/img/com_ic28.png) no-repeat 0 0; 
    content: "";
  }
  /* ----- link-text-mail ----- */
  .link-text-mail a {
    text-decoration: none;
  }
  /* ----- link-pageTop ----- */
  .link-text.link-pageTop a::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 14px;
    height: 15px;
    background: url(/common/img/com_ic72.png) no-repeat 0 0; 
    content: "";
  }
  /* ----- link-text type-new ----- */
  .link-text i.type-new::after {
    content: "NEW";
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 3px 5px;
    background-color: #d20023;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.1;
    vertical-align: middle;
  }
  
  /* ----- link-button ----- */
  .link-button > li > a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 15px 40px 15px 30px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 2px 2px -1px #ccc;
    border-radius: 10em;
    background-color: #fff;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .link-button > li > a:hover {
    background-color: #f0faff;
  }
  .link-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  /* v2 */
  .link-button-v2 > li > a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 15px 32px 15px;
    box-shadow: 0px 2px 2px -1px #555;
    border-radius: 10em;
    background-color: #555;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .link-button-v2 > li > a:hover {
    background-color: #777;
  }
  .link-button-v2 .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  
  /* ------------------------------------------------------
   * Element >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  .image-set {
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .image-set .image_caption {
    margin-top: .7em;
    font-size: 1.6rem;
    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.image-border .image_inner {
    border: 1px solid #ccc;
  }
  /* for IE11 hack */
  _:-ms-lang(x)::-ms-backdrop, .column-layout .image-set > .image_inner,
  _:-ms-lang(x)::-ms-backdrop, .image-set.gp-al-center > .image_inner,
  _:-ms-lang(x)::-ms-backdrop, .image-set.gp-al-right > .image_inner{
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 1px;
  }
  
  /* ------------------------------------------------------
   * Element >>> Video
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Element >>> Form
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Element >>> Other
  ------------------------------------------------------ */
  /* ----- line-layout ----- */
  .line-layout {
    margin: 40px 0;
  }
  .line-layout .line_hr {
    display: block;
    height: 1px;
    margin: 0;
    border-top: 1px solid #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"],
  [class*="column-layout"] > [class*="column_item"] > * + section > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- column-layout ----- */
  .column-layout {
    margin-top: 2em;
  }
  
  /* ----- section-layout ----- */
  .column-layout.section-layout {
    margin: 70px 0;
  }
  .column-layout > .column_item {
    margin-top: 1em;
  }
  
  /* ----- column-layout-movie ----- */
  .column-layout-movie {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .column-layout-movie > .column_item,
  .column-layout-movie > .column_item .column_item-inner {
    margin: 0;
    margin-right: 36px;
    padding: 0;
    display: block;
    width: calc((100% - 108px) / 3);
    position: relative;
    text-align: left;
  }
  .column-layout-movie > .column_item:nth-child(3n) {
    margin-right: 0;
  }
  .column-layout-movie > .column_item:nth-child(n+4) {
    margin-top: 15px;
  }
  .column-layout-movie > .column_item .column_item-inner {
    width: 100%;
    padding-bottom: 56.25%;
  }
  
  /* ----- column-layout-movie-v2 ----- */
  .column-layout-movie-v2 {
    margin-top: 20px;
  }
  .column-layout-movie-v2 > .column_item,
  .column-layout-movie-v2 > .column_item .column_item-inner {
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
  }
  .column-layout-movie-v2 > .column_item .column_item-inner {
    padding-bottom: 56.25%;
  }
  
  /* ----- allLink-wrap ----- */
  .column_item.allLink-wrap > a {
    color: #333;
    text-decoration: none;
  }
  .column_item.allLink-wrap > a .text-lead {
    margin: 1em 0 0.5em;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .column_item.allLink-wrap > a .image-set {
    margin-bottom: 0.5em;
  }
  .column_item.allLink-wrap > a:hover .text-lead {
    color: #1e2d66;
    text-decoration: underline;
  }
  .column_item.allLink-wrap > a:hover .link-button {
    text-align: center;
  }
  .column_item.allLink-wrap > a .link-button > li > .block {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 15px 40px 15px 30px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 2px 2px -1px #ccc;
    border-radius: 10em;
    background-color: #fff;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .column_item.allLink-wrap > a:hover .link-button > li > .block {
    background-color: #f0faff;
  }

  /* ----- column-media ----- */
  .column-media {
    margin-top: 2em;
  }
  .column-media[data-media-size="1/2"] > .column_image { width: calc((100% -  36px) / 2); }
  .column-media[data-media-size="1/3"] > .column_image { width: calc((100% -  72px) / 3); }
  .column-media[data-media-size="1/4"] > .column_image { width: calc((100% - 108px) / 4); }
  .column-media[data-media-size="1/5"] > .column_image { width: calc((100% - 144px) / 5); }
  .column-media[data-media-size="1/6"] > .column_image { width: calc((100% - 180px) / 6); }
  .column-media > .column_image[data-image="right"] {
    float: right;
    margin-left: 36px;
  }
  .column-media > .column_image[data-image="left"] {
    float: left;
    margin-right: 36px;
  }
  .column-media > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }
  .column-media.app-section > .column_image[data-image="right"] {
    width: 50%;
  }

  /* ----- column-media csr-column ----- */
  .column-media.csr-column [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 0.5em;
  }
  .column-media.csr-column .link-button > li > .a-pdf .link_label::before {
    right: 20px;
  }

  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  [class^="table-layout"] {
    overflow-x: auto;
    padding-bottom: 1px;
  }
  [class*="table-layout"] th > *:first-child,
  [class*="table-layout"] th > section:first-child > [class*="heading-lv"],
  [class*="table-layout"] td > *:first-child,
  [class*="table-layout"] td > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- table-layout ----- */
  .table-layout {
    margin-top: 1em;
  }
  .table-layout .table_inner {
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .table-layout caption {
    text-align: left;
  }
  .table-layout caption > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout .table_title {
    margin-bottom: .5em;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .table-layout .table_caption {
    margin: 0 0 1em;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .table-layout th,
  .table-layout td {
    padding: 15px 20px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .table-layout.eir-table th,
  .table-layout.eir-table td {
    padding: 10px 15px;
  }
  .table-layout thead th {
    vertical-align: middle;
  }
  .table-layout th > *:first-child,
  .table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout .cell-style1 {
    background-color: #ddf3ff;
    font-size: 1.8rem;
    color: #333;
    text-align: center;
  }
  .table-layout th.cell-style1 {
    font-weight: bold;
  }
  .table-layout .cell-style2 {
    background-color: #f0faff;
    font-weight: bold;
    vertical-align: middle;
  }
  .table-layout .cell-style3 {
    background-color: #ffe9ea;
    font-weight: bold;
  }
  .table-layout .cell-style4 {
    background-color: #f3f3f3;
    font-weight: bold;
  }
  .table-layout .cell-style1 > .link-text > li > .a-blank::after {
    margin-top: 0.5em;
  }
  .sp-js-smp-accordion_detail .table-layout .cell-style4 {
    font-size: 1.8rem;
    text-align: center;
  }
  .table-layout .border-style1 {
    border-top: 1px solid #fff!important;
    border-bottom: 1px solid #fff!important;
  }
  
  /* ----- table-layout-v2 ----- */
  .table-layout-v2 {
    margin-top: 1em;
  }
  .table-layout-v2 .table_inner {
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .table-layout-v2 caption {
    text-align: left;
  }
  .table-layout-v2 caption > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout-v2 .table_title {
    margin-bottom: .5em;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .table-layout-v2 .table_caption {
    margin: 0 0 1em;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .table-layout-v2 th,
  .table-layout-v2 td {
    padding: 15px 20px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
  }
  .table-layout-v2 tr td:first-child,
  .table-layout-v2 tr td:nth-child(2) {
    font-size: 2.0rem;
  }
  .table-layout-v2 .nonstop-tr {
    border-left: 1px solid #ccc;
  }
  .table-layout-v2 .nonstop-tr td {
    border-left: none;
  }
  .table-layout-v2 thead th {
    vertical-align: middle;
  }
  .table-layout-v2 th > *:first-child,
  .table-layout-v2 td > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout-v2 .cell-style1 {
    background-color: #0096e0;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
  }
  .table-layout-v2 .cell-style2 {
    background-color: #fff2ac;
    vertical-align: middle;
  }
  .table-layout-v2 tr .cell-style2 .arrowBox {
    position: relative;
  }
  .table-layout-v2 tr .cell-style2 .arrowBox:first-child::before {
    position: absolute;
    content: "";
    bottom: -28px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 14px 13px 0 13px;
    border-color: #fff2ac transparent transparent transparent;
    z-index: 1;
  }
  .table-layout-v2 tr .cell-style2 .arrowBox:first-child::after {
    position: absolute;
    content: "";
    bottom: -26px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #888888 transparent transparent transparent;
    z-index: 1;
  }
  .table-layout-v2 tr.leadLast .cell-style2::before {
    display: none;
  }
  .table-layout-v2 tr.leadLast .cell-style2::after {
    display: none;
  }
  .table-layout-v2 .nbspBox {
    position: relative;
    width: 55px;
    height: 35px;
    margin: auto;
  }
  .table-layout-v2 .nbspBox::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 35px 27.5px 0 27.5px;
    border-color: #d32325 transparent transparent transparent;
  }
  .table-layout-v2 .nonstop-lead {
    color: #e60012;
    font-size: 3.6rem;
    font-weight: bold;
  }
  .table-layout-v2 .nonstop-lead em {
    font-size: 4.2rem;
    font-weight: bold;
    font-style: normal;
  }
  .table-layout-v2 .nonstop-lead .marker-text {
    background: linear-gradient(transparent 60%, #ffe400 0%);
    font-size: 4.6rem;
    font-weight: bold;
    font-style: italic;
  }
  
  /* ----- table-layout.pc-scroll ----- */
  .table-layout.pc-scroll {
    margin-top: 1em;
  }
  .table-layout.pc-scroll th,
  .table-layout.pc-scroll td {
    padding: 10px 5px;
    text-align: center;
  }
  .table-layout.pc-scroll .cell-style1 {
    color: #fff;
    background-color: #0096e0 !important;
  }
  .table-layout.pc-scroll .cell-style1 > span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  .table-layout.pc-scroll .cell-style2 {
    background-color: #ddf3ff !important;
  }
  .table-layout.pc-scroll tr:nth-child(even) td {
    background-color: #f3f3f3;
  }
  
  /* ------------------------------------------------------
   * 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 {
    margin-top: 1.85em;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .box-layout > .box_title {
    padding: 18px 22px 17px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-layout > .box_detail {
    padding: 25px 22px 24px;
    background-color: #fff;
  }
  
  /* ----- box-layout-v2 ----- */
  .box-layout-v2 {
    margin-top: 1.85em;
    padding: 25px 30px;
    border-radius: 5px;
    background-color: #f3f3f3;
  }
  .box-layout-v2.wFull {
    width: 100vw;
    margin: 1.85em calc(50% - 50vw) 0;
    padding: 25px calc(50vw - 50%);
  }
  .box-layout-v2.wide {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .box-layout-v2.ver2 {
    background-color: #fdeded;
  }
  .box-layout-v2.ver3 {
    background-color: #ddf3ff;
  }
  .box-layout-v2.ver4 {
    background-color: #ffffff;
  }
  .box-layout-v2 > .box_title,
  .box-layout-v2 .box-inner-wrap > .box_title {
    margin-bottom: 0.4em;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-layout-v2 > .box_detail {
  }
  .box-layout-v2.info-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 30px;
  }
  .box-layout-v2.info-layout > .box_title {
    margin-bottom: 0;
    margin-right: 50px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
  }
  .box-layout-v2 > .box_title.case-indent {
    margin-left: 2.5em;
    text-indent: -2.5em;
  }
  .box-layout-v2.info-layout > .box_detail {
    width: 50%;
  }
  .box-layout-v2.textBanner-layout {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .box-layout-v2.textBanner-layout .box-inner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box-layout-v2.textBanner-layout .box-inner-wrap > .box_title {
    margin-bottom: 0;
    margin-right: 50px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
  }
  .box-layout-v2.textBanner-layout .box-inner-wrap [class*="link-button"] {
    margin-top: 0 !important;
  }
  
  /* ----- box-layout-v3 ----- */
  .box-layout-v3 {
    display: flex;
    margin-top: 1.85em;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .box-layout-v3 > .box_title {
    display: flex;
    align-items: center;
    padding: 18px 99px 17px;
    background-color: #f1f1f1;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-layout-v3 > .box_detail {
    padding: 25px 22px 24px;
    border-left: 1px solid #ccc;
    background-color: #fff;
  }
  
  /* ----- box-layout-v5 ----- */
  .box-layout-v5 {
    display: inline-block;
    margin: 0 0 0 180px !important;
    padding: 15px 180px 15px 0;
    background-color: #c0151b;
  }
  .box-layout-v5 .box_detail {
    position: relative;
    padding: 0 0 0 155px;
  }
  .box-layout-v5 .box_detail::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 30px;
    width: 90px;
    height: 9px;
    margin-top: -6px;
    border-radius: 0;
    border: none;
    background: #f2d0d1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .box-layout-v5 .box_detail::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 30px;
    width: 90px;
    height: 9px;
    margin-top: -6px;
    border-radius: 0;
    border: none;
    background: #f2d0d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .box-layout-v5 .box_detail ul > li {
    position: relative;
    padding-left: 20px;
    color: #fff;
  }
  .box-layout-v5 .box_detail ul > li::before {
    position: absolute;
    top: .65em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }
  
  /* ----- box-layout-v6 ----- */
  .box-layout-v6 {
    margin: 0 0 0 180px !important;
    padding: 12px 0 15px 175px;
    background: url(/ride/img/yuso_ex01.png) no-repeat 0 0;
  }

  /* ----- box-layout-app ----- */
  .box-layout-app {
    display: flex;
    margin: 1.85em 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .box-layout-app > .box_title {
    width: 23%;
    padding: 18px 22px 17px;
    background-color: #f1f1f1;
    border-right: 1px solid #ccc;
    text-align: center;
  }
  .box-layout-app > .box_detail {
    width: 77%;
    padding: 25px 22px 24px;
    background-color: #fff;
  }
  .box-layout-app > .box_detail > .column-layout {
    display: flex;
  }
  .box-layout-app > .box_detail > .column-layout .column_item {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
  .box-layout-app > .box_detail > .column-layout .image-set {
    margin-top: 0;
  }
  .box-layout-app > .box_detail > .column-layout .image-set.sp-hidden {
    margin: 0 20px;
  }
  
  
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  .accordion-layout {
    margin-top: 1.85em;
  }
  .accordion-layout > .accordion_trigger {
    position: relative;
  }
  .accordion-layout .accordion_label {
    display: block;
    padding: 20px 83px 18px 23px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 2px 2px -1px #ccc;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
  }
  .accordion-layout .accordion_label:hover {
    background-color: #f0faff;
  }
  .accordion-layout > .accordion_detail {
    padding: 30px 0;
  }
  .accordion-layout > .accordion_detail > *:first-child {
    margin-top: 0;
  }
  .accordion-layout .accordion_label::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-top: 2px solid #6a6a6a;
    border-right: 2px solid #6a6a6a;
    content: "";
  }
  .accordion-layout > .accordion_trigger.is-active .accordion_label::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  
  /* ----- qa-layout ----- */
  .qa-layout-wrap {
    margin-top: 1.85em;
  }
  .qa-layout-wrap > .qa-layout {
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .qa-layout-wrap > .qa-layout + .qa-layout {
    margin-top: 30px;
  }
  .qa-layout-wrap .que_trigger {
    position: relative;
  }
  .qa-layout-wrap .accordion_label {
    display: block;
    padding: 26px 72px 26px;
    background-color: #f3f3f3;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
  }
  .qa-layout-wrap .accordion_label:hover {
    background-color: #f0faff;
  }
  .qa-layout-wrap .ans_detail {
    position: relative;
    padding: 25px 20px 25px 72px;
    border-top: 1px solid #ccc;
    background-color: #fff;
  }
  .qa-layout-wrap .que_trigger::before {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: #0096e0;
    border-radius: 5px;
    content: "";
    cursor: pointer;
  }
  .qa-layout-wrap .que_trigger::after {
    position: absolute;
    content: 'Q';
    top: 50%;
    left: 31px;
    margin-top: -22px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
  }
  .qa-layout-wrap .ans_detail::before {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #f6ccd3;
    background-color: #fdeded;
    border-radius: 5px;
    content: "";
    cursor: pointer;
  }
  .qa-layout-wrap .ans_detail::after {
    position: absolute;
    content: 'A';
    top: 19px;
    left: 33px;
    color: #d10123;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
  }
  .qa-layout-wrap .accordion_label::before,
  .qa-layout-wrap .accordion_label::after {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    background-color: #666;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .qa-layout-wrap .accordion_label::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .qa-layout-wrap .que_trigger.is-active .accordion_label::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  /* ----- tab-layout ----- */
  .tab-layout {
    margin-top: 1em;
    margin-bottom: 3em;
  }
  .tab-layout > .tab_navi {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    border-bottom: 2px solid #ddd;
  }
  .tab-layout > .tab_detail + .tab_navi {
    margin-top: 20px;
    border-top: 2px solid #ddd;
    border-bottom: none;
  }
  .tab-layout.is-pink > .tab_detail + .tab_navi {
    margin-top: 0;
  }
  .tab-layout .tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 1200px;
  }
  .tab-layout .tab_list > li {
    display: -webkit-flex;
    display: flex;
  }
  .tab-layout .tab_list [data-row-pc="2"] > * { width: calc((100%) / 2); }
  .tab-layout .tab_list [data-row-pc="3"] > * { width: calc((100%) / 3); }
  .tab-layout .tab_list [data-row-pc="4"] > * { width: calc((100%) / 4); }
  .tab-layout .tab_list [data-row-pc="5"] > * { width: calc((100%) / 5); }
  .tab-layout .tab_list [data-row-pc="6"] > * { width: calc((100%) / 6); }
  .tab-layout .tab_list [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-left: 0;
  }
  _:-ms-lang(x)::-ms-backdrop, .tab-layout .tab_list [data-row-pc="3"] > * {
    width: 33.3%;
    margin-left: 0 !important;
  }
  _:-ms-lang(x)::backdrop, .tab-layout .tab_list [data-row-pc="3"] > * {
    width: 33.3%;
    margin-left: 0 !important;
  }
  _:-ms-lang(x)::-ms-backdrop, .tab-layout .tab_list [data-row-pc="5"] > * {
    width: 20%;
    margin-left: 0 !important;
  }
  _:-ms-lang(x)::backdrop, .tab-layout .tab_list [data-row-pc="5"] > * {
    width: 20%;
    margin-left: 0 !important;
  }
  .tab-layout .tab_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: -2px;
    padding: 20px 5px 25px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #ddd;
    background-color: #fff;
    color: #1e2d66;
    font-size: 2.0rem;
    text-decoration: none;
    font-weight: 400;
  }
  .tab-layout > .tab_detail + .tab_navi .tab_list > li > a {
    margin-top: -2px;
    margin-bottom: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #fff;
  }
  .tab-layout .tab_list > .is-current > a {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-color: #fff;
    border-top-color: #0096e0;
    background-color: #fff;
    color: #333;
    font-weight: bold;
  }
  .tab-layout > .tab_detail + .tab_navi .tab_list > .is-current > a {
    border-top-color: #fff;
    border-bottom: 3px solid #0096e0;
  }
  .tab-layout .tab_list > .is-current > a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .tab-layout > .tab_detail {
    display: none;
    padding-top: 20px;
  }
  .tab-layout.is-pink > .tab_detail {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 20px calc(50vw - 50%);
    background: #fff2f2;
  }
  .tab-layout > .tab_detail.non-jsTabs {
    display: block;
  }
  .tab-layout > .tab_detail > *:first-child {
    margin-top: 0 !important;
  }
  .tab-layout.sp-acc_tabs .sp-tabs_navi {
    display: none;
  }
  
  .tab-layout.haneda-search > .tab_navi {
    width: 97%;
    margin: 0 1%;
    padding: 0;
    border-bottom: 2px solid #ddd;
  }
  
  /* ------------------------------------------------------
   * Component >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin-top: 1em;
  }
  .navi-anchor .navi_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navi-anchor .navi_inner > li {
    padding: .5em 33px 0 0;
  }
  .navi-anchor .navi_inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    text-decoration: none;
  }
  .navi-anchor .navi_inner > li > a:hover {
    text-decoration: underline;
  }
  .navi-anchor .navi_inner > li > a::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 14px;
    height: 15px;
    background: url(/common/img/com_ic29.png) no-repeat 0 0; 
    content: "";
  }
  /* ----- navi-anchor.app-list ----- */
  .navi-anchor.app-list .navi_inner > li {
    width: 12.5%;
    padding: .5em 15px 0 0;
  }
  .navi-anchor.app-list .navi_inner > li > a {
    padding-left: 0;
  }
  .navi-anchor.app-list .navi_inner > li > a::before {
    display: none;
  }
  .navi-anchor.app-list .navi_inner > li .navi_label {
    display: block;
    position: relative;
    padding-left: 20px;
  }
  .navi-anchor.app-list .navi_inner > li .navi_label::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 14px;
    height: 15px;
    background: url(/common/img/com_ic29.png) no-repeat 0 0; 
    content: "";
  }
  .navi-anchor.app-list .navi_inner > li .image_inner img {
    max-width: 135px;
  }
  
  /* ------------------------------------------------------
   * Component >>> Index
  ------------------------------------------------------ */
  [class*="index-layout"] .index_caption > *:first-child,
  [class*="index-layout"] .index_caption > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  /* ----- news-layout ----- */
  .news-layout {
    margin-top: 0 !important;
  }
  .news-layout .block {
    padding: 10px 0;
    color: #1e2d66;
    text-decoration: none;
    outline: none;
  }
  .news-layout .block .news_title {
    display: inline-block;
  }
  .news-layout .block[target="_blank"] .news_title::after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background: url(/common/img/com_ic10.png) no-repeat 100% 0;
  }
  .news-layout .block[href$=".pdf"] .news_title::after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 18px;
    margin-left: 5px;
    background: url(/common/img/com_ic11.png) no-repeat 100% 0;
  }
  .news-layout .block .news_date {
    color: #555;
    font-size: 1.5rem;
  }

  /* ----- news-layout-v2----- */
  .news-layout-v2 {
    margin-top: 0 !important;
  }
  .news-layout-v2 .block {
    padding: 10px 0;
    text-decoration: none;
    outline: none;
  }
  .news-layout-v2 a.block {
    color: #1e2d66;
  }
  .news-layout-v2 .block .news_title {
    display: inline-block;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .news-layout-v2 a.block:hover .news_title  {
    color: #0096e0;
    text-decoration: underline;
  }
  .news-layout-v2 .a-blank .news_title::after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background: url(/common/img/com_ic10.png) no-repeat 100% 0;
  }
  .news-layout-v2 .a-pdf .news_title::after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 18px;
    margin-left: 5px;
    background: url(/common/img/com_ic11.png) no-repeat 100% 0;
  }
  .news-layout-v2 .block .news_date {
    color: #555;
    font-size: 1.5rem;
  }
  
  /* ----- plugin-layout ----- */
  .plugin-layout {
    margin-top: 1em;
  }
  .plugin-layout a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 27px 28px 26px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .plugin-layout .plugin_detail {
    padding-left: 20px;
  }
  .plugin-layout a .a-blank {
    color: #1e2d66;
    font-weight: 400;
    text-decoration: underline;
  }
  .plugin-layout a:hover .a-blank {
    color: #0096e0;
    text-decoration: none;
  }
  
  /* ----- index-layout-v2 ----- */
  .index-layout-v2.as-catch {
    margin: 50px 0;
  }
  .index-layout-v2.as-catch .index_item,
  .index-layout-v2.index-list_box .index_item{
    margin-top: 30px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
  }
  .index-layout-v2.as-catch .index_item .item_img img {
    width: 100%;
  }
  .index-layout-v2.as-catch .index_item .item_panel .item_title,
  .index-layout-v2.index-list_box .index_item .item_title {
    position: relative;
    padding: 13px 20px 13px 50px;
    background: #f9f9f9;
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: bold;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .index-layout-v2.as-catch div.index_item .item_panel .item_title,
  .index-layout-v2.index-list_box div.index_item .item_title {
    padding: 13px 20px 13px;
  }
  .index-layout-v2.index-list_box .index_item .item_title {
    font-size: 1.8rem;
  }
  .index-layout-v2.as-catch a.index_item:hover .item_panel .item_title,
  .index-layout-v2.index-list_box a.index_item:hover .item_title {
    color: #0096e0;
    text-decoration: underline;
  }
  .index-layout-v2.as-catch a.index_item .item_panel .item_title::before,
  .index-layout-v2.index-list_box .item_title::before {
    position: absolute;
    top: 1.1em;
    left: 20px;
    width: 15px;
    height: 14px;
    background: url(/common/img/com_ic28.png) no-repeat 0 0; 
    content: "";
  }
  .index-layout-v2.as-catch .index_item.a-blank .item_panel .item_title::after,
  .index-layout-v2.index-list_box .index_item.a-blank .item_title::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background: url(/common/img/com_ic10.png) no-repeat 0 0; 
    content: "";
    vertical-align: middle;
  }
  .index-layout-v2.as-catch .index_item.a-pdf .item_panel .item_title::after,
  .index-layout-v2.index-list_box .index_item.a-pdf .item_title::after {
    display: inline-block;
    width: 15px;
    height: 19px;
    margin: -4px 0 0 10px;
    background: url(/common/img/com_ic11.png) no-repeat 0 0; 
    content: "";
    vertical-align: middle;
  }
  .index-layout-v2.as-catch .index_item .item_panel .detail_text,
  .index-layout-v2.index-list_box .index_item .detail_text {
    padding: 15px 20px;
  }
  
   /* ----- contact-layout ----- */
  .contact-layout {
    margin-top: 3em;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .contact-layout .contact_title {
    padding: 15px 20px;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
  }
  .contact-layout .contact_detail .contact_main {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .contact-layout .contact_detail .contact_main .contact_col {
    width: 50%;
    padding: 0 15px;
  }
  .contact-layout .contact_detail .contact_main .contact_col + .contact_col {
    border-left: 1px solid #ccc;
  }
  .contact-layout .contact_detail {
    padding: 20px;
  }
  .contact-layout .contact_tel_title,
  .contact-layout .contact_web_title {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .contact-layout .contact_tel_text {
    text-align: center;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .contact-layout .contact_tel_text a {
    font-weight: bold;
  }
  .contact-layout .contact_col .link-button-v2 {
    margin-top: 10px;
  }
  .contact-layout .contact_col .link-button-v2 > li > a {
    min-width: inherit;
    padding: 15px 9% 15px;
    font-size: 1.8rem;
  }
  .contact-layout .contact_web_title::before {
    position: relative;
    display: inline-block;
    content: '';
    width: 34px;
    height: 23px;
    margin: 0 10px -5px 15px;
    background: url(/common/img/com_ic22.png) no-repeat 0 0; 
  }
  .contact-layout .contact_tel_title::before {
    position: relative;
    display: inline-block;
    content: '';
    width: 24px;
    height: 27px;
    margin: 0 10px -7px 0;
    background: url(/common/img/com_ic21.png) no-repeat 0 0; 
  }
  .contact-layout .contact_web_lend {
    margin-top: 1em;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .contact-layout .contact_detail .contact_conversion {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
  }
  .contact-layout .contact_detail .contact_conversion .conversion_address_tel {
    margin-left: 35px;
  }
  .contact-layout .contact_detail .contact_conversion .conversion_address_tel a {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .contact-layout .contact_detail .contact_conversion .conversion_address_tel::before {
    position: relative;
    display: inline-block;
    content: '';
    width: 52px;
    height: 31px;
    margin: 0 10px -3px 0;
    background: url(/common/img/com_ic23.png) no-repeat 0 0; 
  }
  .contact-tel-layout {
    margin: 15px 0 0;
  }
  .contact-tel-layout .conversion_address_tel {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .contact-tel-layout.flee .conversion_address_tel {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .contact-tel-layout .conversion_address_tel a,
  .contact-tel-layout.flee .conversion_address_tel a {
    font-weight: bold;
  }
  .contact-tel-layout.flee .conversion_address_tel::before {
    position: relative;
    display: inline-block;
    content: '';
    width: 52px;
    height: 31px;
    margin: 0 10px -3px 0;
    background: url(/common/img/com_ic23.png) no-repeat 0 0; 
  }
  
   /* ----- banner-slider ----- */
  .banner-slider_contents {
    display: block;
    text-align: center;
  }
  .banner-slider_heading {
    margin-top: 2em;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .banner-slider {
    display: -webkit-flex;
    display: flex;
    margin-top: 1.8em;
    text-align: center;
  }
  .banner-slider .banner_item {
    position: relative;
  }
  .banner-slider_contents .banner-slider .banner_item {
    width: 25%;
  }
  .banner-slider .banner_item a {
    text-decoration: none;
  }
  .banner-slider .banner_item img {
    width: 100%;
  }
  .banner-slider .banner_item .banner_caption {
    padding: 20px;
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  
   /* ----- carousel_contents ----- */
  .carousel_contents {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .carousel_contents .slick-custom-prev,
  .carousel_contents .slick-custom-next{
    display: none;
  }
  .carousel_contents .carousel_item img {
    width: 100%;
  }
  
   /* ----- photo-gallery_contents ----- */
  .photo-gallery_contents {
    width: 100vw;
    margin: 50px calc(50% - 50vw);
    /*padding: 60px calc(50vw - 50%);*/
    padding: 60px 0;
    background-color: #ddf3ff;
  }
  .photo-gallery_contents .photo-gallery_heading {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%)
  }
  .photo-gallery_contents .photo-gallery_heading .heading_inner {;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0.8em;;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .photo-gallery_contents .modal-media {
    display: block;
    margin: 0 10%;
    text-align: center;
  }
  .photo-gallery_contents .modal-media .carousel_item {
    padding: 0 10px;
  }
  .photo-gallery_contents .modal-media .carousel_item a {
    position: relative;
  }
  .photo-gallery_contents .modal-media .carousel_item a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: url(/common/img/com_ic24.png) no-repeat 0 0; 
    content: "";
  }
    
  /* ----- modal-media_btn ----- */
  .modal-media_btn {
    margin-top: 30px;
  }
  .modal-media_btn a {
    display: block;
    width: 360px;
    position: relative;
    padding: 15px 0 15px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 2px 2px -1px #ccc;
    border-radius: 10em;
    background-color: #fff;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .modal-media_btn a:hover {
    color: #333;
    background-color: #f0faff;
  }
  .modal-media_btn a span {
    position: relative;
    padding-left: 15px;
  }
  .modal-media_btn a span::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(/common/img/com_ic25.png) no-repeat 0 0; 
  }
    
  /* ----- modal-media-rideContents ----- */
  .modal-media-rideContents {
    margin-bottom: 2em;
    text-align: center;
  }
    
  /* ----- modal-media-ride_btn ----- */
  .modal-media-ride_btn {
    display: none;
  }
  
  /* ----- modal-media-wide-rideContents ----- */
  .modal-media-wide-rideContents {
    margin-top: 2em;
  }
  
  /* ----- pageNav-layout ----- */
  .pageNav-layout {
    margin: 30px 0 50px;
  }
  .pageNav-layout .pageNav_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .pageNav-layout .pageNav_inner .prev {
    margin-right: 30px;
  }
  .pageNav-layout .pageNav_inner .page {
    margin-right: 31px;
  }
  .pageNav-layout .pageNav_inner .prev .block,
  .pageNav-layout .pageNav_inner .next .block{
    display: block;
    width: 80px;
    position: relative;
    padding: 3px 0 5px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 2px 2px -1px #ccc;
    border-radius: 10em;
    background-color: #fff;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .pageNav-layout .pageNav_inner .prev.is-disabled .block,
  .pageNav-layout .pageNav_inner .next.is-disabled .block{
    border: 1px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    box-shadow: 0px 2px 2px -1px #f2f2f2;
    color: #ccc;
  }
  .pageNav-layout .pageNav_inner .prev a.block:hover,
  .pageNav-layout .pageNav_inner .next a.block:hover{
    color: #333;
    background-color: #f0faff;
  }
  
  /* ----- navi-anchor_list ----- */
  .navi-anchor_list {
    margin: 30px auto 0;
  }
  .navi-anchor_list .navi_inner {
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 2px 2px -1px #ccc;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
  }
  .navi-anchor_list .navi_inner[data-row-pc] {
    display: flex;
    width: 100%;
  }
  .navi-anchor_list [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 0;
  }
  .navi-anchor_list .navi_inner:not([data-row-pc]) li {
    min-width: 400px;
  }
  .navi-anchor_list .navi_inner > li > a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 17px 40px 15px 20px;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
  }
  .navi-anchor_list .navi_inner > li{
    border-right: 1px solid #ccc;
  }
  .navi-anchor_list [data-row-pc="2"] > * { width: calc((100%) / 2); }
  .navi-anchor_list [data-row-pc="3"] > * { width: calc((100%) / 3); }
  .navi-anchor_list [data-row-pc="4"] > * { width: calc((100%) / 4); }
  .navi-anchor_list [data-row-pc="5"] > * { width: calc((100%) / 5); }
  .navi-anchor_list [data-row-pc="6"] > * { width: calc((100%) / 6); }
  .navi-anchor_list [data-row-pc="7"] > * { width: calc((100%) / 7); }
  .navi-anchor_list [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > *,
  .navi-anchor_list [data-row-pc="auto"] {
    margin-left: 0;
  }
  .navi-anchor_list [data-row-pc="2"] > *:nth-child(2n) { border-right: none; }
  .navi-anchor_list [data-row-pc="3"] > *:nth-child(3n) { border-right: none; }
  .navi-anchor_list [data-row-pc="4"] > *:nth-child(4n) { border-right: none; }
  .navi-anchor_list [data-row-pc="5"] > *:nth-child(5n) { border-right: none; }
  .navi-anchor_list [data-row-pc="6"] > *:nth-child(6n) { border-right: none; }
  .navi-anchor_list [data-row-pc="7"] > *:nth-child(7n) { border-right: none; }
  .navi-anchor_list .navitem7 > * { border-bottom: 1px solid #ccc; }
  .navi-anchor_list .navitem7 > *:nth-child(n+7) { border-bottom: none; }
  .navi-anchor_list .navitem10 > * { border-bottom: 1px solid #ccc; }
  .navi-anchor_list .navitem10 > *:nth-child(n+9) { border-bottom: none; }
  .navi-anchor_list .navitem12 > * { border-bottom: 1px solid #ccc; }
  .navi-anchor_list .navitem12 > *:nth-child(n+11) { border-bottom: none; }
  .navi-anchor_list .multiline > * { border-bottom: 1px solid #ccc; }
  .navi-anchor_list .multiline > .endline { border-bottom: none; }
  _:-ms-lang(x)::-ms-backdrop, .navi-anchor_list [data-row-pc="3"] > * {
    width: 33.3%;
    margin-left: 0 !important;
  }
  _:-ms-lang(x)::backdrop, .navi-anchor_list [data-row-pc="3"] > * {
    width: 33.3%;
    margin-left: 0 !important;
  }
  _:-ms-lang(x)::-ms-backdrop, .navi-anchor_list [data-row-pc="5"] > * {
    width: 20%;
    margin-left: 0 !important;
  }
  _:-ms-lang(x)::backdrop, .navi-anchor_list [data-row-pc="5"] > * {
    width: 20%;
    margin-left: 0 !important;
  }
  .navi-anchor_list .navi_inner > li > a::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 14px;
    height: 15px;
    margin-top: -7px;
    background: url(/common/img/com_ic30.png) no-repeat 0 0; 
  }
  .navi-anchor_list .navi_inner > li > a:hover {
    background-color: #f0faff;
  }
  
  /* ----- more-Contents ----- */
  .more-Contents_btn,
  .more-Contents_btn-v2 {
    margin: 30px 0;
  }
  .more-Contents_btn a,
  .more-Contents_btn-v2 a {
    display: block;
    width: 360px;
    position: relative;
    padding: 15px 0 15px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 2px 2px -1px #ccc;
    border-radius: 10em;
    background-color: #fff;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .more-Contents_btn a:hover,
  .more-Contents_btn-v2 a:hover {
    background-color: #f0faff;
  }
  .more-Contents_btn a::before,
  .more-Contents_btn-v2 a::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 29px;
    width: 4px;
    height: 20px;
    margin-top: -10px;
    border-radius: 3px;
    background-color: #0096e0;
  }
  .more-Contents_btn-v2.is-active a::before {
    display: none;
  }
  .more-Contents_btn a::after,
  .more-Contents_btn-v2 a::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 21px;
    width: 20px;
    height: 4px;
    margin-top: -2px;
    border-radius: 3px;
    background-color: #0096e0;
  }
  .more-Contents_after,
  .more-Contents_after-v2 {
    display: none;
  }
  
  /* ----- map-layout ----- */
  .map-layout {
    margin-top: 20px;
  }
  
  /* ----- tarin-layout ----- */
  .tarin-layout {
    padding: 20px 0 40px;
  }
  .tarin-layout > *:first-child {
    margin-top: 0 !important;
  }
  .tarin-layout .tarin_column {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
  }
  .tarin-layout .tarin_column > .column_heading {
    flex: 1;
  }
  .tarin-layout .tarin_column > .column_icon {
    margin: 0 0 0 40px;
    white-space: nowrap;
  }
  .tarin-layout .tarin_column > .column_link > *:first-child {
    margin-top: 0;
  }
  .tarin-layout .train_heading {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .tarin-layout .train_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    border: 1px solid #ccc;
  }
  .tarin-layout .train_icon > li {
    width: 74px;
    padding: 10px 5px;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .tarin-layout .train_icon > li + li {
    border-left: 1px solid #ccc;
  }
  .tarin-layout .train_icon > li.type-down {
    background-color: #f0faff;
  }
  .tarin-layout .train_icon > li.type-up {
    background-color: #fffeec;
  }
  .tarin-layout .tarin_column_2 {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
  }
  .tarin-layout .tarin_column_2 > .column_text {
    flex: 1;
  }
  .tarin-layout .tarin_column_2 > .column_link {
    width: 58%;
    margin: 0 0 0 40px;
  }
  .tarin-layout .tarin_column_2 > .column_link .link-button > li {
    width: calc((100% - 30px) / 2);
    margin-left: 30px;
  }
  .tarin-layout .tarin_column_2 > .column_link > *:first-child {
    margin-top: 0;
  }
  .tarin-layout .train_table {
    margin: 20px 0 0;
  }
  .tarin-layout .train_table .table_inner {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .tarin-layout .train_table .table_inner > * > tr > * {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
  }
  .tarin-layout .train_table .table_inner > thead > tr > th {
    padding: 10px 0;
    background-color: #f3f3f3;
  }
  .tarin-layout .train_table .table_inner > tbody > tr > td {
    height: 50px;
  }
  .tarin-layout .train_table .table_inner > tbody > tr > td.type-down {
    background-color: #f0faff;
  }
  .tarin-layout .train_table .table_inner > tbody > tr > td.type-up {
    background-color: #fffeec;
  }
  .tarin-layout .train_table .table_inner > tbody > tr > td.type-row {
    height: 25px;
  }
  .tarin-layout .train_table .table_inner > tbody > tr > td.type-col {
    padding: 0 0 0 17px;
    background-image: url("/ride/train/img/train_ex01.png");
    background-repeat: repeat-y;
    background-position: 0 50%;
    background-size: 17px auto;
  }
  .tarin-layout .train_table .table_inner > tbody > tr > td.type-arrow {
    background-repeat: repeat-y, no-repeat;
    background-position: 0 50%, 2px 50%;
    background-size: 17px auto, 12px 7px;
  }
  .tarin-layout .train_table .table_inner > tbody > tr > td.type-down.type-arrow {
    background-image: url("/ride/train/img/train_ex02.png"), url("/ride/train/img/train_ex03.png");
  }
  .tarin-layout .train_table .table_inner > tbody > tr > td.type-up.type-arrow {
    background-image: url("/ride/train/img/train_ex02.png"), url("/ride/train/img/train_ex04.png");
  }
  .tarin-layout .train_table .table_inner > tbody > tr > td.type-pass {
    line-height: 0;
  }
  .tarin-layout .train_table .table_inner > tbody > tr > td.type-pass::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 12px 7px;
  }
  .tarin-layout .train_table .table_inner > tbody > tr > td.type-down.type-pass::before {
    background-image: url("/ride/train/img/train_ex03.png");
  }
  .tarin-layout .train_table .table_inner > tbody > tr > td.type-up.type-pass::before {
    background-image: url("/ride/train/img/train_ex04.png");
  }
  .tarin-layout .train_image {
    text-align: center;
  }
  .tarin-layout .train_image img {
    max-width: 381px;
  }
  
  /* ----- release-contents ----- */
  .release-contents {
    display: flex;
    align-items: center;
  }
  .release-contents > .link-text {
    margin: 0 0 0 20px;
  }
  
  /* ----- news-compo ----- */
  .news-compo {
    margin: 1.9em 0 0;
  }
  .news-compo .news_article + .news_article {
    margin: 1.9em 0 0;
  }
  .news-compo .news_article .block {
    display: block;
  }
  .news-compo .news_article a.block {
    text-decoration: none;
  }
  .news-compo .news_article .news_detail {
    display: flex;
  }
  .news-compo .news_article .news_detail > .news_property {
    display: flex;
    align-items: center;
  }
  .news-compo .news_article .news_detail > .news_property .news_date,
  .news-compo .news_article .news_detail > .news_property .news_icon {
    color: #555;
  }
  .news-compo .news_article .news_detail > .news_property .news_date {
    width: 9em;
  }
  .news-compo .news_article .news_detail > .news_property .news_icon {
    margin: 0 20px 0 0;
  }
  .news-compo .news_article .news_detail > .news_property .news_icon .icon-news {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 24px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    font-size: 1.4rem;
    line-height: 1.1;
    font-style: normal;
    text-align: center;
  }
  .news-compo .news_article .news_detail > .news_describe {
    flex: 1;
  }
  .news-compo .news_article .type-new .news_detail > .news_describe::after {
    content: "NEW";
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 3px 5px;
    background-color: #d20023;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.1;
    vertical-align: middle;
  }
  .news-compo .news_article .news_detail > .news_describe .news_title {
    display: inline;
  }
  .news-compo .news_article a.block:hover .news_detail > .news_describe .news_title {
    text-decoration: underline;
  }
  
  /* ----- 	route-search-contents ----- */
  .ride_heading .heading_inner {
    position: relative;
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .ride_heading.icon01 .heading_inner {
    padding-left: 85px;
  }
  .ride_heading.icon02 .heading_inner {
    margin: 60px 0 40px;
    padding-left: 75px;
  }
  .ride_heading.icon03 .heading_inner {
    padding-left: 90px;
  }
  .ride_heading .heading_inner::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .ride_heading.icon01 .heading_inner::before {
    width: 70px;
    height: 50px;
    background: url(/ride/img/ride_ic01.png) no-repeat 0 0;
    background-size: 70px auto;
  }
  .ride_heading.icon02 .heading_inner::before {
    width: 57px;
    height: 50px;
    background: url(/ride/img/ride_ic02.png) no-repeat 0 0;
    background-size: 57px auto;
  }
  .ride_heading.icon03 .heading_inner::before {
    left: 5px;
    width: 62px;
    height: 46px;
    background: url(/visit/haneda-airport/img/visit_ic01.png) no-repeat 0 0;
    background-size: 62px auto;
  }
  .route-search-contents {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
  }
  .route-search-contents > *:first-child {
    margin-top: 0;
  }
  .route-search-contents .home_heading {
    margin: 0 0 30px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .route-search-contents .home_heading > span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 85px;
  }
  .route-search-contents .home_heading > span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 69px;
    height: 50px;
    background-image: url("/img/home_guide_ic01.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }
  .route-search-contents .home_column {
    display: flex;
    margin: 15px 0 0;
  }
  .route-search-contents .home_column > * {
    width: calc((100% - 50px) / 3);
  }
  .route-search-contents .home_column > * > *:first-child {
    margin-top: 0 !important;
  }
  .route-search-contents .home_column > .column_place {
  }
  .route-search-contents .home_column > .column_date {
    margin: 0 0 0 50px;
  }
  .route-search-contents .home_column > .column_sort {
    padding: 0 0 0 60px;
    background-image: url("/img/home_search_ex01_pc.png");
    background-repeat: repeat-y;
    background-position: 0 0;
  }
  .route-search-contents .home_title {
    position: relative;
    margin: 20px 0 0;
    padding: 0 0 0 30px;
    color: #555;
    font-size: 1.8rem;
  }
  .route-search-contents .home_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }
  .route-search-contents .home_title.type-icon1::before {
    width: 22px;
    height: 22px;
    background-image: url("/img/home_search_ic01.png");
  }
  .route-search-contents .home_title.type-icon2::before {
    width: 19px;
    height: 29px;
    background-image: url("/img/home_search_ic02.png");
  }
  .route-search-contents .home_title.type-icon3::before {
    width: 25px;
    height: 25px;
    background-image: url("/img/home_search_ic03.png");
  }
  .route-search-contents .home_title + * {
    margin-top: 15px !important;
  }
  .route-search-contents .home_input {
    margin: 15px 0 0;
    border: 1px solid #ddd;
  }
  .route-search-contents .home_input input {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    border: none;
    background: none;
    border-radius: 0px;
    outline: none;
    position: relative;
  }
  .route-search-contents .home_radio {
    display: flex;
    justify-content: space-between;
  }
  .route-search-contents .home_radio > * {
    width: calc((100% - 10px) / 2);
  }
  .route-search-contents .home_radio .radio_set > dt {
    color: #555;
  }
  .route-search-contents .home_radio .radio_set > dd {
    margin: 10px 0 0;
  }
  .route-search-contents .home_radio .radio_set > dd > *:first-child {
    margin-top: 0;
  }
  .route-search-contents .home_radio .radio_list > li + li {
    margin-top: 15px;
  }
  .route-search-contents .home_radio .radio_list > li > label {
    position: relative;
    cursor: pointer;
  }
  .route-search-contents .home_radio .radio_list > li > label > input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .route-search-contents .home_radio .radio_list > li > label > span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 35px;
  }
  .route-search-contents .home_radio .radio_list > li > label > span::before,
  .route-search-contents .home_radio .radio_list > li > label > span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .route-search-contents .home_radio .radio_list > li > label > span::before {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .route-search-contents .home_radio .radio_list > li > label > span::after {
    left: 6px;
    width: 12px;
    height: 12px;
    background-color: #0096e0;
    opacity: 0;
    transition: all .2s ease-out 0s;
  }
  .route-search-contents .home_radio .radio_list > li > label > input[type="radio"]:checked + span::after {
    opacity: 1;
  }
  .route-search-contents .home_radio_2 {
    display: flex;
    align-items: center;
    margin: 15px 0 0;
  }
  .route-search-contents .home_radio_2 > li {
    display: flex;
    width: 125px;
  }
  .route-search-contents .home_radio_2 > li > label {
    position: relative;
    display: flex;
    width: 100%;
    cursor: pointer;
  }
  .route-search-contents .home_radio_2 > li > label > input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .route-search-contents .home_radio_2 > li > label > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 1.1;
    text-align: center;
    transition: all .2s ease-out 0s;
  }
  .route-search-contents .home_radio_2 > li:first-child > label > span {
    border-right: none;
  }
  .route-search-contents .home_radio_2 > li + li > label > span {
    border-left: none;
  }
  .route-search-contents .home_radio_2 > li > label > input[type="radio"]:checked + span {
    background-color: #96d8fd;
    border-color: #96d8fd;
    font-weight: 700;
  }
  .route-search-contents .home_select {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .route-search-contents .home_select.type-size1 {
    width: 150px;
  }
  .route-search-contents .home_select.type-size2 {
    width: 65px;
  }
  .route-search-contents .home_select.type-size3 {
    width: 75px;
  }
  .route-search-contents .home_select::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border: 1px solid;
    border-color: #575757 #575757 transparent transparent;
    transform: rotate(135deg);
    pointer-events: none;
  }
  .route-search-contents .home_select select {
    width: 100%;
    height: 50px;
    padding: 5px 30px 5px 10px;
    background-color: transparent;
    border: none;
    font-size: 1.8rem;
    line-height: 1.1;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .route-search-contents .home_select select::-ms-expand {
    display: none;
  }
  .route-search-contents .home_select option {
    padding: 0;
  }
  .route-search-contents .home_chain + .home_chain {
    position: relative;
    margin-top: 10px;
  }
  .route-search-contents .home_chain + .home_chain::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 36px;
    background-image: url("/img/home_search_ex02.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    transform: translateX(-50%);
  }
  .route-search-contents .home_chain > *:first-child {
    margin-top: 0;
  }
  .route-search-contents .home_date {
    display: flex;
    align-items: center;
    margin: 15px 0 0;
  }
  .route-search-contents .home_date > .date_col {
    margin: 0 10px 0 0;
  }
  .route-search-contents .home_date > .date_col:last-child {
    margin-right: 0;
  }
  .route-search-contents .home_date + .home_date {
    margin-top: 10px;
  }
  .route-search-contents .home_toggle > .toggle_switch {
    display: none;
  }
  .route-search-contents .home_toggle > .toggle_panel > *:first-child {
    margin-top: 0;
  }
  .route-search-contents .home_button {
    position: relative;
    margin: 40px 0 0;
  }
  .route-search-contents .home_button .button_submit {
    position: relative;
    z-index: 2;
  }
  .route-search-contents .home_button .button_submit > li > button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.25);
    background-color: #555;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .route-search-contents .home_button .button_ekitan {
    position: absolute;
    margin-left: 160px;
    top: 18px;
    left: 50%;
    z-index: 2;
  }
  .route-search-contents .home_button .button_ekitan > li {
    text-align: right;
  }
  
  
  /* ----- rideMain-btn ----- */
  .link-button .rideMain-btn01 > a > .link_label,
  .link-button .rideMain-btn02 > a > .link_label {
    position: relative;
    padding-left: 50px;
    font-weight: bold;
  }
  .link-button .rideMain-btn01 > a > .link_label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 32px;
    height: 40px;
    margin-top: -20px;
    background: url(/ride/img/ride_ic05.png) no-repeat 0 0;
  }
  .link-button .rideMain-btn02 > a > .link_label::before {
    display: inline-block;
    content: "";
    margin-right: 20px;
    width: 170px;
    height: 36px;
    background: url(/ride/img/index_logo01.png) no-repeat 0 0;
    background-size: 170px auto;
    vertical-align: middle;
  }
  .link-button > .rideMain-btn03 > a {
    width: 50%;
  }
  
  /* ----- column-layout-ride ----- */
  .column-layout-ride {
    margin-top: 60px; 
  }
  /* ----- link-button-block01 ----- */
  .link-button-block01 {
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 1px 2px 0px #ccc;
    border-radius: 5px;
    overflow: hidden;
  }
  .link-button-block01[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    width: 50%;
    margin-left: 0;
    margin-top: 0;
}
  .link-button-block01 > li:nth-child(even) {
    border-left: 1px solid #ccc;
  }
  .link-button-block01 > li:nth-child(n+3) {
    border-top: 1px solid #ccc;
  }
  .link-button-block01[data-row-pc] > li > a {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .link-button-block01 > li > a {
    position: relative !important;
    padding: 28px 40px 22px 85px;
    color: #333333;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .link-button-block01 > li > a::before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
  }
  .link-button-block01 > li.icon01 > a::before {
    width: 50px;
    height: 36px;
    margin-top: -18px;
    background: url(/ride/img/index_ic01.png) no-repeat 0 0;
  }
  .link-button-block01 > li.icon02 > a::before {
    width: 44px;
    height: 33px;
    margin-top: -16px;
    background: url(/ride/img/index_ic02.png) no-repeat 0 0;
  }
  .link-button-block01 > li.icon03 > a::before {
    width: 50px;
    height: 38px;
    margin-top: -19px;
    background: url(/ride/img/index_ic03.png) no-repeat 0 0;
  }
  .link-button-block01 > li.icon04 > a::before {
    width: 42px;
    height: 41px;
    margin-top: -20px;
    background: url(/ride/img/index_ic04.png) no-repeat 0 0;
  }
  .link-button-block01 > li > a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 15px;
    margin-top: -7px;
    background: url(/common/img/com_ic27.png) no-repeat 0 0;
    background-size: 16px;
    content: "";
  }
  
  /* ----- box-layout-links ----- */
  .box-layout-links {
    margin-top: 0;
    padding: 80px 0 70px;
  }
  .box-layout-links > .column-layout {
    margin-top: 0;
  }
  .box-layout-links > .column-layout .link-button-banner {
    box-shadow: 0px 1px 2px 0px #ccc;
    border-radius: 5px;
    overflow: hidden;
  }
  .box-layout-links .link-text-noIcon > li + li {
    margin-top: 1.0em;
  }
  .box-layout-links .link-text-noIcon > li a {
    text-decoration: none;
  }
  
  /* ----- link-banner-index-layout ----- */
  .link-banner-index-layout {
    display: flex;
  }
  .link-banner-index-layout .banner_item {
    width: calc((100% - 36px) / 2);
  }
  .link-banner-index-layout .banner_item + .banner_item {
    margin-left: 36px;
  }
  .link-banner-index-layout .banner_item a {
    display: flex;
    align-items: center;
    background: #fff;
    color: #333  ;
    text-decoration: none;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .link-banner-index-layout .banner_item a:hover {
    opacity: 0.8;
  }
  .link-banner-index-layout .banner_item a .banner_caption {
    padding: 25px;
  }
  .link-banner-index-layout .banner_item a .banner_caption .banner_title .banner_label {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  
  /* ----- link-button-banner-v2 ----- */
  .link-button-banner-v2 {
    margin: 0;
  }
  .link-button-banner-v2[data-row-pc="4"] > * {
    width: calc((100% - 60px) / 4);
  }
  .link-button-banner-v2[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-left: 20px;
  }
  .link-button-banner-v2 > li img {
    width: 100%;
  }
  
  /* ----- kakueki-search ----- */
  .kakueki-search {
    margin-top: 30px;
  }
  .kakueki-search .kakueki-search_inner [type="text"] {
    width: 70%;
    padding: 13px;
    border-radius: 0;
    border: solid 1px #ccc;
    outline: none;
    background: none;
    background-color: #fff;
    font-size: 1.6rem;
  }
  .kakueki-search .kakueki-search_inner [type="submit"] {
    width: 24%;
    border: none;
    border-radius: 10em;
    background: #555;
    margin-left: 5%;
    padding: 15px 27px 15px 17px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    cursor: pointer;
  }

  /* ----- accordion-layout-kakueki ----- */
  .accordion-layout-ride {
    margin-top: 30px;
  }
  .accordion-layout-ride .accordion_trigger-ride {
    position: relative;
    padding: 30px 40px;
    border-radius: 5px;
    background: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    cursor: pointer;
  }
  .accordion-layout-ride .accordion_trigger-ride.is-active {
    border-radius: 5px 5px 0 0;
  }
  .accordion-layout-ride .accordion_trigger-ride::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-top: 2px solid #6a6a6a;
    border-right: 2px solid #6a6a6a;
    content: "";
  }
  .accordion-layout-ride .accordion_trigger-ride.is-active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  .accordion-layout-ride .table-layout {
    margin: 0;
  }
  
  /* ----- routeMap-info ----- */
  .routeMap-info {
    padding: 10px 20px;
    border-radius: 5px;
    background: #f3f3f3;
  }
  .routeMap-info .routeMap-list {
    display: flex;
    align-items: center;
  }
  .routeMap-info .routeMap-list li {
    position: relative;
    padding-left: 80px;
    font-size: 1.8rem;
  }
  .routeMap-info .routeMap-list li + li {
    margin-left: 60px;
  }
  .routeMap-info .routeMap-list li.lv02,
  .routeMap-info .routeMap-list li.lv05 {
    padding-left: 105px;
  }
  .routeMap-info .routeMap-list li::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 8px;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }
  .routeMap-info .routeMap-list li.lv01::before {
    background-color: #999;
  }
  .routeMap-info .routeMap-list li.lv02::before {
    background-color: #0d83c3;
  }
  .routeMap-info .routeMap-list li.lv03::before {
    background-color: #ea0104;
  }
  .routeMap-info .routeMap-list li.lv04::before {
    background-color: #379412;
  }
  .routeMap-info .routeMap-list li.lv05::before {
    background-color: #fa9715;
  }
  .routeMap-info .routeMap-list li::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    left: 80px;
    top: 50%;
    margin-top: -8px;
  }
  .routeMap-info .routeMap-list li.lv02::after {
    background: url(/ride/kakueki/img/kakueki_ic01.png) no-repeat 0 0;
  }
  .routeMap-info .routeMap-list li.lv05::after {
    background: url(/ride/kakueki/img/kakueki_ic02.png) no-repeat 0 0;
  }
  
  /* ----- station-info-layout ----- */
  .box-layout-v2.kakueki_head {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .station-info-layout {
    display: flex;
    align-items: flex-end;
  }
  .station-info-layout .station-contents {
    width: 68%;
    border: solid 3px #3a3a3a;
    background: #1d2e66;
  }
  .station-info-layout .station-contents > .station-name {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .station-info-layout .station-contents > .station-name > .station-name-inner {
    position: relative;
    padding: 0 15px 0 75px;
    text-align: center;
  }
  .station-info-layout .station-contents > .station-name > .station-name-inner .station-num {
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 50px;
    height: 50px;
    padding: 5px 1px 0 0;
    border-radius: 50%;
    border: 3px solid #0096e0;
    background: #fff;
    color: #1d2e66;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .station-info-layout .station-contents > .station-name > .station-name-inner .station-num .sub {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .station-info-layout .station-contents > .station-name > .station-name-inner .station-num .num {
    display: block;
    width: 100%;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .station-info-layout .station-contents > .station-name > .station-name-inner .station-title {
    color: #fff;
    font-size: 5.0rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .station-info-layout .station-contents > .station-name > .station-name-inner .station-title .sub {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .station-info-layout .station-contents > .station-up-down {
    display: flex;
    margin-top: -10px;
    padding-bottom: 10px;
    border-bottom: 6px solid #0db0e9;
    justify-content: space-between;
  }
  .station-info-layout .station-contents > .station-up-down > p {
    padding: 0 20px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
  }
  .station-info-layout .station-contents > .station-line {
    border-top: 4px solid #fff;
  }
  .station-info-layout .station-contents > .station-line .station-line-item {
    display: flex;
    align-items: center;
  }
  .station-info-layout .station-contents > .station-line .station-line-item + .station-line-item {
    border-top: 1px solid #4a5885;
  }
  .station-info-layout .station-contents > .station-line .station-line-item > .line-col {
    width: 33.3%;
    text-align: center;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .station-info-layout .station-contents > .station-line .station-line-item > .line-col a {
    position: relative;
    display: flex;
    padding: 13px 30px 13px 10px;
    color: #fff;
    text-decoration: none;
  }
  .station-info-layout .station-contents > .station-line .station-line-item > .line-col.line-next a {
    justify-content: flex-end;
    padding: 13px 10px 13px 30px;
  }
  .station-info-layout .station-contents > .station-line .station-line-item > .line-col a::before {
    position: absolute;
    content: '';
    top: 50%;
    width: 19px;
    height: 18px;
    margin-top: -9px;
  }
  .station-info-layout .station-contents > .station-line .station-line-item > .line-col.line-prev a::before {
    right: 0;
    background: url(/common/img/com_ic68.png) no-repeat 0 0; 
  }
  .station-info-layout .station-contents > .station-line .station-line-item > .line-col.line-next a::before {
    left: 0;
    background: url(/common/img/com_ic69.png) no-repeat 0 0; 
  }
  .station-info-layout .station-contents > .station-line .station-line-item > .line-col a .station-num {
    display: inline-block;
    height: 38px;
    margin-right: 10px;
    padding: 3px 0 0 0;
    border-radius: 50%;
    border: 3px solid #0096e0;
    background: #fff;
    color: #1d2e66;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
  }
  .station-info-layout .station-contents > .station-line .station-line-item > .line-col a .station-num .sub {
    display: block;
    width: 32px;
    font-size: 1.0rem;
    font-weight: bold;
  }
  .station-info-layout .station-contents > .station-line .station-line-item > .line-col a .station-num .num {
    display: block;
    width: 32px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .station-info-layout .station-attribute {
    width: 29%;
    margin-left: 3%;
  }
  .station-info-layout .station-attribute .attribute-head {
    margin-bottom: 15px;
    font-size: 2.0rem;
  }
  .station-info-layout .station-attribute .attribute-type {
    display: flex;
    flex-wrap: wrap;
  }
  .station-info-layout .station-attribute .attribute-type > li {
    width: 48.5%;
    padding: 7px 10px 7px;
    border-radius: 5px;
    border: 2px solid;
    background: #fff;
    line-height: 1.2;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
  }
  .station-info-layout .station-attribute .attribute-type > li.lv01 {
    border-color: #666;
  }
  .station-info-layout .station-attribute .attribute-type > li.lv02 {
    padding-left: 25px;
    border-color: #0d83c3;
    background: #fff url(/ride/kakueki/img/kakueki_ic01.png) no-repeat 12px 55%;
    background-size: 15px auto;
  }
  .station-info-layout .station-attribute .attribute-type > li.lv03 {
    border-color: #ea0104;
  }
  .station-info-layout .station-attribute .attribute-type > li.lv04 {
    border-color: #379412;
  }
  .station-info-layout .station-attribute .attribute-type > li.lv05 {
    padding-left: 25px;
    border-color: #fa9715;
    background: #fff url(/ride/kakueki/img/kakueki_ic02.png) no-repeat 12px 55%;
    background-size: 15px auto;
  }
  .station-info-layout .station-attribute .attribute-type > li.off {
    color: #666;
    border-color: #eee;
    background: #eee;
  }
  .station-info-layout .station-attribute .attribute-type > li.lv02.off,
  .station-info-layout .station-attribute .attribute-type > li.lv05.off {
    padding-left: 25px;
    background: #eee  url(/ride/kakueki/img/kakueki_ic05.png) no-repeat 12px 55%;
    background-size: 15px auto;
  }
  .station-info-layout .station-attribute .attribute-type > li:nth-child(odd) {
    margin-left: 3%;
  }
  .station-info-layout .station-attribute .attribute-type > li:nth-child(n+4) {
    margin-top: 10px;
  }
  /* no-lineNum */
  .station-info-layout .station-contents.no-lineNum {
    background: #fff;
  }
  .station-info-layout .station-contents.no-lineNum > .station-name {
    margin-top: 0;
    padding-top: 19px;
    border-top: 10px solid #0db0e9;
  }
  .station-info-layout .station-contents.no-lineNum > .station-name > .station-name-inner {
    padding-left: 15px;
  }
  .station-info-layout .station-contents.no-lineNum > .station-name > .station-name-inner .station-title {
    color: #333;
  }
  .station-info-layout .station-contents.no-lineNum > .station-up-down {
    border-bottom-color: #fff;
  }
  .station-info-layout .station-contents.no-lineNum > .station-up-down > p {
    color: #333;
  }
  .station-info-layout .station-contents.no-lineNum > .station-line {
    border-bottom: 10px solid #0db0e9;
  }
  .station-info-layout .station-contents.no-lineNum > .station-line .station-line-item > .line-col {
    color: #333;
  }
  .station-info-layout .station-contents.no-lineNum > .station-line .station-line-item > .line-col a {
    color: #333;
  }
  .station-info-layout .station-contents.no-lineNum > .station-line .station-line-item > .line-col.line-prev a::before {
    background: url(/common/img/com_ic75.png) no-repeat 0 0;
  }
  
  /* ----- wide-section ----- */
  .wide-section {
    margin: 70px 0;
  }
  
  /* ----- station-line-info ----- */
  .station-line-info {
    border-radius: 5px;
    background: #f3f3f3;
  }
  .column_item.link02 {
    width: calc((100% - 425px) / 2);
  }
  .station-line-info .station-line-info_head {
    margin: 0;
    padding: 20px 20px;
  }
  .station-line-info .station-line-info_head .heading_title {
    padding-left: 30px;
  }
  .station-line-info .station-line-info_head .heading_title::before {
    left: 0;
  }
  .station-line-info .station-line-info_head .heading_title .sub {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .station-line-info .station-line-info_data {
    margin-top: 0 !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 1px 2px -1px #ccc;
    overflow: hidden;
  }
  .station-line-info .station-line-info_data .info-list {
    display: flex;
  }
  .station-line-info .station-line-info_data .info-list > li {
    width: 33.3%;
  }
  .column_item.link02 .station-line-info .station-line-info_data .info-list > li {
    width: 50%;
  }
  .station-line-info .station-line-info_data .info-list > li + li {
    border-left: 1px solid #ccc;
  }
  .station-line-info .station-line-info_data .info-list > li > a {
    display: block;
    height: 100%;
    padding: 15px;
    background: #fff url(/common/img/com_ic10.png) no-repeat 98% 90%;
    color: #333;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  .station-line-info .station-line-info_data .info-list > li.col01 > a {
    background-color: #ffe9ea;
  }
  .station-line-info .station-line-info_data .info-list > li > a:hover {
    background-color: #f0faff;
  }
  
  /* ----- station-change ----- */
  .station-change {
    display: flex;
    align-items: center;
  }
  .station-change dt {
    position: relative;
    padding: 10px 25px 10px 50px;
    border-radius: 8px;
    background-color: #0096e0;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .station-change dt.train {
    background: #0096e0 url(/ride/kakueki/img/kakueki_ic16.png) no-repeat 10px 50%;
    background-size: 22px auto;
  }
  .station-change dt.bus {
    background: #0096e0 url(/ride/kakueki/img/kakueki_ic17.png) no-repeat 10px 50%;
    background-size: 22px auto;
  }
  .station-change dt::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -9px;
    margin-top: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 10px;
    border-color: transparent transparent transparent #0095e0;
  }
  .station-change dd + dt {
    margin-left: 140px;
  }
  .station-change dd {
    margin-left: 25px;
  }
  .station-change dd .link-text {
    margin-top: 0;
  }
  .station-change dd .link-text li {
    margin-right: 30px;
    font-size: 1.8rem;
  }
  .station-change dd .link-text li a {
    font-size: 1.6rem;
  }
  
  /* ----- station-facility ----- */
  .station-facility {
    display: flex;
    border: 1px solid #ccc;
  }
  .station-facility + .station-facility {
    margin-top: 30px;
  }
  .station-facility .station-facility-item {
    width: 20%;
  }
  .station-facility .station-facility-item + .station-facility-item {
    border-left: 1px solid #ccc;
  }
  .station-facility .station-facility-item > .facility-col {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    background: #ddf3ff;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .station-facility .station-facility-item > .facility-col .sub {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .station-facility .station-facility-item .facility-head > span {
    position: relative;
    display: block;
    line-height: 1.3;
  }
  .station-facility .station-facility-item .facility-head > span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -15px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .station-facility .station-facility-item.facility01 .facility-head > span { padding-left: 50px; }
  .station-facility .station-facility-item.facility02 .facility-head > span { padding-left: 43px; }
  .station-facility .station-facility-item.facility03 .facility-head > span { padding-left: 35px; }
  .station-facility .station-facility-item.facility04 .facility-head > span { padding-left: 40px; }
  .station-facility .station-facility-item.facility05 .facility-head > span { padding-left: 50px; }
  .station-facility .station-facility-item.facility06 .facility-head > span { padding-left: 40px; }
  .station-facility .station-facility-item.facility07 .facility-head > span { padding-left: 30px; }
  .station-facility .station-facility-item.facility08 .facility-head > span { padding-left: 48px; }
  .station-facility .station-facility-item.facility09 .facility-head > span { padding-left: 42px; }
  .station-facility .station-facility-item.facility10 .facility-head > span { padding-left: 40px; }
  .station-facility .station-facility-item.facility01 .facility-head > span::before { width: 42px;  height: 57px; background-image: url(/ride/kakueki/img/kakueki_ic06.png); background-size: 42px auto; }
  .station-facility .station-facility-item.facility02 .facility-head > span::before { width: 33px;  height: 34px; background-image: url(/ride/kakueki/img/kakueki_ic07.png); background-size: 33px auto; }
  .station-facility .station-facility-item.facility03 .facility-head > span::before { width: 25px;  height: 33px; background-image: url(/ride/kakueki/img/kakueki_ic08.png); background-size: 25px auto; }
  .station-facility .station-facility-item.facility04 .facility-head > span::before { width: 32px;  height: 34px; background-image: url(/ride/kakueki/img/kakueki_ic09.png); background-size: 32px auto; }
  .station-facility .station-facility-item.facility05 .facility-head > span::before { width: 42px;  height: 34px; background-image: url(/ride/kakueki/img/kakueki_ic10.png); background-size: 42px auto; }
  .station-facility .station-facility-item.facility06 .facility-head > span::before { width: 29px;  height: 39px; background-image: url(/ride/kakueki/img/kakueki_ic11.png); background-size: 29px auto; }
  .station-facility .station-facility-item.facility07 .facility-head > span::before { width: 24px;  height: 40px; margin-top: -19px; background-image: url(/ride/kakueki/img/kakueki_ic12.png); background-size: 24px auto; }
  .station-facility .station-facility-item.facility08 .facility-head > span::before { width: 38px;  height: 31px; background-image: url(/ride/kakueki/img/kakueki_ic13.png); background-size: 38px auto; }
  .station-facility .station-facility-item.facility09 .facility-head > span::before { width: 33px;  height: 29px; background-image: url(/ride/kakueki/img/kakueki_ic14.png); background-size: 33px auto; }
  .station-facility .station-facility-item.facility10 .facility-head > span::before { width: 31px;  height: 33px; background-image: url(/ride/kakueki/img/kakueki_ic15.png); background-size: 31px auto; }
  .station-facility .station-facility-item.facility01.not .facility-head > span::before { width: 42px;  height: 57px; background-image: url(/ride/kakueki/img/kakueki_ic06_off.png); background-size: 42px auto; }
  .station-facility .station-facility-item.facility02.not .facility-head > span::before { width: 33px;  height: 34px; background-image: url(/ride/kakueki/img/kakueki_ic07_off.png); background-size: 33px auto; }
  .station-facility .station-facility-item.facility03.not .facility-head > span::before { width: 25px;  height: 33px; background-image: url(/ride/kakueki/img/kakueki_ic08_off.png); background-size: 25px auto; }
  .station-facility .station-facility-item.facility04.not .facility-head > span::before { width: 32px;  height: 34px; background-image: url(/ride/kakueki/img/kakueki_ic09_off.png); background-size: 32px auto; }
  .station-facility .station-facility-item.facility05.not .facility-head > span::before { width: 42px;  height: 34px; background-image: url(/ride/kakueki/img/kakueki_ic10_off.png); background-size: 42px auto; }
  .station-facility .station-facility-item.facility06.not .facility-head > span::before { width: 29px;  height: 39px; background-image: url(/ride/kakueki/img/kakueki_ic11_off.png); background-size: 29px auto; }
  .station-facility .station-facility-item.facility07.not .facility-head > span::before { width: 24px;  height: 40px; margin-top: -19px; background-image: url(/ride/kakueki/img/kakueki_ic12_off.png); background-size: 24px auto; }
  .station-facility .station-facility-item.facility08.not .facility-head > span::before { width: 38px;  height: 31px; background-image: url(/ride/kakueki/img/kakueki_ic13_off.png); background-size: 38px auto; }
  .station-facility .station-facility-item.facility09.not .facility-head > span::before { width: 33px;  height: 29px; background-image: url(/ride/kakueki/img/kakueki_ic14_off.png); background-size: 33px auto; }
  .station-facility .station-facility-item.facility10.not .facility-head > span::before { width: 31px;  height: 33px; background-image: url(/ride/kakueki/img/kakueki_ic15_off.png); background-size: 31px auto; }
  .station-facility .station-facility-item > .facility-detail {
    position: relative;
    height: 50px;
  }
  .station-facility .station-facility-item.not > .facility-col,
  .station-facility .station-facility-item.not > .facility-detail {
    color: #666;
    background: #eee;
  }
  .station-facility .station-facility-item > .facility-detail::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -17px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 5px solid #0096e0;
  }
  .station-facility .station-facility-item.not > .facility-detail::before,
  .station-facility .station-facility-item.not > .facility-detail::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -15px;
    width: 28px;
    height: 4px;
    border-radius: 0;
    border: none;
    background-color: #666;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .station-facility .station-facility-item.not > .facility-detail::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .station-facility .station-facility-item > .facility-detail > .facility-sign {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  
  /* ----- station-section ----- */
  .station-section + .station-section {
    margin-top: 80px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
  }
  
  /* ----- banner-station-slider_contents ----- */
  .banner-station-slider_contents {
    display: block;
    text-align: center;
  }
  .banner-station-slider_contents .banner_link {
    color: #333;
    text-decoration: none;
    text-align: center;
  }
  .banner-station-slider_contents .banner_link .banner_title {
    text-align: left;
    margin-top: 15px;
  }
  .banner-station-slider_contents .banner_link .banner_title .banner_label {
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  /* ----- link-text-img ----- */
  .link-text-img {
    margin-bottom: 60px;
  }
  .link-text-img a {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    text-decoration: none;
  }
  .link-text-img .station-banner-img {
    margin-right: 20px;
    width: 180px;
  }
  .link-text-img .station-banner-img + span {
    position: relative;
    padding-right: 15px;
  }
  .link-text-img .station-banner-img + span::after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background: url(/common/img/com_ic10.png) no-repeat 100% 0;
  }
  
  /* ----- kakueki-station-moreInfo ----- */
  .kakueki-station-moreInfo {
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0;
    padding: 30px calc(50vw - 50%) 30px;
    background: linear-gradient(to right, rgba(255,248,235,1) 0%,rgba(255,248,235,1) 50%,rgba(242,245,255,1) 50%,rgba(242,245,255,1) 100%);
  }
  .kakueki-station-moreInfo.more-v1 {
    background: #fff8eb;
  }
  .kakueki-station-moreInfo.more-v2 {
    background: #f2f5ff;
  }
  .kakueki-station-moreInfo .column-layout {
    margin-top: 0;
  }
  .kakueki-station-moreInfo [data-row-pc="2"] > * {
    width: calc((100%) / 2);
  }
  .kakueki-station-moreInfo [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-left: 0;
  }
  .kakueki-station-moreInfo .heading-lv3 {
    position: relative;
    margin: 0 30px 35px;
    padding: 0 0 25px;
    text-align: center;
  }
  .kakueki-station-moreInfo .moreInfo-01 .heading-lv3 {
    border-bottom: 1px solid #ffa800;
  }
  .kakueki-station-moreInfo .moreInfo-02 .heading-lv3 {
    border-bottom: 1px solid #96a7d9;
  }
  .kakueki-station-moreInfo .heading-lv3::before {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 13px 0 13px;
  }
  .kakueki-station-moreInfo .heading-lv3::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 13px 0 13px;
  }
  .kakueki-station-moreInfo .moreInfo-01 .heading-lv3::before {
    border-color: #ffa800 transparent transparent transparent;
  }
  .kakueki-station-moreInfo .moreInfo-02 .heading-lv3::before {
    border-color: #96a7d9 transparent transparent transparent;
  }
  .kakueki-station-moreInfo .moreInfo-01 .heading-lv3::after {
    border-color: #fff8eb transparent transparent transparent;
  }
  .kakueki-station-moreInfo .moreInfo-02 .heading-lv3::after {
    border-color: #f2f5ff transparent transparent transparent;
  }
  .kakueki-station-moreInfo .heading-lv3 .block {
    display: inline-block;
  }
  .kakueki-station-moreInfo .heading-lv3 .heading_title {
    padding-left:  30px;
  }
  .kakueki-station-moreInfo .heading-lv3 .heading_title::before {
    left: 0;
    border: 4px solid #0096e0;
  }
  .kakueki-station-moreInfo .moreInfo-01 .heading-lv3 .heading_title::before {
    border-color: #ffa800;
  }
  .kakueki-station-moreInfo .moreInfo-02 .heading-lv3 .heading_title::before {
    border-color: #bec9ea;
  }
  .kakueki-station-moreInfo .link-button > li > a {
    min-width: 360px;
  }
  
  /* ----- tab-layout-kakueki ----- */
  .tab-layout-kakueki .tab_list-kakueki li a {
    display: block;
    color: #333;
    font-size: 1.8rem;
    text-decoration: none;
    text-align: center;
  }
  .tab-layout-kakueki .tab_list-kakueki li a:first-child {
    position: relative;
    padding: 17px 20px 14px;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #d6e7f0;
    border-left: 1px solid #d6e7f0;
    background: #fff;
  }
  .tab-layout-kakueki .tab_list-kakueki li.notNavs a {
    position: relative;
    padding: 15px 32px 15px;

    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 2px 2px -1px #ccc;
    border-radius: 10em;
    background-color: #fff;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.5;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .tab-layout-kakueki .tab_list-kakueki li.notNavs a:hover {
    background-color: #f0faff;
  }
  
  /* ----- list-note ----- */
  .text-case-layout {
    position: relative;
    padding-left: 3em;
    color: #555;
  }
  .text-case-layout > .text_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .text-case-layout .list-bullet {
    margin-top: 0 !important;
  }
  
  /* ----- contact-tel-list ----- */
  .contact-tel-list {
    display: flex;
    justify-content: space-between;
  }
  .contact-tel-list .contact-tel-col {
    display: flex;
  }
  .contact-tel-list .contact-tel-col .conversion_address_name {
    margin-right: 1em;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .contact-tel-list .contact-tel-col .conversion_address_tel {
    margin-right: 0.5em;
    font-size: 1.6rem;
  }
  .contact-tel-list .contact-tel-col:last-child .conversion_address_tel {
    margin-right: 0;
  }
  
  /* ----- train-vehiclePhoto ----- */
  .train-vehiclePhoto {
    margin-bottom: 35px;
  }
  .train-vehiclePhoto .slick-dots {
    bottom: 20px;
  }
  
  /* ----- kakueki_link_box ----- */
  a.kakueki_link_box {
    color: #333;
    text-decoration: none;
  }
  .kakueki_link_box .kakueki_item {
    position: relative;
    margin-bottom: 30px;
  }
  .kakueki_link_box .kakueki_item .kakueki_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .kakueki_link_box .kakueki_item .kakueki_caption .station-name {
    display: inline-block;
    position: relative;
    padding-left: 60px;
  }
  .kakueki_link_box .kakueki_item .kakueki_caption .station-title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .kakueki_link_box .kakueki_item .kakueki_caption .station-num {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 47px;
    height: 47px;
    padding: 5px 1px 0 0;
    border-radius: 50%;
    border: 3px solid #0096e0;
    background: #fff;
    color: #1d2e66;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .kakueki_link_box .kakueki_item .kakueki_caption .station-num .sub {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .kakueki_link_box .kakueki_item .kakueki_caption .station-num .num {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .kakueki_link_box .link-button {
    margin: 1.5em 0 2em;
  }
  .kakueki_link_box .link-button > li > .block {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 15px 30px 15px 35px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 2px 2px -1px #ccc;
    border-radius: 10em;
    background-color: #fff;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .kakueki_link_box .link-button > li > .block:hover {
    background-color: #f0faff;
  }
  
  /* ----- routeMap-main ----- */
  .routeMap-main {
    width: 1200px;
    height: 6450px;
    margin-top: 2em;
    background: url(/ride/kakueki/img/index_bg01.png) no-repeat 0 0;
  }
  .routeMap-main > .routeMap-main-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 55px;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col {
    position: relative;
    width: calc((100% - 34px) / 3);
    margin-right: 34px;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col:first-child {
    top: 1740px;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col:last-child {
    top: 1470px;
    margin-right: 0;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list > .routeMapBtn {
    display: none;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks {
    display: block;
    border: 2px solid #ddd;
    background-color: #fff;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks a {
    display: block;
    color: #333;
    text-decoration: none;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks .station-name {
    display: block;
    position: relative;
    border-bottom: 2px solid #1d2e66;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks .station-name > .station-num {
    position: absolute;
    display: inline-block;
    top: 13px;
    left: 19px;
    height: 48px;
    padding: 3px 0 0 0;
    border-radius: 50%;
    border: 3px solid #0096e0;
    background: #fff;
    color: #1d2e66;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks .station-name > .station-num .sub {
    display: block;
    width: 42px;
    margin-top: 2px;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks .station-name > .station-num .num {
    display: block;
    width: 42px;
    font-size: 1.9rem;
    font-weight: bold;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks .station-name .station-title {
    padding: 12px 0 11px 75px;
    border-bottom: 3px solid #0db0e9;
    color: #1d2e66;
    font-size: 2.4rem;
    line-height: 1.45;
    font-weight: bold;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks a:hover .station-name .station-title {
    color: #0096e0;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.A07 .station-name .station-title {
    padding-left: 20px;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks .station-name .station-title .sub {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks .station-transfer {
    position: relative;
    padding: 7px 15px 7px 65px;
    line-height: 1.5;
  }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks .station-transfer > .icon {
    position: absolute;
    content: "";
    width: 25px;
    height: 22px;
    top: 10px;
    left: 20px;
    background: url(/ride/kakueki/img/index_ic01.png) no-repeat 0 0;
    background-size: 25px auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  /* maplinks margin */
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks + .maplinks { margin-top: 18.8px; }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.lv1 { margin-right: 110px; }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.lv2 { margin-right: 78px; }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.lv3 { margin-right: 55px; }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.lv4 { margin-right: 32px; }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col.col01 > .routeMap-main-list .maplinks.lv4 { margin-right: 40px; }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.lv5 { margin-right: 0; }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk11 { margin-top: 10px; }

  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk51 { margin-top: 2270px; }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk62 { margin-top: 590px; }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk65 { margin-top: 100px; }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk11 .station-name .station-title { padding: 20px 0 20px 75px; }
  .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk11 .station-name .station-num { top: 22px }
  /* chrome ver */
  body[data-browser = "chrome"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks + .maplinks { margin-top: 17.5px; }
  body[data-browser = "chrome"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk10 { margin-top: 9.5px; }
  body[data-browser = "chrome"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk11 { margin-top: 10px; }
  body[data-browser = "chrome"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk51 { margin-top: 2270px; }
  body[data-browser = "chrome"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk62 { margin-top: 590px; }
  body[data-browser = "chrome"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk65 { margin-top: 100px; }
  body[data-browser = "chrome"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks .station-name .station-title { padding: 13px 0 13px 75px; }
  body[data-browser = "chrome"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.A07 .station-name .station-title { padding-left: 20px; }
  body[data-browser = "chrome"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk11 .station-name .station-title { padding: 20px 0 20px 75px; }
  /* safari ver */
  body[data-browser = "safari"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks + .maplinks { margin-top: 17.5px; }
  body[data-browser = "safari"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk10 { margin-top: 9.5px; }
  body[data-browser = "safari"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk11 { margin-top: 10px; }
  body[data-browser = "safari"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk51 { margin-top: 2270px; }
  body[data-browser = "safari"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk62 { margin-top: 590px; }
  body[data-browser = "safari"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk65 { margin-top: 100px; }
  body[data-browser = "safari"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks .station-name .station-title { padding: 13px 0 13px 75px; }
  body[data-browser = "safari"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.A07 .station-name .station-title { padding-left: 20px; }
  body[data-browser = "safari"] .routeMap-main > .routeMap-main-wrap > .routeMap-main-col > .routeMap-main-list .maplinks.kk11 .station-name .station-title { padding: 20px 0 20px 75px; }
  

  /* ----- is-movie_inner ----- */
  .is-movie_inner {
    width: 255px;
  }
  .is-movie_inner > div {
    width: 255px !important;
    height: 150px !important;
  }
  .is-movie_inner .image_caption {
    padding-top: 150px;
  }
  
  /* ----- train-nonstop-contents ----- */
  .train-nonstop-contents {
    margin: 30px 0 40px;
    padding: 30px;
    background-color: #f8f6ee;
  }
  .train-nonstop-contents > .train-nonstop-wrap {
    position: relative;
  }
  .train-nonstop-contents > .train-nonstop-wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 9px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    background-color: #d32325;
  }
  .train-nonstop-contents .kakueki-list {
    display: flex;
    position: relative;
  }
  .train-nonstop-contents .kakueki-list > li {
    display: flex;
    position: relative;
    align-items: center;
    width: 70px;
    padding: 30px 20px;
    border: 2px solid #ddd;
    background-color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.1;
  }
  .train-nonstop-contents .kakueki-list > li + li {
    margin-left: 50px;
  }
  .train-nonstop-contents.type02 .kakueki-list > li + li {
    margin-left: 25px;
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-endless {
    border: 2px solid #a1c3d5;
    background-color: #f8f6ee;
    color: #a1c3d5;
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-text {
    display: flex;
    position: relative;
    align-items: center;
    width: 30px;
    margin-left: 20px;
    padding: 0;
    border: none;
    background: none;
    color: #555;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.1;
    text-shadow: 
    #f8f6ee 2px 0px,  #f8f6ee -2px 0px,
    #f8f6ee 0px -2px, #f8f6ee 0px 2px,
    #f8f6ee 2px 2px , #f8f6ee -2px 2px,
    #f8f6ee 2px -2px, #f8f6ee -2px -2px,
    #f8f6ee 1px 2px,  #f8f6ee -1px 2px,
    #f8f6ee 1px -2px, #f8f6ee -1px -2px,
    #f8f6ee 2px 1px,  #f8f6ee -2px 1px,
    #f8f6ee 2px -1px, #f8f6ee -2px -1px;
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-text + li {
    margin-left: 10px;
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-stop,
  .train-nonstop-contents.type02 .kakueki-list > li.nonstop-stop {
    margin-left: auto;
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-stop::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 9px;
    top: 50%;
    left: -40px;
    margin-top: -20px;
    background-color: #d32325;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-endless::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 9px;
    top: 50%;
    left: -52px;
    margin-top: -5px;
    background-color: #f8f6ee;
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-endless::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    top: 50%;
    left: -45px;
    margin-top: -2px;
    border-bottom: 4px dotted #a1c3d5;
  }
  .train-nonstop-contents .nonstop-balloon {
    position: absolute;
    width: 32%;
    top: -40px;
    right: 23.5%;
    padding: 10px 10px 15px;
    background-color: #e60012;
    text-align: center;
  }
  .train-nonstop-contents.type02 .nonstop-balloon {
    right: auto;
    left: 9%;
  }
  .train-nonstop-contents .nonstop-balloon::before {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 16px 12.5px 0 12.5px;
    border-color: #e60013 transparent transparent transparent;
  }
  .train-nonstop-contents .nonstop-balloon .nonstop-balloon-head {
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .train-nonstop-contents .nonstop-balloon .nonstop-balloon-head em {
    font-size: 3.2rem;
    font-weight: bold;
    font-style: normal;
  }
  .train-nonstop-contents .nonstop-balloon .nonstop-balloon-marker {
    display: inline-block;
    padding: 0 10px;
    background: linear-gradient(transparent 68%, #f37209 0%);
    color: #ffe400;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1;
    font-style: italic;
  }
  
  /* ----- login-mainView ----- */
  .login-mainView {
    position: relative;
  }
  .login-mainView > .login-newMemBox {
    position: absolute;
    width: 36.5%;
    top: 15px;
    left: 15px;
    padding: 20px 30px 20px;
    background-color: #fff;
  }
  .login-mainView > .login-newMemBox > p {
    line-height: 1.7;
  }
  .login-mainView > .login-newMemBox > p + p {
    margin-top: 0.5em;
  }
  .login-mainView > .login-newMemBox > [class*="link-button"] {
    margin-top: 0.7em;
  }
  .login-mainView > .login-newMemBox > [class*="link-button"] > li > a {
    min-width: auto;
  }
  .login-mainView > .login-alreMemBox {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  .login-mainView > .login-alreMemBox .link-button > li > a {
    padding-left: 100px;
    padding-right: 100px;
  }
  
  /* ----- index_item_members ----- */
  .index_item_members > .item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 18px 0;
    background-color: #ddf3ff;
  }
  .index_item_members > .item_title > span {
    color: #0096e0;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .index_item_members > .item_detail {
    margin-top: 0.5em;
  }
  
  /* ----- index_item_campaign ----- */
  .index_item_campaign > a {
    text-decoration: none;
  }
  .index_item_campaign .item_img > img {
    width: 100%;
  }
  .index_item_campaign .item_detail {
    margin-top: 0.5em;
  }
  .index_item_campaign .item_detail > .detail_data {
    font-weight: bold;
  }
  .index_item_campaign .item_detail > .detail_text {
    margin-top: 0.2em;
  }
  .index_item_campaign a[target="_blank"] .item_detail > .detail_text::after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background: url(/common/img/com_ic10.png) no-repeat 100% 0;
  }
  
  /* ----- register-box-layout ----- */
  .register-box-layout {
    padding: 30px;
    background-color: #ddf3ff;
  }
  .register-box-layout > .register-box-wrap {
    display: flex;
    justify-content: space-between;
  }
  .register-box-layout > .register-box-wrap > .register-step {
    position: relative;
    width: calc((100% - 120px) / 5);
    padding: 20px 5px;
    border: 2px solid #0096e0;
    background-color: #fff;
    text-align: center;
  }
  .register-box-layout > .register-box-wrap > .register-step.step01,
  .register-box-layout > .register-box-wrap > .register-step.step04 {
    padding-top: 30px;
  }
  .register-box-layout > .register-box-wrap > .register-step.stepQR {
    padding: 15px 5px;
    border: 2px solid #fff;
  }
  .register-box-layout > .register-box-wrap > .register-step::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -25px;
    width: 0;
    height: 0;
    margin-top: -22px;
    border-style: solid;
    border-width: 22px 0 22px 25px;
    border-color: transparent transparent transparent #0095e0;
  }
  .register-box-layout > .register-box-wrap > .register-step.step04::before,
  .register-box-layout > .register-box-wrap > .register-step.stepQR::before {
    display: none;
  }
  .register-box-layout > .register-box-wrap > .register-step p {
    margin-top: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .register-box-layout > .register-box-wrap > .register-step.step01 p {
    margin-top: 30px;
  }
  .register-box-layout > .register-box-wrap > .register-step.step02 p {
    margin-top: 20px;
  }
  .register-box-layout > .register-box-wrap > .register-step.step04 p {
    font-size: 2.4rem;
  }
  .register-box-layout > .register-box-wrap > .register-step.stepQR p {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .register-box-layout > .register-box-wrap > .register-step.stepQR .register-lead {
    margin-bottom: 10px;
    color: #0096e0;
    font-size: 1.8rem;
  }
  .register-box-layout > .register-box-wrap > .register-step.step02 .item_img img {
    padding-left: 30px;
  }
  .register-box-layout > .register-box-wrap > .register-step .stepNum {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 30px solid #0096e0;
    border-right: 30px solid #fff;
    border-bottom: 30px solid #fff;
    border-left: 30px solid #0096e0;
  }
  .register-box-layout > .register-box-wrap > .register-step .stepNum > span {
    position: absolute;
    top: -27px;
    left: -20px;
    color: #fff;

    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
  }
  .register-box-layout > .register-other-text {
    margin-top: 20px;
    padding: 10px 15px;
    color: #d20023;
    background-color: #fff;
  }
  
  /* ----- terms-contents ----- */
  .terms-contents {
    height: 350px;
    border: 1px solid #ccc;
    overflow-y: scroll;
  }
  .terms-contents .terms-contents-wrap {
    padding: 25px 20px;
  }
  .terms-contents .terms-heading {
    color: #0096e0;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
  }
  
  /* ----- agree-box-layout ----- */
  .agree-box-layout {
    height: 100%;
    padding: 20px 30px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  .agree-box-layout > p:first-child {
    font-size: 1.5rem;
  }
  .agree-box-layout > p.agree-text-lead {
    font-size: 2.0rem;
    color: #0096e0;
    font-weight: bold;
  }
  .agree-box-layout > [class*="link-text"] {
    margin-top: 0.5em;
  }
  .agree-box-layout > [class*="link-text"] > li + li {
    margin-top: 0.9em;
  }
  .agree-box-layout > .agree-checkbox {
    display: block;
    position: relative;
    margin: 15px 0 25px;
    padding-left: 25px;
    cursor: pointer;
    line-height: 1.2;
    vertical-align: middle;
  }
  .agree-box-layout > .agree-checkbox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -9px;
    display: block;
    border: 1px solid #9a9a9a;
    background-color: #ffffff;
  }
  .agree-box-layout > .agree-checkbox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    opacity: 0;
    width: 10px;
    height: 14px;
    margin-top: -8px;
    border-width: 0 3px 3px 0;
    border-color: #0096e0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .agree-box-layout > .agree-checkbox.is-checked::after {
    opacity: 1;
  }
  .agree-box-layout > .agree-checkbox .js-agree-checkbox {
    display: none;
  }
  .agree-box-layout > .agree-btn-application a {
    display: block;
    pointer-events: none;
    width: 100%;
    position: relative;
    padding: 15px 0 15px;
    margin: 0 auto;
    border-radius: 10em;
    background-color: #d0d0d0;
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .agree-box-layout > .agree-btn-application a:hover {
    background-color: #d0d0d0
  }
  .agree-box-layout > .agree-checkbox.is-checked + .agree-btn-application a,
  .agree-box-layout > .agree-checkbox.is-checked + .agree-btn-application a:hover{
    pointer-events: inherit;
    box-shadow: 0px 2px 2px -1px #555;
    background-color: #555;
  }
  .agree-box-layout > .agree-checkbox.is-checked + .agree-btn-application a:hover {
    background-color: #777;
  }
  
  /* ----- barrierfree-iconList ----- */
  .barrierfree-iconList > li {
    display: inline-block;
  }
  
  /* ----- csr-content-layout ----- */
  .csr-content-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 515px;
    background: url(/company/csr/img/index_bg01.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .csr-content-layout > .csr-content-list {
    position: relative;
    width: 375px;
    height: 268px;
  }
  .csr-content-layout > .csr-content-list > .item {
    position: absolute;
    min-width: 345px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 2px -1px #ccc;
    overflow: hidden;
  }
  .csr-content-layout > .csr-content-list > .item.item01 { top: -43%; left: -85%; }
  .csr-content-layout > .csr-content-list > .item.item02 { top: -43%; right: -85%; }
  .csr-content-layout > .csr-content-list > .item.item03 { top: 25%; left: -96%; }
  .csr-content-layout > .csr-content-list > .item.item04 { top: 25%; right: -96%; }
  .csr-content-layout > .csr-content-list > .item.item05 { bottom: -40%; left: -83%; }
  .csr-content-layout > .csr-content-list > .item.item06 { bottom: -40%; right: -83%; }
  .csr-content-layout > .csr-content-list > .item .item_title {
    padding: 15px 25px 13px;
    background: #ddf3ff;
  }
  .csr-content-layout > .csr-content-list > .item .item_title > .link-text {
    margin-top: 0;
  }
  .csr-content-layout > .csr-content-list > .item .item_title > .link-text > li,
  .csr-content-layout > .csr-content-list > .item .item_title > .link-text > li > a{
    font-size: 2.0rem;
    font-weight: bold;
  }
  .csr-content-layout > .csr-content-list > .item .item_title > .link-text > li > a::before {
    top: 0.6em;
  }
  .csr-content-layout > .csr-content-list > .item .item_detail {
    padding: 15px 25px 13px;
    background: #fff;
  }
  
  /* ----- csr-media-link ----- */
  .csr-media-link {
    display: inline-block;
    margin-top: 30px;
  }
  .csr-media-link > a {
    color: #555;
    text-decoration: none;
  }
  .csr-media-link .column_image .image-set {
    margin-top: 0;
  }
  .csr-media-link .column_detail .list-note {
    margin-top: 0.2em;
  }
  .column-media.csr-column .column_detail .link-button > li > .a-pdf .link_label::before {
    right: 15px;
  }
  
  /* ----- modal-area ----- */
  .modal-area {
    display: none;
  }
  .modal-area .carousel_item img {
    margin: 0 auto;
  }
  .modal-area .modalInner-layout-v2 .carousel_item img {
    cursor: pointer;
  }
  
  #cboxContent {
    background: #fff;
  }
  #cboxLoadedContent {
    padding: 50px 50px;
    border: 5px solid #fff;
  }
  #cboxClose {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    background: none;
    width: 35px;
    height: 35px;
  }
  #cboxClose::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: url(/common/img/com_ic33.png) no-repeat 0 0; 
  }
  #cboxTitle {
    position: absolute;
    top: auto;
    left: auto;
    color: #333;
    bottom: 55px;
    padding: 0 55px;
  }

  /* ----- slick ----- */
  .banner-slider_contents .slick-dots,
  .banner-station-slider_contents .slick-dots,
  .photo-gallery_contents .slick-dots {
    position: relative;
    display: inline-block;
    bottom: auto;
    width: auto;
    margin: 0 10px;
  }
  .carousel-Full .slick-dots {
    bottom: 25px;
  }
  .slick-dots li button::before {
    font-size: 12px;
    color: #a2a2a2;
    opacity: 1;
  }
  .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #0096e0;
  }
  .modalInner-layout-v2 .slick-prev,
  .modalInner-layout-v2 .slick-next {
    top: 50%;
    width: 19px;
    height: 18px;
    color: inherit;
    background: none;
  }
  .slick-custom-prev,
  .slick-custom-next {
    position: relative;
    width: 19px;
    height: 18px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
  }
  .modalInner-layout-v2 .slick-prev::before,
  .modalInner-layout-v2 .slick-next::before,
  .slick-custom-prev::before,
  .slick-custom-next::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 18px;
    background: url(/common/img/com_ic26.png) no-repeat 0 0; 
  }
  .modalInner-layout-v2 .slick-next::before,
  .slick-custom-next::before {
    background: url(/common/img/com_ic27.png) no-repeat 0 0; 
  }
  .modalInner-layout-v2 .carousel_img {
  }
  .modalInner-layout-v2 .carousel_img img {
    margin: 0 auto;
  }
  .modalInner-layout-v2 .slick-dots {
    position: relative;
    bottom: 0;
  }
  .modalInner-layout-v2 .slick-dots li {
    width: 25%;
    max-width: 195px;
    height: auto;
    border: 3px solid #fff;
  }
  .modalInner-layout-v2 .slick-dots li.slick-active {
    border-color: #0096e0;
  }
  .modal-inline-box {
    display: none;
  }
  
  /* ----- pasmo-about-layout ----- */
  .pasmo-about-layout {
    padding: 10px 0;
  }
  .pasmo-about-layout .about_frame {
    padding: 25px 30px 30px;
    background-color: #fff;
    border-radius: 5px;
  }
  .pasmo-about-layout .about_frame > *:first-child,
  .pasmo-about-layout .about_frame > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .pasmo-about-layout .about_frame_2 {
    margin: 30px calc((((100vw - 180px) - 100%) / 2) * -1);
    padding: 0 calc(((100vw - 180px) - 100%) / 2);
    background-color: #fff;
  }
  .pasmo-about-layout .about_point {
    padding: 20px 116px;
  }
  .pasmo-about-layout .about_point .point_outer {
    display: flex;
    align-items: center;
    height: 85px;
  }
  .pasmo-about-layout .about_point .point_inner {
    position: relative;
    width: 100%;
    padding: 0 0 0 105px;
  }
  .pasmo-about-layout .about_point .point_inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }
  .pasmo-about-layout .about_point .point_inner.type-icon1::before {
    width: 76px;
    height: 85px;
    background-image: url("/ride/pasmo/img/about_ic01.png");
  }
  .pasmo-about-layout .about_point .point_inner.type-icon2::before {
    width: 79px;
    height: 85px;
    background-image: url("/ride/pasmo/img/about_ic02.png");
  }
  .pasmo-about-layout .about_point .point_inner > *:first-child {
    margin-top: 0;
  }
  .pasmo-about-layout .about_point .point_inner > *:last-child {
    margin-bottom: 0;
  }
  .pasmo-about-layout .about_point .point_text {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .pasmo-about-layout .about_point .point_text + * {
    margin-top: 10px;
  }
  .pasmo-about-layout .heading-lv3 {
    margin-bottom: 20px;
  }
  .pasmo-about-layout .heading-lv3 .heading_title::before {
    top: 50%;
    border-color: #eb6da5;
    transform: translateY(-50%);
  }
  
  /* ----- pasmo-about-layout-v2 ----- */
  .pasmo-about-layout-v2 {
    margin: 1.6em 0 0;
  }
  .pasmo-about-layout-v2 .about_frame {
    overflow: hidden;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .pasmo-about-layout-v2 .about_frame > .frame_title {
    width: 25.83%;
    background-color: #f3f3f3;
    text-align: center;
  }
  .pasmo-about-layout-v2 .about_frame > .frame_title .title_text {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .pasmo-about-layout-v2 .about_frame > .frame_detail {
    flex: 1;
    border-left: 1px solid #ccc;
  }
  .pasmo-about-layout-v2 .about_frame > * {
    padding: 20px;
  }
  .pasmo-about-layout-v2 .about_frame > * > *:first-child {
    margin-top: 0;
  }
  
  /* ----- unkou-index-layout ----- */
  .unkou-index-layout .index_unit > dd {
    margin: 0.5em 0 0;
  }
  
  /* ----- unkou-index-button ----- */
  .unkou-index-button > li > a {
    position: relative;
    display: block;
    padding: 20px 125px 20px 115px;
    box-shadow: 0 1px 2px 0px rgba(0,0,0,0.3);
    background-color: #fff21d;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
  }
  .unkou-index-button > li > a::before,
  .unkou-index-button > li > a::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .unkou-index-button > li > a::before {
    top: 50%;
    left: 22px;
    width: 73px;
    height: 73px;
    background-image: url("/ride/unkou/img/index_ex01.png");
    transform: translateY(-50%);
  }
  .unkou-index-button > li > a::after {
    right: 15px;
    bottom: 0;
    width: 93px;
    height: 130px;
    background-image: url("/ride/unkou/img/index_ex02.png");
  }
  .unkou-index-button > li > a > dl > dt {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .unkou-index-button > li > a > dl > dd {
    margin: 0.5em 0 0;
    font-size: 2.0rem;
    line-height: 1.65;
  }
  .unkou-index-button > li > a:hover {
    opacity: 0.7;
  }
  
  /* ----- unkou-index-button*v2 ----- */
  .unkou-index-button-v2 > li > a {
    padding-left: 75px;
    padding-right: 60px;
    font-weight: 700;
  }
  .unkou-index-button-v2 > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 25px;
    height: 21px;
    background-image: url("/ride/unkou/img/index_ic01.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }
  .unkou-index-button-v2 > li > a.a-blank::after {
    right: 25px;
  }
  
  /* ----- service-icon-list ----- */
  .service-icon-list {
    align-items: center;
  }
  .service-icon-list > .image_inner + .image_inner {
    margin-left: 5px;
  }
  .service-icon-list > .image_inner > img {
    vertical-align: middle;
  }
  
  /* ----- multi-infoBox ----- */
  .multi-infoBox {
    display: flex;
  }
  .multi-infoBox > .map-contents {
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    margin-right: 3%;
  }
  .multi-infoBox > .movie-contents {
    width: 32%;
  }
  .multi-infoBox > .movie-contents > .video-thumbnail,
  .multi-infoBox > .movie-contents > .video-thumbnail > .video-thumbnail-inner {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
  }
  .multi-infoBox > .movie-contents > .video-thumbnail + .video-thumbnail {
    margin-top: 30px;
  }
  .multi-infoBox > .movie-contents > .video-thumbnail > .video-thumbnail-inner {
    padding-bottom: 56.25%;
  }
  
  /* ----- enjoy-haneda-comp ----- */
  .enjoy-haneda-comp {
    margin: 80px 0 0;
  }
  .enjoy-haneda-comp > *:first-child {
    margin-top: 0 !important;
  }
  .enjoy-haneda-comp .enjoy-haneda_heading {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .enjoy-haneda-comp .enjoy-haneda_column {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
  .enjoy-haneda-comp .enjoy-haneda_column > .column_col {
    display: flex;
    width: calc((100% - 36px * 2) / 3);
    margin: 36px 0 0 36px;
  }
  .enjoy-haneda-comp .enjoy-haneda_column > .column_col:nth-child(-n+3) {
    margin-top: 0;
  }
  .enjoy-haneda-comp .enjoy-haneda_column > .column_col:nth-child(3n+1) {
    margin-left: 0;
  }
  .enjoy-haneda-comp .enjoy-haneda_column > .column_col > .col_outer {
    display: flex;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
  }
  .enjoy-haneda-comp .enjoy-haneda_column > .column_col > a.col_outer {
    text-decoration: none;
  }
  .enjoy-haneda-comp .enjoy-haneda_column > .column_col > .col_outer > .col_inner {
    width: 100%;
  }
  .enjoy-haneda-comp .enjoy-haneda_column > .column_col .col_image {
    background-color: #fff;
    text-align: center;
  }
  .enjoy-haneda-comp .enjoy-haneda_column > .column_col .col_title {
    position: relative;
    padding: 15px 25px 15px 45px;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    transition: all .2s ease-out 0s;
  }
  .enjoy-haneda-comp .enjoy-haneda_column > .column_col > a.col_outer .col_title::before {
    content: "";
    position: absolute;
    top: 1.2em;
    left: 20px;
    width: 15px;
    height: 14px;
    background-image: url(/common/img/com_ic28.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .enjoy-haneda-comp .enjoy-haneda_column > .column_col > a.col_outer:hover .col_title {
    color: #0096e0;
    text-decoration: underline;
  }
  
  /* ----- international-detail-layout ----- */
  .international-detail-layout {
    width: calc(100vw - 180px);
    margin: 0 calc((((100vw - 180px) - 1200px) / 2) * -1);
    background-color: #fff;
  }
  .international-detail-layout .detail_column {
    display: flex;
    flex-direction: row-reverse;
  }
  .international-detail-layout .detail_column > * {
    display: flex;
    width: 50%;
    align-items: center;
  }
  .international-detail-layout .detail_column > .column_image {
  }
  .international-detail-layout .detail_column > .column_heading {
    position: relative;
    padding: 10px 6% 10px 68px;
    background-color: #36aee9;
    z-index: 1;
  }
  .international-detail-layout .detail_column > .column_heading::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 29px;
    width: 399px;
    height: 186px;
    background-image: url("/visit/enjoy-haneda/international/img/international_ex01_pc.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: -1;
  }
  .international-detail-layout .detail_column > * > .column_inner {
    width: 100%;
  }
  .international-detail-layout .detail_heading {
    padding: 0 0 0 30px;
    border-left: 4px solid #fff;
    color: #fff;
  }
  .international-detail-layout .detail_heading .heading_title {
    font-size: 2.0rem;
    line-height: 1.1;
  }
  .international-detail-layout .detail_heading .heading_lead {
    font-size: 4.0rem;
    line-height: 1.5;
  }
  .international-detail-layout .detail_image img {
    width: 100%;
  }
  
  /* ----- international-detail-layout-v2 ----- */
  .international-detail-layout-v2 .detail_lead {
    position: relative;
    padding: 80px 0 60px;
    z-index: 1;
  }
  .international-detail-layout-v2 .detail_lead::before,
  .international-detail-layout-v2 .detail_lead::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .international-detail-layout-v2 .detail_lead::before {
    top: 0;
    left: -117px;
    width: 147px;
    height: 141px;
    background-image: url("/visit/enjoy-haneda/international/img/international_ex02_pc.png");
  }
  .international-detail-layout-v2 .detail_lead::after {
    top: 10px;
    right: -108px;
    width: 107px;
    height: 93px;
    background-image: url("/visit/enjoy-haneda/international/img/international_ex03_pc.png");
  }
  .international-detail-layout-v2 .detail_lead .text-lead_2 {
    margin: 0;
  }
  .international-detail-layout-v2 .detail_lead + * {
    margin-top: 0 !important;
  }
  .international-detail-layout-v2 .detail_image {
    background-color: #fff;
    border: 3px solid #ddf3ff;
    text-align: center;
  }
  
  /* ----- international-detail-layout-v3 ----- */
  .international-detail-layout-v3 {
    margin: 70px 0 0;
  }
  .international-detail-layout-v3 > *:first-child {
    margin-top: 0 !important;
  }
  .international-detail-layout-v3 .frame_list {
    overflow: hidden;
    margin: 20px 0 0;
  }
  .international-detail-layout-v3 .frame_list + .frame_list {
    margin-top: 10px;
  }
  .international-detail-layout-v3 .frame_list > dt {
    float: left;
    width: 106px;
    margin: 0 20px 0 0;
    padding: 6px 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 1.1;
    text-align: center;
  }
  .international-detail-layout-v3 .frame_list > dd {
    overflow: hidden;
    padding: 1px 0;
  }
  
  /* ----- keikyu_ANA-layout ----- */
  .keikyu_ANA-layout .keikyu_ANA_section {
    margin: 80px 0 0;
  }
  .keikyu_ANA-layout .keikyu_ANA_section + .keikyu_ANA_section {
    margin-top: 60px;
  }
  .keikyu_ANA-layout .keikyu_ANA_heading {
    position: relative;
    padding: 0 0 0 40px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .keikyu_ANA-layout .keikyu_ANA_heading .heading_index {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0 1px 2px 0;
    background-color: #0096e0;
    border-radius: 50%;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transform: translateY(-50%);
  }
  
  /* ----- history-chronology-layout ----- */
  .history-chronology-layout {
    width: calc(100vw - 180px);
    margin: 40px calc((((100vw - 180px) - 1200px) / 2) * -1) 0;
  }
  .history-chronology-layout .chronology_section {
    max-width: 1200px;
    margin: 0 auto;
  }
  .history-chronology-layout .chronology_pulldown > dt {
    display: none;
  }
  .history-chronology-layout .chronology_tab.type-header {
    border-bottom: 2px solid #ddd;
  }
  .history-chronology-layout .chronology_tab.type-footer {
    border-top: 2px solid #ddd;
  }
  .history-chronology-layout .chronology_tab .tab_nav {
    display: flex;
  }
  .history-chronology-layout .chronology_tab .tab_nav > li {
    position: relative;
    display: flex;
    width: calc(100% / 7);
  }
  .history-chronology-layout .chronology_tab .tab_nav > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    color: #1e2d66;
    font-size: 2.0rem;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }
  .history-chronology-layout .chronology_tab.type-header .tab_nav > li > a {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .history-chronology-layout .chronology_tab.type-footer .tab_nav > li > a {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .history-chronology-layout .chronology_tab .tab_nav > li.is-current {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .history-chronology-layout .chronology_tab .tab_nav > li.is-current > a {
    padding-top: 25px;
    padding-bottom: 30px;
    color: #333;
    font-weight: 700;
    cursor: default;
  }
  .history-chronology-layout .chronology_tab.type-header .tab_nav > li.is-current > a {
    border-top: 2px solid #0096e0;
  }
  .history-chronology-layout .chronology_tab.type-footer .tab_nav > li.is-current > a {
    border-bottom: 2px solid #0096e0;
  }
  .history-chronology-layout .chronology_tab .tab_nav > li.is-current > a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .history-chronology-layout .chronology_tab.type-header .tab_nav > li.is-current > a::before {
    bottom: -2px;
  }
  .history-chronology-layout .chronology_tab.type-footer .tab_nav > li.is-current > a::before {
    top: -2px;
  }
  .history-chronology-layout .chronology_heading {
    padding: 60px 0;
    background-image: url("/history/img/chronology_bg01.png");
    background-repeat: repeat;
    background-position: 50% 50%;
  }
  .history-chronology-layout .chronology_heading .heading_title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .history-chronology-layout .chronology_frame {
    padding: 60px 0;
  }
  .history-chronology-layout .chronology_frame:nth-of-type(2n+1) {
    background-color: #fff;
  }
  .history-chronology-layout .chronology_frame:nth-of-type(2n) {
    background-color: #f3f1ea;
  }
  .history-chronology-layout .chronology_frame > .chronology_section > *:first-child {
    margin-top: 0;
  }
  .ir-individual-img {
    position: relative;
    background: url(/ir/individual/img/index_im01.jpg) no-repeat center 0;
    background-size: contain;
    max-width:740px;
    padding-bottom: 240px;
    margin-bottom:30px;
    margin: 0 auto;
  }
  .ir-individual-img p{
    position: absolute;
    top: 16.666666%;
    left: 6.756756%;
    font-size: 2.2rem;
    font-weight:bold;
    color:#336699;
    line-height: 1.4;
  }
  
  /* ------------------------------------------ */
  /* ---------------train-guide---------------- */
  /* ------------------------------------------ */
  /* ----- heading-lv2 ----- */
  .heading-lv2.type-trainGuide {
    margin-top: 4.5em;
  }
  
  /* ----- link-button ----- */
  .link-button.type-trainGuide {
    margin-top: 4em;
  }
  .link-button.type-trainGuide.type-v2 {
    margin-top: 2em;
  }
  .link-button.type-trainGuide a {
    padding-left: 90px;
    padding-right: 100px;
  }
  .link-button.type-trainGuide .link_label {
    display: flex;
    align-items: center;
  }
  .link-button.type-trainGuide .link_label > .logo-img {
    display: inline-block;
    width: 110px;
    margin-left: 10px;
  }
  
  /* ----- station-info-layout-v2 ----- */
  .station-info-layout-v2 {
    display: flex;
    padding-top: 80px;
  }
  .station-info-layout-v2 .station-contents {
    width: 51.5%;
    background: #1d2e66;
  }
  .station-info-layout-v2 .station-contents > .station-name {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 6px solid #0db0e9;
  }
  .station-info-layout-v2 .station-contents > .station-name > .station-name-inner {
    position: relative;
    padding: 0 15px 0 75px;
    text-align: center;
  }
  .station-info-layout-v2 .station-contents.no-lineNum > .station-name > .station-name-inner {
    padding-left: 15px;
  }
  .station-info-layout-v2 .station-contents > .station-name > .station-name-inner .station-num {
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 50px;
    height: 50px;
    padding: 5px 1px 0 0;
    border-radius: 50%;
    border: 3px solid #0096e0;
    background: #fff;
    color: #1d2e66;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .station-info-layout-v2 .station-contents > .station-name > .station-name-inner .station-num .sub {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .station-info-layout-v2 .station-contents > .station-name > .station-name-inner .station-num .num {
    display: block;
    width: 100%;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .station-info-layout-v2 .station-contents > .station-name > .station-name-inner .station-title {
    color: #fff;
    font-size: 5.0rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .station-info-layout-v2 .station-contents > .station-name > .station-name-inner .station-title .sub {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .station-info-layout-v2 .station-contents > .station-detail {
    border-top: 4px solid #fff;
    padding: 25px 30px 20px;
    color: #fff;
  }
  
  /* ----- station-info-layout-v3 ----- */
  .station-info-layout-v3 {
    margin-top: 40px;
    display: flex;
  }
  .station-info-layout-v3 > .col {
    width: calc((100% - 36px) / 3);
    padding: 25px 13px 30px;
    border-radius: 5px;
    background: #f3f3f3;
  }
  .station-info-layout-v3 > .col + .col {
    margin-left: 36px;
  }
  .station-info-layout-v3 .station-attribute {
  }
  .station-info-layout-v3 .station-attribute .attribute-head {
    margin-bottom: 25px;
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }
    
  /* ----- attribute-type ----- */
  .station-info-layout-v3 .station-attribute .attribute-type {
    display: flex;
    flex-wrap: wrap;
  }
  .station-info-layout-v3 .station-attribute .attribute-type > li {
    width: 48.5%;
    padding: 12px 10px 13px;
    border-radius: 5px;
    border: 2px solid;
    background: #fff;
    line-height: 1.2;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
  }
  .station-info-layout-v3 .station-attribute .attribute-type > li.lv01 {
    border-color: #666;
  }
  .station-info-layout-v3 .station-attribute .attribute-type > li.lv02 {
    padding-left: 25px;
    border-color: #0d83c3;
    background: #fff url(/ride/kakueki/img/kakueki_ic01.png) no-repeat 12px 55%;
    background-size: 15px auto;
  }
  .station-info-layout-v3 .station-attribute .attribute-type > li.lv03 {
    border-color: #ea0104;
  }
  .station-info-layout-v3 .station-attribute .attribute-type > li.lv04 {
    border-color: #379412;
  }
  .station-info-layout-v3 .station-attribute .attribute-type > li.lv05 {
    padding-left: 25px;
    border-color: #fa9715;
    background: #fff url(/ride/kakueki/img/kakueki_ic02.png) no-repeat 12px 55%;
    background-size: 15px auto;
  }
  .station-info-layout-v3 .station-attribute .attribute-type > li.off {
    color: #999;
    border-color: #dddddd;
    background: #f3f3f3;
  }
  .station-info-layout-v3 .station-attribute .attribute-type > li.lv02.off,
  .station-info-layout-v3 .station-attribute .attribute-type > li.lv05.off {
    padding-left: 25px;
    background: #f3f3f3  url(/ride/kakueki/img/kakueki_ic05.png) no-repeat 12px 55%;
    background-size: 15px auto;
  }
  .station-info-layout-v3 .station-attribute .attribute-type > li:nth-child(even) {
    margin-left: 3%;
  }
  .station-info-layout-v3 .station-attribute .attribute-type > li:nth-child(n+3) {
    margin-top: 10px;
  }
    
  /* ----- attribute-time ----- */
  .station-info-layout-v3 .attribute-time > li + li {
    margin-top: 10px;
  }
  .station-info-layout-v3 .attribute-time > li > dl {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
  }
  .station-info-layout-v3 .attribute-time > li > dl > dt {
    position: relative;
    width: 49%;
    padding: 9px 15px;
    border-radius: 0 8px 8px 0;
    background: #0096e0;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }
  .station-info-layout-v3 .attribute-time > li > dl > dt::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -9px;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 10px;
    border-color: transparent transparent transparent #0095e0;
  }
  .station-info-layout-v3 .attribute-time > li > dl > dt em {
    font-size: 1.8rem;
    font-style: normal;
  }
  .station-info-layout-v3 .attribute-time > li > dl > dd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51%;
    background: #ffffff;
    font-size: 1.8rem;
    text-align: center;
  }
    
  /* ----- attribute-transfer ----- */
  .station-info-layout-v3 .attribute-transfer > li {
    display: block;
    padding: 9px 0 8px;
    border-bottom: 1px solid #ccc;
    font-size: 1.8rem;
    text-align: center;
  }
  .station-info-layout-v3 .attribute-transfer > li + li {
    margin-top: 10px;
  }
    
  /* ----- point-box_Layout ----- */
  .point-box_Layout .col {
    height: 100%;
    padding: 15px 30px 30px;
    border-radius: 5px;
    background-color: #ddf3ff;
    text-align: center;
  }
  .point-box_Layout .col > .point-num {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 3px solid #0196e0;
    border-radius: 50%;
    background-color: #fff;
    color: #0196e0;
    font-size: 1.7rem;
    line-height: 1.3;
    text-align: center;
  }
  .point-box_Layout .col > .box_detail {
    margin-top: 5px;
    text-align: left;
  }
  .point-box_Layout .col > .box_detail .f-highlight-v2 {
    color: #0096e0;
  }
    
  /* ----- facility-list ----- */
  .facility-list {
    display: flex;
  }
  .facility-list > .facility-icon {
    width: calc((100% - 24px) / 6);
    padding: 75px 0 10px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 1px 1px -1px #ccc;
    border-radius: 5px;
  }
  .facility-list > .facility-icon + .facility-icon {
    margin-left: 24px;
  }
  /* on */
  .facility-list > .facility-icon.hospitals { background: url(/live/train-guide/img/train-guide_ic01.png) no-repeat 50% 15px/60px auto; }
  .facility-list > .facility-icon.parks { background: url(/live/train-guide/img/train-guide_ic02.png) no-repeat 50% 15px/57px auto; }
  .facility-list > .facility-icon.shopping { background: url(/live/train-guide/img/train-guide_ic03.png) no-repeat 50% 20px/59px auto; }
  .facility-list > .facility-icon.government { background: url(/live/train-guide/img/train-guide_ic04.png) no-repeat 50% 18px/72px auto; }
  .facility-list > .facility-icon.kindergartens { background: url(/live/train-guide/img/train-guide_ic05.png) no-repeat 50% 16px/64px auto; }
  .facility-list > .facility-icon.stationShops { background: url(/live/train-guide/img/train-guide_ic06.png) no-repeat 50% 23px/58px auto; }
  /* off */
  .facility-list > .facility-icon.hospitals.off { background: #ddd url(/live/train-guide/img/train-guide_ic01off.png) no-repeat 50% 15px/60px auto; }
  .facility-list > .facility-icon.parks.off { background: #ddd url(/live/train-guide/img/train-guide_ic02off.png) no-repeat 50% 15px/57px auto; }
  .facility-list > .facility-icon.shopping.off { background: #ddd url(/live/train-guide/img/train-guide_ic03off.png) no-repeat 50% 20px/59px auto; }
  .facility-list > .facility-icon.government.off { background: #ddd url(/live/train-guide/img/train-guide_ic04off.png) no-repeat 50% 18px/72px auto; }
  .facility-list > .facility-icon.kindergartens.off { background: #ddd url(/live/train-guide/img/train-guide_ic05off.png) no-repeat 50% 16px/64px auto; }
  .facility-list > .facility-icon.stationShops.off { background: #ddd url(/live/train-guide/img/train-guide_ic06off.png) no-repeat 50% 23px/58px auto; }
  .facility-list > .facility-icon > .facility-icon-text {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
  }
    
  /* ----- index-layout-v3 ----- */
  .index-layout-v3 {
    display: flex;
    flex-wrap: wrap;
  }
  .index-layout-v3 > .index_item {
    display: flex;
    border: 1px solid #ddd;
    color: #333;
    font-size: 2.0rem;
    font-weight: bold;
    text-decoration: none;
  }
  .index-layout-v3 > .index_item:hover {
    opacity: .7;
  }
  .index-layout-v3 > .index_item .item_img {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .index-layout-v3 > .index_item .item_title {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0 10px 0 20px;
    background: #f9f9f9;
  }
  .index-layout-v3 > .index_item .item_title > span {
    position: relative;
    display: inline-block;
    padding-left: 25px;
  }
  .index-layout-v3 > .index_item .item_title > span::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 15px;
    height: 14px;
    background: url(/common/img/com_ic28.png) no-repeat 0 0;
    content: "";
  }
    
  /* ----- box_title ----- */
  .box_title.type-train-guide {
    margin-bottom: 0.5em;
    color: #0096e0;
    font-size: 2.4rem;
    font-weight: bold;
  }
    
  /* ----- rent-box-layout ----- */
  .rent-box-layout {
    height: 100%;
    padding: 0 10px 25px;
    border-radius: 5px;
    border: 2px solid #0096e0;
    text-align: center;
  }
  .rent-box-layout .rent-col-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
  }
  .rent-box-layout.single .icon-img > img { width: 54px; }
  .rent-box-layout.dinks .icon-img > img { width: 90px; }
  .rent-box-layout.family01 .icon-img > img { width: 102px; }
  .rent-box-layout.family02 .icon-img > img { width: 102px; }
  .rent-box-layout .rent-type {
    display: inline-block;
    padding: 0px 20px;
    border-radius: 10em;
    background: #0096e0;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .rent-box-layout .rent-floorPlan {
    margin-top: 15px;
  }
  .rent-box-layout .rent-floorPlan > li {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .rent-box-layout .rent-floorPlan > li + li {
    margin-left: 1em;
  }
  .rent-box-layout .rent-floorPlan > li + li::before {
    position: absolute;
    content: "";
    top: 0.7em;
    left: -12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0096e0;
  }
  .rent-box-layout .rent-price {
    margin-top: 15px;
    color: #0096e0;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
  }
  .rent-box-layout .rent-price > em {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: bold;
  }
  .rent-box-layout .rent-price > em > span {
    font-size: 4.0rem;
    font-weight: bold;
  }
  .rent-box-layout .rent-note {
    margin-top: 1.5em;
    color: #555;
  }
  
  /* ----- map-layout-v2 ----- */
  .map-layout-v2 iframe {
    width: 100% !important;
  }
  
  /* ----- housing-info-col ----- */
  .housing-info-col > a {
    text-decoration: none;
  }
  .housing-info-col .link-text > li {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
  }
  .housing-info-col .link-text > li::before {
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 15px;
    height: 14px;
    background: url(/common/img/com_ic28.png) no-repeat 0 0;
    content: "";
  }
  
  /* ----- box-layout-v2 ----- */
  .box-layout-v2.verTrain-guide01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .box-layout-v2.verTrain-guide01 .link-button .a-blank {
    padding-left: 60px;
    padding-right: 50px;
  }
  .box-layout-v2.verTrain-guide02 {
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0;
    padding: 60px calc(50vw - 50%);
    background-color: #0096e0;
  }
  .box-layout-v2.verTrain-guide02 .box_Dl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box-layout-v2.verTrain-guide02 .box_Dl > dt {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .box-layout-v2.verTrain-guide02 .box_Dl > dd .link-button-v2 {
    margin: 0 0 0 30px;
  }
  .box-layout-v2.verTrain-guide02 .box_Dl > dd .link-button-v2 > li > a {
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  /* ----------------
   * IR
  ---------------- */
  /* ----- is-fontLarge ----- */
  .MainBody.is-fontLarge p,
  .MainBody.is-fontLarge a,
  .MainBody.is-fontLarge div.block,
  .MainBody.is-fontLarge span,
  .MainBody.is-fontLarge li,
  .MainBody.is-fontLarge dt,
  .MainBody.is-fontLarge dd,
  .MainBody.is-fontLarge td{
    font-size: 110%;
  }
  .MainBody.is-fontLarge p.text-lead_2{
    font-size: 2.1em;
  }
  .MainBody.is-fontLarge span.accordion_label,
  .MainBody.is-fontLarge th,
  .MainBody.is-fontLarge dd.ans_detail {
    font-size: 120%;
  }
  .MainBody.is-fontLarge .breadcrumbs > li:last-child {
    font-size: 138%;
  }
  .MainBody.is-fontLarge .breadcrumbs > li::before {
    top: 0.3em;
    font-size: 1.6rem;
  }
  .MainBody.is-fontLarge .conversion_address_tel a {
    font-size: 5rem;
  }
  .MainBody.is-fontLarge .ir-individual-img p {
    font-size: 2.7rem;
  }
  .MainBody.is-fontLarge .ir-news-layout .ir-news_property {
    min-width: 300px !important;
  }
  .MainBody.is-fontLarge .ir-news-layout a .ir-news_title {
    width: calc(100% - 300px);
  }

  /* ----- heading-lv1.heading-ir ----- */
  .heading-lv1.heading-ir {
    position: relative;
  }
  /* ----- heading-ir-lv2 ----- */
  .heading-ir-lv2 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 2.5em 0 1em;
  }
  .heading-ir-lv2 .heading_title {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .heading-ir-lv2 .ir-rss-btn { 
    margin-left: 30px;
  }
  .heading-ir-lv2 .ir-rss-btn a { 
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border-bottom: 1px solid #d2d1d1;
    background: #f3f3f3 url(/common/img/com_ic78.png) no-repeat 50% 50%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .heading-ir-lv2 .ir-rss-btn a:hover {
    opacity: 0.8;
  }
  /* ----- text-controller ----- */
  .heading-lv1.heading-ir > .text-controller {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    right: 30px;
    font-size: 1.4rem;
  }
  .text-controller .fontSize-ctrl > dl,
  .text-controller .fontSize-ctrl > dl > dd > ul {
    display: flex;
    align-items: center;
  }
  .text-controller .fontSize-ctrl > dl > dt {
    margin-right: 15px;
    color: #555;
  }
  .text-controller .text-controller-btn > li {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    border-bottom: 1px solid #d2d1d1;
    background-color: #f3f3f3;
    color: #555;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .text-controller .text-controller-btn > li > a {
    color: #555;
    text-decoration: none;
  }
  .text-controller .text-controller-btn > li:hover {
    opacity: 0.8;
  }
  .text-controller .text-controller-btn > li + li {
    margin-left: 10px;
  }
  .text-controller .lang-ctrl {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ddd;
  }
  .text-controller .lang-ctrl .text-controller-btn > li {
    padding: 10px 30px;
  }
  /* ----- ir-lead-contents ----- */
  .ir-lead-contents {
    margin-bottom: 40px;
  }
  .ir-lead-contents .ir-lead-layout {
    display: flex;
    box-shadow: 0px 2px 2px -1px #ccc;
  }
  .ir-lead-contents .ir-lead-layout .ir-lead-col.link-col {
    width: 48.5%;
    min-height: 155px;
  }
  .ir-lead-contents .ir-lead-layout .ir-lead-col.link-col a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 55px;
    background: #0096e0;
    text-decoration: none;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .ir-lead-contents .ir-lead-layout .ir-lead-col.link-col a:hover {
    opacity: 0.8;
  }
  .ir-lead-contents .ir-lead-layout .ir-lead-col.link-col a span {
    padding-left: 30px;
    background: url(/common/img/com_ic69.png) no-repeat 0 0.5em;
  }
  .ir-lead-contents .ir-lead-layout .ir-lead-col.text-col {
    display: flex;
    align-items: center;
    width: 51.5%;
    padding: 10px 35px;
    background: #e9f3fb url(/ir/img/index_bg01.png) no-repeat 100% 100%;
  }
  /* ----- box-layout-vIR ----- */
  .box-layout-vIR {
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
  }
  .box-layout-vIR > .box_detail {
    display: flex;
    align-items: center;
  }
  .box-layout-vIR > .box_detail > .box_title {
    width: 25%;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
  }
  .box-layout-vIR > .box_detail > .box_button {
    width: 37%;
    margin: 0 1%;
  }
  .box-layout-vIR > .box_detail > .box_links {
    width: 36%;
  }
  .box-layout-vIR > .box_detail > .box_button > .link-button-DL,
  .box-layout-vIR > .box_detail > .box_links > .link-text {
    margin-top: 0;
  }
  .box-layout-vIR > .box_detail > .box_button > .link-button-DL > li > a {
    display: inline-block;
    position: relative;
    padding: 15px 65px 15px 55px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 2px 2px -1px #ccc;
    border-radius: 10em;
    background-color: #fff;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .box-layout-vIR > .box_detail > .box_button > .link-button-DL > li > a:hover {
    background-color: #f0faff;
  }
  .box-layout-vIR > .box_detail > .box_button > .link-button-DL > li > a span {
    position: relative;
    display: block;
    padding-left: 25px;
  }
  .box-layout-vIR > .box_detail > .box_button > .link-button-DL > li > a span::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 16px;
    margin-top: -7px;
    background: url(/common/img/com_ic77.png) no-repeat 0 0; 
    content: "";
  }
  .box-layout-vIR > .box_detail > .box_links > [class*="link-text"] > li + li {
    margin-top: 1em;
  }
  /* box-layout-vIR.wFull */
  .box-layout-vIR.wFull {
    width: 100vw;
    margin: 4em calc(50% - 50vw) 0;
    padding: 40px calc(50vw - 50%);
  }
  .box-layout-vIR.wFull .ir-linkList-layout {
    display: flex;
    width: 100%;
  }
  .box-layout-vIR.wFull .ir-linkList-layout > .col {
    width: calc((100% - 90px) / 4);
    border-radius: 8px;
    box-shadow: 0px 2px 2px 0px #ccc;
    background: #fff;
  }
  .box-layout-vIR.wFull .ir-linkList-layout > .col + .col {
    margin-left: 30px;
  }
  .box-layout-vIR.wFull .ir-linkList-layout > .col .ir-linkList-head a {
    position: relative;
    display: block;
    padding: 20px 40px 20px 15px;
    font-size: 2.0rem;
    line-height: 1.5;
    color: #1e2d66;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .box-layout-vIR.wFull .ir-linkList-layout > .col .ir-linkList-head a:hover {
    color: #0096e0;
  }
  .box-layout-vIR.wFull .ir-linkList-layout > .col .ir-linkList-head a::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 1.5em;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background: #0196e0;
  }
  .box-layout-vIR.wFull .ir-linkList-layout > .col .ir-linkList-head a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto 0;
    width: 20px;
    height: 20px;
    background: url(/common/img/com_ic60.png) no-repeat 0 0; 
    background-size: 20px auto;
    content: "";
  }
  .box-layout-vIR.wFull .ir-linkList-layout > .col .ir-linkList-detail {
    padding: 15px 10px 20px 15px;
    border-top: 1px solid #ddd;
  }
  .box-layout-vIR.wFull .ir-linkList-layout > .col .ir-linkList-detail .link-text {
    margin-top: 0;
  }
  .box-layout-vIR.wFull .ir-linkList-layout > .col .ir-linkList-detail .link-text > li + li {
    margin-top: 1em;
  }
  /* ----- ir-news-layout ----- */
  .ir-news-layout .ir-news_article + .ir-news_article {
    margin-top: 20px;
  }
  .ir-news-layout .ir-news_article .block {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-decoration: none;
    outline: none;
  }
  .ir-news-layout .ir-news_article .block::after {
    display: none;
  }
  .ir-news-layout .ir-news_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex: 1;
    flex: 1;
  }
  .ir-news-layout .ir-news_property {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-width: 220px;
    margin-right: 18px;
  }
  .ir-news-layout .ir-news_date {
    color: #555555;
    font-size: 1.4rem;
  }
  .ir-news-layout [class*="ir-news_icon"] {
    display: inline-block;
    min-width: 6.5em;
    line-height: 1;
    padding: 0.3em 0.5em;
    margin-left: 15px;
    color: #555555;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #ddd;
    background: #f9f9f9;
  }
  .ir-news-layout .ir-news_title {
    display: inline-block;
  }
  .ir-news-layout .block.a-blank .ir-news_title::after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    margin-top: -5px;
    margin-left: 5px;
    background: url(/common/img/com_ic10.png) no-repeat 0 0;
    vertical-align: middle;
  }
  .ir-news-layout .block.a-pdf .ir-news_title::after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 19px;
    margin-left: 5px;
    background: url(/common/img/com_ic11.png) no-repeat 0 0;
    vertical-align: middle;
  }
  .ir-news-layout .ir-news_title .ir-news_text {
    margin-top: 0.8em;
    color: #222;
    font-size: 1.4rem;
  }
  .ir-news-layout a .ir-news_title {
    width: calc(100% - 220px);
    line-height: 1.4;
  }
  .link-button.ir-news-button.gp-al-center > li > a {
    min-width: 360px;
  }
  

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .column-media::after,
  .tab-layout-kakueki .table-layout .link-text::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .route-search-contents .home_column {
    display: block;
    margin: 15px 0 0;
  }
  .route-search-contents .home_column > .column_date {
    margin: 30px 0 0 0;
  }
  .route-search-contents .column_sort {
  }
  .route-search-contents .home_column > .column_place {
    width: 100%;
  }
  .route-search-contents .toggle_panel {
    display: block;
  }
  .route-search-contents .column_sort {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 !important;
    background: none !important;
  }
}
@media screen and (max-width: 1520px) {
   /* ----- photo-gallery_contents ----- */
  .photo-gallery_contents {
    width: 100vw;
    margin: 50px calc(50% - 50vw);
    padding: 60px calc(50vw - 50%);
    background-color: #ddf3ff;
  }
  .photo-gallery_contents .photo-gallery_heading {
    width: 100%;
    max-width: 1200px;
    margin: 0;
    padding: 0;
  }
  .photo-gallery_contents .modal-media {
    margin: 0;
  }
}
@media screen and (max-width: 1300px) {
  /* ----- train-nonstop-contents ----- */
  .train-nonstop-contents {
    margin: 30px 0 40px;
    padding: 30px;
    background-color: #f8f6ee;
  }
  .train-nonstop-contents > .train-nonstop-wrap {
    position: relative;
  }
  .train-nonstop-contents > .train-nonstop-wrap::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 100%;
    top: 0;
    left: 39.5%;
    margin-top: 0;
    background-color: #d32325;
  }
  .train-nonstop-contents .kakueki-list {
    display: block;
    position: relative;
  }
  .train-nonstop-contents .kakueki-list > li {
    display: block;
    position: relative;
    width: 80%;
    padding: 15px 20px;
    border: 2px solid #ddd;
    background-color: #ffffff;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
  }
  .train-nonstop-contents .kakueki-list > li + li {
    margin-top: 30px;
    margin-left: 0;
  }
  .train-nonstop-contents.type02 .kakueki-list > li + li {
    margin-top: 20px;
    margin-left: 0;
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-endless {
    border: 2px solid #a1c3d5;
    background-color: #f8f6ee;
    color: #a1c3d5;
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-text {
    display: block;
    position: relative;
    align-items: center;
    width: 80%;
    margin-top: 20px;
    margin-left: 0;
    padding: 0;
    border: none;
    background: none;
    color: #555;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.1;
    text-shadow: 
    #f8f6ee 2px 0px,  #f8f6ee -2px 0px,
    #f8f6ee 0px -2px, #f8f6ee 0px 2px,
    #f8f6ee 2px 2px , #f8f6ee -2px 2px,
    #f8f6ee 2px -2px, #f8f6ee -2px -2px,
    #f8f6ee 1px 2px,  #f8f6ee -1px 2px,
    #f8f6ee 1px -2px, #f8f6ee -1px -2px,
    #f8f6ee 2px 1px,  #f8f6ee -2px 1px,
    #f8f6ee 2px -1px, #f8f6ee -2px -1px;
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-text + li {
    margin-left: 0;
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-stop,
  .train-nonstop-contents.type02 .kakueki-list > li.nonstop-stop {
    margin-top: 100px;
    margin-left: 0;
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-stop::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 9px;
    top: 0;
    left: 50%;
    margin: -24px 0 0 -5px;
    background-color: #d32325;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-endless::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 0;
    left: 50%;
    margin: -32px 0 0 -5px;
    background-color: #f8f6ee;
  }
  .train-nonstop-contents .kakueki-list > li.nonstop-endless::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 30px;
    top: 0;
    left: 50%;
    margin: -32px 0 0 0;
    border-bottom: none;
    border-left: 4px dotted #a1c3d5;
  }
  .train-nonstop-contents .nonstop-balloon {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: absolute;
    width: 15%;
    min-width: 90px;
    height: 400px;
    top: auto;
    bottom: 0;
    right: 0;
    padding: 55px 10px;
    background-color: #e60012;
    text-align: center;
  }
  .train-nonstop-contents.type02 .nonstop-balloon {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
  }
  .train-nonstop-contents .nonstop-balloon::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -20px;
    right: auto;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #e60013 transparent transparent;
  }
  .train-nonstop-contents.type02 .nonstop-balloon::before {
    top: 95px;
    bottom: auto;
  }
  .train-nonstop-contents .nonstop-balloon .nonstop-balloon-head {
    display: block;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .train-nonstop-contents .nonstop-balloon .nonstop-balloon-head em {
    font-size: 3.2rem;
    font-weight: bold;
    font-style: normal;
  }
  .train-nonstop-contents .nonstop-balloon .nonstop-balloon-marker {
    display: block;
    padding: 0;
    background: none;
    color: #ffe400;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1;
    font-style: italic;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  
  /* ----- csr-content-layout ----- */
    .csr-content-layout > .csr-content-list > .item {
    min-width: auto;
    width: 270px;
  }
  .csr-content-layout > .csr-content-list > .item.item01 { top: -43%; left: -61%; }
  .csr-content-layout > .csr-content-list > .item.item02 { top: -43%; right: -61%; }
  .csr-content-layout > .csr-content-list > .item.item03 { top: 25%; left: -74%; }
  .csr-content-layout > .csr-content-list > .item.item04 { top: 25%; right: -74%; }
  .csr-content-layout > .csr-content-list > .item.item05 { bottom: -40%; left: -61%; }
  .csr-content-layout > .csr-content-list > .item.item06 { bottom: -40%; right: -61%; }
  .csr-content-layout > .csr-content-list > .item .item_title {
    padding: 10px 15px 8px;
  }
  .csr-content-layout > .csr-content-list > .item .item_title > .link-text > li,
  .csr-content-layout > .csr-content-list > .item .item_title > .link-text > li > a {
    font-size: 1.8rem;
  }
  .csr-content-layout > .csr-content-list > .item .item_detail {
    padding: 10px 15px 8px;
  }
  .international-detail-layout .detail_column > .column_heading {
    padding: 10px 5% 10px 50px;
  }
  .international-detail-layout .detail_heading .heading_lead { 
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1450px) {
  /* ----- register-box-layout ----- */
  .register-box-layout {
    padding: 30px;
    background-color: #ddf3ff;
  }
  .register-box-layout > .register-box-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .register-box-layout > .register-box-wrap > .register-step {
    position: relative;
    width: calc((100% - 30px) / 2);
    padding: 20px 5px;
    border: 2px solid #0096e0;
    background-color: #fff;
    text-align: center;
  }
  .register-box-layout > .register-box-wrap > .register-step.step01,
  .register-box-layout > .register-box-wrap > .register-step.step04 {
    padding-top: 30px;
  }
  .register-box-layout > .register-box-wrap > .register-step.stepQR {
    padding: 15px 5px;
    border: 2px solid #fff;
  }
  .register-box-layout > .register-box-wrap > .register-step::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -25px;
    width: 0;
    height: 0;
    margin-top: -22px;
    border-style: solid;
    border-width: 22px 0 22px 25px;
    border-color: transparent transparent transparent #0095e0;
  }
  .register-box-layout > .register-box-wrap > .register-step.step04::before,
  .register-box-layout > .register-box-wrap > .register-step.stepQR::before {
    display: none;
  }
  .register-box-layout > .register-box-wrap > .register-step:nth-child(n+3) {
    margin-top: 20px;
  }
  .register-box-layout > .register-box-wrap > .register-step p {
    margin-top: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .register-box-layout > .register-box-wrap > .register-step.step01 p {
    margin-top: 30px;
  }
  .register-box-layout > .register-box-wrap > .register-step.step02 p {
    margin-top: 20px;
  }
  .register-box-layout > .register-box-wrap > .register-step.step04 p {
    font-size: 2.4rem;
  }
  .register-box-layout > .register-box-wrap > .register-step.stepQR p {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .register-box-layout > .register-box-wrap > .register-step.stepQR .register-lead {
    margin-bottom: 10px;
    color: #0096e0;
    font-size: 1.8rem;
  }
  .register-box-layout > .register-box-wrap > .register-step .stepNum {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 30px solid #0096e0;
    border-right: 30px solid #fff;
    border-bottom: 30px solid #fff;
    border-left: 30px solid #0096e0;
  }
  .register-box-layout > .register-box-wrap > .register-step .stepNum > span {
    position: absolute;
    top: -27px;
    left: -20px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.2; 
    font-weight: bold;
  }
  .register-box-layout > .register-other-text {
    margin-top: 20px;
    padding: 10px 15px;
    color: #d20023;
    background-color: #fff;
  }
  .international-detail-layout .detail_column > .column_heading::before {
    width: 270px;
    height: 126px;
    background-size: 270px auto;
  }
}
@media screen and (max-width: 1200px) {
   /* ----- navi-anchor ----- */
  .navi-anchor.app-list .navi_inner > li {
    width: 20%;
  }
  .international-detail-layout .detail_column > .column_heading {
    padding: 10px 3% 10px 30px;
  }
  .international-detail-layout .detail_heading .heading_lead {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1190px) {
  /* ----- login-mainView ----- */
  .login-mainView {
    position: relative;
  }
  .login-mainView > .login-newMemBox {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    padding: 0 0 20px;
    background-color: #fff;
  }
  .login-mainView > .login-newMemBox > p {
    line-height: 1.7;
  }
  .login-mainView > .login-newMemBox > p + p {
    margin-top: 0.5em;
  }
  .login-mainView > .login-newMemBox > [class*="link-button"] {
    margin-top: 0.7em;
  }
  .login-mainView > .login-newMemBox > [class*="link-button"] > li > a {
    min-width: auto;
  }
  .login-mainView > .login-alreMemBox {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .login-mainView > .login-alreMemBox .link-button > li > a {
    padding-left: 100px;
    padding-right: 100px;
  }
    
  /* ----- column_item.link02 ----- */
  .column_item.link02 {
    width: calc((100% - 35px) / 2);
  }
  
  /* ----- csr-content-layout ----- */
  .csr-content-layout {
    display: block;
    height: auto;
    background: url(/company/csr/img/index_bg02.png) no-repeat 0 0;
    background-size: auto 100%;
  }
  .csr-content-layout > .csr-content-list {
    position: relative;
    width: auto;
    height: auto;
    padding: 42px 0 42px 170px;
  }
  .csr-content-layout > .csr-content-list > .item {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    min-width: auto;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 2px -1px #ccc;
    overflow: hidden;
  }
  .csr-content-layout > .csr-content-list > .item + .item {
    margin-top: 22px;
  }
  .csr-content-layout > .csr-content-list > .item .item_title {
    padding: 15px 25px 13px;
    background: #ddf3ff;
  }
  .csr-content-layout > .csr-content-list > .item .item_title > .link-text {
    margin-top: 0;
  }
  .csr-content-layout > .csr-content-list > .item .item_title > .link-text > li > a::before {
    top: 0.6em;
  }
  .csr-content-layout > .csr-content-list > .item .item_detail {
    padding: 15px 25px 13px;
    background: #fff;
  }

}
@media screen and (max-width: 1010px) {
  /* ----- station-info-layout ----- */
  .station-info-layout {
    display: block;
  }
  .station-info-layout .station-contents {
    width: 100%;
  }
  .station-info-layout .station-attribute {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  /* ----- box-layout-v5 ----- */
  .box-layout-v5 {
    display: block;
    margin: 0 !important;
    padding: 15px 10px 15px 0;
  }
  /* ----- box-layout-v6 ----- */
  .box-layout-v6 {
    margin: 0 !important;
  }
  /* ----- international-detail-layout ----- */
  .international-detail-layout .detail_column {
    display: block;
  }
  .international-detail-layout .detail_column > * {
    display: block;
    width: 100%;
  }
  .international-detail-layout .detail_column > .column_image {
    display: flex;
    max-height: 270px;
    overflow: hidden;
  }
  .international-detail-layout .detail_column > .column_heading::before {
    bottom: 5px;
    width: 200px;
    height: 100px;
    background-size: 200px auto;
  }
  .ir-individual-img {
    width: 100%;
    padding-bottom: 33%;
  }
  .ir-individual-img p{
    font-size: 1.8rem;
  }
    
  /* ------------------------------------------ */
  /* ---------------train-guide---------------- */
  /* ------------------------------------------ */
  /* ----- type-1010-layout ----- */
  .column-layout.type-1010-layout[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) {
    display: block;
  }
  .column-layout.type-1010-layout[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-left: 0;
  }
  .column-layout.type-1010-layout[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > .column_item {
    width: 100%;
  }
  .column-layout.type-1010-layout[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > .column_item + .column_item {
    margin-top: 15px !important;
  }
  /* ----- link-button ----- */
  .link-button.type-trainGuide {
    margin-top: 3em;
  }
  
  /* ----- station-info-layout-v2 ----- */
  .station-info-layout-v2 {
    display: block;
    padding-top: 40px;
  }
  .station-info-layout-v2 .station-contents {
    width: auto;
  }
  .station-info-layout-v2 .station-contents > .station-name {
    margin-top: 0;
    padding-top: 30px;
  }
  .station-info-layout-v2 .station-images > .image_inner img {
    width: 100%;
  }
  
  /* ----- station-info-layout-v3 ----- */
  .station-info-layout-v3 {
    display: block;
  }
  .station-info-layout-v3 > .col {
    width: 100%;
  }
  .station-info-layout-v3 > .col + .col {
    margin-top: 20px;
    margin-left: 0;
  }
    
  /* ----- attribute-type ----- */
  .station-info-layout-v3 .station-attribute .attribute-type {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20%;
  }
  .station-info-layout-v3 .station-attribute .attribute-type > li {
    padding: 7px 10px 7px;
    font-size: 1.3rem;
  }
    
  /* ----- attribute-time ----- */
  .station-info-layout-v3 .attribute-time > li > dl > dt {
    font-size: 1.3rem;
  }
  .station-info-layout-v3 .attribute-time > li > dl > dt em {
    font-size: 1.6rem;
  }
  .station-info-layout-v3 .attribute-time > li > dl > dt::after {
    right: -8px;
  }
  .station-info-layout-v3 .attribute-time > li > dl > dd {
    font-size: 1.6rem;
  }
  
  /* ----- attribute-transfer ----- */
  .station-info-layout-v3 .attribute-transfer {
    display: flex;
    flex-wrap: wrap;
  }
  .station-info-layout-v3 .attribute-transfer > li {
    width: calc((100% - 15px) / 2);
    font-size: 1.4rem;
  }
  .station-info-layout-v3 .attribute-transfer > li:nth-child(even) {
    margin-left: 15px;
  }
  .station-info-layout-v3 .attribute-transfer > li:nth-child(n+3) {
    margin-top: 15px;
  }
    
  /* ----- facility-list ----- */
  .facility-list {
    display: flex;
    flex-wrap: wrap;
  }
  .facility-list > .facility-icon {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
  .facility-list > .facility-icon + .facility-icon {
    margin-left: 0;
  }
  .facility-list > .facility-icon:nth-child(3n) {
    margin-right: 0;
  }
  .facility-list > .facility-icon:nth-child(n+4) {
    margin-top: 15px;
  }
  .facility-list > .facility-icon > .facility-icon-text {
    font-size: 1.5rem;
  }
    
  /* ----- index-layout-v3 ----- */
  .index-layout-v3 > .index_item {
    font-size: 1.5rem;
  }
    
  /* ----- rent-box-layout ----- */
  .rent-box-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .rent-box-layout .rent-col {
    width: 50%;
  }
  .rent-box-layout .rent-col-img {
    height: 110px;
  }
  .rent-box-layout .rent-type {
    font-size: 1.5rem;
  }
  .rent-box-layout .rent-floorPlan {
    margin-top: 0;
  }
  .rent-box-layout .rent-floorPlan > li {
    font-size: 1.5rem;
  }
  .rent-box-layout .rent-floorPlan > li + li {
    margin-left: 1em;
  }
  .rent-box-layout .rent-price {
    margin-top: 15px;
    font-size: 2.0rem;
  }
  .rent-box-layout .rent-price > em {
    font-size: 4.0rem;
  }
  .rent-box-layout .rent-note {
    width: 100%;
    margin-top: 1.5em;
    font-size: 1.2rem;
  }
  
  /* ----- map-layout-v2 ----- */
  .map-layout-v2 iframe {
    width: 100% !important;
  }
  
  /* ----- housing-info-col ----- */
  .housing-info-col > a {
    text-decoration: none;
  }
  .housing-info-col .link-text > li {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
  }
  .housing-info-col .link-text > li::before {
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 15px;
    height: 14px;
    background: url(/common/img/com_ic28.png) no-repeat 0 0;
    content: "";
  }
  
  /* ----------------
   * IR
  ---------------- */
  /* ----- heading-lv1.heading-ir ----- */
  .heading-lv1.heading-ir > .text-controller {
    display: block;
  }
  .text-controller .lang-ctrl {
    margin-top: 15px;
    margin-left: 0;
    padding-left: 0;
    border-left: none
  }
  .text-controller .lang-ctrl .text-controller-btn {
    text-align: right;
  }
  /* ----- box-layout-vIR ----- */
  .box-layout-vIR > .box_detail {
    display: block;
    align-items: center;
  }
  .box-layout-vIR > .box_detail > * {
    width: 100% !important;
  }
  .box-layout-vIR > .box_detail > * + * {
    margin-top: 10px !important;
  }
  /* ----- box-layout-vIR.wFull ----- */
  .box-layout-vIR.wFull .ir-linkList-layout {
    flex-wrap: wrap;
  }
  .box-layout-vIR.wFull .ir-linkList-layout > .col {
    width: calc((100% - 30px) / 2);
  }
  .box-layout-vIR.wFull .ir-linkList-layout > .col:nth-child(odd) {
    margin-left: 0;
  }
  .box-layout-vIR.wFull .ir-linkList-layout > .col:nth-child(n+3) {
    margin-top: 20px;
  }

}
@media screen and (min-width: 768px) and (max-width: 1340px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .international-detail-layout,
  .history-chronology-layout {
    width: auto;
    margin: 0 -30px;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
  .heading-mv-lv1 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
  .photo-gallery_contents {
    width: 100%;
    margin: 50px auto;
    padding: 60px 0;
  }
  [class^="box-layout"].wFull   {
    width: 100%;
    margin: 1.85em 0;
    padding: 25px 20px;
  }
  .history-chronology-layout {
    width: 100%;
    margin: 40px auto 0;
  }
  .international-detail-layout {
    width: 100%;
    margin: 0 auto 0;
  }
  [data-row-pc="2"] > * {
    width: 46.5% !important;
  }
  [data-row-pc="4"] > * {
    width: 23.5% !important;
  }
  .localnav-contents [data-row-pc="4"] > * {
    width: 22% !important;
  }
}