@charset "UTF-8";
#content .new-entry-cards,
#content .popular-entry-cards {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}
#content .new-entry-cards .new-entry-card-date,
#content .new-entry-cards .popular-entry-card-date,
#content .popular-entry-cards .new-entry-card-date,
#content .popular-entry-cards .popular-entry-card-date {
  display: flex;
  align-items: center;
  color: #b7b7b7;
  margin: 4px 8px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#content .new-entry-cards .new-entry-card-date::before,
#content .new-entry-cards .popular-entry-card-date::before,
#content .popular-entry-cards .new-entry-card-date::before,
#content .popular-entry-cards .popular-entry-card-date::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ad";
  font-weight: 900;
  display: inline-block;
  background: #ffce80;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 0.9em;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
}
#content .new-entry-cards .new-entry-card-date > .post-date,
#content .new-entry-cards .popular-entry-card-date > .post-date,
#content .popular-entry-cards .new-entry-card-date > .post-date,
#content .popular-entry-cards .popular-entry-card-date > .post-date {
  margin-right: 0;
}
#content .new-entry-cards .new-entry-card-date > .post-date::before,
#content .new-entry-cards .popular-entry-card-date > .post-date::before,
#content .popular-entry-cards .new-entry-card-date > .post-date::before,
#content .popular-entry-cards .popular-entry-card-date > .post-date::before {
  background: none;
  width: 0.5em;
}
#content .new-entry-cards .new-entry-card-date > .post-update,
#content .new-entry-cards .popular-entry-card-date > .post-update,
#content .popular-entry-cards .new-entry-card-date > .post-update,
#content .popular-entry-cards .popular-entry-card-date > .post-update {
  display: none;
}

.new-entry-card .cat-label {
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 5px 6px;
  font-weight: 700;
  border: none;
}

.home .widget-entry-cards.card-large-image .a-wrap {
  margin: 0.7em 0;
  max-width: 43%;
  padding: 0;
  width: 49.5%;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.home .widget-entry-cards.card-large-image .e-card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  height: 100%;
  background: white;
}
.home .widget-entry-cards.card-large-image .e-card:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.home .widget-entry-cards.card-large-image .card-content {
  margin: 8px 12px 9px 12px;
  padding: 0;
  padding-bottom: 1.2em;
}
.home .widget-entry-cards.card-large-image .card-content .card-title {
  color: #555;
  line-height: 1.6;
  font-size: 17px;
  padding-bottom: 10px;
  margin: 0 0 5px 0;
  margin-block-start: 0.83em;
  display: block;
}
.home .widget-entry-cards figure {
  margin: 0;
}
.home .widget-entry-cards figure img {
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 480px) {
  .home .widget-entry-cards.card-large-image .a-wrap {
    max-width: 80%;
    width: 80%;
  }
}

.more-button {
  max-width: 300px;
  margin: 0 auto;
}
.more-button a {
  display: block;
  padding: 0.8em 1em;
  border-radius: 2em;
  color: #fff;
  text-decoration: none;
  background-color: #ffae2d;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  transition: all 0.3s;
}
.more-button a:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

#new-articles-header {
  position: relative;
  text-align: center;
}
#new-articles-header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 2px solid #000;
  z-index: -1;
  width: 100%;
}
#new-articles-header span {
  font-weight: 700;
  display: inline-block;
  padding: 1em;
  letter-spacing: 0.05em;
  font-size: 18px;
  background: #f4f5f7;
}
#new-articles-header span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ad";
  font-weight: 900;
}

#popular-articles-header {
  position: relative;
  text-align: center;
}
#popular-articles-header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 2px solid #000;
  z-index: -1;
  width: 100%;
}
#popular-articles-header span {
  font-weight: 700;
  display: inline-block;
  padding: 1em;
  letter-spacing: 0.05em;
  font-size: 18px;
  background: #f4f5f7;
}
#popular-articles-header span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f559";
  font-weight: 900;
}

#category-menu {
  background: #474747;
}
#category-menu .category-ul ul {
  padding: 0;
}
#category-menu .category-ul ul li {
  text-align: center;
  display: inline-block;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  width: 25%;
  margin: 0;
}
#category-menu .category-ul ul li:not(:first-child) {
  border-left: solid 2px #f0ebeb;
}
#category-menu .category-ul ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  height: 60px;
  width: 100%;
  display: inline-block;
}
#category-menu .category-ul ul li a:hover {
  color: #ffce80;
  border-bottom: solid 3px #ffce80;
  transition: all ease-in-out 0.1s;
}

@media screen and (max-width: 650px) {
  #category-menu .category-ul ul li {
    width: 50%;
    border-bottom: 2px solid white;
  }
  #category-menu .category-ul ul li:not(:nth-child(odd)) {
    border-left: solid 2px #f0ebeb;
  }
  #category-menu .category-ul ul li:not(:nth-child(even)) {
    border-left: none !important;
  }
}
#footer figure img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.home #sidebar-scroll #custom_html-2,
.home #slide-in-sidebar-scroll #slide-in-custom_html-2 {
  display: none;
}

/* フロントページデザイン（2021/09/07） https://tsutchii.com/cocoon-2column-site-style */
.home .entry-header > .date-tags {
  display: none;
}
.home h1,
.home .sns-share,
.home .sns-follow {
  display: none;
}
.home .entry-content .cf::after {
  content: none;
}
.home #main {
  background: none;
}/*# sourceMappingURL=front.css.map */