@charset "utf-8";
/* CSS Document */

.p-logo {
	width:100%;
	margin:0 auto 80px;
	max-width:800px;
}

.p-day {
	width:100%;
	margin:0 auto 0;
	max-width:960px;
}

.p-head {
	width:100%;
	margin:0 auto 60px;
	max-width:540px;
	
}

.p-about-wrap p {
	color:#fff;
	width:100%;
	margin:0 auto 0;
	max-width:960px;
	font-size:2.2rem;
	line-height:1.8;
	text-align:justify;
	font-weight:700;
}

.p-outline-wrap dl {
	border-bottom:1px solid #fff;
	width:100%;
	margin:0 auto 0;
	max-width:960px;
	display:flex;
	justify-content:flex-start;
	padding-top:12px;
	padding-bottom:12px;
}

.p-outline-wrap dl dt {
	background-color:#0e0000;
	color:#fff;
	padding:8px 24px;
	font-size:2rem;
	font-weight:700;
	line-height:1.5;
	text-align:center;
	width:120px;
	box-sizing:border-box;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
}

.p-outline-wrap dl dd {
	color:#fff;
	padding:8px 12px;
	font-size:2rem;
	font-weight:700;
	text-align:left;
	line-height:1.5;
	box-sizing:border-box;
	width:calc(100% - 120px);
}

.p-copyright {
	color:#fff;
	font-size:1.8rem;
	font-weight:700;
}