input, textarea {
  color: #333;
  font-family: sans-serif;
  font-size: 100%;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input[type=text], input[type=tel], input[type=email], input[type=password], input[type=number] {
  width: auto;
  height: 30px;
  padding: 0 10px;
  border: solid 1px #ddd;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 15px; }

textarea {
  width: 100%;
  border: solid 1px #ddd; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: top;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  min-width: auto;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  padding: 0 30px 0 10px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background: url("../images/ico-down.svg") right center no-repeat #fff;
  background-size: 24px;
  cursor: pointer;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 15px; }

button {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }
  button:hover {
    opacity: 0.8; }
  button:disabled {
    opacity: 0.5 !important;
    cursor: default; }

.btn-base {
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 50px;
  display: inline-block;
  padding: 0 50px;
  line-height: 50px;
  background-image: linear-gradient(-135deg, #00BCD4 15%, #3F51B5 90%);
  background-size: 100% 300%;
  background-position: 100% 100%;
  border-radius: 3px;
  position: relative; }
  @media (max-width: 767px) {
    .btn-base {
      font-size: 14px;
      width: auto; } }
  .btn-base:after {
    content: url("../images/ico-chevron_right_white.svg");
    height: 24px;
    position: absolute;
    right: 10px;
    top: 8px; }
  .btn-base:hover {
    -webkit-animation: gradation .3s ease 1;
    animation: gradation .3s ease 1;
    opacity: 1;
    background-position: 0% 0%; }

.required {
  color: #F52313;
  padding: 0 0.5em; }

.basic-form-intro {
  margin-bottom: 50px; }
  .basic-form-intro .link-pdf {
    text-decoration: underline; }

.basic-form {
  width: 100%;
  margin: 0 auto 70px; }
  .basic-form p {
    font-size: 15px;
    font-weight: normal; }
  .basic-form .basic-form-box {
    display: block;
    margin-bottom: 10px;
    font-size: 15px; }
    .basic-form .basic-form-box > p {
      width: 250px; }
    .basic-form .basic-form-box div {
      width: 100%; }
      .basic-form .basic-form-box div input {
        width: 100%;
        height: 45px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 3px; }
        .basic-form .basic-form-box div input.error {
          border: solid 1px #2280C2; }
      .basic-form .basic-form-box div .size-s {
        margin-right: 2px;
        width: 40%; }
      .basic-form .basic-form-box div select {
        width: 100%;
        height: 45px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 3px; }
        .basic-form .basic-form-box div select.error {
          border: solid 1px #2280C2; }
      .basic-form .basic-form-box div textarea {
        padding: 10px; }
      .basic-form .basic-form-box div input[type="radio"] {
        appearance: radio;
        -moz-appearance: radio;
        /* Firefox */
        -webkit-appearance: radio;
        /* Safari and Chrome */
        height: auto;
        width: auto;
        margin-bottom: 6px; }
      .basic-form .basic-form-box div input[type="checkbox"] {
        appearance: checkbox;
        -moz-appearance: checkbox;
        /* Firefox */
        -webkit-appearance: checkbox;
        /* Safari and Chrome */
        height: auto;
        width: auto; }
  .basic-form .forceAnno {
    margin-top: 30px;
    background-color: #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box; }
    .basic-form .forceAnno .annoExc {
      color: #E33939;
      font-size: 22px;
      text-align: center;
      margin: 0px; }
    .basic-form .forceAnno .annoTxt {
      font-size: 11px; }
  .basic-form .basic-form-btn-privacy {
    margin-top: 30px;
    text-align: center; }

@media screen and (max-width: 767px) {
  .basic-form .forceAnno .annoExc {
    float: none;
    margin: 0;
    text-align: center; } }
@media screen and (max-width: 839px) {
  .basic-form {
    width: 100%; } }
@media screen and (max-width: 839px) {
  .basic-form .basic-form-box {
    display: block;
    margin-bottom: 20px; } }
@media screen and (max-width: 839px) {
  .basic-form .basic-form-box > p {
    margin-bottom: 5px; } }
@media screen and (max-width: 839px) {
  .basic-form .basic-form-box div {
    width: 100%; } }
@media screen and (min-width: 840px) {
  .basic-form .basic-form-btn-privacy .btn-base {
    font-size: 14px;
    width: auto; } }
#installTypeOldOrg_desc {
  background-color: #f5f5f5;
  display: none;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
  padding: 8px; }
