@charset "UTF-8";
html,
body,
input,
textarea,
option,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-bottom: 130px;
}

.copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  background: #f0f0f0;
}

.copyright p {
  margin: 0 0 5px;
}

.copyright p:last-child {
  margin-bottom: 0;
}

button,
input[type=text],
input[type=password],
input[type=submit],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.term-of-use-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  margin: 1ex auto;
  border: 1px solid #333;
  padding: 1ex;
  font-size: 14px;
  width: 100%;
  height: 10em;
}

.result-message,
.error-message {
  display: block;
  margin-bottom: 10px;
  color: red;
  font-size: 0.8em;
  font-weight: bold;
}

.alert-message {
  margin: 1ex 0;
  color: red;
  font-weight: bold;
}

.center-text-important {
  text-align: center !important;
}

.page-scrolling {
  cursor: pointer;
}

.span-inline-block {
  display: inline-block;
}

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

.strong-text {
  font-weight: bold;
}
