* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  font-family: Arial, sans-serif;
}
.container {
  min-height: 100vh;
  max-width: 768px;
  margin: 0 auto;
}

.container-box1 img {
  max-width: 100%;
}
.container-box1 {
  position: relative;
  background: #dcfb39;
}
.container-box1-title {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 1rem;
  font-weight: bold;
}
.container-box2 {
  background-image: url("./img/content-bgc.png?v=1.89");
  background-size: auto;
  background-repeat: repeat;
  width: 100%;
  background-position: center;
}
.container-box2 img {
  max-width: 100%;
}

.container-box2-description {
  padding: 1rem;
  background-image: url("./img/description-bgc.png?v=1.89");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.description-list-title {
  background-image: url("./img/title.png?v=1.89");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.3rem 1rem;
  display: inline-block;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  min-width: -moz-fit-content;
  margin-left: -1rem;
}
.text-item-title {
  display: inline-block;
  padding: 0 0.5rem;
  background-color: #d5ed3e;
  border-radius: 5px;
  font-weight: bold;
}
.text-item-text {
  font-size: 0.8rem;
  padding-left: 0.5rem;
}

.description-text-item {
  padding: 0.6rem;
}
.description-list-item:last-child {
  margin-bottom: 1.5rem;
}

.text-item-text {
  margin-top: 0.3rem;
  font-weight: bold;
}

.line {
  background-image: url("./img/line.png?v=1.89");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 0.6rem;
}

.bottom-box {
  text-align: center;
  width: 100%;
}
.bottom-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.bottom-subtitle {
  font-size: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  font-weight: bold;
}
.bottom-info {
  font-size: 0.7rem;
  margin-bottom: 1rem;
  padding: 0.7rem;
}
.bottom-notice {
  font-size: 0.7rem;
  text-align: left;
  padding: 0 0.7rem;
  line-height: 1.2;
}
.bottom-copyright {
  font-size: 0.7rem;
  margin-top: 0.7rem;
  padding: 1rem;
}

.float {
  position: fixed;
  height: 3.5rem;
  bottom: 0;
  color: #ffffff;
  background: #ffffff;
  z-index: 100;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 768px;
  margin: 0 auto;
}
.paddingBottom {
  padding-bottom: 3.5rem;
}

.submit-button {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background: #d5ed3e;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem;
}

@media screen and (max-width: 241px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 241px) and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}
