.sp-only{
  display: none!important;
}
@media screen and (max-width: 767px) {
  .sp-only{
    display: block!important;
  }
  .pc-only{
    display: none!important;
  }
}
/*----------------------------------------
	header
----------------------------------------*/
/*PC*/
.under__header--pc {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--c_white);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.under__header--pc .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 32px;
  padding-left: 24px;
}
.under__header--pc .header__box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.under__header--pc .header__about {
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 500;
}
.under__header--pc .header__tel {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 7px;
}
.under__header--pc .header__tel a {
  font-family: "Crimson Text", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: linear-gradient(to bottom right, var(--c_blue-1), var(--c_blue-2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.under__header--pc.fixed-header-pc .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.under__header--pc.fixed-header-pc .gnav--pc{
  box-shadow: none;
  width: initial;
  height: initial;
}
.header-tit{
  font-size: 12px;
  margin-top: 8px;
}
.elementor.elementor .e-con>.elementor-widget {
  width: 100% !important;
}

.e-con.e-flex>.e-con-inner {
  -ms-flex-wrap: inherit !important;
  flex-wrap: inherit !important;
}
.single-head__content {
  background-image: url(../assets/img/page-top-img.jpg);
  padding-top: 136px;
	padding-top: 13.5rem;
    padding-bottom: 150px;
    padding-bottom: 6.375rem;
  text-align: center;
  background-size: cover;
	background-position: bottom;
}

.single-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 64px;
  font-size: 2rem;
  font-family: "Bellefair", serif;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  overflow: hidden;
  font-weight: bold;
}

@media screen and (max-width:767px) {
	.single-head__content{
		  padding-top: 7.5rem;
	padding-bottom: 150px;
	padding-bottom: 2.375rem;
	}
  .single-head__title {
    font-size: 1.5rem;
    line-height: 1.1458333333;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.single__inner-wrap {
  overflow: hidden;
}

.single__inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}

.single__inner-wrap p{
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 15px;
}

.single__inner .single__title-h2,
.elementor-widget-container h2.elementor-heading-title , .box-wrap-container h2{
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.4642857143;
  color: #332F26;
  padding-left: 18px;
  padding-left: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 50px auto 20px auto;
}
.box-wrap-container h2{
  margin-top: 0;
}

.single__inner .single__title-h2:before,
.elementor-widget-container h2.elementor-heading-title:before,.box-wrap-container h2:before {
  content: "";
  background: #39C42A;
  width: 6px;
  width: 2rem;
  height: 15%;
  position: absolute;
  top: 46%;
  left: 0;
  display: block;
}

.single__inner .single__title-h3,
.elementor-widget-container h3.elementor-heading-title, .box-wrap-container h3 {
  border-bottom: solid 1px #39C42A;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  color: #332F26;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 12px;
  padding-bottom: 0.3rem;
  margin: 30px auto 20px auto;
}
.box-wrap-container h3{
  margin-top: 0;
}

.single__inner .single__title-h4,
.elementor-widget-container h4.elementor-heading-title, .box-wrap-container h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.45;
  color: #332F26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  margin: 20px auto 20px auto;
}
.box-wrap-container h4{
  margin-top: 0;
}

.single__inner .single__title-h5,
.elementor-widget-container h5.elementor-heading-title, .box-wrap-container h5 {
  color: #332F26;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  padding-left: 0;
  margin: 20px auto 20px auto;
}
.box-wrap-container h5{
  margin-top: 0;
}

@media screen and (max-width: 767px){
	.single__inner .single__title-h2,
	.elementor-widget-container h2.elementor-heading-title , .box-wrap-container h2{
		font-size: 22px;
		padding-left: 22px;
	}
	.single__inner .single__title-h2:before,
	.elementor-widget-container h2.elementor-heading-title:before,.box-wrap-container h2:before {
		width: 18px;
		height: 5px;
	}
	.single__inner .single__title-h3,
	.elementor-widget-container h3.elementor-heading-title, .box-wrap-container h3{
		font-size: 20px;
	}
	
.single__inner .single__title-h4,
	.elementor-widget-container h4.elementor-heading-title, .box-wrap-container h4{
		font-size: 18px;
	}
	.single__inner .single__title-h5,
	.elementor-widget-container h5.elementor-heading-title, .box-wrap-container h5{
		font-size: 16px;
	}
}

.single-text__underline--red {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF2E3));
    background: linear-gradient(transparent 60%, #FFF2E3 60%);
}
.single-text__underline--blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EFF9FA));
    background: linear-gradient(transparent 60%, #EFF9FA 60%);
}

.single-toc {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.elementor-widget-table-of-contents .elementor-widget-container {
  border-radius: 0 !important;
  border: none !important;
}

.elementor-element .elementor-toc__header {
  position: relative;
  background: #39C42A;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.45;
  color: #fff;
  cursor: pointer;
  width: 100%;
  padding: 18px 64px 18px 38px;
  padding: 1.125rem 4rem 1.125rem 2.375rem;
  border-bottom: none !important;
}

.elementor-element .elementor-toc__header h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.45;
}

.elementor-toc__body {
  position: relative;
  background: #FCF9F7;
  color: #554C36;
  border: 1px solid #332F26;
  border-top: none;
  background: #FFFFFF;
}

.elementor-toc__list-wrapper {
  padding: 0 64px 0 38px !important;
  padding: 0 4rem 0 2.375rem !important;
}

@media screen and (max-width:767px) {
  .elementor-toc__list-wrapper {
    padding: 0 !important;
  }
}

.elementor-toc__list-wrapper .elementor-toc__list-wrapper {
  padding: 10px 0px !important;
  padding: 0.625rem 0rem !important;
}

@media screen and (max-width:767px) {
  .elementor-toc__list-wrapper .elementor-toc__list-wrapper {
    padding: 0.625rem 0rem 0.2rem!important;
  }
}

.single-toc__body.is-open {
  padding: 54px 64px 54px 64px;
  padding: 3.375rem 4rem 3.375rem 4rem;
  line-height: 1.5;
  opacity: 1;
  display: block;
}

@media screen and (max-width:767px) {
  .single-toc__body.is-open {
    padding: 1.875rem 1.4375rem 2.75rem 1.4375rem;
  }
}

.elementor-toc__toggle-button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 999px;
  margin-right: 25px;
  margin-right: 1.5625rem;
}

.elementor-toc__toggle-button svg {
  display: none;
}

.elementor-toc__toggle-button::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 18px;
  width: 1.125rem;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.elementor-toc__toggle-button::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 18px;
  width: 1.125rem;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.elementor-toc__toggle-button.elementor-toc__toggle-button--collapse::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 18px;
  width: 1.125rem;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.elementor-toc__toggle-button.elementor-toc__toggle-button--collapse::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 18px;
  width: 1.125rem;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.elementor-toc__toggle-button.elementor-toc__toggle-button--collapse::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.single-toc__body-list-block {
  margin-top: 5px;
  padding-left: 1.1em;
}

.elementor-toc__top-level {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.45;
}

@media screen and (max-width: 767px){
	.elementor-toc__top-level{
		font-size: 15px;
	}
	.elementor-toc__list-item-text-wrapper:before{
		font-size: 15px!important;
	}
	.elementor-toc__list-item-text{
		font-size: 15px;
		font-family: "noto serif JP";
	}
}

.elementor-toc__list-item:first-child {
  padding-top: 0px;
  padding-top: 0rem;
}

.elementor-toc__list-wrapper {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4375;
}

.single__inner .elementor-widget-text-editor ul li{
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  padding-left: 20px;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}

.single__inner .elementor-widget-text-editor ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    left: 0;
    border-radius: 999px;
    background: #39C42A;
    position: absolute;
    margin-right: 15px;
    margin-right: 0.9375rem;
    top: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 13px;
    flex: 0 1 13px;
    -ms-flex: 0 1 0.8125rem;
    flex: 0 1 0.8125rem;
}
.box-wrap-container-point.point-orange ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    left: 0;
    border-radius: 999px;
    background: #0564B5;
    position: absolute;
    margin-right: 15px;
    margin-right: 0.9375rem;
    top: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 13px;
    flex: 0 1 13px;
    -ms-flex: 0 1 0.8125rem;
    flex: 0 1 0.8125rem;
}
.box-wrap-container-point .elementor-widget-container{
  position: relative;
}
.box-wrap-container-point .elementor-widget-container:before{
    content: "POINT";
    width: 120px;
    height: 48px;
    background-color: #0564B5;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Noto Serif JP';
    text-align: center;
    /* vertical-align: middle; */
    padding-top: 14px;
    letter-spacing: 3px;
}
.box-wrap-container-point.point-orange .elementor-widget-container:before{
  background-color: #ED7E00;
}

.merit-demerit-wrap h2,.merit-demerit-wrap h3,.merit-demerit-wrap h4,.merit-demerit-wrap h5{
  font-size: 16px!important;
  color: #332F26;
  font-weight: bold;
  margin-bottom: 20px;
}

.single__inner .merit-box .elementor-widget-text-editor ul li:before{
    background: #E95858;
}


.single-box-bg-head__list-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding-left: 12px;
  padding-left: 0.75rem;
  border-left: 3px solid #ECA992;
  border-left: 0.1875rem solid #ECA992;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media screen and (max-width:767px) {
  .single-box-bg-head__list-title {
    margin-bottom: 1.25rem;
  }
}

.single-box-bg-head__list-text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}

section.contact.page-cta{
  margin: 40px auto 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}
section.contact.page-cta .contact__heading-lv2--en{
  font-size: 120px;
  top: -50px;
}
section.contact.page-cta p{
  margin-bottom: 0;
}

section.contact.page-cta .contact__action-box span{
  font-size: 24px;
}

section.contact.page-cta .contact__txt{
  margin-top: 45px;
}

.elementor-widget-button .elementor-button{
	position: relative;
}

.elementor-widget-button .elementor-button:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/common/guidance_right-arrow.svg);
    right: 32px;
    top: 30%;
	background-size: contain;
	background-repeat: no-repeat;
}
.elementor-widget-button.elementor-button-success .elementor-button:before{
	background-image: url(../img/common/guidance_right-arrow_blue.svg);
}

/* テーブル */
.tp-table th {
  font-weight: normal;
}

.tp-table {
  font-size: 0.8em;
  letter-spacing: 1px;
  background-color: #F7F7F7;
  width: 100%;
}

.tp-table caption {
  caption-side: top;
  padding: 10px;
  font-weight: bold;
}

.tp-table .row-colored th {
  font-weight: bold;
}

.tp-table .row-colored-blue th,
.tp-table tbody tr .blue-column {
  background-color: #0f8a02;
  color: #fff;
}

.tp-table .row-colored-red th,
.tp-table tbody tr .red-column {
  background-color: #ED7E00;
  color: #fff;
}

.tp-table th,
.tp-table td {
  padding: 15px 22px;
  min-width: 160px;
}

.tp-table__column-header th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}

.tp-table__column-header th:first-child::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}

.tp-table {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-collapse: separate;
}

.tp-table th,
.tp-table td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.tp-table tbody tr .column-colored {
  font-weight: bold;
}

.tp-table tbody tr .column-colored-light-blue {
  font-weight: bold;
  background-color: #39C42A;
  border: 1px solid #fff;
  color: #fff;
}

.tp-table tbody tr .column-colored-light-red {
  font-weight: bold;
  background-color: #FAF6EF;
}

@media screen and (max-width: 767px) {
  .tp-table-scroll {
    overflow-x: auto;
  }

  .tp-table th,
  .tp-table td {
    min-width: 300px;
  }

  .tp-table__column-header tr th:first-child {
    min-width: 100px;
  }
}

/* 監修者ブロック */
.single-detail-content {
  /*   border-top: 1px solid #ECA992;
  border-top: 0.0625rem solid #ECA992; */
  padding: 64px;
  padding: 4rem;
  background-color: #FCF9F7;
}

@media screen and (max-width:767px) {
  .single-detail-content {
    padding: 2.5rem 1.5rem 1.875rem;
    background: #FCF9F7;
  }
}

@media screen and (max-width:767px) {
  .single-detail-content__accordion-group {
    position: relative;
    padding-bottom: 2.5rem;
  }
}

.single-detail-content__title {
  color: #554C36;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding-left: 12px;
  padding-left: 0.75rem;
  border-left: 3px solid #ECA992;
  border-left: 0.1875rem solid #ECA992;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.single-detail-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-detail-content__flex img {
  width: 24%;
}

@media screen and (max-width:767px) {
  .single-detail-content__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-detail-content__flex img {
    width: 100%;
  }
}

.single-detail-content__flex-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16%;
  flex: 0 1 16%;
  margin-right: 2%;
	object-fit: cover;
}

@media screen and (max-width:767px) {
  .single-detail-content__flex-img {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width:767px) {
  .single-detail-content__flex-img img {
    aspect-ratio: 283/150;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.single-detail-content__flex-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-detail-content__flex-name {
  color: #9B9585;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.02em;
  line-height: 1.4375;
}

.single-detail-content__flex-title {
  color: #554C36;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.single-detail-content__flex-text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}

.single-detail-content__flex-body .single-btn-box {
  text-align: right;
  margin-top: 2rem;
}

.single-detail-content__accordion-head {
  position: relative;
  text-align: left;
  padding: 64px 124px 35px 64px;
  padding: 4rem 7.75rem 2.1875rem 4rem;
  background: #FCF9F7;
  border-top: 1px solid #E18F77;
  border-top: 0.0625rem solid #E18F77;
  cursor: pointer;
  width: 100%;
}

@media screen and (max-width:767px) {
  .single-detail-content__accordion-head {
    position: static;
    position: initial;
    padding: 2.5rem 1.25rem 2.1875rem 1.25rem;
  }
}

.single-detail-content__accordion-body {
  position: relative;
  background: #FCF9F7;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.4375;
  padding: 0 64px 0;
  padding: 0 4rem 0;
  line-height: 0;
  opacity: 0;
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  display: none;
}

.single-detail-content__accordion-body.is-open {
  padding: 0 64px 40px;
  padding: 0 4rem 2.5rem;
  line-height: 1.5;
  opacity: 1;
  display: block;
}

@media screen and (max-width:767px) {
  .single-detail-content__accordion-body.is-open {
    padding: 0 1.25rem 2.5rem;
  }
}

.single-detail-content__accordion-head.is-open::after {
  -webkit-transform: rotate(45deg) translateY(-10px);
  transform: rotate(45deg) translateY(-10px);
}

.single-detail-content__accordion-head:not(:first-child) {
  margin-top: 16px;
}

.single-detail-content__accordion-head-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:767px) {
  .single-detail-content__accordion-head-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.single-detail-content__accordion-head-flex-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  margin-right: 2%;
}

@media screen and (max-width:767px) {
  .single-detail-content__accordion-head-flex-img {
    margin-right: 0;
    margin-top: 0.625rem;
  }
}

@media screen and (max-width:767px) {
  .single-detail-content__accordion-head-flex-img img {
    aspect-ratio: 280/150;
  }
}

.single-detail-content__accordion-head-flex-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-detail-content__accordion-head-flex-title {
  color: #554C36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding-left: 12px;
  padding-left: 0.75rem;
  border-left: 3px solid #ECA992;
  border-left: 0.1875rem solid #ECA992;
}

.single-detail-content__accordion-head-flex-name {
  color: #9B9585;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.02em;
  line-height: 1.4375;
}

.single-detail-content .concept__flex-body-button {
  font-size: 1.2rem;
}


.qa-question__accordion-button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 999px;
  margin-right: 64px;
  margin-right: 4rem;
  font-size: 0;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .qa-question__accordion-button {
    font-size: 1.25rem;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.05em;
    line-height: 1.45;
    width: 100%;
    background: #ECA992;
    color: #fff;
    bottom: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    margin-right: 0;
    top: inherit;
    text-align: center;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.875rem;
  }
}

.qa-question__accordion-button::before {
  content: "";
  display: block;
  background-color: #E18F77;
  position: absolute;
  top: 50%;
  width: 30px;
  width: 1.875rem;
  height: 2px;
  height: 0.125rem;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width:767px) {
  .qa-question__accordion-button::before {
    width: 1.125rem;
    background-color: #fff;
  }
}

.qa-question__accordion-button::after {
  content: "";
  display: block;
  background-color: #E18F77;
  border-radius: 0.1875rem;
  position: absolute;
  top: 50%;
  width: 30px;
  width: 1.875rem;
  height: 2px;
  height: 0.125rem;
  left: 70%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width:767px) {
  .qa-question__accordion-button::after {
    width: 1.125rem;
    background-color: #fff;
  }
}

.single-detail-content__accordion-head.is-open .qa-question__accordion-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.single-toc {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.elementor-widget-table-of-contents .elementor-widget-container {
  border-radius: 0 !important;
  border: none !important;
}

 .p-person,
.p-adv {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 40px;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
}

@media screen and (max-width: 975px) {

  .p-person,
  .p-adv {
    padding: 12px 40px;
  }
}
 .p-person__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 975px) {
   .p-person__head {
    gap: 8px;
  }
}

.p-person__head::after {
  position: absolute;
  content: "+";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  color: #39C42A;
}

.p-person__head.open::after {
  content: "−";
}

 .p-person__img {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100px!important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
   .p-person__img {
    width: 100px;
  }
}

.p-person__title {
  font-family: "Noto Serif JP", serif;
  color: #38506B;
  font-weight: bold;
  padding-top: 16px;
}

 .p-person__title .p-person__clinic {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2em;
  margin-bottom: 0.4em;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
   .p-person__title .p-person__clinic {
    font-size: 0.75rem;
  }
}

.p-person__title .p-person__name {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  .p-person__title .p-person__name {
    font-size: 1.25rem;
  }
}

.p-person__body {
  margin-top: 24px;
    margin-left: 108px;
    display: none;
    margin-right: 40px;
}

@media screen and (max-width: 975px) {
  .p-person__body {
    margin-left: 0;
    padding-bottom: 12px;
	margin-right: 0;
  }
}

.p-person__body p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media screen and (max-width: 975px) {
   .p-person__body p {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 975px) {
   .p-adv {
    padding-bottom: 40px;
  }
}

 .p-adv__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  color: #39C42A;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 975px) {
  .p-adv__title {
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-adv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  position: relative;
}

@media screen and (max-width: 975px) {
   .p-adv__wrap {
    display: block;
  }
}

 .p-adv__wrap .p-adv__img {
  width: 306px;
  height: auto;
  aspect-ratio: 306/316;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  .p-adv__wrap .p-adv__img {
    margin: 8px auto 0;
  }
}

 .p-adv__wrap .p-person__content .p-person__clinic {
  font-family: "Noto Serif JP", serif;
  color: #38506B;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.8em;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
   .p-adv__wrap .p-person__content .p-person__clinic {
    font-size: 0.875rem;
    margin-top: 1em;
    text-align: center;
  }
}

.p-adv__wrap .p-person__content .p-person__name {
  font-family: "Noto Serif JP", serif;
  color: #38506B;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  .p-adv__wrap .p-person__content .p-person__name {
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-adv__wrap .p-person__content .p-person__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 3em;
}

@media screen and (max-width: 975px) {
  .p-adv__wrap .p-person__content .p-person__text {
    font-size: 0.875rem;
  }
}

 .p-adv__wrap .p-person__content .more-btn,
 .p-more-btn__wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-adv__wrap .p-person__content .more-btn:hover,
 .p-more-btn__wrap:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

 .p-more-btn {
  position: relative;
  padding: 14px 54px 14px 24px;
  width: 232px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #38506B;
  display: block;
}

#page-content .p-more-btn:hover {
  background: #38506B;
}

#page-content .p-more-btn:hover span {
  color: #fff;
}

#page-content .p-more-btn:hover::after {
  background-image: url(../img/icon-btn-obj01.svg);
}

@media screen and (max-width: 975px) {
  .p-more-btn {
    position: relative;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-more-btn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 14.28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 54%;
  right: 24px;
  background-image: url(../img/icon-btn-obj04.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

 .p-more-btn span {
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  color: #38506B;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 975px) {
   .p-more-btn__wrap {
    position: relative;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* 監修者ブロック（大） */
.tp-doctor-large {
  padding: 15px 30px;
  box-shadow: none;
  background-color: #F7F7F7;
}

 .p-adv__title {
  font-family: "Noto Sans JP", serif;
  color: #39C42A;
  font-weight: bold;
  font-size: 22px;
}

.p-adv__wrap .p-adv__img {
  width: 160px;
  height: 160px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  object-fit: cover;
}

@media screen and (max-width: 767px){
	.p-adv__wrap .p-adv__img{
	 width: 200px;
	 height: 200px;
	 margin: 0 auto;
	 display: block;
	}
}

.p-adv__wrap .p-person__content .p-person__clinic {
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  color: #646464;
  margin-bottom: 0.5rem;
  padding: 3px 15px;
  padding-left: 0;
  width: fit-content;
}
.p-adv__wrap .p-person__content .p-person__name {
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.p-adv__wrap .p-person__content .p-person__text {
  padding-bottom: 1em;
}
.p-adv__wrap .p-person__content .more-btn {
  display: block;
  width: 190px;
  height: 50px;
  margin: 0 0 0 auto;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: normal;
  background-color: #39C42A;
  border-radius: 100px;
  color: #fff;
  position: relative;
}

 .p-adv__wrap .p-person__content .more-btn::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-adv__wrap .p-person__content .more-btn {
    margin: 0 auto;
  }

.p-adv__wrap .p-person__content .p-person__clinic {
    font-size: 12px;
    margin: 0.5rem auto;
  }
}

/* 監修者ブロック（小） */
 .p-person {
  padding: 16px 30px;
  box-shadow: none;
  background-color: #F7F7F7;
}

.p-person__img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 3px solid #fff;
}

.p-person__title .p-person__clinic {
  margin: 5px;
  padding: 0;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  color: #646464;
  border-radius: 999px;
  width: fit-content;
}

.p-person__title .p-person__name {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin: 5px 0;
  font-family: "Noto Sans JP", serif;
	padding-left: 6px;
}
.p-person__title .p-person__name span {
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #054B7D;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.01em;
}

.p-person__head::after {
  color: #39C42A;
}

 .p-person__head::after {
  width: 30px;
  height: 30px;
  line-height: 28px;
  padding-left: 1px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: normal;
border: 1px solid #39C42A;
}

@media screen and (max-width: 767px) {
   .p-person__title .p-person__clinic {
    max-width: 100%;
    font-size: 12px;
  }

  .p-person__img {
    margin: auto 0;
  }
}

/* FAQ */
.tp-faq-accordion {
  border: 6px solid #fff;
  border-radius: 16px;
  margin: 1rem auto;
  max-width: 100%;
}

.tp-faq-accordion .tp-faq-title {
  font-size: 22px;
  font-weight: bold;
  color: #054B7D;
  padding: 10px 0;
}

.tp-faq .question {
  font-family: "Noto Sans JP", serif;
}

.tp-faq .question span {
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  background: #39C42A;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tp-faq .answer span {
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  background: #332F26;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .tp-faq-accordion {
    padding: 1rem;
    max-width: 100%;
  }
}
.tp-faq-accordion {
  margin: 1rem auto;
}

.tp-faq .toggle {
  display: none;
}

.tp-faq {
  position: relative;
  margin-bottom: 1rem;
}

.tp-faq .question,
.tp-faq .answer {
  transform: translateZ(0);
  transition: all 0.3s;
}

.tp-faq .question {
  border-bottom: solid 1px rgba(22, 22, 40, .3);
  padding: 1rem 2.2rem 1rem 1rem;
  display: block;
  font-weight: normal;
  color: #161628;
}

.tp-faq .question span,
.tp-faq .answer span {
      font-size: 40px;
    padding-right: 0.6rem;
    line-height: 1;
	color: #39C42A;
    font-family: "Shippori Mincho", serif;
    font-weight: 300;
}
.tp-faq .answer span{
	background: linear-gradient(to bottom right, #332F26, #332F26);
	 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Shippori Mincho", serif;
    font-weight: 300;
}

.tp-faq .question:after,
.tp-faq .question:before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 0.75rem;
  background-color: #999;
  transition: all 0.3s;
}

.tp-faq .question:after {
  transform: rotate(90deg);
}

.tp-faq .answer {
  max-height: 0;
  overflow: hidden;
}

.tp-faq .answer div {
  margin: 2rem 1rem 2rem;
    line-height: 1.8;
    padding-left: 53px;
    position: relative;
    padding-top: 16px;
}

.tp-faq .toggle:checked+.question+.answer {
  max-height: 500px;
  transition: all 1.5s;
}

.tp-faq .toggle:checked+.question:before {
  transform: rotate(90deg) !important;
}

@media screen and (max-width: 767px) {
  .tp-faq .question {
    font-size: 16px;
    padding: 1rem 2.2rem 1rem 0.5rem;
	text-indent: -52px;
        padding-left: 50px;
  }

  .tp-faq .answer {
    font-size: 3.7vw;
  }

  .tp-faq .question span,
  .tp-faq .answer span {
    font-size: 40px;
  }

  .tp-faq .answer div {
    margin: 2rem 0.5rem 2rem;
  }
}

/* フローチャート */
.tp-flow-chart .tp-flow-chart-content-box {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0;
  position: relative;
}

.tp-flow-chart .tp-flow-chart-content {
  width: 90%;
  padding-top: 77px;
}

.tp-flow-chart .tp-flow-chart-image {
  border-radius: 10px;
  object-fit: cover;
}

@media screen and (min-width: 767px) {
  .tp-flow-chart .tp-flow-chart-content-upper {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }

  .tp-flow-chart .tp-flow-chart-image {
    width: 40%;
    height: 60%;
  }
}

@media screen and (max-width: 767px) {
  .tp-flow-chart .tp-flow-chart-content-box::before {
    left: 28px;
  }

  .tp-flow-chart .tp-flow-chart-content {
    width: 80%;
  }
}

.tp-flow-chart .tp-flow-chart-num {
  line-height: 1;
  font-weight: bold;
  align-content: start;
  text-align: center;
  z-index: 10;
font-family: 'EB Garamond';
font-style: normal;
font-weight: 400;
font-size: 64px;
background: linear-gradient(96.68deg, #17B62D -1.02%, #50D2D2 102.19%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.tp-flow-chart .tp-flow-chart-num span{
	font-size: 32px;
}

.tp-flow-chart .tp-flow-chart-title {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 1rem;
	font-family: "Noto serif JP";
}

.tp-flow-chart .tp-flow-chart-list-box {
  display: flex;
  justify-content: space-between;
  background-color: #F4F8FC;
  padding: 1rem;
  border-radius: 10px;
  margin-top: 1rem;
}

.tp-flow-chart .tp-flow-chart-list-title {
  align-content: center;
  text-align: center;
  color: #054B7D;
  border-right: 1px solid #DCE3F5;
  width: 30%;
  margin-bottom: 0;
}

.tp-flow-chart .tp-flow-chart-list {
  width: 67%;
}

.tp-flow-chart .tp-flow-chart-list li {
  padding-left: 20px;
  position: relative;
	line-height: 1.8;
}

.tp-flow-chart .tp-flow-chart-list li::before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: 50%;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #054B7D;
}

.tp-flow-chart-text{
	background: #EFF9FA;
    padding: 18px;
}

.tp-flow-chart.part2 .tp-flow-chart-content-box{
	border-bottom: 1px solid #E3E3E3;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.tp-flow-chart.part2 .tp-flow-chart-text{
	background: initial;
	padding: 0;
}

/* 関連記事 */
.elementor-post__title{
	line-height: 1.4 !important;
    font-family: "noto serif JP" !important;
	margin-bottom: 10px!important;
}
a.elementor-post__read-more{
	margin: 0 0 0 auto!important;
    display: block!important;
	text-align: right;
}

/* パンくずリスト */
#breadcrumbs{
	text-align: center;
}

.block-02-tit p, .block-02-tit h2, .block-02-tit h3, .block-02-tit h4{
	font-size: 18px!important;
	color: #fff!important;
	padding: 10px;
	margin-bottom: 0!important;
}
@media screen and (max-width: 767px){
.block-02-tit p, .block-02-tit h2, .block-02-tit h3, .block-02-tit h4{
	font-size: 16px!important;
}
}

.single__inner .block-02-wrap.red-box .elementor-widget-text-editor ul li:before{
	    background: #616161;
}

@media screen and (max-width: 767px){
	.single__inner .contact__action-lead{
		font-size: 12px;
	}
	.single__inner section.contact.page-cta .contact__action-box span{
		font-size: 20px;
	}
}

/* news-list */
.news-wrap h3, .news-list-wrap .post-title_b{
  border-bottom: solid 1px #39C42A;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  color: #332F26;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 12px;
  padding-bottom: 0.3rem;
  margin: 0px auto 20px auto;
}
.news-list-wrap .post-date{
  margin-bottom: 0px;
  font-size: 12px;
}
.news-list-wrap .post-wrap_b{
  margin-top: 30px;
}

.news-wrap .elementor-pagination{
  margin-top: 40px;
}
.news-wrap .elementor-pagination .page-numbers.current{
  background-color: #224371;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  padding: 6px;
}
@media screen and (max-width: 767px){
  .news-wrap h3, .news-list-wrap .post-title_b{
    font-size: 18px;
  }
}