html {
  font-size: 62.5%;
}

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #333333;
}

a {
  text-decoration: none;
}

a:link {
  color: #1e90ff;
}

a:visited {
  color: #1e90ff;
}

a:hover {
  color: #0000ff;
}

ul {
  list-style: none;
}

.wrap {
  max-width: 900px;
  margin: auto;
}

.declare {
  padding: 0 10px;
}

.declare h1 {
  text-align: center;
  font-size: 28px;
  margin: 25px 0;
  color: #773c3e;
}

.declare h2 {
  font-size: 14px;
  border-left: 3px solid #773c3e;
  color: #773c3e;
  line-height: 50px !important;
  padding-left: 20px;
}

.declare h3 {
  color: #773c3e;
}

.declare h3,
.declare p,
ol li {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 8px;
}

.alignRight {
  text-align: right;
  font-style: italic;
}

.bolder {
  color: #000;
  font-weight: 900;
}

.underline {
  text-decoration: underline;
}

.input-item {
  line-height: 1.5;
  color: #262626;
}

.word-line {
  line-height: 1.5;
}

.word-bold {
  font-weight: 900;
}

.form {
  font-size: 14px;
  margin: 0 0 8px;
  padding-bottom: 80px;
}

.form span {
  vertical-align: middle;
}

.input-radio,
.input-checkbox,
.input-text {
  display: inline-block;
  vertical-align: middle;
}

.input-text {
  display: block;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #000;
  background: #eee;
  -webkit-user-select: text !important;
  -webkit-appearance: none;
  -webkit-border-radius: none;
     -moz-border-radius: none;
          border-radius: none;
}

.form-part {
  margin: 30px 0;
}

.form-part-child {
  margin: 0 0 0 30px;
}

.input-word-line {
  display: block;
}

.input-word-bold {
  font-weight: 900;
}

.input-word-note {
  margin: 0 0 0 22px;
}

.word-line-ms {
  display: inline-block;
  min-width: 110px;
}

.input-submit {
  display: block;
  margin: 20px auto;
  width: 220px;
  height: 36px;
  line-height: 36px;
  background: #333f4f;
  color: #fff;
  font-size: 16px;
}.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.modal .mask {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.modal .main-box {
  height: 60px;
  width: 300px;
  z-index: 99;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -150px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
}