body {
  color: #333;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  /* min-width: 1200px; */
  height: 100%;
}

.lower .mv .page-name {
  font-size: min(4vw, 1.7em);
}

/*==================================================================================
 lower common
==================================================================================*/
.head_cont {
  padding: 60px 0 0 !important;
}

.iframe {
  width: 100%;
  min-height: 1000px;
}

@media only screen and (max-width: 767px) {
  .main_page img {
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*==================================================================================
 support
==================================================================================*/
#support .mv .num {
  text-combine-upright: all;
  font-style: normal;
  display: inline-block;
  margin-left: -0.5em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  #support .mv .num {
    margin-left: 0;
  }
}
.iframe {
  width: 100%;
}