@charset "utf-8";
/* CSS Document */

/* PC
-------------------------------------------------- */
@media screen and (min-width:768px){

.mainVisual{
	margin-top:30px;
	text-align:center;
}

.overview{
	margin-top:20px;
	font-size:16px;
	line-height:1.6em;
}

.overview span{
	font-weight:bold;
	text-decoration:underline;
}

#section_1{
	margin-top:-45px;
	padding-top:45px;
}

#code72 h2{
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	padding:15px 10px;
	background:#efefef;
	margin-top:60px;
}

#code72 h3{
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	padding:20px 0;
	margin-top:20px;
	border-bottom:1px solid #000;
	position:relative;
}

.historyImg{
	margin-top:20px;
	text-align:center;
}

.historyImg img{
	display:inline-block;
	height:200px;
	margin:0 10px;
}

.machineImg{
	margin-top:20px;
	text-align:center;
}

}


/* SP
-------------------------------------------------- */
@media screen and (max-width:767px){

.mainVisual{
	margin-top:20px;
	text-align:center;
}

.mainVisual img{
	width:100%;
}

.overview{
	margin-top:20px;
	font-size:14px;
	line-height:1.6em;
}

.overview span{
	font-weight:bold;
	text-decoration:underline;
}

#section_1{
	margin-top:-45px;
	padding-top:45px;
}

#code72 h2{
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	padding:15px 10px;
	background:#efefef;
	margin-top:30px;
}

#code72 h3{
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	padding:30px 0 20px;
	border-bottom:1px solid #000;
}

.historyImg{
	margin-top:20px;
	text-align:center;
}

.historyImg img{
	display:inline-block;
	height:150px;
	margin:0 10px;
}

.machineImg{
	margin-top:20px;
	text-align:center;
}

.machineImg img{
	width:100%;
}

}



















