@charset "UTF-8";
/**
 * ニュースリリース
 */
/* ==========================================================================
  共通
  ========================================================================== */
body {
  min-width: 1044px; }
  @media screen and (max-width: 767px) {
    body {
      min-width: inherit; } }

#topicpath {
  margin-bottom: 0; }
  #topicpath .navigation {
    width: 1004px;
    box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    #topicpath {
      padding-left: 10px; }
      #topicpath .navigation {
        width: 100%; }
        #topicpath .navigation img {
          vertical-align: middle; } }

#contents a {
  color: #005492;
  text-decoration: underline; }
  #contents a:hover {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  #contents {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px; } }

/* ==========================================================================
   ニュースリリース一覧
   ========================================================================== */
#search-select-area {
  margin-bottom: 50px;
  background-color: #f0f0f0; }
  #search-select-area .search-select-inner {
    margin: 0 auto;
    padding: 10px 0 24px;
    width: 1024px; }
    @media screen and (max-width: 767px) {
      #search-select-area .search-select-inner {
        box-sizing: border-box;
        padding: 0 10px 30px;
        width: 100%; } }
  #search-select-area .search-select-heading {
    font-weight: bold;
    font-size: 138.46154%; }
    #search-select-area .search-select-heading span {
      display: inline-block;
      margin-left: 10px;
      font-weight: normal;
      font-size: 72.22222%; }
    @media screen and (max-width: 767px) {
      #search-select-area .search-select-heading {
        font-size: 123.07692%; }
        #search-select-area .search-select-heading span {
          font-size: 75%; } }
  #search-select-area .search-select-sub-heading {
    margin-bottom: 8px;
    font-size: 100%;
    font-weight: bold;
    color: #006ab4; }
  #search-select-area .search-select-box {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    overflow: hidden; }
    #search-select-area .search-select-box:first-child {
      border-top: none; }
    @media screen and (max-width: 767px) {
      #search-select-area .search-select-box {
        padding: 20px 10px; } }
    #search-select-area .search-select-box .select-category .search-select-heading {
      margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      #search-select-area .search-select-box .select-category .search-select-heading {
        margin-bottom: 10px; } }
    #search-select-area .search-select-box .select-sub-category {
      padding-top: 17px; }
    #search-select-area .search-select-box .select-area {
      float: left;
      box-sizing: border-box;
      width: 490px;
      border-right: 1px solid #ccc; }
      #search-select-area .search-select-box .select-area .search-select-heading {
        display: inline-block;
        position: relative;
        top: 3px;
        margin-right: 15px;
        float: left; }
      @media screen and (max-width: 767px) {
        #search-select-area .search-select-box .select-area {
          float: none;
          width: 100%;
          border-right: none; }
          #search-select-area .search-select-box .select-area .search-select-heading {
            display: block;
            top: 0;
            margin-right: 0;
            margin-bottom: 10px;
            float: none; } }
      #search-select-area .search-select-box .select-area .search-select-button__link {
        margin-top: 10px; }
        #search-select-area .search-select-box .select-area .search-select-button__link a {
          padding-left: 12px;
          background-image: url(img/icon_arrow_blue.png);
          background-repeat: no-repeat;
          background-position: left center;
          color: #005492;
          text-decoration: underline; }
          #search-select-area .search-select-box .select-area .search-select-button__link a:hover {
            text-decoration: none; }
        @media screen and (max-width: 767px) {
          #search-select-area .search-select-box .select-area .search-select-button__link {
            margin-top: 10px;
            position: static; } }
    #search-select-area .search-select-box .select-date {
      float: left;
      box-sizing: border-box;
      padding-left: 55px;
      width: 504px; }
      #search-select-area .search-select-box .select-date .search-select-heading {
        display: inline-block;
        position: relative;
        top: 3px;
        margin-right: 15px;
        float: left; }
      @media screen and (max-width: 767px) {
        #search-select-area .search-select-box .select-date {
          float: none;
          margin-top: 25px;
          padding-left: 0;
          width: 100%; }
          #search-select-area .search-select-box .select-date .search-select-heading {
            display: block;
            top: 0;
            margin-right: 0;
            margin-bottom: 10px;
            float: none; } }
      #search-select-area .search-select-box .select-date .search-select-button__link {
        margin-top: 10px; }
        #search-select-area .search-select-box .select-date .search-select-button__link a {
          padding-left: 12px;
          background-image: url(img/icon_arrow_blue.png);
          background-repeat: no-repeat;
          background-position: left center;
          color: #005492;
          text-decoration: underline; }
          #search-select-area .search-select-box .select-date .search-select-button__link a:hover {
            text-decoration: none; }
        @media screen and (max-width: 767px) {
          #search-select-area .search-select-box .select-date .search-select-button__link {
            margin-top: 10px;
            position: static; } }
    #search-select-area .search-select-box .select-area-block {
      float: left; }
      @media screen and (max-width: 767px) {
        #search-select-area .search-select-box .select-area-block {
          float: none; } }
  #search-select-area .radio-list {
    overflow: hidden; }
    #search-select-area .radio-list.is-all-checked {
      margin-top: 20px; }
    #search-select-area .radio-list > li {
      float: left;
      margin-right: 3px;
      margin-bottom: 3px; }
      #search-select-area .radio-list > li label {
        display: inline-block;
        padding: 6px 9px; }
        #search-select-area .radio-list > li label.checked {
          padding: 5px 8px;
          border: 1px solid #0068b7;
          background-color: #fff;
          border-radius: 4px; }
      #search-select-area .radio-list > li input[type=radio] {
        margin-right: 5px;
        position: relative;
        top: -2px; }
        #search-select-area .radio-list > li input[type=radio].all-checked + strong {
          font-weight: bold;
          font-size: 114.28571%; }
    @media screen and (max-width: 767px) {
      #search-select-area .radio-list > li {
        font-size: 100%; } }
  #search-select-area .pulldown {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 3px;
    padding: 7px 40px 7px 6px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url(img/pulldown_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    vertical-align: bottom; }
    #search-select-area .pulldown.is-area {
      display: inline-block;
      width: 260px; }
    #search-select-area .pulldown.is-year {
      display: inline-block;
      width: 143px; }
    #search-select-area .pulldown.is-month {
      display: inline-block;
      width: 95px; }
  #search-select-area select::-ms-expand {
    display: none; }
  #search-select-area .search-select-button {
    position: relative;
    text-align: center; }
    #search-select-area .search-select-button .search-select-button__button {
      background-color: #0068b7;
      border: none;
      width: 163px;
      height: 46px;
      color: #fff;
      font-size: 16px;
      cursor: pointer; }
      #search-select-area .search-select-button .search-select-button__button:hover {
        opacity: 0.9; }
      #search-select-area .search-select-button .search-select-button__button:before {
        content: '';
        margin-right: 5px;
        display: inline-block;
        width: 14px;
        height: 14px;
        background-image: url(img/button_icon_search.png);
        background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      #search-select-area .search-select-button {
        padding-top: 25px;
        border-top: 1px solid #ccc; } }

.news-heading {
  width: 90%;
  margin: 0 auto 40px;
  text-align: left; }
  .news-heading .news-heading__title {
    font-size: 215.38462%;
    font-weight: bold;
    line-height: 1.6; }
  .news-heading .news-heading__date {
    margin-bottom: 25px;
    font-size: 107.69231%; }
  .news-heading .news-heading__category {
    margin-bottom: 30px; }
  .news-heading .news-heading__place {
    margin-top: 20px;
    text-align: right; }
  .news-heading .news-rss {
    margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .news-heading .news-heading__title {
      font-size: 153.84615%; }
    .news-heading .news-heading__date {
      margin-bottom: 15px; }
    .news-heading .news-heading__category {
      margin-bottom: 15px; }
    .news-heading .news-heading__place {
      margin-top: 10px; }
    .news-heading .news-rss {
      margin-top: 10px; }
    .news-heading.is-detail {
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 0 10px; }
      .news-heading.is-detail .news-heading__title {
        text-align: left; } }

.news-rss .news-rss__feed {
  margin-right: 8px; }
  .news-rss .news-rss__feed:before {
    content: '';
    display: inline-block;
    margin-right: 6px;
    width: 12px;
    height: 12px;
    background-image: url(img/icon_rss.png);
    background-repeat: no-repeat; }

.news-rss .news-rss__about:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
  width: 1px;
  height: 12px;
  background-color: #6e6e6e; }

.news-attention-text {
  width: 90%;
  margin: auto; }
  .news-attention-text li {
    padding-left: 0.7em;
    text-indent: -0.7em; }
  @media screen and (max-width: 767px) {
    .news-attention-text {
      padding: 0 10px 30px; } }

.news-list {
  width: 90%;
  margin: 30px auto 0;
  border-top: 1px solid #ccc; }
  .news-list li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc; }
  .news-list .news-list__date {
    margin-bottom: 10px; }
    .news-list .news-list__date .date {
      display: inline-block;
      margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .news-list {
      margin-top: 20px; }
      .news-list li {
        padding: 20px 10px; }
      .news-list .news-list__date {
        margin-bottom: 5px; }
        .news-list .news-list__date .date {
          margin-bottom: 5px; }
        .news-list .news-list__date .category {
          margin-bottom: 5px; }
        .news-list .news-list__date .sub-category {
          margin-bottom: 5px; } }

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

.sub-category {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px 0 15px;
  border-top: 1px solid #ced0d3;
  border-bottom: 1px solid #ced0d3;
  border-right: 1px solid #ced0d3;
  font-size: 85.71429%;
  line-height: 20px; }
  .sub-category:before {
    display: block;
    position: absolute;
    top: 0;
    left: -7px;
    content: '';
    width: 8px;
    height: 20px;
    background-image: url(img/icon_sub_category_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8px 22px; }
  .sub-category:after {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 5px;
    content: '';
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    background-color: #f2f2f3;
    border-radius: 4px;
    border: 1px solid #c6c9cc; }

.result-none {
  width: 90%;
  margin: auto;
  padding: 50px 0; }

/* ==========================================================================
   ニュースリリース詳細
   ========================================================================== */
.news-sns-box {
  width: 90%;
  margin: 20px auto 0;
  text-align: right; }
  .news-sns-box .news-rss {
    margin-bottom: 15px; }

.sns-list li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top; }
  .sns-list li .fb-share-button {
    top: -3px; }

.press-lead {
  width: 90%;
  margin: 0 auto 50px; }
  .press-lead p {
    margin-bottom: 20px; }
    .press-lead p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .press-lead {
      margin-bottom: 30px;
      padding: 0 10px; }
      .press-lead p {
        margin-bottom: 10px; } }

.press-body {
  width: 90%;
  margin: 0 auto 50px; }
  .press-body .press-body__heading {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0068b7;
    font-size: 184.61538%;
    font-weight: bold; }
  .press-body p {
    margin-bottom: 20px; }
    .press-body p:last-child {
      margin-bottom: 0; }
  .press-body strong {
    font-weight: bold; }
  @media screen and (max-width: 767px) {
    .press-body {
      margin-bottom: 30px; }
      .press-body .press-body__heading {
        margin-bottom: 10px;
        padding-left: 10px;
        font-size: 130.76923%; }
      .press-body .press-body__inner {
        padding: 0 10px; } }

.news-list-button {
  width: 90%;
  margin: 30px auto 80px;
  padding-top: 80px;
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1) inset; }
  .news-list-button .news-list-button__button {
    display: block;
    margin: 0 auto;
    padding: 22px 0;
    width: 434px;
    background-color: #0068b7;
    background-image: url(img/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-position: left 14px center;
    text-align: center;
    font-size: 123.07692%; }
    .news-list-button .news-list-button__button:hover {
      opacity: 0.9; }
  @media screen and (max-width: 767px) {
    .news-list-button {
      margin-bottom: 30px;
      padding: 40px 10px 0; }
      .news-list-button .news-list-button__button {
        width: 100%; } }

#contents a.news-list-button__button {
  color: #fff;
  text-decoration: none; }

/* ==========================================================================
   以前のPRESS詳細のスタイル
   ========================================================================== */
#press-ttlwrap {
  margin-top: 30px; }
  #press-ttlwrap a {
    text-decoration: none; }

#news-head-wrap {
  position: relative; }

#news-head-wrap .sns-list {
  position: absolute;
  right: 0;
  top: 0; }

#entry-date {
  font-weight: bold;
  z-index: 2;
  width: 75%; }

#entry-date .category {
  margin-left: 10px; }

#entry-date .category img {
  vertical-align: middle; }

#news-ttl {
  font-size: 184.61538%;
  margin-bottom: 25px;
  margin-top: 15px; }

#news-body p {
  line-height: 2;
  padding: 0 20px 15px; }

#news-body strong {
  font-weight: bold; }

#news-body table {
  margin-left: 20px; }

#pressIn p {
  margin-bottom: 25px;
  /*30px*/
  line-height: 1.75; }

#news-body {
  margin-bottom: 20px; }

#news-body iframe {
  display: block;
  margin: 20px auto; }
