.plan_ttl small {
	display: block;
	margin-top: 10px;
	font-size: 16px;
}

.plan_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.plan_col {
	width: 49.289%;
	background: rgb(2 48 92 / 0.1);
	position: relative;
}

.plan_col:nth-child(n+3) {
	margin-top: 185px;
}

.plan_thumb {
	position: relative;
}

.plan_thumb span {
}

.plan_thumb:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	transition: background 0.3s;
}

.plan_col:hover .plan_thumb:before {
	background: transparent;
}

.plan_cnt {
	padding: 30px 10px 75px;
	text-align: center;
}

.plan_icn {
}

.plan_name {
	margin-top: 25px;
	font-size: 22px;
}

.plan_recommend {
	margin-top: 30px;
}

.plan_list {
	display: inline-block;
	text-align: left;
	margin-top: 10px;
}

.plan_list > li {
	position: relative;
	padding-left: 1em;
}

.plan_list > li:before {
	position: absolute;
	content: "¡¦";
	top: 0;
	left: 0;
}

.plan_link {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	width: calc(100% - 70px);
	box-sizing: border-box;
	color: #fff;
	padding: 24px 10px;
	text-align: center;
	font-size: 20px;
}

.plan_note {
	margin-top: 100px;
	text-align: center;
}


/* All SP & Tablet */
@media screen and (max-width:1400px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.plan_ttl {
		font-size: 24px;
	}

	.plan_row {
		margin: 0 auto;
		display: block;
		max-width: 554px;
	}

	.plan_col,
	.plan_col:nth-child(n+3) {
		width: 100%;
		margin-top: 80px;
	}

	.plan_col:first-child {
		margin-top: 0;
	}

	.plan_name {
		font-size: 18px;
	}
}