@charset "UTF-8";

/*==============================================================
price_list
==============================================================*/
#price_list {
	margin-top: 120px;
	margin-bottom: 120px;
}

#price_list>.content {
	width: 86%;
	max-width: 1280px;
	margin: 0 auto;
}

#price_list>.content>h2 {
	margin-bottom: 36px;
	font-size: 36px;
	text-align: center;
}

#price_list>.content>.text {
	margin-bottom: 45px;
	text-align: center;
}

#price_list>.content>.text a {
	text-decoration: underline;
}

#price_list>.content>.link {
	margin-bottom: 120px;
	text-align: center;
}

#price_list>.content>.link>a {
	font-size: 21px;
	color: rgb(31, 81, 142);
}

#price_list>.content>.content>.list {
	padding-bottom: 90px;
	border-bottom: 2px solid rgb(45, 45, 45);
	margin-bottom: 90px;
}

#price_list>.content>.content>.list:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

#price_list>.content>.content>.list>h3 {
	padding: 36px 0;
	font-size: 21px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: rgb(31, 81, 142);
}

#price_list>.content>.content>.list>.title {
	border-right: 1px solid rgb(45, 45, 45);
	border-left: 1px solid rgb(45, 45, 45);
	line-height: 1;
	background-color: rgb(243, 243, 243);
}

#price_list>.content>.content>.list>.title>p {
	width: 50%;
	padding: 36px 0;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
	float: left;
}

#price_list>.content>.content>.list>.title>p:first-child {
	border-right: 1px solid rgb(45, 45, 45);
}

#price_list>.content>.content>.list>dl {
	border: 1px solid rgb(45, 45, 45);
	margin-bottom: 27px;
	display: flex;
	flex-wrap: wrap;
}

#price_list>.content>.content>.list>dl>dt {
	width: 50%;
	padding: 21px 0;
	border-right: 1px solid rgb(45, 45, 45);
	border-bottom: 1px solid rgb(45, 45, 45);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	box-sizing: border-box;
	float: left;
}

#price_list>.content>.content>.list>dl>dd {
	width: 50%;
	padding: 21px 0;
	border-bottom: 1px solid rgb(45, 45, 45);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	box-sizing: border-box;
	float: left;
}

#price_list>.content>.content>.list>dl>dt:nth-last-of-type(1),
#price_list>.content>.content>.list>dl>dd:nth-last-of-type(1) {
	border-bottom: none;
}

#price_list>.content>.content>.list>.item_title {
	padding: 21px 0;
	border: 1px solid rgb(45, 45, 45);
	border-bottom: none;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	background-color: rgb(243, 243, 243);
}

#price_list>.content>.content>.list>.text {
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width:1024px) {

	#price_list>.content>h2 {
		margin-bottom: 30px;
		font-size: 33px;
	}

	#price_list>.content>.link {
		margin-bottom: 90px;
	}

	#price_list>.content>.content>.list>h3 {
		font-size: 18px;
	}

	#price_list>.content>.content>.list>.title>p {
		padding: 27px 0;
	}

}

@media screen and (max-width:896px) {

	#price_list>.content>h2 {
		margin-bottom: 24px;
		font-size: 30px;
	}

	#price_list>.content>.content>.list>dl>dt {
		padding: 21px 9px;
		font-size: 14px;
	}

	#price_list>.content>.content>.list>dl>dd {
		font-size: 14px;
	}

	#price_list>.content>.content>.list>.item_title {
		font-size: 14px;
	}

}

@media screen and (max-width:480px) {

	#price_list>.content>h2 {
		margin-bottom: 21px;
		font-size: 27px;
	}

	#price_list>.content>.text {
		margin-bottom: 40px;
		text-align: justify;
	}

	#price_list>.content>.text>br {
		display: none;
	}

	#price_list>.content>.link {
		margin-bottom: 60px;
	}


	#price_list>.content>.content>.list>h3 {
		padding: 33px 0;
		font-size: 18px;
	}

	#price_list>.content>.content>.list>.title {
		display: none;
	}

	#price_list>.content>.content>.list>.item_title {
		color: #fff;
		background-color: rgb(45, 45, 45);
	}

	#price_list>.content>.content>.list>dl>dt {
		width: 100%;
		border-right: none;
		background-color: rgb(234, 234, 234);
		float: none;
	}

	#price_list>.content>.content>.list>dl>dd {
		width: 100%;
		float: none;
	}

}