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

body {
	margin:0;
	padding:0;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ","Meiryo" ;
}
area{
	outline:none;
	}
img{
	width:100%;
	height:auto;
	vertical-align:bottom;
	display:block;
}

.container{
	width:94%;
	margin:0 auto;
	margin:3% auto 10% auto;
	box-sizing:border-box;
}

header{
	border-bottom:1px dashed #646464;
	padding-bottom:3%;
}

header img{
	margin-bottom:1%;
}
header h1{
	text-align:center;
	font-size:4.7vw;
	color:#e60012;
	font-weight:bold;
}

section{
	padding:3% 0;
	line-height:1.2em;
	font-size:90%;
	margin-bottom:2%;
}

.caution p,.caution h2{
	font-size:60%;
	line-height:1.2em;
}
.red{
	color:#e60012;
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.space{
	margin-bottom:3%;
}



