@charset "utf-8";

/* ======================================================
 * news.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Parts
 * - Clearfix
 * SP Media Queries
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- news-article ----- */
  .news-article {
    padding: 0 1.8rem;
  }
  .news-article img {
    max-width: 100%;
    height: auto;
  }
  .news-article > .news-article_contents {
    margin: 2.5rem 0 3rem;
  }
  .news-article > *:first-child,
  .news-article > .news-article_contents > *:first-child {
    margin-top: 0 !important;
  }
  .news-article > *:last-child,
  .news-article > .news-article_contents > *:last-child {
    margin-bottom: 0 !important;
  }
  .news-article > .news-article_time {
    display: block;
    text-align: left;
  }
  .news-article > .news-article_company {
    display: block;
    text-align: right;
  }

  /* ----- news-back-button ----- */
  .news-back-button .btn.btn-outline-primary {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 445px;
    padding: 1.7rem 3.6rem;
    box-shadow: 0 1px 1px -1px rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.1), 0 0 5px 0 rgba(0,0,0,.08);
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    border: none;
    text-align: center;
  }
  .news-back-button .btn.btn-outline-primary:hover {
    color: #005aaa;
  }
  .news-back-button .btn.btn-outline-primary::before {
    background-color: #edf4fb;
  }
  .news-back-button .btn.btn-outline-primary span {
    display: inline-block;
    position: relative;
    width: auto;
    padding-left: 40px;
    color: #333;
  }
  .news-back-button .btn.btn-outline-primary:hover span {
    color: #005aaa;
  }
  .news-back-button .btn.btn-outline-primary span::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 21px;
    margin-top: -12px;
    background: url(/common_img/cmn_back_ic01.png) no-repeat 0 0;
    content: "";
  }

  /* ----- news-tabs ----- */
  .news-tabs {
  }
  .news-tabs .news-tabs__header {
    margin-bottom: 2rem;
    padding-bottom: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: pointer;
  }
  .news-tabs .news-tabs__select {
    display: table;
    position: relative;
  }
  .news-tabs .news-tabs__trigger {
    display: table-cell;
    position: relative;
    padding: 2rem 3rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  .news-tabs .news-tabs__trigger:before {
    display: block;
    position: absolute;
    top: 19px;
    left: 0;
    width: 1px;
    height: 27px;
    background: #e1e2e3;
    content: "";
  }
  .news-tabs .news-tabs__trigger:first-child:before {
    display: none;
  }
  .news-tabs .news-tabs__trigger span {
    display: block;
    color: #545454;
    font-size: 1.8rem;
    text-decoration: none;
    line-height: 1.5;
    white-space: nowrap;
  }
  .news-tabs .news-tabs__trigger.is-active span,
  .news-tabs .news-tabs__trigger:hover span {
    color: #005aaa;
  }
  .news-tabs .news-tabs__bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #005aaa;
    border-bottom: 1px solid #dde9f4;
    overflow-y: visible;
    content: "";
  }
  .news-tabs .news-tabs__bar:after {
    display: block;
    position: absolute;
    top: 4px;
    left: calc(50% - 6px);
    border: 6px solid transparent;
    border-top-color: #005aaa;
    content: "";
  }
  .news-tabs .news__body .news__list > .list__item:first-child {
    border-top: none;
  }
  .news-tabs .news__body .news__property {
    font-size: 1.4rem;
  }
  .news-tabs .news__body .news__property .badge {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .news-tabs .news__body .news__property + .news__ttl {
    margin-left: 1.104rem;
  }
  .news-tabs .news__body a .news__detail .news__ttl[class*=link].link-blank,
  .news-tabs .news__body a .news__detail .news__ttl[class*=link].link-pdf {
    padding-right: 3rem;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- news-article ----- */
  .news-article {
    padding: 0 1.4004rem;
  }
  .news-article img {
    max-width: 100%;
    height: auto;
  }
  .news-article > .news-article_contents {
    margin: 1.5rem 0 2rem;
  }
  .news-article > *:first-child,
  .news-article > .news-article_contents > *:first-child {
    margin-top: 0 !important;
  }
  .news-article > *:last-child,
  .news-article > .news-article_contents > *:last-child {
    margin-bottom: 0 !important;
  }
  .news-article > .news-article_time {
    display: block;
    text-align: left;
  }
  .news-article > .news-article_company {
    display: block;
    text-align: right;
  }
  .news-article_contents p {
    display: block;
  }
  .news-article_contents a {
    word-break: break-all;
  }
  .news-article_contents > * {
    max-width: 100%;
  }

  /* ----- news-back-button ----- */
  .news-back-button .btn.btn-outline-primary {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 290px;
    padding: 1.7rem 2.8rem;
    box-shadow: 0 1px 1px -1px rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.1), 0 0 5px 0 rgba(0,0,0,.08);
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    border: none;
    text-align: center;
  }
  .news-back-button .btn.btn-outline-primary::before {
    background-color: #edf4fb;
  }
  .news-back-button .btn.btn-outline-primary span {
    display: inline-block;
    position: relative;
    width: auto;
    padding-left: 27px;
    color: #333;
  }
  .news-back-button .btn.btn-outline-primary span::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 15px;
    margin-top: -9px;
    background: url(/common_img/cmn_back_ic01-r2x.png) no-repeat 0 0;
    -webkit-background-size: 19px 15px;
    background-size: 19px 15px;
    content: "";
  }

  /* ----- news-tabs ----- */
  .news-tabs {
  }
  .news-tabs .news-tabs__header {
    margin-bottom: 2rem;
    padding-bottom: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: pointer;
  }
  .news-tabs .news-tabs__select {
    display: table;
    position: relative;
  }
  .news-tabs .news-tabs__trigger {
    display: table-cell;
    position: relative;
    padding: 1.5rem 2rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  .news-tabs .news-tabs__trigger:before {
    display: block;
    position: absolute;
    top: 19px;
    left: 0;
    width: 1px;
    height: 27px;
    background: #e1e2e3;
    content: "";
  }
  .news-tabs .news-tabs__trigger:first-child:before {
    display: none;
  }
  .news-tabs .news-tabs__trigger span {
    display: block;
    color: #545454;
    font-size: 1.8rem;
    text-decoration: none;
    line-height: 1.5;
    white-space: nowrap;
  }
  .news-tabs .news-tabs__trigger.is-active span {
    color: #005aaa;
  }
  .news-tabs .news-tabs__bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #005aaa;
    border-bottom: 1px solid #dde9f4;
    overflow-y: visible;
    content: "";
  }
  .news-tabs .news-tabs__bar:after {
    display: block;
    position: absolute;
    top: 4px;
    left: calc(50% - 6px);
    border: 6px solid transparent;
    border-top-color: #005aaa;
    content: "";
  }
  .news-tabs .news__body .news__list > .list__item:first-child {
    border-top: none;
  }
  .news-tabs .news__body .news__property .badge {
    min-width: 100px;
    font-weight: normal;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
