@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
body {
  background: #0073D8;
}

.archive_ttl {
  position: relative;
}

.illustration_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0px;
  top: 8px;
  z-index: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .illustration_layout {
    top: 58px;
  }
}
.illustration_layout .layout-btn {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid transparent;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
@media (hover: hover) {
  .illustration_layout .layout-btn:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
.illustration_layout .layout-btn.active {
  background: #fff;
  color: #0073D8;
  border-color: #0073D8;
}

.archive_posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  /* 751- */
}
@media all and (min-width: 751px) {
  .archive_posts {
    gap: 20px;
    padding: 20px;
  }
}
.archive_posts.grid-view li {
  width: calc(33.3333333333% - 6.6666666667px);
  /* 751- */
}
@media all and (min-width: 751px) {
  .archive_posts.grid-view li {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
.archive_posts.list-view {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive_posts.list-view li {
  width: 100%;
}
.archive_posts.list-view .latest_creat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.latest_creat a {
  gap: 0px;
  height: unset;
  position: relative;
}

.latest_creat a .creat_image {
  width: unset;
}

.latest_creat:not(:last-child) {
  margin-bottom: 0px;
}

.latest_creat a {
  background: none;
  padding: 0;
}

.post_navigation {
  max-width: 750px;
  margin: 40px auto 0;
}

.nav_posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav_post {
  width: 20%;
}
.nav_post a {
  text-align: center;
  display: block;
  position: relative;
}
.nav_post a span {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .nav_post a:hover span {
    background: rgba(0, 0, 0, 0);
  }
}

.illust_cate {
  max-width: 750px;
  margin: 10px auto 10px;
}
.illust_cate form {
  display: inline-block;
  margin-bottom: 16px;
}
.illust_cate select {
  padding: 8px 32px 8px 12px;
  border: 1.5px solid #0077b6;
  border-radius: 24px;
  background: #f7fafd url('data:image/svg+xml;utf8,<svg fill="%230077b6" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7.293 7.293a1 1 0 011.414 0L10 8.586l1.293-1.293a1 1 0 111.414 1.414l-2 2a1 1 0 01-1.414 0l-2-2a1 1 0 010-1.414z"/></svg>') no-repeat right 12px center/18px 18px;
  font-size: 1rem;
  color: #222;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 160px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.illust_cate select:focus {
  outline: none;
  border-color: #00b4d8;
  background-color: #e0f7fa;
}
/*# sourceMappingURL=illustration.css.map */