@charset "utf-8";

/* wppost */
.wppost {
	margin-top: 15px;
	font-size: 15rem;
}
.wppost h2 {
	margin: 40px 0 16px;
	padding: 12px 16px;
	border-top: 1px solid var(--mpee-light-green);
	letter-spacing: 1px;
	line-height: 1.4;
	background-color: #f5f5f5;
	font-weight: bold;
	font-size: 22rem;
}
.wppost h3 {
	margin: 36px 0 16px;
	padding-left: 12px;
	letter-spacing: 1.6px;
	line-height: 1.4;
	border-left: 5px solid var(--mpee-light-green);
	font-size: 20rem;
}
.wppost h4 {
	position: relative;
	margin: 36px 0 16px;
	color: var(--mpee-light-green);
	font-size: 20rem;
	font-weight: bold;
	line-height: 1.4;
}
.wppost h5 {
	margin: 36px 0 16px;
	line-height: 1.3;
	color: #0d0d0d;
	font-weight: bold;
	font-size: 20rem;
}
.wppost h6 {
	margin: 36px 0 16px;
	line-height: 1.3;
	color: #0d0d0d;
	font-weight: bold;
	font-size: 18rem;
}
.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 a {
	color: #003387;
}
.wppost p {
	line-height: 1.75;
	color: #0d0d0d;
	font-size: 16rem;
}
.wppost img {
	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: 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: 14px;
	font-weight: bold;
}
.wppost ul {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 26px;
	font-size: 16rem;
}
.wppost__office ul {
	margin-bottom: 10px;
}
.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: -18rem;
	color: #b7b9a9;
}
.wppost .check::before {
	background-image: url(../../LEAGO_V2/img/check.png);
}
.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.no-circle > li::before {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: inherit;
	font-weight: normal;
}
.wppost ol.no-circle.dot > li::before {
	content: counter(i) ".";
}
.wppost .kome:not(ul) {
	font-size: 12rem;
	line-height: 1.65;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 12px 0;
	margin-bottom: 20px;
}
.wppost .inyou ol,
.wppost .inyou ul,
.wppost blockquote ol,
.wppost blockquote ul {
	background-color: transparent;
	border: none;
	padding: 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 {
	content: '"';
	left: 23px;
	top: 10px;
}
.wppost .inyou--double-quotation::after {
	content: '"';
	bottom: 0;
	right: 0;
}
.wppost .inyou--text-of-the-law {
	position: relative;
	padding-left: 68px;
}
.wppost .inyou--text-of-the-law::before {
	font-family: 'icomoon';
	content: '\e932';
	position: absolute;
	line-height: 1;
	font-size: 40px;
	vertical-align: middle;
	top: 32px;
	left: 16px;
	color: #b7b7b7;
}
.marker,
.wppost .marker {
	font-weight: bold;
	color: #be2121;
}
.yellow_border,
.wppost .yellow_border {
	background: linear-gradient(rgba(255, 255, 255, 0) 40%, #fff792 60%);
}
.wppost .formula,
.wppost .caution,
.wppost .point,
.wppost .case-law {
	position: relative;
	margin-bottom: 40px;
	padding: 18px 14px 18px 68px;
	display: block;
	align-items: center;
	border: solid 2px #000;
	border-radius: 8px;
	font-size: 16rem;
}
.wppost .caution,
.wppost .point,
.wppost .case-law {
	min-height: 38px;
}
.wppost .caution::before,
.wppost .point::before,
.wppost .case-law::before {
	font-family: 'icomoon';
	position: absolute;
	top: 22px;
	left: 16px;
	line-height: 1;
	color: #b7b7b7;
	font-size: 40rem;
}
.wppost .formula {
	padding: 20px 16px;
}
.wppost .caution {
	padding-top: 28px;
	border-color: #e60f44;
}
.wppost .caution::before {
	content: "\e94b";
}
.wppost .point {
	padding-top: 30px;
}
.wppost .point::before {
	content: "\e94c";
}
.wppost .case-law {
	padding-top: 28px;
}
.wppost .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: 3px solid #000;
}
.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 table {
	margin: 20px 0;
	width: 100%;
}
.wppost table th,
.wppost table td {
	padding: 16px 22px;
	border: 1px solid #dfdfdf;
	border-right: none;
	border-left: none;
	color: #0d0d0d;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 16rem;
}
.wppost table th {
	font-weight: normal;
	font-size: 14rem;
}
.wppost table th,
.wppost table.gray 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 0 !important;
	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;
}
.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.3em;
}
/* thumbnail */
.wppost-image {
	margin-top: 30px;
}
/* page */
.content.page {
}
.page .wppost-image__image {
	width: 100%;
	height: auto;
}
.page .wppost-content {
	margin-top: 30px;
	font-size: 16rem;
}
.page__office iframe,
.page__access iframe {
	width: 100%;
}
html[lang="ja"] .page__lawyers .main_full .h1-style::after {
	content: 'Professionals';
}
html[lang="ja"] .page__office .main_full .h1-style::after {
	content: 'The Firm';
}
html[lang="ja"] .contact__contact .main_full .h1-style::after {
	content: 'Contact Us';
}
.page__fees .flow-num-area {
	position: relative;
	padding: 16px 8px;
	background-color: #f4f8ff;
	text-align: center;
}
.page__fees .flow-num-area > :first-child {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}
.page__fees .flow-num-area > :first-child > p {
	font-size: 40rem;
}
.page__fees .flow-num-area > :nth-child(2) > p {
	vertical-align: top;
	font-size: 20rem;
}
/* page-office */
.page__office .lawyer-column {
	flex-direction: column;
}
.page__office .lawyer-image,
.page__lawyers .lawyer-image {
	margin: 0 auto;
	max-width: 400px;
}
/* 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;
}

/* page-lawyers */
.page__lawyers .wp-block-columns {
	gap: 0;
	flex-wrap: wrap;
}
.page__lawyers .lawyer-column > div {
	flex-basis: 100%;
	flex-grow: 1;
}
.child-lawyer-gray {
	position: relative;
	margin: 0 auto;
	max-width: 400px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background-color: #f5f5f5;
}
.child-lawyer-white {
	position: relative;
	top: -42px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 272px;
	height: 272px;
	background-color: #fff;
}
.child-lawyer-white > div {
	text-align: center;
}

@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: 782px) {
	/* page-office */
	.page__office .lawyer-column {
		flex-direction: row;
		align-items: flex-start;
	}
	.page__office .lawyer-column > .is-layout-flow:first-child {
		max-width: 400px;
	}
	.page__office .lawyer-column .lawyer-image {
		width: 400px;
	}

	/* page-lawyers */
	.page__lawyers .lawyer-column {
		margin-top: 40px;
	}
	.page__lawyers .lawyer-column > div {
		flex-basis: 0;
		align-self: stretch;
	}
	.page__lawyers .lawyer-column > .is-layout-flow:first-child {
		max-width: 400px;
	}
	.child-lawyer-gray {
		align-items: center;
		height: 100%;
		max-width: none;
	}
	.child-lawyer-white {
		position: relative;
		top: auto;
	}
}

@media screen and (min-width: 1200px) {
	.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 table th,
	.wppost table td {
		padding: 32px;
		font-size: 16rem;
	}
	.wppost table td {
		padding-right: 48px;
		padding-left: 48px;
	}
	.wppost table td {
		font-size: 18rem;
	}
	.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;
	}

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

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

	.page__fees .flow-num-area {
		padding: 22px 40px;
	}
	.page__fees .flow-num-area > :first-child > p {
		font-size: 64rem;
	}
	.page__fees .flow-num-area > :nth-child(2) > p {
		font-size: 24rem;
	}

	.page__office .lawyer-column > div:nth-of-type(2) > * {
		max-width: none;
	}
	
}
