@charset "utf-8";
@import url("reset.css");
/*base*/
@import url("common.css");
/*
@import url("frame.css");
*/


/* story */

.story {
	max-width: 900px;
	margin: 40px auto;
}

.story h1 {
	font-size: 32px;
	margin: 20px auto;
	text-align: center;
}

.story p {
	margin-bottom: 15px;
	line-height: 2.2;
	color: #666;
}
.story p strong {
	color: red;
	font-size: 120%;
}
.story .marginplus {
	margin-top: 40px;
}

@media screen and (max-width: 720px) {
.story {
	max-width: 720px;
}
.story h1 {
	font-size: 28px;
}
.story p {
	padding: 10px;
	margin-bottom: 15px;
	line-height: 2.2;
}
.story p strong {
	color: red;
}
.story .marginplus {
	margin-top: 40px;
}
}

/* value */

.value {
	max-width: 900px;
	margin: 40px auto;
	text-align:center;
}

.value h1 {
	font-size: 32px;
	margin-top: 70px;
	margin-bottom: 0;
}
.value p {
	color: #999;
}

.value div {
	margin: 30px auto;
}

.value h2 {
	font-size: 36px;
	margin: -5px auto;
}
.value h2.sub {
	font-size: 24px;
	color: #80e6d9;
}

@media screen and (max-width: 720px) {
.value h1 {
	margin-top: 40px;
}
.value h2 {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.value h2.sub {
	font-size: 20px;
}
}