@charset "UTF-8";

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}


body {
	align-items: center;
	margin: 0;
	background-color: #fff8f1;
	line-height: 1.3;
	font-family: Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
}

.wrap {
	max-width: 750px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
}

footer {
	text-align: center;
	padding: 30px 0;
	font-size: 15px;
}

@media screen and (max-width: 750px) {
	.wrap {
		padding: 2vw;
	}

	img,
	video {
		width: 100%;
		height: auto;
	}

}

/* 運営者情報 */
.about{
	padding: 20px 0;
	height: 100vh;
}

.txt-center {
	text-align: center;
	line-height: 1.3;
	font-size: 20px;
}

.about table , td , th {
	line-height: 1.3;
	font-size: 1rem;
	font-weight: 500;
	border: 1px solid #595959;
	border-collapse: collapse;
	padding: 10px;
	margin: 0 20px;
}

.about tbody{
	width: 100%;
}

.about th {
	width: 30%;
	vertical-align: middle;
}
.about td {
	width: 70%;
}

@media screen and (max-width: 750px) {
	.about{
		padding: 10vw 0 0;
	}

}