@charset "UTF-8";
/* CSS Document */
/*320px（最小）
640px未満 @media screen and (max-width: 639px) {...}
1024px未満 @media screen and (max-width: 1023px) {...}*/
/**
 * Setting
 * -----------------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,700&display=swap");
/**
 * Mixin
 * -----------------------------------------------------------------------------
 */

.blog-contents { background: none; }
.blog-body { padding-top: 100px; }

.columnConts { display: flex; justify-content: space-between; max-width: 90%; margin: 0 auto; }
.columnConts .mainColumn { width: 70%;}
.columnConts .sideColumn { width: 25%; }

@media screen and (max-width: 768px) {
  .columnConts { flex-wrap: wrap; }
  .columnConts .mainColumn { width: 100%;}
  .columnConts .sideColumn { width: 100%; margin-top: 3rem;  }
}

.post-body .post-date { font-weight: bold; font-size: 1.4rem; margin-bottom: 2em; display: block; }
.post-body h1 { font-size: 3rem; font-weight: bold; border-bottom: 2px solid #c2b597; padding-bottom: .5em; margin-bottom: .5em; line-height: 1.5;  }
.post-body h2 { font-size: 2.2rem; font-weight: bold; border-bottom: 2px solid #c2b597; padding-bottom: .5em; margin-bottom: 1em; margin-top: 2em; line-height: 1.5; }
.post-body h3 { font-size: 1.8rem; font-weight: bold; border-bottom: 1px solid #c2b597; padding-bottom: .5em; margin-bottom: 1em; margin-top: 2em; }
.post-body h4 { font-size: 1.8rem;  font-weight: bold; margin-bottom: 1em; margin-top: 2em; }
.post-body h5 { font-size: 1.6rem; font-weight: bold; margin-bottom: 1em; margin-top: 2em; }
.post-body p { margin-bottom: 1em; }
.post-body img { margin-bottom: 1em; }

.post-body ul {  margin-bottom: 2em; }
.post-body ul > li { padding-left: 1em; }
.post-body ul > li::before { content: ''; width: .4em; height: .7em; border-bottom: 2px solid; border-right: 2px solid; display: inline-block; vertical-align: middle; margin-left: -1em; margin-right: .6em; transform: rotate(45deg); }

.post-body table{ width: 100%; margin-bottom: 2em; border: none; border-collapse: separate; border-spacing: 10px 1em; }
.post-body table td {padding: .5em 0; border: none; border-bottom: 1px solid #D1D1D1; }
.post-body table td:first-child { border-bottom: 1px solid #C3B496; width: 30%; }

@media screen and (max-width: 768px) {
  .post-body h1 { font-size: 2.4rem;}
  .post-body h2 { font-size: 2rem; }
}

.list-blog > li + li { margin-top: 4rem; }
.list-blog .item { display: flex; justify-content: space-between; }
.list-blog .item .img { width: 30%; }
.list-blog .item .text { width: 65%; }
.list-blog .item .title { border-bottom: 2px solid; padding-bottom: .5em; margin-bottom: .5em; font-weight: bold; font-size: 2rem; }
.list-blog .item .date { font-size: 1.4rem; font-weight: bold; margin-bottom: .5em; }
.list-blog .item .excerpt { line-height: 1.6; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-weight: normal; font-size: 1.6rem; }

.list-blog .item .button { margin: .5em 0 0 auto; width: 140px; background: #C3B496; color: #FFF; display: block; text-align: center; border-radius: 2em; font-weight: bold; font-size: 1.2rem; padding: .5em; }


@media screen and (max-width: 768px) {
  .list-blog .item .title { font-size: 1.5rem; }
  .list-blog .item .date { font-size: 1.2rem; }
  .list-blog .item .excerpt { font-size: 1.3rem; }
  .list-blog .item .button { font-size: 1.1rem; }
}

.side-conts + .side-conts { margin-top: 4rem; }

.title-side,
.widget-title {  font-size: 2rem; padding-bottom: .5em;  border-bottom: 2px solid;  font-weight: bold; margin: 0; }
.side-category {  }
.side-category > li { border-bottom: 1px solid; }
.side-category a { display: block; padding: 1em 1em 1em 0; background: url("../img/blog/arrow-r.svg") no-repeat right center / 20px auto; }

.widget { list-style: none; }

.wp-block-collapsing-archives > ul > li { border-bottom: 1px solid; position: relative; }
.wp-block-collapsing-archives > ul > li > span { display: block; width: 100%; position: absolute; height: 3em; left: 0; margin: auto; z-index: 2; color: transparent; opacity: 0; cursor: pointer; }
.wp-block-collapsing-archives > ul > li > a { display: block; padding: 1em 0; }
.wp-block-collapsing-archives > ul > li > div { padding: 1em; border-top: 1px solid; display: block; }
.wp-block-collapsing-archives > ul > li > div > ul > li { position: relative; display: block; }
.wp-block-collapsing-archives > ul > li > div > ul > li > a { display: block; padding: .5em 1em .5em 0; position: relative; }
.wp-block-collapsing-archives > ul > li > div > ul > li > a::after { content: ''; width: .5em ;height: .5em; display: block; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; border-top: 1px solid; border-right: 1px solid; transform: rotate(45deg); }


.wp-pagenavi { margin: 5rem 0; text-align: center; }
.wp-pagenavi > span,
.wp-pagenavi > a { width: 3rem; height: 3rem; text-align: center; line-height: calc(3rem - 2px); border-radius: 5px; border: 1px solid #CCCCCC; margin: 0 2px; display: inline-block; }
.wp-pagenavi .pages { width: auto; border: none; }
.wp-pagenavi .current { color: #FFF; background: #C3B496; border: none; }
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink { border: none; }



