div.main-picture {
	filter: brightness(0.5);
}
div.vitec-top {
	position: absolute;
	top: 35%;
	width: 100%;
}
div.vitec-top h2 {
	font-size: 3.6rem;
	font-weight: 700;
	color: #FFF;
	font-feature-settings: "pwid";
	text-align: center;
}
div.vitec-top p {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #f47936;
	margin-top: 40px;
	font-feature-settings: "pwid";
}
div.vitec-top p br {
	display: none;
}


@media only screen and (max-width: 1080px) {
	div.vitec-top h2 {
		font-size: 3.2rem;
	}
	div.vitec-top p {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 930px) {
	div.vitec-top h2 {
		font-size: 3.0rem;
	}
	div.vitec-top p {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 840px) {
	div.vitec-top h2 {
		font-size: 2.8rem;
	}
}
@media only screen and (max-width: 768px) {
	div.vitec-top {
		top: 22%;
	}
	div.vitec-top h2 {
		line-height: 3.0rem;
	}
	div.vitec-top p {
		margin-top: 20px;
	}
	div.vitec-top p br {
		display: block;
	}
}
@media only screen and (max-width: 680px) {
	div.vitec-top {
		top: 18%;
	}
}
@media only screen and (max-width: 560px) {
	div.vitec-top {
		top: 16%;
	}
	div.vitec-top h2 {
		font-size: 2.6rem;
	}
	div.vitec-top p {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 480px) {
	div.vitec-top {
		width: 95%;
		left: 10px;
	}
	div.vitec-top h2 {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 420px) {
	div.vitec-top {
		top: 18%;
	}
	div.vitec-top h2 {
		font-size: 2.0rem;
		line-height: 2.2rem;
	}
}
@media only screen and (max-width: 380px) {
	div.vitec-top h2 {
		font-size: 1.8rem;
		line-height: 2.0rem;
	}
}


div.contents1 {
	margin-top: 10px;
}
div.contents2 {
	margin-top: 50px;
	margin-bottom: 50px;
}

div.portable {
	width: 70%;
	max-width: 1280px;
	margin: 0 auto;
}
div.portable h2.detail {
	font-size: 2.3rem;
	line-height: 2.5rem;
	margin-bottom: 30px;
}
div.portable h2.detail:before {
	top: 55px;
}

div.product-tile {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

div.portable div.product-area {
	width: 44%;
	padding: 20px 20px 15px 20px;
	color: #5e637b;
	border-radius: 10px;
	margin: 20px auto;
	background: #ddd;
}
div.portable div.lastpos {
	margin: 20px auto 60px auto!important;
}
div.portable div.product-area h3 {
	font-size: 1.2rem;
	font-weight: 700;
	font-feature-settings: "pwid";
	text-align: center;
	color: #5e637b;
}
div.portable div.product-area span.info-title {
	text-align: center;
	font-feature-settings: "pwid";
	width: 100%;
	display: block;
	font-size: 0.9rem;
	font-weight: 500;
}
div.portable div.product-area span.info-title br {
	display: none;
}
div.portable div.product-area span.info-page {
	font-feature-settings: "pwid";
	text-align: center;
	font-size: 1.0rem;
	font-weight: 500;
	margin: 25px 0 20px 0;
}
div.portable div.product-area a.spec {
	border: 1px solid rgb(0, 94, 102);
	border-radius: 4px;
	padding: 8px 45px 12px 45px;
	background-color: rgb(0, 94, 102);
	color: #fff;
	margin-right: 10px;
	transition: 0.5s ease;
	font-size: 1.0rem;
	font-weight: 500;
}
div.portable div.product-area a.spec:hover {
	background-color: #fff;
	color: rgb(0, 94, 102);
}
div.portable div.product-area a.sheet {
	border: 1px solid rgb(246, 148, 0);
	border-radius: 4px;
	padding: 8px 30px 12px 30px;
	background-color: rgb(246, 148, 0);
	color: #fff;
	margin-left: 10px;
	transition: 0.5s ease;
	font-size: 1.0rem;
	font-weight: 500;
}
div.portable div.product-area a.sheet:hover {
	background-color: #fff;
	color: rgb(246, 148, 0);
}

div.portable div.pos_center {
	margin: 20px auto;
}

@media only screen and (max-width: 1210px) {
	div.portable {
		width: 80%;
	}
	div.portable div.product-area {
		margin: 10px auto;
	}
}
@media only screen and (max-width: 1070px) {
	div.portable {
		width: 90%;
	}
}
@media only screen and (max-width: 960px) {
	div.portable div.product-area {
		width: 43%;
	}
	div.portable div.product-area span.info-title br {
		display: block;
	}
}
@media only screen and (max-width: 900px) {
	div.portable div.product-area a.spec {
		margin-right: 5px;
	}
	div.portable div.product-area a.sheet {
		margin-left: 5px;
	}
}
@media only screen and (max-width: 867px) {
	div.portable div.product-area a.spec {
		padding: 8px 35px 12px 35px;
		margin-right: 5px;
	}
	div.portable div.product-area a.sheet {
		padding: 8px 20px 12px 20px;
		margin-left: 5px;
	}
}
@media only screen and (max-width: 768px) {
	div.product-back {
		width: 95%;
	}
	div.product-back h2 {
		font-size: 1.4rem;
	}
	div.portable div.product-area {
		width: 42%;
	}
	div.portable div.product-area {
		margin: 8px auto;
	}
	div.portable div.product-area a.spec {
		padding: 8px 25px 12px 25px;
		font-size: 0.9rem;
	}
	div.portable div.product-area a.sheet {
		padding: 8px 10px 12px 10px;
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 680px) {
	div.portable div.product-area {
		width: 41%;
	}
	div.portable div.product-area a.spec {
		font-size: 0.9rem;
	}
	div.portable div.product-area a.sheet {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 640px) {
	div.portable div.product-area {
		width: 86%;
	}
	div.portable div.product-area span.info-title br {
		display: none;
	}
	div.portable div.product-area a.spec {
		font-size: 1.0rem;
		padding: 8px 45px 12px 45px;
		margin-right: 10px;
	}
	div.portable div.product-area a.sheet {
		font-size: 1.0rem;
		padding: 8px 30px 12px 30px;
		margin-left: 10px;
	}
	div.portable h2.detail {
		font-size: 2.0rem;
	}
}
@media only screen and (max-width: 520px) {
	div.portable div.product-area {
		width: 100%;
	}
	div.portable h2.detail {
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 480px) {
	div.portable div.product-area span.info-title br {
		display: block;
	}
	div.portable h2.detail {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 440px) {
	div.portable div.product-area a.spec {
		font-size: 0.85rem;
		padding: 8px 40px 12px 40px;
		margin-right: 5px;
	}
	div.portable div.product-area a.sheet {
		font-size: 0.85rem;
		padding: 8px 25px 12px 25px;
		margin-left: 5px;
	}
}
