@charset "UTF-8";

/***********************************
  共通パーツ
***********************************/
/* タイトル */
.c-section__ttl__wrap {
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.6;
  margin-bottom: var(--content-margin);
}
.c-section__ttl {
  font-size: 3rem;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  font-family: var(--ff-ttl);
  text-align: center;
  padding: 3px 0 23px;
  letter-spacing: .1em;
}
.c-section__ttl::after {
  content: "";
  position: absolute;
  display: block;
  background: var(--main-color);
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 3px;
}
.c-content__ttl {
  font-size: 2.4rem;
  margin-bottom: 0;
  font-family: var(--ff-ttl);
  line-height: 2;
  letter-spacing: .02em;
  color: var(--main-color);
}
.c-underline__ttl,
.p-post__txt__wrap .is-style-default-ttl,
.editor-block-preview__content .is-style-default-ttl,
.editor-styles-wrapper .is-style-default-ttl {
  font-size: 3rem;
  margin-bottom: 15px;
  border-bottom: 3px solid;
  font-family: var(--ff-ttl);
  letter-spacing: .1em;
  line-height: 2;
  color: var(--main-color);
  padding-bottom: 11px;
}
.p-post__txt__wrap .is-style-default-ttl,
.editor-block-preview__content .is-style-default-ttl,
.editor-styles-wrapper .is-style-default-ttl {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {

} /* min-width: 768px */
@media screen and (max-width: 767px) {
  .c-section__ttl__wrap {
    padding-bottom: 0;
    margin-bottom: var(--ttl-margin-sp);
  }
  .c-section__ttl {
    font-size: 1.8rem;
    padding: 0 0 4px;
  }
  .c-section__ttl::after {
    height: 2px;
  }
  .c-content__ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .c-underline__ttl,
  .p-post__txt__wrap .is-style-default-ttl,
  .editor-block-preview__content .is-style-default-ttl,
  .editor-styles-wrapper div[data-block] .is-style-default-ttl {
    margin-bottom: var(--ttl-margin-sp);
    font-size: 1.8rem;
    padding: 0 0 4px;
    border-bottom-width: 2px;
    line-height: initial;
    font-weight: 600;
  }
} /* max-width: 767px */

/* テキスト */
.c-txt {
  line-height: 2.25;
}
.c-strong__txt {
  text-align: center;
  line-height: 1.67;
  letter-spacing: .1em;
  letter-spacing: 0.0em;
  font-size: 2.4rem;
  color: var(--main-color);
  margin-top: var(--content-margin);
  font-family: var(--ff-ttl);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-center__txt {
  line-height: 2.22;
  text-align: center;
  font-family: var(--ff-ttl);
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-txt {
    font-weight: 400;
    text-shadow: 0 0 var(--txt-color);
  }
  .c-center__txt {
    font-weight: 400;
    text-shadow: 0 0 var(--txt-color);
  }
} /* min-width: 768px */
@media screen and (max-width: 767px) {
  .c-txt {
    line-height: initial;
    letter-spacing: .1em;
    font-size: 1.4rem;
  }
  .c-strong__txt {
    text-align: center;
    line-height: 1.42;
    letter-spacing: 0.0em;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .c-center__txt {
    line-height: initial;
    letter-spacing: initial;
    font-size: 1.4rem;
    /* letter-spacing: .05em; */
  }
}

/* ボタン */
.c-btn__wrap {
  margin-top: var(--content-margin);
  text-align: center;
}
.c-btn {
  font-family: var(--ff-ttl);
  font-weight: 500;
  background-color: var(--main-color);
  border-radius: 30px;
  color: #fff;
  padding: 5px 5px;
  display: inline-block;
  width: 225px;
  text-align: center;
  transition: .3s background-color;
  letter-spacing: .05em;
}
.c-btn02 {
  font-family: var(--ff-ttl);
  font-weight: 500;
  background-color: var(--main-color);
  border-radius: 30px;
  color: #fff;
  padding: 5px 5px;
  display: inline-block;
  width: 300px;
  text-align: center;
  transition: .3s background-color;
  letter-spacing: .05em;
}
.c-btn-orange {
  background-color: var(--sub-color-orange);
}
.c-btn-pink {
  background-color: var(--sub-color-pink);
}
.c-btn:hover {
  background-color: var(--hover-color);
}
.c-btn-orange:hover {
  background-color: var(--sub-hover-orange);
}
.c-btn-pink:hover {
  background-color: var(--sub-hover-pink);
}
.c-square__btn {
  font-family: var(--ff-ttl);
  font-size: 2.4rem;
  background-color: var(--bg-color-green);
  color: var(--main-color);
  border-radius: 10px;
  padding: 3px 20px 3px;
  width: 322px;
  text-align: center;
  letter-spacing: .1em;
}
.c-btn-arrow {
  position: relative;
  padding: 12px 20px;
  width: 310px;
  max-width: 100%;
}
.c-btn-arrow::before, .c-btn-arrow::after {
  content: "";
  position: absolute;
  display: block;
  right: 19px;
  width: 15px;
  height: 3px;
  background: #fff;
  border-radius: 3px
}
.c-btn-arrow::before {
  transform: translateY(3px) rotate(-45deg);
  top: 50%;
}
.c-btn-arrow::after {
  transform: translateY(-3px) rotate(45deg);
  bottom: 50%;
}
.c-btn__list {
  display: flex;
  flex-flow: row wrap;
}
.c-btn__item:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn__wrap {
    margin-top: var(--content-margin);
  }
  .c-btn {
    color: #fff;
    padding: 7px 5px;
  }
  .c-square__btn {
    font-size: 2.4rem;
    border-radius: 10px;
  }
  .c-btn-arrow {
    padding: 7px 10px;
    width: 300px;
  }
  .c-btn-arrow::before, .c-btn-arrow::after {
    right: 17px;
  }
  .c-btn-list:not(:first-child) {
    margin-left: 15px;
  }
}

/* リスト */
/* チェックリスト */
.c-check__list {
  margin-top: 3px;
}
.is-style-check.c-check__list {
	margin-top: 15px;
	margin-bottom: 15px;
}
.c-check__item,
.is-style-check.c-check__list li {
  background: #fff url(../images/cmn/icon-check.png) top 10px left 20px no-repeat;
  padding: 13px 20px 12px 76px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 16%);
  font-size: 2rem;
  letter-spacing: .1em;
}
.c-check__item:not(:first-child),
.is-style-check.c-check__list li:not(:first-child) {
  margin-top: 10px;
}
.is-style-check.c-check__list-simple li {
	 box-shadow:none;
	 padding: 5px 20px 5px 56px;
	 background-size: 30px;
	 background-position: top 7px left 18px;
	 line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-check__list {
    font-weight: 400;
    text-shadow: 0 0 var(--txt-color);
  }
}
@media screen and (max-width: 767px) {
  .c-check__item,
  .is-style-check.c-check__list:not(.c-check__list-simple) li {
    padding: 12px 15px 12px 48px;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 19%);
    font-size: 1.3rem;
    letter-spacing: .0em;
    line-height: 1.3;
    background: #fff url(../images/cmn/icon-check.png) top 42% left 15px no-repeat;
    background-size: 23px auto;
  }
  .is-style-check.c-check__list-simple li {
    font-size: 1.3rem;
    letter-spacing: .0em;
    line-height: 1.3;
    background-size: 20px;
    background-position: top 3px left 5px;
    padding: 5px 10px 5px 30px;
  }
} /* min-width: 768px */

/* 実績リスト */
.c-works__card__item {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 16%);
  overflow: hidden;
}
.c-works__card__item:not(:first-child) {
  margin-top: 55px;
}
.c-works__card__head {
  background: var(--main-color);
  color: #fff;
  font-family: var(--ff-ttl);
  text-align: center;
  font-weight: 500;
  padding: 30px 20px 13px;
  line-height: 1.7;
  letter-spacing: .1em;
}
.c-works__card__case {
  font-size: 2.4rem;
  letter-spacing: .1em;
}
.c-works__card__case__sub {
  font-size: 1.8rem;
  letter-spacing: .1em;
}
.c-works__card__ttl {
  font-size: 2.4rem;
  margin: 7px;
}
.c-works__card__ttl-strong {
  font-size: 3rem;
  font-weight: 500;
}
.c-works__card__body {
  background: #fff;
  color: var(--txt-color);
  align-items: center;
  width: 100%;
  padding: 33px 20px;
}
.c-works__card__body__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 723px;
  margin: auto;
}
.c-works__card__txt__wrap {
  flex: 1 1;
  padding-right: 50px;
}
.c-works__card__price {
  font-family: var(--ff-ttl);
  font-size: 2.4rem;
  color: var(--main-color);
  line-height: 1.7;
}
.c-works__card__request {
  line-height: 1.7;
  color: var(--main-color);
}
.c-works__card__txt {
  line-height: 1.8;
  margin-top: 9px;
}
.c-works__card__img__wrap {
  flex: 0 0 auto;
  padding-top: 2px;
}
.c-works__card__img__wrap__img {
  
}
@media screen and (min-width: 768px) {
  .c-works__card__txt {
    font-weight: 400;
    text-shadow: 0 0 var(--txt-color);
  }
  .c-works__card__request {
    font-weight: 400;
    text-shadow: 0 0 var(--txt-color);
  }
} /* min-width: 768px */

/* FAQリスト */
.c-faq__list__item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgb(0 0 0 / 16%);
  position: unset;
}
.c-faq__list__plus {
  width: 100%;
  height: 100%;
  display: block;
}
.c-faq__list__plus::before, .c-faq__list__plus::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: var(--main-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 38px;
  z-index: 1;
  transition: transform .3s;
  -webkit-transition: transform .3s;
}  
.c-faq__list__plus::before {
  transform: rotate(270deg);
}
.c-faq__list__item[open] .c-faq__list__plus::before {
  transform: none;
}
.c-faq__list__item:not(:first-child) {
  margin-top: 30px;
}
.c-faq__list__q, .is-style-qalist.c-faq__list__item summary {
  background: #fff;
  padding: 29px 90px 24px 112px;
  display: block;
  outline: none;
  letter-spacing: .1em;
  position: relative;
  cursor:pointer;
}
summary {
  list-style-type: none; /* 矢印のアイコンを非表示にする */
}
summary::-webkit-details-marker {
  /* Safari */
  display: none;
}
.c-faq__list__a, .is-style-qalist.c-faq__list__item p {
  background: var(--bg-color-green);
  padding: 22px 40px 16px 112px;
  transition: .3s;
  letter-spacing: .1em;
  line-height: 1.38;
  position: relative;
}
.c-faq__list__q::before, .c-faq__list__a::before,
.is-style-qalist.c-faq__list__item summary::before,
.is-style-qalist.c-faq__list__item p::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-ttl);
  font-size: 3rem;
  width: 50px;
  height: 50px;
  padding: 0 0 3px;
  border-radius: 50%;
  color: #fff;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
  letter-spacing: 0;
  font-weight: 500;
}
.c-faq__list__q::before,
.is-style-qalist.c-faq__list__item summary::before {
  content: "Q";
  background-color: var(--main-color);
}
.c-faq__list__a::before,
.is-style-qalist.c-faq__list__item p::before {
  content: "A";
  background-color: rgb(104 157 104 / 60%);
  padding: 0 0 5px;
}
.c-faq__list__item[open] .c-faq__list__a,
.is-style-qalist.c-faq__list__item p::before {
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@media screen and (min-width: 768px) {
  .c-faq__list__item {
    font-weight: 400;
    text-shadow: 0 0 var(--txt-color);
  }
} /* min-width: 768px */
@media screen and (max-width: 767px) {
  .c-faq__list__q::before,
  .is-style-qalist.c-faq__list__item summary::before {
    padding: 0 0 3px;
  }
  .c-faq__list__q,
  .is-style-qalist.c-faq__list__item summary {
    padding: 18px 44px 18px 54px;
    letter-spacing: .0em;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .c-faq__list__a,
  .is-style-qalist.c-faq__list__item p {
    padding: 13px 44px 13px 54px;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .c-faq__list__q::before, .c-faq__list__a::before,
  .is-style-qalist.c-faq__list__item summary::before,
  .is-style-qalist.c-faq__list__item p::before {
    font-size: 1.6rem;
    width: 32px;
    height: 32px;
    padding: 0 0 2px;
    top: 50%;
    left: 16px;
  }
  .c-faq__list__plus::before, .c-faq__list__plus::after {
    right: 15px;
  }
  .c-faq__list__item:not(:first-child) {
    margin-top: var(--ttl-margin-sp);
  }
  .c-faq__list__item {
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 19%);
  }
  .c-works__card__case {
    font-size: 1.4rem;
    letter-spacing: .0em;
  }
  .c-works__card__head {
    padding: 10px 10px 8px;
    line-height: 1.3;
  }
  .c-works__card__case__sub {
    font-size: 1.2rem;
    letter-spacing: .1em;
    padding: 3px 0 0;
  }
  .c-works__card__ttl {
    font-size: 1.2rem;
    margin: 7px 0 0;
    letter-spacing: 0.1em;
  }
  .c-works__card__ttl-strong {
    font-size: 1.5rem;
  }
  .c-works__card__price {
    font-size: 1.4rem;
  }
  .c-works__card__body {
    padding: 12px 10px 12px 15px;
  }
  .c-works__card__txt__wrap {
    padding-right: 10px;
    flex: 100%;
  }
  .c-works__card__txt {
    line-height: 1.35;
    margin-top: 10px;
    font-size: 1.3rem;
    letter-spacing: .0em;
  }
  .c-works__card__request {
    line-height: 1.4;
    font-size: 1.3rem;
    margin: 6px 0 0;
  }
  .c-works__card__img__wrap {
    flex: 92px 1;
    padding-top: 4px;
    display: flex;
    align-items: center;
  }
  .c-works__card__item {
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 19%);
    max-width: 500px;
    margin: auto;
  }
  .c-works__card__item:not(:first-child) {
    margin-top: var(--ttl-margin-sp);
  }
} /* max-width: 767px */


/* table */
.c-tbl__wrap {
  margin: -3px;
  color: #392F2C;
  /* border-radius: 21px; */
  /* overflow: hidden; */
}
figure.c-tbl__wrap {
  margin: 17px -3px;
}
.c-tbl, figure.c-tbl__wrap table {
  width: 100%;
  border-spacing: 3px;
  border-collapse: separate;
}
.c-tbl tr:first-child > *:first-child, figure.c-tbl__wrap table tr:first-child > *:first-child {
  border-radius: 10px 0 0 0;
}
.c-tbl tr:first-child > *:last-child, figure.c-tbl__wrap table tr:first-child > *:last-child {
  border-radius: 0 10px 0 0;
}
.c-tbl tr:last-child > *:first-child, figure.c-tbl__wrap table tr:last-child > *:first-child {
  border-radius: 0 0 0 10px;
}
.c-tbl tr:last-child > *:last-child, figure.c-tbl__wrap table tr:last-child > *:last-child {
  border-radius: 0 0 10px  0;
}
.c-th, .c-td, figure.c-tbl__wrap table td {
  padding: 18px 15px 13px;
  vertical-align: middle;
  line-height: 1.86;
}
figure.c-tbl__wrap table td {
  border: none;
}
.c-th {
  width: 144px;
  background: var(--main-color);
  color: #fff;
  padding-left: 40px;
}
figure.c-tbl__wrap-top-green table tr:first-child td,
figure.c-tbl__wrap-left-green table td:first-child {
  background: var(--main-color);
  color: #fff;
}
.c-td, figure.c-tbl__wrap table td {
  background: #fff;
}
.c-td-gray, figure.c-tbl__wrap-first-gray table tr:first-child td:not(:first-child) {
  background: #EDEDED;
  font-weight: 700;
}
figure.c-tbl__wrap-first-gray table tr:first-child td:not(:first-child) {
  color: var(--txt-color);
}
.c-btn__wrap + .c-tbl__wrap {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .c-btn__wrap + .c-tbl__wrap {
    margin-top: 50px;
  }
  .c-th,
  figure.c-tbl__wrap-top-green table tr:first-child td,
  figure.c-tbl__wrap-left-green table td:first-child {
    font-weight: 400;
  }
  .c-td {
    font-weight: 400;
    text-shadow: 0 0 var(--txt-color);
  }
} /* max-width: 768px*/
@media screen and (max-width: 767px) {
  .c-tbl__wrap {
    font-size: 1.4rem;
    margin: 0 -1px 0;
  }
  .c-tbl__wrap + .c-tbl__wrap,
  .c-btn__wrap + .c-tbl__wrap {
    margin-top: var(--content-margin);
  }
  .c-tbl, figure.c-tbl__wrap table {
    border-spacing: 1px;
  }
  .c-th, .c-td, figure.c-tbl__wrap table td {
    padding: 8px 10px 7px;
    line-height: initial;
  }
  .c-th {
    width: 100px;
    padding-left: 15px;
  }
  .c-td {
    padding-left: 15px;
  }
  .c-td__inner {
    padding: 5px 0;
  }
  .c-tbl tr:last-child > *:last-child, figure.c-tbl__wrap table tr:last-child > *:last-child {
    border-radius: 0 0 5px  0;
  }
  .c-tbl tr:last-child > *:first-child, figure.c-tbl__wrap table tr:last-child > *:first-child {
    border-radius: 0 0 0 5px;
  }
  .c-tbl tr:first-child > *:first-child, figure.c-tbl__wrap table tr:first-child > *:first-child {
    border-radius: 5px 0 0 0;
  }
  .c-tbl tr:first-child > *:last-child, figure.c-tbl__wrap table tr:first-child > *:last-child {
    border-radius: 0 5px 0 0;
  }
}





/* お知らせ */
.c-post__item {
  border-bottom: 1px solid rgb(57 47 44 / 20%);
}
.c-post__link {
  display: flex;
  padding: 11px 0 13px;
}
.c-post__date {
  flex: 0 0;
}
.c-post__icon__list {
  flex: 0 0 6em;
  text-align: center;
}
.c-post__icon__list-new {
  
}
.c-post__icon__item {
  background: var(--sub-color-orange);
  display: inline-block;
  border-radius: 20px;
  padding: 0 13px;
  letter-spacing: .06em;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #fff;
}
.c-post__icon__item:not(:last-child) {
  margin-right: 5px;
}
.c-post__icon__item-new {
  
}
.c-post__ttl {
  transition: .3s color;
}
.c-post__link:hover .c-post__ttl {
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .c-post__date {
    font-weight: 400;
    text-shadow: 0 0 var(--txt-color);
  }
} /* max-width: 768px*/
@media screen and (max-width: 767px) {	
	.c-post__link {
		flex-flow: row wrap;
		padding: 8px 0 7px;
	}
	.c-post__date {
    font-size: 1.2rem;
	}
	.c-post__icon__list {
    font-size: 1.2rem;
    flex: 0 0 auto;
    margin-left: 4px;
	}
	.c-post__icon__list-new {
	}
	.c-post__icon__item {
    padding: 0 10px;
    line-height: 1.5;
    font-size: 1.3rem;
    color: #fff;
	}
	.c-post__ttl {
		width: 100%;
		font-size: 1.2rem;
	}
}

/* column */
.c-column__list {
  display: flex;
  justify-content: space-between;
  column-gap: 2.75%;
  flex-flow: row wrap;
}
.c-column__item {
  flex: 1 1 31.5%;
  max-width: 31.5%;
}
.c-column__link {
  display: block;
}
.c-column__img__wrap {
  width: 100%;
  height: 0;
  padding-bottom: 77.5%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.c-column__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: .3s transform;
}
.c-column__link:hover .c-column__img {
  transform: translate(-50%, -50%) scale(1.2);
}
.c-post__ttl-column {
  margin-top: 12px;
}
.c-post__icon__list {
  
}
.c-post__icon__list-cat {
  text-align: left;
}

.c-post__icon__item-cat {
	
    padding: 0 22px;
    line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .c-column__list * {
    min-height: 1px;
    min-width: 1px;
  }
  .c-column__list {
	  column-gap: 4%;
	  row-gap: 20px;
	 }
  .c-column__item {
    flex: 1 1 48%;
    max-width: 48%;
  }
  .c-column__item-sidebar {
    display: flex;
  }
	.c-column__link {
	padding: 0;
	}
	.c-post__ttl-column {
		margin-top: 7px;
		line-height: 1.5;
	}
	.c-post__icon__list {
	
	}
	.c-post__icon__list-cat {
		text-align: unset;
		flex-flow: row wrap;
		display: flex;
	}
	.c-post__icon__item-cat {
		margin: 3px 0 0;
		padding: 0 22px;
		line-height: 1.9;
	}
}


/* ページャー */
.c-pagination__wrap {
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-pagination__pager {
	width: 35px;
	height: 35px;
	text-align: center;
	margin: 0 5px;
	transition: .3s background;
	font-size: 1.4rem;
	padding-top: 2px;
	background: var(--bg-color-green);
}
.c-pagination__current.c-pagination__pager, .c-pagination__pager:hover{
	color: #fff;
	background: var(--main-color);
}
.c-pagination__prev, .c-pagination__next {
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.c-pagination__prev::after, .c-pagination__next::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	border-top: 2px solid;
	border-right: 2px solid;
	width: 8px;
	height: 8px;
}
.c-pagination__prev::after {
  transform: translate(calc(-50% + 2px), -50%) rotate(-135deg);
}
.c-pagination__next::after {
  transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
	.c-pagination__pagination {
		font-size: 1.4rem;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	.c-pagination__prev::after, .c-pagination__next::after {
		border-top-width: 2px;
		border-right-width: 2px;
	}
}
/* 詳細ページャー */
.l-single__pagination {
	margin-top: 23px;
	display: flex;
	justify-content: space-between;
}
.l-single__prev__post {
		
}
.l-single__prev__post .prev {
	padding-left: 40px
}
.l-single__next__post {
	
}
.l-single__next__post .next {
	padding-right: 40px
	
}

/************************
  ブロックエディター用追加css
************************/

/* 吹き出し見出し */
.p-post__txt__wrap .is-style-fukidashi,
.editor-block-preview__content .is-style-fukidashi,
.editor-styles-wrapper .is-style-fukidashi {
  background: var(--main-color);
  color: #fff;
  font-family: var(--ff-ttl);
  font-weight: 600;
  border-radius: 5px;
  padding: 0 20px;
  position: relative;
  font-size: 2.4rem;
  margin-top: 15px;
  margin-bottom: 30px;
}
.p-post__txt__wrap .is-style-fukidashi::before,
.editor-block-preview__content .is-style-fukidashi::before,
.editor-styles-wrapper .is-style-fukidashi::before {
  content: "";
  position: absolute;
  display: flex;
  border: 10px solid transparent;
  border-top: 17px solid var(--main-color);
  bottom: -24px;
  left: 20px;
}
@media screen and (max-width: 767px) {
	.p-post__txt__wrap .is-style-fukidashi,
.editor-block-preview__content .is-style-fukidashi,
.editor-styles-wrapper .is-style-fukidashi {
	font-size: 1.8rem;
	padding: 5px 15px;
  margin-bottom: 20px;
}
.p-post__txt__wrap .is-style-fukidashi::before,
.editor-block-preview__content .is-style-fukidashi::before,
.editor-styles-wrapper .is-style-fukidashi::before {
  border: 5px solid transparent;
  border-top: 10px solid var(--main-color);
  bottom: -14px;
  left: 13px;
}
}

ul.is-style-green {
}
ul.is-style-green li, ul.is-style-green-circle li {
	position: relative;
	line-height: 1.9;
}
ul.is-style-green li {
	color: var(--main-color);
	padding-left: 9px;
}
ul.is-style-green li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  left: 0;
  top: 13px;
  background-color: var(--main-color);
  border-radius: 100px;
}
ul.is-style-green-circle li::before {
  content: "●";
  margin-right: 5px;
	color: var(--main-color);
}


.c-support__list, ul.is-style-green-column-list.c-support__list {
  margin: auto 0 0;
  background-color: var(--bg-color-green);
  border-radius: 10px;
  padding: 26px 15px 26px 34px;
  display: grid;
  grid-template-columns: repeat(1,50% 47%);
  line-height: 1.9;
  color: var(--main-color);
  column-gap: 3%;
}
ul.is-style-green-column-list.c-support__list {
  margin-top: 15px;
  margin-bottom: 15px;
}
.c-support__item, ul.is-style-green-column-list.c-support__list li {
  position: relative;
  padding-left: 9px;
}
.c-support__item::before, ul.is-style-green-column-list.c-support__list li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  left: 0;
  top: 13px;
  background-color: var(--main-color);
  border-radius: 100px;
}
@media screen and (max-width: 999px) {
  .c-support__list, ul.is-style-green-column-list.c-support__list {
    padding: 26px 12px 26px 23px;
  }
} /* max-width: 999px */
@media screen and (max-width: 834px) {
  .c-support__list, ul.is-style-green-column-list.c-support__list {
    grid-template-columns: repeat(1,1fr);
  }
} /* max-width: 999px */
@media screen and (max-width: 767px) {
  .c-support__item::before, ul.is-style-green-column-list.c-support__list li::before {
    top: 9px;
  }
  .c-support__list, ul.is-style-green-column-list.c-support__list {
    padding: 10px 10px;
    font-size: 1.3rem;
    line-height: 1.55;
    border-radius: 5px;
  }
}
ul.is-style-green-column-list.c-support__list-pink {
  background-color: #FDF4F4;
  color: var(--sub-color-pink);
}
ul.is-style-green-column-list.c-support__list-pink li::before {
  background-color: var(--sub-color-pink);
}
ul.is-style-green-column-list.c-support__list-orange {
  background-color: var(--bg-color-yellow);
  color: var(--sub-color-orange);
}
ul.is-style-green-column-list.c-support__list-orange li::before {
  background-color: var(--sub-color-orange);
}


.l-step-border {
	position: relative;
}
.l-step-border::before {
	position: absolute;
	content: "";
	display: block;
	border-right: 3px dashed #689D68;
	height: 100%;
	top: 0;
	left: 35px;
}
.l-step_wrap > div> div {
	column-gap: 23px;
}
.l-step_wrap-circle {
	flex: 0 0 71px;
}
.l-step_wrap-circle > div {
	height: 71px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	justify-content: center;
	flex-flow: column;
	align-items: center!important;
}
.l-step_wrap-circle > div > p:first-child {
	line-height: 1;
	letter-spacing: .1em;
}
.l-step_wrap-circle > div > p:last-child {
	line-height: 1;
	margin-top: -5px
}
.l-step_wrap-circle + div {
	flex: 1 1 auto!important;
	display: flex;
	align-items: center;
}
.l-step_wrap-circle + div .wp-block-heading {
	font-size: 2.6rem;
	line-height: 1.2;
}
.l-step_wrap > div > .wp-container-7 > div:last-child {
	margin-top: -5px;
	line-height: 1.8;
	padding-bottom: 20px;
}