@charset "UTF-8";

body{overflow-x:hidden !important;}


.sectionBox{
  padding: 10px;
  background: #fff !important;
}
div.Section, div.SubSection{
  padding: 0 0 10px;
}

.sizeBox img,
.SubSection h4{
  margin-bottom: 20px;
}


/* ここから追記 */


html,
body {
  font-family: "Noto Sans JP", "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  color: #707070;
}
.intro {
  font-size: 0.8em;
}
h2,
h4 {
  font-weight: 700;
}

.HeadingLv4 {
  background: #fff;
  padding: 0.5em 0 0;
  margin-bottom: 0;
}

h3, h4 {
  font-size: 1.1em;
  color: #707070;
}

.SubSection h4 {
  margin: 1em 0;
}

div#static .explanation p {
  margin-bottom: 2em;
}
.img_wrap {
  background: #F8F8F8;
  text-align: center;
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  height: auto;
}

div#static ul.Note li {
  background: #fff;
  /* padding-top: 1em; */
  font-size: 0.9em;
}