@charset "utf-8";
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
h3.noline {
	margin-bottom: var(--px20);
	padding: 0;
	border: none;
	font-size: var(--rem24w);
	font-weight: 500;
	font-family: var(--font-family02);
}
h4.noline {
	margin-bottom: var(--px20);
	padding: 0;
	font-size: var(--rem20w);
	font-weight: 500;
	font-family: var(--font-family02);
}
h4.noline::before {
	display: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
	body:not(.home) .post {
		font-size: 1.3rem;
	}
	.post table {
		font-size: 100%;
	}
}
/**/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.bg_white::before {
	background: #fff;
}
.bg_white_last::before {
	background: linear-gradient(to top, transparent, #fff 200px);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_flex.rev { flex-direction: row-reverse; }
	.box_flex.vtop { align-items: flex-start; }
	.box_flex.vcen { align-items: center; }
	.box_flex.vbtm { align-items: flex-end; }
	.box_flex .w30 { width: 30%; }
	.box_flex .w35 { width: 35%; }
	.box_flex .w40 { width: 40%; }
	.box_flex .w55 { width: 55%; }
	.box_flex .w60 { width: 60%; }
	.box_flex .w65 { width: 65%; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_flex .w30, .box_flex .w35,
	.box_flex .w60, .box_flex .w65 { margin-bottom: 0; }
	.box_flex > div+div {
		margin-top: 20px;
	}
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
}
.post table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: var(--px24);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.post p.fs20,
.post p.fs30 {
	font-size: var(--rem20w);
	font-weight: 500;
	font-family: var(--font-family02);
	line-height: 1.6;
}
.post p.fs30 {
	font-size: var(--rem30);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post p.fs30 {
		font-size: var(--rem20w);
	}
}
/**/
.box_line {
	padding: 20px;
	border: 1px solid #ccc;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.box_line {
		padding: var(--px50);
	}
}
/**/
a.txt_link {
	color: var(--color-font);
	text-decoration: underline;
}
a.txt_link:hover {
	text-decoration: none;
}
/**/
#sub_link {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: var(--px30);
	row-gap: var(--px20);
}
#sub_link li a {
	position: relative;
	display: block;
	padding: 1.2em 1.6em;
	background: #fff;
	border: 1px solid #ccc;
	font-weight: 500;
	font-family: var(--font-family02);
	transition: all 0.3s ease-in-out;
	line-height: 1.4;
}
#sub_link li a::before {
	margin-right: 1em;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: "\f0d7"
}
#sub_link li a:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#sub_link {
		width: 90%;
		margin: auto;
	}
	#sub_link li {
		width: 100%;
	}
}
/*--------------------------------------------------
	クリアラウンド行政書士事務所について
--------------------------------------------------*/
#about_promise h3 {
	padding: 0;
	border: none;
	text-align: center;
}
#about_promise h3 span {
	display: block;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#about_promise .box {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#about_promise h3 {
		font-size: var(--rem24w);
	}
	#about_promise .box+.box {
		margin-top: 40px;
	}
}
/**/
#about_profile .name {
	font-size: var(--rem20);
	font-family: var(--font-family02);
}
#about_profile .name b {
	margin-left: 1em;
	font-size: var(--rem30);
}
#about_profile dl {
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #ccc;
	font-size: var(--rem18);
	line-height: 1.8;
	/* フレックス */
	display: flex;
}
#about_profile dt {
	font-weight: 600;
	white-space: nowrap;
}
#about_profile dt::after {
	margin: 0 0.3em;
	content: "：";
}
#about_profile dd {
	padding: 0;
}
#about_profile .box {
	margin-top: 40px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
}
#about_profile .box h3 {
	margin-top: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#about_profile .box {
		padding: var(--px50);
	}
	#about_profile .box_flex .box {
		width: calc(50% - 20px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#about_profile .box {
		margin-top: 30px;
	}
}
/**/
#company_tbl tr:nth-child(even) {
	background: #fff;
}
/**/
#about_map iframe {
	width: 100%;
}
/**/
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#about_walk {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: var(--px60);
	}
}
/*--------------------------------------------------
	サービス内容
--------------------------------------------------*/
#service_process .box {
	position: relative;
}
#service_process .box h3 {
	margin: 0 0 var(--px14);
	padding: 0;
	border: none;
	text-align: center;
}
#service_process .box dl {
	padding: 20px;
	background: #f5f5f5;
}
#service_process .box dt {
	margin-bottom: var(--px20);
	font-size: var(--rem20w);
	font-family: var(--font-family02);
	font-weight: 600;
	text-align: center;
}
#service_process .box dt img {
	display: block;
	margin-bottom: var(--px20);
}
#service_process .box dd {
	padding: 0;
	line-height: 2;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_process .box {
		width: calc((100% / 3) - (60px * 2 / 3));
	}
	#service_process .box+.box::before {
		position: absolute;
		top: 50%;
		left: -40px;
		display: block;
		width: 24px;
		height: 32px;
		background: #ccc;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		transform: translateY(-50%);
		content: "";
	}
	#service_process .box dl {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_process .box h3 {
		font-size: var(--rem24w);
	}
	#service_process .box+.box {
		margin-top: 40px;
	}
	#service_process .box+.box::before {
		position: absolute;
		top: -30px;
		left: 50%;
		display: block;
		width: 32px;
		height: 20px;
		background: #ccc;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		transform: translateX(-50%);
		content: "";
	}
}
/**/
#service_price {
	border: none;
}
#service_price thead th:first-child {
	border: none;
	background: none;
}
#service_price thead th,
#service_price02 thead th {
	text-align: center;
	vertical-align: top;
}
#service_price thead th:nth-child(3),
#service_price02 thead th:nth-child(2) {
	background: #ddd;
}
#service_price thead th:nth-child(4),
#service_price02 thead th:nth-child(3) {
	background: var(--color-primary);
}
#service_price thead th b,
#service_price02 thead th b {
	min-height: 3em;
	font-size: var(--rem20);
	font-family: var(--font-family02);
	font-weight: 500;
	line-height: 1.5em;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#service_price thead th span,
#service_price02 thead th span {
	min-height: 4.5em;
	margin-top: 10px;
	padding: 10px;
	background: #fff;
	box-sizing: content-box;
	font-weight: normal;
	line-height: 1.5em;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#service_price02 thead th span {
	margin-bottom: 10px;
}
#service_price tbody th {
	line-height: 1.5em;
	vertical-align: middle;
}
#service_price tbody td {
	height: 3em;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	box-sizing: content-box;
}
#service_price .price td,
#service_price02 .price td {
	font-weight: 500;
	font-family: var(--font-family02);
	text-align: center;
}
#service_price .price td b,
#service_price02 .price td b {
	font-size: var(--rem30);
	font-weight: 500;
}
#service_price02 td ul li {
	line-height: 1.6;
}
#service_price02 td ul li+li {
	margin-top: 0.5em;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_price02 th,
	#service_price02 td {
		padding: var(--px24);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_price02 td ul {
		width: 200px;
		white-space: normal;
	}
}
/**/
#service_note {
	border-top: 1px solid #ccc;
}
#service_note dl {
	padding: var(--px40) 0;
	border-bottom: 1px solid #ccc;
}
#service_note dt {
	font-size: var(--rem20w);
	font-weight: 500;
	font-family: var(--font-family02);
}
#service_note dd {
	padding: 0;
	line-height: 2;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#service_note dl {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
	}
	#service_note dt {
		width: 300px;
	}
	#service_note dd {
		width: calc(100% - 300px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_note dt {
		margin-bottom: 0.5em;
	}
}
/**/
#service_system {
	padding: 20px;
	border: 1px solid #ccc;
	font-size: var(--rem24w);
	font-weight: 500;
	font-family: var(--font-family02);
	text-align: center;
}
#service_system span.sign {
	margin: 0.5em;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_system p {
		line-height: 1;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	#service_system p span.total {
		display: block;
		margin-top: 0.7em;
	}
}
/**/
.post table.ex_tbl {
	margin-top: 0;
}
.post table.ex_tbl th {
	vertical-align: middle;
}
.post table.ex_tbl td.price {
	font-size: var(--rem18);
	font-weight: 500;
	font-family: var(--font-family02);
}
.post table.ex_tbl td.price b {
	font-size: var(--rem30);
	font-weight: 500;
}
/*--------------------------------------------------
	医師紹介
--------------------------------------------------*/
#doctor_chk li {
	position: relative;
	margin-left: 30px;
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #ccc;
	font-size: var(--rem20);
	line-height: 1.6;
}
#doctor_chk li::before {
	position: absolute;
	top: 0;
	left: -30px;
	color: var(--color-primary);
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	content: '\f14a';
}
/**/
#history_tbl tr:nth-child(even) {
	background: #fff;
}
#history_tbl th {
	width: 15%;
}
/**/
#doctor_case dl {
	padding: 20px;
	border: 1px solid #ccc;
}
#doctor_case dl+dl {
	margin-top: var(--px40);
}
#doctor_case dt {
	margin-bottom: var(--px20);
	font-size: var(--rem24w);
	font-weight: 500;
	font-family: var(--font-family02);
}
#doctor_case dd {
	padding: 0;
}
#doctor_case dd li {
	position: relative;
	padding-left: 1.8em;
	line-height: 1.6;
}
#doctor_case dd li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-size: var(--rem20);
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	content: '\f058';
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#doctor_case dl {
		padding: var(--px50);
	}
	#doctor_case dd ul {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 0.8em;
	}
	#doctor_case dd ul li {
		width: 48.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#doctor_case dd ul li+li {
		margin-top: 0.5em;
	}
}
/**/
#doctor_note .box h3 {
	margin: var(--px18) 0 var(--px14);
	padding: 0;
	border: none;
	text-align: center;
}
#doctor_note .box h3 span {
	display: block;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#doctor_note .box {
		width: calc((100% / 3) - (60px * 2 / 3));
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#doctor_note .box h3 {
		font-size: var(--rem24w);
	}
	#doctor_note .box+.box {
		margin-top: 40px;
	}
}
/**/
#doctor_price th {
	vertical-align: middle;
}
/*--------------------------------------------------
	ご利用の流れ
--------------------------------------------------*/
ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: var(--px50);
	background: #fff;
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary-shade);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-family: var(--font-family02);
	font-weight: 500;
	padding: 0 0 0.8em 0;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary-shade);
	padding: 5px 10px;
	margin-right: 15px;
	position: relative;
	white-space: nowrap;
	z-index: 100;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}
/*--------------------------------------------------
	よくある質問
--------------------------------------------------*/
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: #ffffff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: normal;
	font-family: var(--font-family02);
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner .q_ico {
	background: #f2f2f2;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: normal;
	font-family: var(--font-family02);
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}
/*--------------------------------------------------
	アフターフォロー
--------------------------------------------------*/
#followup_note h2 {
	margin-bottom: var(--px30);
}
/**/
#followup_about dl {
	padding: 20px;
	background: #fff;
}
#followup_about dt {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: var(--rem20w);
	font-weight: 600;
	font-family: var(--font-family02);
	line-height: 1.4;
}
#followup_about dt::before {
	position: absolute;
	top: 0.3em;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	background: var(--color-primary);
	border-radius: 50%;
	content: "";
}
#followup_about dd {
	padding: 0;
	line-height: 2;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#followup_about {
		row-gap: 40px;
	}
	#followup_about dl {
		width: 48.5%;
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#followup_about dl+dl {
		margin-top: 20px;
	}
	#followup_about dt {
		padding-left: 20px;
	}
	#followup_about dt::before {
		width: 10px;
		height: 10px;
	}
}
/**/
#followup_support {
	counter-reset: number;
	list-style-type: none;
}
#followup_support li {
	position: relative;
	padding-left: 2em;
	font-size: var(--rem20);
	font-weight: 500;
	font-family: var(--font-family02);
	list-style-type: none;
	line-height: 1.6;
}
#followup_support li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-size: var(--rem30);
	counter-increment: number;
	content: counter(number);
	line-height: 1;
}
#followup_support li+li {
	margin-top: 1.5em;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
.wpcf7-form label {
	background: none !important;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	width: 100%;
	padding: 15px 35px;
}