/*
/sogyotecho-zero_inquiry/のみで使用する独自スタイル
*/

.p_lp_title {
	color: #fff;
	background-color: #00a1e1;
	font-size: 1.7rem;
	text-align: center;
	height: 40px;
	font-weight: 600;
}
.p_lp_topback {
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background: url("/wp-content/uploads/2026/06/S0_inquiry_pc-top-back_20260614.webp") no-repeat 0px 0px;
	height: 560px;
}

.p_lp_heroImage {
	object-fit: cover;
	width: 1200px;
}
.c_button_apply {
	border: 1px solid #f29751;
	background-color: #f29751;
}

.c_button_apply:hover {
	border: 1px solid #ff6600;
	background-color: #ff6600;
	filter: none;
	text-decoration: none;
	color: #fff;
}

.p_lpContent_width {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 10px;
}
.lp_text_marker {
	background: linear-gradient(transparent 70%, #a4cd5a 20%);
}

.is-hide_floatCnvButton {
	display: none;
}

.is-show_floatCnvButton {
	display: block;
	position: fixed;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	transition: bottom 0.3s ease-in-out;
	z-index: 9999;
	background: linear-gradient(
		90deg,
		rgba(0, 31, 80, 0.85) 0%,     
		rgba(0, 78, 180, 0.85) 45%,   
		rgba(0, 168, 255, 0.85) 100%  
	);
	padding: 10px;
}

/* -------------------------------------------
  既存css
------------------------------------------- */

.u_bgColor_379fff {
	border-radius: 10px;
}

/* -------------------------------------------
   new-css/pages/p-sogyotecho_inquiry.css
------------------------------------------- */
.c_band_triangleBottom {
	height: calc(60px / 2);
	width: 60px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin-top: -2px;
}
.p_lp_band {
	padding: 1.5rem .5rem;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.p_lpContent_grid4 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin-bottom:3rem;
}
.p_lpContent_grid4 {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.p_lpSquare_title {
	display: flex;
	align-items: flex-start;
	color: #003399;
	font-size: 1.5rem;
	font-weight: 600;
	border-bottom: 4px solid #379fff;
	padding-bottom: 5px;
	margin-bottom: 1rem;
	align-items: center;
}
.p_lpSquare_title img {
	margin-top: 5px;
}
.p_lp_boldMarker {
	font-weight: 900;
	color: #000;
	font-size: 1.6rem;
	background: linear-gradient(
		transparent 60%,
		#ff6 60%
	);
}

/* -------------------------------------------
   税理士
------------------------------------------- */
.lp_bg_primary {
	background: #5bb973;
}
.lp_title_section{
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
	margin: 0rem;
	color: #fff;
	padding: 2rem 0;
	box-sizing: border-box;
}

.lp_title_stretch--left {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding-left: calc(((100vw - 100%) / 2) + 1.5rem);
	border-radius: 0 12px 12px 0; 
	margin-right: 0;
	padding-right: 1.5rem;
	position: relative;
	z-index: 10;
}

.lp_title_stretch--right {
	margin-right: calc(((100vw - 100%) / 2) * -1);  
	padding-right: calc(((100vw - 100%) / 2) + 1.5rem);
	border-radius: 12px 0 0 12px;
	margin-left: 0;
	padding-left: 1.5rem;
	position: relative;
	z-index: 10;
}

.lp_title_stretch--left,
.lp_title_stretch--right {
	transform: translateY(-2rem);
}

.lp_title_stretch--left + *,
.lp_title_stretch--right + * {
	margin-top: -2rem; /* 次の要素を引き上げる */
}

/* -------------------------------------------
   Section wrapper
------------------------------------------- */
.p_lp_supervisorSection {
	background-color: #daecf0;
	padding-bottom: 3rem;
	text-align: left;
}

.p_lp_supervisorSection_label {
	margin: 1rem auto 1rem;
	background-color: #f29751;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 1.3rem;
}
  
/* -------------------------------------------
   Profile block
------------------------------------------- */
.p_lp_supervisorProfile {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}
 
/* -------------------------------------------
   Text body
------------------------------------------- */
.p_lp_supervisorProfile_body {
	flex: 1;
}
 
.p_lp_supervisorProfile_nameBlock {
	border-bottom: 3px solid #003399;
	padding-bottom: 4px;
	margin-bottom: 12px;
}
 
.p_lp_supervisorProfile_name {
	font-size: 1.5rem;
	font-weight: 700;
	color: #003399;
}
.p_lp_supervisorProfile_role {
	font-size: 1.2rem;
	font-weight: 600;
	color: #003399;
	margin: 0;
}
 
.p_lp_supervisorProfile_descBlock {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size:1rem;
}
 
.p_lp_supervisorProfile_desc {
	font-size: 0.875rem;
	color: #333;
	line-height: 1.8;
	margin: 0;
}


/* -------------------------------------------
   Section wrapper
------------------------------------------- */
.p_lp_riyuSection {
	padding: 1.3rem 0 4rem;
	text-align: center;
}
 
/* -------------------------------------------
   2カラム カードリスト
------------------------------------------- */
.p_lp_riyuCard_list {
	display: flex;
	gap: 30px;
	text-align: left;
	margin: 1.3rem 0 2rem;
}
 
.p_lp_riyuCard_item {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 10px #92cdda;
}
 
/* -------------------------------------------
   カードヘッダー（理由バッジ + タイトル）
------------------------------------------- */
.p_lp_riyuCard_header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
 
.p_lp_riyuCard_headerIcon {
	flex-shrink: 0;
	margin-top: 5px;
}
 
.p_lp_riyuCard_headerText {
	font-size: 1.4rem;
	font-weight: 700;
	color: #003399;
}
.p_lp_riyuCard_visual {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
 
.p_lp_riyuCard_visualImg {
	width: 100%;
	height: auto;
	display: block;
}
 
.p_lp_riyuCard_desc {
	font-size: 0.9rem;
	line-height: 1.8;
	font-weight: 600;
}
 
/* -------------------------------------------
   安心バナー
------------------------------------------- */
.p_lp_anshinBanner {
	background-color: #e0f0f8;
	padding: 10px 24px;
	margin-bottom: 5px;
}
 
.p_lp_anshinBanner_title {
	font-size: 1.4rem;
	color: #1a4fa0;
	margin: 0 0 6px;
}
 
.p_lp_anshinBanner_list {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	text-align: left;
}
 
.p_lp_anshinBanner_item {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	justify-content: center;
	padding: 10px;
}
 
.p_lp_anshinBanner_icon {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
}
 
.p_lp_anshinBanner_text {
	font-size: 0.875rem;
	font-weight: 600;
	color: #1a4fa0;
	line-height: 1.7;
	margin: 0;
}
 
.p_lp_anshinBanner_divider {
	width: 1px;
	height: 48px;
	background-color: #a0c8db;
	flex-shrink: 0;
	margin: 0 8px;
}
 

/* -------------------------------------------
   Q&A
------------------------------------------- */
.u_bgColor_00bfbd {
	background-color: #00bfbd;
	border-radius: 10px;
	padding: 10px;
	position: relative;
	z-index: 9;
}

.p_lp_faqSection {
	padding: 5rem 0 3rem;
	background-color: #e0e0e0;
	margin-top: -4rem;
}
 
.p_lp_faqItem {
	overflow: hidden;
	max-width: 1000px;
	margin: auto;
}
 
/* -------------------------------------------
   Q行
------------------------------------------- */
.p_lp_faqItem_question {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 12px 16px;
	background-color: #fff;
	border: none;
	cursor: pointer;
	text-align: left;
	border: 2px solid #ccc;
	border-radius: 8px;
}
 
.p_lp_faqItem_question:hover {
	background-color: #f8f8f8;
}
 
.p_lp_faqItem_qIcon {
	display: flex;
	align-items: baseline;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #fff;
	background: #00bfbd;
	font-size: 1.2rem;
	font-weight: 700;
	flex-shrink: 0;
}
 
.p_lp_faqItem_qText {
	flex: 1;
	font-size: 1.4rem;
	font-weight: 700;
}

/* 複数のfaqItemを並べるときの余白 */
.p_lp_faqItem + .p_lp_faqItem {
	margin-top: 15px;
}
 
/* トグル ＋/ー */
.p_lp_faqItem_toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
}
 
.p_lp_faqItem_toggle::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 4px;
	background-color: #00bfbd;
	border-radius: 1px;
}
 
.p_lp_faqItem_toggle::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 22px;
	background-color: #00bfbd;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
 
/* 開いたとき縦線を回転して消す */
.p_lp_faqItem_question[aria-expanded="true"] .p_lp_faqItem_toggle::after {
	transform: rotate(90deg);
	opacity: 0;
}
 
/* -------------------------------------------
   A行 — overflow:hidden + max-height でぬるっと
------------------------------------------- */
.p_lp_faqItem_answer {
	max-height: 0;
	overflow: hidden;
	border-top: 0px solid #e0e0e0;
	transition: max-height 0.4s ease, border-top-width 0.01s 0.4s;
}
 
.p_lp_faqItem_answer.is-open {
	max-height: 600px;
	transition: max-height 0.4s ease, border-top-width 0s;
}
 
.p_lp_faqItem_answerInner {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 20px;
	text-align: left;
}
 
.p_lp_faqItem_aIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #e868a2;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 2px;
}
 
.p_lp_faqItem_aBody {
	flex: 1;
}
 
.p_lp_faqItem_aLead {
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0 0 10px;
}
 
.p_lp_faqItem_aText {
	font-size: 1rem;
}

/* -------------------------------------------
   Section wrapper
------------------------------------------- */
.p_lp_fuanSection {
	padding:0 0 2rem;
}
 
 
/* -------------------------------------------
   Card list (3-column)
------------------------------------------- */
.p_lp_fuanCard_list {
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-bottom: 10px;
}
 
.p_lp_fuanCard_item {
	flex: 1;
	max-width: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
 

/* -------------------------------------------
   Card image
------------------------------------------- */
.p_lp_fuanCard_image {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
}
 
.p_lp_fuanCard_image img {
	width: 100%;
	max-width: 280px;
	height: auto;
	display: block;
}
 
/* -------------------------------------------
   Card description (light blue box)
------------------------------------------- */
.p_lp_fuanCard_desc {
	background-color: #ddf0f8;
	border-radius: 6px;
	padding: 12px 16px;
	width: 100%;
	box-sizing: border-box;
}
 
.p_lp_fuanCard_descText {
	font-weight: 600;
	color: #000;
	text-align: center;
}
 
/* -------------------------------------------
   Lead text & resolve text
------------------------------------------- */
.p_lp_fuanSection_lead {
	text-align: left;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 8px;
	padding-left: 4px;
}
 
.p_lp_fuanSection_resolve {
	display: flex;
	flex-direction: inherit;
	align-items: center;
	/* gap: 4px; */
	font-size: 3.5rem;
	font-weight: 700;
	margin:1rem auto 0;
	width: fit-content;
}
.p_lp_fuanSection_resolveRow {
	display: inline-block;
	background: linear-gradient(transparent 60%, #ffff00 20%);
	padding: 0 0.5rem;
	/* line-height: 1.4; */
}
 
.p_lp_fuanSection_logo {
	width: auto;
	vertical-align: middle;
}
 
/* -------------------------------------------
   Responsive: tablet & mobile
------------------------------------------- */
@media screen and (max-width: 767px) {
	.is-pc_hidden {
		display:block;
	}

	.is-pc_show {
		display: none;
	}
	.c_button_apply {
		padding: 5px 0px;
	}
	.c_button_block {
		padding-bottom: 1rem;
	}
	.u_fontSize_Slarge {
		font-size: 1.4rem;
	}

	.u_fontSize_large {
		font-size: 2rem;
		line-height: 1.3;
	}
	.u_fontSize_Xlarge {
		font-size: 3rem;
	}
	.u_fs2 {
		font-size: 1rem;
	}
	.u_fs3 {
		font-size: 1rem;
	}
	.u_p15 {
		padding: 5px;
	}
	.lp_title_section {
		font-size: 1.5rem;
		padding: 1rem 1.8rem;
		margin-bottom: -1.2rem;
	}
	.p_lp_topback {
		height: auto;
	}
	.p_lp_fuanSection_titleMain {
		font-size: 1.5rem;
	}
  
	.p_lp_fuanSection_titleSub {
		font-size: 1rem;
	}
	.p_lpSquare_title {
		padding:10px 0 5px;
	}

	.p_lpContent_grid4 {
		grid-template-columns: auto;
		grid-template-rows: auto;
		padding: 0;
	}
	.p_lpSquare_title img {
		width: 55px;
	}

	.p_lpSquare_title h3{
		font-size: 1.3rem;
	}
	.p_lp_fuanSection {
		padding: 0;
	}
	.p_lp_boldMarker {
		font-size: 1.3rem;
	}
  
	.p_lp_fuanSection_lead {
		font-size: 1.125rem;
	}

	.p_lp_fuanSection_resolve {
		font-size: 2.2rem;
		width: 100%;
		align-items: center;
		display: block;
		text-align: center;
	}

	.p_lp_fuanCard_list {
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: flex-start;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 12px;
		flex-direction: inherit;
		gap: 12px;
	}

	.p_lp_fuanCard_item {
		flex: 0 0 75vw;   /* 1枚あたり画面幅の75%で次のカードが少し見える */
		max-width: 75vw;
		scroll-snap-align: start;
	}

	.p_lp_fuanSection_logo {
		margin-bottom: -10px;
	}

	.p_lp_supervisorProfile {
		flex-direction: column;
		align-items: center;
	}
	.p_lp_supervisorProfile img{
		width:180px;
	}

	.p_lp_supervisorProfile_name {
		font-size: 2rem;
		margin-top: -20px;
	}
	.p_lp_supervisorProfile_role {
		font-size: 1.7rem;
		font-weight: normal;
	}
	.p_lp_riyuCard_list {
		display: grid;
	}
	.p_lp_anshinBanner {
		padding: 5px 10px 10px;
	}
	.p_lp_anshinBanner_list {
		display: block;
		padding: 10px;
	}
	.p_lp_anshinBanner_item {
		border-bottom: 2px solid #a0c8db;
		justify-content: flex-start;
	}
	.p_lp_anshinBanner_text {
		font-size: 1rem;
	}
	.p_lp_anshinBanner_divider {
		background: none;
		height: auto;
	}
	.p_lp_anshinBanner_item:last-of-type {
		border-bottom: none;
	} 
	.p_lp_riyuSection {
		padding-bottom: 2rem;
	}
	.p_lp_riyuCard_headerText {
		font-size: 1.2rem;
	}
	.p_lp_faqItem_qText {
		font-size: 1rem;
	}
	.p_lp_faqItem_question {
		padding: 5px;
		gap: 6px;
	}
	.p_lp_faqItem_aLead {
		font-size: 1rem;
	}
	.p_lp_faqItem_aText {
		font-size: 0.95rem;
	}
	.u_mt20_sp{
		padding: 10px;
		margin-top: 20px;
	}

}