@charset "utf-8";
#main_title {
	border-bottom: solid 1px #e3e3e3;
}
#main_title .inner {
	display: flex;
	align-items: center;
	height: 100px;
}
#main_title .inner p {
	font-size: 36px;
	font-weight: bold;
}
#top .kv {
	height: 380px;
	background: url(../../img/pc/select/index/kv.webp) no-repeat center center;
	background-size: cover;
}
#top .inner h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px;
	font-size: 30px;
	font-weight: bold;
}
#top .inner h1 strong {
	font-size: 40px;
}
#structure {
	background: #eff2f5;
}
#structure .inner {
	padding-top: 50px;
}
#structure .inner .sub {
	color: #333;
	font-size: 16px;
	text-align: center;
}
#structure .inner h2 {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
#structure .inner h3 {
	margin-top: 30px;
	font-size: 22px;
	font-weight: bold;
}
#structure .inner .img {
	margin-top: 20px;
}
#point .inner {
	padding-bottom: 60px;
}
#point .inner > ul > li {
	margin-top: 80px;
}
#point .inner > ul > li h2 {
	padding-bottom: 5px;
	border-bottom: solid 6px #f5cb45;
	background-repeat: no-repeat;
	background-position: 380px 8px;
	color: #333;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
}
#point .inner > ul > li h2 strong {
	color: #000;
	font-size: 34px;
	font-weight: bold;
}
#point .inner > ul .point1 h2 {
	background-image: url(../../img/pc/select/index/point1_no.webp);
}
#point .inner > ul .point1 .keyword {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#point .inner > ul .point1 .keyword li {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 360px;
	height: 70px;
	padding-top: 3px;
	border-radius: 3px;
	background: #f5cb45;
	font-size: 30px;
	font-weight: bold;
}
#point .inner > ul .point1 .txt {
	margin-top: 40px;
	color: #b6325c;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#point .inner > ul .point1 .main {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#point .inner > ul .point1 .main .detail {
	display: flex;
	box-sizing: border-box;
	width: 680px;
	height: 270px;
	padding: 20px 0;
	border: solid 1px #d3d3d3;
	color: #333;
}
#point .inner > ul .point1 .main .detail .d-ttl {
	font-size: 16px;
	font-weight: bold;
}
#point .inner > ul .point1 .main .detail .d-txt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
}
#point .inner > ul .point1 .main .detail .included {
	box-sizing: border-box;
	width: 325px;
	padding-left: 15px;
}
#point .inner > ul .point1 .main .detail .not-included {
	box-sizing: border-box;
	width: 355px;
	padding-left: 15px;
	border-left: solid 1px #d3d3d3;
}
#point .inner > ul .point1 .note {
	margin-top: 20px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
#point .inner ul .point2 h2 {
	background-image: url(../../img/pc/select/index/point2_no.webp);
}
#point .inner > ul .point2 .keyword {
	display: flex;
	margin-top: 30px;
}
#point .inner > ul .point2 .keyword li {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 70px;
	padding-top: 3px;
	border-radius: 3px;
	background: #f5cb45;
	font-size: 30px;
	font-weight: bold;
}
#point .inner > ul .point2 .keyword li small {
	font-size: 16px;
}
#point .inner > ul .point2 .keyword li:first-child {
	width: 360px;
	margin-left: 50px;
}
#point .inner > ul .point2 .keyword li:last-child {
	width: 680px;
	margin: 0 50px 0 60px;
}
#point .inner > ul .point2 .txt {
	margin-top: 40px;
	color: #b6325c;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#point .inner > ul .point2 .main {
	margin-top: 30px;
}
#point .inner ul .point3 h2 {
	background-image: url(../../img/pc/select/index/point3_no.webp);
}
#point .inner > ul .point3 .keyword {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#point .inner > ul .point3 .keyword li {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 360px;
	height: 70px;
	padding-top: 3px;
	border-radius: 3px;
	background: #f5cb45;
	font-size: 30px;
	font-weight: bold;
}
#point .inner > ul .point3 .txt {
	margin-top: 40px;
	color: #b6325c;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#point .inner > ul .point3 .main {
	margin-top: 30px;
}
#point .inner > ul .point3 .note {
	margin-top: 20px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
#flow {
	background: #eff2f5;
}
#flow .inner {
	padding: 80px 0;
}
#flow .inner h2 {
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#lease_flow {
	margin-top: 30px;
	padding-bottom: 50px;
	border-bottom: solid 2px #1d1d1d;
}
#lease_flow h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 330px;
	height: 50px;
	padding-top: 3px;
	background: #fa1a00;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
#lease_flow ul {
	display: flex;
	margin-top: 20px;
	background: url(../../img/pc/select/index/bg_lease_flow.webp) no-repeat;
}
#lease_flow ul li {
	box-sizing: border-box;
	width: 200px;
	height: 334px;
	padding: 0 15px 0 35px;
}
#lease_flow ul li:first-child {
	padding: 0 30px 0 20px;
}
#lease_flow ul li dl dt {
	margin-top: 105px;
	font-size: 18px;
	font-weight: bold;
}
#lease_flow ul li dl dd {
	margin-top: 10px;
	font-size: 13px;
	line-height: 26px;
}
#lease_flow .note {
	margin-top: 30px;
	color: #333;
	font-size: 14px;
}
#cash_flow {
	margin-top: 50px;
}
#cash_flow h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 330px;
	height: 50px;
	padding-top: 3px;
	background: #ab812a;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
#cash_flow ul {
	display: flex;
	margin-top: 20px;
	background: url(../../img/pc/select/index/bg_cash_flow.webp) no-repeat;
}
#cash_flow ul li {
	box-sizing: border-box;
	width: 200px;
	height: 334px;
	padding: 0 15px 0 35px;
}
#cash_flow ul li:first-child {
	padding: 0 30px 0 20px;
}
#cash_flow ul li dl dt {
	margin-top: 105px;
	font-size: 18px;
	font-weight: bold;
}
#cash_flow ul li dl dd {
	margin-top: 10px;
	font-size: 13px;
	line-height: 26px;
}
#cash_flow .note {
	margin-top: 30px;
	color: #333;
	font-size: 14px;
}
#differ .inner {
	padding: 80px 0;
}
#differ .inner h2 {
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#differ .inner table {
	width: 100%;
	margin-top: 40px;
}
#differ .inner table th, #differ .inner table td {
	box-sizing: border-box;
	width: 300px;
	padding: 10px 30px;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 16px;
}
#differ .inner table th {
	color: #fff;
	font-weight: bold;
}
#differ .inner table th:nth-child(2) {
	background: #ab812a;
}
#differ .inner table th:nth-child(3) {
	background: #fa1a00;
}
#differ .inner table th:nth-child(4) {
	background: #323647;
}
#differ .inner table td {
	background: #fff;
}
#differ .inner table td:nth-child(1) {
	background: #eff2f5;
}
#differ .note {
	margin-top: 25px;
	color: #333;
	font-size: 14px;
}