@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  メインビジュアル
**************************************************
--------------------------------------------------*/
.mv {
	background-image: url(../imgs/guide/tax-fees/mv.png);
}

/* SP */
@media screen and (max-width: 767px) {
	.mv {
		background-image: url(../imgs/guide/tax-fees/mv_sp.png);
	}
}


/*--------------------------------------------------
**************************************************
  「思ったより手元に残らなかった…」とならないために
**************************************************
--------------------------------------------------*/
.contents_01 h2 {
	text-align: center;
	font-size: 4.0rem;
	font-weight: 700;
}

.contents_01 > p {
	margin-top: 40px;
	text-align: center;
	font-weight: 500;
	line-height: 2;
}

.contents_01 .section {
	margin-top: 120px;
}

.contents_01 .section h3 {
	position: relative;
	padding-left: 150px;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.3;
}

.contents_01 .section h3::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 120px;
	height: 2px;
	background: var(--blue-dark);
}

.contents_01 .section .image_text {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-top: 64px;
}

.contents_01 .section .image_text .image_box {
	max-width: 490px;
	width: 100%;
}

.contents_01 .section .image_text .text_box {
	max-width: 750px;
	width: 100%;
}

.contents_01 .section .image_text .text_box .flex_item {
	display: flex;
	gap: 20px;
}

.contents_01 .section .image_text .text_box .flex_item:not(:nth-of-type(1)) {
	margin-top: 8px;
}

.contents_01 .section .image_text .text_box .item_heading {
	display: flex;
	align-items: center;
	max-width: 130px;
	width: 100%;
	padding-left: 23px;
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--blue-dark);
}

.contents_01 .section .image_text .text_box .item_heading.item_ttl_02::before {
	height: 100%;
}

.contents_01 .section .image_text .text_box .item_body {
	display: flex;
	gap: 9px;
	max-width: 600px;
	width: 100%;
}

.contents_01 .section .image_text .text_box .cell_1 {
	width: 100%;
	padding: 24px;
	background: var(--blue-extra-light);
	font-size: 1.6rem;
}

.contents_01 .section .image_text .text_box .cell_2 {
	width: 50%;
	padding: 24px;
	background: var(--blue-extra-light);
	font-size: 1.6rem;
}

.contents_01 .section .image_text .text_box .cell_2.cell_head {
	padding: 6px;
	background: var(--blue-dark);
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--white);
}

/* SP */
@media screen and (max-width: 767px) {
	.contents_01 h2 {
		font-size: 2.0rem;
	}

	.contents_01 > p {
		margin-top: 24px;
		text-align: left;
		font-size: 1.4rem;
	}

	.contents_01 .section {
		margin-top: 64px;
	}

	.contents_01 .section h3 {
		padding-left: 80px;
		font-size: 2.0rem;
		line-height: 1.6;
	}

	.contents_01 .section h3::before {
		top: 15px;
		transform: translateY(0);
		width: 60px;
	}

	.contents_01 .section .image_text {
		flex-direction: column;
		justify-content: flex-start;
		gap: 24px;
		margin-top: 24px;
	}

	.contents_01 .section .image_text .text_box .flex_item {
		flex-direction: column;
		gap: 10px;
	}

	.contents_01 .section .image_text .text_box .flex_item:not(:nth-of-type(1)) {
		margin-top: 16px;
	}

	.contents_01 .section .image_text .text_box .item_heading {
		max-width: none;
		padding: 10px 0 10px 20px;
	}

	.contents_01 .section .image_text .text_box .item_body {
		flex-wrap: wrap;
		gap: 2px;
	}

	.contents_01 .section .image_text .text_box .cell_1 {
		padding: 16px 24px;
		font-size: 1.5rem;
	}

	.contents_01 .section .image_text .text_box .cell_2 {
		display: flex;
		align-items: center;
		width: calc(50% - 2px);
		padding: 26px 8px;
		font-size: 1.3rem;
	}

	.contents_01 .section .image_text .text_box .cell_2.cell_head {
		justify-content: center;
		padding: 8px;
		font-size: 1.3rem;
	}
}


/*--------------------------------------------------
**************************************************
  具体例
**************************************************
--------------------------------------------------*/
.example {
	margin-top: 120px;
	padding: 100px 0 140px;
	background: var(--gray-bg-light);
}

.example .text_2_1 {
	margin-top: 64px;
	text-align: center;
	font-weight: 500;
}

.example .flex_item_1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 80px;
	margin-top: 64px;
}

.example .flex_item_1 .section {
	max-width: 600px;
	width: 100%;
	padding: 112px 64px;
	background: var(--white);
	border-radius: 16px;
}

.example .flex_item_1 .section .item_ttl_01 {
	opacity: 0.1;
}

.example .flex_item_1 .section h3 {
	font-size: 3.2rem;
	font-weight: 700;
}

.example .flex_item_1 .section h3 span {
	font-size: 1.8rem;
}

.example .flex_item_1 .flex_item_2 {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 40px;
}

.example .flex_item_1 .flex_item_2:not(:nth-of-type(1)) {
	margin-top: 10px;
}

.example .flex_item_1 .flex_item_2 .item_heading {
	display: flex;
	align-items: center;
	max-width: 190px;
	width: 100%;
	min-height: 64px;
	padding: 0 0 0 23px;
}

.example .flex_item_1 .flex_item_2 .item_ttl_02::before {
	height: 100%;
}

.example .flex_item_1 .flex_item_2 .item_heading h4 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--blue-dark);
}

.example .flex_item_1 .flex_item_2 .item_heading h4 span {
	font-size: 1.4rem;
}

.example .flex_item_1 .flex_item_2 .item_body {
	max-width: 320px;
	width: 100%;
}

.example .flex_item_1 .flex_item_2 .item_body p {
	font-weight: 500;
}

.example .flex_item_1 .flex_item_2 .item_body p .poppins {
	font-size: 2.4rem;
}

.example .flex_item_1 .calc_item {
	margin-top: 56px;
	white-space: nowrap;
}

.example .flex_item_1 .calc_item:not(:nth-of-type(1)) {
	margin-top: 40px;
}

.example .flex_item_1 .calc_item h4 {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--blue-dark);
}

.example .flex_item_1 .calc_item .calc_sum {
	display: flex;
	align-items: flex-end;
}

.example .flex_item_1 .calc_item .calc_sum .rubi {
	padding-left: 0.5em;
	font-size: 1.4rem;
	line-height: 1;
}

.example .flex_item_1 .calc_item .calc_sum p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
}

.example .flex_item_1 .calc_item .calc_sum p .poppins {
	font-size: 2.4rem;
}

.example .flex_item_1 .calc_item .calc_sum p .poppins.txt_blue_1 {
	font-weight: 600;
}

.example .flex_item_1 .calc_item .calc_sum p .poppins.small {
	display: inline-block;
	padding-top: 8px;
	font-size: 1.6rem;
}

.example .flex_item_1 .calc_item .calc_sum p .poppins.result {
	font-weight: 600;
	color: #2089FA;
}

.example .text_2_2 {
	max-width: 840px;
	width: 100%;
	margin: 64px auto 0;
	padding: 40px 0;
	border-top: var(--blue-dark) 2px solid;
	border-bottom: var(--blue-dark) 2px solid;
	text-align: center;
	font-weight: 500;
	line-height: 2;
}

/* SP */
@media screen and (max-width: 767px) {
	.example {
		padding-bottom: 100px;
	}

	.example .text_2_1 {
		margin-top: 24px;
	}

	.example .flex_item_1 {
		flex-direction: column;
		justify-content: flex-start;
		gap: 40px;
	}

	.example .flex_item_1 .section {
		padding: 32px 24px;
	}

	.example .flex_item_1 .section h3 {
		font-size: 2.0rem;
	}

	.example .flex_item_1 .section h3 span {
		font-size: 1.4rem;
	}

	.example .flex_item_1 .flex_item_2 {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		margin-top: 24px;
	}

	.example .flex_item_1 .flex_item_2:not(:nth-of-type(1)) {
		margin-top: 8px;
	}

	.example .flex_item_1 .flex_item_2 .item_heading {
		max-width: none;
		min-height: auto;
		padding: 10px 0 10px 26px;
	}

	.example .flex_item_1 .flex_item_2 .item_heading h4 span {
		font-size: 1.2rem;
	}

	.example .flex_item_1 .flex_item_2 .item_body p {
		font-size: 1.4rem;
	}

	.example .flex_item_1 .flex_item_2 .item_body p .poppins {
		font-size: 2.0rem;
	}

	.example .flex_item_1 .calc_item,
	.example .flex_item_1 .calc_item:not(:nth-of-type(1)) {
		margin-top: 24px;
		white-space: normal;
	}

	.example .flex_item_1 .calc_item .calc_sum {
		flex-wrap: wrap;
	}

	.example .flex_item_1 .calc_item .calc_sum .rubi {
		font-size: 1.2rem;
	}

	.example .flex_item_1 .calc_item .calc_sum p {
		font-size: 1.4rem;
	}

	.example .flex_item_1 .calc_item .calc_sum p .poppins {
		font-size: 2.0rem;
	}

	.example .flex_item_1 .calc_item .calc_sum p .poppins.small {
		font-size: 1.6rem;
	}

	.example .text_2_2 {
		text-align: left;
	}
}


/*--------------------------------------------------
**************************************************
  不動産売却の税金Q&A
**************************************************
--------------------------------------------------*/
.faq {
	margin-top: 120px;
}

.faq .heading_01 .main span {
	font-size: 2.0rem;
}

.faq .faq_list {
	max-width: 800px;
	margin: 64px auto 0;
}

/* SP */
@media screen and (max-width: 767px) {
	.faq {
		margin-top: 80px;
	}

	.faq .heading_01 .main span {
		font-size: 1.4rem;
	}

	.faq .faq_list {
		margin-top: 24px;
	}
}


/*--------------------------------------------------
**************************************************
  複雑な税金や費用計算も、当社がサポートします
**************************************************
--------------------------------------------------*/
.contents_04 {
	position: relative;
	margin: 120px 0 380px;
	padding: 120px 0 320px;
	color: var(--white);
}

.contents_04 h2 {
	text-align: center;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.5;
}

.contents_04 .text_box {
	max-width: 700px;
	width: 100%;
	margin: 64px auto 0;
}

.contents_04 .text_box p {
	text-align: center;
	line-height: 2;
}

.contents_04 .text_box p:nth-of-type(1) {
	font-size: 1.8rem;
	font-weight: 500;
}

.contents_04 .text_box p:nth-of-type(2) {
	font-size: 1.8rem;
	font-weight: 600;
}

.contents_04 .image_box {
	position: absolute;
	top: 500px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}

/* SP */
@media screen and (max-width: 767px) {
	.contents_04 {
		margin: 120px 0 180px;
		padding: 80px 0 180px;
	}

	.contents_04 h2 {
		font-size: 2.2rem;
		line-height: 1.6;
	}

	.contents_04 .text_box p {
		font-size: 1.4rem;
	}

	.contents_04 .text_box p:nth-of-type(1) {
		font-size: 1.7rem;
	}

	.contents_04 .image_box {
		top: 500px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: 90%;
		border-radius: 16px;
	}

	.contents_04 .image_box img {
		border-radius: 16px;
	}
}

