/* フォームカスタマイズ */
form#mail_form {
    font-size: 16px;
  }
  form#mail_form li{
      line-height: 1.8;
  }
  form#mail_form p#form_submit{
      text-align: left;
  }
  form#mail_form input[type="button"]{
      line-height: 1.8;
  }
  form#mail_form select{
    line-height: 1.8;
  }
  
  @media screen and (max-width: 1000px) {
    form#mail_form {
      font-size: 14px;
    }
    form#mail_form dl dd{ 
      text-align: left;
      width:auto;
  }
  form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
      width: 90%;
      max-width: 100%;
  }
  }
  @media screen and (min-width: 1001px) {
  form#mail_form dl dd{ 
      text-align: left;
      width:65%;
  }
  }
  form#mail_form h3 {
    font-size: 31px;
    font-weight: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    line-height: 1.6;
    border-bottom: 1px solid #ccc;
    width: 60%;
  }
  form#mail_form div {
    margin-bottom: 1em;
  }
  form#mail_form p {
    margin-bottom: 1em;
  }
  form#mail_form a {
    color: #00f;
    text-decoration: underline;
  }
  form#mail_form a:hover {
    text-decoration: none;
  }
  form#mail_form input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  form#mail_form dl {
    padding-bottom: 80px;
  }
  form#mail_form dt {
    font-size: 17px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 2.5;
  }
  form#mail_form dt.of-required {
    position: relative;
  }
  form#mail_form dt.of-required::before {
    position: absolute;
    top: 22px;
    content: "必須";
    font-size: 13px;
    font-weight: 500;
    width: 3.5em;
    display: block;
    line-height: 1.8;
    background-color: #d7544e;
    border: 1px solid #d43e3a;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    display: none;
  }
  form#mail_form .add-txt2 {
      display: inline-block;
      font-size: 17px;
      font-weight: 500;
      color: #4d4d4d;
  }
  form#mail_form .fs13{
      font-size: 13px;
  }
  
  
  
  @media screen and (max-width: 1024px) {
    form#mail_form dt.of-required::before {
      right: 20%;
    }
  }
  form#mail_form dt.of-not-required {
    position: relative;
  }
  form#mail_form dt.of-not-required::before {
    position: absolute;
    top: 22px;
    content: "任意";
    font-size: 13px;
    font-weight: 500;
    width: 3.5em;
    display: block;
    line-height: 1.8;
    background-color: #3479b7;
    border: 1px solid #2f6da4;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    display: none;
  }
  @media screen and (max-width: 1024px) {
    form#mail_form dt.of-not-required::before {
      right: 20%;
    }
  }


form#mail_form .block_kitei {
    width: calc(95% - 42px);
    background-color: #FFF;
    padding: 20px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    border: #CCC 1px solid;
    text-align: left;
    height: 300px;
    overflow-y: scroll;
    font-size: 14px;
}
form#mail_form .tit_kitei {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}
form#mail_form .list_kitei {
    margin-left: 1.5em;
}
form#mail_form .list_kitei li {
    list-style: disc;
}
form#mail_form .block_kitei ol {
    margin-left: 1.5em;
    margin-top: 20px;
}
form#mail_form .block_kitei ol li {
    list-style: decimal;
}
form#mail_form .privacycheck label{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}