a {
  color: #2ba0e3;
}

.content {
  position: relative;
  right: 0;
  padding: 0 100px 0 300px;
}

.inner {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
  padding: 20px 0 0 0;
  margin-bottom: 50px;
}

.title {
  font-weight: 600;
  padding-bottom: 50px;
  color: #000;
}
.title .t-tw {
  font-size: 1.4em;
  display: inline-block;
  letter-spacing: 0.2em;
}
.title .t-en {
  font-size: 1em;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 0.2em;
}
.title .t-en:after {
  content: "";
  padding-top: 31px;
  padding-left: 50px;
  background: #e6e6e6;
  position: relative;
  top: 5px;
  left: -30px;
  z-index: -1;
}

#wrapper {
  padding-left: 50px;
  width: 60%;
}

.title2 {
  font-weight: bold;
  padding-top: 22px;
  color: #000;
  padding-bottom: 10px;
}
.title2::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 2px solid #ccc;
  background-color: #666;
  margin-right: 5px;
}
.title2::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 2px solid #ccc;
  background-color: #666;
  margin-left: 5px;
}

.form-f1 {
  display: inline-block;
  width: 45%;
}

.form-f2 {
  display: inline-block;
  width: 45%;
}

.t01 {
  font-size: 12px;
}

.t02 {
  font-size: 12px;
}

.t03 {
  font-size: 12px;
}

.middle {
  vertical-align: middle;
}

.dot {
  margin: 0;
}

.input01 {
  color: #333;
  background-color: #FFF;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-right: 10px;
  width: 90%;
  height: 25px;
}

.input02 {
  color: #333;
  background-color: #FFF;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
}

.input03 {
  color: #333;
  background-color: #FFF;
  border: 1px solid #ccc;
  margin-right: 10px;
  width: 60%;
}

.input04 {
  color: #333;
  background-color: #FFF;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-right: 10px;
  width: 100px;
}

.question {
  margin-bottom: 10px;
  text-align: left;
}

#siimage {
  display: inline-block;
}

.bt-s {
  display: inline-block;
}

.bt-r {
  display: inline-block;
}

.bt {
  margin-top: 30px;
}

.turn {
  display: inline-block;
  margin-right: 10px;
}

.turn2 {
  display: inline-block;
}

.image {
  width: 30%;
  position: absolute;
  right: 0;
  top: 150px;
}
.image::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -5;
  border: 2px solid #ccc;
}
.image::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 150px;
  left: -40px;
  z-index: -5;
  background-color: #ccc;
}
.image img {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .content {
    padding: 0 50px 0 300px;
  }

  .input03 {
    width: 70%;
  }

  #wrapper {
    padding-left: 0px;
  }

  .image {
    width: 35%;
    top: 150px;
    bottom: unset;
  }
}
@media screen and (max-width: 1100px) {
  .content {
    padding: 30px;
  }

  .inner {
    padding-bottom: 50px;
    margin-top: 70px;
    margin-bottom: 30px;
  }

  .title {
    text-align: center;
    padding-top: 20px;
  }

  #wrapper {
    margin: 0 auto 0;
    width: unset;
  }

  form {
    text-align: center;
  }

  .title2 {
    text-align: center;
    padding-bottom: 30px;
  }

  .form2 {
    text-align: left;
    display: inline-block;
  }

  .form-f1 {
    min-width: 638.28px;
    width: 0;
  }

  .form-f2 {
    min-width: 638.28px;
    margin-bottom: 20px;
    display: inline-block;
    width: 0;
  }

  #wrapper {
    padding-left: 0;
  }

  .input01 {
    width: 100%;
  }

  .image {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .content {
    padding: 10px;
  }
}
@media screen and (max-width: 700px) {
  .form-f1 {
    min-width: 90%;
  }

  .form-f2 {
    min-width: 90%;
  }

  .form2 {
    width: 90%;
  }

  .t02 {
    display: block;
  }

  .input03 {
    width: 100%;
  }

  .turn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .content {
    padding: 0;
  }

  .title {
    padding-bottom: 30px;
    padding-top: 0px;
  }
  .title .t-en {
    display: block;
    margin-left: 0;
    position: relative;
    left: 22px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 460px) {
  .inner {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
