#wrapper {
  padding-top: 0.5em;
}
#wrapper h1 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.5;
  height: auto;
  padding: 1em;
}
@media screen and (min-width: 691px) {
  #wrapper #read {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 690px) {
  #wrapper #read {
    text-align: center;
  }
}
#wrapper #read br {
  display: block;
}
#wrapper #read .linkArea {
  display: block;
  margin-top: 1em;
}
#wrapper #read .linkArea.redBox a {
  background: #ffefef;
}
#wrapper #read .linkArea a {
  position: relative;
  color: #003793;
  font-weight: bold;
  background: #faf8d1;
  border-radius: 5px;
  display: block;
  padding: 0.8em 2em;
  text-decoration: none;
}
@media screen and (max-width: 690px) {
  #wrapper #read .linkArea a {
    font-size: 2.8vw;
  }
}
#wrapper #read .linkArea a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.5em;
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#wrapper #read .linkArea a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 691px) {
  #wrapper table tr th,
  #wrapper table tr td {
    padding: 2em;
  }
}
@media screen and (max-width: 690px) {
  #wrapper table tr th,
  #wrapper table tr td {
    width: auto;
    padding: 1.6em;
  }
}
@media screen and (min-width: 691px) {
  #wrapper table tr th {
    width: 38%;
  }
}
@media screen and (max-width: 690px) {
  #wrapper table tr th .required {
    right: 2em;
  }
}
@media screen and (min-width: 691px) {
  #wrapper table tr td {
    min-height: 85px;
  }
}
#wrapper table tr td.split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrapper table tr td.split div {
  width: 48%;
}
#wrapper input,
#wrapper select {
  width: 100%;
  height: auto;
  padding: 1em;
}
@media screen and (min-width: 691px) {
  #wrapper textarea {
    min-height: 270px;
  }
}
@media screen and (max-width: 690px) {
  #wrapper textarea {
    min-height: 70vw;
  }
}

/* ==========================================================
    HIDDEN
  ========================================================== */
@media screen and (min-width: 691px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 690px) {
  .spNone {
    display: none !important;
  }
}