@charset "UTF-8";
form[id$=-form] {
  margin: 0;
  background-color: none;
  color: #000000;
  font-size: 1em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}
form[id$=-form] .w-xxs {
  width: 10%;
}
form[id$=-form] .w-xs {
  width: 25%;
}
form[id$=-form] .w-sm {
  width: 40%;
}
form[id$=-form] .w-md {
  width: 60%;
}
form[id$=-form] .w-lg {
  width: 90%;
}
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% !important;
}
form[id$=-form] table th {
  width: 25%;
}
form[id$=-form] .required:after {
  content: "必須";
  background: #e53935;
  color: #FFFFFF;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 0.7em;
  margin-left: 10px;
  vertical-align: middle;
  word-break: break-all;
  white-space: nowrap;
  float: right;
}
form[id$=-form] br {
  display: block;
  content: "";
  margin: 10px 0;
}
form[id$=-form] .send-btn {
  text-align: center;
  margin: 2% auto;
}
form[id$=-form] .send-btn input[type=button] {
  padding: 8px;
}
form[id$=-form] label {
  margin-right: 16px;
  white-space: nowrap;
}
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] .information {
  max-width: 100%;
  max-height: 200px;
  overflow: auto;
  margin-left: 4%;
  border-radius: 2px;
  margin-right: 8%;
  background-color: #FFFFFF;
  border: 1px solid #a9a9a9;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
  padding: 10px 10px 0 10px;
  font-size: 1em;
}
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;
  border: solid 1px #a9a9a9;
}
form[id$=-form] input[type=text]:read-only, form[id$=-form] textarea[readonly=readonly], form[id$=-form] textarea:read-only, form[id$=-form] input:disabled, form[id$=-form] textarea:disabled {
  background-color: #f5f5f5;
  border: solid 1px #a9a9a9;
}
form[id$=-form] abbr {
  padding-right: 5px;
  font-size: 110%;
}
form[id$=-form] input[id*=-send] {
  width: 240px;
  height: 62px;
  color: #000000;
}
form[id$=-form] input[id*=-send]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  cursor: pointer;
}

/* スマホ表示 */
@media screen and (max-width: 640px) {
  form[id$=-form] table th, form[id$=-form] table td {
    border-bottom: none;
    display: block;
    width: 94%;
  }
  form[id$=-form] table th {
    padding: 9% 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: 40%;
  }
  form[id$=-form] .w-sm, form[id$=-form] .w-md, form[id$=-form] .w-lg {
    width: 94%;
  }
  form[id$=-form] input[name$="."].w-md, form[id$=-form] input[name$="+"].w-md {
    width: 86%;
  }
  form[id$=-form] input[type=text]:-moz-read-only.w-md {
    width: 50%;
  }
  form[id$=-form] input[type=text]:read-only.w-md {
    width: 50%;
  }
  form[id$=-form] .required:after {
    float: none;
  }
}
/* MS独自 IMEモード auto: 自動判定, active: 初期全角, inactive: 初期半角, disabled: 半角固定 */
.ime-auto {
  ime-mode: auto;
}
.ime-active {
  ime-mode: active;
}
.ime-inact {
  ime-mode: inactive;
}
.ime-disabled {
  ime-mode: disabled;
}/*# sourceMappingURL=pmail-form.css.map */