@charset "UTF-8";

/* ===============================
	support
=============================== */
#support {
	background: #f5f5f5;
}

#support ul.supList {
	width: 100%;
}

#support ul.supList li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #434343;
}

#support ul.supList li.info a {
	background-image: url(/pcig/common/images/sup-info.png);
}

#support ul.supList li.qa a {
	background-image: url(/pcig/common/images/sup-qa.png);
}

#support ul.supList li.manual a {
	background-image: url(/pcig/common/images/sup-manual.png);
}

#support ul.supList li.mente a {
	background-image: url(/pcig/common/images/sup-mente.png);
}

#support ul.supList li.option a {
	background-image: url(/pcig/common/images/sup-option.png);
}

#support ul.supList li.catalog a {
	background-image: url(/pcig/common/images/sup-catalog.png);
}

/* ===============================
	utility
=============================== */
.mtl {
	margin-top: 3em;
}

/* ===============================
	common style
=============================== */
#main {
	padding: 0 15px 80px;
}

h2.ttl {
	background: #ed2761;
	color: #fff;
	padding: 0.5em;
}

.text {
	font-size: 1.1em;
	line-height: 1.6;
}

.point {
	margin-top: 2em;
	color: #ed2761;
	text-align: center;
}

.strong {
	font-size: 1.4em;
	line-height: 1.2;
	background: #fae9ee;
	border: solid 1px #ed2761;
	font-weight: bold;
	padding: 0.2em 0;
	margin-top: 0.4em;
}

.strong em {
	font-size: 1.3em;
	line-height: 1.2;
	font-style: normal;
}

.strong sup {
	font-size: 60%;
	line-height: 1;
}

p.ttl {
	font-size: 1.4em;
	line-height: 1.2;
}

hr.line {
	border: none;
	border-bottom: dashed 1px #ed2761;
	margin: 0.5em 0;
}

.koukan {
	padding-top: 2em;
	padding-bottom: 1em;
}

.about {
	font-size: 0.88em;
	line-height: 1.2;
	margin-top: 3em;
}

.boxGray {
	margin-top: 0.4em;
	padding: 1.5em 1em;
	border: solid 1px #c9c9c9;
}

/* ===============================
	PC / Tab
=============================== */
@media print , screen and (min-width:481px) {
	article {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	#support {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#support h2 {
		font-size: 2.8rem;
		font-weight: 200;
		margin-bottom: 4rem;
	}
	#support ul.supList li {
		width: 220px;
		height: 90px;
		margin-left: 25px;
		margin-bottom: 20px;
		background: #fff;
		float: left;
	}
	#support ul.supList li:nth-child(4n-3) {
		margin-left: 0;
	}
	#support ul.supList li a {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1;
		padding-top: 64px;
		background-repeat: no-repeat;
		background-position: center 4px;
		background-size: 60px;
	}
	#support ul.supList li.normal a {
		font-size: 1.6rem;
		line-height: 1.6;
		padding-top: 20px;
	}
	#support .small {
		font-size: 0.82em;
	}
	h2.ttl {
		width: 930px;
		text-align: center;
		margin: 30px auto 0;
	}
	.text {
		text-align: center;
	}
	.point {
		width: 580px;
		margin: 2em auto 0;
	}
	.boxGray {
		padding: 2em 1.5em;
	}
}

/* ===============================
	mobile
=============================== */
@media screen and (max-width: 480px) {
	article img {
		width: 100%;
	}
	#support {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	#support h2 {
		font-size: 2.4rem;
		line-height: 1.4;
		margin-bottom: 3.4rem;
	}
	#support ul.supList li {
		width: 100%;
		height: 5rem;
		background: #fff;
		margin-top: 2rem;
	}
	#support ul.supList li:first-child {
		margin-top: 0;
	}
	#support ul.supList li a {
		font-size: 1.4rem;
		line-height: 1;
		padding-top: 1.2em;
		padding-left: 6rem;
		background-repeat: no-repeat;
		background-position: 0.5em center;
		background-size: 4rem;
	}
	#support ul.supList li.normal a {
		padding-left: 1.5rem;
	}
}