@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#fee .bg_gray::before {
	background: #f5f5f5;
}
#fee .bg_gray::after {
	background: #fff;
	clip-path: polygon(0 0, 0% 100px, 100% 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#fee .bg_gray .in::before {
	content: "";
	background: #fff;
	width: 100vw;
	height: 100px;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#fee .list {
	margin-top: 70px;
}
#fee .box {
	position: relative;
	min-height: 450px;
	padding-top: 80px;
	margin-bottom: 100px;
}
#fee .box:nth-of-type(even) {
	padding-top: 0;
	margin-bottom: 150px;
}
#fee .box .img {
	position: absolute;
	left: 0;
	top: 0;
}
#fee .box:nth-of-type(even) .img {
	left: auto;
	right: 0;
	top: 80px;
}
#fee .box .info {
	width: 570px;
	margin-left: auto;
	position: relative;
	background: #fff;
	padding: 50px;
}
#fee .box .info::before {
	content: "";
	background: url(../img/key01.png) no-repeat top right / 100%;
	width: 52px;
	height: 52px;
	transform: scale(-1, 1);
	position: absolute;
	top: -1px;
	right: -1px;
}
#fee .box .info::after {
	content: "";
	background: url(../img/key02.png) no-repeat bottom left / 100%;
	width: 52px;
	height: 52px;
	transform: scale(-1, 1);
	position: absolute;
	bottom: -1px;
	left: -1px;
}
#fee .box:nth-of-type(even) .info {
	top: 0;
	margin-left: 0;
	margin-right: auto;
}
#fee .box .info .light_blue {
	font-size: 19px;
	color: #009de8;
	margin-bottom: 15px;
}
#fee .box .info h4 {
	font-size: 55px;
	line-height: 1;
	margin-bottom: 30px;
}
#fee .box .info h4 span {
	color: var(--color-primary);
	background: linear-gradient(transparent 80%, #ffcc00 80%);
	padding: 0 10px;
}
#fee .box .info .price {
	font-size: 46px;
	color: #ff0000;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 1;
}
#fee .box .info .price .fs {
	font-size: 30px;
}
#fee .box .info .waku {
	background: #f5f5f5;
	padding: 12px;
	margin-bottom: 20px;
}
#fee .blue_box {
	border: 2px solid var(--color-primary);
	padding: 40px 50px 50px;
	position: relative;
}
#fee .blue_box h3 {
	position: relative;
	line-height: 1;
	top: -65px;
	margin-bottom: -80px;
}
#fee .blue_box h3 span {
	font-size: 45px;
	color: var(--color-primary);
	background: #fff;
	padding: 0 20px;
}
#fee .blue_box dl {
	display: flex;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#fee .blue_box dl dt {
	font-size: 30px;
	width: 270px;
	font-weight: 500;
}
#fee .blue_box dl dd {
	width: calc(100% - 270px);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#fee .list {
		margin-top: 30px;
	}
	#fee .box {
		padding-top: 0;
		min-height: auto;
		margin-bottom: 50px;
	}
	#fee .box:nth-of-type(even) {
		margin-bottom: 50px;
	}
	#fee .box .img {
		position: relative;
		text-align: center;
		margin-bottom: 20px;
	}
	#fee .box:nth-of-type(even) .img {
		top: 0;
	}
	#fee .box .img img {
		width: 400px;
	}
	#fee .box .info {
		margin: 0 auto;
	}
	#fee .box:nth-of-type(even) .info {
		margin: 0 auto;
	}
	#fee .box .info .light_blue {
		font-size: 18px;
	}
	#fee .box .info h4 {
		font-size: 40px;
	}
	#fee .box .info .price {
		font-size: 30px;
		margin-bottom: 15px;
	}
	#fee .box .info .price .fs {
		font-size: 25px;
	}
	#fee .blue_box {
		padding: 40px 20px 20px;
	}
	#fee .blue_box h3 {
		top: -57px;
		margin-bottom: -50px;
	}
	#fee .blue_box h3 span {
		font-size: 28px;
	}
	#fee .blue_box dl dt {
		font-size: 20px;
		width: 180px;
	}
	#fee .blue_box dl dd {
		width: calc(100% - 180px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.attention_smt {
		text-align: left;
		margin-left: 1em;
		text-indent: -1em;
	}
	#fee .box .info {
		width: 100%;
		padding: 15px;
	}
	#fee .box .info .light_blue {
		font-size: 16px;
		text-align: left;
	}
	#fee .box .info h4 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	#fee .box .info .price {
		font-size: 25px;
	}
	#fee .box .info .price .fs {
		font-size: 20px;
	}
	#fee .box .info .waku {
		padding: 10px;
	}
	#fee .box .info .attention br {
		display: none;
	}
	#fee .blue_box {
		padding: 10px 15px 15px;
	}
	#fee .blue_box h3 {
		top: -42px;
	}
	#fee .blue_box h3 span {
		display: inline-block;
		font-size: 22px;
		line-height: 1.5;
	}
	#fee .blue_box dl {
		display: block;
		margin-bottom: 20px;
	}
	#fee .blue_box dl dt {
		width: 100%;
	}
	#fee .blue_box dl dd {
		width: 100%;
	}
}