@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: Arial,"Microsoft JhengHei",'微軟正黑體',sans-serif; }

h1 {
  color: red;
  text-align: center;
  font-size: 35px;
  padding: 20px 0;
  color: #5fb9b7; }

p {
  color: #999;
  text-align: center;
  padding-bottom: 20px; }

hr {
  width: 90%; }

.header {
  width: 100%;
  position: relative;
  height: 40vw;
  background-image: url(../img/header02.png);
  background-position: center;
  background-size: cover;
  background-color: #333; }

.title {
  padding: 30px 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

.list_title {
  background-color: #5fb9b7; }

.list_title h2 {
  font-size: 20px; }

.list_title li {
  display: inline-block;
  color: white;
  padding: 10px 10px; }

.list_title li:nth-child(1) {
  background-color: #419897; }

.list_inner {
  background-color: #eee;
  padding: 20px 0;
  margin: 0 auto; }

.crm-form-elem input {
  width: 90%;
  height: 30px; }

.crm-form-elem {
  text-align: center;
  vertical-align: middle; }

.crm-section .label {
  position: relative;
  width: 90%;
  left: 5%;
  padding: 10px 0; }

.crm-section .label span {
  color: red; }

.crm-section .radio_item {
  position: relative;
  width: 90%;
  left: 5%;
  padding: 10px 0; }

.next-button {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px; }

.next-button input[type="submit"] {
  color: white;
  background-color: #5fb9b7;
  font-size: 20px;
  padding: 5px 50px;
  border: 0px; }

.next-button input[type="submit"]:hover {
  background-color: #ffb600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.street01 input[type="number"] {
  width: 18%; }

.street01 .street02 {
  width: 70%; }

.atmpic {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 70px 0; }

.atmpic img {
  width: 100%; }

input, textarea {
  font-size: initial; }

@media screen and (min-width: 768px) {
  .atmpic img {
    width: 70%;
    max-width: 800px; }
  .from {
    width: 70%;
    margin: 0px auto;
    max-width: 800px; }
  .crm-form-elem {
    width: 70%;
    float: left;
    margin: 10px 0;
    margin-left: 3%;
    vertical-align: middle; }
  .crm-section .label {
    float: left;
    width: 20%;
    margin: 10px 0;
    text-align: right;
    vertical-align: middle; }
  .crm-section .radio_item {
    position: relative;
    width: 100%;
    display: inline-block; }
  .radio_wrap {
    display: inline-block;
    margin: 10px 0;
    margin-left: 5%; }
  .crm-section .radio_item {
    width: 100%; }
  .clear {
    clear: both; }
  .crm-marker {
    vertical-align: middle; } }
