@charset "utf-8";
/* CSS Document */
body {
	background-color: rgb(248, 245, 245);
	line-height: 1;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body, div, h1, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
	width: 100%;
	box-sizing: border-box;
}
.wrap h1, .wrap .content p {
	color: #222;
	line-height: 1.7;
}
.wrap .content {
	max-width: 1785px;
	width: 100%;
	height: 100vh;
	margin-right: auto;
	margin-left: auto;
	padding: 0 16px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrap .content img {
	width: 290px;
}
.wrap .content h1 {
	font-size: 20px;
	margin: 64px auto 40px;
}
.wrap .content .detail{
	max-width: 560px;
	margin: 0 auto;
}
.wrap .content .detail .time-textblock {
	width: 100%;
	margin: 16px auto;
	padding: 16px;
	border: 1px solid #CCC;
	background-color: #fff;
}
.wrap .content .detail p {
	margin-bottom: 16px;
	font-size: 14px;
}
.wrap .content .detail .time-textblock p {
	margin-bottom: 0;
}
