@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "../../../../../css/common.css";
@import "./wp-assets.css";
/*==================================================================*/
/*  css　*/
/*==================================================================*/
.article-block {
  margin: 0 auto 10em;
}
.article-block ul {
  margin: 0 auto;
}
.article-block ul li.block {
  width: 100%;
  padding-bottom: 0;
}
.article-block ul li.block a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 0 1.5em;
}
.article-block ul li.block a article .article-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  min-width: 270px;
}
.article-block ul li.block a article .article-box .article-cat {
  width: 60%;
  margin-right: 0;
}
.article-block ul li.block a article .article-box .article-cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  gap: 0.5em 2em;
}
.article-block ul li.block a article .article-box .article-cat ul li {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 500;
}
.article-block ul li.block a article .article-box .article-cat .article-date {
  width: 23%;
  min-width: 80px;
  margin-right: 10%;
  margin-bottom: 1.7em;
  font-size: 0.9em;
}
.article-block ul li.block a article .article-box h2 {
  font-weight: bold;
  font-size: 1.2em;
}
.article-block ul li.block a article .article-box .article-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.article-block ul li.block a article .article-info {
  width: 75%;
}
.article-block ul li.block a:hover {
  text-decoration: none;
}
.article-block ul li.block a:hover .article-info h2 {
  text-decoration: underline;
}
.article-block ul li.block .txt h2 {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  font-weight: bold;
}
.article-block ul li.block .txt p {
  margin-bottom: 0.5em;
  font-size: 0.8em;
}

.no-photo .article-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.no-photo .article-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.no-photo .article-box .article-date {
  font-size: 0.8em;
  white-space: nowrap;
  margin-right: 3em;
  font-weight: normal;
}
.no-photo .article-box .article-cat {
  font-size: 0.8em;
  margin-right: 1em;
  white-space: nowrap;
  font-weight: 500;
}
.no-photo .article-info h2 {
  font-size: 1em;
  font-weight: 500;
}
.no-photo .article-info p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#single .waku {
  margin-bottom: 1em;
}
#single .waku .kiji-t {
  margin-bottom: 3em;
}
#single .waku .kiji-t h2 {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
#single .waku .kiji-t p.date {
  margin-bottom: 2.5em;
  font-size: 0.8em;
  text-align: center;
}
#single .waku .kiji-t p.cat {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}
#single .waku .kiji-t p.cat span {
  margin-right: 2em;
}
#single .waku .kiji-t p.cat span:last-child {
  margin-right: 0;
}
#single .waku .entry-format {
  margin: 0 auto 3em;
  padding: 2em 0;
  max-width: 1100px;
}
#single .waku .entry-format.dot-line:before {
  bottom: auto;
  top: 0;
}

/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  #container {
    padding-top: 0px;
  }
}
/*===========================================================================

media quary:sp;

=============================================================================*/
@media only screen and (max-width: 767px) {
  .wrapper {
    margin: 0 auto 5em;
    display: block;
  }
  .wrapper #contents {
    margin: 0 auto;
    width: 100%;
  }
  .no-photo .article-wrapper {
    display: block;
  }
  .no-photo .article-box {
    margin-bottom: 0.5em;
    width: 100% !important;
  }
  .no-photo .article-box .article-date {
    margin-right: 2em;
  }
  .no-photo .article-box .article-cat ul {
    gap: 0.5em 1em !important;
  }
  .no-photo .article-info {
    width: 100% !important;
  }
  #single .waku {
    margin-bottom: 0.5em;
    padding: 0;
  }
  #single .waku .kiji-t {
    margin: 0 auto;
    padding: 0 0 0.25em 0;
  }
  #single .waku .kiji-t h2 {
    font-size: 1.5em;
    font-weight: bold;
  }
  #single .waku .entry-format {
    padding: 1.5em 0;
  }
  #single .pagenav {
    margin: 0 auto 0em;
  }
}
/*===========================================================================
media quary:sp;
=============================================================================*/
@media only screen and (max-width: 479px) {
  .article-block {
    margin-bottom: 6em;
  }
  .article-block ul li {
    margin-bottom: 1rem;
  }
  .article-block ul li a article {
    display: block;
  }
  .article-block ul li a article .article-image {
    margin-bottom: 0.5em;
    width: 100%;
  }
  .article-block ul li a article .article-image img {
    width: 100%;
    vertical-align: bottom;
    height: 50vw;
  }
  .article-block ul li a article .article-box {
    width: 100%;
    margin-bottom: 0.3em;
  }
  .article-block ul li a article .article-box .article-cat ul li {
    margin-bottom: 0;
  }
  .article-block ul li a article .article-box h2 {
    font-size: 1em;
  }
  .article-block ul li a:hover {
    text-decoration: none;
  }
  .article-block ul li.block a {
    padding-bottom: 1rem;
  }
  .article-block ul li .txt h2 {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    font-weight: bold;
  }
  .article-block ul li .txt p {
    margin-bottom: 0.5em;
    font-size: 0.8em;
  }
  .article-block ul li .txt p.cat span {
    padding: 4px 10px;
    background: #3083d9;
    color: #fff;
  }
}