@charset "UTF-8";

/*-------------------------------------------------*/

/* common

/*-------------------------------------------------*/

.b-catWrap {
  line-height: 1;
}

.b-catWrap .b-cat {
  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  padding: .35em 1em .25em;
  margin: 0 .3em .3em 0;
  min-width: 11em;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  background: rgb(255 255 255 / .5);
}
.b-catWrap .b-cat.seminar {
  border-color: #376B20;
  background: #376B20;
  color: #fff;
}
.b-noPost {
  text-align: center;
  font-size: 1.2em;
}
/*-------------------------------------------------*/

/* artive

/*-------------------------------------------------*/

.b-infoList.m-archive .e-postTtl,
.b-infoList.m-archive .b-postTxt {
  padding-top: .5em;
}
@media screen and (max-width: 767px) {
  .b-post {
    padding-bottom: clamp(20px, 6.4103vw, 25px);
  }
  .b-post+.b-post {
    margin-top: clamp(15px,4.615vw, 25px);
  }
  .b-infoList.m-archive .e-postTtl {
    font-size: clamp(14px, 4.1026vw, 16px);
  }
  .b-infoList.m-archive .b-post .b-img {
    margin-top: clamp(14px, 4.1026vw, 16px);
  }
}
@media screen and (min-width: 768px) {
  .b-information {
    display: flex;
  }
  .b-infoMain {
    width: 80%;
  }
  .b-post {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .b-post+.b-post {
    margin-top: 20px;
  }
  .b-infoList.m-archive .b-post a {
    display: flex;
    align-items: center;
  }
  .b-infoList.m-archive .e-postTtl {
    font-size: 20px;
  }
  .b-infoList.m-archive .b-postTxt {
    font-size: 14px;
  }
  .b-infoList.m-archive .b-post .b-img {
    width: 41.5%;
    min-width: 41.5%;
    margin-left: 4%;
  }
}


/*-------------------------------------------------*/

/* side

/*-------------------------------------------------*/

.b-postSide .b-catList+.b-catList {
  margin-top: 1.5em;
}
.b-postSide .b-catList dt {
  font-family: var(--font-En2);
  font-weight: 700;
}
.b-postSide .b-catList li {
  display: block;
  line-height: 1.5;
  margin-top: .5em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .b-postSide .b-catList {
    text-align: center;
    margin-top: 1.5em;
  }
  .b-postSide .b-catList dt {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px) {
  .b-postSide {
    width: 17%;
    margin-left: 3%;
  }
  .b-postSide .b-catList dt {
    font-size: 18px;
  }
  .b-postSide .b-catList li {
    font-size: 14px;
  }
}

/*-------------------------------------------------*/

/* pagenation

/*-------------------------------------------------*/

.b-pagenation {
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  text-align: center;
}
.b-pagenation .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 1.5em;
  border: 1px solid;
  line-height: 1;
  font-family: var(--font-En2);
  margin: 0 3px;
  border-radius: 3px;
}
.b-pagenation .page-numbers {
  text-decoration: none;
  background: var(--linkColor);
  border: 1px solid var(--linkColor);
  color: #fff;
}
.b-pagenation .page-numbers:not(.current):not(.prev):not(.next):hover {
  background: var(--linkColorHover);
  border-color: var(--linkColorHover);
  color: #fff;
}
/* current */
.b-pagenation .page-numbers.current {
  color: var(--linkColor);
  background: none;
}
/* prev / next */
.b-pagenation .page-numbers.prev,
.b-pagenation .page-numbers.next {
  background: none;
  border: 0 none;
}
.b-pagenation .page-numbers.prev {
  justify-content: right;
}
.b-pagenation .page-numbers.next {
  justify-content: left;
}
.b-pagenation .page-numbers.prev .e-arw,
.b-pagenation .page-numbers.next .e-arw {
  display: block;
  aspect-ratio: 1/1;
  width: 45%;
  transform: rotate(45deg) skew(-15deg,-15deg);
}
.b-pagenation .page-numbers.prev .e-arw {
  border-left: 2px solid var(--linkColor);
  border-bottom: 2px solid var(--linkColor);
}
.b-pagenation .page-numbers.next .e-arw {
  border-top: 2px solid var(--linkColor);
  border-right: 2px solid var(--linkColor);
}
.b-pagenation .page-numbers.prev:hover .e-arw,
.b-pagenation .page-numbers.next:hover .e-arw {
  border-color: var(--linkColorHover);
}
@media screen and (max-width: 767px) {
  .b-pagenation {
    margin-top: 30px;
    padding-bottom: 25px;
  }
  .b-pagenation .page-numbers {
    font-size: clamp(14px, 4.1026vw, 16px);
  }
}
@media screen and (min-width: 768px) {
  .b-pagenation {
    margin-top: 40px;
  }
  .b-pagenation .page-numbers {
    font-size: 18px;
  }
}

/*-------------------------------------------------*/

/* single

/*-------------------------------------------------*/

/* pageTtl */
.b-mainBox.m-single .b-pgTtl {
  display: block;
}
.b-mainBox.m-single .b-pgTtl > .inner {
  text-align: left;
  position: relative;
  z-index: 1;
}
.b-mainBox.m-single .b-pgTtl .b-cat {
  margin-right: .5em;
}
.b-mainBox.m-single .b-pgTtl .e-txt {
  line-height: 1.5;
}
.b-mainBox.m-single .b-pgTtl .e-time {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .b-mainBox.m-single .b-pgTtl .b-cat {
    font-size: clamp(8px, 2.5641vw, 10px);
  }
}
@media screen and (min-width: 768px) {
  .b-mainBox.m-single {
    margin-bottom: 40px;
  }
  .b-mainBox.m-single .b-pgTtl > .inner {
    margin-top: -50px;
  }
  .b-mainBox.m-single .b-pgTtl .b-cat {
    font-size: 15px;
  }
  .b-mainBox.m-single .b-pgTtl .e-txt {
    font-size: 25px;
  }
  .b-mainBox.m-single .b-pgTtl .e-time {
    font-size: 12px;
    margin-top: 15px;
  }
}

/* postBody */

.b-postBody h1,
.b-postBody h2,
.b-postBody h3,
.b-postBody h4,
.b-postBody h5 {
  line-height: 1.75;
  margin: 50px 0 30px;
  font-weight: 700;
}

/* h1 */
.b-postBody h1 {
  color: var(--green);
  font-size: 1.65em;
  border-top: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  padding: .75em 0;
}

/* h2 */
.b-postBody h2 {
  color: var(--green);
  position: relative;
  padding-left: 1.5em;
}
.b-postBody h2::before{
  content: "";
  display: block;
  aspect-ratio:  1/1;
  width: 1.1em;
  background: url(../images/logo-mark.svg);
  position: absolute;
  left: 0;
  top: .25em;
}

/* h3 */
.b-postBody h3 {
  border-left: 4px solid var(--green);
  padding-left: 1em;
}

/* h4 */
.b-postBody h4 {
  border-bottom: 1px dashed #ccc;
  font-size: 1.1em;
  padding-bottom: .75em;
}

/* ul */
.b-postBody ul li {
  position: relative;
  padding-left: 1em;
}
.b-postBody ul li::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 3px;
  border-radius: 50%;
  background: #222;
  position: absolute;
  left: 0;
  transform: translate(.25em , .75em);
}

/* ol */
.b-postBody ol {
  list-style-type: decimal;
}
.b-postBody ol li {
  display: list-item;
  list-style-type: inherit;
}

/* li */
.b-postBody li {
  display: block;
  line-height: 1.75;
  margin-bottom: .3em;
}

/* img */
.b-postBody img {
  display: block;
  max-width: 600px;
  height: auto;
  margin: 40px auto 20px;
}