.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }

#news .main-visual {
  border-bottom: 1px solid #B0B0B0;
  background-color: #fff; }
  #news .main-visual .layout h2 {
    font-size: 26px;
    color: #666666;
    line-height: 1;
    padding: 32px 0 13px; }

#news .left {
  width: 730px;
  background-color: #fff; }

#news section {
  padding: 22px 0 35px; }
  #news section .layout .left {
    width: 730px;
    box-shadow: 0px 0 5px 0 #000; }
    #news section .layout .left .sec1 .head {
      background-color: rgba(188, 203, 211, 0.3);
      border-left: 8px solid #BCCBD3; }
      #news section .layout .left .sec1 .head h3 {
        font-size: 22px;
        padding: 12px 0 15px 5px; }
    #news section .layout .left .sec1 .entry-wrap {
      padding: 20px 20px 12px; }
    #news section .layout .left .sec1 .entry-section {
      border-top: 1px dotted #000;
      border-bottom: 1px dotted #000;
      padding: 11px 0; }
      #news section .layout .left .sec1 .entry-section .top span {
        display: inline-block;
        font-size: 12px; }
        #news section .layout .left .sec1 .entry-section .top span.category {
          float: left; }
          #news section .layout .left .sec1 .entry-section .top span.category li {
            padding: 0; }
          #news section .layout .left .sec1 .entry-section .top span.category a {
            background-color: #000;
            color: #fff;
            display: inline-block;
            min-width: 85px;
            border-radius: 5px;
            text-align: center;
            line-height: 1;
            padding: 4px 10px; }
        #news section .layout .left .sec1 .entry-section .top span.date {
          float: right; }
      #news section .layout .left .sec1 .entry-section .entry-title {
        font-size: 16px;
        color: #C0272D;
        font-weight: normal;
        margin: 5px auto 8px; }
      #news section .layout .left .sec1 .entry-section .content .img {
        width: 160px;
        margin-right: 20px; }
        #news section .layout .left .sec1 .entry-section .content .img img {
          width: 100%;
          height: auto; }
      #news section .layout .left .sec1 .entry-section .content .text p.description {
        font-size: 14px;
        line-height: 1.4; }
      #news section .layout .left .sec1 .entry-section .content .text a.detail-link {
        position: relative;
        display: block;
        font-size: 13px;
        color: #000;
        width: 85px;
        border: 2px solid #A7BCC3;
        background: linear-gradient(#fff, #DFE7E9);
        margin: 5px 0 0 auto;
        padding-left: 8px;
        letter-spacing: -1px;
        border-radius: 3px;
        font-weight: bold; }
        #news section .layout .left .sec1 .entry-section .content .text a.detail-link::after {
          content: '';
          position: absolute;
          background: url("../../../img/news/pc/icon_arrow.png") no-repeat center;
          width: 18px;
          height: 23px;
          right: 5px; }
      #news section .layout .left .sec1 .entry-section .content .catch-img {
        margin-bottom: 20px; }
        #news section .layout .left .sec1 .entry-section .content .catch-img img {
          width: 100%;
          height: auto; }
    #news section .layout .left .sec1 .pagination {
      background-color: #C0272D;
      border-radius: 5px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 20px 25px; }
      #news section .layout .left .sec1 .pagination .current {
        background-color: #F2D4D5;
        border-left: 1px solid #F2D4D5;
        height: 25px;
        text-align: center;
        width: 32px; }
      #news section .layout .left .sec1 .pagination a {
        border-left: 1px solid #F2D4D5;
        height: 25px;
        width: 35px; }
        #news section .layout .left .sec1 .pagination a.prev {
          background: url(../../../img/news/pc/icon_arrow_last.png) no-repeat center; }
        #news section .layout .left .sec1 .pagination a.next {
          background: url(../../../img/news/pc/icon_arrow_next.png) no-repeat center; }
        #news section .layout .left .sec1 .pagination a.last {
          transform: scale(-1); }
        #news section .layout .left .sec1 .pagination a.inactive {
          cursor: not-allowed;
          opacity: .5; }
  #news section .layout .sidebar .cms {
    background-color: #cad7db;
    margin-bottom: 18px; }
    #news section .layout .sidebar .cms li {
      border-bottom: 1px solid #A7BCC3;
      border-left: 5px solid #a7bcc3;
      font-size: 18px;
      line-height: 1;
      padding: 15px;
      vertical-align: middle; }
      #news section .layout .sidebar .cms li.head {
        background-color: #fff;
        border-left: 5px solid #BE272D;
        font-weight: bold;
        padding-left: 5px; }
      #news section .layout .sidebar .cms li a {
        color: #000; }

@media screen and (max-width: 750px) {
  #news .main-visual {
    border-bottom: .1rem solid #000;
    background-color: rgba(255, 255, 255, 0.6); }
    #news .main-visual .layout h2 {
      font-size: 3.4rem;
      color: #000;
      padding: 1rem 0 4rem; }
  #news .box-orange {
    background-color: #f5911e;
    border-radius: .5rem;
    color: #fff;
    font-size: 3.4rem;
    margin: 3rem 3rem 0;
    text-align: center; }
    #news .box-orange p::before {
      background: url(../../../img/news/sp/icon_white_arrow.png) no-repeat center;
      background-size: contain;
      content: '';
      display: inline-block;
      margin-right: 1rem;
      height: 2.5rem;
      width: 3.5rem; }
  #news section {
    padding: 3rem 0 35px; }
    #news section .layout .left {
      width: 100%;
      box-shadow: 0px 0 .5rem 0 #000;
      margin-bottom: 3.5rem; }
      #news section .layout .left .sec1 {
        padding-bottom: 2.5rem; }
        #news section .layout .left .sec1 .head {
          border-left: .6rem solid #BCCBD3; }
          #news section .layout .left .sec1 .head h3 {
            font-size: 2.6rem;
            padding: 1rem; }
        #news section .layout .left .sec1 .entry-wrap {
          padding: 2.2rem; }
        #news section .layout .left .sec1 .entry-section {
          border-top: .1rem dotted #000;
          border-bottom: .1rem dotted #000;
          padding: 2rem 0; }
          #news section .layout .left .sec1 .entry-section .top span {
            font-size: 2.4rem; }
            #news section .layout .left .sec1 .entry-section .top span.category a {
              min-width: 18.5rem;
              border-radius: .5rem;
              padding: .5rem 1rem; }
          #news section .layout .left .sec1 .entry-section .entry-title {
            font-size: 3.2rem;
            margin: 0; }
          #news section .layout .left .sec1 .entry-section .content .text {
            margin-left: 33rem; }
            #news section .layout .left .sec1 .entry-section .content .text p.description {
              font-size: 2.2rem;
              line-height: 1.4; }
            #news section .layout .left .sec1 .entry-section .content .text a.detail-link {
              font-size: 2.3rem;
              width: 30rem;
              border: .2rem solid #A7BCC3;
              margin: 4rem 0 0;
              padding-left: 8px;
              letter-spacing: 0;
              border-radius: .3rem; }
              #news section .layout .left .sec1 .entry-section .content .text a.detail-link::after {
                background: url("../../../img/news/sp/icon_arrow.png") no-repeat center;
                background-size: contain;
                width: 2.8rem;
                height: 4rem;
                right: 1rem; }
          #news section .layout .left .sec1 .entry-section .content .catch-img {
            margin-bottom: 4rem; }
          #news section .layout .left .sec1 .entry-section .content .img {
            width: 30rem; }
            #news section .layout .left .sec1 .entry-section .content .img img {
              height: auto;
              width: 30rem; }
        #news section .layout .left .sec1 .pagination {
          border-radius: .5rem;
          margin: 0 2.5rem 0; }
          #news section .layout .left .sec1 .pagination .current {
            border-left: .1rem solid #F2D4D5;
            font-size: 4.5rem;
            height: 8rem;
            line-height: 8rem;
            width: 10rem; }
          #news section .layout .left .sec1 .pagination a {
            border-left: .1rem solid #F2D4D5;
            height: 8rem;
            width: 10rem; }
            #news section .layout .left .sec1 .pagination a.prev {
              background: url(../../../img/news/sp/icon_arrow_last.png) no-repeat center;
              background-size: 4.2rem; }
            #news section .layout .left .sec1 .pagination a.next {
              background: url(../../../img/news/sp/icon_arrow_next.png) no-repeat center;
              background-size: 3.3rem; }
    #news section .layout .sidebar .cms {
      margin-bottom: 8rem;
      order: -2;
      width: 100%; }
      #news section .layout .sidebar .cms li {
        background: #fff;
        border-bottom: .1rem solid #A7BCC3;
        border-left: 0;
        font-size: 2.6rem;
        padding: 2rem 1rem; }
        #news section .layout .sidebar .cms li.head {
          background-color: rgba(187, 202, 210, 0.5);
          border-left: .5rem solid #bbcad2;
          padding-left: 1rem; }
        #news section .layout .sidebar .cms li span {
          float: right;
          font-size: 2.6rem; } }
