@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&display=swap&subset=japanese");
@-ms-viewport {
  width: device-width;
}
.bl_pager > li > span, .bl_pager > li > a {
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  color: inherit;
  outline: none;
  font: inherit;
  width: auto;
  padding: 0.25em 0.75em 0.35em;
  line-height: 1.25;
  min-width: 44px;
  min-height: 44px;
}

body.blog #content,
body.single #content,
body.archive #content,
body.archive.date #content,
body.archive.category #content,
body.post-template-default #content {
  max-width: 1160px;
}
@media all and (min-width: 641px) {
  body.blog #content,
  body.single #content,
  body.archive #content,
  body.archive.date #content,
  body.archive.category #content,
  body.post-template-default #content {
    margin: 0 auto;
  }
}
body.blog #content main,
body.single #content main,
body.archive #content main,
body.archive.date #content main,
body.archive.category #content main,
body.post-template-default #content main {
  max-width: 780px;
}
@media all and (min-width: 641px) {
  body.blog #content main,
  body.single #content main,
  body.archive #content main,
  body.archive.date #content main,
  body.archive.category #content main,
  body.post-template-default #content main {
    margin-right: 320px;
    margin-left: 0px;
  }
}
body.blog #content main,
body.single #content main,
body.archive #content main,
body.archive.date #content main,
body.archive.category #content main,
body.post-template-default #content main {
  padding: 0;
  background: transparent;
}
body.blog #content-w,
body.single #content-w,
body.archive #content-w,
body.archive.date #content-w,
body.archive.category #content-w,
body.post-template-default #content-w {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media all and (max-width: 640.9px) {
  body.blog #content-w,
  body.single #content-w,
  body.archive #content-w,
  body.archive.date #content-w,
  body.archive.category #content-w,
  body.post-template-default #content-w {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media all and (min-width: 641px) {
  #contentInner {
    float: left;
    width: 100%;
    margin-right: -300px;
  }
}

@media all and (max-width: 640.9px) {
  body.blog article,
  body.single article,
  body.archive article {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
body.blog .kanren *,
body.single .kanren *,
body.archive .kanren * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.blog .kanren .bl_archive_item,
body.single .kanren .bl_archive_item,
body.archive .kanren .bl_archive_item {
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
body.blog .kanren .bl_archive_item + dl,
body.single .kanren .bl_archive_item + dl,
body.archive .kanren .bl_archive_item + dl {
  margin-top: 20px;
}
body.blog .kanren .bl_archive_item dt,
body.single .kanren .bl_archive_item dt,
body.archive .kanren .bl_archive_item dt {
  width: 300px;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren .bl_archive_item dt,
  body.single .kanren .bl_archive_item dt,
  body.archive .kanren .bl_archive_item dt {
    float: none;
    width: 100%;
  }
}
@media all and (min-width: 641px) {
  body.blog .kanren .bl_archive_item dt,
  body.single .kanren .bl_archive_item dt,
  body.archive .kanren .bl_archive_item dt {
    display: flex;
  }
}
body.blog .kanren .bl_archive_item dt > a,
body.single .kanren .bl_archive_item dt > a,
body.archive .kanren .bl_archive_item dt > a {
  display: block;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren .bl_archive_item dt > a:hover > img,
  body.blog .kanren .bl_archive_item dt > a:hover > figure, body.blog .kanren .bl_archive_item dt > a:focus > img,
  body.blog .kanren .bl_archive_item dt > a:focus > figure,
  body.single .kanren .bl_archive_item dt > a:hover > img,
  body.single .kanren .bl_archive_item dt > a:hover > figure,
  body.single .kanren .bl_archive_item dt > a:focus > img,
  body.single .kanren .bl_archive_item dt > a:focus > figure,
  body.archive .kanren .bl_archive_item dt > a:hover > img,
  body.archive .kanren .bl_archive_item dt > a:hover > figure,
  body.archive .kanren .bl_archive_item dt > a:focus > img,
  body.archive .kanren .bl_archive_item dt > a:focus > figure {
    opacity: 1;
  }
}
@media all and (min-width: 641px) {
  body.blog .kanren .bl_archive_item dt > a:hover > img,
  body.blog .kanren .bl_archive_item dt > a:hover > figure, body.blog .kanren .bl_archive_item dt > a:focus > img,
  body.blog .kanren .bl_archive_item dt > a:focus > figure,
  body.single .kanren .bl_archive_item dt > a:hover > img,
  body.single .kanren .bl_archive_item dt > a:hover > figure,
  body.single .kanren .bl_archive_item dt > a:focus > img,
  body.single .kanren .bl_archive_item dt > a:focus > figure,
  body.archive .kanren .bl_archive_item dt > a:hover > img,
  body.archive .kanren .bl_archive_item dt > a:hover > figure,
  body.archive .kanren .bl_archive_item dt > a:focus > img,
  body.archive .kanren .bl_archive_item dt > a:focus > figure {
    opacity: 0.7;
  }
}
body.blog .kanren .bl_archive_item dt > a > img,
body.blog .kanren .bl_archive_item dt > a > figure,
body.single .kanren .bl_archive_item dt > a > img,
body.single .kanren .bl_archive_item dt > a > figure,
body.archive .kanren .bl_archive_item dt > a > img,
body.archive .kanren .bl_archive_item dt > a > figure {
  transition: 0.2s opacity;
}
body.blog .kanren .bl_archive_item dt figure,
body.single .kanren .bl_archive_item dt figure,
body.archive .kanren .bl_archive_item dt figure {
  margin: 0;
  width: 300px;
  height: 220px;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren .bl_archive_item dt figure,
  body.single .kanren .bl_archive_item dt figure,
  body.archive .kanren .bl_archive_item dt figure {
    width: 100%;
    height: 67vw;
  }
}
body.blog .kanren .bl_archive_item dt figure img,
body.single .kanren .bl_archive_item dt figure img,
body.archive .kanren .bl_archive_item dt figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
body.blog .kanren dd,
body.single .kanren dd,
body.archive .kanren dd {
  padding: 0 0 12px 325px;
  line-height: 1.25;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd,
  body.single .kanren dd,
  body.archive .kanren dd {
    margin-top: 10px;
    padding: 0;
  }
}
body.blog .kanren dd .blog-info,
body.single .kanren dd .blog-info,
body.archive .kanren dd .blog-info {
  font-size: 14px;
}
body.blog .kanren dd .blog-info time,
body.single .kanren dd .blog-info time,
body.archive .kanren dd .blog-info time {
  display: inline-block;
  margin-bottom: 6px;
  line-height: 30px;
  margin-right: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  opacity: 0.7;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd .blog-info time,
  body.single .kanren dd .blog-info time,
  body.archive .kanren dd .blog-info time {
    width: 48%;
    margin: 0;
  }
}
body.blog .kanren dd .blog-info .post-categories,
body.single .kanren dd .blog-info .post-categories,
body.archive .kanren dd .blog-info .post-categories {
  display: inline-block;
  /*
  display: flex;
  flex-wrap: wrap;
  */
}
body.blog .kanren dd .blog-info .post-categories > li,
body.single .kanren dd .blog-info .post-categories > li,
body.archive .kanren dd .blog-info .post-categories > li {
  display: inline-block;
}
body.blog .kanren dd .blog-info a,
body.single .kanren dd .blog-info a,
body.archive .kanren dd .blog-info a {
  display: inline-block;
  color: #000;
  line-height: 30px;
  margin-bottom: 6px;
  padding: 0;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  background: #eee;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 0 1em;
  margin-right: 0.5em;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd .blog-info a,
  body.single .kanren dd .blog-info a,
  body.archive .kanren dd .blog-info a {
    font-size: 12px;
    padding: 0 0.5em;
    letter-spacing: 0;
  }
}
@media all and (min-width: 641px) {
  body.blog .kanren dd .blog-info a,
  body.single .kanren dd .blog-info a,
  body.archive .kanren dd .blog-info a {
    transition: 0.2s opacity;
  }
  body.blog .kanren dd .blog-info a:hover, body.blog .kanren dd .blog-info a:focus,
  body.single .kanren dd .blog-info a:hover,
  body.single .kanren dd .blog-info a:focus,
  body.archive .kanren dd .blog-info a:hover,
  body.archive .kanren dd .blog-info a:focus {
    opacity: 0.7;
  }
}
body.blog .kanren dd > a,
body.single .kanren dd > a,
body.archive .kanren dd > a {
  display: block;
  color: #434343;
  text-decoration: none;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd > a,
  body.single .kanren dd > a,
  body.archive .kanren dd > a {
    clear: both;
    width: 100%;
  }
}
@media all and (min-width: 641px) {
  body.blog .kanren dd > a,
  body.single .kanren dd > a,
  body.archive .kanren dd > a {
    font-size: 18px;
    transition: 0.2s opacity;
  }
  body.blog .kanren dd > a:hover, body.blog .kanren dd > a:focus,
  body.single .kanren dd > a:hover,
  body.single .kanren dd > a:focus,
  body.archive .kanren dd > a:hover,
  body.archive .kanren dd > a:focus {
    opacity: 0.7;
  }
}
body.blog .kanren dd h3,
body.single .kanren dd h3,
body.archive .kanren dd h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd h3,
  body.single .kanren dd h3,
  body.archive .kanren dd h3 {
    margin-top: 6px;
  }
}
body.blog .kanren dd .bl_archive_summary,
body.single .kanren dd .bl_archive_summary,
body.archive .kanren dd .bl_archive_summary {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.75;
}
body.blog .kanren dd .bl_archive_summary > *,
body.single .kanren dd .bl_archive_summary > *,
body.archive .kanren dd .bl_archive_summary > * {
  font: inherit;
}
@media all and (max-width: 640.9px) {
  body.blog .kanren dd .bl_archive_summary,
  body.single .kanren dd .bl_archive_summary,
  body.archive .kanren dd .bl_archive_summary {
    display: none;
  }
}
body.blog article h1,
body.blog article .entry-title,
body.single article h1,
body.single article .entry-title,
body.archive article h1,
body.archive article .entry-title {
  line-height: 1.25 !important;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #434343;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #434343;
}
@media all and (max-width: 640.9px) {
  body.blog article h1,
  body.blog article .entry-title,
  body.single article h1,
  body.single article .entry-title,
  body.archive article h1,
  body.archive article .entry-title {
    font-size: 17px;
    border-bottom-width: 2px;
  }
}
body.blog article .updated,
body.single article .updated,
body.archive article .updated {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #434343;
  font-size: 14px;
  letter-spacing: 0.01em;
  opacity: 0.7;
}
body.blog article .st-catgroup,
body.single article .st-catgroup,
body.archive article .st-catgroup {
  line-break: strict;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
body.blog article .st-catgroup a,
body.single article .st-catgroup a,
body.archive article .st-catgroup a {
  margin-top: 5px;
  display: inline-block;
  transition: 0.2s opacity;
  max-width: 100%;
}
body.blog article .st-catgroup .catname,
body.single article .st-catgroup .catname,
body.archive article .st-catgroup .catname {
  border-radius: 0;
  font-weight: 700;
  background: #eee;
  display: inline-block;
  max-width: 100%;
}
body.blog .mainbox,
body.single .mainbox,
body.archive .mainbox {
  margin-top: 40px;
}
@media all and (max-width: 640.9px) {
  body.blog .mainbox,
  body.single .mainbox,
  body.archive .mainbox {
    margin-top: 30px;
  }
}
body.blog .st-post,
body.single .st-post,
body.archive .st-post {
  font-size: 15px;
  line-height: 1.75;
}
body.blog .st-post h2, body.blog .st-post h3, body.blog .st-post h4, body.blog .st-post h5, body.blog .st-post h6,
body.single .st-post h2,
body.single .st-post h3,
body.single .st-post h4,
body.single .st-post h5,
body.single .st-post h6,
body.archive .st-post h2,
body.archive .st-post h3,
body.archive .st-post h4,
body.archive .st-post h5,
body.archive .st-post h6 {
  border: none;
  background: none;
  padding: 0;
  line-height: 1.5;
  margin: 2em 0 1em;
}
body.blog .st-post h2,
body.single .st-post h2,
body.archive .st-post h2 {
  font-size: 18px;
  padding: 0.75em 1em;
  margin-top: 2em;
  background: #eee;
  color: #434343;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post h2,
  body.single .st-post h2,
  body.archive .st-post h2 {
    font-size: 15px;
  }
}
body.blog .st-post h3,
body.single .st-post h3,
body.archive .st-post h3 {
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #434343;
  border-width: 0 0 2px 5px;
  padding: 0.25em 0.5em;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post h3,
  body.single .st-post h3,
  body.archive .st-post h3 {
    font-size: 15px;
    border-width: 0 0 1px 3px;
  }
}
body.blog .st-post h4,
body.single .st-post h4,
body.archive .st-post h4 {
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #434343;
  border-width: 2px 0;
  padding: 0.5em;
  /*
  border-left: 4px solid $cT;
  padding: .25em 0 .25em .75em;
  margin-top: 1em;
  border-left-width: 3px;
  */
}
@media all and (max-width: 640.9px) {
  body.blog .st-post h4,
  body.single .st-post h4,
  body.archive .st-post h4 {
    font-size: 15px;
    border-width: 1px 0;
  }
}
body.blog .st-post h5,
body.single .st-post h5,
body.archive .st-post h5 {
  font-size: 16px;
  border-bottom: 6px double #434343;
  padding: 0.25em 0.5em;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post h5,
  body.single .st-post h5,
  body.archive .st-post h5 {
    font-size: 15px;
  }
}
body.blog .st-post h6,
body.single .st-post h6,
body.archive .st-post h6 {
  font-size: 16px;
  position: relative;
  padding-left: 24px;
}
body.blog .st-post h6:before,
body.single .st-post h6:before,
body.archive .st-post h6:before {
  content: "";
  background-color: #434343;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: auto;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post h6,
  body.single .st-post h6,
  body.archive .st-post h6 {
    font-size: 15px;
  }
}
body.blog .st-post aside,
body.single .st-post aside,
body.archive .st-post aside {
  margin-top: 100px;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post aside,
  body.single .st-post aside,
  body.archive .st-post aside {
    margin-top: 60px;
  }
}
body.blog .st-post .bl_single_nav,
body.single .st-post .bl_single_nav,
body.archive .st-post .bl_single_nav {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
body.blog .st-post .bl_single_nav *,
body.single .st-post .bl_single_nav *,
body.archive .st-post .bl_single_nav * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.blog .st-post .bl_single_nav .un_prev,
body.blog .st-post .bl_single_nav .un_next,
body.single .st-post .bl_single_nav .un_prev,
body.single .st-post .bl_single_nav .un_next,
body.archive .st-post .bl_single_nav .un_prev,
body.archive .st-post .bl_single_nav .un_next {
  width: 48%;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_prev,
  body.blog .st-post .bl_single_nav .un_next,
  body.single .st-post .bl_single_nav .un_prev,
  body.single .st-post .bl_single_nav .un_next,
  body.archive .st-post .bl_single_nav .un_prev,
  body.archive .st-post .bl_single_nav .un_next {
    width: 37%;
  }
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_prev b:before,
  body.single .st-post .bl_single_nav .un_prev b:before,
  body.archive .st-post .bl_single_nav .un_prev b:before {
    box-sizing: border-box;
    content: "";
    width: 0.4em;
    height: 0.4em;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    transform-origin: center;
    transform: rotate(-45deg);
    display: inline-block;
    margin-right: 0.6em;
  }
  body.blog .st-post .bl_single_nav .un_prev b:before,
  body.single .st-post .bl_single_nav .un_prev b:before,
  body.archive .st-post .bl_single_nav .un_prev b:before {
    margin-left: 0;
    margin-right: 0.6em;
    transform: rotate(135deg);
  }
}
@media all and (min-width: 641px) {
  body.blog .st-post .bl_single_nav .un_prev b,
  body.single .st-post .bl_single_nav .un_prev b,
  body.archive .st-post .bl_single_nav .un_prev b {
    left: 27px;
  }
}
body.blog .st-post .bl_single_nav .un_prev a,
body.single .st-post .bl_single_nav .un_prev a,
body.archive .st-post .bl_single_nav .un_prev a {
  /*
  // Arrow Icon
  @include iconArrow(before, absolute, $cT, 1.75em, 2px);
  &:before {
  	left: 30px;
  	transform: rotate(135deg);

  	@include mq(sp) {
  		width: 1em;
  		height: 1em;
  		left: 10px;
  		top: calc(50% - .5em);
  	}
  }
  */
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_prev a,
  body.single .st-post .bl_single_nav .un_prev a,
  body.archive .st-post .bl_single_nav .un_prev a {
    justify-content: flex-start;
    padding-left: 20px;
  }
}
body.blog .st-post .bl_single_nav .un_next:first-child,
body.single .st-post .bl_single_nav .un_next:first-child,
body.archive .st-post .bl_single_nav .un_next:first-child {
  margin-left: auto;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_next b:after,
  body.single .st-post .bl_single_nav .un_next b:after,
  body.archive .st-post .bl_single_nav .un_next b:after {
    box-sizing: border-box;
    content: "";
    width: 0.4em;
    height: 0.4em;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    transform-origin: center;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 0.6em;
  }
}
@media all and (min-width: 641px) {
  body.blog .st-post .bl_single_nav .un_next b,
  body.single .st-post .bl_single_nav .un_next b,
  body.archive .st-post .bl_single_nav .un_next b {
    display: block;
    text-align: right;
  }
}
body.blog .st-post .bl_single_nav .un_next a,
body.single .st-post .bl_single_nav .un_next a,
body.archive .st-post .bl_single_nav .un_next a {
  /*
  // Arrow Icon
  @include iconArrow(before, absolute, $cT, 1.75em, 2px);
  &:before {
  	left: auto;
  	right: 30px;

  	@include mq(sp) {
  		width: 1em;
  		height: 1em;
  		right: 10px;
  		top: calc(50% - .5em);
  	}
  }
  */
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_next a,
  body.single .st-post .bl_single_nav .un_next a,
  body.archive .st-post .bl_single_nav .un_next a {
    justify-content: flex-end;
    padding-right: 20px;
  }
}
body.blog .st-post .bl_single_nav .un_toArchive,
body.single .st-post .bl_single_nav .un_toArchive,
body.archive .st-post .bl_single_nav .un_toArchive {
  width: 20%;
  border: 1px solid #fff;
  border-width: 0 1px;
}
body.blog .st-post .bl_single_nav .un_toArchive:first-child,
body.single .st-post .bl_single_nav .un_toArchive:first-child,
body.archive .st-post .bl_single_nav .un_toArchive:first-child {
  margin-left: auto;
}
body.blog .st-post .bl_single_nav .un_toArchive:last-child,
body.single .st-post .bl_single_nav .un_toArchive:last-child,
body.archive .st-post .bl_single_nav .un_toArchive:last-child {
  margin-right: auto;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_toArchive,
  body.single .st-post .bl_single_nav .un_toArchive,
  body.archive .st-post .bl_single_nav .un_toArchive {
    width: 26%;
  }
}
body.blog .st-post .bl_single_nav .un_toArchive a,
body.single .st-post .bl_single_nav .un_toArchive a,
body.archive .st-post .bl_single_nav .un_toArchive a {
  background: #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
}
body.blog .st-post .bl_single_nav .un_toArchive a:before,
body.single .st-post .bl_single_nav .un_toArchive a:before,
body.archive .st-post .bl_single_nav .un_toArchive a:before {
  box-sizing: border-box;
  display: inline-block;
  content: "";
  background: url(../img/i_archive_bk.png) no-repeat center/contain;
  margin: 0 0 0.5em;
  width: 100%;
  height: 22px;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav .un_toArchive a,
  body.single .st-post .bl_single_nav .un_toArchive a,
  body.archive .st-post .bl_single_nav .un_toArchive a {
    font-size: 12px;
    line-height: 1.25;
  }
  body.blog .st-post .bl_single_nav .un_toArchive a:before,
  body.single .st-post .bl_single_nav .un_toArchive a:before,
  body.archive .st-post .bl_single_nav .un_toArchive a:before {
    height: 14px;
    margin-bottom: 0.25em;
  }
}
body.blog .st-post .bl_single_nav > li,
body.single .st-post .bl_single_nav > li,
body.archive .st-post .bl_single_nav > li {
  padding: 0;
}
body.blog .st-post .bl_single_nav > li a,
body.single .st-post .bl_single_nav > li a,
body.archive .st-post .bl_single_nav > li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 44px;
  min-height: 66px;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav > li a,
  body.single .st-post .bl_single_nav > li a,
  body.archive .st-post .bl_single_nav > li a {
    font-size: 14px;
    padding: 4px 4px 6px;
    min-height: 44px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background: #333333;
    color: #fff;
  }
}
@media all and (min-width: 641px) {
  body.blog .st-post .bl_single_nav > li a,
  body.single .st-post .bl_single_nav > li a,
  body.archive .st-post .bl_single_nav > li a {
    transition: 0.2s opacity;
  }
  body.blog .st-post .bl_single_nav > li a:hover, body.blog .st-post .bl_single_nav > li a:focus,
  body.single .st-post .bl_single_nav > li a:hover,
  body.single .st-post .bl_single_nav > li a:focus,
  body.archive .st-post .bl_single_nav > li a:hover,
  body.archive .st-post .bl_single_nav > li a:focus {
    opacity: 0.7;
  }
}
body.blog .st-post .bl_single_nav > li a b,
body.single .st-post .bl_single_nav > li a b,
body.archive .st-post .bl_single_nav > li a b {
  /*
  font-size: 32px;
  font-weight: 900;

  @include mq(sp) {
  	letter-spacing: -.05em;
  	font-size: 16px;
  }
  @include mq(pc) {
  	position: absolute;
  	display: block;
  	top: -24px;
  }
  */
}
body.blog .st-post .bl_single_nav > li dl,
body.single .st-post .bl_single_nav > li dl,
body.archive .st-post .bl_single_nav > li dl {
  display: flex;
  border: 1px solid #eee;
  background: #fff;
  padding: 30px;
  margin-top: 10px;
}
@media all and (max-width: 640.9px) {
  body.blog .st-post .bl_single_nav > li dl,
  body.single .st-post .bl_single_nav > li dl,
  body.archive .st-post .bl_single_nav > li dl {
    display: none;
  }
}
body.blog .st-post .bl_single_nav > li dl dt,
body.single .st-post .bl_single_nav > li dl dt,
body.archive .st-post .bl_single_nav > li dl dt {
  width: 100px;
}
body.blog .st-post .bl_single_nav > li dl dt figure,
body.single .st-post .bl_single_nav > li dl dt figure,
body.archive .st-post .bl_single_nav > li dl dt figure {
  margin: 0;
  width: 100px;
  height: 100px;
}
body.blog .st-post .bl_single_nav > li dl dd,
body.single .st-post .bl_single_nav > li dl dd,
body.archive .st-post .bl_single_nav > li dl dd {
  padding-left: 20px;
  flex: 1;
}
body.blog .st-post .bl_single_nav > li dl dd p,
body.single .st-post .bl_single_nav > li dl dd p,
body.archive .st-post .bl_single_nav > li dl dd p {
  word-break: break-all;
  word-wrap: break-word;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
body.blog .st-post .bl_single_nav > li dl dd p:first-child,
body.single .st-post .bl_single_nav > li dl dd p:first-child,
body.archive .st-post .bl_single_nav > li dl dd p:first-child {
  color: rgba(0, 0, 0, 0.5);
}
body.blog .st-post .bl_single_nav > li dl dd p:last-child,
body.single .st-post .bl_single_nav > li dl dd p:last-child,
body.archive .st-post .bl_single_nav > li dl dd p:last-child {
  margin-top: 0.5em;
  color: rgb(51, 51, 51);
}
body.blog .st-post .bl_single_nav > li > p,
body.single .st-post .bl_single_nav > li > p,
body.archive .st-post .bl_single_nav > li > p {
  margin: 0;
  padding: 10px 20px;
}

.bl_pager {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bl_pager > li {
  margin: 10px 5px 0;
  list-style: none;
}
@media all and (max-width: 640.9px) {
  .bl_pager > li {
    margin: 10px 0 0;
  }
}
.bl_pager > li > a {
  background: transparent;
  color: #fff;
}
@media all and (min-width: 641px) {
  .bl_pager > li > a {
    min-width: 1.5em;
    transition: 0.2s opacity;
  }
  .bl_pager > li > a:hover, .bl_pager > li > a:focus {
    opacity: 0.7;
  }
}
.bl_pager > li > span {
  background: transparent;
}
@media all and (min-width: 641px) {
  .bl_pager > li > span {
    min-width: 1.5em;
    cursor: default;
  }
}
.bl_pager .bl_pager_first > a:before,
.bl_pager .bl_pager_prev > a:before,
.bl_pager .bl_pager_next > a:after,
.bl_pager .bl_pager_last > a:after {
  box-sizing: border-box;
  position: relative;
  display: block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  border: 1px solid #434343;
  border-width: 0 2px 2px 0;
  transform-origin: center;
  /*
  margin-right: .5em;
  display: inline-block;
  content: "";
  border-right: .6em solid $cT;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  */
}
.bl_pager .bl_pager_prev a:before {
  transform: translateX(2px) rotate(135deg);
}
.bl_pager .bl_pager_next a:after {
  transform: translateX(-2px) rotate(-45deg);
}
@media all and (min-width: 641px) {
  .bl_pager .bl_pager_prev + .bl_pager_num {
    margin-left: 20px;
  }
}
@media all and (min-width: 641px) {
  .bl_pager .bl_pager_num + .bl_pager_next {
    margin-left: 20px;
  }
}
.bl_pager .bl_pager_num {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #1452a6;
}
.bl_pager .bl_pager_num > a,
.bl_pager .bl_pager_num > span {
  font-weight: 700;
  padding-left: 2px;
  padding-right: 2px;
}
@media all and (min-width: 641px) {
  .bl_pager .bl_pager_num > a,
  .bl_pager .bl_pager_num > span {
    height: 44px;
  }
}
.bl_pager .bl_pager_num > a {
  color: #434343;
  text-decoration: none;
  background: linear-gradient(to bottom, #434343, #434343) no-repeat bottom 6px center/100% 1px;
}
@media all and (max-width: 640.9px) {
  .bl_pager .bl_pager_num > a {
    background-size: 1em 1px;
  }
}
.bl_pager .bl_pager_num > span {
  color: #434343;
  opacity: 0.4;
}

aside .kanren {
  padding: 0;
  margin: 0;
}

.bl_aside_bnr a {
  display: block;
}
.bl_aside_bnr img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.bl_aside_bnr + * {
  margin-top: 30px;
}

@media all and (max-width: 640.9px) {
  #side {
    margin-top: 40px;
  }
}
@media all and (min-width: 641px) {
  #side aside {
    float: right;
    width: 300px !important;
    clear: none;
  }
}
#side .bl_aside_widgets + .ad,
#side #mybox .ad + .ad {
  margin-top: 30px;
}
#side .bl_aside_widgets *,
#side #mybox .ad * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#side .bl_aside_widgets .widget,
#side #mybox .ad .widget {
  list-style: none;
}
#side .bl_aside_widgets .widgettitle,
#side .bl_aside_widgets h4,
#side #mybox .ad .widgettitle,
#side #mybox .ad h4 {
  background: none;
  margin: 0;
  border: none;
  line-height: 1.25;
  font-size: 16px;
  background: #eee;
  padding: 10px 15px;
}
@media all and (max-width: 640.9px) {
  #side .bl_aside_widgets .widgettitle,
  #side .bl_aside_widgets h4,
  #side #mybox .ad .widgettitle,
  #side #mybox .ad h4 {
    padding: 10px 15px 11px;
  }
}
#side .bl_aside_widgets .widgettitle:nth-child(n+2),
#side .bl_aside_widgets h4:nth-child(n+2),
#side #mybox .ad .widgettitle:nth-child(n+2),
#side #mybox .ad h4:nth-child(n+2) {
  margin-top: 54px;
}
@media all and (max-width: 640.9px) {
  #side .bl_aside_widgets .widgettitle:nth-child(n+2),
  #side .bl_aside_widgets h4:nth-child(n+2),
  #side #mybox .ad .widgettitle:nth-child(n+2),
  #side #mybox .ad h4:nth-child(n+2) {
    margin-top: 44px;
  }
}
#side .bl_aside_widgets .widgettitle + ul,
#side .bl_aside_widgets h4 + ul,
#side #mybox .ad .widgettitle + ul,
#side #mybox .ad h4 + ul {
  margin-top: 10px;
}
#side .bl_aside_widgets ul li a,
#side #mybox .ad ul li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: underline;
}
@media all and (max-width: 640.9px) {
  #side .bl_aside_widgets ul li a,
  #side #mybox .ad ul li a {
    padding: 12px 1px 13px 20px;
    font-size: 14px;
  }
}
#side .bl_aside_widgets ul li a:before,
#side #mybox .ad ul li a:before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media all and (min-width: 641px) {
  #side .bl_aside_widgets ul li a,
  #side #mybox .ad ul li a {
    transition: 0.2s opacity;
  }
  #side .bl_aside_widgets ul li a:hover, #side .bl_aside_widgets ul li a:focus,
  #side #mybox .ad ul li a:hover,
  #side #mybox .ad ul li a:focus {
    opacity: 0.7;
  }
}
#side .bl_aside_widgets ul.bl_aside_latestPosts,
#side #mybox .ad ul.bl_aside_latestPosts {
  list-style: none;
}
#side .bl_aside_widgets ul.bl_aside_latestPosts > li,
#side #mybox .ad ul.bl_aside_latestPosts > li {
  margin-top: 14px;
}
#side .bl_aside_widgets ul.bl_aside_latestPosts > li > a,
#side #mybox .ad ul.bl_aside_latestPosts > li > a {
  padding: 0;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#side .bl_aside_widgets ul.bl_aside_latestPosts > li > a:before,
#side #mybox .ad ul.bl_aside_latestPosts > li > a:before {
  display: none;
}
#side .bl_aside_widgets ul.bl_aside_latestPosts > li > a figure,
#side #mybox .ad ul.bl_aside_latestPosts > li > a figure {
  width: 90px;
  height: 90px;
  margin: 0;
  float: left;
}
#side .bl_aside_widgets ul.bl_aside_latestPosts > li > a time,
#side #mybox .ad ul.bl_aside_latestPosts > li > a time {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  margin: 0 0 0 100px;
  opacity: 0.7;
}
#side .bl_aside_widgets ul.bl_aside_latestPosts > li > a p,
#side #mybox .ad ul.bl_aside_latestPosts > li > a p {
  margin: 0.25em 0 0 100px;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: inherit;
  font-weight: 700;
}
#side .bl_aside_widgets .calendar_wrap,
#side #mybox .ad .calendar_wrap {
  margin-top: 20px;
}
#side .bl_aside_widgets .calendar_wrap #wp-calendar,
#side #mybox .ad .calendar_wrap #wp-calendar {
  background: #fff;
}
#side .bl_aside_widgets .calendar_wrap #wp-calendar #today,
#side #mybox .ad .calendar_wrap #wp-calendar #today {
  background: #eee;
}
#side .bl_aside_widgets .calendar_wrap table,
#side #mybox .ad .calendar_wrap table {
  border: 1px solid #ddd;
  border-top: none;
  table-layout: fixed;
}
#side .bl_aside_widgets .calendar_wrap table caption,
#side #mybox .ad .calendar_wrap table caption {
  background: #eee;
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-width: 1px 1px 0;
}
#side .bl_aside_widgets .calendar_wrap table thead th,
#side #mybox .ad .calendar_wrap table thead th {
  font-weight: 700;
}
#side .bl_aside_widgets .calendar_wrap table th,
#side .bl_aside_widgets .calendar_wrap table td,
#side #mybox .ad .calendar_wrap table th,
#side #mybox .ad .calendar_wrap table td {
  background: none;
  border: none;
  vertical-align: middle;
}
#side .bl_aside_widgets .calendar_wrap table td,
#side #mybox .ad .calendar_wrap table td {
  line-height: 1.75;
  padding: 5px 0;
}
#side .bl_aside_widgets .calendar_wrap table a,
#side #mybox .ad .calendar_wrap table a {
  width: 2em;
  height: 2em;
  display: inline-block;
  text-decoration: none;
  line-height: 1.9;
  border-radius: 50%;
  background: #c2b18e;
  color: #fff;
}
@media all and (min-width: 641px) {
  #side .bl_aside_widgets .calendar_wrap table a,
  #side #mybox .ad .calendar_wrap table a {
    transition: 0.2s opacity;
  }
  #side .bl_aside_widgets .calendar_wrap table a:hover, #side .bl_aside_widgets .calendar_wrap table a:focus,
  #side #mybox .ad .calendar_wrap table a:hover,
  #side #mybox .ad .calendar_wrap table a:focus {
    opacity: 0.7;
  }
}
#side .bl_aside_widgets .calendar_wrap nav,
#side #mybox .ad .calendar_wrap nav {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
#side .bl_aside_widgets .calendar_wrap nav span:nth-child(1) a, #side .bl_aside_widgets .calendar_wrap nav span:nth-child(3) a,
#side #mybox .ad .calendar_wrap nav span:nth-child(1) a,
#side #mybox .ad .calendar_wrap nav span:nth-child(3) a {
  display: block;
  background-color: #eee;
  color: #434343;
  line-height: 28px;
  padding: 0 12px;
  font-size: 14px;
  text-decoration: none;
}

/*
body.single {

	// メインビジュアル
	.bl_mv.bl_mv__sub {
		@include mq(sp) {
			height: 88px;
			min-height: 88px;
		}
		@include mq(pc) {
			height: 120px;
			min-height: 120px;
		}

		.bl_mv_subTitle {
			font-size: 52px;
			@include mq(sp) {
				font-size: 42px*$sp;
			}
		}
		.bl_mv_title {
			font-size: 18px;
			@include mq(sp) {
				margin-top: .25em;
				font-size: 28px*$sp;
			}
		}
	}
}
*/
.bl_single_meta {
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
}
.bl_single_meta .blogbox {
  margin: 4px 0 0 20px;
  padding: 5px 0;
}
.bl_single_meta .st-catgroup {
  margin: 0;
  padding: 0;
}
.bl_single_meta .st-catgroup .catname {
  margin: 0;
}

/*
body.single {
	.bl_article_share {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin: 0;

		// Design
		margin-top: 60px;

		@include mq(sp) {
			margin-top: 40px;
		}

		> * {
			margin-left: 20px;

			@include mq(sp) {
				margin-left: 10px;
			}
		}

		a {
			display: inline-block;
			cursor: pointer;

			@include mq(sp) {
				width: 44px;
			}
			@include mq(pc) {
				width: 32px;
				transition: .2s opacity;
				&:hover,
				&:focus {
					opacity: .7;
				}
			}
		}
	}
}
*/
body {
  background-color: #fff;
}
@media all and (min-width: 641px) {
  body {
    min-width: 1160px;
  }
}

body.wp article h1,
body.wp article .entry-title {
  border-color: #dcdcdc;
  line-height: 1.6 !important;
}
body.wp .kanren dl {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 2em 0;
}
body.wp .kanren dl:first-child {
  padding-top: 0;
}
body.wp .kanren dl dt {
  float: none;
  width: 200px;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 640.9px) {
  body.wp .kanren dl dt {
    display: none;
  }
}
body.wp .kanren dl dt img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}
body.wp .kanren dl dd {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media all and (min-width: 641px) {
  body.wp .kanren dl dd {
    width: calc(100% - 200px);
    min-height: 150px;
    margin: 0 0 0 30px;
  }
}
@media all and (max-width: 640.9px) {
  body.wp .kanren dl dd {
    width: 100%;
  }
}
body.wp .kanren dl dd .bl_btns {
  display: flex;
  justify-content: flex-end;
  margin: auto 0 0;
}
@media all and (max-width: 640.9px) {
  body.wp .kanren dl dd .bl_btns {
    margin: 1em 0 0;
  }
}
body.wp .kanren dl dd .bl_btns a {
  position: relative;
  display: block;
  padding: 0.6em 2.5em 0.6em 2em;
  text-align: center;
  background-color: rgb(2, 25, 77);
  color: #fff;
  font-size: 0.88em;
  transition: 0.2s opacity;
}
body.wp .kanren dl dd .bl_btns a:after {
  content: ">";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  margin: -0.6em 0 0;
}
body.wp .kanren dl dd .bl_btns a:hover {
  opacity: 0.7;
}
body.wp .kanren dl:last-child {
  border-bottom: 1px solid #ccc;
}
body.wp .kanren .blog_info {
  display: flex;
  justify-content: flex-start;
  gap: 0.5em;
  margin: 0 0 1em;
}
body.wp .kanren .blog_info time {
  color: #999;
  white-space: nowrap;
}
@media all and (min-width: 641px) {
  body.wp .kanren .blog_info time {
    margin: 0 2em 0 0;
  }
}
@media all and (max-width: 640.9px) {
  body.wp .kanren .blog_info time {
    order: 1;
  }
}
body.wp .kanren .blog_info .pcone ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
@media all and (min-width: 641px) {
  body.wp .kanren .blog_info .pcone ul {
    justify-content: flex-end;
  }
}
body.wp .kanren .blog_info .pcone ul li {
  background: #c5f3f0;
}
body.wp .kanren .blog_info .pcone ul li a {
  display: inline-block;
  padding: 0.15em 0.8em;
}
body.wp .kanren .copy_dt {
  display: none;
}
@media all and (max-width: 640.9px) {
  body.wp .kanren .copy_dt {
    display: block;
    width: 100%;
    margin: 0 0 1em;
    aspect-ratio: 4/3;
  }
}
body.wp .kanren .copy_dt img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
body.wp .kanren .smanone {
  display: block !important;
  line-height: 1.6;
}
body.wp .st-post h2 {
  background-color: rgb(2, 25, 77);
  color: #fff;
}
@media all and (min-width: 641px) {
  body.wp .st-post h2 {
    border-radius: 5px;
  }
}
body.wp .st-post h3 {
  border: 0 solid #434343;
  border-width: 2px 0;
  padding: 0.5em 1rem;
  font-size: 16px;
  font-weight: 700;
}
body.wp .st-post h4 {
  border: 0 solid #f2f4e0;
  border-width: 0 0 0 5px;
  padding: 0.25em calc(1rem - 5px);
  font-size: 16px;
  font-weight: 700;
}
body.wp .st-post h5 {
  border-color: #434343;
}
body.wp .st-post h6::before {
  background-color: #02194d;
}
body.wp .st-post .bl_sect {
  margin: 1em auto;
}
body.wp .st-post .bl_sect ul.bl_single_nav {
  position: relative;
  display: flex;
  justify-content: center;
}
body.wp .st-post .bl_sect ul.bl_single_nav > li {
  width: auto;
  border: 0;
  padding: 0;
  line-height: normal;
  font-size: 0.88em;
}
body.wp .st-post .bl_sect ul.bl_single_nav > li a {
  min-height: 0;
  padding: 0;
  background: none;
  text-decoration: underline;
  color: inherit;
  font-size: 1em;
}
body.wp .st-post .bl_sect ul.bl_single_nav > li a:hover {
  text-decoration: none;
  color: #999;
}
body.wp .st-post .bl_sect ul.bl_single_nav > li a:hover::before, body.wp .st-post .bl_sect ul.bl_single_nav > li a:hover::after {
  color: #999;
}
body.wp .st-post .bl_sect ul.bl_single_nav > li a::before, body.wp .st-post .bl_sect ul.bl_single_nav > li a::after {
  display: none;
}
body.wp .st-post .bl_sect ul.bl_single_nav .un_prev,
body.wp .st-post .bl_sect ul.bl_single_nav .un_next {
  position: absolute;
  top: 50%;
  margin: -0.75em 0 0;
}
body.wp .st-post .bl_sect ul.bl_single_nav .un_prev a::before,
body.wp .st-post .bl_sect ul.bl_single_nav .un_next a::before {
  position: absolute;
  top: 50%;
  display: block;
  margin: -0.3em 0 0;
  color: #444;
}
body.wp .st-post .bl_sect ul.bl_single_nav .un_prev {
  left: 0;
}
body.wp .st-post .bl_sect ul.bl_single_nav .un_prev a {
  padding: 0 0 0 2em;
}
body.wp .st-post .bl_sect ul.bl_single_nav .un_prev a::before {
  left: 0.25em;
}
body.wp .st-post .bl_sect ul.bl_single_nav .un_next {
  right: 0;
}
body.wp .st-post .bl_sect ul.bl_single_nav .un_next a {
  padding: 0 2em 0 0;
}
body.wp .st-post .bl_sect ul.bl_single_nav .un_next a::before {
  right: 0.25em;
}
body.wp .st-post .bl_sect ul.bl_single_nav .un_prev > a:before,
body.wp .st-post .bl_sect ul.bl_single_nav .un_next > a:before {
  box-sizing: border-box;
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 1px solid #434343;
  border-width: 0 2px 2px 0;
  transform-origin: center;
}
body.wp .st-post .bl_sect ul.bl_single_nav .un_prev a:before {
  transform: translateX(2px) rotate(135deg);
}
body.wp .st-post .bl_sect ul.bl_single_nav .un_next a:before {
  transform: translateX(-2px) rotate(-45deg);
}
body.wp .st-post .bl_sect ul.bl_single_nav .un_toArchive {
  margin: 0 auto;
}
body.wp .bl_pager {
  margin: 4em 0 1em;
}
@media all and (min-width: 641px) {
  body.wp .bl_pager .bl_pager_prev + .bl_pager_num {
    margin-left: 4em;
  }
}
@media all and (min-width: 641px) {
  body.wp .bl_pager .bl_pager_num + .bl_pager_next {
    margin-left: 4em;
  }
}
body.wp .bl_pager .bl_pager_num > a,
body.wp .bl_pager .bl_pager_num > span {
  font-size: 0.88em;
}

#side #mybox .ad h4 {
  border-radius: 0;
  background-color: rgb(2, 25, 77);
  color: #fff;
}
#side #mybox .ad ul:not(.bl_aside_latestPosts) {
  margin-top: 0;
}
#side #mybox .ad ul:not(.bl_aside_latestPosts) li {
  padding: 0.25em 0;
  border-bottom: 1px dotted #e3e3e3;
}
#side #mybox .ad ul:not(.bl_aside_latestPosts) li a {
  text-decoration: none;
}
#side #mybox .ad ul.bl_aside_latestPosts > li {
  margin-top: 0;
  padding: 1.5em 20px;
  border-bottom: 1px solid #dcdcdc;
}
#side #mybox .ad ul.bl_aside_latestPosts > li:first-child {
  border-top: 1px solid #dcdcdc;
}
#side #mybox .ad ul.bl_aside_latestPosts > li > a time {
  margin-left: 0;
}
#side #mybox .ad ul.bl_aside_latestPosts > li > a p {
  margin-left: 0;
}

.bl_single_meta {
  justify-content: space-between;
}
.bl_single_meta .blogbox {
  white-space: nowrap;
  margin: 0 1em 0 0;
}
.bl_single_meta .st-catgroup {
  text-align: right;
}
.bl_single_meta .st-catgroup a {
  margin: 0.15em;
  text-align: center;
}
.bl_single_meta .st-catgroup a .catname {
  background: #c5f3f0 !important;
}

.bl_single_image {
  margin: 2em 0 3em;
  background: #d2d2d2;
  text-align: center;
}
.bl_single_image img {
  margin: 0;
}

body.wp .bl_mv.bl_mv__sub {
  height: 550px;
  min-height: 0;
  max-height: none;
  padding-top: 258px;
  background: url(../img/mv_bluesky-trees.jpg) no-repeat top center;
  background-size: cover;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.wp .bl_mv.bl_mv__sub .bl_mv_inner {
  justify-content: center;
  height: auto;
}
body.wp .bl_mv.bl_mv__sub .bl_mv_inner .bl_mv_title {
  margin: 0;
  border: 1px solid #fff;
  padding: 1em 4.25em;
  color: #fff;
  font-weight: normal;
  font-size: 28px;
}
@media all and (max-width: 640.9px) {
  body.wp .bl_mv.bl_mv__sub .bl_mv_inner .bl_mv_title {
    min-width: 12em;
    padding: 1em 0.25em;
  }
}

.bl_sect.bl_sect__single {
  padding-top: 80px;
  padding-bottom: 150px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__single {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.bl_sect.bl_sect__single .ly_cont {
  line-height: 1.75;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__single .ly_cont {
    line-height: 2;
    border-radius: 25px;
  }
}

/*# sourceMappingURL=style.css.map */
