/* Base & global */
html {
  margin: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
}

button {
  display: block;
  max-width: 600px;
  min-height: 45px;
  height: auto;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  transition: 0.3s;
  cursor: pointer;
  border-style: none;
  background-color: #dc5a24;
  font-family: "Noto Sans JP", sans-serif;
}

.negative-button {
  background-color: #05397f;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.mandatory {
  color: #ee0000;
  font-weight: bold;
}

input.long {
  width: 300px;
}

input.short {
  width: 200px;
}

input.max {
  width: 100%;
}

.image-wrapper {
  text-align: center;
}
