.p-blogTitle {
  font-size: 1.692308em;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 1.5em;
  letter-spacing: .025em;
}

.p-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.p-labelsList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.p-labelsList li {
  background: #F0F0F0;
  padding: 0 1.25em;
  border-radius: 1.25em;
  height: 2em;
  margin-right: 20px;
}

.p-info {
  text-align: right;
}

.mainImg {
  margin: 3em 0;
}

.p-titleEn {
  font-family: 'Jost', sans-serif;
  font-size: 30px;
  color: #0C7C66;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: .08em;
  line-height: 1.2;
}

.p-titleJn {
  font-size: 18px;
  margin-bottom: 2em;
}

#toc_container {
  background-color: #E6F2EF;
  /* margin: 4.7vw 0 4.7vw -5vw; */
  margin: 4.7vw 0;
  padding: 4.7vw 0;
  /* width: calc(100% + 10vw); */
  width: 100%;
  border: none;
}

#toc_container p.toc_title {
  font-family: 'Jost', sans-serif;
  font-size: 30px;
  color: #0C7C66;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: left;
  padding: 0 5vw;
}

#toc_container p.toc_title::after {
  content: '目次';
  display: block;
  font-size: 18px;
  margin-bottom: 2em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #272727;
  font-weight: normal;
  line-height: 2;
}

#toc_container ul.toc_list {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 0 5vw;
}

.contentsList {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#toc_container ul.toc_list > li {
  margin: 0 0 1.6em;
}

#toc_container ul.toc_list > li:last-child {
  margin: 0;
}

#toc_container ul.toc_list a {
  display: inline-block;
  margin: .8em 0 0;
}

#toc_container ul.toc_list > li > a {
  color: #0C7C66;
  font-weight: 600;
  margin: 0;
}

.contentsTitle3 {
  padding-left: 20px;
  margin: 0 0 .8em;
}

.contentsTitle4 {
  padding-left: 40px;
  margin: 0 0 .8em;
}

article h2 {
  font-size: 26px;
  color: #0C7C66;
  border-bottom: 4px solid #0C7C66;
  padding-bottom: 10px;
  line-height: 1.5;
  margin-bottom: 1em;
}

article h3 {
  font-size: 20px;
  background-color: #F0F0F0;
  border-radius: 8px;
  line-height: 1.5;
  padding: 5px 5px 5px 10px;
}

article h4 {
  font-size: 20px;
  border-bottom: 1px solid #272727;
  padding-bottom: 10px;
  line-height: 1.5;
  font-weight: 500;
}

article > :last-child {
  margin-bottom: 8em;
}

.mt3em {
  margin-top: 3em;
}

.imgWrap {
  max-width: 950px;
  margin: 5em auto;
}

.p-tagList {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  list-style: none;
  background-color: #F0F0F0;
  margin-top: 3em;
}

.p-tagList li {
  margin-right: 20px;
}

.blogList {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  list-style: none;
  padding-left: 0;
}

.blogListItem {
  width: calc(33.3333% - 60px * 2 / 3);
  margin-right: 60px;
  margin-bottom: 50px;
  box-shadow: 0px 7px 20px 0px rgba(0,0,0,.1);
  border-radius: 10px;
}

.blogListItem:nth-child(3n) {
  margin-right: 0;
}

.blogListItem a {
  display: block;
}

.blogImgWrap img {
  border-radius: 10px 10px 0 0;
} 


.blogBody {
  padding: 20px;
}

.blogTitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .025em;
  line-height: 1.77;
  margin-bottom: 10px;
}

.blogTime {
  font-size: 14px;
}

.blogTagList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
}

.blogTagList li {
  font-size: 12px;
  letter-spacing: .025em;
  margin-right: 10px;
}

.pagArticle {
  margin: 4em 0 0;
  padding: 4em 0 0;
  border-top: 1px solid #272727;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pagArticle > li {
  margin: 0;
}

.pagArticle > li:nth-child(1) a::before {
  background-image: url(../images/common/arrow_prev_black_long.svg);
  margin-right: 1em;
}

.pagArticle > li:nth-child(1) a::before, .pagArticle > li:nth-child(2) a::after {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 0.5625em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /* margin: 0; */
}

.pagArticle > li:nth-child(2) a::after {
  background-image: url(../images/common/arrow_next_black_long.svg);
  margin-left: 1em;
}

.pagArticle .prevButton,
.pagArticle .nextButton {
  width: 50%;
}

.pagArticle .nextButton {
  text-align: right;
}

.pagArticle > li.linkButton1 {
  width: 12em;
  text-align: center;
  margin: 2em auto 0;
}


@media screen and (max-width: 1550px) {
  .blogListItem {
    width: calc(33.3333% - 3.76vw * 2 / 3);
    margin-right: 3.76vw;
    margin-bottom: 6.45vw;
  }

  .blogTitle {
    font-size: 16px;
  }
}


@media screen and (min-width: 768px) {
  .p-blogTitle {
    font-size: 1.875em;
    margin-bottom: 1em;
  }

  .pagArticle {
    flex-wrap: nowrap;
  }

  .pagArticle .prevButton,
  .pagArticle .nextButton {
    width: 12em;
  }

  .pagArticle > li:nth-child(2) {
    order: 2;
  }

  .pagArticle > li.linkButton1 {
    order: 1;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-blogTitle {
    margin: 0 0 1em;
  }
  
  .p-heading {
    display: block;
  }

  .snsList img {
    max-width: 200px;
  }

  .p-labelsList li {
    margin-right: 1em;
    margin-bottom: 1em;
  }

  .contents {
    padding: 50px 0;
  }

  #toc_container {
    margin: 4.7vw 0 4.7vw -5vw;
    width: calc(100% + 10vw);
  }

  #toc_container p.toc_title,
  .p-titleEn {
    font-size: 24px;
  }

  #toc_container p.toc_title::after,
  .p-titleJn {
    font-size: 13px;
  }

  .contentsBox {
    padding: 20px;
  }

  .contentsTitle2 {
    font-size: 15px;
  }

  .contentsTitle3 {
    padding-left: 10px;
  }

  .contentsTitle4 {
    padding-left: 20px;
  }

  .p-h2 {
    font-size: 20px;
  }

  .p-h3 {
    font-size: 18px;
    padding-left: 10px;
  }

  .p-h4 {
    font-size: 17px;
  }

  article > :last-child {
    margin-bottom: 4em;
  }

  .p-tagList {
    padding: 20px;
  }

  .blogListItem {
    width: calc(50% - 3.76vw * 1 / 2);
    margin-right: 3.76vw;
    margin-bottom: 7vw;
  }

  .blogListItem:nth-child(3n) {
    display: none;
  }

  .blogListItem:nth-child(2n) {
    margin-right: 0;
  }

  .blogBody {
    padding: 3vw;
  }

  .blogTitle {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .blogTime {
    font-size: 11px;
  }

  .blogTagList li {
    font-size: 10px;
    line-height: 1.7;
  }
}

.fb-like.fb_iframe_widget > span {
  height: 20px !important;
  top: -5px;
}
.a2a_label {
  display: none !important;
}

article img {
  width: auto;
}

article p > a {
  text-decoration: underline;
  color: #0c7c66;
}

/* add */
.labelsList1 {
  margin: 0 0 4em;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.labelsList1 > li {
  margin: 0.625em;
}

.labelsList1 a:hover, .labelsList1 a.current {
  background-color: #0C7C66;
  color: #FFF;
  background-image: url(../images/common/arrow_next_white.svg);
}

.labelsList1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F0F0F0 url(../images/common/arrow_next_black.svg) no-repeat 1.25em center;
  background-size: 0.3125em auto;
  padding: 0 1.25em 0 2em;
  height: 2.5em;
  border-radius: 1.25em;
  line-height: 1.5;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.labelsList1 a:hover {
  opacity: 1;
}

.blogList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}

.blogListItem {
  width: calc(33.3333% - 60px * 2 / 3);
  margin-right: 60px;
  margin-bottom: 100px;
  box-shadow: 0px 7px 20px 0px rgba(0,0,0,.1);
  border-radius: 10px;
  align-self: stretch;
}

.blogListItem:nth-child(3n) {
  margin-right: 0;
}

.blogListItem a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
}

.blogImgWrap img {
  border-radius: 10px 10px 0 0;
} 


.blogBody {
  padding: 1em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.blogTitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .025em;
  line-height: 1.77;
  margin-bottom: 10px;
}

.blogTime {
  font-size: 14px;
}

.blogTagList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
}

.blogTagList li {
  font-size: 12px;
  letter-spacing: .025em;
  margin-right: 10px;
}




@media screen and (max-width: 1550px) {
  .blogListItem {
    width: calc(33.3333% - 3.76vw * 2 / 3);
    margin-right: 3.76vw;
    margin-bottom: 6.45vw;
  }

  .blogTitle {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .labelsList1 {
      margin-bottom: 6.25em;
  }
}

@media screen and (max-width: 767px) {
  .blogListItem {
    width: calc(50% - 3.76vw * 1 / 2);
    margin-right: 3.76vw;
    margin-bottom: 7vw;
  }

  .blogListItem:nth-child(3n) {
    margin-right: auto;
  }

  .blogListItem:nth-child(2n) {
    margin-right: 0;
  }

  .blogBody {
    padding: 3vw;
  }

  .blogTitle {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .blogTime {
    font-size: 11px;
  }

  .blogTagList li {
    font-size: 10px;
    line-height: 1.7;
  }
}

.columnWrapSidebar {
  margin: 4em 0 0;
}

.columnWrapSidebar__ttl {
  font-size: 16px;
  font-weight: 500;
  margin: 4em 0 0.5em;
  border-bottom: 2px solid #0C7C66;
  padding-bottom: 0.25em;
}

.columnWrapSidebar__ttl:first-child {
  margin-top: 0;
}

ul.wpp-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: rank 0;
}

ul.wpp-list > li {
  margin: 0;
  border-bottom: 1px solid #F0F0F0;
}

.postLink {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.postThumb {
  background-color: #F0F0F0;
  text-align: center;
  width: 70px;
  height: 70px;
  position: relative;
}

.postLink:nth-child(4) .postThumb,
.postLink:nth-child(5) .postThumb {
  width: 30px;
  height: 46px;
}
.postLink:nth-child(4) .postThumb a,
.postLink:nth-child(5) .postThumb a {
  display: none;
}

.postNo {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #0C7C66;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}

.postLink:nth-child(4) .postNo,
.postLink:nth-child(5) .postNo {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #272727;
}

.postNo > span::before {
  counter-increment: rank 1;
  content: counter(rank); 
}

.postTtl {
  width: calc(100% - 85px);
  -webkit-line-clamp: 3;
  font-size: 13px;
  display: -webkit-box;

  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.postLink:nth-child(4) .postTtl,
.postLink:nth-child(5) .postTtl {
  width: calc(100% - 45px);
  -webkit-line-clamp: 2;
}

.postThumb img,
.postThumb picture,
.postThumb figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.postThumb figure {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .columnWrapSidebar__ttl {
    font-size: 18px;
    border-bottom-width: 4px;
  }

  .postTtl {
    font-size: 14px;
  }
}

@media screen and (min-width: 1160px) {
  .columnWrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .columnWrapSidebar {
    width: 19.354839vw;
    margin-top: 0;
  }

  .columnWrapMain {
    width: calc(100% - 19.354839vw - 7vw);
  }
}

@media screen and (min-width: 1550px) {
  .columnWrapSidebar {
    width: 300px;
  }

  .columnWrapMain {
    width: calc(100% - 410px);
  }
}

article .fukidashi {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 800px;
}

article .fukidashi__profile {
  text-align: center;
  
  p {
    margin-bottom: 0;
  }
}

article .fukidashi__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

article .fukidashi__name {
  font-weight: bold;
  margin-top: 8px;
}

article .fukidashi__role {
  font-size: 12px;
  color: #888;
}

article .fukidashi__bubble {
  position: relative;
  background: #dff5f0;
  border-radius: 16px;
  padding: 20px 24px;
  flex: 1;
  border: 1px solid #d6eae3;
}

article .fukidashi__bubble::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 26px;
  width: 12px;
  height: 18px;
  background: #dff5f0;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
article .fukidashi__bubble::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 24px;
  width: 14px;
  height: 22px;
  background: #d6eae3;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  z-index: -1;
}

article .fukidashi__title {
  color: #0C7C66;
  font-weight: bold;
  margin-bottom: 12px;
}

article .fukidashi__text {
  line-height: 1.6;
}

@media (max-width: 767px) {
  article .fukidashi {
    flex-direction: column;
    align-items: flex-start;
  }

  article .fukidashi__profile {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    margin-left: 10px;
  }

  article .fukidashi__avatar {
    width: 48px;
    height: 48px;
  }

  article .fukidashi__bubble {
    padding: 12px 16px;
  }

  article .fukidashi__bubble::after {
    left: 24px;
    top: -11px;
    width: 18px;
    height: 12px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }

  article .fukidashi__bubble::before {
    left: 22px;
    top: -12px;
    width: 22px;
    height: 14px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
  
}