@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* PC */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;700&display=swap");
.sec_entry {
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  border: 3px solid #f2f2f2;
  margin-bottom: 30px;
  box-shadow: 0px 0px 5px #f2f2f2;
}
.sec_entry h2 {
  font-size: 150%;
}

.sec_mail {
  text-align: center;
}
.sec_mail form dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.sec_mail form dl dt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin: 0 5px;
}
.sec_mail form dl dd {
  margin-bottom: 10px;
}
.sec_mail .submit {
  margin: 20px 0;
}
.sec_mail .submit input {
  width: 200px;
}

.pink {
  color: #FF004E;
  font-weight: bold;
}

.address {
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  background: #f2f2f2;
}
