.box-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: flex-start;
}
@media screen and (max-width: 414px) {
  .box-3 .box {
    width: 100%;
    margin-bottom: 45px;
  }
  .box-3 .box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 415px) {
  .box-3 .box {
    width: 320px;
    margin-right: 20px;
    margin-bottom: 25px;
  }
  .box-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .box-3 .box:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-3 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 415px) {
  .box-3 {
    margin-top: 60px;
  }
}

#NEWS {
  background: #f8f8f8;
}

.categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: flex-start;
}
.categories a {
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
  border: 2px solid #3b3b3b;
}
@media screen and (max-width: 414px) {
  .categories a {
    width: calc((100% - 20px) / 2);
  }
  .categories a:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 415px) {
  .categories a {
    width: 320px;
  }
  .categories a:nth-child(3n) {
    margin-right: 0;
  }
  .categories a:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
.categories a.current {
  color: #fff;
}
.categories .all.current {
  background: #3b3b3b;
}
.categories .news {
  color: #009d61;
  border-color: #009d61;
}
.categories .news.current {
  background: #009d61;
}
.categories .other {
  color: #de7f7f;
  border-color: #de7f7f;
}
.categories .other.current {
  background: #de7f7f;
}

.box {
  position: relative;
}
.box .text {
  background: #fff;
  padding: 20px;
}
.box img {
  height: 223px;
  -o-object-fit: cover;
  object-fit: cover;
}
.box time {
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 5px;
}
.box h2 {
  font-weight: normal;
  margin-bottom: 10px;
}
.box p {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.box .btn {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  width: 100%;
  padding: 7px;
  margin-top: 18px;
  border: 1px solid #3b3b3b;
}

.article-category {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-align: center;
  min-width: 93px;
  padding: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

#NEWS-DETAIL {
  background: #f8f8f8;
}
@media screen and (max-width: 414px) {
  #NEWS-DETAIL {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 415px) {
  #NEWS-DETAIL {
    padding-bottom: 170px;
  }
}
#NEWS-DETAIL .article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  #NEWS-DETAIL .article {
    flex-direction: column;
  }
}
#NEWS-DETAIL .date {
  font-family: "Bebas Neue", cursive;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.2em;
  text-align: center;
  border: 1px solid #3b3b3b;
}
@media screen and (max-width: 414px) {
  #NEWS-DETAIL .date {
    font-size: 20px;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 415px) {
  #NEWS-DETAIL .date {
    font-size: 40px;
    width: 240px;
    height: 240px;
    border-radius: 120px;
  }
}
#NEWS-DETAIL .date .day {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 414px) {
  #NEWS-DETAIL .date .day {
    font-size: 40px;
  }
}
@media screen and (min-width: 415px) {
  #NEWS-DETAIL .date .day {
    font-size: 60px;
  }
}
@media screen and (max-width: 414px) {
  #NEWS-DETAIL .text {
    width: 100%;
  }
}
@media screen and (min-width: 415px) {
  #NEWS-DETAIL .text {
    width: 730px;
  }
}
#NEWS-DETAIL .text .article-category {
  position: relative;
  display: inline-block;
  min-width: 125px;
  margin-bottom: 15px;
}
#NEWS-DETAIL .text h1 {
  letter-spacing: 0.075em;
  padding-bottom: 7px;
  border-bottom: 1px solid #3b3b3b;
}
@media screen and (min-width: 415px) {
  #NEWS-DETAIL .text h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 414px) {
  #NEWS-DETAIL .text h1 {
    font-size: 18px;
  }
}
#NEWS-DETAIL .text .body {
  margin-top: 30px;
}
#NEWS-DETAIL .text .body img {
  width: auto;
}
#NEWS-DETAIL .item {
  margin-top: 50px;
}
#NEWS-DETAIL .item:first-child {
  margin-top: 0;
}
#NEWS-DETAIL .item-image {
  margin-bottom: 50px;
  text-align: center;
}
#NEWS-DETAIL .item-text {
  margin-bottom: 50px;
}
#NEWS-DETAIL .btn-wrapper {
  text-align: center;
}
@media screen and (min-width: 415px) {
  #NEWS-DETAIL .btn-wrapper {
    margin-top: 50px;
  }
}
#NEWS-DETAIL .btn-wrapper .link-btn {
  background: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 7px 0;
  border: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 414px) {
  #NEWS-DETAIL .btn-wrapper .link-btn {
    width: 80%;
  }
}
@media screen and (min-width: 415px) {
  #NEWS-DETAIL .btn-wrapper .link-btn {
    width: 280px;
  }
}
#NEWS-DETAIL .btn-wrapper .link-btn::before {
  content: "<<";
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translate(30px, 0px);
}
#NEWS-DETAIL .btn-wrapper .link-btn span {
  display: inline-block;
  transform: translate(20px, 0px);
}