@charset "utf-8";

/* wppost */
.wppost {
	margin-top: 15px;
	font-size: 15rem;
}
.wppost h2,
.post_faq h2 {
	margin: 40px 0 16px;
	padding: 16px;
	border-left: 4px solid #000;
	letter-spacing: 1.9px;
	line-height: 1.4;
	background-color: #f9f9f9;
	font-weight: bold;
	font-size: 24rem;
}
.wppost h3,
.post_faq h3 {
	margin: 36px 0 16px;
	padding-bottom: 8px;
	letter-spacing: 1.6px;
	line-height: 1.4;
	border-bottom: 1px solid #000;
	font-size: 20rem;
}
.wppost h4,
.post_faq h4 {
	position: relative;
	margin: 36px 0 16px;
	padding: 4px 10px;
	border-left: 3px solid #000;
	font-size: 18rem;
	font-weight: bold;
	line-height: 1.4;
}
.wppost h5,
.post_faq h5 {
	margin: 36px 0 16px;
	line-height: 1.3;
	color: #111;
	font-weight: bold;
	font-size: 18rem;
}
.wppost h6,
.post_faq h6 {
	margin: 36px 0 16px;
	line-height: 1.3;
	color: #111;
	font-weight: bold;
	font-size: 16rem;
}
.wppost > h2:first-child,
.wppost > h3:first-child,
.wppost > h4:first-child,
.wppost > h5:first-child,
.wppost > h6:first-child,
.post_faq > h2:first-child,
.post_faq > h3:first-child,
.post_faq > h4:first-child,
.post_faq > h5:first-child,
.post_faq > 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 a {
	word-break: break-all;
	color: #0044cc;
}
.wppost a:hover {
	text-decoration: underline;
}
.wppost p {
	margin-bottom: 20px;
	line-height: 1.75;
	color: #0d0d0d;
	font-size: 16rem;
}
.wppost p.has-background {
	padding: 20px 16px;
}
.wppost p.bold,
.wppost span.bold {
	font-weight: bold;
}
.wppost img {
	margin-bottom: 15px;
	display: block;
	max-width: 100%;
	height: auto;
}
.wppost .eyecatch__img {
	display: inline-block;
}
.wppost ol {
	counter-reset: i;
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 26px;
	font-size: 16rem;
}
.wppost ol > li {
	margin-top: 8px;
	position: relative;
	line-height: 1.68;
}
.wppost ol > li::before {
	counter-increment: i;
	content: counter(i);
	font-family: Helvetica;
	position: absolute;
	top: 4px;
	left: -26px;
	box-sizing: border-box;
	display: inline-block;
	width: 18rem;
	height: 18rem;
	border-radius: 50%;
	background-color: #666666;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.wppost ol.no-circle > li::before {
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-weight: normal;
}
.wppost ol.no-circle.dot > li::before {
	content: counter(i) ".";
}
.wppost ul,
.home--post ul {
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 26px;
	font-size: 16rem;
}
.wppost ul > li,
.home--post .leago-pattern-card ul > li {
	position: relative;
	padding-top: 0;
	line-height: 1.7;
}
.wppost ul > li::before,
.home--post .leago-pattern-card ul > li::before {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #d8d8d8;
	border-radius: 50%;
	position: absolute;
	left: -17px;
	top: 9px;
}
.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: 1px solid #d8d8d8;
	border-radius: 4px;
}
.wppost ul.border,
.wppost ul.wp-block-leago-formula,
.wppost ul.formula {
	padding-left: 44px;
}
.wppost ul.kome > li::before,
.wppost ul.is-style-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;
	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 ol.upper-roman {
	list-style-type: upper-roman;
}
.wppost ol.lower-roman {
	list-style-type: lower-roman;
}
.wppost ol.upper-roman li::before,
.wppost ol.lower-roman li::before {
	content: none;
}
.wppost ol.nest-dot,
.wppost ol.nest-dot ol,
.wppost ol.nest-hyphen,
.wppost ol.nest-hyphen ol {
	counter-reset: item-root;
	padding-left: 0;
}
.wppost ol.nest-dot ol,
.wppost ol.nest-hyphen ol {
	margin-left: 1em;
}
.wppost ol.nest-dot li::before,
.wppost ol.nest-hyphen li::before {
	display: inline-block;
	background: none;
	color: #0d0d0d;
	counter-increment: item-root;
	position: initial;
	width: auto;
	margin-right: 0.5em;
}
.wppost ol.nest-dot li::before {
	content: counters(item-root, ".");
}
.wppost ol.nest-hyphen li::before {
	content: counters(item-root, "-");
}
.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 > pre,
.wppost .case-law > pre {
	white-space: pre-wrap;
}
.wppost .inyou--double-quotation,
.wppost .is-style-double-quotation {
	padding: 44px 32px 38px 38px;
}
.wppost .inyou--double-quotation::before,
.wppost .inyou--double-quotation::after,
.wppost .is-style-double-quotation::before,
.wppost .is-style-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: '';
	background-image: url(../img/double-quotation-l.png);
	background-repeat: no-repeat;
	left: 10px;
	top: 20px;
}
.wppost .inyou--double-quotation::after,
.wppost .is-style-double-quotation::after {
	content: '';
	background-image: url(../img/double-quotation-r.png);
	background-repeat: no-repeat;
	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.6em;
	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';
}
.wppost .cite-wrap {
	display: inline-block;
	margin-top: 16px;
	font-size: 13rem;
	color: #666666;
}
.wppost .cite {
	font-style: normal;
}
.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 1px #000;
	border-radius: 2px;
	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: #cb0000;
}
.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";
}
.wp-block-leago-formula p:last-child,
.wp-block-leago-point p:last-child,
.wp-block-leago-caution p:last-child,
.wppost .formula p:last-child,
.wppost .point p:last-child,
.wppost .caution p:last-child {
	margin-top: 0;
	margin-bottom: 0;
}
.wppost .check,
.wp-block-leago-check {
	position: relative;
	font-weight: bold;
	padding-left: 26px;
	margin-bottom: 4px;
	line-height: 28rem;
	font-size: 16rem;
}
.wp-block-leago-check::before,
.wppost .check::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	height: 18px;
	width: 18px;
	display: inline-block;
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.wppost .check.check--square::before,
.wp-block-leago-check.is-style-square::before {
	background-image: url(../img/check-square.png);
}
.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 pre {
	text-wrap: wrap;
}
.wppost .accordion *:last-child {
	margin-bottom: 0;
}
/* post-hukidashi */
.widget_custom_html .post-hukidashi,
.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;
}
.widget_custom_html .post-hukidashi p,
.wppost .post-hukidashi p {
	margin: 0;
}
.widget_custom_html .post-hukidashi-top,
.wppost .post-hukidashi-top {
}
.widget_custom_html .post-hukidashi__image,
.wppost .post-hukidashi__image {
	margin: 0 auto;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	object-fit: cover;
}
.widget_custom_html .post-hukidashi__image-bottom,
.wppost .post-hukidashi__image-bottom {
	margin-top: 8px;
	text-align: center;
}
.widget_custom_html .post-hukidashi__title,
.wppost .post-hukidashi__title {
	margin-top: 8px;
	padding-bottom: 4px;
	border-bottom: 2px solid #000;
	font-size: 18px;
	font-weight: bold;
}
.widget_custom_html .post-hukidashi__text,
.wppost .post-hukidashi__text {
	margin-top: 12px;
	text-align: left;
	line-height: 1.7;
}

/* writer-profile */
.wppost .writer-profile {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 4vw 16px;
	border-radius: 8px;
	text-align: center;
	line-height: 1.5;
	background-color: #F5F5F5;
}
.wppost .writer-profile p {
	margin: 0;
}
.wppost .writer-profile-top {
}
.wppost .writer-profile__image {
	margin: 0 auto;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	object-fit: cover;
}
.wppost .writer-profile__image-bottom {
	margin-top: 8px;
}
.wppost p.writer-profile__image-bottom-name,
.wppost p.writer-profile__image-bottom-affiliation {
	text-align: center;
	font-size: 16rem;
	line-height: 1.5;
}
.wppost p.writer-profile__image-bottom-affiliation {
	white-space: pre-wrap;
}
.wppost .writer-profile-bottom {
	margin-top: 8px;
}
.wppost p.writer-profile__title {
	margin-top: 8px;
	padding-bottom: 4px;
	border-bottom: 2px solid var(--theme-color);
	font-size: 18px;
	font-weight: bold;
}
.wppost p.writer-profile__text {
	margin-top: 12px;
	text-align: left;
	line-height: 1.7;
}
.writer-profile-links {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	height: 0;
}
.writer-profile-links:has(.writer-profile-freelink, .writer-profile-sns__link) {
	margin-top: 20px;
	height: 20px;
}
.writer-profile-sns__link::before {
	position: relative;
	top: -5px;
	display: inline-block;
	font-family: "icomoon";
	font-size: 20rem;
}
.writer-profile-sns__link--facebook::before {
	content: "\e915";
}
.writer-profile-sns__link--x::before {
	content: "\e916";
}
.writer-profile-sns__link--instagram::before {
	content: "\e90f";
}

/* table */
.wppost table {
	margin: 20px 0;
}
.wppost table th,
.wppost table td {
	padding: 16px 22px 12px;
	border: 1px solid #dfdfdf;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 16rem;
}
.wppost--table-td-background-white table td {
	background-color: #fff;
}
.wppost table th {
	background-color: #f5f5f5;
	color: #111;
}
.wppost table td {
	color: #444;
}
.wppost table thead th {
	text-align: center;
}
.wppost table th.theme-background-color {
	color: #fff !important;
}
.wppost table.gray th,
.wppost figure.gray > table th {
	background-color: #f5f5f5;
}
.wppost table.break,
.wppost figure.break > table {
	width: 100%;
}
.wppost table.full-width,
.wppost figure.full-width > table {
	width: 100%;
}
.wppost table.break thead,
.wppost figure.break > thead {
	display: none;
}
.wppost table.break,
.wppost table.break tbody,
.wppost table.break tr,
.wppost table.break th,
.wppost table.break td,
.wppost figure.break > table,
.wppost figure.break > table tbody,
.wppost figure.break > table tr,
.wppost figure.break > table th,
.wppost figure.break > table td {
	display: block;
}
.wppost table.break th,
.wppost table.break td,
.wppost figure.break > table th,
.wppost figure.break > table td {
	box-sizing: border-box;
	padding: 12px 0 8px;
	background-color: transparent;
	color: #111;
	border: none;
	text-align: left;
	width: 100%;
}
.wppost table.break td,
.wppost figure.break > table td {
	padding: 8px;
}
.wppost table.break th:last-child,
.wppost table.break td:last-child,
.wppost figure.break > table th:last-child,
.wppost figure.break > table td:last-child {
	border-bottom: 1px solid #dfdfdf;
}
.wppost table.break th:first-child,
.wppost table.break td:first-child,
.wppost figure.break > table th:first-child,
.wppost figure.break > table td:first-child {
	padding-top: 20px;
}
.wppost table.break th:last-child,
.wppost table.break td:last-child,
.wppost figure.break > table th:last-child,
.wppost figure.break > table td:last-child {
	padding-bottom: 20px;
}
.wppost table.padding-less th,
.wppost table.padding-less td,
.home--post table.padding-less th,
.home--post table.padding-less td,
figure.padding-less > table th,
figure.padding-less > table td {
	padding: 10px 14px !important;
}
.wppost table.no-border th,
.wppost table.no-border td,
.home--post table.no-border th,
.home--post table.no-border td,
figure.no-border > table th,
figure.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 figure.scroll-x--fixed-active table th:first-child,
.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.is-style-gray > table th {
	background-color: #f5f5f5;
}
.wppost input[type="password"] {
	border: 1px solid #ccc;
	font-size: 18px;
	padding: 0.2em 0.6em;
}
.wppost .leago_single_post_password__button {
	vertical-align: top;
	font-size: 18px;
}
.page .wppost-content {
	margin-top: 30px;
	font-size: 16rem;
}
.page__office iframe,
.page__access iframe {
	width: 100%;
}
.page__thanks .button-A::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
}

/* 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 */
.post_faq {
	margin-bottom: 20px;
}
.post_faq-ul {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.post_faq-ul-li {
	margin: 0;
	padding-left: 0;
}
.post_faq-ul-li:not(:first-child) {
	margin-top: 30px;
}
.post_faq-ul-li::before {
	display: none;
}
.post_faq-ul-li_a {
	line-height: 1.75;
	color: #0d0d0d;
	font-size: 16rem;
}

.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);
}
.wp-block-leago-arrow.is-style-bold {
	border-width: 0.2em;
}

@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;
	}
}

@media screen and (min-width: 1024px) {
	.page_before,
	.wppost {
		margin: 0;
	}
	.wppost .inyou {
		padding: 44px 32px 29px 32px;
	}
	.wppost .case-law,
	.wppost .inyou--text-of-the-law,
	.wppost .is-style-case-law,
	.wppost .is-style-text-of-the-law {
		padding-left: 70px;
	}
	.wppost .case-law::before,
	.wppost .is-style-case-law::before,
	.wppost .is-style-text-of-the-law::before {
		top: 15px;
	}
	.wppost .inyou--text-of-the-law::before {
		top: 42px;
	}
	.wppost .inyou--double-quotation,
	.wppost .is-style-double-quotation {
		padding: 60px 50px 40px 60px;
	}
	.wppost .inyou--double-quotation::before,
	.wppost .is-style-double-quotation::before {
		left: 20px;
	}
	.wppost .inyou--double-quotation::after,
	.wppost .is-style-double-quotation::after {
		right: 10px;
	}
	.wppost h2,
	.post_faq h2 {
		margin-top: 80px;
		margin-bottom: 20px;
	}
	.wppost h3,
	.wppost h4,
	.wppost h5,
	.wppost h6
	.post_faq h3,
	.post_faq h4,
	.post_faq h5,
	.post_faq h6 {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.wppost ul {
		padding-left: 24px;
	}
	.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 .inyou,
	.wppost .inyou > p,
	.wppost blockquote,
	.wppost blockquote > p {
		font-size: 15px;
	}
	.wp-block-leago-formula,
	.wp-block-leago-point,
	.wp-block-leago-caution,
	.wppost .formula,
	.wppost .point,
	.wppost .caution {
		font-size: 16px;
	}
	.wppost .accordion-button::after {
		right: 16px;
	}
	/* post-hukidashi */
	.widget_custom_html .post-hukidashi,
	.wppost .post-hukidashi {
		margin-bottom: 77px;
		padding: 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		border: none;
		text-align: left;
	}
	.widget_custom_html .post-hukidashi--top,
	.wppost .post-hukidashi--top {
		margin-bottom: 20px;
	}
	.widget_custom_html .post-hukidashi-top,
	.wppost .post-hukidashi-top {
		width: 166px;
	}
	.widget_custom_html .post-hukidashi__image,
	.wppost .post-hukidashi__image {
		width: 160px;
		height: 160px;
	}
	.widget_custom_html .post-hukidashi__image-bottom,
	.wppost .post-hukidashi__image-bottom {
		text-align: center;
	}
	.widget_custom_html .post-hukidashi-bottom,
	.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;
	}
	.widget_custom_html .post-hukidashi-bottom--top,
	.wppost .post-hukidashi-bottom--top {
		top: 0;
	}
	.widget_custom_html .post-hukidashi::before,
	.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;
	}
	.widget_custom_html .post-hukidashi::after,
	.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;
	}
	.widget_custom_html .post-hukidashi__title,
	.wppost .post-hukidashi__title {
		margin-top: 0;
	}
	.widget_custom_html .post-hukidashi__text,
	.wppost .post-hukidashi__text {
		margin-top: 0;
	}
	.widget_custom_html .post-hukidashi__title + .post-hukidashi__text,
	.wppost .post-hukidashi__title + .post-hukidashi__text {
		margin-top: 12px;
	}

	/* writer-profile */
	.wppost .writer-profile {
		padding: 15px 0 15px 15px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		border: none;
		text-align: left;
	}
	.wppost .writer-profile--bottom {
		margin-top: 80px;
	}
	/* .wppost .writer-profile--top {
		margin-bottom: 20px;
	} */
	.wppost .writer-profile-top {
		width: 166px;
	}
	.wppost .writer-profile__image {
		width: 160px;
		height: 160px;
	}
	.wppost p.writer-profile__image-bottom {
	}
	.wppost .writer-profile-bottom {
		position: initial;
		box-sizing: border-box;
		padding: 16px 42px 0 0;
		width: calc(100% - 220px);
	}
	.wppost p.writer-profile__title {
		margin-top: 0;
	}
	.wppost p.writer-profile__text {
		margin-top: 0;
		min-height: 120px;
	}
	.wppost .writer-profile__title + p.writer-profile__text {
		margin-top: 12px;
	}
	.writer-profile-links {
		margin-top: 0;
	}
	.writer-profile-links:has(.writer-profile-freelink, .writer-profile-sns__link) {
		margin-top: 15px;
	}
	.writer-profile-sns__link::before {
        position: relative;
        top: -5px;
		display: inline-block;
		font-size: 20px;
	}

	/* table */
	.wppost table.break,
	.wppost figure.break > table {
		width: auto;
	}
	.wppost table.full-width,
	.wppost figure.full-width > table {
		width: 100%;
	}
	.wppost table.break thead,
	.wppost figure.break > table thead {
		display: table-header-group;
	}
	.wppost table.break,
	.wppost figure.break > table {
		display: table;
	}
	.wppost table.break tbody,
	.wppost figure.break > table tbody {
		display: table-row-group;
	}
	.wppost table.break tr,
	.wppost figure.break > table tr {
		display: table-row;
	}
	.wppost table.break th,
	.wppost table.break td,
	.wppost figure.break > table th,
	.wppost figure.break > table td {
		padding-left: 10px;
		padding-right: 10px;
		display: table-cell;
		border: 1px solid #dfdfdf;
		width: auto;
	}
	/* 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,
	.wppost figure.break > table th,
	.wppost figure.break > table td,
	.wppost figure.break > table th:first-child,
	.wppost figure.break > table td:first-child,
	.wppost figure.break > table th:last-child,
	.wppost figure.break > table td:last-child {
		padding: 16px 22px 12px;
	}
	.wppost table.break th,
	.wppost figure.break > table th {
		text-align: center;
		background-color: #f5f5f5;
	}
	.wppost table.break td,
	.wppost figure.break > table td {
		color: #444;
	}
	.wppost.wppost--table-td-background-white figure table td,
	.wppost.wppost--table-td-background-white table td {
		background-color: #fff;
	}
	.wppost table.no-th-wrap th,
	.wppost figure.no-th-wrap > table th {
		white-space: nowrap;
	}
	.wppost table.th-width-20 tr th:first-child,
	.wppost figure.th-width-20 > table tr th:first-child {
		width: 20% !important;
	}
	.wppost table.th-width-30 tr th:first-child,
	.wppost figure.th-width-30 > table tr th:first-child {
		width: 30% !important;
	}
	.wppost table.th-width-40 tr th:first-child,
	.wppost figure.th-width-40 > table tr th:first-child {
		width: 40% !important;
	}
	.wppost table.auto-width th,
	.wppost figure.auto-width > table th,
	.wppost table.auto-width td,
	.wppost figure.auto-width > table td,
	.wppost table.th-auto-width th,
	.wppost figure.th-auto-width > table th,
	.wppost table.td-auto-width td,
	.wppost figure.td-auto-width > table td {
		width: auto !important;
	}

	.wppost-content {
		font-size: 16px;
	}
	.wppost-content > * {
		margin: var(--wp--custom--typography--margin--postElement, "0 0 16px 0")
	}

	/* single */
	.single_before-date {
		display: inline-block;
		margin-left: 25px;
		font-size: 12px;
	}
}
