@charset "utf-8";
.top-mv {
	padding: 35px 75px;
}

.mv-txt-box {
	margin-left: auto;
	max-width: 639px;
	width: 100%;
}

.mv-txt-box div:not([class]) {
	margin-bottom: 40px;
}

.mv-txt-box div:not([class]) img {
	vertical-align: sub;
}

.mv-img-box {
	margin-top: 50px;
}

.mv-img-box .e-txt {
	position: absolute;
	left: 50px;
	bottom: calc(100% - 30px);
	z-index: 3;
}

.mv-img-box img {
	border-radius: 20px;
}

.swiper-out .swiper-button-prev,
.swiper-out .swiper-button-next {
	background: #ffffff;
	border: 1px solid #555555;
	border-radius: 50%;
	height: 64px;
	width: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 0.3s ease;
}

.swiper-out .swiper-button-prev {
	left: -32px;
}

.swiper-out .swiper-button-next {
	right: -32px;
}

.swiper-out .swiper-pagination {
	display: flex;
	justify-content: center;
	gap: 25px;
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(100% + 25px);
}

.swiper-out .swiper-pagination span {
	background: #d9d9d9;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	display: block;
}

.swiper-out .swiper-pagination span.swiper-pagination-bullet-active {
	background: var(--orange-color);
}

.mv-txt-box::before {
	content: "";
	background: rgba(143, 195, 31, 0.15);
	border-radius: 20px;
	height: 135px;
	width: 135px;
	position: absolute;
	right: 150px;
	top: -100px;
	transform: rotate(16deg);
	filter: blur(20px);
}

.swiper-out::before {
	content: "";
	background: rgba(0, 156, 246, 0.1);
	border-radius: 20px;
	height: 201px;
	width: 201px;
	position: absolute;
	left: -100px;
	bottom: 0;
	transform: rotate(16deg);
	filter: blur(20px);
	z-index: -1;
}

.swiper-out::after {
	content: "";
	background: rgba(255, 229, 77, 0.2);
	border-radius: 20px;
	height: 201px;
	width: 201px;
	position: absolute;
	right: -100px;
	top: -70px;
	transform: rotate(16deg);
	filter: blur(20px);
	z-index: -1;
}

main section {
	padding: 50px 0;
}

main.top {
	padding-top: 60px;
}

/* 2025.10.14 追記・修正 */
.sec-title {
	position: relative;
	margin-bottom: 40px;
	padding-left: 30px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3333;
}

.sec-title::before {
	content: "";
	background: #fcc92c;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 25px;
}

/* 2025.10.14 追記・修正 */
.sec-title .lato {
	display: block;
	margin-top: 12px;
	color: #f69400;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.tx-img-flex .txt p {
	font-size: 18px;
}

.tx-img-flex .txt {
	max-width: calc(100% - 572px);
}

main.top .about-sec .tx-img-flex .img {
	max-width: 472px;
}

.tx-img-flex .img img {
	border-radius: 20px;
}

/* 2025.10.14 追記・修正 */
.in-img-tl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: 700;
}

.card-list li {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: calc((100% / 3) - 27px);
	padding: 48px 40px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 20px;
}

/* 2025.10.14 追記・修正 */
.card-list li > div:not([class]) h4 {
	margin-top: 12px;
}

.card-list li .tl {
	display: flex;
	gap: 2px;
}

.card-list li .tl .num {
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 36px;
	line-height: 1;
}

.card-list li .tl .num::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #555555;
	transform: rotate(-45deg);
}

.card-list li .tl .en {
	color: var(--orange-color);
	font-size: 35px;
	line-height: 1;
}

.card-list li h4 {
	font-size: 28px;
	line-height: 1.333;
}

.card-list li p {
	font-weight: 700;
}

.grad-btm::after {
	content: "";
	background: linear-gradient(135deg, #8dc21f 5%, #8dc21f 30%, #cedb27 60%, #ffd800 90%);
	opacity: 0.8;
	height: 180px;
	width: calc(100% + 80px);
	position: absolute;
	left: 0;
	bottom: -82px;
	z-index: -1;
	margin: 0 -40px;
	border-radius: 20px;
}

.link-btn {
	background: #ffffff;
	border: 1px solid #555555;
	border-radius: 80px;
	font-weight: 700;
	height: 64px;
	margin-top: 48px;
	width: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link-btn::after {
	content: "";
	background: #fcc92c;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%) scale(1);
	transition: all 0.3s ease;
}

.sec-title.center-tl {
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

/* 2025.10.14 追記・修正 */
.border-tl {
	margin-bottom: 40px;
	padding-bottom: 35px;
	font-size: 34px;
	font-weight: 700;
}

.border-tl::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 48px;
	background: var(--orange-color);
	border-radius: 9999px;
}

/*
2025.10.10 追記・修正
*/
.footer .menu-item .sub-menu li {
	font-size: 14px;
}

.folder-list {
	gap: 40px 33px;
}

.folder-list li {
	margin-top: 90px;
	width: 100%;
	max-width: calc((100% / 3) - 22px);
}

.folder-list li .img {
	background: #ffffff;
	border-radius: 50%;
	border: 1px solid #d9d9d9;
	height: 180px;
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: -90px;
	transform: translateX(-50%);
	transition: all 0.3s ease;
}

.folder-list li .img .img-in {
	background: #ffffff;
	border-radius: 50%;
	height: 170px;
	width: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.folder-list li a {
	background: rgba(254, 239, 192, 0.7);
	border-radius: 20px;
	padding: 115px 0 40px;
	display: block;
	position: relative;
}

/* 2025.10.14 追記・修正 */
.folder-list li h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.folder-list li h4::after {
	content: "\f0a9";
	font-size: 18px;
}

.folder-list li p {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 80%;
	width: 100%;
}

/*
2025.10.10 追記・修正
*/
.footer .notice-list li {
	font-size: 13px;
}

.sec-block + .sec-block {
	margin-top: 80px;
}

.border-tl.green-b::after {
	background: #cfdc28;
}

.folder-list.green-list li a {
	background: rgba(207, 220, 40, 0.35);
}

.folder-list.col-4 {
	gap: 30px 26px;
}

.folder-list.col-4 li {
	margin-top: 75px;
	max-width: calc(25% - 20px);
}

.folder-list.col-4 li h4 {
	font-size: 22px;
}

.folder-list.col-4 li .img {
	height: 150px;
	width: 150px;
	top: -75px;
}

.folder-list.col-4 li .img .img-in {
	height: 140px;
	width: 140px;
}

.first-time-sec .tx-img-flex .txt {
	max-width: calc(100% - 660px);
}

main.top .first-time-sec .tx-img-flex .img {
	max-width: 579px;
}

.first-time-sec .tx-img-flex .img::after {
	content: "";
	background: rgba(143, 195, 31, 0.2);
	border-radius: 40px;
	height: 180px;
	width: 180px;
	position: absolute;
	right: -90px;
	bottom: 150px;
	filter: blur(20px);
	z-index: -1;
}

.contact-area-box a {
	background: #f5f5f5;
	border-radius: 20px;
	outline-offset: 12px;
	outline: 1px solid #cccccc;
	height: 148px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
}

/*
2025.10.10 追記・修正
*/
.contact-area-box .tl {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 20px;
	font-weight: 700;
}

.contact-area-box .phone-num {
	display: flex;
	flex-direction: column-reverse;
	gap: 8px;
}

.contact-area-box .phone-num p {
	line-height: 1;
	text-align: center;
}

.contact-area-box .phone-num .s1 {
	font-size: 16px;
	font-weight: 400;
	margin-right: 10px;
}

.contact-area-box .phone-num .s2 {
	font-size: 20px;
	font-weight: 400;
}

.contact-area-box .phone-num .s3 {
	font-size: 18px;
	font-weight: 500;
}

.contact-area-box .phone-num .phone {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	/* margin-top: 15px; */
}

.contact-area-box {
	padding: 0 12px;
}

.contact-area-box a.tel {
	max-width: 665px;
	width: 57%;
}

.contact-area-box a.mail {
	max-width: 460px;
	width: 40%;
}

.news-list-blo {
	margin: 0 auto;
	max-width: 784px;
	width: 100%;
}

.news-list li {
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.news-list li a {
	padding: 25px 0;
	position: relative;
}

.news-list li a::after {
	content: "\f0a9";
	font: var(--fa-font-solid);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.news-list li time,
.news-list li h5 {
	font-size: 15px;
	font-weight: 500;
}

.news-list li time {
	margin-right: 80px;
}

.news-list li h5 {
	width: calc(100% - 165px);
}

.office-box .bg-img-box {
	background: url(../tmpl-img/top/office-bg.jpg) no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 65px 55px;
	max-width: 885px;
	width: 100%;
}

/* 2025.10.14 追記・修正 */
.office-box .bg-img-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(85, 85, 85, 0.8);
	border-radius: 20px;
}

.office-box .bg-img-box p {
	font-size: 18px;
	max-width: 589px;
	position: relative;
	width: 100%;
}

/* 2025.10.14 追記・修正 */
.office-box .txt-box {
	display: table;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 72px 88px;
	background: #ffffff;
	border: 1px solid rgba(204, 204, 204, 0.5);
	border-radius: 20px;
}

/*
2025.10.10 追記・修正
*/

.office-box .txt-box a {
	width: 100%;
	min-width: 276px;
}

.office-box .txt-box .arrow-link:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.arrow-link {
	font-size: 20px;
	font-weight: 500;
	width: 276px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.arrow-link::after {
	content: "\f0a9";
	color: var(--orange-color);
	transition: all 0.3s ease;
}

.sec-title.c-white span {
	color: #ffffff;
}

.lower-mv {
	padding: 20px 75px 0;
}

.lower-mv-title {
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
	padding: 10px 0 40px;
}

.lower-mv-title .sec-title {
	margin: 0;
}

.pankuzu span {
	color: var(--orange-color);
	font-size: 14px;
	font-weight: 500;
	font-weight: 500;
}

.pankuzu .home span {
	color: #555555;
}

.pankuzu .fa-solid {
	font-size: 12px;
	font-weight: 600;
	margin: 0 8px;
}

.page-links {
	gap: 30px;
}

.page-links li a {
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
}

.page-links li a::after {
	content: "\f0ab";
}

.smart-txt-box {
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

.border-tl.txt-center::after {
	left: 50%;
	transform: translateX(-50%);
}

.border-tl.f-40-tl {
	font-size: 40px;
}

.border-tl.f-32-tl {
	padding-bottom: 24px;
	font-size: 32px;
}

.thoughts-sec .img {
	position: absolute;
}

.thoughts-sec .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.thoughts-sec .img1 {
	width: 18.4%;
	aspect-ratio: 266 / 200;
	left: 75px;
	top: 80px;
}

.thoughts-sec .img1::before {
	content: "";
	background: rgba(252, 201, 44, 0.2);
	border-radius: 40px;
	height: 120px;
	width: 120px;
	position: absolute;
	left: -60px;
	bottom: -60px;
	z-index: -1;
	filter: blur(20px);
}

.thoughts-sec .img2 {
	width: 20.8%;
	aspect-ratio: 300 / 225;
	right: 75px;
	top: 45px;
}

.thoughts-sec .img2::before {
	content: "";
	background: rgba(252, 201, 44, 0.2);
	border-radius: 40px;
	height: 180px;
	width: 180px;
	position: absolute;
	left: -90px;
	bottom: -90px;
	z-index: -1;
	filter: blur(20px);
}

.thoughts-sec .img2::after {
	content: "";
	background: rgba(143, 195, 31, 0.2);
	border-radius: 40px;
	height: 100px;
	width: 100px;
	position: absolute;
	left: 40px;
	bottom: -140px;
	z-index: -1;
	filter: blur(20px);
}

.thoughts-sec .img3 {
	left: 75px;
	bottom: 50px;
	max-width: 360px;
	width: 25%;
	aspect-ratio: 360/269;
}

.thoughts-sec .img3::after {
	content: "";
	background: rgba(143, 195, 31, 0.2);
	border-radius: 40px;
	height: 180px;
	width: 180px;
	position: absolute;
	right: -90px;
	bottom: -90px;
	z-index: -1;
	filter: blur(20px);
}

.thoughts-sec .img4 {
	width: 18.4%;
	aspect-ratio: 266 / 200;
	right: 135px;
	bottom: 0;
}

.thoughts-sec .img4::after {
	content: "";
	background: rgba(246, 171, 30, 0.2);
	border-radius: 40px;
	height: 180px;
	width: 180px;
	position: absolute;
	right: -90px;
	bottom: -90px;
	z-index: -1;
	filter: blur(20px);
}

.border-tl.border-long::after {
	height: 2px;
}

.border-tl.border-long::before {
	content: "";
	background: rgba(204, 204, 204, 0.5);
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* 2025.10.14 追記・修正 */
.reason-box-list {
	padding-top: 10px;
}

.reason-box-list .blo .en {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
	color: var(--orange-color);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.reason-box-list .blo .en::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: 2px;
	background: var(--orange-color);
	border-radius: 50%;
}

.reason-box-list .blo h4 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.reason-box-list .blo .txt {
	max-width: calc(100% - 503px);
}

.reason-box-list .blo .img {
	max-width: 423px;
}

.reason-box-list .blo .img img {
	border-radius: 20px;
}

.reason-box-list .blo:not(:last-child) {
	margin-bottom: 80px;
}

.reason-box-list .blo:nth-child(even) {
	flex-direction: row-reverse;
}

.f-18 {
	font-size: 18px;
}

.lower-contents section {
	margin: 0 auto;
	max-width: 990px;
	width: 100%;
}

.about-page.lower-contents section.thoughts-sec {
	max-width: 1680px;
}

.dott-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.dott-title::before {
	content: "";
	background: #555555;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	min-width: 10px;
	display: block;
}

* + .dott-title {
	margin-top: 50px;
}

.step-list,
.step-txt-list,
.circle-num-list {
	counter-reset: listnum;
}

.step-list:before {
	content: "";
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: -1;
	width: 3px;
	height: calc(100% - 50px - 50px);
	background: var(--orange-color);
}

.step-list > .row {
	gap: 30px;
}

.step-txt-list > .row {
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
	padding: 40px 0;
	gap: 80px;
}

.step-txt-list > .row:first-child {
	padding-top: 0;
}

.step-list > .row:not(:last-child) {
	margin-bottom: 50px;
}

.step-list .th {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: content-box;
}

.step-list .th .th-in {
	background: #f5f5f5;
	border-radius: 50%;
	height: 94px;
	width: 94px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.step-list .th .en {
	font-size: 18px;
	font-weight: 700;
}

.step-list > .row .num::before {
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	color: var(--orange-color);
	font-size: 42px;
	font-weight: 700;
}

.step-txt-list > .row .num {
	font-size: 18px;
	font-weight: 700;
}

.step-txt-list > .row .num::after {
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	color: var(--orange-color);
	font-size: 32px;
	font-weight: 700;
	margin-left: 5px;
}

.step-list .td {
	background: #feefc0;
	border-radius: 20px;
	padding: 40px 48px;
	width: calc(100% - 133px);
}

.step-txt-list .td {
	width: calc(100% - 170px);
}

.faq-list .row {
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
	padding: 30px 0;
}

.faq-list .row:first-child {
	padding-top: 0;
}

.faq-list .q {
	font-size: 24px;
	font-weight: 700;
	padding: 0 50px;
	cursor: pointer;
}

.faq-list .q::before {
	content: "Q";
	color: var(--orange-color);
	font-family: "Liter", sans-serif;
	font-size: 48px;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: -3px;
	line-height: 1;
}

.faq-list .q::after {
	content: "\2b";
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.faq-list .q.open::after {
	content: "\f068";
}

.faq-list .a {
	display: none;
	margin-top: 30px;
}

.faq-list a {
	text-decoration: underline;
}

.border-tl span {
	font-size: 26px;
}

.border-tl.f-32-tl span {
	font-size: 24px;
}

.lower-contents .tx-img-flex .txt {
	max-width: calc(100% - 510px);
}

.dott-list-ul li {
	position: relative;
	padding-left: 20px;
}

.dott-list-ul li:not(:last-child) {
	margin-bottom: 15px;
}

.dott-list-ul li::before {
	content: "";
	background: #555555;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	left: 0;
	top: 12px;
}

.tx-img-flex + .tx-img-flex {
	margin-top: 50px;
	flex-direction: row-reverse;
}

.bg-gray-box {
	background: #f5f5f5;
	border-radius: 20px;
	padding: 40px 48px;
}

.circle-num-list li {
	padding-left: 45px;
	position: relative;
}

.circle-num-list li:not(:last-child) {
	margin-bottom: 20px;
}

.circle-num-list li::before {
	counter-increment: listnum;
	content: counter(listnum);
	background: #ffffff;
	border: 1px solid #555555;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 2px;
}

.dott-list-ul.f-18-list li p {
	font-size: 18px;
}

.dott-list-ul.f-18-list li::before {
	top: 14px;
}

.notice-list li {
	font-size: 18px;
	line-height: 1.8;
	position: relative;
	padding-left: 20px;
}

.notice-list li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

main.individuals-page.lower-contents section.pd-t50-b100 {
	padding: 50px 0 100px;
}

main.individuals-page.lower-contents section.price-sec {
	padding: 100px 0;
}

.yellow-bg-sec {
	background: rgba(254, 239, 192, 0.3);
	margin: -100px -80%;
	padding: 100px 80%;
}

.faq-list.no-tl .q {
	padding-left: 0;
	display: flex;
	align-items: center;
	gap: 50px;
}

.faq-list.no-tl .q::before {
	display: none;
}

.faq-list.no-tl .q .price {
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
}

.faq-list.no-tl .q .price span {
	font-size: 18px;
	margin-left: 5px;
}

.faq-list.no-tl .q .price span.s2 {
	font-size: 16px;
}

.price-tl {
	padding-left: 0;
	display: flex;
	align-items: center;
	gap: 50px;
	font-size: 24px;
	font-weight: 700;
}

.price-tl .price {
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
}

.price-tl .price span {
	font-size: 18px;
	margin-left: 5px;
}

.price-tl.border-tl {
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.gray-box {
	background: #f5f5f5;
	border-radius: 20px;
	padding: 90px 100px;
}

.greeting-main .img img {
	border-radius: 20px;
	width: 300px;
}

.greeting-main .img .name-box {
	margin-top: 20px;
}

.greeting-main .img .name-box .company {
	font-weight: 700;
}

.greeting-main .img .name-box .name {
	font-size: 20px;
	font-weight: 700;
}

.greeting-main .img .name-box .name span {
	font-size: 14px;
	margin-right: 15px;
}

.greeting-main .txt {
	max-width: calc(100% - 350px);
	width: 100%;
}

.gray-box .dott-title {
	font-size: 24px;
}

.gray-box .dott-title::before {
	background: var(--orange-color);
	height: 12px;
	width: 12px;
}

.history-table .row {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.history-table .row > div {
	padding: 15px 0;
}

.history-table .row > div.th {
	width: 140px;
}

.lower-contents .tx-img-flex .img {
	max-width: 423px;
}

.orange-tl {
	color: var(--orange-color);
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
}

.pager {
	display: table;
	margin: 40px auto 0;
}

.pager .wp-pagenavi {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.pager .pager-flex {
	gap: 15px;
}

.pager .pager-flex a,
.pager .wp-pagenavi span,
.pager .wp-pagenavi a {
	background: #ffffff;
	border: 2px solid #555555;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: 48px;
}

.pager .wp-pagenavi span.pages {
	display: none;
}

.pager .pager-flex a.prev,
.pager .wp-pagenavi a.previouspostslink {
	margin-right: 25px;
}

.pager .pager-flex a.next,
.pager .wp-pagenavi a.nextpostslink {
	margin-left: 25px;
}

.pager .pager-flex a.no-link {
	color: #999999;
	border-color: #999999;
	pointer-events: none;
}

.pager .pager-flex .current,
.pager .wp-pagenavi .current {
	background: #8fc31f;
	border-color: #8fc31f;
	color: #ffffff;
	pointer-events: none;
}

.single-time {
	display: table;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}

.back-link {
	border: 1px solid #555555;
	border-radius: 80px;
	font-size: 16px;
	font-weight: 700;
	height: 64px;
	width: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px auto 0;
}

.back-link::before {
	content: "\f0a8";
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.eyecatch {
	border-radius: 20px;
	display: table;
	margin: 0 auto 40px;
	overflow: hidden;
}

.txt-link-right {
	display: table;
	margin-left: auto;
	margin-top: 35px;
	font-size: 16px;
	font-weight: 700;
}

.txt-link-right::after {
	margin-left: 8px;
}

.editor h2,
.editor h3 {
	font-weight: 700;
	margin-bottom: 40px;
	padding-bottom: 25px;
	position: relative;
}

.editor h2 {
	font-size: 40px;
}

.editor h3 {
	font-size: 32px;
}

.editor h4 {
	color: var(--orange-color);
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
}

.editor h2 span {
	font-size: 26px;
}

.editor h3 span {
	font-size: 24px;
}

.editor h2::after,
.editor h3::after {
	content: "";
	background: var(--orange-color);
	height: 4px;
	width: 64px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.editor h2::after {
	height: 4px;
}

.editor h3::after {
	height: 2px;
}

.editor h3::before {
	content: "";
	background: rgba(204, 204, 204, 0.5);
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.editor p + h2,
.editor p + h3,
.editor p + h4 {
	margin-top: 80px;
}

select {
	padding: 1em 2.6rem 1em 0.75em;
	background: #fff url(../tmpl-img/common/ico_down_arrow01.svg) no-repeat right 10px center;
	cursor: pointer;
}

.contact-table {
	max-width: 800px;
	margin: 0 auto;
}

.contact-table .row > div {
	vertical-align: middle;
	padding: 15px 0;
}

.contact-table .row .th {
	width: 256px;
}

.contact-table .row > div p {
	line-height: 1.57;
}

.contact-table .row .th p {
	font-weight: 700;
	letter-spacing: 0.025em;
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-table .row .td p + p {
	margin-top: 10px;
}

.contact-table .row .th.hissu p::after {
	content: "必須";
	color: #ffffff;
	font-size: 10px;
	background: #ff0000;
	border-radius: 2px;
	padding: 1px 9px;
}

.contact-table .row.note .th {
	vertical-align: top;
}

.contact-table select {
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	height: 50px;
	padding: 0 10px;
	width: 100%;
}

.contact-mail-sec .privacy-txt {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.83;
	margin: 50px auto;
}

.contact-table input[type="text"],
.contact-table input[type="tel"],
.contact-table input[type="email"] {
	padding: 0 10px;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	background: none;
	height: 50px;
	width: 100%;
}

.contact-table textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 10px;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	background: transparent;
	height: 200px;
	width: 100%;
}

.contact-table .mid {
	max-width: 372px;
}

.submit-btn {
	max-width: 330px;
	margin: 40px auto 0;
}

.submit-btn p {
	position: relative;
}

.submit-btn input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	border-radius: 5px;
	background: var(--orange-color);
	font-size: 18px;
	height: 60px;
	width: 100%;
	color: #ffffff;
	cursor: pointer;
}

.submit-btn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.inner iframe {
	width: 100%;
}

/* .page-temp-sec .wp-block-columns .wp-block-column-is-layout-flow{
	max-width: calc(100% - 510px);
} */

.page-temp-sec .wp-block-table .has-fixed-layout th {
	background: #f5f5f5;
}

.page-temp-sec .wp-block-table .has-fixed-layout tbody th {
	width: 18%;
	max-width: 180px;
}

.page-temp-sec > *:first-child {
	margin-top: 0 !important;
}

.page-temp-sec h2 {
	position: relative;
	margin-top: 2em;
	margin-bottom: 1.25em;
	padding-bottom: 1em;
	font-size: 40px;
	font-weight: 700;
}

.page-temp-sec h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 4px;
	background: var(--orange-color);
	border-radius: 9999px;
}

.page-temp-sec h3 {
	font-size: 32px;
	font-weight: 700;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-bottom: 0.75em;
	position: relative;
}

.page-temp-sec h3::before {
	content: "";
	background: rgba(204, 204, 204, 0.5);
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.page-temp-sec h3::after {
	content: "";
	background: var(--orange-color);
	height: 2px;
	width: 64px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.page-temp-sec h4 {
	color: var(--orange-color);
	font-size: 30px;
	font-weight: 700;
	margin-top: 2em;
	margin-bottom: 1em;
}

.page-temp-sec h5 {
	font-size: 26px;
	font-weight: 700;
	margin-top: 2em;
	margin-bottom: 1em;
}

.page-temp-sec h6 {
	font-size: 22px;
	font-weight: 700;
	margin-top: 2em;
	margin-bottom: 1em;
}

.page-temp-sec .wp-block-list li {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	position: relative;
}

.page-temp-sec ul.wp-block-list,
.page-temp-sec ol.wp-block-list {
	margin-top: 1em;
}

.page-temp-sec ul.wp-block-list li,
.page-temp-sec ol.wp-block-list {
	padding-left: 20px;
}

.page-temp-sec ul.wp-block-list li::before {
	content: "";
	background: #555555;
	border-radius: 50%;
	height: 6px;
	width: 6px;
	position: absolute;
	left: 4px;
	top: 13px;
}

.page-temp-sec ol.wp-block-list li::marker {
	color: var(--orange-color);
	font-size: 1.1em;
	font-weight: 700;
}

.page-temp-sec a {
	color: #f69400;
	text-decoration: underline;
}

.page-temp-sec .wp-block-table th,
.page-temp-sec .wp-block-table td {
	padding: 1.5em;
	border-color: #ccc;
	border-right: none;
	border-left: none;
}

.page-temp-sec .wp-block-columns.is-layout-flex {
	column-gap: 88px;
}

.page-temp-sec .wp-block-columns + .wp-block-columns {
	margin-top: 48px;
}

.page-temp-sec .wp-block-columns .wp-block-image {
	width: 100%;
	margin-bottom: 0;
}

.page-temp-sec .wp-block-columns .wp-block-image img {
	width: 100%;
	height: auto;
}

.page-temp-sec .wp-block-image figcaption {
	font-size: 15px;
}

/* ごあいさつ */
.greetings-box {
	background-color: #f5f5f5;
	border-radius: 20px;
	padding: 80px 100px;
}

.greetings-box strong em {
	font-size: 1.25em;
	font-style: normal;
}

.greetings-box h3 {
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 0;
	padding-left: 0.916em;
}

.greetings-box h3::before {
	display: none;
}

.greetings-box h3::after {
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	position: absolute;
	top: 0.5em;
	left: 0;
}

.page-temp-sec .greetings-box .wp-block-columns.is-layout-flex {
	column-gap: 48px;
}

.page-temp-sec .greetings-box .wp-block-table {
	font-weight: 500;
}

.page-temp-sec .greetings-box .wp-block-table th,
.page-temp-sec .greetings-box .wp-block-table td {
	border-right: none;
	border-left: none;
	padding: 1.2em 0;
}

.page-temp-sec .greetings-box .wp-block-table tr td:first-child {
	width: 18%;
	max-width: 144px;
	padding-right: 1em;
}

.width-fit {
	width: 63px;
	text-align: right;
	display: inline-block;
}

@media all and (min-width: 768px) {
	.nav-menu li a:hover,
	.nav-cont-menu li a:hover,
	.news-list li a:hover,
	.arrow-link:hover,
	.company-info-area .tel:hover,
	.company-info-area .contact:hover,
	.f-btm a:hover,
	.page-links li:hover,
	.page-links li a:hover,
	.back-link:hover,
	.txt-link-right:hover {
		color: var(--orange-color);
	}

	.arrow-link:hover::after {
		color: #555555;
	}

	.link-btn:hover::after {
		transform: translateY(-50%) scale(2);
	}

	.folder-list li a:hover {
		background: rgba(254, 239, 192, 1);
	}

	.folder-list li a:hover .img .img-in,
	.folder-list.col-4 li a:hover .img .img-in {
		background: #f5f5f5;
	}

	.folder-list.green-list li a:hover {
		background: rgba(207, 220, 40, 0.5);
	}

	.contact-area-box a:hover {
		background: #e8e8e8;
	}

	.swiper-out .swiper-button-prev:hover,
	.swiper-out .swiper-button-next:hover {
		background: var(--orange-color);
		border-color: var(--orange-color);
		color: #ffffff;
	}

	.folder-list li a:hover h4 {
		color: var(--orange-color);
	}

	.folder-list.col-4 li a:hover h4 {
		color: #74a802;
	}
}
/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px) {
	.top-mv {
		padding: 40px 0 0;
	}

	.wide-inner {
		width: 90%;
	}

	/* 2025.10.14 追記・修正 */
	.mv-txt-box > div:not([class]) {
		margin-bottom: 20px;
	}

	/* 2025.10.14 追記・修正 */
	.mv-txt-box div img {
		width: 100%;
		max-width: 350px;
		height: auto;
		vertical-align: sub;
	}

	/* .mv-txt-box h1 span {
		font-size: 36px;
	} */

	/* 2025.10.14 追記・修正 */
	.mv-img-box .e-txt {
		right: 0;
		bottom: calc(100% - 30px);
		left: auto;
		width: 120px;
	}

	.mv-img-box {
		margin-top: 70px;
	}

	main section {
		padding: 35px 0;
	}

	main section.inheritance-sec {
		padding: 25px 0;
	}

	main section.reason-sec {
		padding: 25px 0;
	}

	.tx-img-flex .txt {
		max-width: 100%;
	}

	/* 2025.10.14 追記・修正 */
	.sec-title {
		margin-bottom: 30px;
		padding-left: 20px;
		font-size: 28px;
	}

	.sec-title::before {
		height: 10px;
		width: 10px;
		top: 15px;
	}

	.sec-title .lato {
		margin-top: 4px;
	}

	.sec-title .lato,
	.tx-img-flex .txt p {
		font-size: 15px;
	}

	.tx-img-flex {
		gap: 25px;
		justify-content: center;
	}

	/* 2025.10.14 追記・修正 */
	.in-img-tl {
		margin-bottom: 30px;
		font-size: 26px;
	}

	.in-img-tl img {
		width: 90px;
	}

	.link-btn {
		margin-top: 30px;
	}

	.card-list {
		gap: 25px;
	}

	/* 2025.10.14 追記・修正 */
	.card-list li {
		gap: 16px;
		width: 100%;
		padding: 45px 35px;
	}

	.card-list li .tl .num {
		gap: 2px;
		font-size: 24px;
	}

	.card-list li .tl .num::after {
		width: 24px;
	}

	.card-list li .tl .en {
		font-size: 22px;
	}

	.card-list li h4 {
		font-size: 26px;
	}

	.grad-btm::after {
		bottom: -64px;
		height: 270px;
		border-radius: 0;
	}

	.sec-title.center-tl {
		text-align: left;
		display: block;
	}

	.tx-img-flex .img img {
		margin: 0 auto;
		display: table;
	}

	/* 2025.10.14 追記・修正 */
	.border-tl {
		margin-bottom: 24px;
		padding-bottom: 26px;
		font-size: 26px;
	}

	.border-tl.f-32-tl {
		margin-bottom: 24px;
		padding-bottom: 24px;
	}

	.border-tl::after {
		height: 2px;
		width: 48px;
	}

	.folder-list {
		gap: 24px;
	}

	.folder-list li,
	.folder-list.col-4 li {
		margin-top: 83px;
		max-width: 100%;
		width: 100%;
	}

	.folder-list li a {
		padding: 100px 0 40px;
	}

	.folder-list li .img,
	.folder-list.col-4 li .img {
		height: 166px;
		width: 166px;
		top: -83px;
	}

	.folder-list li .img .img-in {
		height: 160px;
		width: 160px;
	}

	.folder-list li h4 {
		font-size: 22px;
	}

	.folder-list li p {
		font-size: 16px;
	}

	.sec-block + .sec-block {
		margin-top: 30px;
	}

	.first-time-sec .sec-block + .sec-block {
		margin-top: 50px;
	}

	.first-time-sec .tx-img-flex .txt {
		max-width: 100%;
		width: 100%;
	}

	.contact-area-box {
		gap: 40px;
		padding: 0;
	}

	.contact-area-box a {
		outline-offset: 10px;
		height: auto;
		width: calc(100% - 20px);
		gap: 20px;
		margin: 0 auto;
		padding: 35px 40px;
		flex-direction: column;
	}

	.contact-area-box a.tel,
	.contact-area-box a.mail {
		width: calc(100% - 20px);
		max-width: 100%;
	}

	.contact-area-box .phone-num p {
		text-align: left;
	}

	.contact-area-box .phone-num .s1 {
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 5px;
		display: block;
	}

	.contact-area-box .phone-num .s2 {
		font-size: 18px;
	}

	.contact-area-box .phone-num .s3 {
		font-size: 16px;
	}

	.contact-area-box .phone-num .phone {
		font-size: 32px;
		margin-top: 10px;
	}

	.first-time-sec .tx-img-flex .img::after {
		height: 106px;
		width: 106px;
		right: -53px;
		bottom: 150px;
	}

	.news-list li time {
		margin-right: 0;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		font-size: 12px;
	}

	.news-list li h5 {
		width: calc(100% - 20px);
		font-size: 14px;
	}

	.office-box .bg-img-box {
		margin-bottom: 80px;
		padding: 40px 20px 165px;
	}

	/* 2025.10.14 追記・修正 */
	.office-box .bg-img-box p {
		position: relative;
		width: 100%;
		max-width: 589px;
		font-size: 15px;
	}

	/* 2025.10.14 追記・修正 */
	.office-box .txt-box {
		padding: 40px;
		top: unset;
		right: unset;
		bottom: -110px;
		transform: translateY(0);
		width: calc(100% - 40px);
		margin-inline: 20px;
	}

	.office-box .txt-box a {
		width: 100%;
		min-width: 0;
		font-size: 16px;
	}

	.office-box .txt-box .arrow-link:not(:last-child) {
		margin-bottom: 20px;
	}

	.lower-mv {
		padding: 20px 24px 0;
	}

	.pankuzu span {
		font-size: 12px;
	}

	.lower-mv-title {
		padding: 10px 0 15px;
		position: relative;
	}

	.lower-mv-title .img {
		position: absolute;
		right: 0;
		bottom: 12px;
		width: 80px;
	}

	.page-links {
		margin: 0 auto;
		gap: 16px 32px;
		display: grid;
		grid-template-columns: repeat(2, auto);
		width: fit-content;
	}

	.page-links.flex.jc-center {
		justify-content: flex-start;
	}

	.page-links li a {
		font-size: 15px;
	}

	.thoughts-sp-sec {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 50px 0;
	}

	.lower-contents section.thoughts-sec.smart-sec {
		max-width: 528px;
		padding: 30px 24px;
	}

	.smart-txt-box {
		max-width: 100%;
	}

	.thoughts-sec .img {
		position: relative;
	}

	.thoughts-sec .img1 {
		left: 0;
		top: 0;
		width: 120px;
	}

	.thoughts-sec .img1::before {
		height: 80px;
		width: 80px;
		left: -40px;
		bottom: unset;
		top: -40px;
	}

	.thoughts-sec .img2 {
		right: 0;
		top: 0;
		margin-top: 30px;
		width: 200px;
	}

	.thoughts-sec .img2::before {
		display: none;
	}

	.thoughts-sec .img2::after {
		left: unset;
		right: -50px;
		bottom: -50px;
	}

	.thoughts-sec .img3 {
		left: 0;
		bottom: 0;
		width: 188px;
	}

	.thoughts-sec .img3::before {
		content: "";
		background: rgba(246, 171, 30, 0.2);
		border-radius: 40px;
		height: 118px;
		width: 118px;
		position: absolute;
		left: -58px;
		bottom: -58px;
		z-index: -1;
		filter: blur(20px);
	}

	.thoughts-sec .img3::after {
		height: 65px;
		width: 65px;
		right: unset;
		bottom: -80px;
		left: 40px;
	}

	.thoughts-sec .img4 {
		right: 0;
		bottom: 0;
		width: 132px;
		margin-top: 90px;
	}

	.thoughts-sec .img4::after {
		height: 90px;
		width: 90px;
		right: -45px;
		bottom: -45px;
	}

	.border-tl.f-40-tl {
		font-size: 28px;
	}

	.border-tl.f-32-tl {
		font-size: 22px;
	}

	.border-tl.f-32-tl span {
		font-size: 20px;
	}

	.reason-box-list .blo .txt {
		max-width: 1000%;
		width: 100%;
	}

	.reason-box-list .blo .en {
		font-size: 20px;
	}

	.reason-box-list .blo h3 {
		font-size: 24px;
	}

	.reason-box-list .blo h4 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.reason-box-list .blo {
		gap: 20px;
		justify-content: center;
	}

	.reason-box-list .blo:not(:last-child) {
		margin-bottom: 30px;
	}

	.f-18 {
		font-size: 15px;
	}

	* + .dott-title {
		margin-top: 40px;
	}

	.dott-title {
		font-size: 18px;
	}

	.step-list > .row {
		gap: 0;
	}

	.step-list > .row:not(:last-child) {
		margin-bottom: 24px;
	}

	.step-list .td {
		padding: 32px 24px 23px;
		width: 100%;
	}

	.step-list .th {
		border-radius: 30px;
		height: 44px;
		margin-bottom: -22px;
		position: relative;
		width: 100px;
	}

	.step-list .th .th-in {
		border-radius: 30px;
		height: auto;
		width: 94px;
		flex-direction: row;
		padding: 7px 15px;
		align-items: baseline;
		gap: 4px;
	}

	.step-list .th .en,
	.step-txt-list > .row .num {
		font-size: 18px;
	}

	.step-list > .row .num::before,
	.step-txt-list > .row .num::after {
		font-size: 24px;
	}

	.faq-list .q {
		font-size: 16px;
		padding: 0 25px;
	}

	.faq-list .q::before {
		font-size: 26px;
		top: 1px;
	}

	.lower-contents .tx-img-flex .txt {
		max-width: 100%;
		width: 100%;
	}

	.step-txt-list > .row {
		padding: 20px 0;
		gap: 5px;
	}

	.step-txt-list .td {
		width: 100%;
	}

	.bg-gray-box {
		padding: 25px 20px;
	}

	.circle-num-list li::before {
		height: 20px;
		width: 20px;
		font-size: 13px;
		top: 4px;
	}

	.circle-num-list li {
		padding-left: 30px;
	}

	.dott-list-ul.f-18-list li p {
		font-size: 15px;
	}

	.dott-list-ul.f-18-list li::before {
		top: 12px;
	}

	.notice-list li {
		font-size: 15px;
	}

	.yellow-bg-sec {
		margin: -50px -50%;
		padding: 50px 50%;
	}

	.faq-list.no-tl .q {
		gap: 0;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}

	.faq-list .row {
		padding: 20px 0;
	}

	.price-tl {
		gap: 0;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		font-size: 16px;
	}

	.price-tl .price {
		font-size: 26px;
		font-weight: 700;
		line-height: normal;
	}

	.price-tl.border-tl {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.gray-box {
		padding: 30px 20px;
	}

	.greeting-main {
		gap: 20px;
	}

	.greeting-main .txt {
		max-width: 100%;
		width: 100%;
	}

	.greeting-main .img .name-box .name {
		font-size: 18px;
	}

	.greeting-main .img .name-box .name span {
		font-size: 12px;
	}

	.history-table .row > div.th {
		width: 70px;
	}

	.orange-tl {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.pager .pager-flex a {
		font-size: 15px;
		height: 35px;
		width: 35px;
	}

	.pager .pager-flex {
		gap: 10px;
	}

	.pager .pager-flex a.prev {
		margin-right: 10px;
	}

	.pager .pager-flex a.next {
		margin-left: 10px;
	}

	.swiper-out .swiper-button-prev,
	.swiper-out .swiper-button-next {
		height: 40px;
		width: 40px;
		font-size: 16px;
	}

	.swiper-out .swiper-button-prev {
		left: -20px;
	}

	.swiper-out .swiper-button-next {
		right: -20px;
	}

	.swiper-out .swiper-pagination {
		top: calc(100% + 15px);
	}

	.swiper-out .swiper-pagination span {
		height: 12px;
		width: 12px;
	}

	.mv-txt-box {
		max-width: 100%;
	}

	.mv-txt-box::before {
		height: 75px;
		width: 75px;
		right: 70px;
		top: -50px;
	}

	.swiper-out::before {
		height: 95px;
		width: 95px;
		left: -47px;
		bottom: 0;
	}

	.swiper-out::after {
		height: 108px;
		width: 108px;
		right: -50px;
		top: -80px;
	}

	.txt-link-right {
		margin-top: 24px;
		font-size: 15px;
	}

	main.individuals-page.lower-contents section.pd-t50-b100 {
		padding: 30px 0 50px;
	}

	main.individuals-page.lower-contents section.price-sec {
		padding: 50px 0;
	}

	.editor h2,
	.editor h3 {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	.editor h2,
	.page-temp-sec h2 {
		margin-bottom: 30px;
		padding-bottom: 24px;
		font-size: 24px;
	}

	.editor h2::after,
	.editor h3::after,
	.page-temp-sec h2::after {
		height: 2px;
		width: 48px;
	}

	.editor h3,
	.page-temp-sec h3 {
		font-size: 22px;
	}

	.editor h4,
	.page-temp-sec h4 {
		font-size: 20px;
		/* margin-bottom: 20px; */
	}

	.page-temp-sec h5 {
		font-size: 18px;
	}

	.page-temp-sec h6 {
		font-size: 16px;
	}

	.editor p + h2,
	.editor p + h3,
	.editor p + h4,
	.page-temp-sec p + h2,
	.page-temp-sec p + h3,
	.page-temp-sec p + h4 {
		margin-top: 25px;
	}

	.contact-table .row,
	.contact-table .row > div {
		display: block;
		padding: 0;
	}

	.contact-table .row .th {
		margin-bottom: 10px;
		width: 100%;
	}

	.contact-table .row:not(:first-child) {
		margin-top: 25px;
	}

	.page-temp-sec .wp-block-list li {
		font-size: 14px;
		line-height: 1.8;
	}

	.page-temp-sec .wp-block-columns .wp-block-column-is-layout-flow {
		max-width: 100%;
	}

	.page-temp-sec .wp-block-columns.is-layout-flex {
		row-gap: 16px;
	}

	.page-temp-sec .wp-block-columns + .wp-block-columns {
		margin-top: 40px;
	}

	.page-temp-sec .wp-block-image figcaption {
		font-size: 13px;
	}

	.page-temp-sec .wp-block-table {
		font-size: 13px;
	}

	.page-temp-sec .wp-block-table .has-fixed-layout tbody th {
		width: 25%;
	}

	.greetings-box {
		border-radius: 16px;
		padding: 36px 28px 28px;
	}

	.greetings-box h3 {
		font-size: 20px;
	}

	.page-temp-sec .greetings-box .wp-block-table tr td:first-child {
		width: 25%;
	}

	.sp-none {
		display: none;
	}

	.width-fit {
		width: 51px;
	}

	.submit-btn {
		max-width: 280px;
	}

	.submit-btn .wpcf7-spinner {
		margin: 0 8px;
	}
}
