@charset "utf-8";
body{
	font-family: 'Alata', sans-serif;

    font-family: 'Noto Sans TC', sans-serif;
}
.ss-form{
	display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.ss-q-short {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #FFFFFF;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ss-required-asterisk {
    color: red;
}
textarea.ss-q-short {
  height: auto;
}
.ss-form-question{
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.ss-q-title label {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 6px;
    line-height: 22px;
}

.ss-form-entry button {
    min-width: 100px;
    min-height: 50px;
    line-height: 2;
    padding: 10px 18px;
    cursor: pointer;
}
.btn.btn-primary {
    border: 0px;
    background-color: #5d33fb;
    color: #fff;
}
.btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: inherit;
  letter-spacing: 2px;
  padding: .65rem 1.75rem .55rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden; }
  .btn:hover {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .btn.btn-icon {
    padding-left: 3rem; }
.goog-inline-block{
    margin-top: 20px;
}