* {
  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;
}
.BOX {
  background: url("./img/bgc.png?v=1.89"), linear-gradient(0deg, #f8c044, #fdd67f);
  background-size: cover;
  background-position: center;
}
.top {
  text-align: center;
  padding: 0.6rem;
  font-weight: bold;
}
.top-title {
  font-size: 1rem;
  color: #41210a;
}
.top-text {
  color: #e89401;
  font-size: 0.6rem;
}
.top-img-box {
  padding: 0.6rem;
}
.top-img {
  background-image: url("./img/top-bgc.png?v=1.89");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 35vh;
  background-position: center;
}
.content {
  padding: 0.6rem;
}

.content-item {
  position: relative;
  padding: 1rem;
  border-radius: 10px;
  background: #f6b33e;
  border: 2px solid #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(5, 43, 13, 0.2);
  margin-bottom: 2rem;
}
.content-item-title {
  position: absolute;
  top: -12px;
  left: 12px;
  display: inline-block;
  padding: 5px;
  background: #fff9ed;
  border-radius: 12px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: #f0a728;
  font-weight: bold;
  margin-bottom: 0.5rem;
  z-index: 1;
}
.content-item-text {
  color: #fff;
  font-size: 0.9rem;
  margin-top: 1rem;
  line-height: 1.5;
  font-weight: bold;
}
.content-item-text p {
  font-size: 0.9rem;
}
.content-item-text-left {
  text-indent: 1.5em;
  margin-bottom: 0.5rem;
}

.bottom {
  text-align: center;
  width: 100%;
  color: #fff;
}
.bottom-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.bottom-subtitle {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.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;
  padding: 0.5rem;
}
.float {
  position: fixed;
  height: 4rem;
  bottom: 0;
  color: #ffffff;
  background: #ffffff;
  z-index: 100;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 768px;
  margin: 0 auto;
}
.paddingBottom {
  padding-bottom: 4rem;
}

.submit-button {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background: #f0a728;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  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;
  }
}
