@charset "UTF-8";
/* ==========================================================================
   トップページ用スタイル
   ========================================================================== */
#contents a,
#contents a:visited,
#contents a:hover {
  color: #005590; }

/* グローバルナビ
  ========================================================================== */
/* navigation
   ========================================================================== */
#top #head {
  z-index: 300; }

#top #global-navigation {
  width: auto; }

#top .global-navigation-list {
  width: 723px;
  float: right;
  height: 92px; }
  #top .global-navigation-list > li {
    margin-left: 1px; }
    #top .global-navigation-list > li:first-child {
      margin-left: 0; }
    #top .global-navigation-list > li > a {
      position: relative;
      padding: 20px 0 0;
      border-top: 5px solid #fff;
      width: 180px;
      height: 186px;
      font-weight: bold;
      text-decoration: none;
      line-height: 1.3; }
      #top .global-navigation-list > li > a img {
        position: absolute;
        bottom: 0;
        left: 0; }
      #top .global-navigation-list > li > a:hover {
        border-bottom: none;
        border-top: 5px solid #1a3a53; }
      #top .global-navigation-list > li > a.on {
        border-bottom: none;
        border-top: 5px solid #1a3a53; }
        #top .global-navigation-list > li > a.on:after {
          top: -18px;
          left: 84px;
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      #top .global-navigation-list > li > a > span {
        font-weight: normal; }

#top .mega-menu {
  top: 65px; }

#top .mega-menu-inner {
  box-sizing: border-box;
  height: 362px; }

#top .mega-menu-heading {
  color: #fff;
  text-decoration: none; }

#top .mega-menu-column {
  width: 248px; }
  #top .mega-menu-column.is-railroad {
    width: 169px; }
  #top .mega-menu-column.is-small {
    width: 149px; }

#top .mega-menu-link li a {
  text-decoration: none;
  color: #fff; }

/* グローバルナビ（スマホ）
  ========================================================================== */
/* navigation
   ========================================================================== */
/* コンテンツ
  ========================================================================== */
/* 共通パーツを上書き
   ========================================================================== */
/* header
   ========================================================================== */
#head {
  background-color: #FFF;
  padding-left: 20px;
  padding-right: 20px; }

.head-logo {
  height: 50px;
  top: 8px;
  width: 70px; }
  .head-logo span {
    height: 50px;
    width: 70px; }
    .head-logo span img {
      position: relative;
      left: auto;
      top: auto;
      -ms-transform: none;
          transform: none;
      width: auto;
      height: 100%; }

.head-inner {
  padding-bottom: 20px;
  padding-top: 20px; }

.head-utility-nav li {
  border-right: 1px solid #c6c9cc; }

.head-utility-nav a {
  color: #001b2d; }

/* 旧Language */
.head-utility-lang {
  background-color: #FFF;
  border: 1px solid #c6c9cc; }
  .head-utility-lang a {
    color: #001b2d; }
  .head-utility-lang:after {
    background-color: #c6c9cc; }

.head-utility-lang-ttl {
  color: #001b2d; }

.head-utility-lang-list {
  background-color: #FFF;
  border: 1px solid #c6c9cc;
  border-top: none; }

/* Language */
.head-lang-list li {
  border-right: 1px solid #c6c9cc; }
  .head-lang-list li a {
    color: #001b2d; }
    .head-lang-list li a img {
      vertical-align: text-top; }

.head-utility-srch {
  border: 1px solid #c6c9cc;
  width: 145px; }

@media screen and (max-width: 767px) {
  .rwd {
    /* Language */ }
    .rwd .head-utility-wrap {
      background-color: #FFF;
      border-radius: 2px;
      margin: 20px 10px 10px;
      padding: 15px 10px; }
    .rwd .head-utility-nav {
      font-size: 0;
      /* for Android */ }
      .rwd .head-utility-nav li {
        width: 55%;
        font-size: 0.6875rem;
        /* for Android */ }
        .rwd .head-utility-nav li:nth-child(2n) {
          width: 45%; }
    .rwd .head-lang-list li a {
      color: #FFF; } }

/* contents
   ========================================================================== */
#contents {
  padding-bottom: 0;
  width: 100%; }

#slide-area {
  background-color: #ccc; }

.bg-gray {
  background-color: #f0f0f0;
  padding: 15px 15px 30px; }

.top-cmn-cont {
  background-color: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .top-cmn-cont:first-child {
    margin-top: 0; }

.top-cmn-ttl {
  font-weight: bold;
  font-size: 153.84615%; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .top-cmn-cont {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    box-shadow: none;
    min-width: inherit;
    width: 100%; }
  .bg-gray {
    background-color: #FFF;
    padding: 0; } }

/* footer
   ========================================================================== */
@media screen and (max-width: 767px) {
  .foot-cont {
    border-top: 1px solid #FFF !important;
    margin-top: 0 !important; } }

/* スライドショー
   ========================================================================== */
#slide-area {
  background: #f0f0f0;
  position: relative; }

.slide-area__overlay {
  width: 100%;
  height: 100%;
  background: url("/img/keyv_overlay.png");
  position: absolute;
  z-index: 4; }

.slide-box {
  width: 100%;
  max-width: 1366px;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
  height: 352px;
  overflow: hidden; }
  .slide-box .slide {
    width: 100% !important; }

.slide-set {
  position: relative;
  height: 352px; }

.slide-copy-wrap {
  color: #FFF;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 5;
  width: 1024px; }

.slide-img {
  width: 100%;
  height: 100%;
  position: relative; }

.slide-copy-main {
  font-weight: bold;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
  font-size: 230.76923%; }

.slide-controls li {
  position: absolute;
  top: 40%; }

.slide-controls-prev {
  left: 0; }

.slide-controls-next {
  right: 0; }

.slide-parts-wrap {
  width: 1024px;
  margin: 0 auto;
  position: relative; }
  .slide-parts-wrap li {
    margin-left: 5px;
    margin-right: 5px; }

.slide-parts-inner {
  -ms-flex-align: center;
      align-items: center;
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 140px; }

.slide-play {
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  height: 10px; }
  .slide-play li {
    line-height: 1; }
  .slide-play img {
    vertical-align: top; }

.slide-video-play {
  position: absolute;
  right: 3%;
  bottom: 6%;
  z-index: 5; }
  @media screen and (max-width: 1250px) {
    .slide-video-play {
      bottom: 8%; } }
  @media screen and (max-width: 1150px) {
    .slide-video-play {
      bottom: 51px; } }

.slide-pager {
  display: -ms-flexbox;
  display: flex;
  height: 7px; }
  .slide-pager li {
    line-height: 1;
    height: 7px; }
  .slide-pager img {
    vertical-align: top; }

.slide-video {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@media screen and (max-width: 767px) {
  .rwd .slide-area {
    overflow: hidden; }
  .rwd .slide-box {
    height: 0;
    padding-bottom: 25.7%;
    min-width: inherit;
    width: 100%; }
  .rwd .slide-set {
    height: auto; }
    .rwd .slide-set a {
      display: block;
      height: 100%;
      text-decoration: none; }
  .rwd .slide-copy-wrap {
    left: 0;
    bottom: auto;
    padding-left: 15px;
    padding-top: 31%;
    position: relative;
    -ms-transform: none;
        transform: none;
    width: 100%; }
  .rwd .slide-img {
    position: absolute;
    top: 0; }
  .rwd .slide-copy-main {
    font-size: 123.07692%; }
  .rwd .slide-controls {
    display: none; }
  .rwd .slide-parts-wrap {
    width: 100%; }
  .rwd .slide-parts-inner {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%; }
  .rwd .slide-play,
  .rwd .slide-pager {
    -ms-flex: 1;
        flex: 1; }
  .rwd .slide-play {
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-left: 0;
    height: 10px; }
  .rwd .slide-video-play {
    position: absolute;
    right: 8px;
    top: 8px; }
  .rwd .slide-pager {
    display: -ms-flexbox;
    display: flex;
    height: 7px; }
  .rwd .slide-video {
    height: auto;
    width: 100%;
    margin: inherit; } }

/* 福知山線列車事故について
   ========================================================================== */
.top-gnav-area {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .top-gnav-area {
      margin-bottom: 0px; } }

.top-gnav-wrap {
  display: -ms-flexbox;
  display: flex; }

.top-fukuchiyama {
  padding: 31px 35px 30px 0; }

.top-fukuchiyama-sp {
  padding: 0; }

.top-fukuchiyama-btn {
  margin-top: 22px; }

@media screen and (max-width: 767px) {
  .rwd .top-gnav-wrap {
    display: block; }
  .rwd .top-fukuchiyama {
    padding: 0; }
  .rwd .top-fukuchiyama-sp {
    background-color: #f0f0f0;
    padding: 20px; }
    .rwd .top-fukuchiyama-sp .sp-item {
      text-align: center; } }

/* グローバルナビ
   ========================================================================== */
@media screen and (max-width: 767px) {
  .rwd .top-gnav {
    display: none; }
  .rwd .sp-top-nav {
    margin-top: 0;
    overflow: hidden; }
    .rwd .sp-top-nav li {
      border-right: 1px solid #dedede;
      box-sizing: border-box;
      float: left;
      line-height: 1.4;
      text-align: center;
      width: 50%;
      font-size: 115.38462%; }
      .rwd .sp-top-nav li:nth-child(2n) {
        border-right: none; }
    .rwd .sp-top-nav a {
      color: #0068b7 !important;
      font-weight: bold;
      display: block;
      padding: 15px 5px 62.4%;
      text-decoration: none; }
      .rwd .sp-top-nav a:visited, .rwd .sp-top-nav a:hover {
        color: #0068b7 !important; }
    .rwd .sp-top-nav span {
      color: #262626;
      display: block;
      font-size: 73.33333%; }
  .rwd .sp-gnav-safety {
    background: url(img/gnav_safety.jpg) no-repeat left bottom;
    background-size: 100% auto; }
  .rwd .sp-gnav-railroad {
    background: url(img/gnav_railroad.jpg) no-repeat left bottom;
    background-size: 100% auto; }
  .rwd .sp-gnav-life {
    background: url(img/gnav_life.jpg) no-repeat left bottom;
    background-size: 100% auto; }
  .rwd .sp-gnav-company {
    background: url(img/gnav_company.jpg) no-repeat left bottom;
    background-size: 100% auto; } }

/* JR西日本の鉄道利用情報
   ========================================================================== */
#top-emergency-area {
  background-color: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  max-width: 1366px;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.top-emergency-wrap {
  padding-bottom: 40px;
  padding-top: 40px; }
  .top-emergency-wrap.top-emergency-hidden {
    display: none; }

.emergency-area {
  box-sizing: border-box;
  margin: 0 auto 10px;
  width: 1024px; }
  .emergency-area:first-child {
    margin-top: 40px; }
  .emergency-area:last-child {
    margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  #top-emergency-area.mb10 {
    margin-bottom: 0 !important; }
  .top-emergency-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 10px; }
  .emergency-area {
    width: 100%; }
    .emergency-area:first-child {
      margin-top: 20px; }
    .emergency-area:last-child {
      margin-bottom: 20px; } }

/* JR西日本の鉄道利用情報
   ========================================================================== */
.top-trafficinfo-wrap {
  background-color: #f7fafd;
  padding-bottom: 35px;
  padding-top: 35px; }
  .top-trafficinfo-wrap .top-cmn-ttl {
    color: #0058aa;
    text-align: center; }

.trafficinfo-odekake {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px; }
  .trafficinfo-odekake a {
    -ms-flex-align: center;
        align-items: center;
    background-color: #FFF;
    border: 1px solid #ccc;
    color: #0d0d0d !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 11px 26px 12px 10px;
    position: relative;
    text-decoration: none;
    width: 820px; }
    .trafficinfo-odekake a:visited, .trafficinfo-odekake a:hover {
      color: #0d0d0d !important; }
  .trafficinfo-odekake .cmn-icon-blank {
    display: block;
    right: 5px;
    position: absolute;
    top: 5px; }

.trafficinfo-tourist-ttl {
  font-weight: bold;
  width: 204px;
  font-size: 123.07692%; }
  .trafficinfo-tourist-ttl:before {
    background-color: #0068b7;
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 4px;
    height: 16px;
    vertical-align: middle; }

.trafficinfo-odekake-cont {
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px; }
  .trafficinfo-odekake-cont li {
    font-size: 92.30769%; }
    .trafficinfo-odekake-cont li:after {
      content: '/';
      margin-left: 7px;
      margin-right: 7px; }
    .trafficinfo-odekake-cont li:last-child:after {
      display: none; }

#traffic-text {
  background-color: #FFF;
  border: 1px solid #c6c9cc;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 96.15385%; }

.trafficinfo-odekake-sub-text {
  margin-top: 15px;
  text-align: right; }
  .trafficinfo-odekake-sub-text span {
    display: inline-block;
    margin-right: 5px; }
    .trafficinfo-odekake-sub-text span:last-child {
      margin-right: 0; }

@media screen and (max-width: 767px) {
  .rwd .top-trafficinfo-wrap {
    background-color: #0068b7;
    box-sizing: border-box;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding: 30px 10px 15px; }
    .rwd .top-trafficinfo-wrap .top-cmn-ttl {
      color: #FFF;
      margin-bottom: 20px;
      font-size: 130.76923%; }
  .rwd .trafficinfo-links {
    background-color: #FFF;
    border: none;
    display: block;
    margin-top: 0;
    overflow: hidden; }
    .rwd .trafficinfo-links a {
      box-sizing: border-box;
      height: 54px;
      padding-left: 5px;
      padding-right: 5px;
      position: relative;
      width: 100%;
      vertical-align: middle; }
    .rwd .trafficinfo-links .cmn-icon-blank {
      display: block;
      margin: 0;
      position: absolute;
      right: 4px;
      top: 4px; }
    .rwd .trafficinfo-links li {
      border-top: 1px solid #ccc;
      box-sizing: border-box;
      float: left;
      min-height: 54px;
      width: 33%;
      font-size: 92.30769%; }
      .rwd .trafficinfo-links li:last-child {
        border-right: none; }
      .rwd .trafficinfo-links li img {
        margin-right: 7px;
        vertical-align: middle; }
      .rwd .trafficinfo-links li:nth-child(2), .rwd .trafficinfo-links li:nth-child(5), .rwd .trafficinfo-links li:nth-child(8) {
        border-right: none; }
      .rwd .trafficinfo-links li:nth-child(5), .rwd .trafficinfo-links li:nth-child(8) {
        width: 34%; }
    .rwd .trafficinfo-links .trafficinfo-links-large {
      border-top: none;
      min-height: 68px;
      width: 50%;
      font-size: 107.69231%; }
      .rwd .trafficinfo-links .trafficinfo-links-large a {
        height: 68px; }
      .rwd .trafficinfo-links .trafficinfo-links-large img {
        margin-right: 11px; }
      .rwd .trafficinfo-links .trafficinfo-links-large .cmn-icon-blank {
        margin-right: 0; }
  .rwd .trafficinfo-links-odekake-logo {
    height: 40px;
    margin-right: 0 !important;
    width: auto; }
  .rwd .trafficinfo-odekake {
    display: block;
    margin-top: 30px;
    text-align: center; }
    .rwd .trafficinfo-odekake a {
      box-sizing: border-box;
      display: block;
      padding: 11px 10px 12px;
      width: 100%; }
  .rwd .trafficinfo-tourist-ttl {
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    width: auto;
    font-size: 115.38462%; }
  .rwd .trafficinfo-odekake-cont {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    letter-spacing: -.40em; }
    .rwd .trafficinfo-odekake-cont li {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle;
      font-size: 84.61538%; }
      .rwd .trafficinfo-odekake-cont li:after {
        margin-left: 4px;
        margin-right: 0; }
  .trafficinfo-odekake-sub-text {
    margin-top: 10px;
    text-align: center; } }

/* JR西日本列車運行情報
   ========================================================================== */
.trafficinfo-cont {
  margin-top: 27px;
  position: relative; }

.trafficinfo-status-main {
  width: 742px; }

.trafficinfo-cont-ttl {
  font-weight: bold;
  width: 196px;
  font-size: 123.07692%;
  float: left; }
  .trafficinfo-cont-ttl:before {
    background-color: #0068b7;
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 4px;
    height: 16px;
    vertical-align: middle; }

.trafficinfo-link-list {
  display: block;
  display: inline-block;
  width: 210px;
  font-size: 88.46154%; }
  .trafficinfo-link-list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .trafficinfo-link-list li {
    display: inline-block;
    text-align: center;
    margin: 0 5px; }
    .trafficinfo-link-list li a {
      color: #001b2d;
      display: block; }
      .trafficinfo-link-list li a:hover {
        color: #0068b7; }

.trafficinfo-cont-notes {
  position: absolute;
  right: 0;
  top: 0;
  width: 618px;
  font-size: 88.46154%;
  text-align: right; }

.trafficinfo-status {
  margin-top: 22px; }

#traffic-list {
  -ms-flex-align: center;
      align-items: center;
  background-color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 18px;
  padding-top: 18px; }
  #traffic-list li {
    border-right: 1px solid #ccc;
    color: #8696aa;
    font-weight: bold;
    -ms-flex: 1;
        flex: 1;
    text-align: center;
    font-size: 100%; }
    #traffic-list li:last-child {
      border-right: none; }
  #traffic-list a {
    color: #001b2d !important;
    text-decoration: none; }
    #traffic-list a:hover {
      color: #0068b7 !important; }
  #traffic-list .traffic-status img {
    height: 18px;
    width: auto;
    vertical-align: text-bottom; }

.trafficinfo-status {
  display: -ms-flexbox;
  display: flex; }

.trafficinfo-status-sub {
  padding-left: 27px;
  width: 255px; }

#traffic-suspend {
  background-color: #FFF;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px; }

#suspend-ttl,
#suspend-list {
  line-height: 1.25;
  padding: 10px 16px; }

#suspend-ttl {
  background-color: #193a52;
  border: 1px solid #193a52;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  width: 15%;
  font-size: 96.15385%; }

#suspend-list {
  border: 1px solid #c6c9cc;
  border-left: none;
  box-sizing: border-box;
  width: 85%;
  font-size: 96.15385%; }
  #suspend-list a,
  #suspend-list a:hover,
  #suspend-list a:visited {
    color: #cc0000; }
  #suspend-list a {
    font-weight: bold;
    text-decoration: none; }
  #suspend-list span {
    font-weight: bold;
    margin-right: 5px; }

.trafficinfo-other-list {
  background-color: #FFF;
  border: 1px solid #c6c9cc;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .trafficinfo-other-list li {
    border-right: 1px solid #c6c9cc;
    -ms-flex: 1;
        flex: 1;
    text-align: center;
    font-size: 92.30769%; }
    .trafficinfo-other-list li:last-child {
      border-right: none; }
    .trafficinfo-other-list li a {
      color: #001b2d !important;
      display: block;
      font-weight: bold;
      text-decoration: none;
      padding: 5px 0; }
      .trafficinfo-other-list li a:hover {
        color: #0068b7 !important; }

.trafficinfo-safety {
  font-size: 84.61538%; }

@media screen and (max-width: 767px) {
  .rwd .top-trafficinfo-inner {
    background-color: #FFF;
    padding-bottom: 35px;
    padding-top: 25px; }
  .rwd .trafficinfo-links {
    border-bottom: 1px solid #ccc; }
  .rwd .trafficinfo-cont {
    margin-top: 0;
    padding: 0 10px; }
  .rwd .trafficinfo-cont-ttl {
    padding-left: 10px;
    font-size: 115.38462%; }
  .rwd .trafficinfo-status {
    display: block;
    margin-top: 0; }
  .rwd .trafficinfo-status-main,
  .rwd .trafficinfo-status-sub {
    width: 100%; }
  .rwd .top-cmn-ttl,
  .rwd .trafficinfo-cont-notes {
    width: 100%;
    text-align: left; }
  .rwd .trafficinfo-link-list {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
  .rwd .trafficinfo-cont-notes {
    position: relative;
    font-size: 84.61538%; }
  .rwd .trafficinfo-cont-readme {
    display: block;
    text-align: center;
    margin-top: 10px; }
  .rwd #traffic-list {
    display: block;
    overflow: hidden; }
    .rwd #traffic-list li {
      box-sizing: border-box;
      float: left;
      margin-bottom: 10px;
      padding-bottom: 6px;
      padding-top: 5px;
      width: 33%; }
      .rwd #traffic-list li:nth-child(3n) {
        border-right: none;
        width: 34%; }
      .rwd #traffic-list li:first-child {
        border-left: none; }
      .rwd #traffic-list li a {
        display: block; }
  .rwd .traffic-status {
    display: block;
    margin-bottom: 10px; }
  .rwd #traffic-suspend {
    display: block; }
  .rwd .trafficinfo-other-list li a {
    padding: 11px 0; }
  .rwd #suspend-ttl,
  .rwd #suspend-list {
    padding: 9px 10px;
    width: 100%; }
  .rwd #suspend-list {
    border-top: none;
    border-left: 1px solid #c6c9cc;
    font-size: 92.30769%; }
  .rwd .trafficinfo-status-sub {
    margin-top: 20px;
    padding-left: 0; }
  .rwd .trafficinfo-safety {
    text-align: center; } }

/* お知らせ
   ========================================================================== */
.top-info {
  padding-top: 40px; }
  .top-info div:first-child {
    margin-top: 0; }

.emergency-area p {
  font-size: 92.30769%; }

.info-area li {
  font-size: 92.30769%; }

.info-area {
  background-color: #FFF;
  border: 1px solid #0073bc;
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  padding: 15px 12px 15px 21px;
  position: relative; }

.info-area #info-btnwrap {
  position: absolute;
  right: 8px;
  top: 8px;
  text-align: right;
  width: 194px; }

.info-area #info-btnwrap #btn-info {
  float: right; }

.info-area #info-btnwrap #btn-info a {
  display: block; }

.info-area #info-btnwrap #btn-play {
  letter-spacing: -.40em;
  float: left;
  padding-top: 8px;
  width: 44px; }

.info-area #info-btnwrap #btn-play li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 20px;
  height: 10px; }

.info-area #info-btnwrap #btn-play li:first-child {
  margin-left: 0; }

.info-area #info-btnwrap #btn-play img {
  vertical-align: top; }

.info-toggle {
  padding: 12px 212px 10px 21px; }

@media screen and (max-width: 767px) {
  .rwd .top-info {
    box-sizing: border-box;
    padding: 20px 10px; }
  .rwd .info-area #info-btnwrap {
    box-sizing: border-box;
    top: auto;
    bottom: 10px;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    z-index: 5; }
  .rwd .info-area.info-toggle {
    padding-bottom: 50px; }
  .rwd .info-toggle {
    padding: 10px 20px; }
  .info-area #info-btnwrap #btn-play {
    display: -ms-flexbox;
    display: flex;
    width: auto; }
    .info-area #info-btnwrap #btn-play li {
      display: block; } }

/* 運行情報補足
   ========================================================================== */
.traffic__supplementation {
  overflow: hidden;
  padding: 5px 9px 5px 13px;
  border: solid #cc0000 1px;
  margin: 10px 0;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .traffic__supplementation {
      padding: 0 10px;
      padding-bottom: 59px; } }
  .traffic__supplementation:after {
    content: "";
    display: block;
    clear: both; }

.traffic__supplementationList {
  float: left;
  width: 835px; }
  @media screen and (max-width: 767px) {
    .traffic__supplementationList {
      width: 100%; } }

.traffic__supplementationItem {
  padding: 5px 0 5px 1.02em;
  line-height: 1.45;
  position: relative;
  color: #cc0000;
  font-size: 92.30769%; }
  @media screen and (max-width: 767px) {
    .traffic__supplementationItem {
      padding: 13px 0 13px 1.02em;
      line-height: 1.6; } }
  .traffic__supplementationItem a {
    color: #cc0000 !important; }

.traffic__supplementationItem + .traffic__supplementationItem {
  border-top: 1px solid #ccc; }

.traffic__supplementationList.-close .traffic__supplementationItem {
  display: none; }

.traffic__supplementationList.-close .traffic__supplementationItem:first-child {
  display: block; }

.traffic__supplementationTrigger {
  float: right;
  margin-top: 5px;
  box-shadow: 0 -9px 17px -10px rgba(0, 0, 0, 0.4) inset;
  border-radius: 5px;
  padding: 5px 0;
  border: solid #f2f2f2 1px;
  background-color: #fefefe;
  width: 80px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .traffic__supplementationTrigger {
      margin-top: 0;
      box-shadow: 0 0 1px 2px #f0f0f0 inset;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #fff), to(#EAEAEA));
      border-radius: 3px;
      padding: 13px 0;
      border: 1px solid #D9D9D9;
      background-color: #fefefe;
      width: 100%; } }

.traffic__supplementationClose,
.traffic__supplementationShowAll {
  position: relative;
  padding-left: 1.5em; }

.traffic__supplementationShowAll:after,
.traffic__supplementationShowAll:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #0073BD;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: 3px;
  margin-top: -1px; }

.traffic__supplementationShowAll:after {
  width: 2px;
  height: 8px;
  margin-left: 6px;
  margin-top: -4px;
  top: 50%; }

.traffic__supplementationClose:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #0073BD;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: 3px;
  margin-top: -1px; }

.traffic__supplementationList + .traffic__supplementationTrigger .traffic__supplementationClose {
  display: inline-block !important; }

.traffic__supplementationList + .traffic__supplementationTrigger .traffic__supplementationShowAll {
  display: none !important; }

.traffic__supplementationList.-close + .traffic__supplementationTrigger .traffic__supplementationClose {
  display: none !important; }

.traffic__supplementationList.-close + .traffic__supplementationTrigger .traffic__supplementationShowAll {
  display: inline-block !important; }

/* ニュースリリース、更新情報
   ========================================================================== */
.release-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-top: 59px;
  padding-bottom: 65px; }

.release-area {
  margin-right: 60px;
  width: 482px; }
  .release-area:last-child {
    margin-right: 0; }

.release-ttl-wrap {
  border-bottom: 1px solid #0068b7;
  padding-bottom: 20px;
  position: relative; }

.release-ttl {
  font-weight: bold;
  font-size: 153.84615%; }

.release-golist {
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 96.15385%; }
  .release-golist a {
    background: url(img/icon_release_list.png) no-repeat 8px center;
    border: 1px solid #c6c9cc;
    border-radius: 2px;
    color: #1a1a1a !important;
    display: block;
    padding: 2px 8px 2px 22px;
    text-decoration: none; }

.release-list {
  margin-bottom: 20px; }
  .release-list .category {
    display: inline-block;
    box-sizing: border-box;
    margin-right: 8px;
    padding: 0 7px;
    border-radius: 2px;
    font-size: 85.71429%;
    line-height: 20px; }
    .release-list .category.is-management {
      background-color: #cee2f3;
      border: 1px solid #accbe6; }
    .release-list .category.is-safety {
      background-color: #f3f0ce;
      border: 1px solid #d3cea1; }
    .release-list .category.is-train {
      background-color: #d3e3ae;
      border: 1px solid #b8cd88; }
    .release-list .category.is-ticket {
      background-color: #ebd5bc;
      border: 1px solid #d9b68f; }
    .release-list .category.is-event {
      background-color: #ffcfcc;
      border: 1px solid #f5afaa; }
    .release-list .category.is-station {
      background-color: #b8e0d0;
      border: 1px solid #93c5b1; }
    .release-list .category.is-group {
      background-color: #b3dfe8;
      border: 1px solid #86c7d4; }
    .release-list .category.is-report {
      background-color: #d5d6f5;
      border: 1px solid #abadd8; }
    .release-list .category.is-other {
      background-color: #e6e6e6;
      border: 1px solid #d2d2d2; }
  .release-list .linktxt {
    margin-top: 6px; }
  .release-list li {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px; }

.rss-list .rss {
  background: url(img/icon_rss.gif) no-repeat left center; }

@media screen and (max-width: 767px) {
  .rwd .release-wrap {
    display: block;
    margin-top: 40px;
    padding: 0 10px; }
  .rwd .release-area {
    margin-bottom: 54px;
    margin-right: 0;
    width: 100%; }
    .rwd .release-area:last-child {
      margin-bottom: 0; }
  .rwd .release-ttl-wrap {
    padding-bottom: 15px; }
  .rwd .release-ttl {
    font-size: 138.46154%; }
  .rwd .release-golist {
    font-size: 92.30769%; }
  .rwd .release-list .category {
    margin-top: 0; }
  .rwd .release-list .linktxt {
    margin-top: 3px; }
  .rwd .release-list li {
    font-size: 92.30769%; } }

/* ニュースリリース、更新情報
   ========================================================================== */
.top-othercont-wrap {
  max-width: 1366px;
  margin: 78px auto 0;
  overflow: hidden;
  width: 100%; }
  .top-othercont-wrap a {
    color: #FFF !important;
    display: block;
    text-decoration: none;
    position: relative; }

.top-othercont-movie,
.top-othercont-fan {
  float: left;
  width: 50%; }

.top-othercont-ttlwrap {
  background-color: #0d72b8;
  min-height: 68px;
  position: relative;
  text-align: center;
  width: 100%; }

.top-othercont-ttl-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%; }

.top-othercont-fan .top-othercont-ttlwrap {
  border-left: 1px solid #FFF; }

.top-othercont-ttl {
  color: #FFF;
  font-weight: bold;
  font-size: 153.84615%; }

.top-othercont-list {
  font-size: 100%; }

.top-othercont-icon {
  top: 50%;
  display: block;
  position: absolute;
  right: 30px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.rss-list {
  text-align: left;
  position: relative;
  width: 100%; }

.top-othercont-img img {
  height: auto;
  width: 100%; }

@media screen and (max-width: 767px) {
  .rwd .top-othercont-wrap {
    margin-top: 50px; }
  .rwd .top-othercont-ttlwrap {
    top: 0; }
  .rwd .top-othercont-ttl-inner {
    box-sizing: border-box;
    padding-right: 12px;
    padding-left: 12px;
    width: 100%; }
  .rwd .top-othercont-ttl {
    font-size: 92.30769%; }
  .rwd .top-othercont-list {
    line-height: 1.25;
    margin-top: 5px;
    font-size: 76.92308%; }
  .rwd .top-othercont-icon {
    right: 5px;
    top: 50%;
    height: auto;
    width: 6px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .rss-list {
    text-align: right; } }

/* ピックアップ
   ========================================================================== */
.top-pickup-wrap {
  background-color: #0d72b8;
  margin-top: 70px;
  min-width: 1024px;
  padding-bottom: 85px;
  padding-top: 75px; }

.top-pickup-ttl {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 169.23077%; }
  .top-pickup-ttl:after {
    background-color: #FFF;
    content: '';
    display: block;
    height: 1px;
    margin: 27px auto 0;
    width: 30px; }

.top-pickup-list {
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px; }
  .top-pickup-list li {
    line-height: 0;
    margin-right: 21px;
    width: 240px;
    font-size: 107.69231%; }
    .top-pickup-list li:last-child {
      margin-right: 0; }
    .top-pickup-list li:nth-child(3) {
      margin-right: 22px; }
    .top-pickup-list li a {
      background-color: #FFF;
      box-sizing: border-box;
      border-radius: 4px;
      box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
      color: #001b2d !important;
      display: block;
      font-weight: bold;
      padding: 15px 15px 30px;
      position: relative;
      text-decoration: none;
      height: 100%; }
  .top-pickup-list .cmn-icon-blank {
    bottom: 12px;
    position: absolute;
    right: 12px;
    top: auto; }

.top-pickup-img {
  display: block;
  text-align: center;
  position: relative; }

.top-pickup-txt {
  display: block;
  line-height: 1.5;
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .rwd .top-pickup-wrap {
    min-width: inherit;
    margin-top: 0;
    padding: 40px 10px 20px; }
  .rwd .top-pickup-ttl {
    font-size: 138.46154%; }
    .rwd .top-pickup-ttl:after {
      margin: 20px auto 0;
      width: 24px; }
  .rwd .top-pickup-list {
    display: block;
    margin-top: 31px;
    overflow: hidden; }
    .rwd .top-pickup-list li {
      float: left;
      margin-right: 2%;
      margin-bottom: 2%;
      width: 49%;
      font-size: 92.30769%; }
      .rwd .top-pickup-list li:nth-child(2n) {
        margin-right: 0; }
      .rwd .top-pickup-list li:nth-child(3) {
        margin-right: 2%; }
      .rwd .top-pickup-list li a {
        padding: 10px 10px 20px; }
  .rwd .top-pickup-txt {
    display: block;
    line-height: 1.5; } }

/* JR西日本の取り組み
   ========================================================================== */
.top-efforts-wrap {
  padding-top: 79px;
  padding-bottom: 35px; }

.top-efforts-ttl {
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
  font-size: 169.23077%; }
  .top-efforts-ttl:after {
    background-color: #0068b7;
    content: '';
    display: block;
    height: 1px;
    margin: 27px auto 0;
    width: 30px; }

.top-efforts-list {
  margin: 0 auto -35px;
  width: 670px;
  letter-spacing: -.40em; }
  .top-efforts-list li {
    margin-bottom: 35px;
    margin-right: 30px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    vertical-align: top;
    font-size: 92.30769%; }
    .top-efforts-list li:nth-child(4n) {
      margin-right: 0; }
  .top-efforts-list .top-efforts-img {
    display: block; }
  .top-efforts-list .top-efforts-sttl {
    font-weight: bold; }
  .top-efforts-list a {
    color: #001b2d !important;
    display: block;
    text-decoration: none; }

.top-efforts-list.size-large {
  width: 994px; }

@media screen and (max-width: 767px) {
  .rwd .top-efforts-wrap {
    box-sizing: border-box;
    padding: 39px 10px 25px; }
  .rwd .top-efforts-ttl {
    margin-bottom: 17px;
    font-size: 138.46154%; }
    .rwd .top-efforts-ttl:after {
      margin: 19px auto 0;
      width: 24px; }
  .rwd .top-efforts-list {
    margin-bottom: 0;
    width: 100%;
    letter-spacing: -.40em; }
    .rwd .top-efforts-list li {
      margin-bottom: 5%;
      margin-right: 5%;
      width: 30%;
      font-size: 84.61538%; }
      .rwd .top-efforts-list li:nth-child(3n) {
        margin-right: 0; } }
