@charset "utf-8";
:root {
	--page-blue: #1B1464;
	--page-light-blue: #00FFFF;
	--page-light-green: #50FF50;
	--page-yellow: #FFFF00;
	--page-dark-gray: #34383b;
	--page-light-gray: #f5f5f5;
	--page-red: #CE0514;
}
.page .marker {
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.page .btn {
	background-color: var(--page-blue);
	border-bottom: solid 5px #16133E;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	margin: 1.5em auto;
}
.page .btn a::after {
	background-image: url("/parts/contents/best-pc-for-gaming/icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.5em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0.3em;
	width: 1.5em;
}
.page .btn a {
	color: #FFF;
	display: block;
	font-size: 1.15em;
	font-weight: bold;
	height: auto;
	padding: 0.5em 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.page .box.price::after {
	content: "";
}
@media screen and (min-width:391px) {
	.page {
		font-size: 1.15em;
		margin: 0 auto;
		padding: 0 0 2em 0;
		width: 940px;
	}
	.page .btn {
		width: 60%;
	}
	.page .btn:hover {
		background-color: #6A5ACD;
		border-bottom: solid 5px #16133E;
		text-shadow: 0 0 5px #83caee, 0 0 10px #83caee, 0 0 15px #83caee;
		transition-duration: 0.3s;
	}
	.page .intro h2 + p {
		background-color: var(--page-light-gray);
		border-radius: 10px;
		font-weight: bold;
		margin: 2em auto;
		padding: 1.5em 2em;
		text-align: center;
		width: 70%;
	}
	.page .intro h2 + p::before, .page .intro h2 + p::after {
		background-color: var(--page-light-gray);
		border-radius: 50%;
		content: '';
		position: absolute;
	}
	.page .intro h2 + p::before {
		bottom: -15px;
		height: 30px;
		right: 30px;
		width: 30px;
	}
	.page .intro h2 + p::after {
		bottom: -30px;
		height: 15px;
		right: 50px;
		width: 15px;
	}
	.page .box {
		margin: 70px 0 0 0;
		padding: 0;
	}
	.page .box > .ttl {
		margin: 0 0 30px 0;
		padding: 0;
	}
	.page .box > .photo {
		margin: 0 0 30px 0;
		padding: 0;
	}
	.page .box > .text {
		margin: 0 0 30px 0;
		padding: 0;
	}
	.page .box.parts .inner-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.page .box.parts .inner-box .ttl {
		align-items: center;
		display: flex;
		font-size: 1.25em;
		font-weight: bold;
		justify-content: space-between;
		margin: 0 auto;
		text-align: center;
		width: 65%;
	}
	.page .box.parts .inner-box .ttl::before,
	.page .box.parts .inner-box .ttl::after {
		border-top: solid 1px #000;
		content: "";
		display: inline-block;
		height: 1px;
		width: 20%;
	}
	.page .box.parts .inner-box > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.page .box.parts .inner-box dl {
		border: solid 1px var(--page-red);
		margin: 1em 0 0 0;
		padding: 0;
		width: 300px;
	}
	.page .box.parts .inner-box dt {
		background-color: var(--page-red);
		color: #FFF;
		font-size: 1.15em;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.page .box.parts .inner-box dd {
		width: 260px;
		margin: 0.75em auto;
	}
	.page .box.graphic .inner-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.page .box.graphic .inner-box .text {
		width: 685px;
	}
	.page .box.compare .inner-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto 1em auto;
		width: 920px;
	}
	.page .box.compare .inner-box > div {
		width: 440px;
	}
	.page .box.compare .inner-box > div .ttl {
		font-size: 1.15em;
		font-weight: bold;
		background-image: -webkit-gradient(linear, left top, right top, from(#DBE900), to(#FFFFFF));
		background-image: -webkit-linear-gradient(left, #DBE900 0%, #FFF 100%);
		background-image: linear-gradient(to right, #DBE900 0%, #FFF 100%);
		padding: 0.25em 0 0.25em 0.8em;	
	}
	.page .box.compare .inner-box > div .text {
		margin: 1em 0;
	}
	.page .box.gametitle table {
		border-collapse: collapse;
		font-size: 0.9em;
	}
	.page .box.gametitle th, .page .box.gametitle td {
		border-bottom: 1px solid #767676;
		border-right: 1px solid #767676;
		text-align: center;
		padding: 1.25em 1em;
	}
	.page .box.gametitle tr:last-of-type th,
	.page .box.gametitle tr:last-of-type td {
		border-bottom: none;
	}
	.page .box.gametitle td:last-of-type,
	.page .box.gametitle tr:first-of-type th:last-of-type {
		border-right: none;
	}
	.page .box.gametitle th {
		font-weight: bold;
	}
	.page .box.gametitle td {
		width: 255px;
	}
	.page .box.gametitle tr:first-of-type th {
		background-color: #E5E5E5;
	}
	.page .box.purpose .inner-box {
		margin: 0 auto 1em auto;
		width: 920px;
	}
	.page .box.purpose .inner-box .ttl {
		font-size: 1.25em;
		font-weight: bold;
		margin: 0 0 2em 0;
		text-align: center;
		width: 100%;
	}
	.page .box.purpose .inner-box .ttl::after {
		background-image: -webkit-linear-gradient(180deg, rgba(0,255,255,1) 0%, rgba(0,255,0,1) 50%, rgba(0,255,255,1) 100%);
		background-image: linear-gradient(90deg, rgba(0,255,255,1) 0%, rgba(0,255,0,1) 50%, rgba(0,255,255,1) 100%);
		top: 35px;
		content: "";
		height: 4px;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.page .box.purpose .inner-box dl {
		margin: 1.5em 0 0 0;
	}
	.page .box.purpose .inner-box dt {
		font-size: 1.15em;
		padding: 0.25em 0 0.5em 1em;
		font-weight: bold;
		margin: 0.5em 0 0 0.25em;		
	}
	.page .box.purpose .inner-box dl::before {
		border-radius: 50%;
		content: "";
		height: 42px;
		left: 5px;
		position: absolute;
		top: -3px;
		width: 42px;
	}
	.page .box.purpose .inner-box dl:nth-of-type(1)::before {
		background-color: var(--page-light-blue);
	}
	.page .box.purpose .inner-box dl:nth-of-type(2)::before {
		background-color: var(--page-light-green);
	}
	.page .box.purpose .inner-box dl:nth-of-type(3)::before {
		background-color: var(--page-yellow);
	}
	.page .box.purpose .inner-box dt {
		z-index: 2;
	}
	.page .box.purpose .inner-box dd {
		margin: 0 auto;
		width: 95%;
	}
}
@media screen and (max-width:390px) { 
	.page {
		font-size: 0.85em;
		padding: 0 0 2em 0;
		width: 100%;
	}
	.page .btn {
		width: 80%;
	}
	.page .intro h2 {
		margin: 1em 0 0 0;
		padding: 0;
	}
	.page .intro h2 + p {
		background-color: var(--page-light-gray);
		border-radius: 10px;
		font-weight: bold;
		margin: 2em auto 3em auto;
		padding: 1.25em 1.5em;
		text-align: center;
		width: 92%;
	}
	.page .intro h2 + p::before, .page .intro h2 + p::after {
		background-color: var(--page-light-gray);
		border-radius: 50%;
		content: '';
		position: absolute;
	}
	.page .intro h2 + p::before {
		bottom: -15px;
		height: 30px;
		right: 30px;
		width: 30px;
	}
	.page .intro h2 + p::after {
		bottom: -30px;
		height: 15px;
		right: 50px;
		width: 15px;
	}
	.page .intro .text {
		margin: 0 auto;
		width: 95%;
	}
	.page .box {
		margin: 3em auto 0 auto;
		padding: 0;
		width: 95%;
	}
	.page .box > .ttl {
		margin: 0 0 1em 0;
		padding: 0;
	}
	.page .box > .photo {
		margin: 0 0 1em 0;
		padding: 0;
	}
	.page .box > .text {
		margin: 0 0 1em 0;
		padding: 0;
	}
	.page .box.parts .inner-box {
	}
	.page .box.parts .inner-box .ttl {
		align-items: center;
		display: flex;
		font-size: 1.25em;
		font-weight: bold;
		justify-content: space-between;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.page .box.parts .inner-box .ttl::before,
	.page .box.parts .inner-box .ttl::after {
		border-top: solid 1px #000;
		content: "";
		display: inline-block;
		height: 1px;
		width: 12%;
	}
	.page .box.parts .inner-box > div {
	}
	.page .box.parts .inner-box dl {
		border: solid 1px var(--page-red);
		margin: 1em 0 0 0;
		padding: 0;
		width: 100%;
	}
	.page .box.parts .inner-box dt {
		background-color: var(--page-red);
		color: #FFF;
		font-size: 1.15em;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.page .box.parts .inner-box dd {
		width: 95%;
		margin: 0.75em auto;
	}
	.page .box.graphic .inner-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.page .box.graphic .inner-box .text {
		width: 65%;
	}
	.page .box.graphic .inner-box .photo {
		width: 30%;
	}
	.page .box.compare .inner-box {
	}
	.page .box.compare .inner-box > div {
	margin-bottom: 2em;
	}
	.page .box.compare .inner-box > div .ttl {
		font-size: 1.15em;
		font-weight: bold;
		background-image: -webkit-gradient(linear, left top, right top, from(#DBE900), to(#FFFFFF));
		background-image: -webkit-linear-gradient(left, #DBE900 0%, #FFF 100%);
		background-image: linear-gradient(to right, #DBE900 0%, #FFF 100%);
		padding: 0.25em 0 0.25em 0.8em;	
	}
	.page .box.compare .inner-box > div .text {
		margin: 1em 0;
	}
	.page .box.gametitle table {
		border-collapse: collapse;
		font-size: 0.9em;
		width: 700px;
	}
	.page .box.gametitle th, .page .box.gametitle td {
		border-bottom: 1px solid #767676;
		border-right: 1px solid #767676;
		text-align: center;
		padding: 1.25em 1em;
		vertical-align: middle;
	}
	.page .box.gametitle tr:last-of-type th,
	.page .box.gametitle tr:last-of-type td {
		border-bottom: none;
	}
	.page .box.gametitle td:last-of-type,
	.page .box.gametitle tr:first-of-type th:last-of-type {
		border-right: none;
	}
	.page .box.gametitle th {
		font-weight: bold;
	}
	.page .box.gametitle td {
		width: 27%;
	}
	.page .box.gametitle tr:first-of-type th {
		background-color: #E5E5E5;
	}
	.page .box.purpose .inner-box {
	}
	.page .box.purpose .inner-box .ttl {
		font-size: 1.25em;
		font-weight: bold;
		margin: 0 0 2em 0;
		text-align: center;
		width: 100%;
	}
	.page .box.purpose .inner-box .ttl::after {
		background-image: -webkit-linear-gradient(180deg, rgba(0,255,255,1) 0%, rgba(0,255,0,1) 50%, rgba(0,255,255,1) 100%);
		background-image: linear-gradient(90deg, rgba(0,255,255,1) 0%, rgba(0,255,0,1) 50%, rgba(0,255,255,1) 100%);
		top: 1.75em;
		content: "";
		height: 3px;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.page .box.purpose .inner-box dl {
		margin: 1.5em 0 0 0;
	}
	.page .box.purpose .inner-box dt {
		font-size: 1.15em;
		padding: 0.25em 0 0.5em 1em;
		font-weight: bold;
		margin: 0.5em 0 0 0.25em;		
	}
	.page .box.purpose .inner-box dl::before {
		border-radius: 50%;
		content: "";
		height: 30px;
		left: 5px;
		position: absolute;
		top: -3px;
		width: 30px;
	}
	.page .box.purpose .inner-box dl:nth-of-type(1)::before {
		background-color: var(--page-light-blue);
	}
	.page .box.purpose .inner-box dl:nth-of-type(2)::before {
		background-color: var(--page-light-green);
	}
	.page .box.purpose .inner-box dl:nth-of-type(3)::before {
		background-color: var(--page-yellow);
	}
	.page .box.purpose .inner-box dt {
		z-index: 2;
	}
	.page .box.purpose .inner-box dd {
		margin: 0 auto;
		width: 95%;
	}
}