body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
  position: relative;
  color: #333;
  /* font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-weight: normal;
  text-align: left;
  width: 100%;
}

section {
  width:100%;
  margin: 0 auto;
}
section article {
width:90%;
margin:5% 5%;
}
section article p:nth-of-type(1) {
margin-bottom:10px;
}
section article p:nth-of-type(2) {
font-size: 10px;
margin-bottom:3%;
text-align:right;
}
section article video {
margin-bottom:5%;
width:100%;
}
section article p:nth-of-type(3) {
margin-bottom:3%;
}
section article p:nth-of-type(4) {
margin-bottom:5%;
}
section article div:nth-of-type(1) {
width:100%;
font-size: 10px;
margin-bottom:20px;
text-align:right;
}
section article div:nth-of-type(1) img  {
width:100%;
margin-bottom:3px;
}

section article div:nth-of-type(1) p {
font-size: 13px;
text-align:right;
}
section article div:nth-of-type(2)  {
width:100%;
display: inline-block;
vertical-align: top;
}

section article div:nth-of-type(2) img  {
width:100%;
margin-bottom:60px;
}
section article p:nth-of-type(5) {
margin-bottom:20px;
text-align:center;
}
