@charset "UTF-8";
/*----------------------------------------

	- page title
	- contents
		- outline
		- table
		- attention

-----------------------------------------*/

/*----------------------------------------
	page title
-----------------------------------------*/
.page_ttl_area {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 220px;
	background-color: rgba(232, 232, 232, 0.3);
}

.page_ttl_area .page_ttl {
	font-size: 5.0rem;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.08em;
}

.page_ttl_area .page_ttl span:nth-of-type(2) {
	display: block;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0;
}

@media screen and (max-width: 768px) {
	.page_ttl_area {
		height: 121px;
	}

	.page_ttl_area .page_ttl {
		font-size: 3.6rem;
	}

	.page_ttl_area .page_ttl span:nth-of-type(2) {
		font-size: 1.2rem;
	}
}

/*----------------------------------------
	contents
-----------------------------------------*/
#contents {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 768px) {
	#contents {
		width: 89%;
	}
}

/* outline */
#contents .outline {
	max-width: 800px;
	width: 90%;
	margin: 100px auto 0 auto;
}

@media screen and (max-width: 768px) {
	#contents .outline {
		max-width: 100%;
		width: 100%;
		margin: 100px auto 0 auto;
	}
}

@media screen and (max-width: 630px) {
	#contents .outline {
		margin: 16vw auto 0 auto;
	}
}

#contents .title {
	font-size: 2.0rem;
}

/* table */
#contents table.tbl_basic {
	width: 100%;
	margin: 20px auto 80px;
	border-top: 1px solid #d1d1d0;
	border-right: 1px solid #d1d1d0;
	border-left: 1px solid #d1d1d0;
}

#contents table.tbl_basic:last-of-type {
	margin-bottom: 0;
}

#contents table.tbl_basic th,
#contents table.tbl_basic td {
	padding: 15px 20px;
	border-bottom: 1px solid #d1d1d0;
	font-size: 1.6rem;
	line-height: 2;
	vertical-align: top;
	box-sizing: border-box;
}

#contents table.tbl_basic th {
	width: 30%;
	background: #e8e8e8;
	border-right: 1px solid #d1d1d0;
}

#contents table.tbl_basic td span {
	display: block;
	font-size: 1.4rem;
}

#contents table.tbl_basic td p {

	padding-left: 1em;
	text-indent: -1em;
}

#contents table.tbl_basic td p.ast::before {
	content: "※";
}

@media screen and (max-width: 768px) {
	#contents .title {
		font-size: 1.8rem;
	}

	#contents table.tbl_basic {
		margin: 5.33vw auto 13.33vw;
	}

	#contents table.tbl_basic th,
	#contents table.tbl_basic td {
		display: block;
		width: 100%;
		padding: 1.6vw 5.33vw;
		font-size: 1.2rem;
	}

	#contents table.tbl_basic th {
		border-right: 0px;
	}

	#contents table.tbl_basic td span {
		font-size: 1.2rem;
	}
}

/* attention */
#contents {
	>.attention {
		max-width: 800px;
		width: 90%;
		margin: 0 auto;
		@media screen and (max-width: 768px) {
			max-width: 100%;
			width: 100%;
		}
		ul {
			padding: 0 1.2em;
			font-size: 1.2rem;
			@media screen and (max-width: 768px) {
				font-size: 1rem;
			}
			li {
				text-indent: -1.2em;
				line-height: 1.5;
				span {
					display: inline-block;
					width: 1.2em;
					text-indent: 0;
				}
			}
		}
	}
}

/*----------------------------------------
	system_outline_table
-----------------------------------------*/

.outline .system_outline_table {
	width: 100%;
	margin: 20px auto 20px;
	border-top: 1px solid #d1d1d0;
	border-right: 1px solid #d1d1d0;
	border-left: 1px solid #d1d1d0;
}
.outline .system_outline_table td,
.outline .system_outline_table th {
	padding: 15px 20px;
	border: 1px solid #d1d1d0;
	font-size: 1.6rem;
	line-height: 2;
	vertical-align: top;
	box-sizing: border-box;
}
.outline .system_outline_table_th {
	width: 30%;
	background: #e8e8e8;
	border-right: 1px solid #d1d1d0;
}
.outline .system_outline_table_td {
	background-color: #fff;
}
.outline .system_outline_table > caption {
	caption-side: top;
}
.outline .system_outline_table_caption_date {
	width: 100%;
	text-align: right;
	line-height: 1.4;
	font-size: 1.4rem;
}
.outline .system_outline_table_caption_title {
	text-align: left;
	font-weight: normal;
	font-size: 2.0rem;
	margin-top: 40px;
	margin-bottom: 20px;
}
.outline .system_outline_advance_title {
	width: 100%;
	font-weight: normal;
	font-size: 1.6rem;
	margin-top: 20px;
}
.outline .system_outline_advance_text {
	width: 100%;
	font-size: 1.4rem;
	margin-top: 10px;
	line-height: 1.4;
}
.outline .system_outline_apology {
	width: 100%;
	font-size: 1.4rem;
	margin-top: 10px;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.outline .system_outline_table {
		margin: 5.33vw auto 15px;
	}
	.outline .system_outline_table td,
	.outline .system_outline_table th {
		display: block;
		width: 100%;
		padding: 1.6vw 5.33vw;
		font-size: 1.2rem;
	}
	.outline .system_outline_table th {
		border-right: 0px;
	}
	.outline .system_outline_table_caption_date {
		font-size: 1.2rem;
	}
	.outline .system_outline_table_caption_title {
		font-size: 1.8rem;
		margin-top: 30px;
	}
	.outline .system_outline_advance_title {
		margin-top: 10px;
	}
	.outline .system_outline_advance_text {
		font-size: 1.1rem;
	}
	.outline .system_outline_apology {
		font-size: 1.1rem;
	}
}