@charset "utf-8";



@media screen and (max-width: 767px) {
  .b-singleWrap {
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .b-singleWrap {
    margin-top: -40px;
  }
}

@media screen and (min-width: 981px) {
  .b-singleWrap:has(.b-sideNav) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .b-singleWrap:not(:has(.b-sideNav) ) .b-post,
  .b-singleWrap:not(:has(.show) ) .b-post {
    margin: auto;
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .b-sideNav {
    background: url(../img/n-common/line-dash-h.png) left top repeat-x;
    padding-top: 40px;
  }
  .b-sideNav > .b-item {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .b-sideNav {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .b-singleWrap .b-post {
    max-width: 810px;
    margin: auto;
  }
  .b-sideNav {
    margin: auto;
  }
}
@media screen and (min-width: 981px) {
  .b-singleWrap .b-post {
    width: calc( ( 810 / 1210) * 100% );
  }
  .b-sideNav {
    width: calc( ( 350 / 1210) * 100% );
  }
}

/*  sideNav
-------------------------------------------------*/
.b-sideNav:not(:has(.show)) {
  display: none;
}
.b-sideNav .b-item:not(.show) {
  display: none;
}
.b-sideNav .b-item {
  margin-bottom: 20px;
}
.b-sideNav .b-item a {
  display: block;
}
.b-sideNav .b-item a:has( > img),
.b-sideNav .b-img {
  overflow: hidden;
  border-radius: 10px;
}
.b-sideNav .b-item > dt {
  font-weight: 700;
  letter-spacing: .025em;
}
@media screen and (min-width: 768px) {
  .b-sideNav .b-item a {
    transition: .3s all;
    transform: translateZ(0);
  }
  .b-sideNav .b-item:not(.note):not(.popular):not(.sns) a:has(img):hover {
    filter: var(--sdw20);
  }
}

/* seminar */
.b-sideNav .seminar {
  border-top: 1px solid var(--color-gray-L);
  border-bottom: 1px solid var(--color-gray-L);
  padding: 20px 0;
}

/* note */
.b-sideNav .note article {
  border: 1px solid var(--color-gray-L);
  border-radius: 6px;
  padding: 15px 20px 20px;
  background-image: url(../img/n-common/ic-note.svg);
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px;
  background-size: 60px;
  background-color: #fff;
}
.b-sideNav .note article + article {
  margin-top: 10px;
}

.b-sideNav .note article .e-noteTtl {
  font-size: 16px;
  margin-bottom: .5em;
  line-height: 1.5;
}
.b-sideNav .note article .b-body {
  display: flex;
}
.b-sideNav .note article .e-txt {
  font-size: 11px;
}
.b-sideNav .note article .b-creatorInfo {
  display: flex;
  align-items: center;
  line-height: 1;
}
.b-sideNav .note article .e-creatorName {
  font-size: 11px;
  font-weight: 700;
}
.b-sideNav .note article time {
  font-size: 10px;
}
.b-sideNav .note article .b-noteAuther {
  width: 30px;
  margin: 0;
}
.b-sideNav .note article .e-thumb {
  min-width: min(42%,125px);
  margin-top: 5px;
  margin-left: 15px;
}
.b-sideNav .note article .b-flex {
  display: flex;
  margin-bottom: .8em;
}
@media screen and (min-width: 768px) {
  .b-sideNav .note article,
  .b-sideNav .note article a:hover .e-noteTtl {
    transition: .3s all;
  }
  .b-sideNav .note article:hover {
    filter: var(--sdw20)
  }
  .b-sideNav .note article a:hover {
    color: inherit;
  }
  .b-sideNav .note article a:hover .e-noteTtl {
    color: var(--cells-L);
  }
}

/* popular */
.b-sideNav .popular article+article {
  background: url(../img/n-common/line-dash-h.png) left top repeat-x;
}
.b-sideNav .popular a {
  display: flex;
  align-items: flex-start;
  line-height: 1.286;
  padding: 20px 0;
  font-weight: 700;
}
.b-sideNav .b-item.popular dt {
  border-bottom: 1px solid var(--color-gray-L);
}
.b-sideNav .popular .b-img {
  width: 130px;
  min-width: 130px;
  margin-right: 20px;
}
.b-sideNav .popular time {
  display: block;
  font-size: 10px;
  margin-bottom: .8em;
}
.b-sideNav .popular .postTtl {
  font-size: 14px;
  transition: .3s all;
}
@media screen and (min-width: 768px) {
  .b-sideNav .popular a:hover {
    color: inherit;
  }
  .b-sideNav .popular a:hover .postTtl {
    color: var(--cells-L);
  }
}

/* tags */
.b-sideNav .tags {
  border-top: 1px solid var(--color-gray-L);
  padding-top: 20px;
}
.b-sideNav .tags dt {
  margin-bottom: .8em;
}
.b-sideNav .tags a {
  display: inline-block;
}

/* cat */
.b-sideNav .cat {
  border-top: 1px solid var(--color-gray-L);
  padding-top: 20px;
  margin-bottom: 0;
  letter-spacing: .05em;
}
.b-sideNav .cat dt {
  padding-bottom: .5em;
  border-bottom: 1px solid var(--color-gray-L);
}
.b-sideNav .cat li {
  display: block;
}
.b-sideNav .cat li+li {
  background: url(../img/n-common/line-dash-h.png) left top repeat-x;
}
.b-sideNav .cat a {
  display: block;
  position: relative;
  line-height:;
  padding: .8em 1em .8em 1em;
  font-weight: 700;
  line-height: 1.3;
}
.b-sideNav .cat a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: .65em;
  border-top: 2px solid var(--cells);
  border-right: 2px solid var(--cells);
  position: absolute;
  right: .8em;
  top: 50%;
  transform-origin: right center;
  transform: rotate(45deg);
}


/* search */
.b-sideNav .b-searchform {
  border-top: 1px solid var(--color-gray-L);
  padding-top: 20px;
}
.b-sideNav .b-searchform input {
  width: 100%;
  max-width: 235px;
  padding: .35em .8em;
}
.b-sideNav .b-searchform input::placeholder {
  font-size: 14px;
}
.b-sideNav .b-searchform button {
  width: 95px;
  min-width: 95px;
  height: 40px;
  font-size: 16px;
}

/* SNS */
.b-sideNav .sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-gray-L);
  padding: 30px 0 10px;
}
.b-sideNav .sns dt {
  font-size: 18px;
}
.b-sideNav .sns dd {
  display: flex;
}
.b-sideNav .sns a {
  width: 36px;
}
.b-sideNav .sns a+a {
  margin-left: 5px;
}

/* otherPost */
.b-sideNav .m-otherPost {
  padding-top: 20px;
  margin-bottom: 0;
}
.b-sideNav .m-otherPost {
  border-top: 1px solid var(--color-gray-L);
}
.b-sideNav .m-otherPost+.m-otherPost {
  border: 0 none;
}

/*  post
-------------------------------------------------*/

/* postHeader ----------------*/
.b-postHeader {
  margin-bottom: 35px;
}
.b-post.b-single.m-simple .b-postHeader {
  border-top: 1px solid var(--color-gray-L);
  
}
.b-postHeader .b-postCats {
  display: block;
  width: 100%;
  text-align: center;
}
.b-postHeader .b-postCats .e-item {
  margin: .1em .5em;
}
@media screen and (max-width: 767px) {
  .b-postHeader .b-postCats:has(span) {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-post.b-single.m-simple .b-postHeader {
    text-align: center;
  }
  .b-post.b-single.m-simple .b-postHeader .b-timeStamp {
    justify-content: center;
  }
  .b-postHeader .b-postCats:has(span) {
    padding-top: 30px;
  }
}

/* keyword */
.b-postHeader .b-keyWords {
  margin-bottom: 15px;
}
.b-postHeader .b-keyWords dt {
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.75;
  margin-bottom: .5em;
}
.b-postHeader .b-keyWords dd {
  display: flex;
}
.b-postHeader .b-keyWords li {
  background: #fff;
  line-height: 1;
  font-size: 14px;
  margin-right: .8em;
  border: 1px solid #bcc8d2;
  border-radius: 5px;
}
.m-postHeader .b-keyWords li a {
  display: inline-block;
  padding: .4em .8em .5em;
  letter-spacing: .05em;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .b-postHeader .b-keyWords dt {
    font-size: 14px;
  }
}
/* title */
.b-postHeader .e-postTtl {
  font-weight: 700;
  line-height: 1.3;
}
.b-post.b-single.m-simple .b-postHeader .e-postTtl {
  padding-top: .5em;
}
@media screen and (max-width: 767px) {
  .b-postHeader .e-postTtl {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .b-postHeader .e-postTtl {
    font-size: 36px;
  }
}
/* time */
.b-timeStamp {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #9fa0a0;
  line-height: 1.16667;
  letter-spacing: .025em;
  margin-top: 2em;
}
.b-timeStamp dt {
  margin-right: .5em;
}
.b-timeStamp dd+dt {
  margin-left: 1em;
}

/* thumbnail ----------------*/
.b-post.b-single .b-thumbnail {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .b-post.b-single .b-thumbnail {
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .b-post.b-single .b-thumbnail {
    border-radius: 20px;
    margin-bottom: 50px;
  }
}

/* lead ----------------*/
.b-topicsWrap .b-postLead {
  line-height: 1.75;
  margin-bottom: 50px;
}

/* tableOfContents ----------------*/
.b-tableOfContents {
  margin-bottom: 50px;
}
#ez-toc-container,
#ez-toc-widget-container {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border: 1px solid var(--color-gray-L);
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,.0);
  box-shadow:0 1px 1px rgba(0,0,0,.0);
  background: var(--color-gray-WG);
  margin-bottom: 40px;
}
#ez-toc-container a {
  text-decoration: underline !important;
}
#ez-toc-container a:visited {
  color: var(--text);
}
#ez-toc-container a:hover {
  color: var(--cells-L);
  text-decoration: none !important;
}
#ez-toc-container span,
#ez-toc-widget-container span {
  line-height: inherit;
}
#ez-toc-container .ez-toc-title-container,
#ez-toc-widget-container h2 {
  width: 120px;
  min-width: 120px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: var(--text) !important;
}
#ez-toc-container li,
#ez-toc-widget-container li {
  padding-left: 0;
  margin: .4em 0;
}
#ez-toc-container li::before,
#ez-toc-widget-container li::before {
  display: none;
}
#ez-toc-container nav ul,
div.ez-toc-widget-container ul.ez-toc-list {
  padding: .2em 0 .2em 1.3em;
  border-left: 1px solid var(--color-gray-L);
  margin-bottom: 0;
}
#ez-toc-container div.ez-toc-widget-container ul.ez-toc-list a {
  color: var(--basicColor) !important;
  font-size: 100% !important;
  font-weight: 700 !important;
}
#ez-toc-container div.ez-toc-widget-container ul.ez-toc-list a:hover {
  text-decoration: underline;
}
#ez-toc-container.ez-toc-widget-container ul.ez-toc-list li.active{
  background: none !important;
}
@media screen and (min-width: 768px) {
  #ez-toc-container {
    display: flex !important;
  }
  #ez-toc-container a:hover {
    color: var(--cells-L);
    text-decoration: none;
  }
}

/* body ----------------*/

.b-postBody {
  background: #fff;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .b-postBody {
    padding: 20px 20px 40px;
  }
  .b-post.b-single:not(.m-simple) .b-postBody {
    width: 100dvw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .b-postBody {
    padding: 40px;
    border-radius: 20px;
  }
}
.b-postBody .b-postLead {
  margin-bottom: 35px;
  font-weight: 700;
}
.b-postBody .b-postLead p {
  margin-bottom: 20px;
}
.b-postBody h1,
.b-postBody h2,
.b-postBody h3,
.b-postBody h4,
.b-postBody h5,
.b-postBody h6 {
  line-height: 1.5;
}
.b-postBody h1 {
  font-size: 28px;
  margin-bottom: 1.2em;
  padding-top: 1.3em;
  padding-bottom: .3em;
  border-bottom: 1px solid var(--cells-L);
}

.b-postBody h2 {
  font-size: 28px;
  margin-bottom: 1.2em;
  padding-top: 1.3em;
  padding-bottom: .3em;
  border-bottom: 1px solid;
}

.b-postBody h3 {
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 1em;
  padding-bottom: .2em;
  position: relative;
}
.b-postBody h3::before {
  content: "";
  width: 5px;
  height: 1.2em;
  background: var(--cells-L);
  position: absolute;
  left: 0;
  top: .2em;
}

.b-postBody h4 {
  padding-bottom: .4em;
  border-bottom: 1px solid #bcc8d2;
  margin-bottom: .3em;
}
.b-postBody h4,
.b-postBody h5 {
  font-size: 22px;
}

.b-postBody h5 {
  margin-top: 0;
  margin-bottom: .4em;
}
.b-postBody p,
.b-postBody ul,
.b-postBody ol,
.b-postBody blockquote,
.b-postBody table {
  margin-bottom: 35px;
}
.b-postBody table p,
.b-postBody table ul,
.b-postBody table ol,
.b-postBody table blockquote{
  margin-bottom: 3px;
}
.b-postBody li {
  display: list-item;
  line-height: 1.5;
  margin-bottom: .5em;
}
.b-postBody ul {
  padding-left: 1em;
}
.b-postBody ul li {
  position: relative;
  padding-left: 1.3em;
}
.b-postBody ul li::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: .53em;
  background: var(--cells-L);
  position: absolute;
  left: .1em;
  top: .57em;
}

.b-postBody ol {
  list-style-type: decimal;
  padding-left: 2.3em;
}
.b-postBody ol li {
  list-style: inherit;
  list-style-type: inherit;
  list-style-position: outside;
  margin-left: 0;
}
.b-postBody blockquote {
  border: 2px solid var(--color-gray-L);
  border-radius: 10px;
  padding: 30px 35px;
  margin-left: 0;
  margin-right: 0;
}

.b-postBody a {
  color: var(--cells);
  font-weight: 700;
  text-decoration: underline;
}
.b-postBody img {
  width: auto;
}

@media screen and (min-width: 768px) {
  .b-postBody a {
    transition: .3s all;
  }
  .b-postBody a:hover {
    text-decoration: none;
  }
}

.b-postBody figure {
  max-width: 700px;
  margin: 0 auto 35px;
}

.b-postBody table {
  letter-spacing: .025em;
}
.b-postBody table th {
  background: var(--color-gray);
  color: #fff;
}
.b-postBody table {
  border-top: 1px solid var(--color-gray-L);
  border-right: 1px solid var(--color-gray-L);
}
.b-postBody table th,
.b-postBody table td {
  padding: .5em 1.5em;
  border-bottom: 1px solid var(--color-gray-L);
}
.b-postBody table th:first-child {
  border-left: 1px solid var(--color-gray-L);
}
.b-postBody table th+th {
  border-left: 1px solid #fff;
}
.b-postBody table td {
  border-left: 1px solid var(--color-gray-L);
}

 /* contactBlock */
.b-contactBlock {
  padding-top: 40px;
}
.b-contactBlock .b-item {
  background: var(--color-gray-WG);
  border-radius: 10px;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.55;
  padding: 30px 25px 35px;
  font-size: 18px;
}
.b-contactBlock .b-item+.b-item {
  margin-top: 20px;
}
.b-contactBlock .b-txt {
  font-weight: 700;
  margin-bottom: .8em;
}
.b-contactBlock a,
.b-contactBlock a:hover {
  text-decoration: none;
}
.b-contactBlock a {
  border: 2px solid var(--cells);
  min-width: 290px;
  background: var(--cells) !important;
  color: #fff;
}
.b-contactBlock a:hover {
  color: var(--cells);
}
.b-contactBlock a::before {
  background: #fff;
}
.b-contactBlock a::after {
  border-color: #fff;
}
.b-contactBlock a:hover::after {
  border-color: var(--cells);
}


/* author ----------------*/

.b-author {
  background: #fff;
  border-radius: 20px;
  padding: 35px 40px;
  line-height: 2;
  margin-bottom: 40px;
}
.b-author .inner {
  display: flex;
  align-items: center;
}
.b-author .inner:has(.e-txt p) {
  align-items: flex-start;
}
.b-author .e-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--color-gray-WG);
}
.b-author .e-name {
  font-weight: 700;
}
.b-author .e-txt p {
  font-size: 14px;
  margin-top: .5em;
}
@media screen and (max-width: 767px) {
  .b-author {
    padding: 20px;
  }
  .b-author .e-img {
    width: 70px;
    min-width: 70px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-author .e-img {
    width: 120px;
    min-width: 120px;
    margin-right: 40px;
  }
}


/* same ----------------*/

.b-sameCatPosts .e-mds {
  font-size: 16px;
  margin-bottom: 1.2em;
}
.b-sameCatPosts .b-item a {
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}
.b-sameCatPosts .b-thumb {
  width: 130px;
  min-width: 130px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}
.b-sameCatPosts time {
  font-size: 10px;
  letter-spacing: 0;
}
.b-sameCatPosts .e-postTtl {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .b-sameCatPosts .b-item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-sameCatPosts {
    margin-bottom: 40px;
  }
  .b-sameCatInner {
    display: flex;
    background: url(../img/n-common/line-dash-v.png) left top repeat-y;
  }
  .b-sameCatPosts .b-item {
    width: 50%;
    padding: 0 30px;
    background: url(../img/n-common/line-dash-v.png) right top repeat-y;
  }
}


/*  404
-------------------------------------------------*/

.b-singleWrap.m-404 {
  margin-top: 0;
  text-align: center;
}
.b-singleWrap.m-404 .b-post.b-page.m-simple .b-postBody {
  line-height: 1.75;
}
.b-singleWrap.m-404 .b-links a {
  background: var(--cells);
  border: 2px solid var(--cells);
  text-decoration: none !important;
}
.b-singleWrap.m-404 .b-links .e-txt {
  color: #fff;
}
.b-singleWrap.m-404 .b-links a::before {
  background: #fff;
}
.b-singleWrap.m-404 .b-links a::after {
  border-color: #fff;
}
.page_404_img {
  display: inline-block;
  width: 80px;
  margin: 0 auto 1.5em;
}
.page_404_title {
  margin-bottom: 1em !important;
  font-weight: 700;
  color: var(--cells);
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .b-singleWrap.m-404 {
    padding-top: 60px;
  }
  .b-singleWrap.m-404 .b-post.b-page.m-simple .b-postBody {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page_404_text {
    text-align: left;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .b-singleWrap.m-404 {
    padding-top: 80px;
  }
  .b-singleWrap.m-404 .b-post.b-page.m-simple .b-postBody {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .b-singleWrap.m-404 .b-links a:hover .e-txt {
    color: var(--cells);
  }
  .b-singleWrap.m-404 .b-links a:hover::after {
    border-color: var(--cells);
  }
}