body {
  margin: 0;
  padding: 0;
}
header {
  padding: 5px 0;
  background: url(../img/ft-bg.png), #3bb489;
  color: #fff;
  text-align: center;
}
header a {
  color: #fff;
}
footer {
  padding: 5px 0;
  background: url(../img/ft-bg.png), #3bb489;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
h1 {
  margin: 0.5em;
  font-size: 1.5em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1em;
}
a {
  text-decoration: none;
}
form {
  display: block;
  margin-bottom: 0;
  padding: 10px 0;
  background: url(../img/bg3.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
}
input:not([type="submit"]), select {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
input[type="submit"] {
  width: 49%;
  text-align: center;
  color: #fff;
  background: #3bb489;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  padding: 5px 10px;
  height: 50px;
  font-size: 15px;
  border: 1px solid #3bb489;
}
input[type="submit"]:hover {
  cursor: pointer;
  box-shadow: 2px 2px 10px #555;
  transition: .3s;
}
.small-txt {
  font-size: 0.8em;
}
.vsmall-txt {
  font-size: 0.6em !important;
}
.large-txt {
  display: block;
  padding: 5px;
  font-size: 1.3em;
}
.txt-center {
  text-align: center;
}
.txt-green {
  display: inline-block;
  color: #3bb489;
}
.ml-10 {
  margin-left: 10px;
}
.annotation {
  display: block;
  font-size: 0.8em;
  color: red;
}
.require {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 3px;
  background: red;
  color: #fff;
  font-size: 10px;
  margin-bottom: 3px;
}
.any {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 3px;
  background: green;
  color: #fff;
  font-size: 10px;
  margin-bottom: 3px;
}
.flex {
  display: flex;
}
.justify-start {
  justify-content: start;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.msg {
  display: block;
  color: red;
  font-size: 0.9em;
}
#simu-wrap {
  margin: -3em auto 0 auto;
  overflow: hidden;
  margin-top: 0px;
  width: 365px;
  height: 500px;
}
#simu-slider {
  -webkit-transition: -webkit-transform .7s ease-in-out .2s;
  transition: -webkit-transform .7s ease-in-out .2s;
  transition: transform .7s ease-in-out .2s;
  transition: transform .7s ease-in-out .2s, -webkit-transform .7s ease-in-out .2s;
  height: calc(500px * 11);
}
.step {
  width: 100%;
  height: 500px;
}
.step-title {
  padding: 5px 10px;
  border-left: 5px solid #3bb489;
  border-bottom: 1px solid #3bb489;
  color: #3bb489;
}
.step-desc {
  padding: 5px 10px;
  background: transparent;
  color: #3bb489;
}
.selection {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

.contact__form-box2 label {
  padding-left: 30px;
  position: relative;
}
.contact__form-box2 label:before {
  opacity: 0;
  content: "";
  display: inline-block;
  width: 7px;
  height: 15px;
  border-right: 4px solid #4973FF;
  border-bottom: 4px solid #4973FF;
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 8px;
}
.contact__form-box2 label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #3E3E3E;
  position: absolute;
  top: 0;
  left: 0;
}
.contact__form-box2 input[type=checkbox]:checked + label:before {
  opacity: 1;
}
.contact__form-box2 input[type=checkbox]:hover + label:after {
  border: 1px solid #4973FF;
  cursor: pointer;
}

.return-item {
  position: relative;
  margin: .6em;
  height: 3.5em;
  line-height: 3.5em;
  color: #000;
}
.select-item {
  position: relative;
  margin: .6em;
  height: 3.5em;
  line-height: 3.5em;
  border: 1px solid #3bb489;
  border-radius: 7px;
  box-shadow: 2px 2px 5px #888;
  background: #3bb489;
}
.return-item > label {
  color: #3bb489;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: .1em;
  text-align: center;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 7px;
}
.select-item > label {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: .1em;
  text-align: center;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 7px;
}
.selection > input + .return-item {
  background-color: #fff;
  border: 2px solid #3bb489;
  border-bottom: 3px solid #3bb489;
  border-radius: 6px;
  transition: .1s;
  box-shadow: 2px 2px 5px #888;
}
.selection > input + .return-item:hover {
  margin-top: 13px;
}
.selection > input + .return-item label:hover {
  border-bottom: 2px solid #3bb489;
}
.selection > input + .select-item {
  background-color: #3bb489;
}
.selection > input + .return-item label,
.selection > input + .select-item label {
  transition: .3s;
}
.selection > input + .select-item label:hover {
  cursor: pointer;
  box-shadow: 2px 2px 10px #555;
  transition: .3s;
}
.content {
  display: block;
  margin-bottom: 0;
  padding: 50px 0;
  background: url(../img/bg3.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
  text-align: center;
}
.content h1 {
  margin-bottom: 100px;
}
.privacy {
  margin: 10px 0;
  font-size: 0.7em;
}
a.privacy_link {
  color: #3bb489 !important;
  font-size: 1em;
  font-weight: bold;
}
.btn-area {
  display: inline-block;
  margin: 0 auto;
}
a.comp-btn {
  margin: 10px 5px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  background: #3bb489;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 15px;
  border: 1px solid #3bb489;
}
a.comp-btn:hover {
  cursor: pointer;
  box-shadow: 2px 2px 10px #555;
  transition: .3s;
}
a.comp-btn img {
 width: 24px;
 height: 24px;
}

.line {
  background: rgb(6, 199, 85) !important;
  border: 1px solid rgb(6, 199, 85) !important;
}

#step11 .selection {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  margin-bottom: 0;
  max-width: 250px;
  max-height: 35px;
}
#step11 .selection .return-item {
  width: 100%;
  height: 35px;
}
#step11 .selection .return-item label {
  line-height: 2;
}
