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


.contents-wrap {
  overflow-x: hidden;
}

/* グローバルナビ
  ========================================================================== */
/* navigation
   ========================================================================== */
#top #head {
  z-index: 300;
  box-shadow: rgba(0,0,0,.1) 0 6px 10px;
}

#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-box {
  width: 100%;
  max-width: 1024px;
  overflow-x: visible;
  margin: 0 auto;
  position: relative;
}
.slide-box [width] {
  width: 100% !important;
  height: auto;
}

.swiper-container {
  overflow: visible;
}

.swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.6);
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  pointer-events: none;
}

.swiper-slide-active::before,
.swiper-slide-duplicate-active::before {
  opacity: 0;
}

.swiper-pagination {
  position: static;
  padding-top: 16px;
  font-size: 0px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    padding-bottom: 16px;
  }
}

.swiper-pagination-bullet {
  width: 32px;
  height: 2px;
  border-radius: 0px;
}

.swiper-pagination-bullet-active {
  background-color: #005590;
}

[class^="swiper-button-"] {
  background-color: #fff;
  border-radius: 1000px;
  width: 48px;
  height: 48px;
  box-shadow: rgba(0,0,0, .2) 0 0 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -24px;
}

.swiper-button-prev {
  background-image: url(./img/button-prev.svg);
  left: -88px;
}

.swiper-button-next {
  background-image: url(./img/button-next.svg);
  right: -88px;
}

@media screen and (max-width: 767px) {

  .rwd .slide-box {
    min-width: inherit;
    width: 100%;
  }

  .swiper-pagination-bullet {
    width: 20px;
  }

  [class^="swiper-button-"] {
    display: none;
  }
}

/* 福知山線列車事故について
   ========================================================================== */
.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: -0.4em;
  }
  .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 {
  margin-top: 10px;
  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;
  left: 18em;
  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: 5px 0 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 {
    left: auto;
    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 {
    margin: 0 0 10px;
    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: 10px 0 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: -0.4em;
  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;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .traffic__supplementation {
    padding: 0 10px;
  }
}
.traffic__supplementation:after {
  content: "";
  display: block;
  clear: both;
}

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

.traffic__supplementationItem {
  margin-top: 20px;
  padding: 5px 13px 5px 13px;
  border: solid #cc0000 1px;
  background: #fff;
  line-height: 1.45;
  position: relative;
  color: #000;
  font-size: 92.30769%;
}
.traffic__supplementationItem:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .traffic__supplementationItem {
    padding: 13px 1.02em;
    line-height: 1.6;
  }
}
.traffic__supplementationItem a {
  color: #cc0000 !important;
}

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

.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;
  display: none;
}
@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%;
  }
}

.twitter-list .rss {
  background: url(img/icon_twitter.png) 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;
  }
}

.twitter-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%);
  }
  .twitter-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: 20px;
}
.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;
  margin-bottom: 15px;
}

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

.top-pickup-list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;}
  .top-pickup-list-2 li {
    width: 49%;
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
  }
  .top-pickup-list-2 li a {
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 4px;
    color: #001b2d !important;
    display: block;
    align-items: center;
    font-weight: bold;
    padding: 20px;
    text-decoration: none; }

.top-pickup-img-2 {
  text-align: center;
  }

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

.top-pickup-txt-2__ttl {
  display: block;
  line-height: 1.5;
  font-size: 138.46154%;
}

.top-pickup-txt-2__txt {
  display: block;
  margin-top: 10px;
  text-align: left;
  line-height: 1.5; }

@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: 2%;
    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;
  }

  .rwd .top-pickup-list-2 {
    margin-top: 30px;
    display: block;
  }
    .top-pickup-list-2 li {
      width: 100%;
      margin-bottom: 2%;
    }
    .rwd .top-pickup-list-2 li a {
      padding: 10px 10px 20px;
      display: block; }

  .rwd .top-pickup-img-2 {
    text-align: center;
    width: 100%;
  }
  .rwd .top-pickup-img-2 img {
    width: 100%;
    max-width: 335px;
  }

  .rwd .top-pickup-list-2 li:nth-child(1) .top-pickup-img-2 {
    display: inline-block;
    width: 282px;
    margin: auto;
  }

  .rwd .top-pickup-txt-2 {
    margin-left: 0;
    width: 100%;
  }

  .rwd .top-pickup-txt-2__ttl {
    font-size: 130.76923%;
    margin-top: 15px;
  }

  .rwd .top-pickup-txt-2__txt {
    font-size: 92.30769%;
    margin-top: 10px;
  }
  .rwd .top-pickup-txt-2__txt .sp-none {
    display: none;
  }
}



/* 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: -0.4em;
}
.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: -0.4em;
  }
  .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;
  }
}

/*------------------------------------------------------------
  ** 20200622 追加 重要なリンクボタン
------------------------------------------------------------*/

.important-link-btn-wrapper {
  margin-bottom: 15px;
  text-align: center;
}

.important-link-btn {
  transition: opacity ease 0.26s;
}

.important-link-btn:hover {
  opacity: 0.8;
}

.important-link-btn img {
  width: 100%;
  max-width: 1366px;
}

@media screen and (max-width: 767px) {
  .important-link-btn-wrapper {
    padding: 10px 10px 0 10px;
  }
}

/*------------------------------------------------------------
  ** 20210419 topテキスト追加
------------------------------------------------------------*/

.top-trafficinfo-notice-text {
  margin: 10px 0 5px;
  font-size: 100%;
  color: #cc0000;
}

/* 公式ソーシャルメディア
  ** 2021/11/10 追加
  ========================================================================== */

@media screen and (max-width: 767px) {
  .social_media {
    margin-top: 65px;
    margin-bottom: 75px;
  }
}

.social_media_ttl {
  font-size: 307.6923%;
  text-align: center;
  font-weight: 700;
  color: #001b2d;
}

@media screen and (max-width: 767px) {
  .social_media_ttl {
    font-size: 215.3846%;
  }
}

.sns_link_container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.sns_link {
  display: table;
}

.sns_link:hover {
  opacity: 0.7;
}

.sns_link:not(:first-child) {
  margin-left: 40px;
}

.sm-button-wrap {
  width: 89.3333%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 640px;
}

#contents .sm-button {
  text-decoration: none;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: calc(10px + 14px + 0.5em);
  padding-right: calc(10px + 1em);
  border: 2px solid #0d72b8;
  border-bottom: 2px solid #0d72b8;
  background-color: #0d72b8;
  color: #fff;
  font-size: 138.46753%;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents .sm-button {
    font-size: 107.6923%;
  }
}

#contents .sm-button:hover {
  opacity: 0.7;
  color: #fff;
}

.sm-button.is-pdf {
  position: relative;
  display: flex;
  justify-content: center;
}

.pdf_icon {
  margin-left: 0.5em;
}

.pdf_icon [src] {
  vertical-align: middle;
}

.pdf_icon span {
  line-height: 1;
}

#contents .sm-button.is-pdf::after {
  content: ">";
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
