.mv {
  height: 435px;
  padding-top: 120px;
}
.mv p.logo {
  top: 40px;
}
@media screen and (max-width: 768px) {
  .mv {
    height: auto;
    margin-top: 0;
    padding-top: 90px;
  }
  .mv p.logo {
    top: 10px;
    left: 10px;
  }
}

.thanks {
  padding: 20px;
  text-align: center;
  border: 1px solid #999;
}
.thanks > p {
  font-weight: bold;
  line-height: 1.6;
}
.thanks > a {
  line-height: 3;
  text-decoration: underline;
}

.inline_content th {
  max-width: 160px;
  min-width: 120px;
  white-space: normal;
}

ul.tsuyomi h3 {
  padding-right: 20px;
}

.gbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 67.5%;
  background: #f3f3f3;
}
.gbox .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
