@charset "UTF-8";
/* CSS Document */
#TopVisual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 80vh;
	min-height: 650px;
	overflow: hidden;
	position: relative;
	background: url("../images/top/top_img.jpg") no-repeat center center;
	background-size: cover;
}
#TopVisual #Copy01 {
	width: 100%;
	max-width: 1000px;
	height: 50vw;
	max-height: 500px;
	text-indent: -999em;
	background: url("../images/top/top_copy01.png") no-repeat center center;
	background-size: contain;
}
#TopVisual #Copy01 h1{
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	border: none;
}
#TopVisual #Copy02 {
	width: 100%;
	max-width: 1000px;
	height: 8vw;
	max-height: 80px;
	text-indent: -999em;
	background: url("../images/top/top_copy02.png") no-repeat center center;
	background-size: contain;
}
#PageContents{
	padding-top: 0;
}
Table#InfoTbl {
	width: 95%;
	margin: 0 auto;
}
Table#InfoTbl th, Table#InfoTbl td {
	text-align: left;
	vertical-align: top;
	font-weight: 500;
	padding: 0.5em;
}
Table#InfoTbl th {
	width: 8em;
}
Table#InfoTbl th span {
	border: solid 1px #65baf7;
	padding: 0 0.5em;
	border-radius: 10px;
}
/*スマホ*/
@media screen and (max-width: 767px) {
	/* 縦向きの場合のスタイル */
	@media screen and (max-aspect-ratio: 11/10) {
        #TopVisual{
            min-height: 80vh;
        }
		Table#InfoTbl th, Table#InfoTbl td {
			display: block;
			width: 100%;
			padding: 0.25em 0;
		}
		Table#InfoTbl th {
			width: 100%;
		}
		Table#InfoTbl th span {
			border: solid 1px #65baf7;
			padding: 0 0.5em;
			border-radius: 10px;
		}
	}
}