@charset "utf-8";

h1 {
	font-size: 28px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	margin-bottom: 48px;
	display: block;
	width: auto;
	background: none;
	text-align: center;
	padding: 30px 12px 0;
}

.planList {
}

.planList ul {
	border: solid 1px rgba(0, 0, 0, 0.08) !important;
	border-radius: 3px;
}

.planList .isRecommend {
	position: relative;
}

.planList .isRecommend .recommendMark {
	position: absolute;
	left: 2px;
	top: -12px;
	background-color: darkorange;
	color: white;
	font-weight: bold;
	padding: .2em 1em;
}

.planList .isRecommend ul {
	border: solid 3px darkorange !important;
}

.planList .isRecommend .recommendBalloon {
	position: absolute;
	left: 2px;
	top: -12px;
}

.balloon {
	position: relative;
	padding: .2em 1em;
	background-color: darkorange;
	color: #ffffff;
	border-radius: 10px;
	font-weight: bold;
}

.balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(-45deg);
	left: 20px;
	bottom: -15px;
	border-left: 20px solid darkorange;
	border-bottom: 20px solid darkorange;
	border-right: 20px solid transparent;
	border-top: 20px solid transparent;
}

.balloon::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(-45deg);
	left: 35px;
	bottom: -20px;
	border-left: 20px solid #f5f5f5;
	border-bottom: 20px solid #f5f5f5;
	border-right: 20px solid transparent;
	border-top: 20px solid transparent;
}

.planList .w3-button {
	background-color: #0070F0;
	color: #ffffff !important;
	display: block;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	margin-top: 24px;
	width: 100%;
}

.planList .w3-button:not([class*="w3-hover-"]):hover {
	background-color: #005ac1 !important;
	color: #ffffff !important;
	text-decoration: none;
}

.planList ul li {
	position: relative;
}

.planList ul li:after {
	position: absolute;
	content: '';
	border: solid 0.3px #EEEEEE;
	width: 85%;
	transform: translateX(-50%);
	bottom: 0px;
	left: 50%;
}

.planList ul li:first-child {
	background-color: #f5f5f5;
	text-align: center;
	padding-left: 28px;
	padding-right: 28px;
	white-space: nowrap;
}

.planList ul li:first-child::after,
.planList ul li:last-child::after {
	border: none;
}

.planList ul li:nth-child(2) {
	margin-top: 10px;
}

.planList ul li:not(:first-child) {
	border-bottom: none;
	position: relative;
	padding-left: 55px;
}

.planList ul li:not(:first-child) .large {
	font-size: 1em;
}

.planList ul li:not(:first-child):before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00c";
	color: lightgreen;
	position: absolute;
	left: 30px;
	top: .5em;
}

.planList ul li.appeal {
	background-color: lightyellow;
	font-weight: bold;
	color: darkgoldenrod;
}

.planList ul li.appeal:not(:first-child):before {
	color: green;
	font-weight: bold;
}

.planList .planTitle {
	font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 800;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #0045a6;
	text-transform: uppercase;
}

.planList .proratePrice,
.planList .planPrice {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #D9173A;
	margin-top: 5px;
	text-transform: none;
}

.planList .proratePrice {
	font-size: 13px;
}

.planList .planPrice .large {
	font-size: 24px;
	margin-right: 4px;
}

.planList .planPrice small {
	font-weight: normal;
	margin-left: 4px;
}

.planSubText {
	margin: 5px 0 10px;
	font-size: 14px;
	display: block;
	color: hsl(0, 0%, 30%);
	white-space: normal;
}

@media screen and (max-width: 640px) {
	.planList ul li:not(:first-child) {
		display: none;
	}

	.w3-third:nth-child(3) {
		margin-bottom: 60px !important;
	}

	.mobile-view-features {
		clear: both;
		padding: 8px;
		margin: 60px 0;
	}

	.mobile-view-features .row {
		display: block;
	}

	.mobile-view-features .row:first-child {
		border-bottom: 2px solid #F6F6F6;
		padding-top: 50px;
	}

	.mobile-view-features .row .col {
		display: inline-block;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #282f3d;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.mobile-view-features .row.appeal {
		background-color: lightyellow;
	}

	.mobile-view-features .row.appeal .col {
		font-weight: bold;
		color: #D9173A;
	}

	.mobile-view-features .col.features {
		font-size: 24px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #282f3d;
		position: relative;
		bottom: 10px;
	}

	.mobile-view-features .col.rotate {
		font-size: 16px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #9095a3;
		transform: rotate(-90deg);
		bottom: 20px;
		position: relative;
		white-space: nowrap;
	}

	.mobile-view-features .row .col:nth-child(1) {
		width: 49%;
	}

	.mobile-view-features .row .col:nth-child(2),
	.mobile-view-features .row .col:nth-child(3),
	.mobile-view-features .row .col:nth-child(4) {
		width: 15%;
		text-align: center;
		vertical-align: top;
	}

	.mobile-view-features .row .col i {
		color: lightgreen;
	}

	.mobile-view-features .row .col i.fa-times {
		color: #75c175;
	}

	.mobile-view-features .row.appeal .col i {
		color: green;
	}
}

@media screen and (min-width: 641px) {
	.planSubText {
	}

	.mobile-view-features {
		display: none;
	}
}
