@charset "UTF-8";
/*英字*/
/* -----------------------------------------------------
	business
----------------------------------------------------- */
#news .inner {
  max-width: 900px;
  margin: 70px auto 160px; }
  @media screen and (max-width: 768px) {
    #news .inner {
      margin: 9.76563vw auto 15.625vw; } }

#news .newsList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 700;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5; }
  @media screen and (max-width: 768px) {
    #news .newsList li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 5.85938vw 0; } }
  #news .newsList li:last-of-type {
    border-bottom: none; }

#news .newsList__time {
  color: #bfbfbf; }
  @media screen and (min-width: 769px) {
    #news .newsList__time {
      width: 20%; } }

#news .newsList__link {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    #news .newsList__link {
      width: 100%;
      margin-top: 2.60417vw; } }
  #news .newsList__link span {
    width: 90%; }
  #news .newsList__link::after {
    content: '';
    display: block;
    margin-left: auto;
    width: 8px;
    height: 8px;
    border-top: solid 2px #009999;
    border-right: solid 2px #009999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media screen and (min-width: 769px) {
    #news .newsList__link:hover {
      color: #009999;
      opacity: 1; } }

#news .nav-links {
  text-align: center;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    #news .nav-links {
      margin-top: 11.71875vw; } }
  #news .nav-links .page-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50vw;
    line-height: 1;
    color: #009999;
    -webkit-box-shadow: 3px 3px 5px rgba(79, 79, 88, 0.13), -3px -3px 5px #fff;
    box-shadow: 3px 3px 5px rgba(79, 79, 88, 0.13), -3px -3px 5px #fff;
    font-family: 'Kanit',YuGothic,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
    font-size: 1.8rem;
    margin: 0 6px;
    height: 60px;
    width: 60px; }
    @media screen and (max-width: 768px) {
      #news .nav-links .page-numbers {
        height: 12.36979vw;
        width: 12.36979vw;
        margin: 0 1.5625vw;
        font-size: 3.64583vw; } }
    @media screen and (min-width: 769px) {
      #news .nav-links .page-numbers {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        #news .nav-links .page-numbers:hover:not(.current) {
          background-color: #009999;
          color: #fff;
          opacity: 1; } }
    #news .nav-links .page-numbers.prev, #news .nav-links .page-numbers.next {
      display: none; }
  #news .nav-links .current {
    background-color: #009999;
    color: #fff; }

#news .detailTime {
  color: #bfbfbf;
  font-weight: 700; }

#news .detailTtl {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 15px 0 60px; }
  @media screen and (max-width: 768px) {
    #news .detailTtl {
      font-size: 5.20833vw;
      margin: 2.60417vw 0 5.20833vw; } }

#news .detailInner {
  margin: 70px auto 110px; }
  @media screen and (max-width: 768px) {
    #news .detailInner {
      margin: 9.11458vw auto 14.32292vw; } }
  #news .detailInner p {
    margin-bottom: 1.875em;
    line-height: 1.875; }

#news .pagenavi {
  text-align: center;
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    #news .pagenavi {
      margin-top: 11.71875vw; } }

#news .detailLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50vw;
  line-height: 1;
  color: #009999;
  -webkit-box-shadow: 3px 3px 5px rgba(79, 79, 88, 0.13), -3px -3px 5px #fff;
  box-shadow: 3px 3px 5px rgba(79, 79, 88, 0.13), -3px -3px 5px #fff;
  margin-left: 20px;
  font-weight: 700;
  height: 60px;
  width: 190px; }
  @media screen and (max-width: 768px) {
    #news .detailLink {
      height: 12.36979vw;
      width: 24.73958vw;
      margin-left: 3.90625vw;
      margin-bottom: 5.20833vw; } }
  #news .detailLink:first-child {
    margin-left: 0; }
  @media screen and (min-width: 769px) {
    #news .detailLink {
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #news .detailLink:hover {
        background-color: #009999;
        color: #fff;
        opacity: 1; } }
