@charset "UTF-8";
.cont-area {
  background: url(https://assets.pandabus.com/assets/user/image/panda.png) no-repeat top left 1300px;
  padding-top: 25px;
}
.sctl__wrap {
  width: 1000px;
  margin: 0 auto;
}
.sctl__title {
  margin: 0 0 25px 0;
  font-weight: 500;
  font-size: 26px;
  text-align: left;
}
.sctl__form {
  margin-bottom: 20px;
}
.sctl__form--frame {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.sctl__form--frame--first {
  border-top: 1px solid #CCCCCC;
}
.sctl__form-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 10px;
  position: relative;
  background: #F8F8F8;
  width: 230px;
  text-align: center;
  box-sizing: border-box;
}
.sctl__form-title p {
  font-size: 16px;
}
.sctl__form-cont {
  padding: 14px 22px;
  width: calc(100% - 230px);
  box-sizing: border-box;
}
.sctl__supp {
  margin-top: 10px;
}
@media(max-width:970px){
  .sctl__wrap {
    width: 100%;
  }
}
@media(max-width:800px){
  .cont-area {
    padding: 10px 0 0 0;
  }
  .sctl__wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .sctl__title {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 20px;
  }
  .sctl__form--frame {
    display: block;
    border: none;
  }
  .sctl__form-title {
    display: block;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
  }
  .sctl__form-title p {
    font-size: 16px;
  }
  .sctl__form-cont {
    float: none;
    margin: 0 auto;
    padding: 14px 0 20px 15px;
    width: 100%;
  }
  .sctl__form-cont--link {
    display: block;
  }

}

