@charset "utf-8";
/*----------------------------------------------------------------------------------------

	leaseback-page.css

----------------------------------------------------------------------------------------*/

/* 共通 //
////////////////////////////////////////////////////////////////////*/

#wrapper {
	margin: auto;
	padding: 0 15px;
	max-width: 1030px;
}

/* サブヘッダー ///
---------------------------------------------- */
#subheader {
	margin-bottom: 5rem;
}
#subheader .title {
	width: 100%;
	height: 14rem;
	background: url(/images/leaseback/subheader_bg.png) repeat no-repeat center, #0f172b;
	display: table;
}
#subheader .title > span {
	display: table-cell;
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
	vertical-align: middle;
}
/* --- SMP --- */
@media (max-width: 767px) {
	#subheader {
		margin-bottom: 30px;
		display: flex;
		flex-direction: column;
	}
	#subheader .title {
		height: 80px;
		background-size: cover;
		order: -1;
	}
	#subheader .title > span {
		font-size: 2.2rem;
	}
}

/* パンクズ ///
---------------------------------------------- */
#pankuzu > div {
	margin: auto;
	max-width: 1000px;
}
#pankuzu ol {
	height: 4rem;
	display: table;
}
#pankuzu ol > li {
	display: table-cell;
	font-weight: 400;
	font-size: 1.4rem;
	vertical-align: middle;
}
#pankuzu ol > li:not(:last-child):after {
	padding: 0 0.8rem;
	display: inline-block;
	font-size: 1.4rem;
	content: ">";
}
/* --- SMP --- */
@media (max-width: 767px) {
	#pankuzu {
		padding: 0 15px;
		background-color: #f7f7f7;
		overflow-y: scroll;
	}
	#pankuzu ol {
		height: 30px;
	}
	#pankuzu ol > li {
		font-size: 1.1rem;
		white-space: nowrap;
	}
}

/* 見出し ///
---------------------------------------------- */
.line01 {
	margin-bottom: 2.5rem;
	color: #2e94e5;
	font-size: 3.2rem;
	line-height: 1.3;
	text-align: center;
}
.line01::after {
	margin: 20px auto 0;
	width: 50px;
	height: 1px;
	background-color: #2e94e5;
	display: block;
	content: "";
}
/* --- SMP --- */
@media (max-width: 767px) {
	.line01 {
		margin-bottom: 15px;
		font-size: 2.2rem;
	}
	.line01::after {
		margin-top: 15px;
	}
}

/* フッター ///
---------------------------------------------- */
#foot_content {
	margin-top: 10rem;
}
#foot_content > .soudan {
	padding: 6rem 0;
	background-color: #f7f7f7;
}
#foot_content > .soudan > div {
	margin: auto;
	padding: 0 10px;
	max-width: 1100px;
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
}
#foot_content > .soudan > div p > em {
	font-size: 2.2rem;
	font-weight: 900;
}
/* --- SMP --- */
@media (max-width: 767px) {
	#foot_content {
		margin-top: 50px;
	}
	#foot_content > .soudan {
		padding: 30px 10px;
	}
	#foot_content > .soudan > div {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#foot_content > .soudan > div p + p {
		margin-top: 8px;
	}
	#foot_content > .soudan > div p > em {
		font-size: 2rem;
		line-height: 1.3;
	}
	#foot_content > .soudan > div p span {
		display: inline-block;
	}
}

/* 任意売却ページ //
////////////////////////////////////////////////////////////////////*/

body.ninbai #wrapper > *:not(:last-child) {
	margin-bottom: 8rem;
}
body.ninbai #wrapper .cols {
	display: flex;
	line-height: 1.8;
	justify-content: space-between;
}
body.ninbai #wrapper .cols > .pic {
	width: 32%;
}
body.ninbai #wrapper .cols > .txt {
	width: 66%;
}
/* --- SMP --- */
@media (max-width: 767px) {
	body.ninbai #wrapper > *:not(:last-child) {
		margin-bottom: 40px;
	}
	body.ninbai #wrapper .cols {
		display: block;
	}
	body.ninbai #wrapper .cols > .pic,
	body.ninbai #wrapper .cols > .txt {
		width: 100%;
	}
	body.ninbai #wrapper .cols > .pic {
		margin: -15px auto 10px;
		max-width: 414px;
		display: block;
	}
}

body.ninbai #merideme table {
	width: 100%;
	table-layout: fixed;
	border: 4px solid #c9c9c9;
}
body.ninbai #merideme table th {
	padding: 2rem;
	border: 1px solid #c9c9c9;
	font-size: 2rem;
}
body.ninbai #merideme table th > span {
	display: inline-block;
}
body.ninbai #merideme table tr:first-child th {
	font-size: 2.4rem;
}
body.ninbai #merideme table td {
	padding: 1rem 2rem;
	border: 1px solid #C9C9C9;
	font-size: 1.5rem;
}
body.ninbai #merideme table th:first-child,
body.ninbai #merideme table td:first-child {
	width: 40%;
	background-color: #E9E9E9;
}
body.ninbai #merideme table th:last-child,
body.ninbai #merideme table td:last-child {
	width: 40%;
	background-color: #fcffaf;
}
/* --- SMP --- */
@media (max-width: 767px) {
	body.ninbai #merideme {
		margin: 0 -15px;
	}
	body.ninbai #merideme .line01 {
		margin-bottom: 20px;
	}
	body.ninbai #merideme table th {
		padding: 10px;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	body.ninbai #merideme table tr:first-child th {
		font-size: 1.5rem;
	}
	body.ninbai #merideme table td {
		padding: 10px;
		font-size: 1.2rem;
	}
}

/* サイトマップページ //
////////////////////////////////////////////////////////////////////*/

body.sitemap #wrapper > .sitemap_list {
	padding-top: 2rem;
}
body.sitemap #wrapper > .sitemap_list > li {
	margin: auto;
	height: 50px;
	display: table;
}
body.sitemap #wrapper > .sitemap_list > li a {
	display: table-cell;
	font-size: 2.4rem;
	text-align: center;
	vertical-align: middle;
}
body.sitemap #wrapper > .sitemap_list > li:not(:last-child) {
	margin-bottom: 2rem;
}
@media (max-width: 767px) {
	body.sitemap #wrapper > .sitemap_list {
		padding-top: 1rem;
	}
	body.sitemap #wrapper > .sitemap_list > li {
		width: 100%;
	}
	body.sitemap #wrapper > .sitemap_list > li > a {
		font-size: 1.8rem;
	}
	body.sitemap #wrapper > .sitemap_list > li:not(:last-child) {
		margin-bottom: 0;
	}
}
