article h1 {
  text-align: center;
  padding-bottom: 2rem;
  font-weight: 500;
}

#content > p {
  text-align: center;
  padding-bottom: 2rem;
  font-size: 1.4rem;
}

#search-wrap {
  padding-top: 7rem;
}
#search-wrap > p {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.searchBox {
  margin-bottom: 1rem;
}
.searchBox a {
  color: black;
  display: block;
  overflow: hidden;
  padding: 4%;
  background-color: white;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}
.searchBox a:hover::before {
  transform: scaleX(1);
}
.searchBox a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  z-index: -1;
  margin: -4%;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scaleX(0);
  transform-origin: left;
}

.noimage {
  background-color: #424242;
  color: whitesmoke;
  font-size: 0.8rem;
  font-weight: 500;
  width: 80px;
  height: 80px;
  text-align: center;
}
.noimage span {
  line-height: 80px;
}

.thum, .noimage {
  float: right;
  margin-top: 1.8rem;
}

.searchText {
  width: calc(100% - 80px - 0.8rem);
}

.date {
  font-weight: 500;
  font-size: 0.9rem;
  color: #4d4d4d;
}

h2 {
  font-weight: 500;
  margin: 0.3rem 0 !important;
  font-size: 1.2rem;
  line-height: 1.3;
}
h2#noSe {
  font-size: 1rem;
  text-align: center;
}

.excerpt {
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1.4;
  color: #5f5f5f;
}

@media screen and (min-width: 667px) {
  .searchBox a {
    padding: 1rem;
  }
  .searchBox a::before {
    margin: -1rem;
  }
}
article {
  padding: 4% 3%;
}

#wrap {
  padding: 7rem 0 2rem;
  margin: 0 3.5%;
  line-height: 1.8;
}
#wrap ol {
  color: #78838c;
}
#wrap ul {
  text-align: center;
}
#wrap ul li {
  margin-bottom: 1.8rem;
}
#wrap ul li a {
  display: block;
  color: #5d5d5d;
  font-size: 1.1em;
}
#wrap ul li a span {
  display: block;
  color: black;
  font-size: 1.1rem;
  line-height: 1.1;
}

@media only screen and (min-width: 701px) {
  #wrap {
    padding-top: 9rem;
    margin: 0 0 0 11%;
  }
  #wrap ul {
    text-align: left;
  }
  #wrap ul a span {
    display: inline-block;
    float: left;
    width: 7rem;
  }
  #wrap ul li {
    margin-bottom: 2.6rem;
  }
}
div#categoryList {
  text-align: center;
  line-height: 1.7;
  padding-top: 2rem;
}
div#categoryList > p {
  font-size: 1.2rem;
}
div#categoryList ul {
  font-size: 0.9rem;
  margin-top: 1rem;
}
div#categoryList ul a {
  color: #b3b3b3;
  padding: 0.1rem 0.2rem;
  font-weight: 500;
}
div#categoryList ul a[href$=diary] {
  color: #8cabc1;
}
div#categoryList ul a[href$=taiken] {
  color: #88ada0;
}
div#categoryList ul a[href$=sado-school] {
  color: #6f92d4;
}
div#categoryList ul a[href$=tyakai] {
  color: #ab96a9;
}
div#categoryList ul a[href$=konomi] {
  color: #a1cec6;
}
div#categoryList ul a[href$=challenge] {
  color: #e0a090;
}
div#categoryList ul a[href$=notification] {
  color: #d0c259;
}
div#categoryList ul a:hover, div#categoryList ul a:active, div#categoryList ul a:focus {
  color: #0ad871;
}/*# sourceMappingURL=category.css.map */