@charset "UTF-8";

@media screen and (max-width:767px) {

/* 640px */

.contentsInner .box p.text.space {
	margin: 32px auto 0;
	margin: 5.0vw auto 0;
}

.contentsInner .box .image {
	margin: 32px auto 32px;
	margin: 5.0vw auto 5.0vw;
}
.contentsInner .box .image.nospace {
	margin: 32px auto 0;
	margin: 5.0vw auto 0;
}

.contentsInner .box .whiteArea {
	margin: 50px auto 0;
	margin: 7.8vw auto 0;
	padding: 27px 27px 27px;
	padding: 4.2vw 4.2vw 4.2vw;
	background: #fff;
}
.contentsInner .box .whiteArea.mark {
	position: relative;
	padding: 56px 0 56px 27px;
	padding: 8.8vw 0 8.8vw 4.2vw;
	height: auto;
	line-height: 1.4;

	font-size: 24px;
	font-size: 3.8vw;
	font-weight: bold;
	text-align: left;
	letter-spacing: -0.07em;
}
.contentsInner .box .whiteArea.mark span.ico {
	position: absolute;
	top: 30px;
	top: 4.7vw;
	right: 30px;
	right: 4.7vw;
	width: 120px;
	width: 18.8vw;
}
.contentsInner .box .whiteArea.mark span.ico img {
	width: 100%;
	height: auto;
}

.contentsInner .box .whiteArea h5.title {
	font-size: 22px;
	font-size: 3.4vw;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}
.contentsInner .box .whiteArea .image {
	margin: 28px auto 22px;
	margin: 4.4vw auto 3.4vw;
}
.contentsInner .box .whiteArea .image img {
	width: 100%;
	height: auto;
}
.contentsInner .box .whiteArea p.text {
	margin: 12px auto 0;
	margin: 1.9vw auto 0;
	font-size: 22px;
	font-size: 3.4vw;
	font-weight: 500;
	text-align: left;
}
.contentsInner .box .whiteArea .textArea {
	display: block;
	vertical-align: top;
	width: 100%;
}

.contentsInner .box .productLink {
	margin: 40px auto 0;
	margin: 6.2vw auto 0;
	text-align: left;
}
.contentsInner .box .productLink .textArea {
	display: inline-block;
	vertical-align: top;
	width: 404px;
	width: 63.1vw;
	padding: 0 0 0 18px;
	padding: 0 0 0 2.8vw;
	margin: 40px 0 0;
	margin: 6.2vw 0 0;
}
.contentsInner .box .productLink .textArea .productName img {
	vertical-align: baseline;
}
.contentsInner .box .productLink .textArea .productName a {
	font-size: 22px;
	font-size: 3.4vw;
	font-weight: bold;
}
.contentsInner .box .productLink p.about {
	margin: 54px 0 0;
	margin: 8.4vw 0 0;
	font-size: 22px;
	font-size: 3.4vw;
	font-weight: 500;
	letter-spacing: -0.05em;
}
.contentsInner .box .productLink .imageArea {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	width: 20.3vw;
}
.contentsInner .box .productLink .imageArea img {
	width: 100%;
	height: auto;
}

} /* media */