@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
section {
	margin-block-end: 0 !important;
	margin-bottom: 0;
}
section:nth-child(odd) {
	background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.entry-header .page-title {
	font-size: 30px;
	font-weight: bold;
}

.nayami-child-hero .content,
.content.basic {
	max-width: var(--theme-normal-container-max-width);
	margin: 0 auto !important;
}
.contents, section.basic .content {
	padding: 4em 0 !important;
}

.content {
	margin: auto;
}
.ct-container-full > .content {
	padding: 0 !important;
}

.nayami-hero .contents {
	padding-top: 0 !important;
}


.nayami-child-hero .content {
	padding: 4em 15px !important;
	background: url(https://sokochi.estate-service.jp/wp-content/uploads/images/nayami_neage_main.jpg) no-repeat;
	background-position: right center;
	background-size: cover;
}

.nayami-child-hero .content strong {
	display: inline-block;
}

.h2_title {
	text-align: center;
}
.h2_title h2 {
	display: inline-block;
	background: linear-gradient(to right, #ffeb3b 0%, #ffeb3b 100%);
	background-size: 100% 0.4em;
	background-repeat: no-repeat;
	background-position: 0 80%;
	line-height: 2;
	margin-bottom: 1em;
}

dd ol {
	list-style-type: auto;
}

.example_sect {
	padding-top: 4em;
}

a.move-btn {
	display: inline-block;
	color: #fff;
	padding: 0.5em 1em;
	background: #1e3a8a;
	border-radius: 6px;
	margin-top: 1.5em;
}

a.move-btn:hover {
	color: #fff;
	opacity: 0.8;
}


/*
.category-group {
	display: flex;
	gap: 2em;
}

.category-group .h3_title {
	width: 50%;
}

.category-group .h3_title h3 {
	margin-bottom: 2em;
}


.category-group .h3_title img {
	width: 100%;
	border-radius: 50%;
}

.category-group ul {
	flex: 2;
}

*/




.faq-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out, padding 0.3s ease;
}
.faq-item.active .faq-content {
	max-height: 1000px;
	padding-bottom: 1rem;
}
.faq-item.active .faq-icon {
	transform: rotate(180deg);
}

.summary {
	margin: 1.5em 0 2em;
}


footer {
	margin-bottom: 0;
}