@charset "utf-8";

/* ttl_block */
.ttl_block p {
	width: 440px;
	float: left;
}
.ttl_block .mark {
	width: 250px;
	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: 160px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	box-sizing: border-box;
}
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: left;
	font-feature-settings : "palt";
}
ul.future li img{
	height: 90px;
}
.mark {
	padding: 0;
}

@media only screen and (max-width: 768px) {

	.ttl_block p {
		width: 100%;
		float: none;
	}

	ul.future li{
	float: none;
	width: 100%;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 1em;
	padding-right: 1em;
	}
	ul.future li p{
	text-align: center;
	}
}

/* table.price */
table.price{
	width: 100%;
	border-top: 1px solid #cccccc !important;
}
table.price th,
table.price td{
	padding: 0.5em 1em !important;
	border-bottom: 1px solid #cccccc;
	vertical-align: middle !important;
}
table.price th{
	background-color: #f3f4f9;
	color: #1D1F88;
	text-align: left;
}

a.link_contact {
	width: 22em;
	font-size: 0.9em;
	padding: 1.5em 1em 1.5em 0.5em;
}
@media only screen and (max-width: 768px) {
	a.link_contact {
		width: 90%;
	}
}
