@charset "utf-8";

/* ------------------------------
    price
------------------------------ */

#price .list .item {
	border-top: 1px solid #2F5197;
	border-bottom: 2px solid #2F5197;
	margin-top: 40px;
}
#price .list .ttl {
	background: #f3f9ff;
	color: #2F5197;
	font-size: 1.8rem;
	font-weight: bold;
	padding: .5em 50px .5em 30px;
	position: relative;
}
#price .list .ttl .small {
	font-weight: normal;
	margin-left: 2em;
}
#price .list a {
	display: block;
	color: #2F5197;
}
#price .list a::after {
	content: '';
	background: url('../../img/products/price/ico_pdf.png') no-repeat center right;
	background-size: contain;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#price .list a.link::after {
	background: url('../../img/ico_link.png') no-repeat center right;
}
#price .list ul li {
	border-top: 1px dashed #d2d9e8;
}
#price .list ul li:first-child {
	border-top: none;
}
#price .list ul li a {
	font-size: 1.5rem;
	font-weight: bold;
	padding: .8em 50px .8em 30px;
	position: relative;
}

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



}