/* search form */
.mobile-support-section-lv0 + .text-desc-type02 {
  margin-top: 80px;
}
.text-desc-type02 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.input-type02_form {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 80px auto;
}

.mobile-support-section-lv0 + .input-type02_form,
.mobile-support-section-lv0 > .input-type02_form {
  margin: 23px auto 80px auto;
}

.input-type02_form::before {
  content: "";
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 70px;
  height: 170px;
  background: url(/mobile/set/data/support/contact/img/shared/icon-search-woman.svg)
    no-repeat center bottom;
  background-size: contain;
}
.input-type02 {
  width: 98%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 122px;
  border: 1px solid #0c68c7;
  border-radius: 5px;
  height: 58px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0 0 0 20px
}
.input-type02_input {
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 24px 3px 70px;
  width: 100%;
  height: 56px;
  border: 0;
  font-size: 16px;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  font-size: 100%;
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
}
.input-type02_input:focus,
.input-type02_btn:focus {
  outline: none;
}
.input-type02_btn,
.input-type02_btn:hover,
.input-type02_btn:active {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0px 6px 51px;
  width: 122px;
  height: 58px;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  color: #fff !important;
  background: url(/mobile/set/data/support/contact/img/shared/icon-search.svg)
    #0c68c7 no-repeat;
  background-position: 20px center;
  background-size: 18px;
  text-decoration: none !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mobile-support-section-lv0 + .text-desc-type02 {
  margin-top: 80px;
}
.text-desc-type02 + .input-type02_form {
  margin-top: 40px;
}
.input-type02_form + .title-lv2 {
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .input-type02_form {
    width: calc(610 / 670 * 100%);
  }
}
@media only screen and (max-width: 480px) {
  .input-type02_form {
    width: calc(100% - 30px);
  }
  .input-type02_form::before {
    content: "";
    width: 40px;
    height: 60px;
    background-size: contain;
  }
  .input-type02 {
    margin-left: 15px;
    padding-right: 50px;
    overflow: hidden;
    height: 40px;
  }
  .input-type02_btn {
    text-indent: -9999px;
    width: 50px;
    height: 38px;
    background-position: center 9px;
    padding: 0;
  }
  .input-type02_input {
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 5px 2px 33px;
    height: 38px;
    font-size: 14px;
  }
  .input-type02_form + .title-lv2 {
    margin-top: 20px;
  }
  .link-box-type01 + .text-desc-type02 {
    margin-top: 30px;
  }
  .text-desc-type02 + .input-type02_form {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 374px) {
  .input-type02_input {
    font-size: 3.73333333333vw;
  }
}
