@charset "utf-8";

.margin0 {
	margin: 0 !important;
}

.lh1_3 {
	line-height: 1.3;
}

.custom-list li {
	line-height: 1.1;
}

.yoyaku-btn span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.yoyaku-btn span img {
	margin-top: 3px;
	min-width: 25px;
	min-height: 17px;
}

.l-contents__inner {
	padding-bottom: 0 !important;
}

.center {
	display: flex;
	justify-content: center;
	/* 横方向の中央揃え */
	align-items: center;
	/* 縦方向の中央揃え */
}

.vertical-center {
	display: flex;
	align-items: center;
	/* 縦方向中央 */
}

.c-entry__header {
	margin-bottom: 0 !important;
}

.c-entry-summary__term {
	background-color: #20afcd !important;
}

.c-meta {
	display: inline-flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.c-entry-summary {
	position: relative;
}

.c-entry-summary .c-meta {
	position: absolute;
	top: 0;
	left: 0;
}

.position-relative {
	position: relative;
}

.text-center {
	text-align: center;
}

.contact-back {
	background-image: radial-gradient(circle, #01a0e4 10%, transparent 11%);
	background-size: 10px 10px;
	/* 丸の間隔 */
}

.underline-blue {
	border-bottom: 3px solid #0085bf;
	/* 線の太さと色 */
	padding-bottom: 0px;
	/* 線とテキストの間隔 */
}

/*アイキャッチにマスク*/
.c-page-header:before {
	content: '';
	display: block;
	background-color: rgba(0, 133, 191, 0.5);
	/* #0085BF を半透明に */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-page-header__title {
	z-index: 2;
}

.back-white {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	/* 白背景 */
	width: 1.8em;
	/* 必要に応じて調整（高さ＝幅） */
	height: 1.8em;
	margin-right: 0.4rem;
}




.cut-corner {
	width: 60px;
	height: 40px;
	background: #0085BF;
	/* 右下を直線でカット（数値を変えて欠けの大きさを調整） */
	clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.heading-row {
	display: flex;
	align-items: center;
	/* 垂直中央揃え */
	gap: 0.4rem;
	/* アイコンと見出しの間隔 */
}

.head-num {
	font-size: 20px;
	transform: translateX(-40%);
	/* ← 左に10%移動（調整可能） */
	font-weight: bold;
}

.flex-bottom {
	display: flex;
	align-items: flex-end;
	/* 下端に揃える */
}

/* 親ラッパーを相対位置に */
/* .fee-btn {
	position: relative;
} */

/* .fee-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 16px; */
/* 画像高さ */
/* width: 9px; */
/* 画像幅 */
/* background-image: url('/tokyolaw/wp-content/uploads/2025/11/btn-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: 999;
} */

/* 親ラッパーを相対位置に */
/* .toriatsukai-btn {
	position: relative;
}

.toriatsukai-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	height: 16px; */
/* 画像高さ */
/* width: 9px; */
/* 画像幅 */
/* background-image: url('/tokyolaw/wp-content/uploads/2025/11/btn-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: 999;
} */

.smb-btn-wrapper:hover::before {
	filter: brightness(0.9);
	/* 0 = 黒, 1 = 元画像 */
	opacity: 1;
}

/*.fee-btn::before {
	left: 15px;*/
/* 画像の左位置を調整 */
/*}*/



.minpc {
	min-height: 65px !important;
}

/* PC用のスタイル */
@media screen and (min-width: 1024px) {

	.menu-item a span {
		font-weight: lighter !important;
		font-size: 16px !important
	}

	.bgata-text-1 {
		font-size: 12px !important;
	}

	.bgata-text-2 {
		font-size: 12px !important;
	}

	.maxWidth60pc {
		max-width: 60% !important;
	}

	.padding40pc {
		padding: 0px 40px !important;
	}

	.practiceimg img {
		height: 80px !important;
		width: auto;
	}

	.practiceimg2 img {
		height: 60px !important;
		width: auto;
	}

	.consultation-padding {
		padding: 0px 10%;
	}

	.page-id-1568 .c-page-header__bgimage>img,
	.c-page-header__bgimage>picture>img {
		object-position: 50% 10% !important;
	}


	/*.fee-btn::before {
		left: 25px;*/
	/* 画像の左位置を調整 */
	/*}*/

	.c-entry-summary__title {
		margin-left: 30%;
		text-align: left;
	}

	.disp-none-pc {
		display: none !important;
	}

	.header-a {
		display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}

	.menu-right {
		display: flex;
		/* Flexboxを有効に */
		align-items: center;
		/* 縦方向中央 */
		height: 50px !important;
		gap: 5px;
	}

	.menu-right #yoyakuBtn {
		position: relative;
		width: 230px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		background: #0085BF;
		border-radius: 30px;
		color: #fff;
		font-size: 16px
	}

	.menu-right #yoyakuBtn .form-icon {
		position: absolute;
		left: 30px;
		top: 55%;
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		pointer-events: none;
		z-index: 2;
	}



	.hourBox {
		padding: 0 5px;
		margin-right: 15px;
		line-height: 1rem;
	}

	#menuTel {
		color: #0085BF;
		font-size: 30px;
		margin-right: 10px;
		line-height: 30px;
	}

	#headerTxt1 {
		font-size: 9px !important;
		height: 20% !important;
		line-height: 1em;
		height: 15px !important;
		display: flex;
		align-items: center;
		/* 垂直中央 */
		justify-content: center;
		/* 横中央 */
	}

	#headerTxt2 {
		font-size: 12px !important;
		height: 20% !important;
		letter-spacing: 0.2em;
		line-height: 1em;
		height: 15px !important;
		display: flex;
		align-items: center;
		/* 垂直中央 */
		justify-content: center;
		/* 横中央 */
	}

	.headerLine1 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 5px;
	}

	.header-block {
		display: flex;
		flex-direction: column;
	}

	#menuTelNum {
		letter-spacing: -0.2em;
	}

	#menuTxt {
		margin-right: 10px;
		line-height: 30px;
		font-weight: lighter;
	}

	.menu-img {
		height: auto;
		width: 28px;
	}

	.menu-img2 {
		height: 23px;
		width: auto;
	}

	.menu-img-area {
		margin-right: 10px;
		height: 35px;
		width: 35px;
	}

	.menu-img-area a {
		height: 35px;
		width: 35px;
		display: flex;
		justify-content: center;
		/* 横方向中央 */
		align-items: center;
		/* 縦方向中央 */
	}

	.menu-item {
		padding: 0 !important;
		margin: 0 !important;
	}

	/* 親ナビの高さを基準にするために position を指定 */
	.p-global-nav {
		position: relative;
	}

	/* 各メニュー項目（サブメニューを除く）に仕切り線を追加 */
	.c-navbar>li:not(:last-child) {
		position: relative;
	}

	/* 擬似要素で縦線を作り、親の高さの80%にする */
	.c-navbar>li:not(:last-child)::after {
		content: "";
		position: absolute;
		right: 0px;
		/* 線の水平位置は調整可 */
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		/* 線の太さ */
		height: 70%;
		/* 線の高さを80%に指定 */
		background-color: rgba(0, 0, 0, 0.12);
		/* 線の色は調整可 */
		pointer-events: none;
	}

	#footer-menu {
		display: flex;
		flex-wrap: wrap;
		/* 狭い画面では折り返す */
		align-items: center;
	}

	#footer-menu p {
		margin: 0 10px;
		/* デフォルト余白をリセット */
		text-align: center;
		white-space: nowrap;
		/* 単語単位で改行させたくない場合 */

		font-size: 14px;
	}

	#footer-contents {
		display: flex;
		flex-wrap: wrap;
		/* 狭い画面では折り返す */
	}

	#footer-left {
		width: 40%;
	}

	#footer-right {
		width: 60%;

		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	#footer-area {
		padding: 10px 90px 10px 90px;
	}

	#footer-icons {
		display: flex;
		flex-wrap: wrap;
		/* 狭い画面では折り返す */
		margin: 5px 0;
	}

	.footer-icon {
		width: 25px;
		height: 25px;
		margin: 0px 5px;

		display: flex;
		align-items: center;
		/* 縦中央 */
		justify-content: center;
		/* 横中央 */
	}

	.footer-icon img {
		width: 25px;
		padding: 0;
		margin: 0;
	}

	#copyright {
		font-size: 14px;
	}

	.footer-logo {
		height: 73px;
	}

	.practice_shadow {
		width: 100%;
		background: #fff;
		border-radius: 10%;
		box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
	}

	.fb-area {
		width: 100%;
		text-align: center;
	}

	.practice-text {
		font-size: 1.14rem !important;
	}

	.p-global-nav .c-navbar a {
		font-size: 18px;
	}

	.l-2row-header__row:first-child {
		padding-bottom: 0 !important;
	}

	.l-2row-header__row:last-child {
		margin-top: 0 !important;
	}

	.fee-img {
		height: 150px !important;
	}

	.fee-img-area {
		height: 75px !important;
	}

	.fee-img-area img {
		height: 75px !important;
		width: auto !important;
	}

	.fee-img-area2 {
		height: 75px !important;
	}

	.fee-img-area2 img {
		height: 50px !important;
		width: auto !important;
	}

	.c-page-header[data-has-image=true] {
		height: 120px !important;
	}

	.pro-list {
		transition: opacity 0.3s;
		/* なめらかに変化 */
	}

	.pro-list:hover {
		opacity: 0.5;
		/* 半透明にする（0～1で指定） */
	}

	.practice-img {
		max-height: 80px !important;
	}

	.page-id-1407 #section1,
	.page-id-1407 #section2,
	.page-id-1407 #section3,
	.page-id-1407 #section4,
	.page-id-1407 #section5,
	.page-id-1407 #section6,
	.page-id-1407 #section7,
	.page-id-1407 #section8 {
		scroll-margin-top: 151px;
		/* ヘッダーの高さ分を指定 */
	}

	.width1050-pc {
		max-width: 1050px !important;
	}

	.c-navbar {
		max-height: 45px !important;
	}

	.c-row {
		max-height: 50px !important;
	}

	.c-row__col {
		max-height: 50px !important;
	}


	.custom-logo {
		vertical-align: top;
		height: 50px !important;
		width: auto !important;
	}

	.contactImg img {
		height: 250px !important;
		width: auto;
	}

	.toriatsukai-img img {
		height: 80px !important;
		width: auto !important;
	}

	.contactTxt {
		font-size: 20px !important;
	}

	.contactTxt2 {
		font-size: 24px !important;
		letter-spacing: -5px !important;
	}
}

@media screen and (width: 1024px) {
	.c-entry-summary__title {
		text-align: left;
		padding-top: 40px;
		margin-inline: auto;
	}
}

/* タブレット用のスタイル */
@media screen and (max-width: 1023px) and (min-width: 769px) {

	.toriatsukai-height {
		min-height: 77.5px !important;
	}

	.toriatsukai-height2 {
		min-height: 116.25px !important;
	}

	.gaiyou_img {
		width: 60% !important;
	}

	.wp-container-core-group-is-layout-99874c75> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		max-width: 95% !important;
		width: auto !important;
	}

	.c-entry-summary__title {
		text-align: left;
		padding-top: 40px;
		margin-inline: auto;
	}

	.disp-none-sm {
		display: none !important;
	}

	.center-sm {
		text-align: center !important;
	}

	.left-sm {
		text-align: left !important;
	}

	.center-btn-sm {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.width-90-sm {
		width: 90% !important;
	}

	.fb-area {
		width: 90%;
		text-align: center;
	}

	.footer-practice-sm {
		width: 33%;
		text-align: center;
	}

	.footer-practiceArea-sm {
		display: flex;
		gap: 16px;
		/* 要素間の間隔を調整 */
		align-items: center;
		/* 垂直方向の位置合わせ（必要に応じて center や baseline などに変更） */
		flex-wrap: nowrap;
		/* 折り返しを許可する場合は wrap に変更 */
	}

	#footer-icons {
		display: flex;
		gap: 10px;
		/* 要素間の間隔を調整 */
		align-items: center;
		/* 垂直方向の位置合わせ（必要に応じて center や baseline などに変更） */
		flex-wrap: nowrap;
		/* 折り返しを許可する場合は wrap に変更 */
		justify-content: center;
		margin: 5px 0;
	}

	.footer-icon {
		height: 40px;
		width: 40px;

		display: flex;
		align-items: center;
		/* 縦中央 */
		justify-content: center;
		/* 横中央 */
	}

	#footer-contents-sm {
		text-align: center;
	}

	.text-center p {
		font-size: 14px;
	}

	#wpfront-scroll-top-container {
		width: 50px !important;
	}

	.footer-logo {
		width: 75%;
		height: auto;
	}

	.footer-margin {
		margin-top: 15px;
	}

	.footer-margin-last {
		margin-bottom: 15px;
	}

	.footer-menu-margin {
		margin-top: 10px;
	}

	.custom-logo {
		display: block;
		max-height: 100%;
		width: auto;
		height: auto;
		margin: 0;
		vertical-align: middle;
	}

	.c-hamburger-btn {
		display: inline-flex;
		align-items: center;
		/* 縦中央 */
		justify-content: center;
		/* 横中央 */
		padding: 0;
		/* 必要に応じて調整 */
		border: 0;
		background: transparent;
		width: 48px;
		/* ボタンサイズは任意で変更 */
		height: 48px;
		/* ボタンサイズは任意で変更 */
		box-sizing: border-box;
	}

	.menu-row {
		margin-top: 5px;
		display: flex;
		flex-wrap: nowrap;
		height: 40px;
	}

	/* 各列を 50% にする */
	.menu-row__col {
		width: 50%;
		display: flex;
		flex-wrap: nowrap;

		align-items: center;
		/* 横中央 */
		justify-content: center;
		/* 縦中央（親の中心が基準） */
		gap: 5px;
	}

	/* 内部の画像ラッパーは不要ならそのままにしておく */
	.menu-row__col>div {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* 画像サイズを制御して中央にフィットさせる */
	.menu-row__col img {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#menuBk-r {
		background-color: #D0F1FF;
		color: #006794;
	}

	#menuBk-l {
		background-color: #0085BF;
		color: white;
	}

	.c-drawer__controls {
		height: 75px;
		padding-top: 10pxpx !important;
		padding-bottom: 0px !important;
	}

	.nav-btn {
		display: flex;
		/* Flex コンテナにする */
		align-items: center;
		/* 縦方向（上下）中央揃え */
		justify-content: right;
		/* 横方向も中央にしたい場合 */
	}

	#drawer-nav {
		padding-top: 105px !important;
		background-color: white !important;
	}

	.c-drawer--overall {
		display: block !important;
	}

	#menu-sp a {
		color: black;
		text-align: center;
		font-size: 18px !important;
	}

	.nav-contact {
		display: flex;
		/* Flex コンテナに */
		flex-direction: column;
		/* 縦方向に並べる */
		align-items: center;
		/* 横方向中央揃え */
		justify-content: flex-start;
		/* 縦方向の寄せ方（必要なら center に） */
	}

	.nav-contact a {
		font-size: 30px;
		color: #0085BF;
		text-decoration: none;
		line-height: 1;
	}

	#nav-contact-text {
		font-size: 14px;
		color: black;
	}


	#nav-contact-text2 {
		font-size: 12px;
		color: black;
	}


	#yoyakuBtn-nav {
		position: relative;
		width: 220px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		background: #0085BF;
		border-radius: 20px;
		color: #fff;
		font-size: 14px
	}

	#yoyakuBtn-nav .form-icon {
		position: absolute;
		left: 25px;
		top: 50%;
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		pointer-events: none;
		z-index: 2;
	}

	.practice-text {
		font-size: 16px !important;
	}

	.min-260 {
		min-height: 260px !important;
	}

	.min-200 {
		min-height: 200px !important;
	}

	.c-site-branding__title .custom-logo {
		width: 210px !important;
	}

	.fee-img-area {
		min-height: 100px !important;
	}

	.fee-img-area img {
		height: 100px !important;
		width: auto !important;
	}

	.fee-img-area2 {
		min-height: 100px !important;
	}

	.fee-img-area2 img {
		height: 70px !important;
		width: auto !important;
	}

	.fee-btn::before {
		left: 20px;
		/* 画像の左位置を調整 */
	}


	.practiceBlock {
		min-height: 130px !important;
	}

	.practiceimg img {
		height: 80px !important;
		width: auto;
	}

	.practiceimg2 img {
		height: 60px !important;
		width: auto;
	}

	.page-id-1407 #section1,
	.page-id-1407 #section2,
	.page-id-1407 #section3,
	.page-id-1407 #section4,
	.page-id-1407 #section5,
	.page-id-1407 #section6,
	.page-id-1407 #section7,
	.page-id-1407 #section8 {
		scroll-margin-top: 75px;
		/* ヘッダーの高さ分を指定 */
	}

	.left-sm {
		text-align: left !important;
	}

	.c-page-header[data-has-image=true] {
		height: 100px !important;
	}

	.flex-top-sm {
		align-items: flex-start !important;
	}

	.c-page-header__title {
		font-size: 25px;
	}

	.contactTxt {
		font-size: 20px !important;
	}

	.contactTxt2 {
		font-size: 24px !important;
		letter-spacing: -5px !important;
	}

	.bgata-text-1 {
		font-size: 8px !important;
	}

	.bgata-text-2 {
		font-size: 12px !important;
	}

	.toriatsukai-img img {
		height: 60px !important;
		width: auto !important;
	}

	.header-sp-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-sp-img img {
		height: 17px;
		width: auto;
	}

	.l-header__content {
		padding-bottom: 0 !important;
	}

	.header-hours-sp {
		font-size: 11px;
		text-align: left;
		color: black !important;
	}

	.c-drawer {
		--_padding-1: 0 !important;
	}

	.menu-row__col p {
		font-size: 17px !important;
	}

	.header-hours-sp2 {
		font-size: 11px;
		text-align: left;
		color: black !important;
		height: 25px;
		display: flex;
		align-items: center;
	}

}







/* スマホ用のスタイル */
@media screen and (max-width: 768px) {

	.c-entry-summary__title {
		text-align: left;
		padding-top: 40px;
		margin-inline: auto;
	}

	.disp-none-sm {
		display: none !important;
	}

	.center-sm {
		text-align: center !important;
	}

	.left-sm {
		text-align: left !important;
	}

	.center-btn-sm {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.width-90-sm {
		width: 90% !important;
	}

	.fb-area {
		width: 90%;
		text-align: center;
	}

	.footer-practice-sm {
		width: 33%;
		text-align: center;
		font-size: 14px;
	}

	.footer-practiceArea-sm {
		display: flex;
		gap: 16px;
		/* 要素間の間隔を調整 */
		align-items: center;
		/* 垂直方向の位置合わせ（必要に応じて center や baseline などに変更） */
		flex-wrap: nowrap;
		/* 折り返しを許可する場合は wrap に変更 */
	}

	#footer-icons {
		display: flex;
		gap: 10px;
		/* 要素間の間隔を調整 */
		align-items: center;
		/* 垂直方向の位置合わせ（必要に応じて center や baseline などに変更） */
		flex-wrap: nowrap;
		/* 折り返しを許可する場合は wrap に変更 */
		justify-content: center;
		margin: 5px 0;
	}

	.footer-icon {
		height: 40px;
		width: 40px;

		display: flex;
		align-items: center;
		/* 縦中央 */
		justify-content: center;
		/* 横中央 */
	}

	#footer-contents-sm {
		text-align: center;
	}

	.text-center p {
		font-size: 14px;
	}

	#wpfront-scroll-top-container {
		width: 50px !important;
	}

	.footer-logo {
		width: 75%;
		height: auto;
	}

	.footer-margin {
		margin-top: 15px;
	}

	.footer-margin-last {
		margin-bottom: 15px;
	}

	.footer-menu-margin {
		margin-top: 10px;
	}

	.custom-logo {
		display: block;
		max-height: 100%;
		width: auto;
		height: auto;
		margin: 0;
		vertical-align: middle;
	}

	.c-hamburger-btn {
		display: inline-flex;
		align-items: center;
		/* 縦中央 */
		justify-content: center;
		/* 横中央 */
		padding: 0;
		/* 必要に応じて調整 */
		border: 0;
		background: transparent;
		width: 48px;
		/* ボタンサイズは任意で変更 */
		height: 48px;
		/* ボタンサイズは任意で変更 */
		box-sizing: border-box;
	}

	.c-hamburger-btn img {
		height: 22px;
		widows: auto;
	}

	.menu-row {
		margin-top: 5px;
		display: flex;
		flex-wrap: nowrap;
		height: 40px;
	}

	/* 各列を 50% にする */
	.menu-row__col {
		width: 50%;
		display: flex;
		flex-wrap: nowrap;

		align-items: center;
		/* 横中央 */
		justify-content: center;
		/* 縦中央（親の中心が基準） */
		gap: 5px;
	}

	/* 内部の画像ラッパーは不要ならそのままにしておく */
	.menu-row__col>div {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* 画像サイズを制御して中央にフィットさせる */
	.menu-row__col img {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#menuBk-r {
		background-color: #D0F1FF;
		color: #006794;
	}

	#menuBk-l {
		background-color: #0085BF;
		color: white;
	}

	.c-drawer__controls {
		height: 75px;
		padding-top: 10pxpx !important;
		padding-bottom: 0px !important;
	}

	.nav-btn {
		display: flex;
		/* Flex コンテナにする */
		align-items: center;
		/* 縦方向（上下）中央揃え */
		justify-content: right;
		/* 横方向も中央にしたい場合 */
	}

	#drawer-nav {
		padding-top: 105px !important;
		background-color: white !important;
	}

	.c-drawer--overall {
		display: block !important;
	}

	#menu-sp a {
		color: black;
		text-align: center;
		font-size: 18px !important;
	}

	.nav-contact {
		display: flex;
		/* Flex コンテナに */
		flex-direction: column;
		/* 縦方向に並べる */
		align-items: center;
		/* 横方向中央揃え */
		justify-content: flex-start;
		/* 縦方向の寄せ方（必要なら center に） */
	}

	.nav-contact a {
		font-size: 30px;
		color: #0085BF;
		text-decoration: none;
		line-height: 1;
	}

	#nav-contact-text {
		font-size: 14px;
		color: black;
	}


	#nav-contact-text2 {
		font-size: 12px;
		color: black;
	}


	#yoyakuBtn-nav {
		position: relative;
		width: 220px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		background: #0085BF;
		border-radius: 20px;
		color: #fff;
		font-size: 14px
	}

	#yoyakuBtn-nav .form-icon {
		position: absolute;
		left: 25px;
		top: 50%;
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		pointer-events: none;
		z-index: 2;
	}

	.practice-text {
		font-size: 16px !important;
	}

	.min-260 {
		min-height: 260px !important;
	}

	.min-200 {
		min-height: 200px !important;
	}

	.c-site-branding__title .custom-logo {
		width: 210px !important;
	}

	.fee-img-area {
		min-height: 100px !important;
	}

	.fee-img-area img {
		height: 100px !important;
		width: auto !important;
	}

	.fee-img-area2 {
		min-height: 100px !important;
	}

	.fee-img-area2 img {
		height: 70px !important;
		width: auto !important;
	}

	/*.fee-btn::before {
		left: 20px;*/
	/* 画像の左位置を調整 */
	/*}*/


	.practiceBlock {
		min-height: 130px !important;
	}

	.practiceimg img {
		height: 80px !important;
		width: auto;
	}

	.practiceimg2 img {
		height: 60px !important;
		width: auto;
	}

	.page-id-1407 #section1,
	.page-id-1407 #section2,
	.page-id-1407 #section3,
	.page-id-1407 #section4,
	.page-id-1407 #section5,
	.page-id-1407 #section6,
	.page-id-1407 #section7,
	.page-id-1407 #section8 {
		scroll-margin-top: 75px;
		/* ヘッダーの高さ分を指定 */
	}

	.left-sm {
		text-align: left !important;
	}

	.c-page-header[data-has-image=true] {
		height: 100px !important;
	}

	.flex-top-sm {
		align-items: flex-start !important;
	}

	.c-page-header__title {
		font-size: 25px;
	}

	.contactTxt {
		font-size: 20px !important;
	}

	.contactTxt2 {
		font-size: 24px !important;
		letter-spacing: -5px !important;
	}

	.bgata-text-1 {
		font-size: 8px !important;
	}

	.bgata-text-2 {
		font-size: 12px !important;
	}

	.toriatsukai-img img {
		height: 60px !important;
		width: auto !important;
	}

	.header-sp-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-sp-img img {
		height: 17px;
		width: auto;
	}

	.l-header__content {
		padding-bottom: 0 !important;
	}

	.header-hours-sp {
		font-size: 11px;
		text-align: left;
		color: black !important;
	}

	.c-drawer {
		--_padding-1: 0 !important;
	}

	.menu-row__col p {
		font-size: 17px !important;
	}

	.header-hours-sp2 {
		font-size: 11px;
		text-align: left;
		color: black !important;
		height: 25px;
		display: flex;
		align-items: center;
	}

	.c-fluid-container {
		--_container-margin-right: 10px !important;
		--_container-margin-left: 10px !important;
	}

	.p1-sm {
		padding-left: 1em;
	}

	.feeBtnTxt {
		font-size: 14px !important;
	}
}