.content_wrap .container {
	padding: 1rem 1.3rem;
	word-break: keep-all;
}
.content_wrap .container h1 {
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: -.1rem;
	text-align: center;
	padding: 1rem 0 2rem;
	color: #143280;
	line-height: 1.3;
}
.content_wrap .container .exp {
	font-size: 1.8rem;
	line-height: 1.3;
	color: #555;
}
.content_wrap .container > ul li {
	margin: 1.8rem 0;
}
.content_wrap .container ul li .title {
	font-size: 1.8rem;
	padding-bottom: .5rem;
	color: #143280;
	font-weight: 600;
}
.content_wrap .container ul li .contents {
	font-size: 1.8rem;
	line-height: 1.6;
	color: #555;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.content_wrap .container ul li .contents em {
	padding-right: .3rem;
}

/* space_sub.php */
.container .more {
	background-color: #3356b3;
	color: #fff;
	padding: 1rem;
	font-size: 1.2rem;
	width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-radius: .8rem;
	margin-top: 4rem;
}
.container .item {
	padding: 1rem 0;
}
.container .item > h3 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #143280;
}
.container .item ul li {
	margin: 1.8rem 0;
}