@charset "utf-8";
body, td, th {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: small;
}
body {
  background-color: #6B6B6B;
}
.wrapper {
  background-color: #ffffff;
  max-width: 640px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
Header {
  background-color: #00B9A1;
  text-align: center;
  color: #FFFFFF;
  padding-top: 6px;
  padding-bottom: 6px;
  word-wrap: break-word;
  width: 100%;
}
Section {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  word-break: break-all;
}
Footer {
  background-color: #00B9A1;
  color: #FFFFFF;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 16px;
}
table {
  width: 90%;
  /*    border: 2px solid #929292; */
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #FFFFFF;
}
.tbl_layout {
  table-layout: fixed;
}
.TextCenter {
  text-align: center;
}
.TextRight {
  text-align: right;
}
.NoDisplay {
  display: none;
}
h1 {
  word-break: break-all;
}
h2 {
  color: #FFFFFF;
  background-color: #ff66cc;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  word-break: break-all;
  border-radius: 0.5em;
}
h3 {
  color: #FFFFFF;
  background-color: #6680ff;
  padding-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-all;
  border-radius: 1em;
}
h4 {
  color: #8D1B50;
  font-weight: bold;
  width: 94%;
  height: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-all;
}
article section pre {
  margin-top: 0px;
}
table tr th, td {
  border: thin solid #A7A7A7;
  border-collapse: collapse;
  height: 32px;
  vertical-align: middle;
}
table tr th {
  background-color: #D0D0D0;
}
.tategaki {
  writing-mode: vertical-rl;
  width: 1em;
}
a {
  word-break: break-all;
}
article section video {
  position: relative;
  max-height: 100%;
  max-width: 100%; /* 追加 */
  height: auto;
}
code {
  width: 96%;
  border: thin solid #F7CDFF;
  display: block;
  background-color: #FFFFFF;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  overflow-x: scroll;
  max-height: 480px;
}
li {
  margin-bottom: 4px;
}
ul li ul {
  margin-top: 4px;
}
img {
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.img_width300 {
  height: auto;
  max-width: 300px;
}
.img50 {
  width: 50%;
  height: auto;
}
.img45 {
  width: 45%;
  height: auto;
}
.img20 {
  width: 20%;
  height: auto;
}
.img_inline {
  display: inline-block;
  margin-right: 8px;
}
.warning {
  background-color: #FFD99A;
  border: medium solid #FF0004;
  color: #C70002;
  font-weight: bolder;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: medium;
  margin-bottom: 16px;
}
.charGray {
  color: #C0C0C0;
}
.charRed {
  color: #FF0000;
}
.charTorikeshi {
  text-decoration: line-through;
}
.char70 {
  font-size: 70%;
}
.char200 {
  font-size: 200%;
}
audio {
  max-width: 100%;
}
.bgcolor_yellow {
  background-color: #FFFE67;
}
.bgcolor_lightyellow {
  background-color: lightyellow;
}
.bgcolor_grayD {
  background-color: #DDDDDD;
}
.bgcolor_lightpink {
  background-color: #FDE0F3;
}
.bgcolor_lightpurple {
  background-color: #EBDCFF;
}
.bgcolor_skyblue {
  background-color: #D4E1FC;
}
.bgcolor_lightgreen {
  background-color: #BCFFB2
}
.bgcolor_mistyrose {
  background-color: #FFE4E1;
}
.button_M {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.width100 {
  width: 100%;
}
.width100px {
  width: 100px;
  height: auto;
}
.width300px {
  width: 300px;
  height: auto;
}
.columns2 {
  columns: 2;
}
.columns160px {
  column-width: 159px;
}
.evenly {
  display: flex;
  justify-content: space-evenly;
}
iframe {
  sandbox: "";
  transform: scale(0.5) translate(-50%, -430px);
  width: 200%;
  height: 900px;
}