label .badge-required {
  display: none;
}

.container {
  background: transparent;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
  border: 0;
}

body {
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #151514;
  font-size: 16px;
  line-height: 1.75;
}

.form-column {
  background: #5F7FB0;
  margin-bottom: 60px;
  padding-bottom: 0;
  border-bottom: 0;
  position: relative;
}

.label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 15px;
  color: #FFFFFF;
  border: 1px solid #B3C2D9;
  border-bottom: none;
  margin-bottom: 0;
}

select {
  width: 100%;
  padding: 0 50px 0 10px;
  font-size: 16px;
  color: #363C46;
  line-height: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: auto;
  background: #fff url(./GXD_files/arrowSel.png) right no-repeat;
  background-size: auto 100%;
  border: 0;
}

input[type="text"], input[type="email"], input[type="tel"] {
  border: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
}

textarea {
  width: 100%;
  height: 10em;
  padding: 10px;
  min-height: 280px;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  display: block;
}

.form-column-checkbox .label, .form-column-radio label {
  margin-right: 0;
}

.form-column-checkbox .label {
  display: none;
  position: relative;
  padding-bottom: 150px;
}

.form-column-checkbox {
  position: relative;
  padding-bottom: 150px;
  background: transparent;
}

.description-block {
  margin: 0 auto;
  position: relative;
  height: 360px;
  overflow: scroll;
  background: #363C46;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  padding: 50px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 2.14286;
}

.description-block::-webkit-scrollbar {
  width: 6px;
}

.description-block::-webkit-scrollbar-track {
  background: #363C46;
}

.description-block::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px;
}

.description-block::-webkit-scrollbar-corner {
  display: none;
  height: 0;
}

.input-group {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}



.button.button-submit {
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  background-color: #000644;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 518px;
  height: 80px;
  background: #81a9e5;
  margin: 0 auto 0;
  cursor: pointer;
}

.button.button-submit .icon {
  display: none;
}
.message-block {
    margin-bottom: 10px;
    width: 1200px;
    background-color: #fff;
    height: 200px;
}

.message-block-complete{
  font-family: Helvetica;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  display: table-cell;
  background-color: #363C46;
}

span.option-text{
  color: #fff;
}

.help-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .label {
    font-size: 4.26667vw;
    padding: 7px 2.66667vw;
    color: #FFFFFF;
  }
  .description-block {
    height: 96vw;
    padding: 5.33333vw;
    -moz-border-radius: 1.06667vw 1.06667vw 0vw 0vw;
    border-radius: 1.06667vw 1.06667vw 0vw 0vw;
    font-size: 3.73333vw;
    line-height: 2.14286;
  }
  .button.button-submit {
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    background-color: #000644;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 6.4vw;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 21.33333vw;
    background: #81a9e5;
    margin: 0 auto 0
  }
}
@media screen and (min-width: 769px) {
  .form-column-checkbox .option  {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: block;
    color: #fff;
  }
  .form-column-checkbox .option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .form-column-checkbox .option span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding-top: 70px;
  }
  .form-column-checkbox .option span.txt_error a {
    color: #BF2D2D;
  }
  .form-column-checkbox .option span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 41px;
    height: 41px;
    background: #FFFFFF;
    border: 1px solid #B3C2D9;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .form-column-checkbox .option span::after {
    width: 10px;
    height: 25px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 3px;
    -webkit-transform: translateX(-50%) rotate(45deg);
       -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    display: none;
  }
  .form-column-checkbox .option input:checked ~ span:after {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .form-column-checkbox .option  {
    position: relative;
    cursor: pointer;
    font-size: 3.73333vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: block;
    color: #fff;
  }
  .form-column-checkbox .option  input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .form-column-checkbox .option  span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding-top: 18.66667vw;
  }
  .form-column-checkbox .option  span.txt_error {
    color: #BF2D2D;
  }
  .form-column-checkbox .option  span.txt_error a {
    color: #BF2D2D;
  }
  .form-column-checkbox .option  span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10.93333vw;
    height: 10.93333vw;
    background: #FFFFFF;
    border: 1px solid #B3C2D9;
    -moz-border-radius: 1.06667vw;
         border-radius: 1.06667vw;
  }
  .form-column-checkbox .option  span::after {
    width: 2.66667vw;
    height: 6.66667vw;
    border: solid #000;
    border-width: 0 0.8vw 0.8vw 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 0.8vw;
    -webkit-transform: translateX(-50%) rotate(45deg);
       -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    display: none;
  }
  .form-column-checkbox .option  input:checked ~ span:after {
    display: block;
  }
}
.tooltip.bottom {
  left: 0!important;
  top: inherit!important;
  z-index: 99;
  max-width: 100%;
  /* padding: 0; */
  /* margin: 0; */
  opacity: 1;
}
.tooltip.bottom .tooltip-arrow {
  /* display: none; */
}
.tooltip-inner {
  /* max-width: 100%;
  width: 100%; */
  /* background: #fff;
  color: #BF2D2D; */
  /* border-radius: 0; */
  font-size: 14px;
  padding: 10px;
  min-height: 40px;
  text-align: center;
  max-width: inherit;
  display: inline-block;
}
input[type="checkbox"] + .tooltip.bottom {
  top: -55px!important;
  width: 100%;
}
input[type="checkbox"] + .tooltip.bottom .tooltip-arrow {
  display: none;
}
input[type="checkbox"] + .tooltip.bottom .tooltip-inner {
  /* background: transparent; */
  /* text-align: center; */
  width: 100%;
}