@charset "utf-8";

/* ======================================================
 * saiyo_news_index.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - PageComponent
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - PageComponent
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .saiyo-newsContents img {
    max-width: 100%;
    height: auto;
  }
  .saiyo-newsContents p {
    display: block;
  }
  
  /* ------------------------------------------------------
   * PageComponent
  ------------------------------------------------------ */
  /* ----- saiyo-news-tabs ----- */
  .saiyo-news-tabs .nav-tabs__header {
    padding: 0 10px;
  }
  .saiyo-news-tabs .nav-tabs__header .nav-tabs__select {
    border-bottom: 3px solid #d0111b;
  }
  .saiyo-news-tabs .nav-tabs__header .nav-tabs__trigger {
    margin-left: 0;
    padding: 21px 20px 17px;
    border: none;
    background-color: #fff;
  }
  .saiyo-news-tabs .nav-tabs__header .nav-tabs__trigger.active {
    background-color: #d0111b;
  }
  .saiyo-news-tabs .nav-tabs__header .nav-tabs__trigger > span {
    font-size: 1.25rem;
    font-weight: normal;
    color: #333;
  }
  .saiyo-news-tabs .nav-tabs__header .nav-tabs__trigger.active > span {
    color: #fff;
  }
  .saiyo-news-tabs .nav-tabs__contents .slick-list .slick-slide {
    margin: 0 10px;
  }
  .saiyo-news-tabs .nav-tabs__contents .nav-tabs__detail {
    padding-bottom: 10px;
  }
  
  /* ----- saiyo-news-compo ----- */
  .saiyo-news-compo .news_article + .news_article {
    margin-top: 20px;
  }
  .saiyo-news-compo .block {
    position: relative;
    display: block;
    padding: 29px 45px 24px 28px;
    background-color: #fff;
    border-left: 2px solid #d0111b;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    color: #333;
  }
  .saiyo-news-compo a {
    -webkit-transition: box-shadow .2s ease-out 0s;
    transition: box-shadow .2s ease-out 0s;
  }
  .saiyo-news-compo a:hover {
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .25);
  }
  .saiyo-news-compo a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .saiyo-news-compo a.link-blank::after {
    right: 17px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url(/common_img/saiyo/cmn_blank_ic01.png) no-repeat;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .saiyo-news-compo a.link-pdf::after {
    right: 17px;
    width: 14px;
    height: 16px;
    margin-top: -8px;
    background: url(/common_img/saiyo/cmn_pdf_ic01.png) no-repeat;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .saiyo-news-compo .news_property {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .saiyo-news-compo .news_property > span::after {
    display: none;
  }
  .saiyo-news-compo .news_property .news_date {
    padding: 0;
    font-size: .875rem;
    line-height: 1.25;
  }
  .saiyo-news-compo .news_property .news_date + .news_icon {
    margin-left: 15px;
  }
  .saiyo-news-compo .news_property .news_icon {
    min-width: 100px;
    padding: 3px 15px 2px;
    border: 1px solid #aaa;
    font-size: .812rem;
    line-height: 1.25;
    text-align: center;
    color: #777;
  }
  .saiyo-news-compo .news_property + .news_title {
    margin-top: 10px;
  }
  .saiyo-news-compo .news_title {
    margin-bottom: 0;
    font-size: 1.0rem;
    font-weight: normal;
  }
  .saiyo-news-compo a:hover .news_title {
    text-decoration: underline;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1560px) {
}
@media screen and (min-width: 1340px) and (max-width: 1500px) {
}
@media screen and (min-width: 768px) and (max-width: 1339px) {
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .saiyo-newsContents img {
    max-width: 100%;
    height: auto;
  }
  .saiyo-newsContents p {
    display: block;
  }
  
  /* ------------------------------------------------------
   * PageComponent
  ------------------------------------------------------ */
  /* ----- saiyo-news-tabs ----- */
  .saiyo-news-tabs .nav-tabs {
    margin: 0 -10px;
  }
  .saiyo-news-tabs .nav-tabs__header {
    padding: 0 10px;
  }
  .saiyo-news-tabs .nav-tabs__header .nav-tabs__select {
    border-bottom: 3px solid #d0111b;
  }
  .saiyo-news-tabs .nav-tabs__header .nav-tabs__trigger {
    margin-left: 0;
    padding: 13px 20px 9px;
    border: none;
    background-color: #fff;
  }
  .saiyo-news-tabs .nav-tabs__header .nav-tabs__trigger.active {
    background-color: #d0111b;
  }
  .saiyo-news-tabs .nav-tabs__header .nav-tabs__trigger > span {
    font-weight: normal;
    color: #333;
  }
  .saiyo-news-tabs .nav-tabs__header .nav-tabs__trigger.active > span {
    color: #fff;
  }
  .saiyo-news-tabs .nav-tabs__contents .slick-list .slick-slide {
    margin: 0 10px;
  }
  .saiyo-news-tabs .nav-tabs__contents .nav-tabs__detail {
    padding: 25px 0 10px;
  }
  
  /* ----- saiyo-news-compo ----- */
  .saiyo-news-compo .news_article + .news_article {
    margin-top: 15px;
  }
  .saiyo-news-compo .block {
    position: relative;
    display: block;
    padding: 14px 25px 16px 12px;
    background-color: #fff;
    border-left: 2px solid #d0111b;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    color: #333;
  }
  .saiyo-news-compo a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .saiyo-news-compo a.link-blank::after {
    right: 7px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url(/common_img/saiyo/cmn_blank_ic01-r2x.png) no-repeat;
    background-size: 10px auto;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .saiyo-news-compo a.link-pdf::after {
    right: 7px;
    width: 10px;
    height: 12px;
    margin-top: -6px;
    background: url(/common_img/saiyo/cmn_pdf_ic01-r2x.png) no-repeat;
    background-size: 10px auto;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .saiyo-news-compo .news_property {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .saiyo-news-compo .news_property > span::after {
    display: none;
  }
  .saiyo-news-compo .news_property .news_date {
    padding: 0;
    font-size: .75rem;
    line-height: 1.25;
  }
  .saiyo-news-compo .news_property .news_date + .news_icon {
    margin-left: 15px;
  }
  .saiyo-news-compo .news_property .news_icon {
    min-width: 90px;
    padding: 3px 10px 2px;
    border: 1px solid #aaa;
    font-size: .75rem;
    line-height: 1.25;
    text-align: center;
    color: #777;
  }
  .saiyo-news-compo .news_property + .news_title {
    margin-top: 6px;
  }
  .saiyo-news-compo .news_title {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: normal;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  /* ------------------------------------------------------
   * 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) {
}

/* ======================================================
 * Print
====================================================== */
@media print {
}