@charset "utf-8";

/* core override */
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none !important;
}
/* wppost */
.wppost {
	margin-top: 15px;
	font-size: 15rem;
}
.wppost h2 {
	position: relative;
	margin: 40px 0 16px;
	padding: 20px 16px 20px 32px;
	line-height: 1.4;
	background-color: var(--theme-light-color);
	font-weight: bold;
	font-size: 24rem;
	border: none;
}
.wppost h2::before {
		content: "";
		position: absolute;
		top: 24rem;
		left: 14px;
		width: 3px;
		height: 28px;
		background-color: var(--theme-color);
	}
/* .wppost h2 span {
	padding-left: 0.7em;
	display: inline-block;
} */
.wppost h3 {
	margin: 36px 0 16px;
	padding-bottom: 16px;
	line-height: 1.4;
	font-size: 22rem;
}
.wppost h4 {
	position: relative;
	margin: 36px 0 16px;
	border-left: 4px solid #1da644;
	padding-left: 0.7em;
	font-size: 22rem;
	font-weight: bold;
	line-height: 1.4;
}
.wppost h5 {
	margin: 36px 0 16px;
	line-height: 1.3;
	color: #1da644;
	font-weight: bold;
	font-size: 20rem;
}
.wppost h6 {
	margin: 36px 0 16px;
	line-height: 1.3;
	font-weight: bold;
	font-size: 18rem;
}
.content .wppost h6 {
	color: #0d0d0d !important;
}
.wppost > h2:first-child,
.wppost > h3:first-child,
.wppost > h4:first-child,
.wppost > h5:first-child,
.wppost > h6:first-child,
.wppost-content > h2:first-child,
.wppost-content > h3:first-child,
.wppost-content > h4:first-child,
.wppost-content > h5:first-child,
.wppost-content > h6:first-child {
	margin-top: 30px;
}
.wppost p {
	line-height: 1.75;
	color: #0d0d0d;
	font-size: 16rem;
}
.wppost img {
	display: block;
	max-width: 100%;
	height: auto;
}
.wppost a img {
	transition: .3s;
}
.wppost a img:hover {
	opacity: .7;
}
.wppost .eyecatch__img {
	display: block;
}

.page-eyecatch {
	margin-top: 40px;
	width: 100%;
	height: auto;
}
.wppost ol {
	counter-reset: i;
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 26rem;
	font-size: 16rem;
}
.wppost ol > li {
	margin-top: 8px;
	position: relative;
	line-height: 1.7;
}
.wppost ol > li::before {
	counter-increment: i;
	content: counter(i);
	font-family: Helvetica;
	position: absolute;
	top: 7px;
	left: -24px;
	box-sizing: border-box;
	margin: 0 8px 0 0;
	display: inline-block;
	width: 16rem;
	height: 16rem;
	border-radius: 50%;
	border: 1px solid #0d0d0d;
	text-align: center;
	line-height: 1;
	color: #0d0d0d;
	font-size: 0.9em;
	font-weight: bold;
}
.wppost ol.parentheses {
	padding-left: 34rem;
}
.wppost ol.parentheses > li::before {
    left: -34rem;
    content: "(" counter(i) ")";
    border: none;
    border-radius: 0;
    width: 26rem;
    height: 18rem;
    text-align: right;
}
.wppost ol.kome > li::before {
	margin-top: 0.25em;
}
.wppost ol > li.before-theme-background-color::before {
	background-color: unset !important;
}
.wppost ul {
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 26px;
	font-size: 16rem;
}
.wppost ul > li {
	position: relative;
	line-height: 1.7;
	font-size: 16rem;
}
.wppost ul > li:nth-child(n+2),
.wppost ul > li:nth-child(n+2)::before {
	/* padding-top: 0.5em; */
}
/* .wppost ul > li::before {
	content: '▪';
	position: absolute;
	top: 0;
	left: -1.5em;
	color: #555;
} */
.wppost .check::before {
	background-image: url(../../LEAGO_V2/img/check.png);
}
.wppost dl {
	margin-bottom: 20px;
	display: flex;
	flex-flow: column;
	width: 100%;
	border-bottom: 1px solid #ddd;
	color: #111;
}
.wppost dl > dt {
	padding: 16px 22px 12px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	font-weight: bold;
}
.wppost dl > dd {
	padding: 12px 22px 16px;
	box-sizing: border-box;
}
.wppost dl.padding-less > dt,
.wppost dl.padding-less > dd {
	padding: 10px 14px;
}
.wppost dl.no-border,
.wppost dl.no-border > dt,
.wppost dl.no-border > dd {
	border: none;
}
.wppost .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wppost .border {
	margin-bottom: 20px;
	padding: 20px;
	border: 2px solid #ddd;
	border-radius: 4px;
}
.wppost ul.border {
	padding-left: 44px;
}
.wppost ul.kome > li::before {
	content: '※';
	width: auto;
	height: auto;
	background-color: transparent;
	border-radius: 0;
	top: 0;
	left: -23px;
}
.wppost ol.border {
	padding-left: 46px;
}
.wppost ol.kome,
.wppost ol.is-style-kome {
	padding-left: 40px;
}
.wppost ol.kome > li::before,
.wppost ol.is-style-kome > li::before {
	content: '※' counter(i);
	top: 4px;
	left: -40px;
	width: auto;
	height: auto;
	border: none;
	background-color: transparent;
	border-radius: 0;
	color: #0d0d0d;
}
.wppost .kome:not(ul):not(ol),
.wp-block-leago-kome {
	font-size: 12rem;
	line-height: 1.65;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 12px 0;
}
.wppost .kome:not(ul):not(ol) {
	margin-bottom: 20px;
}
.wppost .inyou ol,
.wppost .inyou ul,
.wppost blockquote ol,
.wppost blockquote ul {
	background-color: transparent;
	border: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
}
.wppost blockquote ol.border,
.wppost blockquote ul.border {
	padding: 0 0 0 20px;
	border: none;
}
.wppost blockquote :last-child {
	margin-bottom: 0px;
}
.wppost .inyou,
.wppost blockquote {
	position: relative;
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 16rem;
	padding: 40px 2.5vw 30px;
	margin-bottom: 32px;
}
.wppost .inyou--double-quotation {
	padding-top: 44px;
	padding-bottom: 38px;
}
.wppost .inyou--double-quotation::before,
.wppost .inyou--double-quotation::after {
	font-size: 40px;
	color: #b7b7b7;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	position: absolute;
}
.wppost .inyou--double-quotation::before,
.wppost .is-style-double-quotation::before {
	content: '"';
	left: 20px;
	top: 10px;
}
.wppost .inyou--double-quotation::after,
.wppost .is-style-double-quotation::after {
	content: '"';
	bottom: 0;
	right: 0;
}
.wppost .case-law,
.wppost .inyou--text-of-the-law,
.wppost .is-style-case-law,
.wppost .is-style-text-of-the-law {
	position: relative;
	padding-top: 24px;
	padding-left: 68px;
}
.wppost .case-law::before,
.wppost .inyou--text-of-the-law::before,
.wppost .is-style-case-law::before,
.wppost .is-style-text-of-the-law::before {
	font-family: 'icomoon';
	position: absolute;
	line-height: 1;
	font-size: 40px;
	vertical-align: middle;
	top: 0.3em;
	left: 16px;
	color: #b7b7b7;
}
.wppost .case-law::before,
.wppost .is-style-case-law::before {
	content: "\e933";
}
.wppost .inyou--text-of-the-law::before,
.wppost .is-style-text-of-the-law::before {
	content: '\e932';
}
.indent,
.indent1,
.wppost .indent,
.wppost .indent1 {
	padding-left: 1em;
}
.indent2,
.wppost .indent2 {
	padding-left: 2em;
}
.marker,
.wppost .marker {
	font-weight: bold;
	color: #be2121;
}
.yellow_border,
.wppost .yellow_border {
	background: linear-gradient(rgba(255, 255, 255, 0) 40%, #fff792 60%);
}
.is-style-margin-bottom-16 {
	margin-bottom: 16px;
}
.is-style-margin-bottom-24 {
	margin-bottom: 24px;
}
.is-style-margin-bottom-32 {
	margin-bottom: 32px;
}
.wp-block-leago-point,
.wp-block-leago-formula,
.wp-block-leago-caution,
.wppost .point,
.wppost .formula,
.wppost .caution,
.wppost .case-law {
	position: relative;
	padding: 18px 14px 18px 68px;
	display: block;
	align-items: center;
	border: solid 2px #000;
	border-radius: 8px;
	font-size: 16rem;
}
.wppost .point,
.wppost .formula,
.wppost .caution {
	margin-bottom: 40px;
}
.wp-block-leago-point,
.wp-block-leago-caution,
.wppost .point,
.wppost .caution {
	min-height: 38px;
}
.wp-block-leago-point::before,
.wp-block-leago-caution::before,
.wppost .point::before,
.wppost .caution::before {
	font-family: 'icomoon';
	position: absolute;
	top: 22px;
	left: 16px;
	line-height: 1;
	color: #b7b7b7;
	font-size: 40rem;
}
.wp-block-leago-formula,
.wppost .formula {
	padding: 20px 16px;
}
.wp-block-leago-caution,
.wppost .caution {
	padding-top: 28px;
	border-color: #e60f44;
}
.wp-block-leago-caution::before,
.wppost .caution::before {
	content: "\e94b";
}
.wp-block-leago-point,
.wppost .point {
	padding-top: 30px;
}
.wp-block-leago-point::before,
.wppost .point::before {
	content: "\e94c";
}
.wppost .case-law::before,
.wppost .is-style-case-law::before {
	content: "\e933";
}
.wppost .formula p:last-child,
.wppost .caution p:last-child,
.wppost .point p:last-child,
.wppost .case-law p:last-child {
	margin-top: 0;
	margin-bottom: 0;
}
.wppost .check {
	position: relative;
	font-weight: bold;
	padding-left: 26px;
	margin-bottom: 4px;
	font-size: 16rem;
}
.wppost .accordion-div {
	margin-bottom: 20px;
}
.wppost .accordion-button {
	position: relative;
	padding: 12px 8px;
	width: 100%;
	border-radius: 8px;
	border: solid 1px #ddd;
	background-color: #f1f1f1;
	text-align: center;
	letter-spacing: 2rem;
	font-size: 16rem;
}
.wppost .accordion-button:hover {
	cursor: pointer;
}
.wppost .accordion-button::after {
	position: absolute;
	right: 8px;
	width: 24px;
	height: 24px;
	padding: 5px 0 0 3px;
	box-sizing: border-box;
	text-align: center;
	transform: rotate(90deg);
	border: 1px solid #000;
	border-radius: 4px;
	background-color: #fff;
	font-size: 12rem;
}
.wppost .accordion-button + * {
	display: none;
}
.wppost .accordion-button__open {
	border-radius: 8px 8px 0 0;
}
.wppost .accordion-button__open::after {
	transform: rotate(-90deg);
}
.wppost .accordion-button + .accordion {
	padding: 16px 12px 16px 16px;
	border: solid 1px #ddd;
	border-top: none;
	border-radius: 0 0 8px 8px;
	background-color: #f9f9f9;
}
.wppost .accordion *:last-child {
	margin-bottom: 0;
}
.wppost .post-hukidashi {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 4vw 16px;
	border: solid 1px #000;
	border-radius: 10px;
	text-align: center;
	line-height: 1.5;
}
.wppost .post-hukidashi p {
	margin: 0;
}
.wppost .post-hukidashi-top {
}
.wppost .post-hukidashi__image {
	margin: 0 auto;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: none;
}
.wppost .post-hukidashi__image-bottom {
	margin-top: 8px;
	text-align: center;
}
.wppost .post-hukidashi-bottom {

}
.wppost .post-hukidashi__title {
	margin-top: 8px;
	padding-bottom: 4px;
	border-bottom: 2px solid #000;
	font-size: 18px;
	font-weight: bold;
}
.wppost .post-hukidashi__text {
	margin-top: 12px;
	text-align: left;
	line-height: 1.7;
}
.wppost .wppost-image .eyecatch__img,
.wppost .wppost-content > figure:first-child {
	width: 100%;
	max-width: 100%;
}
.wppost table {
	margin: 16px 0;
	width: 100%;
	background-color: #ffffff;
	/* max-width: 796px; */
}
.main_full .wppost table {
	max-width: 100%;
}
.wppost table th,
.wppost table td {
	padding: 16px;
	border: 1px solid #dfdfdf;
	border-right: none;
	border-left: none;
	color: #0d0d0d;
	text-align: left;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 15rem;
}
.wppost table th {
	background-color: #f5f5f5;
	font-weight: normal;
	font-size: 14rem;
	font-weight: 500;
}
.wppost table thead th {
	text-align: center;
}
.wppost table.gray th,
.wppost figure.gray table th {
	background-color: #f5f5f5;
}
.wppost table.break {
	width: 100%;
}
.wppost table.break thead {
	display: none;
}
.wppost table.break th,
.wppost table.break td {
	padding: 12px 0 8px;
	display: block;
	background-color: transparent;
	color: #111;
	border: none;
	text-align: left;
}
.wppost table.break td {
	padding: 8px;
}
.wppost table.break th:last-child,
.wppost table.break td:last-child {
	border-bottom: 1px solid #dfdfdf;
}
.wppost table.break th:first-child,
.wppost table.break td:first-child {
	padding-top: 20px;
}
.wppost table.break th:last-child,
.wppost table.break td:last-child {
	padding-bottom: 20px;
}
.wppost table.padding-less,
.wppost table.padding-less,
.wppost .padding-less > table,
.wppost .padding-less > table {
	width: auto;
}
.wppost table.padding-less th,
.wppost table.padding-less td,
.wppost .padding-less > table th,
.wppost .padding-less > table td {
	padding: 3px 4px;
	font-size: 16rem;
}
.wppost table.padding-less td:first-child,
.wppost .padding-less > table td:first-child {
	min-width: 4em;
}
.wppost table.padding-less td:nth-child(n+2),
.wppost .padding-less > table td:nth-child(n+2) {
	padding-left: 0.5em !important;
}
.wppost table.no-border th,
.wppost table.no-border td,
.wppost .no-border > table th,
.wppost .no-border > table td {
	border: none !important;
}
.wppost table.scroll-x--active {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
}
.wppost table.scroll-x--active tbody {
	display: table-row-group;
}
.wppost table.scroll-x--fixed-active th:first-child {
	position: sticky;
	/* borderの分 */
	left: 1px;
	z-index: 1;
}
.wppost table.scroll-x--fixed-active tr:first-child th:first-child {
	z-index: 2;
}
.wppost table.scroll-x--fixed-active th:first-child::before {
	content: "";
	position: absolute;
	/* border の分 */
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #dfdfdf;
}
.wppost figure.border-table table th,
.wppost figure.border-table table td {
	border-top: none;
	padding: 16px;
}
.wppost figure.border-table table th:first-child,
.wppost figure.border-table table td:first-child {
	padding: 16px 8px 16px 4px;
	min-width: 4em;
	border-bottom: 2px solid #1da666;
}

table.kusunoki th {
		padding: 36px 10px 36px 10px;
		background-color: transparent;
		color: var(--theme-color);
		font-size: 16rem;
		font-weight: bold;
	}

table.kusunoki td {
		padding: 36px 10px 36px 10px;}

.wp-block-leago-arrow {
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #000;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}
.is-style-margin-bottom-16 {
	margin-bottom: 16px;
}
.is-style-margin-bottom-24 {
	margin-bottom: 24px;
}
.is-style-margin-bottom-32 {
	margin-bottom: 32px;
}
.wp-block-leago-arrow.is-style-bold {
	border-width: 0.3em;
}
/* thumbnail */
.wppost-image {
	margin-top: 16px;
}
/* page */
.page .wppost-image__image {
	width: 100%;
	height: auto;
}
.page .wppost-content {
	margin-top: 30px;
	font-size: 16rem;
}
.page iframe {
	width: 100%;
}

/* page-office */
.page-office-align {
	flex-direction: column-reverse;
}

/* page-lawyer */
.page__lawyer .profile-item {
		margin-bottom: 20px;
		padding: 22px 16px;
		background-color: var(--theme-light-color);
	}
.page__lawyer .profile-item >.wp-block-group {
			margin-left: 0 !important;
		}
.page__lawyer .profile-item source,
		.page__lawyer .profile-item figure.wp-block-image,
		.page__lawyer .profile-item img {
			margin: 0 auto;
			max-width: 300px;
			width: 300px;
		}
.page__lawyer .profile-item .profile-pc-right {
			margin-top: 8px;
		}
.page__lawyer .profile-item .profile-pc-right .profile-pc-right__sub-title,
			.page__lawyer .profile-item .profile-pc-right .profile-pc-right__title,
			.page__lawyer .profile-item .profile-pc-right .profile-pc-right__text {
				font-family: "Noto Serif JP", serif;
				font-weight: 500;
			}
.page__lawyer .profile-item .profile-pc-right .profile-pc-right__sub-title,
			.page__lawyer .profile-item .profile-pc-right .profile-pc-right__text {
				margin-bottom: 0;
			}
.page__lawyer .profile-item .profile-pc-right .profile-pc-right__title {
				margin-bottom: 2px;
			}
.page__lawyer .profile-item .profile-button {
			display: block;
			width: 310px;
			padding: 12px 0;
			margin-top: 26px;
			color: #fff;
			font-size: 16rem;
			font-weight: bold;
			box-sizing: border-box;
		}
.page__lawyer .profile-item .profile-button::after {
			margin-left: 1.5em;
			transform: rotate(90deg);
			font-size: 1em;
			font-weight: bold;
			transition: .5s;
		}
.page__lawyer .profile-item .profile-button:hover {
			cursor: pointer;
		}
.page__lawyer .profile-item .profile-button.active::after {
			transform: rotate(-90deg);
		}
.page__lawyer .profile-item .profile-accordion-div {
			display: none;
			padding-top: 30px;
		}
.page__lawyer .profile-item .profile-accordion-content {
			background-color: #fff;
		}
.page__lawyer .profile-item .profile-accordion-content {
			padding: 24px 14px;
		}
.page__lawyer .profile-item .profile-accordion-content>.h3-style {
			padding-bottom: 12px;
			line-height: 1;
			border-color: #95989a;
		}
.page__lawyer .profile-item .profile-accordion-content>.h3-style:first-child {
			margin-top: 0;
		}
/* .profile-accordion-content>ul>li:nth-child(n+2),
		.profile-accordion-content>ul>li:nth-child(n+2)::before {
			padding-top: 0.2em;
		} */
.page__lawyer .profile-item .profile-accordion-content>*:last-child {
			margin-bottom: 0;
		}

/* 404 page */
.content--404 p {
		margin-bottom: 0;
	}
.content--404 .search-404 {
		width: 100%;
		margin-top: 40px;
		padding: 40px 6vw;
		box-sizing: border-box;
	}
.content--404 .search-404 .searchform {
			margin-top: 24px;
			border: 1px solid #d0d0d0;
		}

/* search */
.content.search .searchform {
		max-width: 440px;
		border: 1px solid #d0d0d0;
		padding-left: 12px;
	}

/* related-post */
.relatedpost {
	margin-bottom: 24px;
	padding: 12px 16px 16px;
	width: 100%;
	border: solid 1px #dfdfdf;
	background-color: #fbfaf8;
	box-sizing: border-box;
}
.relatedpost-title {
	border-bottom: solid 1px #dfdfdf;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 12px;
	font-size: 18px;
}
.relatedpost-content {
	display: flex;
}
.relatedpost-content-img {
	padding-right: 15px;
	display: inline-block;
}
.relatedpost-content-right__title {
	font-weight: bold;
	display: inline-block;
}
.relatedpost-titlemini{
	margin-right: 10px;
}
.relatedpost-content-right__titlemini {
	font-weight: bold;
	margin: 4px 0;
	padding-bottom: 8px;
	display: block;
	font-size: 17px;
}
.relatedpost-content-right__title--ex::after {
	font-family: 'icomoon' !important;
	content: "\e948";
	display: inline-block;
	position: relative;
	left: 5px;
	font-size: 14px;
	font-weight: normal;
}
.relatedpost-content-right__text {
	font-size: 14px;
}
/*関連記事の複数を一枠で表示する*/
.multi-rel-post{
	border: solid 1px #dfdfdf;
	padding: 5px;
	margin: 12px 0;
	background-color: #fbfaf8;
}
.multi-rel-post .relatedpost {
	width: 90%;
	border: none;
	padding: 0 16px 16px 16px;
	box-sizing: border-box;
	margin-bottom: 0;
}
.multi-rel-post .relatedpost:first-child .relatedpost-title {
	 font-weight: bold;
	 margin-bottom: 16px;
	 padding-bottom: 12px;
	 font-size: 18px;
	 display: block;
 }
.multi-rel-post .relatedpost:first-child .relatedpost-titlemini {
	font-weight: bold;
	margin-bottom: 16px;
	padding-bottom: 12px;
	font-size: 18px;
	display: block;
}
.multi-rel-post .relatedpost-title {
	display: none;
}
.multi-rel-post .relatedpost-titlemini {
	display: none;
}
.multi-rel-post .relatedpost-title {
	border-bottom: solid 1px #dfdfdf;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 12px;
	font-size: 18px;
}
.multi-rel-post .relatedpost-content {
	display: flex;
	padding: 0 0 16px 0;
	border-bottom: solid 1px #dfdfdf;
}
.multi-rel-post .relatedpost:last-child .relatedpost-content {
	border-bottom: none;
}
.multi-rel-post .relatedpost-content-img {
	padding-right: 15px;
	display: inline-block;
}
.multi-rel-post .relatedpost-content-right__title {
	font-weight: bold;
	display: inline-block;
}
.multi-rel-post .relatedpost-content-right__titlemini {
	font-weight: bold;
	margin: 4px 0;
	padding-bottom: 8px;
	display: block;
	font-size: 17px;
}
.multi-rel-post .relatedpost-content-right__title--ex::after {
	font-family: 'icomoon' !important;
	content: "\e948";
	display: inline-block;
	position: relative;
	left: 5px;
	font-size: 14px;
	font-weight: normal;
}
.multi-rel-post .relatedpost-content-right__text {
	font-size: 14px;
}
.relatedpost-content-left-img {
	width: 70px;
	height: 50px;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.relatedpost-content-left-img__img {
	margin: 0;
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/* post-faq */
.wppost .post_faq {
	margin-bottom: 20px;
}
.post_faq-ul,
.wppost .post_faq-ul {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.post_faq-ul-li,
.wppost .post_faq-ul-li {
	margin: 0;
	padding-left: 0;
}
.post_faq-ul-li:not(:first-child) {
	margin-top: 30px;
}
.post_faq-ul-li::before,
.wppost .post_faq-ul-li::before {
	display: none;
}
.post_faq-ul-li_q,
.post_faq-ul-li_a {
	position: relative;
	box-sizing: border-box;
	padding: 24px 30px 20px 65px;
	display: flex;
	align-items: center;
	min-height: 134px;
	background-color: #f9f9f9;
	font-size: 16rem;
}
.post_faq-ul-li_a {
	margin-top: 10px;
}
.post_faq-ul-li_q::before,
.post_faq-ul-li_a::before {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-family: YuGo;
	font-size: 24px;
	font-weight: bold;
}
.post_faq-ul-li_q::before {
	content: "Q";
	color: #fd3c02;
}
.post_faq-ul-li_a::before {
	content: "A";
	color: #4ca3e6;
}
.post_faq-ul-li a {
	display: inline-block;
	color: #0044cc;
}

@supports (object-fit: cover) {
	.wppost .relatedpost-content-left-img__img {
		position: static;
		height: 100%;
		width: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}

.widget_service_list {
	display: none;
}
.widget_knowledge_list {
	display: block;
}
.widget_knowledge_list .side-service {
		display: flex;
        flex-direction: column;
		row-gap: 16px;
	}
.widget_knowledge_list .side-service .side-service-ul {
			border: none;
			background-color: initial;
			height: auto;
		}
.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li {
				height: auto;
			}
.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .side-service-ul-li__link {
					border: 1px solid var(--theme-color);
                    background-color: var(--theme-transparency-color);
					height: 52px;
					text-align: center;
				}
.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .side-service-ul-li__link:hover {
						background-color: #f2e8bc;
					}
.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .side-service-ul-li__link:has(.widget_knowledge_list-child__link:hover) {
						background-color: var(--theme-transparency-color);
						-webkit-tap-highlight-color:rgba(0,0,0,0);
					}
.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .widget_knowledge_list-child__ul {
					margin-top: 18px;
					pointer-events: none;
				}
.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .widget_knowledge_list-child__ul:has(> :nth-child(2)) .widget_knowledge_list-child__li::before {
						content: "・";
					}
.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .widget_knowledge_list-child__ul .widget_knowledge_list-child__link {
						display: block;
						width: fit-content;
						pointer-events: auto;
						font-size: 14rem;
						font-weight: normal;
						line-height: 1.86;
						text-align: left;
						color: #0d0d0d;
					}
.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .widget_knowledge_list-child__ul .widget_knowledge_list-child__link:hover {
							text-decoration: underline;
						}

.wppost a.column-archive__link {
	margin-top: 40px;
	line-height: 3;
	width: 80vw;
	max-width: 300px;
}

.wppost a.column-archive__link::after {
		position: absolute;
		top: 0.5em;
		right: 1em;
	}

/* writer */
.wppost .writer-profile {
		background-color: var(--theme-light-color);
		border-radius: 0;
	}
.wppost .writer-profile .writer-profile-top {
			width: auto;
			min-width: 120px;
		}
.wppost .writer-profile .writer-profile-top .writer-profile__image {
				width: 120px;
				height: 120px;
			}
.wppost .writer-profile .writer-profile-top p.writer-profile__image-bottom-affiliation {
				font-size: 12rem;
			}
.wppost .writer-profile .writer-profile-bottom {
			padding: 0;
			width: 100%;
		}
.wppost .writer-profile .writer-profile-bottom p.writer-profile__title {
				color: #0d0d0d !important;
			}
.wppost .writer-profile .writer-profile-bottom p.writer-profile__text {
				line-height: 1.5;
			}
.wppost .writer-profile .writer-profile-bottom .writer-profile-freelink {
				font-size: 12rem;
			}

/* service */
.page__service h2 {
		padding-left: 15vw;
	}
.page__service h2::before {
			position: absolute;
			content: "";
			display: block;
			width: 38rem;
			height: 38rem;
			background-size: cover;
			background-color: transparent;
			top: 19rem;
		}
.page__service #kouen::before {
		background-image: url(../img/icon-seminar_2x.png);
	}
.page__service #kenshuu::before {
		background-image: url(../img/icon-training_2x.png);
	}
.page__service #shuppan::before {
		background-image: url(../img/icon-publishing_2x.png);
	}
.page__service #media::before {
		background-image: url(../img/icon-media_2x.png);
	}
.page__service #jinken::before {
		background-image: url(../img/icon-DDPR_2x.png);
	}
.page__service #compliance::before {
		background-image: url(../img/icon-compliance_2x.png);
	}

@media screen and (min-width: 768px) {
	/* 404 page */
		.content--404 .search-404 {
			width: 640px;
			margin: 40px auto 0;
			padding: 40px 100px;
		}
		.widget_knowledge_list .side-service {
			flex-direction: row;
			flex-wrap: wrap;
			column-gap: 9px;
			row-gap: 8px;
		}
			.widget_knowledge_list .side-service .side-service-ul {
				border: 1px solid var(--theme-color);
				background-color: var(--theme-transparency-color);
				width: calc((100% - 24px) / 3);
			}
				.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li {
					position: relative;
				}
					.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .side-service-ul-li__link {
						height: 160px;
						padding: 24px 2px 0;
						font-size: 11rem;
						border: none;
						background-color: initial;
					}
					.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .widget_knowledge_list-child__ul {
						position: absolute;
						left: 8%;
						top: 36%;
						margin-top: 0;
					}
						.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .widget_knowledge_list-child__ul .widget_knowledge_list-child__li {
							font-size: 10rem;
						}

	/* service */
		.page__service h2 {
			padding-left: 74px;
		}
}

@media screen and (min-width: 1024px) {
	/* 404 page */
	.content.content--404 {
		width: 1024px;
		display: block;
		margin: 0 auto;
	}
					.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .side-service-ul-li__link {
						font-size: 15.4rem;
					}
						.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .widget_knowledge_list-child__ul .widget_knowledge_list-child__li {
							font-size: 14rem;
						}
	
	/* page */
	.page-eyecatch {
		margin-top: 80px;
		margin-bottom: 40px;
		/* width: 100%;
		height: auto; */
	}
	/* page-office */
	.wppost .page-office-align {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}
		.wppost .page-office-align .page-office-align__text {
			width: 588px;
		}

	.wppost a.column-archive__link {
		font-size: 24px;
		margin-top: 80px;
		width: 400px;
		max-width: 400px;
		line-height: 2.56;
	}
		.wppost a.column-archive__link::after {
			top: 0.4em;
		}

	/* writer */
		.wppost .writer-profile {
			justify-content: flex-start;
			column-gap: 40px;
			padding: 40px;
		}

	/* service */
		.page__service h2 {
			padding-left: 92px;
		}
			.page__service h2::before {
				top: 14px;
				left: 20px;
				width: 48px;
				height: 48px;
			}
}

@media screen and (min-width: 1240px) {
	.page_before,
	.wppost {
		margin: 0;
	}
	.wppost .inyou {
		padding: 24px 32px;
	}
	.wppost .inyou--text-of-the-law {
		padding-left: 70px;
	}
	.wppost .inyou--text-of-the-law::before {
		top: 15px;
	}
	.wppost .inyou--double-quotation {
		padding-top: 44px;
		padding-bottom: 40px;
	}
	.wppost h2 {
		margin-top: 80px;
		margin-bottom: 20px;
	}
	.wppost h3,
	.wppost h4,
	.wppost h5,
	.wppost h6 {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.wppost ul {
		padding-left: 24px;
	}
	.wppost .inyou,
	.wppost .inyou > p,
	.wppost blockquote,
	.wppost blockquote > p {
		font-size: 15px;
	}
	.wppost .formula,
	.wppost .caution,
	.wppost .point {
		font-size: 16px;
	}
	.wppost .accordion-button::after {
		right: 16px;
	}
	.wppost .post-hukidashi {
		margin-bottom: 77px;
		padding: 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		border: none;
		text-align: left;
	}
	.wppost .post-hukidashi--top {
		margin-bottom: 20px;
	}
	.wppost .post-hukidashi-top {
		width: 166px;
	}
	.wppost .post-hukidashi__image {
		width: 160px;
		height: 160px;
	}
	.wppost .post-hukidashi__image-bottom {
		text-align: center;
	}
	.wppost .post-hukidashi-bottom {
		position: relative;
		top: 57px;
		left: -26px;
		box-sizing: border-box;
		padding: 16px 24px;
		width: calc(100% - 220px);
		border-radius: 10px;
		border: 1px solid #000;
	}
	.wppost .post-hukidashi-bottom--top {
		top: 0;
	}
	.wppost .post-hukidashi::before {
		content: "";
		position: absolute;
		top: 75px;
		left: 179px;
		border-style: solid;
		border-width: 8px 16px 8px 0;
		border-color: transparent #000 transparent transparent;
	}
	.wppost .post-hukidashi::after {
		content: "";
		position: absolute;
		top: 76px;
		left: 181px;
		border-style: solid;
		border-width: 7px 14px 7px 0;
		border-color: transparent #fff transparent transparent;
	}
	.wppost .post-hukidashi__title {
		margin-top: 0;
	}
	.wppost .post-hukidashi__text {
		margin-top: 0;
	}
	.wppost .post-hukidashi__title + .post-hukidashi__text {
		margin-top: 12px;
	}
	.wppost .wppost-image .eyecatch__img,
	.wppost .wppost-content > figure:first-child {
		width: 960px;
		max-width: 960px;
	}
	.relatedpost-content-left-img {
		width: 140px;
		height: auto;
	}
	.wppost table th,
	.wppost table td {
		padding: 24px 40px;
		font-size: 16rem;
	}
	.wppost table.padding-less th,
	.wppost table.padding-less td,
	.wppost .padding-less > table th,
	.wppost .padding-less > table td {
		padding: 4px 8px;
		font-size: 16rem;
	}
	.wppost table.padding-less td:nth-child(n+2),
	.wppost .padding-less > table td:nth-child(n+2) {
		padding-left: 2.5em !important;
	}
	.wppost table.break {
		width: auto;
	}
	.wppost table.break thead {
		display: table-header-group;
	}
	.wppost table.break th,
	.wppost table.break td {
		padding-left: 10px;
		padding-right: 10px;
		display: table-cell;
		border: 1px solid #dfdfdf;
	}
	/* SP のクラスを上書く為の指定 */
	.wppost table.break th,
	.wppost table.break td,
	.wppost table.break th:first-child,
	.wppost table.break td:first-child,
	.wppost table.break th:last-child,
	.wppost table.break td:last-child {
		padding: 16px 22px 12px;
	}
	.wppost table.break th {
		text-align: center;
		background-color: #f5f5f5;
	}
	.wppost table.break td {
		color: #444;
	}
	/* dl */
	.wppost dl {
		flex-flow: row wrap;
	}
	.wppost dl > dt,
	.wppost dl > dd {
		margin: 0;
		padding: 16px 22px 12px;
	}
	.wppost dl > dt {
		flex-basis: 20%;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	.wppost dl > dd {
		flex-basis: 80%;
		border: 1px solid #ddd;
		border-bottom: none;
	}

	.wppost-content {
		font-size: 16px;
	}

	/* page */
	/* profile */
		.page__lawyer .profile-item {
			margin-bottom: 30px;
			padding: 0;
		}
			.page__lawyer .profile-item >.wp-block-group {
				display: flex;
			}
			.page__lawyer .profile-item .profile-pc-right {
				position: relative;
				margin-left: 180px !important;
				padding: 36px 1em 0 0;
				flex: 1;
			}
			.page__lawyer .profile-item .profile-button {
				position: absolute;
				bottom: 18px;
				left: 0;
				margin-left: 0;
				padding: 12px 2em;
				width: 425px;
			}
			.page__lawyer .profile-item .profile-accordion-div {
				display: none;
				padding: 24px 12px 16px;
			}
			.page__lawyer .profile-item .profile-accordion-content {
				padding: 24px 16px;
			}
	/* about */
	/* .page__about .office-history {
		padding-bottom: 4em;
	}
	.page__about .office-history > .wp-block-group:nth-child(n+2) {
		margin-top: 48px;
	}
	.page__about .office-history > .wp-block-group > p:first-child {
		display: inline-block;
	}
	.page__about .office-history > .wp-block-group > p:nth-child(2) {
		margin-left: 0.75em;
		display: inline-block;
	}
	.page__about .about-access-item-info {
		display: flex;
		flex-wrap: wrap;
		column-gap: 6px;
	} */

	.widget_knowledge_list,
	.widget_service_list {
		display: block;
		margin-top: 80px;
	}
		.widget_knowledge_list .side__title, .widget_service_list .side__title {
			margin-bottom: 19px;
			padding-bottom: 10px;
			font-size: 24px;
		}
		.widget_knowledge_list .side-service, .widget_service_list .side-service {
			display: flex;
			flex-wrap: wrap;
			column-gap: 9px;
		}
			.widget_knowledge_list .side-service .side-service-ul, .widget_service_list .side-service .side-service-ul {
				width: calc((100% - 24px) / 3);
				height: 64px;
			}
				.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li__link, .widget_service_list .side-service .side-service-ul .side-service-ul-li__link {
					padding: 18px 0;
					font-size: 15px;
				}
				.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li__link__image, .widget_service_list .side-service .side-service-ul .side-service-ul-li__link__image {
					max-width: 26px;
					max-height: 26px;
				}
			.widget_knowledge_list .side-service .side-service-ul {
				height: auto;
			}
					.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .side-service-ul-li__link {
						height: 160px;
						font-size: 16px;
					}
					.widget_knowledge_list .side-service .side-service-ul .side-service-ul-li .widget_knowledge_list-child__ul {
						left: 26px;
						top: 58px;
					}
}
