img.pc{display:block;}
img.sp{display:none;}

h1 { margin: 10px 0 20px 0; padding: 0 0 0 24px; background: url(/img/common/h1.gif) 4px center no-repeat; color: #333; font-size: 180%; font-weight: 700; }
h2{
	margin: 15px 0 10px 0;
	padding: 0 0 0 22px;
	height: 32px;
	background: #f5f5f5 url(../img/common/h2.gif) no-repeat;
	font-size: 130%;
	line-height: 32px;
	font-weight: bold;
}
.font-big{
	font-size: 14px;
}
.color_orange{
	color:#FE5400;
}
.img-box{
	margin: 4px 0 32px;
	text-align: center;
	margin-bottom: 32px;
	box-sizing: border-box;
	border: 2px solid #000;
	display: inline-block;
}
.img-box img{
	max-width:100%;
}

.caution{
	font-weight: bold;
	text-decoration: underline;
	font-size: 110%;
	display: inline-block;
	padding: 0 4px;
}
@media screen and (max-width: 768px) {
	h1 { font-size: 130%; }
	img.pc{display:none;}
	img.sp{display:block;}
}

