
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/*--------------------------
section01
---------------------------*/
#section01 {
  color: #fff;
  padding: 0 0 200px; }
  @media (max-width: 767px) {
    #section01 {
      padding: 0 0 30px; } }
  #section01 .header_sec {
    position: relative;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      #section01 .header_sec {
        margin: 0 0 6px; } }
    #section01 .header_sec::before {
      content: "";
      background: #fff;
      width: 1px;
      height: 60px;
      margin: 0 0 0 34px;
      display: block; }
      @media (max-width: 1230px) {
        #section01 .header_sec::before {
          height: 40px; } }
      @media (max-width: 767px) {
        #section01 .header_sec::before {
          margin: 0 0 0 19px;
          height: 20px; } }
    #section01 .header_sec .h_sec {
      font-size: 50px;
      font-weight: 500;
      line-height: 1.1; }
      @media (max-width: 1230px) {
        #section01 .header_sec .h_sec {
          font-size: 38px; } }
      @media (max-width: 767px) {
        #section01 .header_sec .h_sec {
          font-size: 26px; } }
  #section01 .news_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1230px) {
      #section01 .news_wrapper {
        display: block; } }
    #section01 .news_wrapper article {
      width: 80%;
      padding-right: 40px; }
      @media (max-width: 1230px) {
        #section01 .news_wrapper article {
          padding-right: 0;
          margin-bottom: 30px; } }
    #section01 .news_wrapper .news_ttl {
      font-size: 34px;
      line-height: 1.1;
      font-weight: 400;
      margin: 0 0 6px; }
      @media (max-width: 1230px) {
        #section01 .news_wrapper .news_ttl {
          font-size: 28px;
          margin: 0 0 4px; } }
      @media (max-width: 767px) {
        #section01 .news_wrapper .news_ttl {
          font-size: 20px;
          line-height: 135%;
          margin: 0 0 6px; } }
    #section01 .news_wrapper .date_box {
      text-align: right; }
    #section01 .news_wrapper .news_date {
      font-size: 16px;
      display: inline;
      line-height: 0; }
      @media (max-width: 767px) {
        #section01 .news_wrapper .news_date {
          font-size: 14px; } }
    #section01 .news_wrapper .news_side {
      width: 20%; }
      @media (max-width: 1230px) {
        #section01 .news_wrapper .news_side {
          max-width: inherit; } }
      #section01 .news_wrapper .news_side .news_nav_ttl {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 20px; }
        @media (max-width: 1230px) {
          #section01 .news_wrapper .news_side .news_nav_ttl {
            margin: 0 0 10px; } }
        @media (max-width: 767px) {
          #section01 .news_wrapper .news_side .news_nav_ttl {
            font-size: 18px; } }
      #section01 .news_wrapper .news_side .news_nav_list li:not(:last-child) {
        margin: 0 0 20px; }
      #section01 .news_wrapper .news_side .news_nav_list li a {
        color: #fff;
        text-align: left;
        position: relative;
        display: block; }
        #section01 .news_wrapper .news_side .news_nav_list li a::before {
          content: "";
          background: #fff;
          width: 10px;
          height: 1px;
          display: block;
          position: absolute;
          right: 0;
          bottom: 0;
          -webkit-transform: rotate(35deg);
          -ms-transform: rotate(35deg);
          transform: rotate(35deg);
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right; }
          @media (max-width: 767px) {
            #section01 .news_wrapper .news_side .news_nav_list li a::before {
              width: 10px; } }
        #section01 .news_wrapper .news_side .news_nav_list li a::after {
          content: "";
          background: #fff;
          width: 100%;
          height: 1px;
          margin: 0 0 0 auto;
          display: block; }
        #section01 .news_wrapper .news_side .news_nav_list li a span {
          font-size: 14px;
          font-weight: 400;
          line-height: 1.3;
          padding-left: 14px;
          letter-spacing: .2em;
          display: inline-block; }
          @media (max-width: 767px) {
            #section01 .news_wrapper .news_side .news_nav_list li a span {
              font-size: 13px;
              margin: 0 0 .6em; } }

/*--------------------------
News body
---------------------------*/
.news_body {
  color: #333;
  line-height: 175%;
  margin: 10px 0px 40px;
  padding: 30px;
  background: #fff;
  border-radius: 6px; }
  @media (max-width: 1230px) {
    .news_body {
      padding: 6px 18px;
      margin: 0 0 20px; } }
  @media (max-width: 767px) {
    .news_body {
      padding: 4px 10px;
      margin: 6px 0 30px; } }
  .news_body h3 {
    color: #004C9F;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .news_body h3 {
        font-size: 18px;
        margin-bottom: 4px; } }
  .news_body p {
    margin: 30px 0;
    line-height: 175%; }
    @media (max-width: 767px) {
      .news_body p {
        line-height: 150%;
        font-size: 14px;
        margin: 0.5em 0; } }
  .news_body img {
    display: block; }
  .news_body .image01 {
    margin: 0px 0px 30px; }
    @media (max-width: 767px) {
      .news_body .image01 {
        margin: 0px 0px 14px; } }
  .news_body .flex02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 30px; }
    @media (max-width: 767px) {
      .news_body .flex02 {
        display: block;
        width: 100%;
        margin: 0px 0px 14px; } }
    .news_body .flex02 div {
      width: 50%; }
      @media (max-width: 767px) {
        .news_body .flex02 div {
          width: 100%; } }
      .news_body .flex02 div:nth-child(1) {
        padding-right: 15px; }
        @media (max-width: 767px) {
          .news_body .flex02 div:nth-child(1) {
            padding-right: 0px;
            margin-bottom: 10px; } }
      .news_body .flex02 div:nth-child(2) {
        padding-left: 15px; }
        @media (max-width: 767px) {
          .news_body .flex02 div:nth-child(2) {
            padding-left: 0px; } }
  .news_body .flex03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 30px; }
    @media (max-width: 767px) {
      .news_body .flex03 {
        display: block;
        width: 100%;
        margin: 0px 0px 14px; } }
    .news_body .flex03 div {
      width: 33.333%; }
      @media (max-width: 767px) {
        .news_body .flex03 div {
          width: 100%; } }
      .news_body .flex03 div:nth-child(1) {
        padding-right: 12px; }
        @media (max-width: 767px) {
          .news_body .flex03 div:nth-child(1) {
            padding-right: 0px;
            margin-bottom: 10px; } }
      .news_body .flex03 div:nth-child(2) {
        padding: 0px 6px; }
        @media (max-width: 767px) {
          .news_body .flex03 div:nth-child(2) {
            margin-bottom: 10px;
            padding: 0px; } }
      .news_body .flex03 div:nth-child(3) {
        padding-left: 12px; }
        @media (max-width: 767px) {
          .news_body .flex03 div:nth-child(3) {
            padding-left: 0px; } }
  .news_body .flex04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 30px; }
    @media (max-width: 767px) {
      .news_body .flex04 {
        display: block;
        width: 100%;
        margin: 0px 0px 14px; } }
    .news_body .flex04 div {
      width: 25%; }
      @media (max-width: 767px) {
        .news_body .flex04 div {
          width: 100%; } }
      .news_body .flex04 div:nth-child(1) {
        padding-right: 10px; }
        @media (max-width: 767px) {
          .news_body .flex04 div:nth-child(1) {
            padding-right: 0px;
            margin-bottom: 10px; } }
      .news_body .flex04 div:nth-child(2) {
        padding: 0px 5px; }
        @media (max-width: 767px) {
          .news_body .flex04 div:nth-child(2) {
            padding: 0px;
            margin-bottom: 10px; } }
      .news_body .flex04 div:nth-child(3) {
        padding: 0px 5px; }
        @media (max-width: 767px) {
          .news_body .flex04 div:nth-child(3) {
            padding: 0px;
            margin-bottom: 10px; } }
      .news_body .flex04 div:nth-child(4) {
        padding-left: 10px; }
        @media (max-width: 767px) {
          .news_body .flex04 div:nth-child(4) {
            padding: 0px; } }
  .news_body .list01 {
    margin: 0px 0px 30px; }
    @media (max-width: 767px) {
      .news_body .list01 {
        margin: 0px 0px 14px; } }
    .news_body .list01 li {
      line-height: 135%;
      margin-bottom: 10px;
      text-indent: -11px;
      padding-left: 11px; }
      @media (max-width: 767px) {
        .news_body .list01 li {
          text-indent: -8px;
          padding-left: 8px;
          margin-bottom: 4px; } }
      .news_body .list01 li:before {
        color: #004C9F;
        content: "-";
        margin-right: 6px; }
        @media (max-width: 767px) {
          .news_body .list01 li:before {
            margin-right: 4px; } }
      .news_body .list01 li:last-child {
        margin-bottom: 0px; }
  .news_body .list02 {
    margin: 0px 0px 30px; }
    @media (max-width: 767px) {
      .news_body .list02 {
        margin: 0px 0px 14px; } }
    .news_body .list02 li {
      line-height: 135%;
      margin-bottom: 10px;
      text-indent: -11px;
      padding-left: 11px;
      padding-bottom: 6px;
      border-bottom: dotted 1px #ccc; }
      @media (max-width: 767px) {
        .news_body .list02 li {
          text-indent: -8px;
          padding-left: 8px;
          margin-bottom: 4px; } }
      .news_body .list02 li:before {
        color: #004C9F;
        content: "-";
        margin-right: 6px; }
        @media (max-width: 767px) {
          .news_body .list02 li:before {
            margin-right: 4px; } }
      .news_body .list02 li:last-child {
        margin-bottom: 0px; }
  .news_body .list03 {
    margin: 0px 0px 30px; }
    @media (max-width: 767px) {
      .news_body .list03 {
        margin: 0px 0px 14px; } }
    .news_body .list03 li {
      color: #fff;
      text-indent: -20px;
      padding: 6px 12px 6px 32px;
      line-height: 130%;
      margin-bottom: 8px;
      background: #66cc99; }
      @media (max-width: 1230px) {
        .news_body .list03 li {
          padding: 6px 12px 6px 24px;
          margin-bottom: 4px;
          text-indent: -16px; } }
      .news_body .list03 li:before {
        content: "+";
        position: relative;
        top: -1px;
        color: #004C9F;
        margin-right: 8px; }
  .news_body .list04 {
    margin: 0px 0px 30px; }
    @media (max-width: 767px) {
      .news_body .list04 {
        margin: 0px 0px 14px; } }
    .news_body .list04 li {
      line-height: 130%;
      margin-bottom: 8px;
      text-indent: -20px;
      border-bottom: solid 1px #ccc;
      padding: 6px 12px 6px 32px; }
      @media (max-width: 1230px) {
        .news_body .list04 li {
          padding: 6px 12px 6px 24px;
          line-height: 130%;
          margin-bottom: 4px;
          text-indent: -16px; } }
      .news_body .list04 li:before {
        content: "+";
        position: relative;
        top: -1px;
        color: #004C9F;
        margin-right: 8px; }
  .news_body .varieties {
    position: relative;
    z-index: 1;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .news_body .varieties {
        margin-bottom: 20px; } }
    .news_body .varieties h3 {
      color: #004C9F;
      font-size: 30px;
      font-weight: 500;
      line-height: 1.1;
      margin-bottom: 10px; }
      @media (max-width: 1230px) {
        .news_body .varieties h3 {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .news_body .varieties h3 {
          font-size: 18px;
          margin-bottom: 4px; } }
    @media (max-width: 1230px) {
      .news_body .varieties .inner {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
    .news_body .varieties table {
      font-size: 16px;
      width: 100%;
      table-layout: fixed;
      line-height: 1.2; }
      @media (max-width: 1230px) {
        .news_body .varieties table {
          min-width: 800px; } }
      @media (max-width: 767px) {
        .news_body .varieties table {
          width: auto;
          min-width: auto;
          font-size: 12px; } }
      @media (max-width: 1230px) {
        .news_body .varieties table th,
        .news_body .varieties table td {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .news_body .varieties table th,
        .news_body .varieties table td {
          font-size: 12px; } }
      .news_body .varieties table thead th {
        color: #fff;
        text-align: center;
        vertical-align: middle;
        background: #0068b6;
        padding: 8px 5px;
        position: relative; }
        @media (max-width: 767px) {
          .news_body .varieties table thead th {
            font-size: 14px;
            padding: 4px;
            line-height: 110%; } }
        .news_body .varieties table thead th:not(:last-child)::before {
          content: "";
          background: #fff;
          width: 1px;
          height: 65%;
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .news_body .varieties table tbody th {
        color: #004C9F;
        font-size: 18px;
        vertical-align: middle;
        font-weight: 400;
        background: #E8ECF4;
        padding: 12px 15px;
        border: solid 1px #ccc; }
        @media (max-width: 767px) {
          .news_body .varieties table tbody th {
            font-size: 14px;
            padding: 4px; } }
      .news_body .varieties table tbody td {
        background: #fff;
        text-align: center;
        vertical-align: middle;
        padding: 14px 10px;
        border: solid 1px #ccc;
        vertical-align: middle; }
        @media (max-width: 767px) {
          .news_body .varieties table tbody td {
            padding: 4px; } }
        .news_body .varieties table tbody td ul li {
          margin-bottom: 6px; }
          @media (max-width: 767px) {
            .news_body .varieties table tbody td ul li {
              margin-bottom: 3px; } }
          .news_body .varieties table tbody td ul li:last-child {
            margin-bottom: 0px; }
      .news_body .varieties table tbody .bg_gray td {
        background: #f6f6f6; }




