@charset "UTF-8";
@-webkit-keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* ============================================================ */
/* iconフォント */
/* ============================================================ */
@font-face {
    font-family: 'icomoon';
    src:  url('/common/icon/fonts/icomoon.eot?ybd9kx');
    src:  url('/common/icon/fonts/icomoon.eot?ybd9kx#iefix') format('embedded-opentype'),
      url('/common/icon/fonts/icomoon.ttf?ybd9kx') format('truetype'),
      url('/common/icon/fonts/icomoon.woff?ybd9kx') format('woff'),
      url('/common/icon/fonts/icomoon.svg?ybd9kx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-calendar:before {
    content: "\e915";
  }
  
  .icon-arrow-dotted:before {
    content: "\e914";
  }
  
  .icon-plus:before {
    content: "\e913";
  }
  
  .icon-triangle:before {
    content: "\e911";
  }
  
  .icon-circle:before {
    content: "\e912";
  }
  
  .icon-menu:before {
    content: "\e910";
  }
  
  .icon-pagetop:before {
    content: "\e900";
  }
  
  .icon-station:before {
    content: "\e901";
  }
  
  .icon-phone:before {
    content: "\e902";
  }
  
  .icon-list:before {
    content: "\e903";
  }
  
  .icon-histroy-list:before {
    content: "\e904";
  }
  
  .icon-histroy-search:before {
    content: "\e905";
  }
  
  .icon-map:before {
    content: "\e906";
  }
  
  .icon-dropdown-menu:before {
    content: "\e907";
  }
  
  .icon-window:before {
    content: "\e908";
  }
  
  .icon-outer:before {
    content: "\e909";
  }
  
  .icon-close:before {
    content: "\e90a";
  }
  
  .icon-link:before {
    content: "\e90b";
  }
  
  .icon-down:before {
    content: "\e90c";
  }
  
  .icon-up:before {
    content: "\e90d";
  }
  
  .icon-right:before {
    content: "\e90e";
  }
  
  .icon-left:before {
    content: "\e90f";
  }
  
  .icon-question-circle:before {
    content: "\f059";
  }
  
  .icon-exclamation-triangle:before {
    content: "\f071";
  }
  
  .icon-warning:before {
    content: "\f071";
  }
  
  .icon-facebook-square:before {
    content: "\f082";
  }
  
  .icon-twitter:before {
    content: "\f099";
  }
  
  .icon-youtube-play:before {
    content: "\f16a";
  }
  
  .icon-add:before {
    content: "\e145";
  }
  
  .icon-check_box:before {
    content: "\e834";
  }
  
  .icon-mode_edit:before {
    content: "\e254";
  }
  
  .icon-done:before {
    content: "\e876";
  }
  
  .icon-people:before {
    content: "\e7fb";
  }
  
  .icon-keyboard_arrow_down:before {
    content: "\e313";
  }
  
  .icon-keyboard_arrow_left:before {
    content: "\e314";
  }
  
  .icon-keyboard_arrow_right:before {
    content: "\e315";
  }
  
  .icon-keyboard_arrow_up:before {
    content: "\e316";
  }
  
  .icon-sync:before {
    content: "\e627";
  }
  
  .icon-mic:before {
    content: "\e029";
  }
  
  .icon-play_circle_filled:before {
    content: "\e038";
  }
  
  .icon-remove:before {
    content: "\e15b";
  }
  
  .icon-zoom_in:before {
    content: "\e8ff";
  }
  
  .icon-file-pdf:before {
    content: "\eadf";
  }
  
  .icon-home:before {
    content: "\e916";
  }
  
  .icon-new-tab:before {
    content: "\ea7e";
  }
@media screen and (min-width:721px){
    footer {
        border: 0;
        margin: 0;
        outline: 0;
        padding: 0;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        font: inherit;
        font-family: inherit;
        font-size: 62.5%;
        font-style: inherit;
        font-weight: inherit;
        text-decoration: none;
        vertical-align: baseline;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 1;
        position: relative;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -o-text-size-adjust: 100%;
        text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        min-width: 1024px;
        background: #fff;
    }
    #wrap {
        position: relative;
        min-width: 960px;
        width: 100%;
        color: #333;
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .sp_view {
        display: none !important;
    }
    a {
        color: #333;
    }
      
    a:hover {
        opacity: .7;
        text-decoration: underline;
    }
      
    sup {
        position: relative;
        top: 0.2em;
        font-size: 60%;
        vertical-align: top;
    }
    footer .btn_pagetop {
        position: absolute;
        bottom: 120px;
        right: 80px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
      
    footer .btn_pagetop a {
        display: block;
        width: 40px;
        height: 80px;
    }
    
    footer .btn_pagetop a i {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -0.5em 0 0 -0.5em;
        color: #ee0055;
        font-size: 1.2rem;
    }
      
    footer .btn_pagetop a:hover {
        text-decoration: none;
    }
      
    footer #footer_top {
        min-width: 1024px;
        padding: 60px 0 80px;
        background: #f2f2f2;
        /*----- #footer_logo -----*/
    }
      
    footer #footer_top .inner {
        width: 960px;
        margin: 0 auto;
    }
      
    footer #footer_top #footer_logo {
        width: 170px;
    }
      
    footer #footer_top #footer_logo img {
        width: 100%;
    }
      
    footer #footer_top nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
      
    footer #footer_top .logo_posi {
        position: absolute;
        margin-top: -30px;
        margin-left: 190px;
    }
      
    footer #footer_top nav > ul > li {
        margin: 50px 0 0;
    }
      
    footer #footer_top nav > ul > li:nth-child(2n+1) {
        width: 200px;
        margin-right: 40px;
    }
      
    footer #footer_top nav > ul > li:nth-child(2n) {
        width: 720px;
    }
      
    footer #footer_top nav > ul > li:last-child {
        width: 720px;
        margin-right: 0;
        margin-left: 240px;
    }
      
      
    footer #footer_top nav > ul > li:nth-child(2) ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
      
    footer #footer_top nav > ul > li:nth-child(4) ul {
        -webkit-column-count: 6;
           -moz-column-count: 6;
                column-count: 6;
    }
      
    footer #footer_top nav > ul > li a:hover {
        opacity: 1;
    }
      
    footer #footer_top nav > ul > li > a {
        display: inline-table;
        font-weight: bold;
    }
    footer #footer_top nav > ul > li > a > span {
        font-weight: bold;
    }
      
    footer #footer_top nav > ul > li > a i {
        display: table-cell;
        padding: 0 5px 0 0;
        color: #ee0055;
        vertical-align: middle;
    }
      
    footer #footer_top nav > ul > li > a:hover {
        text-decoration: none;
    }
      
    footer #footer_top nav > ul > li > a:hover span {
        text-decoration: underline;
    }
      
    footer #footer_top nav > ul > li ul {
        margin: 20px 0 0;
        padding: 30px 0 0 20px;
        border-top: 1px dotted #b3b3b3;
        font-size: 0.8rem;
    }
      
    footer #footer_top nav > ul > li ul li {
        margin: 0 0 10px;
        line-height: 1.3rem;
    }
      
    footer #footer_bottom {
        max-width: 1280px;
        margin: 0 auto;
        padding: 25px 60px 80px;
        font-size: 0.8rem;
    }
      
    footer #footer_bottom nav {
        margin: 0 0 15px;
    }
      
    footer #footer_bottom nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
      
    footer #footer_bottom nav ul li {
        margin: 0 40px 0 0;
    }
      
    footer #footer_bottom nav ul li a:hover {
        opacity: 1;
    }
      
    footer #footer_bottom div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
      
    footer #footer_bottom div ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
      
    footer #footer_bottom div ul li {
        margin: 0 0 0 20px;
    }
      
    footer #footer_bottom div ul li i {
        font-size: 1.3rem;
    }
      
    footer #footer_bottom div ul li a:hover {
        text-decoration: none;
    }
      
    footer #footer_top nav > ul > li > p.category {
        font-size: 0.8rem;
        margin:20px 0 0 0;
        padding:20px 0 0 0;
        width:100%;
        border-top: 1px dotted #b3b3b3;
        font-weight:bold;
    }
      
    footer #footer_top nav > ul > li:nth-child(4) ul {
        -webkit-column-count: 6;
           -moz-column-count: 6;
                column-count: 6;
        border-top: none;
        padding: 0 0 0 20px;
    }
      
    footer #footer_top nav > ul > li:nth-child(4) ul.area {
        -webkit-column-count: 4;
           -moz-column-count: 4;
                column-count: 4;
    }
      
    footer #footer_top nav > ul > li:last-child ul.lang {
        -webkit-column-count: 6;
           -moz-column-count: 6;
                column-count: 6;
    }
      
    .foot_txt{
        font-size: 8px;
        text-align: right;
        margin-right: 3%;
        color: gray;
    }
    .foot_txt a{
        color: gray;
    }
    
    #footer_pref_list nav > ul > li:nth-child(4) ul {
        -webkit-column-count: 6 !important;
        -moz-column-count: 6!important;
        column-count: 6 !important;
        border-top: none !important;
        padding: 0 0 0 20px !important;
    }
    .icon-keyboard_arrow_right:before {
        content: "\e315";
    }
    .icon-pagetop:before {
        content: "\e900";
    }
}
@media screen and (max-width:720px){
    footer {
        border: 0;
        margin: 0;
        outline: 0;
        padding: 0;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        font: inherit;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        text-decoration: none;
        vertical-align: baseline;
        width: 100%;
        height: 100%;
        line-height: 1;
        position: relative;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -o-text-size-adjust: 100%;
        text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
    }

    #wrap {
        position: relative;
        width: 100%;
        padding: 70px 0 0;
        color: #333;
        font-size: 1.4rem;
        line-height: 1.6;
    }
      
    .pc_view {
        display: none !important;
    }
      
    a {
        color: #333;
    }
      
    sup {
        position: relative;
        top: 0.2em;
        font-size: 60%;
        vertical-align: top;
    }

    footer .btn_pagetop a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
                justify-content: center;
        height: 60px;
        background: #f8f0f3;
        color: #ee0055;
        font-size: 1rem;
    }

    footer .inner{
        width: 100%;
    }
      
    footer .btn_pagetop a i {
        margin: 0 8px 0 0;
    }
      
    footer #footer_top nav > ul > li {
        border-top: 1px solid #ccc;
    }
      
    footer #footer_top nav > ul > li > p.category {
        display:none;
    }
      
    footer #footer_top nav > ul > li > a {
        position: relative;
        display: block;
        padding: 15px 20px;
        color: #ee0055;
        font-size: 1rem;
        font-weight: bold;
    }

    footer #footer_top nav > ul > li > a > span {
        font-weight: bold;
    }
      
    footer #footer_top nav > ul > li > a::after {
        position: absolute;
        top: 50%;
        right: 15px;
        margin: -0.5em 0 0;
        font-family: 'icomoon';
        content: "\e90e";
        line-height: 1;
    }
      
    footer #footer_top nav > ul > li.active > a::after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }
      
    footer #footer_top nav > ul > li ul {
        display: none;
    }
      
    footer #footer_top nav > ul > li ul li {
        border-top: 1px solid #ccc;
    }
      
    footer #footer_top nav > ul > li ul li a {
        position: relative;
        display: block;
        padding: 15px 20px 15px 40px;
        font-size: 0.8rem;
    }
      
    footer #footer_top nav > ul > li ul li a::after {
        position: absolute;
        top: 50%;
        left: 20px;
        margin: -0.5em 0 0;
        font-family: 'icomoon';
        font-size: 1.2rem;
        content: "\e315";
        line-height: 1;
    }
      
    footer #footer_bottom nav ul {
        border-bottom: 1px solid #ccc;
    }
      
    footer #footer_bottom nav ul li {
        border-top: 1px solid #ccc;
    }
      
    footer #footer_bottom nav ul li a {
        position: relative;
        display: block;
        padding: 15px 20px 15px 40px;
        font-size: 0.8rem;
        font-weight: bold;
    }
      
    footer #footer_bottom nav ul li a::after {
        position: absolute;
        top: 50%;
        left: 20px;
        margin: -0.5em 0 0;
        font-family: 'icomoon';
        font-size: 1.1rem;
        font-weight: normal;
        content: "\e315";
        line-height: 1;
    }
      
    footer #footer_bottom div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            -webkit-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
                align-items: center;
        padding: 20px 0 150px;
    }
      
    footer #footer_bottom div p small {
        color: #999;
        font-size: 0.8rem;
    }
      
    footer #footer_bottom div ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
      
    footer #footer_bottom div ul li {
        margin: 0 10px;
    }
      
    footer #footer_bottom div ul li a i {
        color: #434343;
        font-size: 2.2rem;
    }
      
    #other_menu{
        background: #ee0055;
        padding: 40px 20px;
    }
      
    .foot_txt{
          margin: 0 auto;
        color: #FFF;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    }
    .foot_txt a{
        color: #FFF;
    }
      
    #footer_pref_list nav > ul{
        display: block !important;
    }
    #footer_pref_list h2 {
        background: #f17fab;
        color: #FFF;
        font-weight: bold;
        padding: 5px 20px 5px 30px;
        margin-bottom: 0;
        font-size: 1.2rem;
    }
    #footer_pref_list a{
        color: #333 !important;
        font-weight: normal !important;
    }
    #footer_pref_list  nav > ul > li > ul > li > a {			
        padding: 15px 20px 15px 50px !important;
    }
    #footer_pref_list  nav > ul > li > ul > li > a:after {			
        left: 30px !important;
    }
    #footer_pref_list > nav > ul > li.active{
        position: relative !important;
    }
    #footer_pref_list > nav > ul > li.active > a.pref::after{
        position: absolute !important;
        top: 50% !important;
        right: inherit !important;
        -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
    }
    .icon-keyboard_arrow_right:before {
        content: "\e315";
    }
    .icon-pagetop:before {
        content: "\e900";
    }
}