@charset "UTF-8";
/* CSS Document */	
h3 {
	margin-left: 20px;
	font-size: 19px;
	color: #036EB7;
	font-weight: normal;
	letter-spacing: 0.8em;
}
#con_about {
	width:100%;
}
#con_about p span {
	font-size: 20px;
	font-weight: bold;
	color: #036EB7;
}

#shop {
	width: 100%;
}
#shop p span{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7em;
	letter-spacing: 0.2em;
}
#lens {
	margin-top: 30px;
	clear: both;
}

#lens img.lensIMG{
	margin-top: 20px;
	width:100%;
}
#lens p{
	margin: 30px auto;
	text-align: center;
}
@media screen and ( min-width:768px ) {
#con_about {
	margin-top: 30px;
	border-bottom: 1px solid #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#con_about img {
	width: 40%;
	height: auto;
}
#con_about p {
	width: 60%;
	padding: 18px;
	line-height: 1.7em;
	letter-spacing: 0.2em;
}

img.h3icon {
	margin-top: 5px;
	float: left;
}
#shop {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
#shop img {
	width: 50%;
	height:auto;
}
#shop p {
	margin:0;
	width: 50%;
	padding: 18px;
	line-height: 1.7em;
	letter-spacing: 0.2em;
}
}
@media screen and ( max-width:767px ) {
#con_about img {
	width: 100%;
	height: auto;
}
#shop img {
	width: 100%;
	height:auto;
}
}