@charset "UTF-8";

#news .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


#news .content {
  padding: 60px 30px;
    background: #fff;
    max-width: 970px;
    width: calc(100% - 200px);
}


#news .archive {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border-top: solid 1px #A7A9A5;
}

#news .archive tr {
  border-bottom: solid 1px #A7A9A5;
}

#news .archive th {
  text-align: left;
  vertical-align: top;
  position: relative;
  padding: 15px 40px 15px 100px;
  width: 320px;
  vertical-align: middle;
}

#news .archive th .logo {
  position: relative;
  display: block;
  width: 120px;
  height: 30px;
  background: url("../../../images/post/news/logo_obg.svg")no-repeat;
  background-size: 120px;
  background-position: center;
  margin: 15px 0 0 25px;
}

#news .archive th .logo::before {
  position: absolute;
  content: "";
  right: -25px;
  top: 0;
  background: #82AC28;
  width: 25px;
  height: 30px;
}

#news .archive th .logo::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 0;
  background: #82AC28;
  width: 25px;
  height: 30px;
}

#news .archive th .logo.cat01 {
  background: url("../../../images/post/news/logo_cat01.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .archive th .logo.cat02 {
  background: url("../../../images/post/news/logo_cat02.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .archive th .logo.cat03 {
  background: url("../../../images/post/news/logo_cat03.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .archive th .logo.cat04 {
  background: url("../../../images/post/news/logo_cat04.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .archive th .logo.cat05 {
  background: url("../../../images/post/news/logo_cat05.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}
#news .archive th .logo.cat06 {
  background: url("../../../images/post/news/logo_cat06.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .archive th .logo.cat07 {
  background: url("../../../images/post/news/logo_cat07.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .archive th .logo.cat08 {
  background: url("../../../images/post/news/logo_cat08.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .archive th .logo.cat09 {
  background: url("../../../images/post/news/logo_cat09.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .archive th .logo.cat10 {
  background: url("../../../images/post/news/logo_cat10.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .archive th .new {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #FA7070;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-family: YuGothic, "Yu Gothic", Verdana, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1;
    width: 51px;
    padding: 4px 0;
    letter-spacing: 0;
}


#news .archive td {
  vertical-align: middle;
  padding: 15px 0;
}

#news .archive td a {
  color: #707070;
  text-decoration: none;
}


#news .sidebar {
    width: 170px;
}

#news .sidebar .block {
    margin-bottom: 70px;
}

#news .sidebar .block:last-child {
    margin-bottom: 0;
}

#news .sidebar .block .txt {
    background: #fff;
    text-align: center;
    color: #82AC28;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    letter-spacing: 0.1em;
    padding: 10px 0;
    margin-bottom: 20px;
}

#news .sidebar .block .monthly {
    margin-left: 30px;
}

#news .sidebar .block .monthly li {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 10px;
}

#news .sidebar .block .monthly li a {
    color: #82AC28;
    text-decoration: none;
}

#news .sidebar .block .group {
  margin-top: 20px;
}

#news .sidebar .block .group li {
    margin-bottom: 20px;
}

#news .sidebar .block .group li a {
    display: block;
    transition: .3s;
}

#news .sidebar .block .category01 {
  display: block;
  min-height: 55px;
  text-align: right;
  padding: 20px 30px 0 0;
  color: #82AC28;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: url("../../../images/post/news/side_category01.svg")no-repeat;
  background-size: 59px;
  background-position: left 16px center;
}

#news .sidebar .block .category02 {
  display: block;
  min-height: 50px;
  text-align: right;
  padding: 20px 30px 0 0;
  color: #82AC28;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: url("../../../images/post/news/side_category02.svg")no-repeat;
  background-size: 53px;
  background-position: left 16px center;
}


#news .sidebar .block .category03 {
  display: block;
  min-height: 40px;
  text-align: left;
  padding: 0 0 0 80px;
  color: #82AC28;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: url("../../../images/post/news/side_category03.svg")no-repeat;
  background-size: 62px;
  background-position: left 12px center;
}


#news .sidebar .block .category04 {
  display: block;
  min-height: 47px;
  text-align: right;
  padding: 18px 20px 0 0;
  color: #82AC28;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: url("../../../images/post/news/side_category04.svg")no-repeat;
  background-size: 33px;
  background-position: left 16px center;
}

#news .sidebar .block .category05 {
  display: block;
  min-height: 50px;
  text-align: right;
  padding: 15px 30px 0 0;
  color: #82AC28;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: url("../../../images/post/news/side_category05.svg")no-repeat;
  background-size: 59px;
  background-position: left 13px center;
}

#news .single .info {
  padding-bottom: 20px;
  position: relative;
  border-bottom: solid 1px #A7A9A5;
  display: flex;
  align-items: center;
}

#news .single .logo {
  position: relative;
  display: block;
  width: 120px;
  height: 30px;
  background: url("../../../images/post/news/logo_obg.svg")no-repeat;
  background-size: 120px;
  background-position: center;
  margin: 5px 0 0 25px;
}

#news .single .logo::before {
  position: absolute;
  content: "";
  right: -25px;
  top: 0;
  background: #82AC28;
  width: 25px;
  height: 30px;
}

#news .single .logo::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 0;
  background: #82AC28;
  width: 25px;
  height: 30px;
}

#news .single .logo.cat01 {
  background: url("../../../images/post/news/logo_cat01.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .single .logo.cat02 {
  background: url("../../../images/post/news/logo_cat02.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .single .logo.cat03 {
  background: url("../../../images/post/news/logo_cat03.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .single .logo.cat04 {
  background: url("../../../images/post/news/logo_cat04.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .single .logo.cat05 {
  background: url("../../../images/post/news/logo_cat05.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .single .logo.cat06 {
  background: url("../../../images/post/news/logo_cat06.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .single .logo.cat07 {
  background: url("../../../images/post/news/logo_cat07.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .single .logo.cat08 {
  background: url("../../../images/post/news/logo_cat08.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .single .logo.cat09 {
  background: url("../../../images/post/news/logo_cat09.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .single .logo.cat10 {
  background: url("../../../images/post/news/logo_cat10.svg")no-repeat;
  background-size: 70px;
  background-position: center;
}

#news .single .new {
    /* position: absolute; */
    /* left: 0; */
    margin-right: 40px;
    /* transform: translateY(-50%); */
    background: #FA7070;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-family: YuGothic, "Yu Gothic", Verdana, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1;
    width: 51px;
    padding: 4px 0;
    letter-spacing: 0;
}

#news .single {
    max-width: 770px;
    margin: 0 auto;
}

#news .single .ttl {
    border-bottom: solid 1px #A7A9A5;
    padding: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}

#news .single .ttl span {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

#news .single .ttl .heading {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
}

#news .single .editor {
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}

#news .single .editor p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3;
    padding-bottom: 40px;
}

#news .single .pager {
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
}


#news .single .pager a {
  color: #C3C6C2;
  font-weight: bold;
  text-decoration: none;
  display: block;
}


#news .single .pager .prev {
    float: left;
    position: relative;
    z-index: 5;
    padding-bottom: 40px;
    background: url("../../../images/post/news/ico_prev.svg")no-repeat;
    background-size: 99px;
    background-position: left bottom;
}

#news .single .pager .next {
    float: right;
    position: relative;
    z-index: 5;
    padding-bottom: 40px;
    background: url("../../../images/post/news/ico_next.svg")no-repeat;
    background-size: 99px;
    background-position: right bottom;
}

#news .single .pager .back {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    left: 0;
    top: 0;
}

#news .single .thumbnail {
  text-align: center;
  margin: 0 auto 50px;
}

#news .single .thumbnail .nothumbnail {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 150px;
  margin: 0 auto;
  background: url("../../../images/post/news/logo_obg.svg")no-repeat;
  background-size: 100%;
  background-position: center;
}

#news .single .thumbnail .nothumbnail.cat01 {
  background: url("../../../images/post/news/logo_cat01.svg")no-repeat;
  background-size: 100%;
  background-position: center;
}

#news .single .thumbnail .nothumbnail.cat02 {
  background: url("../../../images/post/news/logo_cat02.svg")no-repeat;
  background-size: 100%;
  background-position: center;
}

#news .single .thumbnail .nothumbnail.cat03 {
  background: url("../../../images/post/news/logo_cat03.svg")no-repeat;
  background-size: 100%;
  background-position: center;
}

#news .single .thumbnail .nothumbnail.cat04 {
  background: url("../../../images/post/news/logo_cat04.svg")no-repeat;
  background-size: 100%;
  background-position: center;
}


#news .single .thumbnail .nothumbnail.cat05 {
  background: url("../../../images/post/news/logo_cat05.svg")no-repeat;
  background-size: 100%;
  background-position: center;
}

#news .single .thumbnail .nothumbnail.cat06 {
  background: url("../../../images/post/news/logo_cat06.svg")no-repeat;
  background-size: 100%;
  background-position: center;
}

#news .single .thumbnail .nothumbnail.cat07 {
  background: url("../../../images/post/news/logo_cat07.svg")no-repeat;
  background-size: 100%;
  background-position: center;
}

#news .single .thumbnail .nothumbnail.cat08 {
  background: url("../../../images/post/news/logo_cat08.svg")no-repeat;
  background-size: 100%;
  background-position: center;
}

#news .single .thumbnail .nothumbnail.cat09 {
  background: url("../../../images/post/news/logo_cat09.svg")no-repeat;
  background-size: 100%;
  background-position: center;
}

#news .single .thumbnail .nothumbnail.cat10 {
  background: url("../../../images/post/news/logo_cat10.svg")no-repeat;
  background-size: 100%;
  background-position: center;
}


@media screen and (min-width: 768px){

  #news .archive td a:hover {
    text-decoration: underline;
  }

  #news .sidebar .block ul li a:hover {
    text-decoration: underline;
  }

  #news .sidebar .block .group li a:hover {
    opacity: .7;
  }

}

@media screen and (max-width: 970px) {

  #news .archive {
      font-size: 1.4rem;
  }

  #news .archive th {
      padding: 15px 10px 15px 70px;
      width: 250px;
  }

  #news .archive th .logo {
      margin-top: 5px;
  }

  #news .sidebar .block {
      margin-bottom: 40px;
  }

}

@media screen and (max-width: 767px){


  #news .archive th {
      width: 100%;
      display: block;
      padding: 10px 0 10px 0;
  font-size: 1.2rem;}

  #news .archive td {
      display: block;
      width: 100%;
      padding: 0 0 10px;
  }

  #news .archive th .logo {
      position: absolute;
      left: 110px;
      top: 5px;
  margin: 0;
  width: 70px;
  background-size: 70px;
}

  #news .archive th .new {
      top: 19px;
  left: inherit;
  right: 0;
}

  #news .archive th .logo::before {
      width: 10px;
      height: 10px;
      right: -10px;
      top: 9px;
  }

  #news .archive th .logo::after {
      width: 10px;
      height: 10px;
      left: -10px;
      top: 9px;
  }

  #news .container {
      padding: 0 20px;
  }

  #news .content {
      width: 100%;
      padding: 40px 20px;
  }

  #news .sidebar {
      width: 100%;
      margin-top: 20px;
  }

  #news .sidebar .block .category span {
      width: 170px;
  }

  #news .sidebar .block .group {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  #news .sidebar .block .group li {
      max-width: 170px;
      width: 49%;
      margin-bottom: 10px;
  }

  #news .sidebar .block .category {
      margin-bottom: 20px;
  }

  #news .single .pager {
      font-size: 1.4rem;
  }

  #news .single .pager .prev {
      padding-bottom: 20px;
      background-size: 70px;
  }

  #news .single .pager .next {
      padding-bottom: 20px;
      background-size: 70px;
  }

  #news .single .new {
    margin-right: 20px;
  }

  #news .single .box {
      font-size: 1.2rem;
  }

  #news .single .logo {
      width: 70px;
      background-size: 70px;
      margin: 5px 0 0 10px;
  }

  #news .single .logo::before {
      width: 10px;
      height: 15px;
      top: 7px;
      right: -10px;
  }

  #news .single .logo::after {
      width: 10px;
      height: 15px;
      top: 7px;
      left: -10px;
  }

  #news .single .info {
    padding-bottom: 10px;
  }

  #news .single .ttl {
    padding: 10px;
    margin-bottom: 30px;
  }

  #news .single .ttl span {
      font-size: 1.4rem;
      margin-bottom: 5px;
  }

  #news .single .ttl .heading {
      font-size: 2rem;
  }

  #news .single .editor p {
      font-size: 1.4rem;
      line-height: 2;
      padding-bottom: 20px;
  }

  #news .single .editor {
      margin-bottom: 20px;
  }

  #news .single .thumbnail .nothumbnail {
      height: 100px;
  }



}
