@charset "UTF-8";

/* ページタイトル */
.l-page-ttl {
	background-image: url(../img/service_stock/stock_page-ttl.webp);
}


/* 少数株式売却に関する支援 */
.p-support__content {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 80px 0;
	background-image: url(../img/service_stock/support_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.p-support__body {
	width: 90%;
	max-width: var(--content_w_lg);
	margin: 0 auto;
}

.p-support__list {
	display: flex;
	flex-direction: column;
	gap: 40px;
	color: var(--color_white);
}

.p-support__item {
	border: 1px solid var(--color_white);
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px 6%;
	max-width: 960px;
}
.p-support__item:nth-child(odd) {
	margin-right: auto;
}
.p-support__item:nth-child(even) {
	margin-left: auto;
}

.p-support__item-icon {
	width: 16%;
}

.p-support__item-body {
	width: 78%
}

.p-support__item-ttl {
	font-size: clamp(18px, calc(24 / 768 * 100vw), 24px);
	line-height: 1.5;
	font-weight: var(--fw_jp_bold);
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}

.p-support-conclusion {
	position: relative;
	margin: 160px auto 0;
	padding: 48px;
	background-color: var(--color_white);
	border: 1px solid var(--color02);
	max-width: 960px;
}
.p-support-conclusion::before {
	content: "";
	position: absolute;
	top: -96px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 64px;
	height: 32px;
	background-color: var(--color06);
	clip-path: polygon(0 0,	100% 0,	50% 100%);
	pointer-events: none;
}

.p-support-conclusion__content {
	text-align: center;
	background-image: url(../img/service_stock/icon_hands-heart.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	font-weight: var(--fw_jp_bold);
}

.p-support-conclusion__list {
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin: 1em auto;
}

.p-support-conclusion__item {
	font-size: clamp(16px, calc(24 / 768 * 100vw), 24px);
	line-height: 1.5;
	color: var(--color01);
	letter-spacing: 0.1em;
}

.p-support-conclusion__item span {
	border-bottom: 1px solid currentColor;
}

.p-support-conclusion__txt em {
	font-style: normal;
}


/* このようなお悩みはありませんか？ */
.p-concerns {
	background-image: url(../img/service_stock/concern_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 120px 0;
	margin-top: 0;
}

.p-concerns-ttl {
	margin-bottom: 48px;
	text-align: center;
}

.p-concerns-ttl__heading {
	font-size: clamp(16px, calc(24 / 768 * 100vw), 24px);
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: var(--color01);
	display: inline-block;
	padding: 0.2em 1em;
	background-color: var(--color_white);
}

.p-concerns__lead {
	font-size: clamp(18px, calc(36 / 768 * 100vw), 36px);
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: var(--fw_jp_serif_bold);
	color: var(--color_white);
	text-align: center;
}

.p-concerns__lead span {
	color: var(--color11);
	border-bottom: 1px solid currentColor;
}

.p-concerns__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.5em 6%;
	color: var(--color_white);
	max-width: 800px;
	margin: 40px auto;
}

.p-concerns__item {
	width: 47%;
	line-height: 1.5;
	font-weight: var(--fw_jp_bold);
	padding-left: 1.5em;
	position: relative;
}
.p-concerns__item::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}

.p-concerns__connecting-text {
	font-size: clamp(16px, calc(24 / 768 * 100vw), 24px);
	line-height: 1.5;
	font-weight: var(--fw_jp_serif_bold);
	color: var(--color_white);
	text-align: center;
	margin-bottom: 96px;
	position: relative;
}
.p-concerns__connecting-text::after {
	content: "";
	position: absolute;
	bottom: -56px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 64px;
	height: 32px;
	background-color: var(--color04);
	clip-path: polygon(0 0,	100% 0,	50% 100%);
	pointer-events: none;
}

.p-concerns__result-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1em;
}

.p-concerns__result-item {
	font-size: clamp(16px, calc(24 / 768 * 100vw), 24px);
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: var(--fw_jp_bold);
	text-align: center;
	color: var(--color01);
	display: inline-block;
	padding: 0.5em 1em;
	background-color: var(--color_white);
}


/* 少数非上場株式とは？ */
.p-stock-about {
	max-width: 960px;
	margin: 0 auto;
	padding: 48px;
	border: 1px solid var(--color_gray03);
}

.p-stock-about__content + .p-stock-about__content {
	margin-top: 80px;
}

.p-stock-about__ttl {
	font-size: clamp(16px, calc(24 / 768 * 100vw), 24px);
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: var(--fw_jp_bold);
	text-align: center;
	color: var(--color01);
	padding: 1em;
	margin-bottom: 0.5em;
}

.p-stock-about__ttl span {
	position: relative;
	z-index: 2;
}
.p-stock-about__ttl span::before {
	content: "";
	position: absolute;
	top: -1em;
	left: -2em;
	z-index: -1;
	width: 3em;
	aspect-ratio: 1/1;
	background-image: url(../img/service_stock/icon_banknotes-yen.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.p-stock-about__desc em {
	font-style: normal;
	font-weight: var(--fw_jp_bold);
}

.p-stock-about__desc span {
	display: flex;
	justify-content: center;
}

.p-stock-about__body {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	gap: 24px 6%;
}

.p-stock-about__list {
	width: 64%;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.p-stock-about__item-ttl {
	line-height: 1.5;
	font-weight: var(--fw_jp_bold);
	color: var(--color02);
}

.p-stock-about__img {
	width: 30%;
}


/* おかざき城下町法律事務所ができること */
.p-stock-capabilities {
	position: relative;
	max-width: 960px;
	margin: 160px auto 0;
}
.p-stock-capabilities::before {
	content: "";
	position: absolute;
	top: -96px;
	left: 50%;
	width: 64px;
	height: 32px;
	background-color: var(--color06);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	pointer-events: none;
}

.p-stock-capabilities__ttl {
	font-size: clamp(20px, calc(36 / 768 * 100vw), 36px);
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: var(--fw_jp_bold);
	text-align: center;
	color: var(--color01);
	margin-bottom: 40px;
}

.p-stock-capabilities__content {
	display: flex;
	justify-content: space-between;
	gap: 24px 8%;
}

.p-stock-capabilities__img {
	width: 28%;
}

.p-stock-capabilities__body {
	width: 64%;
}

.p-stock-capabilities__lead {
	margin-bottom: 40px;
}

.p-stock-capabilities__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em 6%;
}

.p-stock-capabilities__item {
	position: relative;
	width: 47%;
	line-height: 1.5;
	font-weight: var(--fw_jp_bold);
	padding-left: 1.5em;
}
.p-stock-capabilities__item::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color02);
}


/* 少数非上場株式売却の流れ */
.p-process__content {
	max-width: 960px;
	margin: 0 auto;
	padding: 48px;
	background-color: var(--color10);
}

.p-process__heading {
	font-size: clamp(18px, calc(24 / 768 * 100vw), 24px);
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: var(--fw_jp_bold);
	text-align: center;
	color: var(--color01);
	margin-bottom: 0.5em;
}

.p-process__list {
	max-width: 960px;
	margin: 64px auto 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-process__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px 6%;
}
.p-process__item:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: -26px;
	left: 19%;
	width: 24px;
	height: 12px;
	background-color: var(--color_gray03);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	pointer-events: none;
}

.p-process__summary {
	width: 38%;
	min-height: 64px;
	padding: 1em 1.5em;
	border: 1px solid var(--color02);
	display: flex;
	align-items: center;
	gap: 0 1.5em;
}

.p-process__number {
	font-size: clamp(16px, calc(20 / 768 * 100vw), 20px);
	line-height: 1;
	color: var(--color02);
}

.p-process__ttl {
	font-size: clamp(16px, calc(20 / 768 * 100vw), 20px);
	line-height: 1.5;
	font-weight: var(--fw_jp_bold);
	letter-spacing: 0.1em;
	color: var(--color02);
}

.p-process__desc {
	width: 56%;
	line-height: 1.5;
}

.p-process__note {
	max-width: 960px;
	margin: 24px auto 0;
	font-size: clamp(12px, calc(14 / 768 * 100vw), 14px);
}


/* 弁護士へ依頼するメリット */
.p-merit__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 2%;
}

.p-merit__item {
	width: 49%;
	padding: 24px;
	border: 1px solid var(--color_gray03);
	display: flex;
	align-items: center;
	gap: 0 5%;
}
.p-merit__item::before {
	content: "";
	width: clamp(48px, calc(72 / 1200 * 100vw), 72px);
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	background-image: url(../img/service_stock/icon_circle-outline.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.p-merit__body {
	flex-grow: 1;
}

.p-merit__ttl {
	font-size: clamp(16px, calc(20 / 768 * 100vw), 20px);
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: var(--fw_jp_bold);
	color: var(--color01);
	margin-bottom: 0.3em;
}

.p-merit__desc {
	line-height: 1.5;
}


/* 選ばれる理由 */
.p-reason__content {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 24px 6%;
}

.p-reason__img {
	width: calc(50% + calc(50vw - 50%));
	margin-right: calc(50% - 50vw);
	height: 640px;
}

.p-reason__body {
	width: 44%;
}

.p-reason__list {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.p-reason__item {
	display: flex;
	align-items: center;
	gap: 0 2em;
	border-bottom: 1px solid var(--color02);
	padding-bottom: 0.5em;
}

.p-reason__number {
	font-size: clamp(16px, calc(20 / 768 * 100vw), 20px);
	line-height: 1.0;
	color: var(--color05);
}

.p-reason__desc {
	flex-grow: 1;
	font-size: clamp(16px, calc(20 / 768 * 100vw), 20px);
	line-height: 1.5;
	font-weight: var(--fw_jp_bold);
	letter-spacing: 0.1em;
}


/* 解決事例 */
.p-case {
	padding: 80px 0;
	background-color: var(--color10);
}

.p-case__content {
	max-width: 960px;
	margin: 0 auto;
}

.p-case__list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-case__item {
	padding: 40px;
	border: 1px solid var(--color02);
	background-color: var(--color_white);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px 5%;
}

.p-case__item-visual {
	width: 14%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-case__item-img {
	max-width: 120px;
}

.p-case__item-label {
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: var(--color_gray01);
	margin-top: 0.5em;
}

.p-case__item-body {
	width: 81%;
}

.p-case__item-heading {
	display: flex;
	align-items: center;
	gap: 0 1.5em;
	margin-bottom: 0.5em;
}

.p-case__number {
	line-height: 1.5;
	font-weight: var(--fw_jp_bold);
	color: var(--color_white);
	background-color: var(--color02);
	padding: 0.2em 1em;
	white-space: nowrap;
}

.p-case__item-ttl {
	font-size: clamp(18px, calc(20 / 768 * 100vw), 24px);
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: var(--fw_jp_bold);
	color: var(--color01);
}

.p-case .c-btns {
	text-align: center;
}


/* FAQ */
.p-faq__body {
	display: flex;
	flex-direction: column;
}

/* FAQ（アコーディオン） */
.p-faq__unit {
	padding: 32px;
	border-bottom: 1px solid var(--color_gray03);
}
.p-faq__unit:first-child {
	border-top: 1px solid var(--color_gray03);
}

.p-faq__unit input {
	display: none;
}

.p-faq__q {
	display: flex;
	align-items: start;
	gap: 0 1em;
	padding-right: 2.3em;
	position: relative;
	cursor: pointer;
}
.p-faq__q::after,
.p-faq__q::before {
	content: "";
	position: absolute;
	right: 0.75em;
	top: 0.75em;
	width: 1px;
	height: 1.5em;
	background-color: var(--color_black);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.p-faq__q::after {
	transform: rotate(90deg);
}

.p-faq__unit input:checked ~ .p-faq__q::before {
	transform: rotate(90deg) !important;
	-webkit-transform: rotate(90deg) !important;
	-moz-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	-o-transform: rotate(90deg) !important;
}

.p-faq__q-mark {
	font-family: var(--ff_roboto);
	font-weight: var(--fw_roboto_medium);
	font-size: clamp(24px, calc(36 / 768 * 100vw), 36px);
	line-height: 1.0;
}

.p-faq__question {
	line-height: 1.8;
	margin-top: 0.2em;
}

.p-faq__a {
	max-height: 0;
	padding: 0 24px;
	visibility: hidden;
	margin-top: 0;
	overflow: hidden;
	background-color: var(--color08);
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	display: flex;
	align-items: start;
	gap: 0 1em;
	margin-left: -24px;
	margin-right: -24px;
}

.p-faq__unit input:checked ~ .p-faq__a {
	max-height: 3000px;
	padding: 24px;
	visibility: visible;
	margin-top: 24px;
}

.p-faq__a-mark {
	font-family: var(--ff_roboto);
	font-weight: var(--fw_roboto_medium);
	font-size: clamp(24px, calc(36 / 768 * 100vw), 36px);
	line-height: 1.0;
	color: var(--color02);
}

.p-faq__answer {
	flex: 1;
	min-width: 0;
	line-height: 1.8;
	margin-top: 0.2em;
}

.p-faq__text {
	line-height: 1.8;
}

.p-faq-comparison {
	display: flex;
	justify-content: center;
	gap: 24px;
	max-width: 640px;
	margin: 24px auto 0;
}

.p-faq-comparison__item {
	flex: 1;
	border: 1px solid var(--color02);
	background-color: var(--color_white);
}

.p-faq-comparison__item--listed {
	border-color: var(--color_gray02);
}

.p-faq-comparison__ttl {
	padding: 0.5em 1em;
	background-color: var(--color02);
	font-size: clamp(16px, calc(20 / 768 * 100vw), 20px);
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	color: var(--color_white);
}

.p-faq-comparison__item--listed .p-faq-comparison__ttl {
	background-color: var(--color_gray02);
}

.p-faq-comparison__list {
	padding: 24px;
}

.p-faq-comparison__row + .p-faq-comparison__row {
	margin-top: 1em;
}

.p-faq-comparison__row dt {
	position: relative;
	padding-left: 1.5em;
	font-weight: var(--fw_jp_normal);
	line-height: 1.5;
}
.p-faq-comparison__row dt::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color02);
}

.p-faq-comparison__row dd {
	padding-left: 1.5em;
	line-height: 1.5;
	font-weight: var(--fw_jp_bold);
	color: var(--color02);
}

.p-faq-comparison__item--listed .p-faq-comparison__row dt::before {
	color: var(--color_gray02);
}

.p-faq-comparison__item--listed .p-faq-comparison__row dd {
	color: var(--color_gray02);
}

.p-faq-data {
	width: 100%;
	margin: 24px auto 0;
	border: 1px solid var(--color_gray03);
	background-color: var(--color_white);
}

.p-faq-data__row {
	display: grid;
	grid-template-columns: minmax(200px, 30%) 1fr;
	border-bottom: 1px solid var(--color_gray03);
}
.p-faq-data__row:last-child {
	border-bottom: none;
}

.p-faq-data__name {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1em 1.5em;
	background-color: var(--color02);
	font-weight: var(--fw_jp_bold);
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	color: var(--color_white);
}

.p-faq-data__name span {
	display: block;
	font-size: 0.8em;
	letter-spacing: 0;
}

.p-faq-data__desc {
	display: flex;
	align-items: center;
	padding: 1em 1.5em;
}

.p-faq-options {
	margin-top: 24px;
	counter-reset: faq-option;
	list-style: none;
}

.p-faq-options__item {
	counter-increment: faq-option;
}

.p-faq-options__item + .p-faq-options__item {
	margin-top: 1em;
}

.p-faq-options__ttl {
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-weight: var(--fw_jp_bold);
	line-height: 1.5;
	color: var(--color01);
}
.p-faq-options__ttl::before {
	content: counter(faq-option);
	display: inline-flex;
	flex: 0 0 1em;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	border: 1px solid var(--color01);
	border-radius: 50%;
	font-family: var(--ff_roboto);
	font-weight: var(--fw_roboto_medium);
	line-height: 1;
}

.p-faq-options__desc {
	margin-top: 0.2em;
	padding-left: 1.5em;
}

.p-faq__answer a {
	display: inline;
}

.p-faq__answer em {
	font-style: normal;
	font-weight: var(--fw_jp_bold);
}

.p-faq__answer .c-btns {
	display: block;
	margin-top: 1em;
	text-align: right;
}

.p-faq__answer .c-btns a {
	display: inline-block;
}


/* 売却前に準備すべきチェックリスト */
.p-check {
	padding: 80px 0;
	background-color: var(--color10);
	margin: 160px auto 0;
}

.p-check__content {
	max-width: 960px;
	margin: 0 auto;
}

.p-check__lead {
	max-width: 800px;
	margin: 0 auto;
}

.p-check__list {
	margin-top: 64px;
	padding: 48px 64px;
	border: 1px solid var(--color_gray03);
	background-color: var(--color_white);
}

.p-check__item {
	position: relative;
	padding: 24px 0 24px 48px;
	border-bottom: 1px solid var(--color_gray03);
}
.p-check__item:last-child {
	border-bottom: none;
}
.p-check__item::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 0;
	width: 32px;
	aspect-ratio: 1 / 1;
	background-image: url(../img/service_stock/icon_checkbox-check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.p-check__item-ttl {
	font-size: clamp(16px, calc(20 / 768 * 100vw), 20px);
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: var(--fw_jp_bold);
	margin-bottom: 0.3em;
}


/* ほかのご相談内容を見る */
.p-subnav {
	background-color: var(--color08);
	padding: 80px 0;
}

.p-subnav__ttl {
	font-size: clamp(16px, calc(24 / 768 * 100vw), 24px);
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: var(--fw_jp_bold);
	color: var(--color01);
	text-align: center;
	margin-bottom: 40px;
}

.p-subnav__list {
	display: flex;
	justify-content: center;
	gap: 24px 5%;
}

.p-subnav__item {
	width: 30%;
}

.p-subnav__link {
	display: block;
	color: var(--color_white);
	text-decoration: none;
	font-size: clamp(16px, calc(24 / 768 * 100vw), 24px);
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: var(--fw_jp_bold);
	text-align: center;
	padding: 16px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.p-subnav__link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.p-subnav__link:hover::after {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.p-subnav__link--corporate::after {
	background-image: url(../img/service_common/subnav_corporate.webp);
}
.p-subnav__link--succession::after {
	background-image: url(../img/service_common/subnav_succession.webp);
}
.p-subnav__link--temples::after {
	background-image: url(../img/service_common/subnav_temples.webp);
}

.p-subnav__link span {
	position: relative;
	z-index: 2;
	display: block;
	padding: 100px 1em;
	border: 1px solid var(--color_white);
}


/* スマートフォン用 */
@media screen and (max-width: 768px) {
	
/* 少数株式売却に関する支援 */
.p-support__content {
padding: 40px 0;
	
}

.p-support__list {
	flex-direction: column;
	gap: 24px;
}

.p-support__item {
	padding: 24px;
	flex-direction: column;
}

.p-support__item-icon {
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
}

.p-support__item-body {
	width: 100%;
}

.p-support-conclusion {
	margin: 80px auto 0;
	padding: 32px;
}
.p-support-conclusion::before {
	top: -48px;
	width:  40px;
	height: 20px;
}
	

/* このようなお悩みはありませんか？ */
.p-concerns {
	padding: 60px 0;
	margin-bottom: 0px;
}

.p-concerns-ttl {
	margin-bottom: 32px;
	text-align: center;
}

.p-concerns-ttl__heading {
	letter-spacing: 0.05em;
}

.p-concerns__list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.2em 6%;
	color: var(--color_white);
	max-width: 800px;
	margin: 24px auto;
}

.p-concerns__item {
	width: 100%;
}

.p-concerns__connecting-text {
	margin-bottom: 64px;
}
.p-concerns__connecting-text::after {
	bottom: -40px;
	width: 40px;
	height: 20px;
}



/* 少数非上場株式とは？ */
	
.p-stock{
	margin-top: 40px;
}
	
.p-stock-about {
	padding: 32px;
}

.p-stock-about__content + .p-stock-about__content {
	margin-top: 40px;
}

.p-stock-about__body {
	margin-top: 24px;
	display: flex;
	flex-direction: column-reverse;
}

.p-stock-about__list {
	width: 100%;
}

.p-stock-about__img {
	margin: 0 auto;
	width: 100%;
	max-width: 120px;
}


/* おかざき城下町法律事務所ができること */
.p-stock-capabilities {
	margin: 80px auto 0;
}
.p-stock-capabilities::before {
	top: -48px;
	width: 40px;
	height: 20px;
}

.p-stock-capabilities__ttl {
	margin-bottom: 24px;
}

.p-stock-capabilities__content {
	flex-direction: column;
	justify-content: space-between;
	gap: 24px 8%;
}

.p-stock-capabilities__img {
	width: 100%;
	margin: 0 auto;
	max-width: 120px;
}

.p-stock-capabilities__body {
	width: 100%;
}

.p-stock-capabilities__lead {
	margin-bottom: 24px;
}

.p-stock-capabilities__list {
	flex-direction: column;
	flex-wrap: wrap;
	gap: 1.5em 6%;
}

.p-stock-capabilities__item {
	width: 100%;
	padding-left: 1.5em;
}


/* 少数非上場株式売却の流れ */
.p-process__content {
	padding: 32px 24px;
}

.p-process__heading {
	letter-spacing: 0;
}

.p-process__lead {
	line-height: 1.8;
}

.p-process__list {
	margin-top: 48px;
	gap: 40px;
}

.p-process__item {
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
}

.p-process__item:not(:last-child)::after {
	bottom: -26px;
	left: 50%;
}

.p-process__summary {
	width: 100%;
	min-height: auto;
	padding: 12px 16px;
	gap: 0 1em;
}

	.p-process__desc {
		width: 100%;
	}

	.p-process__note {
		margin-top: 16px;
	}



/* 弁護士へ依頼するメリット */
.p-merit__list {
	flex-direction: column;
}

.p-merit__item {
	width: 100%;
}


/* 選ばれる理由 */
.p-reason__content {
	flex-direction: column;
}

	.p-reason__img {
	width: calc(100% + calc(50vw - 50%));
	height: 240px;
}

.p-reason__body {
	width: 100%;
}

.p-reason__list {
	gap: 24px;
}

.p-reason__item {
	gap: 0 1em;
}



/* 解決事例 */
.p-case {
	padding: 40px 0;
}

.p-case__list {
	gap: 24px;
}

.p-case__item {
	padding: 24px;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 24px 5%;
}

.p-case__item-visual {
	width: 100%;
}

.p-case__item-img {
	max-width: 120px;
}

.p-case__item-body {
	width: 100%;
}

.p-case__item-heading {
	flex-direction: column;
	align-items: flex-start;
	gap: 1em 1.5em;
}


/* FAQ（アコーディオン） */
	.p-faq__unit { padding: 16px; }
	.p-faq__q { gap: 0 0.4em; padding-right: 1.6em; }
	.p-faq__q::after,
	.p-faq__q::before { right: 0.5em; top: 0.5em; height: 1.0em; }
	.p-faq__question { margin-top: 0.1em; }
	.p-faq__a { padding: 0 16px; gap: 0 0.4em; margin-left: -16px; margin-right: -16px;}
	.p-faq__unit input:checked ~ .p-faq__a { padding: 16px; margin-top: 16px; }
	.p-faq__answer { margin-top: 0.1em; }

	.p-faq-comparison {
		flex-direction: column;
		gap: 16px;
		max-width: 320px;
	}

	.p-faq-comparison__item {
		width: 100%;
	}

	.p-faq-comparison__list {
		padding: 16px;
	}

	.p-faq-data__row {
		grid-template-columns: 1fr;
	}

	.p-faq-data__name {
		padding: 0.8em 1em;
	}

	.p-faq-data__desc {
		padding: 1em;
	}

	.p-faq-options__item + .p-faq-options__item {
		margin-top: 1.2em;
	}



/* 売却前に準備すべきチェックリスト */
.p-check {
	padding: 80px 0;
	margin: 80px auto 0;
}

.p-check__list {
	margin-top: 32px;
	padding: 24px 32px;
}

.p-check__item {
	position: relative;
	padding: 24px 0 24px 36px;
}

.p-check__item::before {
	top: 24px;
	width: 24px;
}

	/* ほかのご相談内容を見る */
	.p-subnav {
		padding: 40px 0;
	}

	.p-subnav__ttl {
		letter-spacing: 0;
		margin-bottom: 40px;
	}

	.p-subnav__list {
		flex-direction: column;
	}

	.p-subnav__item{
		width: 100%;
	}
	
	.p-subnav__link span {
		padding: 48px 1em;
	}

}
