* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-moz-osx-font-smoothing: grayscale;
}
.data-window {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
.data-text {
	width: 28vw;
	height: 98vh;
	margin: 1vh 1vw;
	border:1px solid #00e1ff;
	padding: 1% 1%;
	color: #eee;
	background-color: #444;
}
.menu-text {
	margin-bottom: 3px;
	border-left: 5px solid #00e1ff;
	border-bottom: 2px solid #bdf7ff;
	padding-left: 3px; 
}
.data-image {
	width: 67vw;
	height: 98vh;
	margin: 1vh 0;
	margin-right: 1vw;
}
.data-image .image-main {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 68vh;
	margin-bottom: 1vh;
	border:1px solid rgb(0, 225, 255);
	color: #eee;
	background-color: #444;
}
.data-image .image-main img{
	max-width: 100%;
	max-height: 67vh;
}
.data-image .image-select {
	height: 29vh;
	border:1px solid rgb(0, 225, 255);
	padding: 1vh 1% 0;
	color: #eee;
	background-color: #444;
}
.data-image .image-select .image-selecter {
	display: flex;
	flex-wrap: wrap;
	padding: 1vh 0;
}
.data-image .image-select .image-selecter a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
	padding: 0 1%;

}
.data-image .image-select .image-selecter img {
	max-width: 100%;
	max-height: 19vh;
}

/* フォント指定 */
p, a, h1, h2, h3, h4, h5, h6, th, td {
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
	line-height: 1.4;
	overflow-wrap: break-word;
	word-break: keep-all;

	font-size: 2vw;
}
/* フォント重さ */
p, a, td, .h-p {
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6, th, .p-h {
	font-weight: 400;
}