@charset "utf-8";

/* ttl_block */
.ttl_block p {
	width: 550px;
	float: left;
	font-weight: bold;
}
.ttl_block .mark {
	width: 160px;
	float: right;
}
.ttl_block span.free{
	border: 1px solid #ee4400;
	border-radius: 2px;
	padding: 0.3em 2em;
	color: #ee4400;
	margin-top: 0.5em;
	display: inline-block;
}
img.s_icon{
	height: 1.1em;
	width: auto;
	margin-left: 0.2em;
	margin-right: 0.2em;
}
ul.future {
	margin: 0 0 1em;
}
ul.future:after {
	clear: both;
	content: '';
	display: block;
}
ul.future li{
	float: left;
	width: 240px;
	text-align: center;
}
ul.future li h3{
	color: #1D1F88;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 0px;
}
ul.future li p{
	text-align: center;
}
ul.future li img{
	height: 90px;
}
.mark {
	padding: 0;
}
@media only screen and (max-width: 768px) {
	ul.future li{
	float: none;
	width: 100%;
	margin-bottom: 1em;
	}
}
