@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通
=============================================================*/
@media screen and (max-width: 519.9px) {
  .post-layout {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 519.9px) {
  .post-layout {
    display: grid;
    gap: 50px;
    grid-template-columns: 3.5fr 1fr;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.post-layout .rightBox {
  text-align: left;
}
@media screen and (max-width: 519.9px) {
  .post-layout .rightBox {
    margin-top: 50px;
  }
}
.post-layout .rightBox .side_tit {
  border-bottom: 3px solid #51B748;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #51B748;
}
.post-layout .rightBox .side_tit:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 519.9px) {
  .post-layout .rightBox .side_tit {
    font-size: 5vw;
    margin-top: 30px;
  }
}
@media screen and (min-width: 519.9px) {
  .post-layout .rightBox .side_tit {
    font-size: 18px;
    margin-top: 50px;
  }
}
.post-layout .rightBox dl {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ccc;
}
.post-layout .rightBox dl dt {
  margin-bottom: 0.5em;
}
.post-layout .rightBox dl dt time {
  font-size: 70%;
}
.post-layout .rightBox dl dt .cate a {
  display: inline-block;
  background-color: #51B748;
  color: #fff;
  font-size: 70%;
  margin-left: 20px;
  padding: 0.2em;
}
.post-layout .rightBox ul li time {
  display: block;
}
.post .archive {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 519.9px) {
  .post .archive .com-col3 {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 519.9px) {
  .post .archive .item {
    margin-top: 0;
  }
}
.post .archive .item .thumbnail {
  margin-bottom: 10px;
}
.post .archive .item .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 519.9px) {
  .post .archive .item .thumbnail img {
    height: 130px;
  }
}
@media screen and (min-width: 519.9px) {
  .post .archive .item .thumbnail img {
    height: 200px;
  }
}
@media screen and (min-width: 519.9px) and (max-width: 1023.9px) {
  .post .archive .item .thumbnail img {
    height: 20vw;
  }
}
@media screen and (max-width: 519.9px) {
  .post .archive .item time {
    font-size: 14px;
    margin-bottom: 0.5em;
    display: block;
  }
}
@media screen and (min-width: 519.9px) {
  .post .archive .item time {
    font-size: 16px;
  }
}
.post .archive .item .cate a {
  display: inline-block;
  background-color: #51B748;
  line-height: 1;
  padding: 5px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 519.9px) {
  .post .archive .item .cate a {
    margin-right: 5px;
  }
}
@media screen and (min-width: 519.9px) {
  .post .archive .item .cate {
    font-size: 14px;
    margin-left: 5px;
  }
}
.post .archive .item .title {
  margin: 0.5em 0;
}
@media screen and (max-width: 519.9px) {
  .post .archive .item .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 519.9px) {
  .post .archive .item .title {
    font-size: 18px;
  }
}
.post .single {
  position: relative;
  text-align: left;
}
.post .single .date time {
  letter-spacing: 0;
  font-weight: 400;
}
.post .single .cate {
  text-align: right;
}
.post .single .cate li {
  display: inline-block;
}
.post .single .cate a {
  background-color: #FFF;
  display: inline-block;
  color: #333;
  font-size: 70%;
  padding: 0.2em 0.5em;
  border: 1px solid #5e5e5e;
  border-radius: 5px;
}
.post .single .title {
  font-size: 5vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 519.9px) {
  .post .single .title {
    font-size: 28px;
    margin: 30px 0 20px 0;
  }
}
.post .single .thumbnail {
  margin: 20px auto 20px auto;
  text-align: center;
}
@media screen and (min-width: 519.9px) {
  .post .single .thumbnail {
    margin: 50px auto 50px auto;
  }
}
.post .single .thumbnail img {
  width: 100%;
}
.post .single .post-area #ez-toc-container {
  margin-bottom: 40px;
}
.post .single .post-area h2 {
  color: #51B748;
  border-bottom: 1px solid #A6A6A7;
  position: relative;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 519.9px) {
  .post .single .post-area h2 {
    font-size: 22px;
  }
}
.post .single .post-area h2:after {
  content: "";
  display: block;
  border-bottom: 1px solid #A6A6A7;
  margin-bottom: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.post .single .post-area h3 {
  background-color: #E9E9E9;
  padding: 0.5em;
}
@media screen and (min-width: 519.9px) {
  .post .single .post-area h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  .post .single .post-area h4 {
    font-size: 18px;
  }
}

.post .single .post-area p a {
	color:blue;
}

.post .single .post-area ul, .post .single .post-area ol {
  margin-left: 1.5em;
}
.post .single .post-area .alignleft {
  display: block;
  margin-right: auto;
  margin-left: 0;
}
.post .single .post-area .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.post .single .post-area .alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.post .single .com_wp_btn01 {
  margin-top: 50px;
}

/*=============================================================
 ワードプレス　シングル記事ページャー
=============================================================*/
.com_wp_btn01 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}
.com_wp_btn01 li {
  width: 30%;
}
@media screen and (min-width: 519.9px) {
  .com_wp_btn01 li {
    width: 20%;
  }
}
.com_wp_btn01 li:nth-child(1) i {
  margin-right: 1em;
}
.com_wp_btn01 li:nth-child(2) {
  margin: 0 20px;
}
.com_wp_btn01 li:nth-child(3) i {
  margin-left: 1em;
}
.com_wp_btn01 li a {
  display: block;
  height: 100%;
  color: #51B748;
  border: 1px #ccc solid;
  padding: 0 10px;
  line-height: 45px;
}
.com_wp_btn01 li a:hover {
  background-color: #333333;
  color: #51B748;
  opacity: 1;
}

/*=============================================================
 ワードプレス　アーカイブページナビ
=============================================================*/
.com_wp_pagenavi {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 519.9px) {
  .com_wp_pagenavi {
    margin-top: 80px;
  }
}
.com_wp_pagenavi span, .com_wp_pagenavi a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  border: 1px #51B748 solid;
  margin: 0 2px;
  color: #fff;
  background-color: #51B748;
}
.com_wp_pagenavi a:hover, .com_wp_pagenavi .current {
  background-color: #333333;
  color: #51B748;
  border-color: #51B748 !important;
}
.com_wp_pagenavi .first, .com_wp_pagenavi .last, .com_wp_pagenavi .extend, .com_wp_pagenavi .pages, .com_wp_pagenavi .next, .com_wp_pagenavi .prev, .com_wp_pagenavi .previouspostslink, .com_wp_pagenavi .nextpostslink {
  display: none;
}/*# sourceMappingURL=style_post.css.map */