@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.con_news, .con_news .main .con_pager_detail {
  width: 90%;
  max-width: 1280px;
  margin: auto; }
  @media only screen and (max-width: 1199px) {
    .con_news, .con_news .main .con_pager_detail {
      width: 91.6666666667%; } }

.con_news:after, .con_news .main .con_pager:after {
  content: "";
  display: table;
  clear: both; }

.con_mv {
  margin-top: 3em; }

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  margin-top: 40px;
  margin-bottom: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_news {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .con_news {
      margin-top: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_news {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .con_news {
      margin-bottom: 40px; } }
  .con_news a {
    text-decoration: none !important; }
  .con_news .main {
    width: 70%;
    float: left; }
    @media only screen and (max-width: 1199px) {
      .con_news .main {
        width: 100%;
        float: none; } }
    .con_news .main .info {
      text-align: center;
      margin: 15% 0 15% 42%;
      font-size: 119%; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .info {
          margin: 15% 0 15% 2%; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .info {
          margin: 5% 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .info {
          font-size: 113%; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .info {
          font-size: 113%; } }
    .con_news .main .box_news {
      border-bottom: solid 1px #ccc;
      position: relative;
      transition: all 0.3s; }
      .con_news .main .box_news .box_bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #f5f1ed;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in; }
      .con_news .main .box_news:hover {
        background-color: #dedbd8; }
        .con_news .main .box_news:hover .box_bg {
          opacity: 1; }
      @media only screen and (max-width: 767px) {
        .con_news .main .box_news {
          margin-bottom: 0; } }
      .con_news .main .box_news.fitted {
        cursor: pointer; }
        .con_news .main .box_news.fitted.hovered {
          background: #ededed; }
          @media only screen and (max-width: 767px) {
            .con_news .main .box_news.fitted.hovered {
              background: none; } }
          .con_news .main .box_news.fitted.hovered h4 a {
            text-decoration: none; }
      .con_news .main .box_news .img {
        width: 220px;
        max-height: 146px;
        overflow: hidden;
        float: left;
        margin-right: 15px; }
        @media only screen and (max-width: 767px) {
          .con_news .main .box_news .img {
            width: 25%; } }
      .con_news .main .box_news .box_info {
        overflow: hidden;
        width: 220px;
        display: -webkit-inline-flex;
        display: inline-flex; }
        @media only screen and (max-width: 767px) {
          .con_news .main .box_news .box_info {
            width: 95%; } }
        @media only screen and (max-width: 767px) {
          .con_news .main .box_news .box_info {
            margin-bottom: 5px; } }
        .con_news .main .box_news .box_info p {
          display: inline-block;
          vertical-align: middle; }
        .con_news .main .box_news .box_info .date {
          color: #9b938c;
          margin-right: 10px;
          letter-spacing: 2px;
          font-weight: 600;
          font-size: 94%; }
        .con_news .main .box_news .box_info .cate {
          color: #fff;
          min-width: 10%;
          font-weight: normal;
          text-align: center;
          display: contents; }
          @media only screen and (max-width: 767px) {
            .con_news .main .box_news .box_info .cate {
              margin: 0 0 3px;
              font-size: 63%; } }
          @media only screen and (max-width: 767px) {
            .con_news .main .box_news .box_info .cate span {
              padding: 1px 7px;
              margin-bottom: 1px; } }
          .con_news .main .box_news .box_info .cate span.main_c {
            background: #9b938c;
            padding: 5px 10px;
            box-sizing: border-box;
            width: 100%;
            border-radius: 25px;
            font-size: 82%;
            display: inline-block;
            margin-bottom: 2px; }
            .con_news .main .box_news .box_info .cate span.main_c:not(:last-child) {
              margin-right: 0.6em; }
            @media only screen and (max-width: 767px) {
              .con_news .main .box_news .box_info .cate span.main_c {
                font-size: 125%;
                width: 120px; } }
          .con_news .main .box_news .box_info .cate span.sub_c {
            background: #aaa;
            padding: 2px 15px; }
        .con_news .main .box_news .box_info .cate2 {
          background-color: #9b938c;
          text-align: center; }
      .con_news .main .box_news h4 {
        overflow: hidden;
        margin: 0.5em 0;
        font-weight: normal;
        line-height: 1.5;
        font-size: 113%; }
        @media only screen and (max-width: 767px) {
          .con_news .main .box_news h4 {
            margin: 0 0 0.5em 0;
            font-size: 88%; } }
      .con_news .main .box_news a {
        display: flex;
        align-items: center;
        position: relative;
        padding: 20px; }
        .con_news .main .box_news a::after {
          position: absolute;
          content: "";
          background: url(../images/common/ic_arrow_black.png) no-repeat;
          width: 25px;
          height: 5px;
          transition: all 0.5s;
          top: 50%;
          right: 2rem;
          transform: translate(0, -50%); }
          @media only screen and (max-width: 767px) {
            .con_news .main .box_news a::after {
              display: none; } }
        .con_news .main .box_news a .txt_basic {
          width: 65%;
          margin-left: 2em;
          line-height: 1.2; }
          @media only screen and (min-width: 768px) and (max-width: 1199px) {
            .con_news .main .box_news a .txt_basic {
              width: 45%; } }
          @media only screen and (max-width: 767px) {
            .con_news .main .box_news a .txt_basic {
              width: 100%; } }
          @media only screen and (min-width: 768px) and (max-width: 1199px) {
            .con_news .main .box_news a .txt_basic {
              margin-left: 2em; } }
          @media only screen and (max-width: 767px) {
            .con_news .main .box_news a .txt_basic {
              margin-left: 0; } }
          @media only screen and (min-width: 1200px) and (max-width: 1380px) {
            .con_news .main .box_news a .txt_basic {
              width: 60%; } }
          @media only screen and (min-width: 960px) and (max-width: 1200px) {
            .con_news .main .box_news a .txt_basic {
              width: 58%; } }
        @media only screen and (max-width: 767px) {
          .con_news .main .box_news a {
            flex-direction: column;
            align-items: flex-start; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .box_news .txt_basic {
          -webkit-line-clamp: 2;
          margin-top: 1em; } }
    .con_news .main .con_news_title {
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .con_news_title {
          margin-bottom: 30px; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_news_title {
          margin-bottom: 20px; } }
      .con_news .main .con_news_title .box_news_title {
        overflow: hidden;
        margin-bottom: 10px; }
        @media only screen and (max-width: 767px) {
          .con_news .main .con_news_title .box_news_title {
            width: 100%;
            margin: 2em auto 1em;
            display: flex;
            align-items: center; } }
        .con_news .main .con_news_title .box_news_title p {
          display: inline-block;
          vertical-align: middle; }
        .con_news .main .con_news_title .box_news_title .date {
          margin-right: 10px;
          color: #9b938c;
          letter-spacing: 2px;
          font-weight: 600;
          font-size: 94%; }
          @media only screen and (max-width: 767px) {
            .con_news .main .con_news_title .box_news_title .date {
              display: block; } }
        .con_news .main .con_news_title .box_news_title .cate {
          color: #fff;
          min-width: 90px;
          text-align: center;
          font-weight: normal;
          font-size: 94%; }
          @media only screen and (max-width: 767px) {
            .con_news .main .con_news_title .box_news_title .cate {
              margin: 0; } }
          .con_news .main .con_news_title .box_news_title .cate span {
            padding: 5px 15px;
            display: inline-block;
            background: #9b938c; }
            .con_news .main .con_news_title .box_news_title .cate span:not(:last-child) {
              margin-right: 0.5em; }
          .con_news .main .con_news_title .box_news_title .cate .main_c {
            border-radius: 25px; }
      .con_news .main .con_news_title .title_basic {
        margin-top: 3em; }
        .con_news .main .con_news_title .title_basic img {
          top: 0; }
    .con_news .main .con_news_slide {
      margin-bottom: 8em; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .con_news_slide {
          margin-bottom: 7em; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_news_slide {
          margin-bottom: 6em; } }
      .con_news .main .con_news_slide .box_slide {
        position: relative; }
        .con_news .main .con_news_slide .box_slide .slide_item {
          position: relative; }
          .con_news .main .con_news_slide .box_slide .slide_item .txt_caption {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            color: #fff;
            text-align: left;
            padding: 0.5em 1em;
            background: #2893c573; }
        .con_news .main .con_news_slide .box_slide .txt_inn {
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          padding: 7px 15px;
          color: #fff;
          background-color: rgba(51, 51, 51, 0.8); }
          .con_news .main .con_news_slide .box_slide .txt_inn p {
            font-size: 75%;
            text-align: center; }
          @media only screen and (max-width: 767px) {
            .con_news .main .con_news_slide .box_slide .txt_inn {
              display: none !important; } }
        .con_news .main .con_news_slide .box_slide .slick-slide img {
          margin: 0 auto;
          width: 100%;
          object-fit: cover;
          height: 70vh; }
          @media only screen and (min-width: 768px) and (max-width: 1199px) {
            .con_news .main .con_news_slide .box_slide .slick-slide img {
              height: 55vw; } }
          @media only screen and (max-width: 767px) {
            .con_news .main .con_news_slide .box_slide .slick-slide img {
              height: 50vw;
              object-fit: contain; } }
        .con_news .main .con_news_slide .box_slide .slick-slide .txt_inn {
          transition: all 0.2s ease-in; }
        .con_news .main .con_news_slide .box_slide .slick-active .txt_inn {
          bottom: 0; }
        .con_news .main .con_news_slide .box_slide .slick-dots {
          position: absolute;
          display: flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-box-pack: center;
          width: 100%;
          left: 0;
          bottom: -3em; }
          .con_news .main .con_news_slide .box_slide .slick-dots li {
            margin-right: 10px; }
            .con_news .main .con_news_slide .box_slide .slick-dots li button {
              background: #9b938c;
              opacity: .2;
              padding: 0 !important;
              width: 50px;
              height: 6px;
              text-indent: -9999px;
              border: none; }
            .con_news .main .con_news_slide .box_slide .slick-dots li.slick-active button {
              background: #9b938c;
              opacity: 1; }
      .con_news .main .con_news_slide .txt_caption {
        padding-top: 50px;
        text-align: center; }
    .con_news .main .con_news_detail01 .st_l {
      margin-bottom: 15px;
      font-size: 150%;
      font-weight: normal;
      text-align: left;
      position: relative;
      padding: 0.25em 0 0.5em 0.75em;
      border-left: 6px solid #9b938c;
      background: linear-gradient(left, #eee, #fff); }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .con_news_detail01 .st_l {
          margin-bottom: 10px; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_news_detail01 .st_l {
          margin-bottom: 10px; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_news_detail01 .st_l {
          font-size: 113%; } }
      .con_news .main .con_news_detail01 .st_l:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 0;
        border-bottom: 1px solid #ccc; }
    .con_news .main .con_news_detail01 .st_m {
      font-size: 150%;
      font-weight: normal;
      text-align: left;
      position: relative;
      padding: 0.25em 0 0.5em 0.75em;
      border-left: 6px solid #9b938c;
      background: linear-gradient(left, #eee, #fff);
      font-size: 125%;
      font-weight: normal;
      padding-left: 1em;
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 20px;
      background: none; }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_news_detail01 .st_m {
          font-size: 113%; } }
      .con_news .main .con_news_detail01 .st_m:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 0;
        border-bottom: 1px solid #ccc; }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_news_detail01 .st_m {
          font-size: 100%; } }
    .con_news .main .con_news_detail01 .st_s {
      font-size: 113%;
      color: #161616;
      margin-bottom: 20px;
      font-weight: normal;
      position: relative;
      padding-left: 1.5em;
      padding-bottom: 6px;
      border-bottom: 1px solid #ccc; }
      .con_news .main .con_news_detail01 .st_s:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        left: 8px;
        top: 10px;
        background: #9b938c;
        border-radius: 10px; }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_news_detail01 .st_s {
          font-size: 88%; } }
    .con_news .main .con_news_detail {
      margin-bottom: 60px;
      text-align: center; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .con_news_detail {
          margin-bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_news_detail {
          margin-bottom: 40px; } }
      .con_news .main .con_news_detail.txt_basic {
        margin-bottom: 20px; }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .con_news .main .con_news_detail.txt_basic {
            margin-bottom: 20px; } }
        @media only screen and (max-width: 767px) {
          .con_news .main .con_news_detail.txt_basic {
            margin-bottom: 15px; } }
      .con_news .main .con_news_detail .txt_basic {
        text-align: left; }
      .con_news .main .con_news_detail .wrap_movie {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden; }
      .con_news .main .con_news_detail .wrap_movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .con_news .main .con_news_detail .txt_caption {
        padding-top: 10px;
        text-align: center; }
      .con_news .main .con_news_detail .tbl_basic {
        text-align: left; }
        .con_news .main .con_news_detail .tbl_basic .tbl {
          width: 100%;
          overflow: hidden; }
    .con_news .main .con_news_detail02 {
      margin-bottom: 60px;
      overflow: hidden; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .con_news_detail02 {
          margin-bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_news_detail02 {
          margin-bottom: 40px; } }
      .con_news .main .con_news_detail02 .con_l {
        float: left;
        width: 48%; }
        @media only screen and (max-width: 767px) {
          .con_news .main .con_news_detail02 .con_l {
            width: 100%;
            float: none;
            margin-right: 0;
            margin-bottom: 30px; } }
        .con_news .main .con_news_detail02 .con_l dd {
          margin-top: 5px; }
      .con_news .main .con_news_detail02 .con_r {
        float: right;
        width: 48%; }
        @media only screen and (max-width: 767px) {
          .con_news .main .con_news_detail02 .con_r {
            width: 100%;
            float: none;
            margin-bottom: 0; } }
        .con_news .main .con_news_detail02 .con_r dd {
          margin-top: 5px; }
    .con_news .main .con_news_detail03 {
      margin-bottom: 60px;
      overflow: hidden; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .con_news_detail03 {
          margin-bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_news_detail03 {
          margin-bottom: 40px; } }
      .con_news .main .con_news_detail03 .con_l,
      .con_news .main .con_news_detail03 .con_c {
        float: left;
        width: 31%;
        margin-right: 3.5%; }
        @media only screen and (max-width: 767px) {
          .con_news .main .con_news_detail03 .con_l,
          .con_news .main .con_news_detail03 .con_c {
            width: 100%;
            float: none;
            margin-right: 0;
            margin-bottom: 30px; } }
        .con_news .main .con_news_detail03 .con_l dd,
        .con_news .main .con_news_detail03 .con_c dd {
          margin-top: 5px; }
      .con_news .main .con_news_detail03 .con_r {
        float: right;
        width: 31%;
        margin-right: 0; }
        @media only screen and (max-width: 767px) {
          .con_news .main .con_news_detail03 .con_r {
            width: 100%;
            float: none;
            margin-right: 0;
            margin-bottom: 0; } }
        .con_news .main .con_news_detail03 .con_r dd {
          margin-top: 5px; }
    .con_news .main .con_news_detail04 {
      margin-bottom: 60px;
      overflow: hidden;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .con_news_detail04 {
          margin-bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_news_detail04 {
          margin-bottom: 40px; } }
      .con_news .main .con_news_detail04 .box_img {
        width: 56%;
        padding-left: 5%;
        order: 2; }
        @media only screen and (max-width: 767px) {
          .con_news .main .con_news_detail04 .box_img {
            width: 100%;
            float: none;
            padding-left: 0;
            order: 1; } }
      .con_news .main .con_news_detail04 .txt_basic {
        width: 39%;
        order: 1; }
        @media only screen and (max-width: 767px) {
          .con_news .main .con_news_detail04 .txt_basic {
            width: 100%;
            margin-top: 5px;
            order: 2; } }
    .con_news .main .con_news_detail05 {
      margin-bottom: 60px;
      overflow: hidden;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .con_news_detail05 {
          margin-bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_news_detail05 {
          margin-bottom: 40px; } }
      .con_news .main .con_news_detail05 .box_img {
        width: 56%;
        padding-right: 5%; }
        @media only screen and (max-width: 767px) {
          .con_news .main .con_news_detail05 .box_img {
            float: none;
            width: 100%;
            padding-right: 0; } }
      .con_news .main .con_news_detail05 .txt_basic {
        width: 39%; }
        @media only screen and (max-width: 767px) {
          .con_news .main .con_news_detail05 .txt_basic {
            width: 100%;
            margin-top: 5px; } }
    .con_news .main .btn_detail {
      text-align: center;
      margin-bottom: 60px; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .btn_detail {
          margin-bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .btn_detail {
          margin-bottom: 40px; } }
      .con_news .main .btn_detail a {
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px; }
    .con_news .main .btn_pdf {
      text-align: center;
      margin-bottom: 60px; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .btn_pdf {
          margin-bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        .con_news .main .btn_pdf {
          margin-bottom: 40px; } }
      .con_news .main .btn_pdf a {
        display: inline-block; }
        .con_news .main .btn_pdf a span:before {
          content: "\f1c1";
          font-family: "FontAwesome";
          font-size: 100%; }
    .con_news .main .con_pager {
      margin-top: 30px; }
      @media only screen and (max-width: 767px) {
        .con_news .main .con_pager {
          margin-top: 40px; } }
      .con_news .main .con_pager ul {
        text-align: center; }
        .con_news .main .con_pager ul li {
          display: inline-block;
          border: 1px solid #ccc;
          background: #fff;
          vertical-align: top; }
          .con_news .main .con_pager ul li a {
            display: block;
            padding: 10px 15px;
            text-decoration: none;
            text-align: center;
            transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in; }
            .con_news .main .con_pager ul li a:hover, .con_news .main .con_pager ul li a.active {
              background: #9b938c;
              color: #fff; }
          .con_news .main .con_pager ul li.prev i {
            margin-right: 0.5em; }
          .con_news .main .con_pager ul li.next i {
            margin-left: 0.5em; }
          .con_news .main .con_pager ul li.back i {
            margin-right: 0.5em; }
          .con_news .main .con_pager ul li.index i {
            margin-right: 0.5em; }
    .con_news .main .con_pager_detail {
      margin-top: 30px;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      margin-bottom: 10px;
      display: table;
      width: 100%;
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .main .con_pager_detail {
          margin: 0 auto 15px; } }
      .con_news .main .con_pager_detail .box_prev,
      .con_news .main .con_pager_detail .box_next {
        width: 50%;
        display: table-cell;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in; }
        .con_news .main .con_pager_detail .box_prev::before,
        .con_news .main .con_pager_detail .box_next::before {
          position: absolute;
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          top: 50%;
          content: "\f104";
          left: 0;
          font-size: 1.3em;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
        .con_news .main .con_pager_detail .box_prev a,
        .con_news .main .con_pager_detail .box_next a {
          padding-left: 20px;
          display: block;
          padding: 3em;
          text-decoration: none;
          font-size: 0.9em; }
          @media only screen and (max-width: 767px) {
            .con_news .main .con_pager_detail .box_prev a,
            .con_news .main .con_pager_detail .box_next a {
              padding: 0.5em 2em; } }
        .con_news .main .con_pager_detail .box_prev:hover,
        .con_news .main .con_pager_detail .box_next:hover {
          background: #9b938c;
          color: #fff; }
          .con_news .main .con_pager_detail .box_prev:hover a,
          .con_news .main .con_pager_detail .box_next:hover a {
            color: #fff; }
      .con_news .main .con_pager_detail .box_prev {
        border-right: 1px solid #000; }
        .con_news .main .con_pager_detail .box_prev:before {
          left: 0.5em; }
      .con_news .main .con_pager_detail .box_next {
        text-align: right; }
        .con_news .main .con_pager_detail .box_next::before {
          content: "\f105";
          right: 0.5em;
          left: auto; }
  .con_news .side {
    width: 26%;
    float: right;
    font-family: "Noto Serif CJK JP", serif; }
    @media only screen and (max-width: 767px) {
      .con_news .side {
        font-family: 'Noto Serif JP', serif; } }
    @media only screen and (max-width: 1199px) {
      .con_news .side {
        width: 100%;
        float: none;
        margin-top: 3em; } }
    .con_news .side .con_widget {
      margin-bottom: 60px; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_news .side .con_widget {
          margin-bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        .con_news .side .con_widget {
          margin-bottom: 40px; } }
      .con_news .side .con_widget h3 {
        font-weight: normal;
        margin-bottom: 10px; }
        .con_news .side .con_widget h3 .en {
          margin: 0 0.5em 0 0;
          font-size: 125%;
          color: #100d0e;
          font-family: "Jost", sans-serif;
          font-weight: 400; }
        .con_news .side .con_widget h3 .jp {
          font-size: 82%;
          color: #100d0e; }
      .con_news .side .con_widget > ul {
        margin-bottom: 15px; }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .con_news .side .con_widget > ul {
            margin-bottom: 15px; } }
        @media only screen and (max-width: 767px) {
          .con_news .side .con_widget > ul {
            margin-bottom: 10px; } }
        .con_news .side .con_widget > ul > li {
          display: block; }
          .con_news .side .con_widget > ul > li ul li a {
            padding: 15px 15px 15px 30px;
            display: block; }
            .con_news .side .con_widget > ul > li ul li a:after {
              left: 15px; }
            .con_news .side .con_widget > ul > li ul li a i {
              margin-right: 1em; }
          .con_news .side .con_widget > ul > li:last-child > a {
            border-bottom: 1px solid #9b938c; }
          .con_news .side .con_widget > ul > li > a {
            position: relative;
            display: block;
            outline: none;
            text-decoration: none;
            text-align: center;
            padding: 15px 20px;
            border: 1px solid #9b938c;
            border-bottom: 0;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out; }
            .con_news .side .con_widget > ul > li > a:hover, .con_news .side .con_widget > ul > li > a.active {
              background: #9b938c;
              color: #fff; }
            .con_news .side .con_widget > ul > li > a.active i {
              transform: rotate(90deg) !important; }
            .con_news .side .con_widget > ul > li > a i {
              position: absolute;
              right: 1em;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out; }
      .con_news .side .con_widget .accordion ~ .inner {
        display: none; }
      .con_news .side .con_widget .accordion.active ~ .inner {
        display: block; }
      .con_news .side .con_widget .btn_index {
        text-align: right; }
    .con_news .side .btn_dark {
      text-align: center; }
      .con_news .side .btn_dark a {
        transition: all 0.2s;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 240px;
        font-size: 1em;
        color: #fff !important;
        background: #333;
        border: 1px solid #333;
        border-radius: 0;
        text-align: center;
        text-decoration: none !important;
        padding: 10px; }
        @media only screen and (max-width: 767px) {
          .con_news .side .btn_dark a {
            font-size: 1em;
            padding: 10px 5px; } }
        .con_news .side .btn_dark a:hover {
          background: none;
          color: #333 !important; }

.btn {
  margin-bottom: 30px;
  text-align: center; }
  .btn a {
    min-width: 200px; }

.btn_pdf {
  margin-bottom: 30px;
  text-align: center; }
  .btn_pdf a {
    max-width: 320px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 88%;
    padding: 15px 0;
    text-align: center;
    background: #ab2020;
    text-decoration: none !important; }
    .btn_pdf a:hover {
      background: #ab2020;
      color: #fff !important;
      opacity: 0.8; }
    .btn_pdf a span {
      margin-right: 8px; }
      .btn_pdf a span img {
        width: 10%; }

.box_new_list li a .box_l .span_new {
  margin-right: 0.5em;
  white-space: nowrap; }

.tbl_basic .tbl tr th,
.tbl_basic .tbl tr td {
  padding: 1.5rem 2rem;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .tbl_basic .tbl tr th,
    .tbl_basic .tbl tr td {
      border: none; } }
.tbl_basic .tbl tr th {
  width: 24%; }
  @media only screen and (max-width: 767px) {
    .tbl_basic .tbl tr th {
      width: 100%; } }
.tbl_basic .tbl tr td {
  width: 70%; }
  @media only screen and (max-width: 767px) {
    .tbl_basic .tbl tr td {
      width: 95%; } }
