main{
  width: 100%;
}
header{
  height: 60px;
  margin: 0px auto 0px;
  max-width: 640px;
  min-width: 320px;
}
footer{
  height: 60px;
}
section{
  margin: 0px auto 0px;
  max-width: 640px;
  min-width: 320px;
  position: static;
}
section.block{
  margin: 0px auto 0px;
  max-width: 640px;
  min-width: 320px;
  position: relative;
}
.fact_block {
  display: none;
  position: relative;
  margin: 20px 0px 20px 0px;
  padding: 0px 20px 0px 20px;
}
.fact_title {
  margin: 20px 0px 20px 0px;
  height: 60px;
}
.fact_content {
  margin: 20px 0px 20px 0px;
  height: 180px;
  height: auto;
}
.fact_source {
  margin: 20px 0px 20px 0px;
}
.fact_source > a {
}
.fact_picture {
  margin: 20px 0px 20px 0px;
}
.fact_picture > img {
  width: 100%;
}
.show{
  display: block;
}
.limitation{
  text-align: center;
  padding: 40px 0px 0px 0px;
  display: none;
}
.mini{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fact_picture_mini{
  width: 80px;
  padding: 0px 10px 0px 10px;
  filter: grayscale(100%);
  pointer-events: none;
}
.fact_picture_mini_curr{
  filter: grayscale(0%);
  cursor: pointer;
  pointer-events: auto;
}