@charset "UTF-8";

/* ===============================
	utility
================================ */
.mincho {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
		メイリオ, Meiryo, serif;
	color: #000;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

a.blockLink {
	display: block;
	text-decoration: none;
}

/* ===============================
	common style
================================ */

/* mainvisual */
#mainVisual {
	position: relative;
}

.page-title-wrap {
	position: absolute;
	width: max-content;
	height: fit-content;
	top: 21%;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
}

.page-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 1), 1px 1px 10px rgba(0, 0, 0, 1), 1px 1px 20px rgba(0, 0, 0, 1), 1px 1px 20px rgba(0, 0, 0, 1);
}

.sub-text {
	font-size: 1.7rem;
	font-weight: 700;
	margin-top: .8em;
	text-align: center;
	color: #000;
	text-shadow: 1px 1px 8px rgba(255, 255, 255, 1);
}

.logo-pci {
	height: 80px;
	text-align: center;
	margin-top: 2.4rem;
}

.logo-pci img {
	width: auto;
	height: 100%;
	border: 1px solid #d7d7d7;
}

.sub-title {
	width: fit-content;
	font-size: 1.6rem;
	font-weight: 700;
	margin-inline: auto;
	padding-inline: .4em;
	border-bottom: solid 2px #e30834;
}

.contents-title {
	font-size: 2rem;
	line-height: 1.4;
}

#intro {
	text-align: center;
	background-image: url(https://global.sharp/pci/en/images/bg-intro.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#intro p {
	margin-top: 1.5em;
}

#intro p:FIRST-OF-TYPE {
	margin-top: 0;
}

#intro em {
	font-size: 1.2em;
}

/* ===============================
	PC/Tab setting
================================ */
@media print,
screen and (min-width: 481px) {
	article {
		position: relative;
	}

	.mts {
		margin-top: 40px;
	}

	/* mainvisual */
	.page-title {
		font-size: 6rem;
	}

	.sub-text {
		font-size: 3.4rem;
	}

	.logo-pci {
		height: 160px;
		margin-top: 5rem;
	}

	.main-visual {
		padding-top: 83rem;
		background: url('https://global.sharp/pci/en/images/bg-main-visual.jpg') no-repeat center bottom/cover;
	}

	#intro {
		padding-top: 80px;
		padding-bottom: 15%;
		background-size: cover;
		font-size: 1.6rem;
		line-height: 2;
	}

	.sub-title {
		font-size: 1.8rem;
	}

	.contents-title {
		font-size: 2.6rem;
	}

	.subBox {
		background: #eee;
	}
	.imgBox {
		position: relative;
		top: -1px;
	}

	.textBox {
		font-size: 1.6rem;
		line-height: 1.6;
		background: #fff;
	}

	#contents {
		padding-bottom: 60px;
	}

	#contents .baseWidth {
		padding-top: 60px;
	}

	#contents .flexItem {
		margin-top: 60px;
	}

	#contents .flexItem a {
		height: 100%;
	}

	#contents .blockLink {
		background: #fff;
	}

	#contents .textBox {
		padding: 30px;
	}

	#contents .textBox p {
		margin-top: 20px;
	}

	#contents .textBox .arrow {
		margin-top: 20px;
	}

	.flexItem {
		width: 50%;
	}

	.flexItem:NTH-OF-TYPE(odd) {
		padding-right: 30px;
	}

	.flexItem:NTH-OF-TYPE(even) {
		padding-left: 30px;
	}

	.products {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: center;
	}

	.products a {
		display: inline-block;
		padding: 1em;
		background: #757575;
		color: #fff;
		text-decoration: none;

	}
}

/* ===============================
	Mobile setting
================================ */
@media screen and (max-width: 480px) {
	article img {
		width: 100%;
	}

	.mts {
		margin-top: 2rem;
	}

	/* mainvisual */
	.main-visual {
		padding-top: 120vw;
		background: url('https://global.sharp/pci/en/images/main-visual_sp.jpg') no-repeat center center/cover;
	}

	#intro {
		padding-top: 3rem;
		padding-bottom: 15%;
		font-size: 1.2rem;
		line-height: 2;
		background-size: contain;
	}

	.imgBox {
		margin-top: 4rem;
	}

	.textBox {
		margin-top: 2rem;
	}

	.textBox p {
		margin-top: 0.5em;
	}

	.textBox a {
		margin-top: 1rem;
		font-size: 1.3rem;
		line-height: 1.6;
	}

	#contents .arrow {
		display: inline-block;
		margin-top: 1em;
	}

	#contents {
		padding-top: 3rem;
		padding-bottom: 4rem;
	}

	.products {
		padding-top: 2rem;
		padding-bottom: 2rem;
		text-align: center;
	}

	.products a {
		display: inline-block;
		padding: 1em;
		background: #757575;
		color: #fff;
		text-decoration: none;

	}
}