@charset "UTF-8";

/* body{
	font-size: 16px;
} */
/* body.sp_display{ font-size: 22px;} */
.smp__ttl{
	font-weight: bold;
	font-size: 180%;
	line-height: 1.2;
	padding: 0 0 0.8em;
}
.smp__intro{
	font-size: 94%;
	line-height: 2em;
	margin-bottom: 3em;
}
.smp__intro__philosophy{
	display: flex;
	flex-wrap: wrap;
	margin: 1.5em 0;
	justify-content: space-between;
}
.smp__intro__philosophy > li{
	flex-shrink: 0;
	width: 32%;
	border: solid 1px #aaa;
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 1em;
}
.smp__intro__philosophy__ttl{
	background-color: #969ab1;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.3em;
	border-radius: 3em;
	margin-bottom: 0.5em;
}
.smp__intro__philosophy__detail{
	font-size: 94%;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.smp__intro__philosophy > li{
		width: 100%;
		padding: 0.6em 1em;
		margin-bottom: 0.3em;
	}
	.smp__intro__philosophy > li dl{
		display: flex;
		flex-wrap: wrap;;
		align-items: center;
	}
	.smp__intro__philosophy > li dl > *{ flex-shrink: 0;;}
	.smp__intro__philosophy__ttl{
		width: 5em;
		border-radius: 1em;
		margin-bottom: 0;
	}
	.smp__intro__philosophy__detail{
		text-align: left;
		width: calc(100% - 6em);
		box-sizing: border-box;
		padding: 0 0 0 1em;
	}
}
.smp__main__ttl{
	font-size: 140%;
	line-height: 1.2;
	margin-bottom: 0.6em;
	/* display: inline-block; */
	/* background: -moz-linear-gradient(top,  rgba(255,246,0,0) 0%, rgba(255,246,0,0) 70%, rgba(255,246,0,1) 71%, rgba(255,246,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,246,0,0) 0%,rgba(255,246,0,0) 70%,rgba(255,246,0,1) 71%,rgba(255,246,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,246,0,0) 0%,rgba(255,246,0,0) 70%,rgba(255,246,0,1) 71%,rgba(255,246,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff600', endColorstr='#fff600',GradientType=0 ); */
	background-color: #7d0000;
	color: #fff;
	padding: 0.1em 0.4em;
	/* color: #0d227c; */
}
.smp__main__intro{
	font-size: 94%;
	line-height: 1.8;
	margin-bottom: 0.8em;
}
.smp__main__list{ margin-bottom: 2.4em;}
.smp__main__list li{
	font-size: 90%;
	line-height: 1.8;
	margin-bottom: 0.6em;
	margin-left: 1.3em;
	text-indent: -1.3em;
}
.smp__main__list li::before{
	content: "１";
	margin-right: 0.3em;
	background-color: #969ab1;
	color: #fff;
	border-radius: 50%;
	padding: 0.1em 0.15em;
	font-family: Arial, Helvetica, sans-serif;
}
.smp__main__list li:nth-of-type(2):before{ content: "２";}
.smp__main__list li:nth-of-type(3):before{ content: "３";}
.smp__main__list li:nth-of-type(4):before{ content: "４";}
.smp__main__list li:nth-of-type(5):before{ content: "５";}
.smp__main__list li:nth-of-type(6):before{ content: "６";}
.smp__main__list li:nth-of-type(7):before{ content: "７";}

#contents_area .smp__main__list a,
#contents_area .smp__main__list a:visited{
	color: #003ca5;
}
.smp__update{
	text-align: right;
	font-size: 86%;
}