@charset "utf-8";
body {
  margin: 0;
}
/* メルマガ */
#content_form {
  width: 53%;
  background: #e41d60;
  border-radius: 0px;
  font-size: 130%;
  padding: 15px 4%;
  box-sizing: border-box;
  text-align: center;
  font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;

}
#content_form label.form_input_label {
  display: none;
}
#content_form input {
  padding: 10px 20px;
  font-size: 80%;
  font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  text-decoration: 10px;
  width: 100%;
  margin:0 auto 15px auto;
  box-sizing: border-box;

}
input[type="submit"] {
  font-size: 80%;
  background: url("../image/mailmagazine_botan.png") no-repeat;
  margin-bottom: 0px;
  width: 477px;
  border: none;
  box-shadow: none;
  height: 100px;
}
input[type="submit"]:hover {
  opacity: 0.6;
  filter: brightness(110%);
}

/* @media screen and (min-width: 300px) {  
  #content_form {
    max-width: 45%; 
  }  
  #content_form input {
    padding: 10px 20px;
    font-size: 70%;
    font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
    margin:0 auto 15px auto;
    text-decoration: 10px;
    display: block;
    max-width: 80%;
  }
  input[type="submit"] {
    font-size: 80%;
    background: url("../image/mailmagazine_botan.png") no-repeat center; */
    /* [disabled]width: 100%; */
    /* border: none;
    box-shadow: none;
    height: 170px;
    margin: 30px auto;
    display: block;
  }
  input[type="submit"]:hover {
    opacity: 0.6;
    filter: brightness(110%);
  }
} */
@media screen and (max-width: 767px) {  
  #content_form {
    width: 100%; 
  }  
  /* #content_form input {
    font-size: 70%;
    font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
    margin:0 auto 15px auto;
    text-decoration: 10px;
    display: block;
    max-width: 80%;
  } */
  input[type="submit"] {
    font-size: 80%;
    background: url("../image/mailmagazine_botan.png") no-repeat center;
    /* [disabled]width: 100%; */
    border: none;
    box-shadow: none;
    height: 170px;
    margin: 30px auto;
    display: block;
  }
  input[type="submit"]:hover {
    opacity: 0.6;
    filter: brightness(110%);
  }
}
