@charset "utf-8";

body { font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: 400; color: #000000; font-size: 1.4rem; line-height: 1.5;}
body p { word-break:break-all; }
body p + p { margin-top: 15px;}

.inner { width: 100%; max-width: 1000px; margin: 0 auto;}
.areaBox { margin: 100px 0;}
@media only screen and (max-width:768px){
 .inner { width: 90%;}
}

h1 { font-size: 2.0rem; font-weight: bold; margin: 2rem auto; text-align: center; }

video { width: 100%; height: auto; display: block; margin: 2rem auto; }
.copyright { font-size: 1.0rem; text-align: right; }