body {
  margin: 0px;
}

p {
  margin: 0px
}
#wrapper {
  width:100%;
  overflow:hidden;
}
.container {
  width: 680px;
  margin: 0 auto;
}
.bottom-button,.bottom-button02 {
  max-width: 680px;
  width: 100%;
  position: fixed;
  bottom: -6px;
  z-index: 5;
}

.double-button,.double-button02 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.double-button > a {
  width: 50%;  
}

.double-button02 > a{
  width: 50%;  
}

.button {
  width: 100%;
}

.footer-top-button {
  margin-bottom: -6px
}

.footer-bottom-button {
  height: 50px;
  object-fit: cover;
}

.footer-bottom-button02 {
  height: 65px;
  object-fit: cover;
}

.floating_btn{
  display: flex;
}

.info-form {
  background-color: #00C2FF;
  padding: 20px;
  padding-bottom: 80px;
}
.form-container {
  padding: 10px 20px;
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 5px;
  width: 65%;
  margin: 40px auto;
}
form dd {
  margin-left: 0;
}
form dt {
  margin-top: 1rem;
}
form input, form textarea {
  padding: 10px;
  width: 90%;
  border: none;
  border-radius: 2px;
  background: #F7F7F7;
}
.cp_ipselect {
  overflow: hidden;
  padding: 5px 10px;
  width: 90%;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: none;
  border-radius: 2px;
  background: #F7F7F7;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
}
.submit_button {
  margin: 0 auto;
  width: 70%;
  display: block;
  border-radius: 25px;
  background-color: #FF5A07;
  color: #fff;
  font-weight: 500;
  border: none;
  -webkit-appearance: none;
}
footer {
  padding: 10px 10px 40px 10px;
  text-align: center;
}

@media screen and (max-width:720px) { 
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .form-container {
    width: auto;
    margin: 10px 0;
  }
}

/* .home3_footer{
  margin-bottom: 130px;
} */