@charset "UTF-8";
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
a {
	color: #000;
	text-decoration: underline;
	outline: none;
	opacity: 1;
}
a:hover {
	opacity: 0.8;
}
*:hover {
	transition: all .3s ease-out;
}
body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans Japanese";
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}
.gothic{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#main {
	width: 900px;
	margin: 50px auto;
}
.txt {
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}
.txt h2 {
	font-size: 30px;
}
.txt p span {
	display: block;
}
.box {
	margin-bottom: 70px;
}
.box section {
	margin-bottom: 50px;
}
.box h3 {
	background-color: #ccc;
	padding: 5px 2%;
	font-weight: bold;
}
.box p span{
	font-weight:bold;
	}
figure {
	margin: 0;
}
figure img {
	width: 100%;
}
figure.box01 {
	width: 99%;
	margin: 0 auto;
}
figure.box02 img {
	width: 49%;
	margin: 0.5% 0.5%;
	float: left;
}
figure.box03 img {
	width: 32.3%;
	margin: 0.5% 0.5%;
	float: left;
}
video {
	width: 100%;
	height: 500px;
	background-color: #000;
}

@media screen and (min-width:700px) and ( max-width:1050px) {
#main {
	width: 90%;
	margin: 20px auto;
}
.txt {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.txt h2 {
	font-size: 20px;
	text-align: center;
}
.txt h2 span {
	display: block;
}
.txt p span {
	display: block;
}
.box {
	margin-bottom: 60px;
}
.box section {
	margin-bottom: 50px;
}
.box p{
	margin:10px auto;
	}
h3 {
	background-color: #ccc;
	padding: 5px 2%;
	font-weight: bold;
}
figure {
	margin: 0;
}
figure img {
	width: 100%;
}
figure.box01 {
	width: 99%;
	margin: 0 auto;
}
figure.box02 img {
	width: 49%;
	margin: 0.5% 0.5%;
	float: left;
}
figure.box03 img {
	width: 32.3%;
	margin: 0.5% 0.5%;
	float: left;
}
video {
	width: 100%;
	height: 385px;
	background-color: #000;
}
}

@media screen and (max-width:700px) {
#main {
	width: 90%;
	margin: 20px auto;
}
.txt {
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
}
.txt h2 {
	font-size: 20px;
	text-align: center;
}
.txt h2 span {
	display: block;
}
.txt p span {
	display: inline;
}
.box {
	margin-bottom: 50px;
}
.box section {
	margin-bottom: 40px;
}
.box p{
	margin:0 auto 10px;
	}
h3 {
	background-color: #ccc;
	padding: 5px 2%;
	font-weight: bold;
	margin-bottom:10px;
}
figure {
	margin: 0;
}
figure img {
	width: 100%;
}
figure.box01 {
	width: 100%;
	margin: 0 auto;
}
figure.box02 img {
	width: 100%;
	margin: 0 auto 1px;
	float: none;
}
figure.box03 img {
	width: 100%;
	margin: 0 auto 1px;
	float: none;
}
video {
	width: 100%;
	height: 188px;
	background-color: #000;
}
}
