@charset "utf-8";

.tomodachi .style {
	margin-bottom: 80px;
	margin-top: 80px;
}

.tomodachi .style .style-list {
	width: 960px;
	margin: auto;
}

.tomodachi .style .ttl-ja {
	font-size: 28px;
	line-height: 1.4;
	padding-bottom: 30px;
	border-bottom: 1px solid;
	width: 640px;
	text-align: center;
	margin: 0 auto 50px;
	letter-spacing: 2px;
}

.tomodachi .style .style-item {
	width: 450px;
	background-color: #f8f8f8;
	padding: 30px 30px 50px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 48px;
	vertical-align: top;
}

.tomodachi .style .style-item:first-child {
	margin-left: 0;
}

.tomodachi .style .style-item h3 {
	font-size: 22px;
	color: #eb5271;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.6;
}

.tomodachi .style .style-item h3 span {
	color: #C29133;
	font-size: 32px;
}

.tomodachi .style .style-item ol li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
	text-align: center;
}

.tomodachi .style .style-item ol li h4 {
	font-size: 17px;
	line-height: 2;
	text-align: center;
	display: inline;
}

.tomodachi .style .style-item .num {
	font-size: 16px;
	font-weight: bold;
	background-color: #eb5271;
	color: #fff;
	padding: 5px 9px;
	line-height: 26px;
	margin-right: 1em;
	display: inline-block;
	vertical-align: top;
}

.tomodachi .style .style-item ol li:after {
	content: "";
	display: block;
	background: url(../../_img/plan-membership/arrow.png) no-repeat center top;
	background-size: 36px 18px;
	width: 36px;
	height: 18px;
	margin: 20px auto 0;
	flex-basis: 100%;
}

.tomodachi .style .style-item ol li span.plan {
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.tomodachi .style .style-item ol li img {
	margin: 10px auto 0;
}

.tomodachi .style .style-item ol li:last-child {
	margin-bottom: 0
}

.tomodachi .style .style-item ol li:last-child:after {
	display: none;
}
