@charset "UTF-8";
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent; }

.content {
  padding-top: 2.6rem; }

@media screen and (min-width: 769px) {
  .content {
    padding-top: 5rem; }

  .section {
    margin-bottom: 32.5rem !important; } }
.filter {
  margin-bottom: 8rem; }
  @media screen and (min-width: 769px) {
    .filter {
      margin-bottom: 8.5rem; } }
  .filter .select {
    position: relative; }
    .filter .select select {
      background: #000;
      color: #fff;
      width: 100%;
      height: 50px;
      text-indent: 2em;
      font-size: 1.6rem;
      font-weight: bold; }
    .filter .select:after {
      content: '▼';
      color: #fff;
      position: absolute;
      right: 2rem;
      top: 2rem;
      font-size: 1.2rem;
      pointer-events: none; }
  .filter .search {
    background-color: #000;
    height: 74px; }
    .filter .search .in {
      height: 100%; }
    .filter .search ul {
      display: flex;
      justify-content: center;
      height: 100%; }
      .filter .search ul li {
        width: calc(100% / 5); }
        .filter .search ul li a {
          color: #fff;
          font-size: 1.3rem;
          font-weight: bold;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%; }
          @media screen and (min-width: 1024px) {
            .filter .search ul li a {
              font-size: 1.6rem; } }
          .filter .search ul li a span {
            position: relative; }
            .filter .search ul li a span:before, .filter .search ul li a span:after {
              content: '';
              width: 0;
              bottom: -2.9rem;
              transition: all 0.3s ease;
              border-bottom: 3px solid #fff;
              position: absolute; }
            .filter .search ul li a span:before {
              left: 50%; }
            .filter .search ul li a span:after {
              right: 50%; }
          .filter .search ul li a.here span:before, .filter .search ul li a.here span:after {
            width: 50% !important;
            border-bottom: 3px solid #fff !important; }
        .filter .search ul li:hover a span:before, .filter .search ul li:hover a span:after {
          width: 50%;
          border-bottom: 3px solid #fff; }

.news_list {
  text-align: left;
  color: #333333; }
  .news_list .list:not(:last-child) {
    margin-bottom: 4.2rem; }
  .news_list .list .a {
    color: #333333; }
  .news_list .list .day {
    font-size: 1.4rem;
    margin-bottom: 1.3rem;
    font-weight: bold; }
  .news_list .list .cat {
    font-size: 1.2rem;
    width: 130px;
    height: 25px;
    margin-bottom: 1.3rem;
    display: flex;
    border: 1px solid #000000;
    align-items: center;
    justify-content: center; }
    .news_list .list .cat.corporate {
      background-color: #000000;
      color: #ffffff; }
  .news_list .list .cont {
    font-size: 1.6rem;
    line-height: 1.8; }
  @media screen and (min-width: 769px) {
    .news_list .list {
      font-size: 0; }
      .news_list .list .a:hover {
        text-decoration: underline; }
      .news_list .list:not(:last-child) {
        margin-bottom: 7.8rem; }
      .news_list .list .day {
        display: inline-block;
        margin-right: 2rem;
        font-size: 1.6rem;
        margin-bottom: 0; }
      .news_list .list .cat {
        font-size: 1.4rem;
        height: 30px;
        margin-bottom: 0;
        display: inline-flex; }
      .news_list .list .cont {
        display: inline-block; }
      .news_list .list .colL {
        display: inline-block;
        width: 306px;
        vertical-align: middle; }
      .news_list .list .colR {
        display: inline-block;
        width: calc(100% - 306px);
        vertical-align: middle; } }

.detail {
  text-align: left; }
  .detail img {
    height: auto; }
  .detail .day {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1.4rem; }
  .detail .cat {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
    width: 100px;
    height: 22px;
    border: 1px solid #000000;
    color: #333333;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .detail .cat.corporate {
      background-color: #000000;
      color: #ffffff; }
  .detail .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 3rem;
    color: #333333;
    line-height: 1.5; }
  .detail .photo {
    margin-bottom: 3rem; }
    .detail .photo .bg {
      height: 0;
      padding-top: 62%;
      background-image: url("../images/news/news_dum.jpg");
      background-size: cover; }
  .detail .cont {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 9rem; }
  .detail .share {
    margin-bottom: 8rem; }
    .detail .share .title {
      font-size: 1.2rem;
      margin-bottom: 1.6rem;
      color: #666666; }
    .detail .share ul {
      display: flex;
      font-weight: normal; }
      .detail .share ul li {
        width: 32px; }
        .detail .share ul li:not(:last-child) {
          margin-right: 2.7rem; }
  .detail .navi ul {
    display: flex; }
    .detail .navi ul li {
      width: calc(100% / 3);
      box-sizing: border-box; }
      .detail .navi ul li:nth-child(1) {
        text-align: left; }
      .detail .navi ul li:nth-child(2) {
        text-align: center; }
      .detail .navi ul li:nth-child(3) {
        text-align: right; }
      .detail .navi ul li .a {
        color: #666666;
        font-weight: bold;
        font-size: 1.6rem; }
      .detail .navi ul li div.a {
        opacity: .6; }
  @media screen and (min-width: 769px) {
    .detail .center {
      margin: 0 auto;
      width: calc(100% - 114px); }
    .detail .day {
      font-size: 1.6rem;
      margin-bottom: 1.6rem; }
    .detail .cat {
      width: 130px;
      height: 30px;
      font-size: 1.4rem;
      margin-bottom: 8rem; }
    .detail .ttl {
      font-size: 3.2rem;
      margin-bottom: 8rem; }
    .detail .photo {
      margin-bottom: 8rem; }
    .detail .cont {
      font-size: 1.6rem;
      margin-bottom: 9.5rem; }
    .detail .share {
      text-align: center;
      margin-bottom: 13rem; }
      .detail .share .title {
        font-size: 1.6rem;
        margin-bottom: 3.5rem; }
      .detail .share ul {
        width: 100%;
        justify-content: center; }
        .detail .share ul li {
          width: 37px;
          transition: .4s; }
          .detail .share ul li:hover {
            opacity: .6; }
          .detail .share ul li:not(:last-child) {
            margin-right: 4.5rem; }
    .detail .navi ul {
      margin: 0; }
      .detail .navi ul li:nth-child(1) {
        text-align: right; }
      .detail .navi ul li:nth-child(2) {
        text-align: center; }
      .detail .navi ul li:nth-child(3) {
        text-align: left; }
      .detail .navi ul li .a {
        font-size: 1.6rem; }
        .detail .navi ul li .a span {
          position: relative; }
          .detail .navi ul li .a span:before, .detail .navi ul li .a span:after {
            content: '';
            width: 0;
            bottom: -1.3rem;
            transition: all 0.3s ease;
            border-bottom: 1px solid #333333;
            position: absolute; }
          .detail .navi ul li .a span:before {
            left: 50%; }
          .detail .navi ul li .a span:after {
            right: 50%; }
      .detail .navi ul li a.a:hover span:before, .detail .navi ul li a.a:hover span:after {
        width: 50%;
        border-bottom: 1px solid #333333; } }

.wp-pagenavi {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  .wp-pagenavi span {
    border: none !important;
    color: #fff;
    background-color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.4em;
    padding: 0; }
    .wp-pagenavi span:first-child {
      display: none; }
  .wp-pagenavi a {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.4em;
    padding: 0;
    border: none !important;
    color: #666666;
    background-color: #f0f1f3;
    transition: .4s; }
    .wp-pagenavi a:hover {
      background-color: #000;
      color: #fff; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    display: none; }

.moreread {
  padding-bottom: 10rem; }
  .moreread .link_more {
    position: relative;
    width: 100%; }
    .moreread .link_more a {
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
      .moreread .link_more a span {
        color: #333;
        font-size: 1.2rem;
        writing-mode: vertical-lr; }
      .moreread .link_more a:before {
        content: '';
        position: absolute;
        bottom: -60px;
        left: 50%;
        width: 1px;
        height: 50px;
        background: rgba(0, 0, 0, 0.4); }
      .moreread .link_more a:after {
        animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
        content: '';
        position: absolute;
        bottom: -60px;
        left: 50%;
        width: 1px;
        height: 50px;
        background: #000; }
  @media screen and (min-width: 769px) {
    .moreread {
      padding-bottom: 0; }
      .moreread .link_more a span {
        font-size: 1.4rem; } }
