@charset "UTF-8";
/* CSS Document */

h1 {
	text-align: center;
}
#pc-container {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.pc-box {
	display: inline-block;
	width: 90%;
	margin: 0 5% 25px 5%;
	padding: 0;
}
.pc-box p {
	line-height: 100%;
	margin: 0;
}
.pc-value-title {
	background-image: url(../images/black-gradient-bg.jpg);
	background-clip: padding-box;
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	border: solid 2px transparent;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}
.pc-value-title::after {
	/* position: absolute;
	top: -2px; bottom: -2px;
	left: -2px; right: -2px;
	background: linear-gradient(#555, #fff, #666, #fff);
	content: '';
	z-index: -1;
	border-radius: 10px; */
}
.pc-value-title p {
	font-size: 20px;	
}
.pc-value {
	background-image: url(../images/red-gradient-bg.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	border: solid 2px #999;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	margin: -18px 0 0 0;
	padding: 25px 30px 15px 30px;
	position: relative;
	width: 100%;
	z-index: -2;
}
.pc-value p {
	font-size: 32px;	
}
#yellow-banner {
	background-color: #ffdb00;
	display: inline-block;
	padding: 10px 0 5px 0;
	width: 100%;
}
#yellow-banner h2 {
	color: #d32e33;
	font-size: 34px;
}
@media all and (min-width: 768px) {
	.pc-box {
		width: 45%;
		margin: 0 2.35% 25px 2.35%;
	}
	.pc-value-title p {
		font-size: 18px;	
	}
	.pc-value p {
		font-size: 30px;	
	}
	#yellow-banner {
		padding: 10px 0 0px 0;
	}
	#yellow-banner h2 {
		font-size: 52px;
	}
}
@media all and (min-width: 1024px) {
	.pc-box {
		width: 30%;
		margin: 0 1.5% 25px 1.5%;
	}
	.pc-value-title p {
		font-size: 18px;	
	}
	.pc-value p {
		font-size: 30px;	
	}
	#yellow-banner {
		padding: 15px 0 5px 0;
	}
	#yellow-banner h2 {
		font-size: 62px;
	}
}
@media all and (min-width: 1220px) {
	#yellow-banner {
		padding: 20px 0 10px 0;
	}
	.pc-value-title p {
		font-size: 20px;	
	}
	.pc-value p {
		font-size: 32px;	
	}
	#yellow-banner h2 {
		font-size: 72px;
	}
}