/* Scss Document */
.section .tab__set .tab__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1025px) {
  .section .tab__set .tab__category {
    position: absolute;
    right: 0;
    top: 20px;
    width: 635px;
  }
}
.section .tab__set .tab__category li {
  width: 32%;
  text-align: center;
  border-radius: 11px 11px 0 0;
}
.section .tab__set .tab__category li:not(:last-of-type) {
  margin-right: 2px;
}
@media (min-width: 769px) {
  .section .tab__set .tab__category li {
    width: 30%;
    max-width: 280px;
  }
  .section .tab__set .tab__category li:not(:last-of-type) {
    margin-right: 4px;
  }
}
.section .tab__set .tab__category li span {
  display: inline-block;
  line-height: 46px;
  height: 44px;
  width: 100%;
  border-radius: 9px 9px 0 0;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.section .tab__set .tab__category .all {
  color: #000;
  border: solid 1px #777;
}
@media (min-width: 1025px) {
  .section .tab__set .tab__category .all {
    border-bottom: none;
  }
}
.section .tab__set .tab__category .all.active span, .section .tab__set .tab__category .all:hover span {
  background: #999;
  color: #fff;
}
.section .tab__set .tab__category .common {
  color: #f39c00;
  border: solid 1px #f39c00;
}
@media (min-width: 1025px) {
  .section .tab__set .tab__category .common {
    border-bottom: none;
  }
}
.section .tab__set .tab__category .common.active span, .section .tab__set .tab__category .common:hover span {
  background: #f39c00;
  color: #fff;
}
.section .tab__set .tab__category .junior {
  color: #3bc700;
  border: solid 1px #3bc700;
}
@media (min-width: 1025px) {
  .section .tab__set .tab__category .junior {
    border-bottom: none;
  }
}
.section .tab__set .tab__category .junior.active span, .section .tab__set .tab__category .junior:hover span {
  background: #3bc700;
  color: #fff;
}
.section .tab__set .tab__category .senior {
  color: #0054bb;
  border: solid 1px #0054bb;
}
@media (min-width: 1025px) {
  .section .tab__set .tab__category .senior {
    border-bottom: none;
  }
}
.section .tab__set .tab__category .senior.active span, .section .tab__set .tab__category .senior:hover span {
  background: #0054bb;
  color: #fff;
}
.section .tab__set .tab__category .notice {
  color: #e32222;
  border: solid 1px #e32222;
}
@media (min-width: 1025px) {
  .section .tab__set .tab__category .notice {
    border-bottom: none;
  }
}
.section .tab__set .tab__category .notice.active span, .section .tab__set .tab__category .notice:hover span {
  background: #e32222;
  color: #fff;
}
.section .tab__set .tab__category .divi {
  color: #299C6A;
  border: solid 1px #299C6A;
}
@media (min-width: 1025px) {
  .section .tab__set .tab__category .divi {
    border-bottom: none;
  }
}
.section .tab__set .tab__category .divi.active span, .section .tab__set .tab__category .divi:hover span {
  background: #299C6A;
  color: #fff;
}
.section .tab__set .tab__category .default {
  color: #000;
  border: solid 1px #777;
}
@media (min-width: 1025px) {
  .section .tab__set .tab__category .default {
    border-bottom: none;
  }
}
.section .tab__set .tab__category .default.active span, .section .tab__set .tab__category .default:hover span {
  background: #999;
  color: #fff;
}
@media (min-width: 769px) {
  .section .tab__set .tab__category {
    position: inherit;
    margin-top: 50px;
    width: 100%;
  }
  .section .tab__set .tab__category .all {
    border-bottom: 1px solid #000;
  }
  .section .tab__set .tab__category .junior {
    border-bottom: 1px solid #3bc700;
  }
  .section .tab__set .tab__category .senior {
    border-bottom: 1px solid #0054bb;
  }
  .section .tab__set .tab__category .notice {
    border-bottom: 1px solid #e32222;
  }
  .section .tab__set .tab__category .divi {
    border-bottom: 1px solid #299C6A;
  }
  .section .tab__set .tab__category .default {
    border-bottom: 1px solid #000;
  }
  .section .tab__set .tab__category li {
    cursor: pointer;
  }
  .section .tab__set .tab__category li span {
    height: 65px;
    line-height: 65px;
    font-size: 2rem;
  }
  .section .tab__set .tab__category li:not(:last-of-type) {
    margin-right: 15px;
  }
}
.section.news .tab__set .tab__category li {
  width: calc((100% - 4px) / 3);
}
@media (min-width: 769px) {
  .section.news .tab__set .tab__category li {
    width: calc((100% - 45px) / 3);
  }
}
.section.news.info .tab__set .tab__category li {
  width: calc((100% - 6px) / 4);
}
@media (min-width: 769px) {
  .section.news.info .tab__set .tab__category li {
    width: calc((100% - 60px) / 4);
  }
}

.news_list.tab__content {
  display: none;
  margin-bottom: 100px;
  margin-bottom: 50px;
}
.news_list.tab__content.is-active {
  display: block;
}
.news_list.tab__content .inner ul {
  margin: 0 auto 30px;
}
@media (min-width: 769px) {
  .news_list.tab__content .inner ul {
    max-width: 1200px;
  }
}
.news_list.tab__content .inner ul li {
  border-bottom: dotted 2px #ccc;
}
.news_list.tab__content .inner ul li a {
  display: block;
  padding: 12px 0;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .news_list.tab__content .inner ul li a {
    padding: 36px 3vw;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
  }
}
.news_list.tab__content .inner ul li a .label {
  margin: 0 2em;
}
.news_list.tab__content .inner ul li a p {
  padding-top: 12px;
}
@media (min-width: 769px) {
  .news_list.tab__content .inner ul li a p {
    display: inline-block;
    width: 75%;
    padding-top: 0;
  }
}
.news_list.tab__content .inner ul li a:hover {
  background: #f7f7f7;
}
.news_list.tab__content .inner ul li a:hover p {
  text-decoration: underline;
}