@charset "UTF-8";
form[id$=-form] {
  width: 70%;
  margin: auto;
  padding: 10px 0 0;
  background-color: unset;
  color: #000000;
  font-size: 1em;
  /* MS独自 IMEモード auto: 自動判定, active: 初期全角, inactive: 初期半角, disabled: 半角固定 */
}
form[id$=-form] button, form[id$=-form] input, form[id$=-form] select, form[id$=-form] textarea {
  font: inherit;
  margin: 0;
}
form[id$=-form] .w-xxs {
  width: 15%;
}
form[id$=-form] .w-xs {
  width: 30%;
}
form[id$=-form] .w-sm {
  width: 50%;
}
form[id$=-form] .w-md {
  width: 70%;
}
form[id$=-form] .w-lg {
  width: 97%;
}
form[id$=-form] h4 {
  margin: 0 0 12px;
  font-size: 1em;
  border-bottom: 3px solid #253692;
  width: 30%;
}
form[id$=-form] p {
  margin: 0;
}
form[id$=-form] table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 2% auto;
}
form[id$=-form] table tr {
  border-bottom: solid 1px #cccccc;
}
form[id$=-form] table tr:first-child {
  border-top: solid 1px #cccccc;
}
form[id$=-form] table th, form[id$=-form] table td {
  text-align: left;
  padding: 2%;
}
form[id$=-form] table th {
  width: 35%;
}
form[id$=-form] table td {
  vertical-align: bottom;
}
form[id$=-form] .required:after {
  content: "必須";
  background: #e53935;
  color: #FFFFFF;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 0.7em;
  margin-left: 10px;
  margin-top: 1%;
  vertical-align: middle;
  word-break: break-all;
  white-space: nowrap;
  float: right;
}
form[id$=-form] br {
  display: block;
  content: "";
  margin: 1% 0;
}
form[id$=-form] .send-btn {
  margin-top: 40px;
  margin-bottom: 8.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-around;
}
form[id$=-form] .send-btn p {
  margin-bottom: 20px;
}
form[id$=-form] .send-btn p input[type=button] {
  font-size: 1em !important;
  font-weight: bold;
}
form[id$=-form] label {
  margin-right: 16px;
  white-space: nowrap;
  display: inline;
}
form[id$=-form] input, form[id$=-form] select, form[id$=-form] text, form[id$=-form] textarea {
  padding: 1px 4px;
  border: 1px solid #a9a9a9;
}
form[id$=-form] select, form[id$=-form] input[type=button] {
  padding: 1px 10px;
}
form[id$=-form] textarea {
  resize: vertical;
  min-height: 100px;
  height: 100px;
  line-height: 120%;
}
form[id$=-form] textarea.v-small {
  min-height: 46px;
  height: 46px;
}
form[id$=-form] input[type=number] {
  text-align: right;
}
form[id$=-form] .tag_text {
  padding-left: 2%;
  margin-bottom: 8px;
}
form[id$=-form] .tag_text .sub_title {
  font-weight: bold;
}
form[id$=-form] .privacy-policy {
  max-width: 100%;
  min-height: 200px;
  height: 200px;
  max-height: 800px;
  overflow: auto;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
  resize: vertical;
}
form[id$=-form] .privacy-policy p {
  padding-left: 0.9em;
  font-size: 0.9em;
}
form[id$=-form] .privacy-policy p, form[id$=-form] .privacy-policy br, form[id$=-form] .privacy-policy ol, form[id$=-form] .privacy-policy ul {
  margin: 0;
}
form[id$=-form] .privacy-policy ul {
  list-style: disc;
}
form[id$=-form] .privacy-policy ol {
  list-style: decimal;
}
form[id$=-form] .privacy-policy li {
  font-size: 0.9em;
}
form[id$=-form] .privacy-policy strong {
  display: inline-block;
  font-size: 1em;
  margin-top: 14px;
}
form[id$=-form] .privacy-policy :first-child {
  margin-top: 0;
}
form[id$=-form] hr {
  margin: 30px 0;
  border: none;
  border-bottom: solid 1px #cccccc;
}
form[id$=-form] input[type=text]:-moz-read-only, form[id$=-form] textarea:-moz-read-only {
  background-color: #f5f5f5;
}
form[id$=-form] input[type=text]:read-only, form[id$=-form] textarea[readonly=readonly], form[id$=-form] textarea:read-only {
  background-color: #f5f5f5;
}
form[id$=-form] input:disabled, form[id$=-form] textarea:disabled {
  background-color: #dcdcdc;
}
form[id$=-form] abbr {
  padding-right: 5px;
  font-size: 110%;
}
form[id$=-form] input[type=button]:hover, form[id$=-form] select:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  cursor: pointer;
}
form[id$=-form] input[type=button]:disabled, form[id$=-form] select:disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  cursor: default;
}
form[id$=-form] label input[type=radio]:hover, form[id$=-form] label input[type=checkbox]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  cursor: pointer;
}
form[id$=-form] label input[type=radio]:disabled, form[id$=-form] label input[type=checkbox]:disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  cursor: default;
}
form[id$=-form] input[id*=-send] {
  width: 240px;
  height: 65px;
  color: #000000;
}
form[id$=-form] input[id*=-send]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  cursor: pointer;
}
form[id$=-form] label.fup_gp {
  margin: 0;
}
form[id$=-form] .fup_gp {
  display: flex;
}
form[id$=-form] .fup_gp input:nth-child(n+2) {
  border-left: none;
}
form[id$=-form] .fup_gp .fup_select {
  display: none;
}
form[id$=-form] .fup_gp .fup_name {
  width: 55%;
}
form[id$=-form] .fup_gp:nth-child(n+2) {
  margin-top: 8px;
}
form[id$=-form] .ime-auto {
  ime-mode: auto;
}
form[id$=-form] .ime-active {
  ime-mode: active;
}
form[id$=-form] .ime-inact {
  ime-mode: inactive;
}
form[id$=-form] .ime-disabled {
  ime-mode: disabled;
}
form[id$=-form] .hide {
  display: none;
}

/* タブレット表示 */
@media screen and (max-width: 960px) {
  form[id$=-form] {
    width: 90%;
  }
  form[id$=-form] table th, form[id$=-form] table td {
    border-bottom: none;
    display: block;
    width: 98%;
    border: none;
  }
  form[id$=-form] table th {
    padding-bottom: 0;
  }
  form[id$=-form] table td:first-of-type {
    padding-top: 0 !important;
  }
  form[id$=-form] .w-xxs {
    width: 25%;
  }
  form[id$=-form] .w-xs {
    width: 45%;
  }
  form[id$=-form] .w-sm {
    width: 60%;
  }
  form[id$=-form] .w-md {
    width: 75%;
  }
  form[id$=-form] .w-lg {
    width: 100%;
  }
  form[id$=-form] .required:after {
    margin-top: 0;
    float: none;
  }
  form[id$=-form] .fup_gp .fup_name {
    width: 100%;
  }
  form[id$=-form] .privacy-policy + label {
    display: block;
    text-align: center;
  }
}
/* スマホ表示 */
@media screen and (max-width: 414px) {
  form[id$=-form] table th {
    padding: 5% 3% 0% 3% !important;
  }
  form[id$=-form] table td {
    padding: 3% !important;
  }
  form[id$=-form] .w-xxs {
    width: 25%;
  }
  form[id$=-form] .w-xs {
    width: 45%;
  }
  form[id$=-form] .w-sm, form[id$=-form] .w-md, form[id$=-form] .w-lg {
    width: 100%;
  }
  form[id$=-form] input[name$="."].w-md, form[id$=-form] input[name$="+"].w-md {
    width: 86%;
  }
  form[id$=-form] input[id^=img_up_name] {
    width: 100%;
  }
  form[id$=-form] .required:after {
    float: right;
  }
  form[id$=-form] .send-btn {
  	margin-bottom: 2.5rem;
  }
}/*# sourceMappingURL=pmail-form.css.map */