/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* blog common
---------------------------------------------------------------------------- */
.c-page-header {
  background: url("../images/blog/page_head.jpg") no-repeat center center;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    background: url("../images/blog/page_head_sp.jpg") no-repeat center center;
  }
}

/* p-blog-cnts
---------------------------------------------------------------------------- */
.p-blog-cnts {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-blog-cnts {
    margin-bottom: 7.2rem;
  }
}
.p-blog-cnts .c-category-box .c-category-list__items {
  width: calc((100% - 16px) / 3);
}
@media screen and (max-width: 767px) {
  .p-blog-cnts .c-category-box .c-category-list__items {
    width: calc((100% - 0.8rem) / 2);
    height: 4.8rem;
  }
}
.p-blog-cnts .post-blog-list {
  margin-top: 28px;
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  gap: 16px 0;
}
@media screen and (max-width: 767px) {
  .p-blog-cnts .post-blog-list {
    margin-top: 1.2rem;
    padding-top: 2rem;
    gap: 1.6rem 0;
  }
}
.p-blog-cnts .post-blog-list .c-title03 {
  width: 100%;
  padding: 16px 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-blog-cnts .post-blog-list .c-title03 {
    padding: 0.8rem 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.p-blog-cnts .post-blog-list__items {
  width: 100%;
}
.p-blog-cnts .post-blog-list__items .post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  border: 1px solid #CECDC9;
  border-left: 4px solid #CFC59B;
  padding: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-blog-cnts .post-blog-list__items .post {
    position: relative;
    border-left: 0.4rem solid #CFC59B;
    padding: 1.6rem;
  }
}
.p-blog-cnts .post-blog-list__items .post-txt {
  width: calc(100% - 288px);
  padding-right: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-blog-cnts .post-blog-list__items .post-txt {
    width: 100%;
    padding-right: 0;
  }
}
.p-blog-cnts .post-blog-list__items .post-txt .post__ttl {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-blog-cnts .post-blog-list__items .post-txt .post__ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    padding-right: 1.6rem;
    box-sizing: border-box;
  }
}
.p-blog-cnts .post-blog-list__items .post-txt .post__info {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 16px 16px;
}
@media screen and (max-width: 767px) {
  .p-blog-cnts .post-blog-list__items .post-txt .post__info {
    margin-top: 1.6rem;
    margin-bottom: 1.2rem;
    gap: 1.6rem 1.6rem;
  }
}
.p-blog-cnts .post-blog-list__items .post-txt .post__info .date {
  position: relative;
  top: 1px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
}
.p-blog-cnts .post-blog-list__items .post-txt .post__info .cat {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  background: #CFC59B;
  padding: 2px 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-blog-cnts .post-blog-list__items .post-txt .post__info .cat {
    padding: 0.2rem 0.8rem;
  }
}
.p-blog-cnts .post-blog-list__items .post-txt .post__txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-blog-cnts .post-blog-list__items .post-txt .post__txt {
    position: relative;
    top: 0.5rem;
    padding-right: 13rem;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-blog-cnts .post-blog-list__items .post-img {
  width: 288px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .p-blog-cnts .post-blog-list__items .post-img {
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
    width: 10.5rem;
    height: 7.2rem;
  }
}
.p-blog-cnts .post-blog-list__items .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blog-cnts .c-pager {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-blog-cnts .c-pager {
    margin-top: 4.8rem;
  }
}

/* p-blog-detail-section
---------------------------------------------------------------------------- */
.p-blog-detail-section {
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section {
    margin-bottom: 6.4rem;
  }
}
.p-blog-detail-section .c-title03 {
  padding: 16px 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section .c-title03 {
    padding: 0.8rem 0.8rem;
    margin-bottom: 1.6rem;
  }
}
.p-blog-detail-section.p-blog-detail-cnts {
  /*		h3{
  			position: relative;
  			@include fz(22,32,700);
  			padding: 0 0 4px 24px;
  			margin-bottom: 24px;
  			border-left: 8px solid $base_color03;
  			box-sizing: border-box;
  			@include deviceSP {
  				@include fz(18,28,700);
  				padding: 0 0 .2rem 1.6rem;
  				margin-bottom: 1.6rem;
  				border-left: .8rem solid $base_color03;
  			}
  		}*/
}
.p-blog-detail-section.p-blog-detail-cnts .post {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.p-blog-detail-section.p-blog-detail-cnts .post-head .post__ttl {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 700;
  border-left: 8px solid #CFC59B;
  padding-left: 24px;
  padding-bottom: 4px;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts .post-head .post__ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    border-left: 0.8rem solid #CFC59B;
    padding-left: 2rem;
    padding-bottom: 0.2rem;
  }
}
.p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 8px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list {
    gap: 0 0.8rem;
  }
}
.p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list__links {
  border: 1px solid #CCCCCC;
  list-style: none;
}
.p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list__links a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  flex-direction: column;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  padding: 10px 8px 10px 32px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list__links a {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    padding: 0.8rem 0.8rem 0.8rem 32.8rem2px;
  }
}
.p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list__links a:before {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background-size: 100% auto !important;
  width: 16px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list__links a:before {
    left: 0.7rem;
    width: 1.6rem;
    height: 1.4reml;
  }
}
.p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list__links.-fb a:before {
  background: url("../images/common/ico_fb.svg") no-repeat center center;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list__links.-fb a:before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list__links.-x a:before {
  background: url("../images/common/ico_x.svg") no-repeat center center;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list__links.-x a:before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list__links.-hatena a:before {
  background: url("../images/common/ico_hatena.svg") no-repeat center center;
}
.p-blog-detail-section.p-blog-detail-cnts .post-head .sns-wrap .sns-list__links.-pocket a:before {
  background: url("../images/common/ico_pocket.svg") no-repeat center center;
}
.p-blog-detail-section.p-blog-detail-cnts .post__info {
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 16px 16px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts .post__info {
    margin-top: 1.6rem;
    margin-bottom: 2.4rem;
    gap: 0.8rem 0.8rem;
  }
}
.p-blog-detail-section.p-blog-detail-cnts .post__info .date {
  position: relative;
  top: 1px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  list-style: none;
}
.p-blog-detail-section.p-blog-detail-cnts .post__info .cat {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  background: #CFC59B;
  padding: 2px 8px;
  list-style: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts .post__info .cat {
    padding: 0.2rem 0.8rem;
  }
}
.p-blog-detail-section.p-blog-detail-cnts h1, .p-blog-detail-section.p-blog-detail-cnts h2, .p-blog-detail-section.p-blog-detail-cnts h3, .p-blog-detail-section.p-blog-detail-cnts h4, .p-blog-detail-section.p-blog-detail-cnts h5, .p-blog-detail-section.p-blog-detail-cnts h6 {
  font-weight: 700;
  line-height: 1.4;
}
.p-blog-detail-section.p-blog-detail-cnts h1 {
  font-size: 3.6rem;
  margin: 1em 0;
}
.p-blog-detail-section.p-blog-detail-cnts h2 {
  border-left: 4px solid #ad8c4e;
  padding-left: 12px;
  padding-bottom: 0;
  font-size: 20px;
  margin: 2em 0 1em;
}
.p-blog-detail-section.p-blog-detail-cnts h3 {
  padding-bottom: 5px;
  margin: 15px 0;
  font-size: 1.7rem;
  border-left: none;
  padding: 0 13px 6px 0;
  border-bottom: 1px solid #3F3C3C;
}
.p-blog-detail-section.p-blog-detail-cnts h4 {
  font-size: 1.8rem;
  margin: 2em 0 1em;
}
.p-blog-detail-section.p-blog-detail-cnts h5 {
  font-size: 1.6rem;
  margin: 2em 0 1em;
}
.p-blog-detail-section.p-blog-detail-cnts h6 {
  font-size: 1.4rem;
  margin: 2em 0 1em;
}
.p-blog-detail-section.p-blog-detail-cnts p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 2.4rem;
  }
}
.p-blog-detail-section.p-blog-detail-cnts a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-blog-detail-section.p-blog-detail-cnts a:hover {
    text-decoration: none;
  }
}
.p-blog-detail-section.p-blog-detail-cnts strong {
  font-weight: 700;
}
.p-blog-detail-section.p-blog-detail-cnts em {
  font-style: italic;
}
.p-blog-detail-section.p-blog-detail-cnts .wp-block-image {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts .wp-block-image {
    margin-bottom: 2.4rem;
  }
}
.p-blog-detail-section.p-blog-detail-cnts ul, .p-blog-detail-section.p-blog-detail-cnts ol {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts ul, .p-blog-detail-section.p-blog-detail-cnts ol {
    margin-bottom: 2.4rem;
  }
}
.p-blog-detail-section.p-blog-detail-cnts ul li, .p-blog-detail-section.p-blog-detail-cnts ol li {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts ul li, .p-blog-detail-section.p-blog-detail-cnts ol li {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-blog-detail-section.p-blog-detail-cnts ul li {
  list-style: disc;
  list-style-position: inside;
}
.p-blog-detail-section.p-blog-detail-cnts ol li {
  list-style: decimal;
  list-style-position: inside;
}
.p-blog-detail-section.p-blog-detail-cnts dl dt, .p-blog-detail-section.p-blog-detail-cnts dl dd {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts dl dt, .p-blog-detail-section.p-blog-detail-cnts dl dd {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-blog-detail-section.p-blog-detail-cnts .f-marker-y {
  background-image: linear-gradient(transparent 80%, #f8eba9 80%);
}
.p-blog-detail-section.p-blog-detail-cnts img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts img {
    width: 100%;
    max-width: inherit;
  }
}
.p-blog-detail-section.p-blog-detail-cnts .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-blog-detail-section.p-blog-detail-cnts .alignright {
  float: right;
  margin: 8px 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts .alignright {
    float: none;
    margin: 0 auto 2.4rem auto;
    text-align: center;
  }
}
.p-blog-detail-section.p-blog-detail-cnts .alignleft {
  float: left;
  margin: 8px 24px 24px 0;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-section.p-blog-detail-cnts .alignleft {
    float: none;
    margin: 0 auto 2.4rem auto;
    text-align: center;
  }
}
.p-blog-detail-section.p-blog-detail-cnts iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

/* p-blog-detail-related
---------------------------------------------------------------------------- */
.p-blog-detail-related {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-related {
    margin-bottom: 7.2rem;
  }
}
.p-blog-detail-related .post-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 16px 16px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-related .post-list {
    flex-direction: column;
    flex-direction: 1.6rem 0;
  }
}
.p-blog-detail-related .post-list__items {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 767px) {
  .p-blog-detail-related .post-list__items {
    width: 100%;
  }
}
.p-blog-detail-related .post-list .post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  border: 1px solid #CECDC9;
  border-left: 4px solid #CFC59B;
  padding: 16px 16px 16px 20px;
  box-sizing: border-box;
}
.p-blog-detail-related .post-list .post-img {
  width: 14.4rem;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-related .post-list .post-img {
    width: 10.4rem;
    height: 7.2rem;
  }
}
.p-blog-detail-related .post-list .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*					width: 100%;
  					height: 100%;
  					object-fit: contain;*/
}
.p-blog-detail-related .post-list .post-txt {
  width: calc(100% - 14.4rem);
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-related .post-list .post-txt {
    width: calc(100% - 10.4rem);
    padding-right: 1.6rem;
  }
}
.p-blog-detail-related .post-list .post-txt .title {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-blog-detail-related .post-list .post-txt .title {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}