@charset "UTF-8";
/*---------------------- ec-headingTitle ----------------------*/
.ec-productRole h1.ec-headingTitle {
	font-weight: 500;
}
@media only screen and (min-width: 768px) {
	.ec-productRole h1.ec-headingTitle {
		padding: 0 0 40px;
		margin: 0 0 50px;
		border-bottom: 2px solid #E50012;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.ec-productRole h1.ec-headingTitle {
		padding: 20px 0;
		margin: 0;
		font-size: 20px;
		line-height: 1.5;
		border-top: 2px solid #E50012;
		text-align: center;
	}
}
/*---------------------- ec-productRole__description ----------------------*/
.ec-productRole__profile .ec-productRole__description p {
	line-height: 1.5;
	margin: 0 0 15px;
}
.ec-productRole__profile .ec-productRole__description p.red {
	color: #E50012;
}
.ec-productRole__profile .ec-productRole__description p.blue {
	color: #0091C5;
}
.ec-productRole__profile .ec-productRole__description p.bold {
	font-weight: 500;
}
.ec-productRole__profile .ec-productRole__description p.large {
	font-size: 1.6em;
	font-weight: 700;
}
.ec-productRole__profile .ec-productRole__description p a {
	text-decoration: underline;
	transition: 0.3s;
}
.ec-productRole__profile .ec-productRole__description .note1 {
	padding: 20px 30px 25px;
	background-color: #f0f0f0;
	text-align: center;
}
.ec-productRole__profile .ec-productRole__description .note1 h2 {
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 0 10px;
}
.ec-productRole__profile .ec-productRole__description .note1 p {
	text-align: left;
	margin: 0;
}
.ec-productRole__profile .ec-productRole__description .priceList {
	margin: 30px 0;
}
.ec-productRole__profile .ec-productRole__description .priceList table {
	width: 100%;
	margin: 0 0 10px;
}
.ec-productRole__profile .ec-productRole__description .priceList th {
	border: 1px solid #CCC;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	background-color: #F0F0F0;
}
.ec-productRole__profile .ec-productRole__description .priceList td {
	border: 1px solid #CCC;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.ec-productRole__profile .ec-productRole__description .priceList td.red {
	color: #E50012;
}
.ec-productRole__profile .ec-productRole__description .priceList td.bold {
	font-weight: 700;
}
.ec-productRole__profile .ec-productRole__description .linkBtn {
	margin: 30px 0;
}
.ec-productRole__profile .ec-productRole__description .linkBtn a {
	display: inline-block;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding: 15px 40px 15px 20px;
	font-weight: 700;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #CCC;
	background-color: #FAFAFA;
	transition: 0.3s;
}
.ec-productRole__profile .ec-productRole__description .linkBtn a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E50012;
	border-right: 2px solid #E50012;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ec-productRole .ec-productRole__actions {
	padding: 5px 0 20px;
}
.ec-productRole__profile .ec-productRole__description .ec-productRole__actions .ec-select {
	margin-bottom: 25px;
}
.ec-productRole__profile .ec-productRole__description .ec-productRole__actions .ec-select label {
	display: block;
	margin: 0 0 10px;
}
.ec-productRole__profile .ec-productRole__description .ec-productRole__actions .ec-numberInput span {
	margin-right: 10px;
}
@media only screen and (min-width: 768px) {
	.ec-productRole__profile .ec-productRole__description p a:hover {
		text-decoration: none;
	}
	.ec-productRole__profile .ec-productRole__description .linkBtn a:hover {
		background-color: #F0F0F0;
		color: #E50012;
	}
	.ec-productRole__profile .ec-productRole__description .ec-productRole__btn {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.ec-sliderItemRole {
		padding: 0;
	}
	.ec-productRole__profile .ec-productRole__description .note1 {
		padding: 20px;
	}
	.ec-productRole__profile .ec-productRole__description .note1 h2 {
		margin: 0 0 10px;
	}
}
/*---------------------- ec-productRole__description freearea----------------------*/
.ec-productRole__description.freearea {
	margin: 40px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #CCC;
}
.ec-productRole__description.freearea ul.desc {
	font-size: 1.2em;
	padding-left: 1.5em;
	margin: 0 0 35px;
}
.ec-productRole__description.freearea ul.desc li {
	margin: 0 0 10px;
}
.ec-productRole__description.freearea .spec h3 {
	border-top: 2px solid #E50012;
	margin: 50px 0 0;
	padding: 20px 0;
}
.ec-productRole__description.freearea .spec table {
	width: 100%;
}
.ec-productRole__description.freearea .spec th {
	border: 1px solid #CCC;
	box-sizing: border-box;
	text-align: center;
	background-color: #F0F0F0;
	white-space: nowrap;
}
.ec-productRole__description.freearea .spec td {
	border: 1px solid #CCC;
	box-sizing: border-box;
}
.ec-productRole__description.freearea .annotation {
	font-size: 0.9em;
	margin: 20px 0 0;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.ec-productRole__description.freearea .spec h3:first-of-type {
		margin: 35px 0 0;
	}
	.ec-productRole__description.freearea .spec th {
		padding: 10px 30px;
	}
	.ec-productRole__description.freearea .spec td {
		padding: 10px 30px;
	}
}
@media only screen and (max-width: 767px) {
	.ec-productRole__description.freearea {
		padding: 15px 0 30px;
	}
	.ec-productRole__description.freearea ul.desc {
		font-size: 1em;
		margin: 0 0 20px;
	}
	.ec-productRole__description.freearea .spec h3 {
		font-size: 18px;
		margin: 40px 0 0;
		padding: 15px 0;
	}
	.ec-productRole__description.freearea .spec h3:first-of-type {
		margin: 20px 0 0;
	}
	.ec-productRole__description.freearea .spec table {
		font-size: 10px;
	}
	.ec-productRole__description.freearea .spec th {
		padding: 10px 10px;
	}
	.ec-productRole__description.freearea .spec td {
		padding: 10px 10px;
	}
	.ec-productRole__description.freearea .annotation {
		font-size: 10px;
		margin: 15px 0 0;
	}
}