@charset "utf-8";

#top .siteTitle a {
  color: #fff;
}

#top.move .siteTitle a {
  color: #3f3f3f;
}

/*============================
form
============================*/
.min {
  color: #d93030;
}

form {
  margin: 0px;
  text-align: left;
  margin-top: 60px;
}

fieldset {
  padding: 0px;
  border: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* shadow none */
}

.link {
  width: 100%;
}

.link li {
  width: 350px;
}

input,
textarea,
select {
  line-height: 130%;
  padding: 10px;
  font-weight: 500;
}

select {
  height: 40px;
  background: #fff;
  padding: 0 10px;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto !important;
  margin-left: 2px;
  margin-right: 3px;
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
  background: #fff;
}

:placeholder-shown {
  color: #565656;
}

::-webkit-input-placeholder {
  color: #c3c3c3;
}

:-moz-placeholder {
  color: #c3c3c3;
}

::-moz-placeholder {
  color: #c3c3c3;
}

:-ms-input-placeholder {
  color: #c3c3c3;
}

label.error {
  font-size: 12px;
  color: #d93030;
  display: inline-block;
  line-height: 1.2;
  padding-top: 6px;
}

.required {
  background: #d93030;
  color: #fff;
  font-size: 10px;
  padding: 3px 8px;
  margin-left: 5px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {

  input,
  textarea,
  select {
    line-height: 90%;
  }
}


/*============================
entry
============================*/
#entry p span a {
  display: block;
  padding-top: 10px;
  color: #006fc3;
}

.formTable {
  width: 100%;
}

.formTable tr {
  display: block;
}

.formTable tr:nth-of-type(7),
.formTable tr:last-of-type {
  display: flex;
  align-items: flex-start;
}

.formTable th {
  width: 230px;
  font-size: 16px;
}

.formTable tr:nth-of-type(7) th,
.formTable tr:last-of-type th {
  padding-top: 15px;
}

.formTable td {
  padding: 15px 0;
  width: 810px;
}

#entry .formTable td p {
  padding-bottom: 5px;
  margin-top: 0;
}

#entry p.add {
  padding-top: 10px;
  margin-top: 0;
}

input#zip {
  width: 200px !important;
}

.formTable td p:first-child {
  padding-top: 0;
}

.formTable input,
.formTable textarea {
  width: 100%;
  background-color: #f5f5f5;
  border: none;
}

#form .radio-tr ul {
  justify-content: flex-start;
}

#form .radio-tr li {
  display: block;
  margin-right: 40px;
}

#form .formBtn {
  padding-top: 20px;
}

.formBtn li {
  position: relative;
}

/* privacy */

#privacy {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#privacy a {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, #f25d2f, #ffa200) 1;
}

@media only screen and (max-width: 768px) {
  form {
    margin-top: 10px;
  }

  .formTable {
    width: 100%;
  }

  .formTable tr:first-child {
    border-top: none;
  }

  .formTable tr {
    padding: 10px 0 18px;
  }

  .formTable tr:last-child {
    border: none;
  }

  .formTable tr:nth-of-type(7),
  .formTable tr:last-of-type {
    display: block;
    align-items: center;
  }

  .formTable th {
    width: 100%;
    padding: 0;
    vertical-align: inherit;
    background: none;
    display: block;
    padding-bottom: 5px;
    font-size: 15px;
    position: relative;
  }

  .formTable tr:nth-of-type(7) th,
  .formTable tr:last-of-type th {
    padding-top: 0;
  }

  .formTable td {
    padding: 0;
    width: 100%;
    display: block;
  }

  input#zip {
    width: 200px !important;
  }

  .formTable td p:first-child {
    padding-top: 0;
  }

  .formTable input,
  .formTable textarea {
    width: 100%;
  }

  .formBtn li input {
    font-weight: bold;
  }

  /* privacy */
  #privacy {
    margin-top: 20px;
    font-size: 15px;
  }
}


/*============================
confirm
============================*/
#confirm .formTable tr {
  margin-bottom: 15px;
}

#confirm .formTable th {
  padding: 15px;
}

#confirm .formTable td {
  padding: 15px;
  background-color: #f5f5f5;
}

.formBtn .btn01::before {
  color: #f2602e;
}

#confirm .formBtn li.editBtn input {
  border: 1px solid #f2602e;
  background: #fff;
  color: #222;
  background-size: 7px auto;
}

.add_custom_confirm li {
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  #confirm .notice {
    line-height: 1.6;
    padding-top: 4px;
  }

  #confirm .formTable tr {
    padding: 12px 0;
  }

  #confirm .formTable th {
    padding: 0;
  }
}


/*============================
complete
============================*/
#complete h3 {
  border: none;
  padding: 0;
  margin: 0;
  padding-bottom: 3px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #complete h3 {
    margin-top: 10px;
    font-size: 18px;
  }
}
