@charset "utf-8";
#included {
	padding: 70px 0 80px !important;
	background: #bee6eb;
}
#included .inner {
	width: 1130px;
}
#included .inner .ttl {
	font-size: 20px;
	font-weight: bold;
}
#included .inner .tbl {
	width: 1130px;
	margin-top: 20px;
	overflow-x: auto;
	overflow-y: hidden !important;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
#included .inner .tbl table {
	width: 100%;
}
#included .inner .tbl table th, #included .inner .tbl table td {
	box-sizing: border-box;
	padding: 12px 10px 12px 20px;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 14px;
}
#included .inner .tbl table th {
	background: #eef2f5;
	text-align: left;
}
#included .inner .tbl table tr:nth-child(odd) td {
	background: #eef2f5;
}
#included .inner .tbl table th:nth-child(1) {
	width: 320px;
}
#included .inner .tbl table th:nth-child(2) {
	width: 320px;
}
#included .inner .tbl table th:nth-child(3) {
	width: 245px;
}
#included .inner .tbl table th:nth-child(4) {
	width: 244px;
}
#included .inner .tbl table th.plan {
	font-weight: bold;
	text-align: center;
}
#included .inner .tbl table td {
	background: #fff;
}
#included .inner .tbl table td.c {
	text-align: center;
}
#included .inner .tbl table td small {
	font-size: 12px;
}
#included .inner .note {
	margin: 20px 0 0 24px;
	line-height: 20px;
}
#included .inner .note li {
	text-indent: -24px;
}
#included .inner .note li::before {
	margin-right: 5px;
}
#included .inner .note li:nth-child(1)::before {
	content: "※1";
}
#included .inner .note li:nth-child(2)::before {
	content: "※2";
}
#included .inner .note li:nth-child(3)::before {
	content: "※3";
}
#included .inner .note2 {
	margin-left: 12px;
	font-size: 12px;
	line-height: 18px;
}
#included .inner .note2 li {
	text-indent: -12px;
}
#included .inner .note2 li::before {
	content: "※";
}
/*------- Media Queries -------*/
@media only screen and (max-width: 1200px) {
	#included {
		padding: calc(100vw / (1200 / 70)) 0 calc(100vw / (1200 / 80)) !important;
	}
	#included .inner {
		width: calc(100vw / (1200 / 1130));
	}
	#included .inner .ttl {
		font-size: calc(100vw / (1200 / 20));
	}
	#included .inner .tbl {
		width: calc(100vw / (1200 / 1130));
		margin-top: calc(100vw / (1200 / 20));
	}
	#included .inner .tbl table th, #included .inner .tbl table td {
		padding: calc(100vw / (1200 / 12)) calc(100vw / (1200 / 10)) calc(100vw / (1200 / 12)) calc(100vw / (1200 / 20));
		font-size: calc(100vw / (1200 / 14));
	}
	#included .inner .tbl table th:nth-child(1) {
		width: calc(100vw / (1200 / 320));
	}
	#included .inner .tbl table th:nth-child(2) {
		width: calc(100vw / (1200 / 320));
	}
	#included .inner .tbl table th:nth-child(3) {
		width: calc(100vw / (1200 / 245));
	}
	#included .inner .tbl table th:nth-child(4) {
		width: calc(100vw / (1200 / 244));
	}
	#included .inner .tbl table td small {
		font-size: calc(100vw / (1200 / 12));
	}
	#included .inner .note {
		margin: calc(100vw / (1200 / 20)) 0 0 calc(100vw / (1200 / 24));
		line-height: calc(100vw / (1200 / 20));
	}
	#included .inner .note li {
		text-indent: calc(100vw / (1200 / -24));
	}
	#included .inner .note li::before {
		margin-right: calc(100vw / (1200 / 5));
	}
	#included .inner .note2 {
		margin-left: calc(100vw / (1200 / 12));
		font-size: calc(100vw / (1200 / 12));
		line-height: calc(100vw / (1200 / 18));
	}
	#included .inner .note2 li {
		text-indent: calc(100vw / (1200 / -12));
	}
}
@media only screen and (max-width: 767px) {
	#included {
		padding: calc(100vw / (640 / 70)) 0 calc(100vw / (640 / 80)) !important;
	}
	#included .inner {
		width: calc(100vw / (640 / 600));
	}
	#included .inner .ttl {
		font-size: calc(100vw / (640 / 36));
	}
	#included .inner .tbl {
		width: calc(100vw / (640 / 600));
		margin-top: calc(100vw / (640 / 25));
	}
	#included .inner .tbl table {
		width: calc(100vw / (640 / 1101));
	}
	#included .inner .tbl table th, #included .inner .tbl table td {
		padding: calc(100vw / (640 / 17)) calc(100vw / (640 / 15));
		font-size: calc(100vw / (640 / 24));
		line-height: calc(100vw / (640 / 32));
	}
	#included .inner .tbl table th:nth-child(1) {
		width: calc(100vw / (640 / 200));
	}
	#included .inner .tbl table th:nth-child(2) {
		width: calc(100vw / (640 / 410));
	}
	#included .inner .tbl table th:nth-child(3), #included .inner .tbl table th:nth-child(4) {
		width: calc(100vw / (640 / 245));
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	#included .inner .tbl table td small {
		font-size: calc(100vw / (640 / 20));
	}
	#included .inner .note {
		margin: calc(100vw / (640 / 30)) 0 0 calc(100vw / (640 / 40));
		font-size: calc(100vw / (640 / 20));
		line-height: calc(100vw / (640 / 28));
	}
	#included .inner .note li {
		text-indent: calc(100vw / (640 / -37));
	}
	#included .inner .note li::before {
		margin-right: calc(100vw / (640 / 5));
	}
	#included .inner .note2 {
		margin-left: calc(100vw / (640 / 20));
		font-size: calc(100vw / (640 / 20));
		line-height: calc(100vw / (640 / 26));
	}
	#included .inner .note2 li {
		text-indent: calc(100vw / (640 / -20));
	}
	.scroll-hint-icon {
		width: 120px;
		height: 80px;
	}
	.scroll-hint-icon::before {
		width: 40px;
		height: 40px;
		margin-top: 20px;
	}
	.scroll-hint-icon::after {
		top: 10px;
		width: 34px;
		height: 14px;
		margin-left: -20px;
		background-size: contain;
	}
	.scroll-hint-text {
		margin-top: 5px !important;
		font-size: 10px !important;
	}
}