@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■contact&sales
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact .description,
#sales .description {
  text-align: left;
  font-size: 14px;
}

#contact .description.msg,
#sales .description.msg {
  font-size: 15px;
}

#contact .description + .btn,
#sales .description + .btn {
  width: auto;
  margin-top: 18px;
}

#contact .description + .btn a,
#sales .description + .btn a {
  padding: 9px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■form
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
form {
  font-size: 15px;
  margin-top: 30px;
  padding: 0;
}

form table {
  font-size: 15px;
  margin-top: 20px;
}

form table caption {
  font-size: 18px;
  margin-bottom: 20px;
}

form table th, form table td {
  display: block;
  font-weight: normal;
  padding: 0;
}

form table th.middle, form table td.middle {
  padding-top: 5px;
}

form table th {
  width: auto;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
  padding: 0 0 0 16px;
}

form table th:before {
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
}

form table th .req {
  font-size: 12px;
  right: 8px;
  top: -3px;
  font-weight: bold;
  padding: 5px 10px 3px;
}

form table th small {
  display: inline;
  font-size: 11px;
  margin-top: 0;
  margin-left: 4px;
}

form table td {
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}

form table + table {
  margin-top: 0;
  margin-bottom: -15px;
}

form table + table tr {
  border-bottom: none;
}

form table + table th {
  padding-top: 0;
  padding-bottom: 0;
}

form table + table th:before {
  top: 3px;
}

form table + table th .req {
  top: -3px;
}

form table + table td {
  padding-bottom: 0;
  padding-top: 0;
}

form .policy {
  margin-top: 0;
  padding: 15px 15px 18px;
}

form .policy p {
  text-align: left;
  font-size: 14px;
}

form .policy label {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 6px 10px;
}

form label {
  display: block;
  font-size: 14px;
  margin-right: 0;
  margin-bottom: 8px;
  padding: 6px 10px;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form input[type="radio"],
form input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-right: 7px;
  top: 1px;
}

form textarea {
  height: 150px;
}

form .other {
  margin-top: 8px;
}

form .other span {
  width: 60px;
  padding: 7px 0;
}

form .other input[type="text"] {
  width: calc(100% - 60px);
}

form .btn {
  width: auto;
  margin-top: 20px;
}

form .btn:after {
  width: 22px;
}

form .btn input {
  font-size: 16px;
  padding: 11px 0;
}

/* confirm */
div#mfp_overlay div#mfp_overlay_inner {
  max-width: 85%;
  padding: 15px 15px 12px;
}

div#mfp_overlay h4 {
  font-size: 18px;
}

div#mfp_overlay table#mfp_confirm_table th,
div#mfp_overlay table#mfp_confirm_table td {
  font-size: 13px;
  padding: 10px 5px;
}

div#mfp_overlay div.mfp_buttons {
  margin-top: 10px;
}

div#mfp_overlay div.mfp_buttons button {
  width: 130px;
  height: 42px;
  font-size: 15px;
}

div#mfp_overlay div.mfp_buttons button:hover {
  opacity: 1;
}
