@charset "utf-8";
/* reset ********************************************************/
dl,
dt,
dd {
  margin: 0;
}
dd.frm-box {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.frm-required {
  color: #fa4b4b;
  padding-left: 0.2rem;
}
/* form （base）********************************************************/
/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="postal-code"],
input[type="street-address"],
input[type="organization"],
input[type="username"],
input[type="organization-title"],
textarea,
select {
  vertical-align: middle;
  line-height: 52px;
  height: 52px;
  padding: 0.9rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  color: #212121;
  background: #fff;
  box-sizing: border-box;
  border-radius: 2px;
}
input.frm-inputAreaM {
  width: 600px;
  max-width: 100%;
}
input.input.frm-inputAreaL {
  width: 800px;
  max-width: 100%;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="postal-code"]:focus,
input[type="street-address"]:focus,
input[type="organization"]:focus,
input[type="username"]:focus,
input[type="organization-title"]:focus,
textarea:focus,
select:focus {
  outline: 1px solid #000;
}
/* textarea */
textarea {
  line-height: 1.5;
}
textarea.frm-txtAreaL {
  width: 800px !important;
  max-width: 100%;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
}

/* select */
select.frm-selectAreaM {
  width: 600px;
  max-width: 100%;
}
/* btn */
input.frm-btnBgBlack[type="submit"],
input.frm-btnBgBlack[type="reset"],
input.frm-btnBgBlack[type="button"] {
  font-family: "Zen Maru Gothic", sans-serif;
  display: block;
  background: #212121;
  color: #fff;
  width: 320px;
  max-width: 95%;
  margin: 4rem 0;
  height: 52px;
  line-height: 52px;
  border: none;
  font-size: 1rem;
}
input.frm-btnBgBlack[type="submit"]:hover,
input.frm-btnBgBlack[type="reset"]:hover,
input.frm-btnBgBlack[type="button"]:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

/* form （customize）********************************************************/
div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}
div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}
div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}
#mfp_hidden {
  display: none;
}
.mfp_err {
  color: #e30d11 !important;
  margin: 0 0 1em 0;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 550px) {
  /* reset ********************************************************/
  dd.frm-box {
    margin-bottom: 1.5rem;
  }
  /* form （base）********************************************************/
  /* input */
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="postal-code"],
  input[type="street-address"],
  input[type="organization"],
  input[type="username"],
  input[type="organization-title"],
  textarea,
  select {
    padding: 0.75rem;
    font-size: 0.9rem;
  }
  /* btn */
  input.frm-btnBgBlack[type="submit"],
  input.frm-btnBgBlack[type="reset"],
  input.frm-btnBgBlack[type="button"] {
    width: 260px;
    max-width: 95%;
    margin: 3rem 0;
    height: 52px;
    line-height: 52px;
    font-size: 0.9rem;
  }
}
