.errorBox {
  margin-top: 20px;
}

.termsBox {
  padding-bottom: 1px;
  word-wrap: break-word;
}

#contents {
  margin: auto;
  max-width: 950px;
  width: 95%;
  word-break: break-word;
}

div#container {
  background-color: #f7f7f7;
  margin-top: -24px;
  padding: 105px 0 0 0;
}

div#terms {
  height: 300px;
  margin: 10px;
  overflow: auto;
}

h1 {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

h2 {
  font-size: 22px;
  font-weight: 400;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 18px;
  line-height: 1.3;
}

h5,
h6 {
  font-size: 16px;
}

h4,
h5,
h6 {
  font-weight: 500;
}

@media (min-width: 768px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 25px;
  }
}

h2.htype06 {
  border-bottom: 4px solid #f7f7f7;
  padding: 10px;
}

hr.miniline {
  border-top: 2px dotted #FF6666;
  margin: 0 auto;
  position: relative;
  width: 6px;
}

hr.miniline:after {
  border-top: 2px dotted #FF6666;
  content: "";
  position: absolute;
  right: -34px;
  top: -2px;
  width: 30px;
}

hr.miniline:before {
  border-top: 2px dotted #FF6666;
  content: "";
  left: -34px;
  position: absolute;
  top: -2px;
  width: 30px;
}

section.step1 {
  text-align: center;
}

section.step2 {
  background-color: #fff;
  border-radius: 4px;
}

#terms p,
#terms ul {
  font-size: 1em;
}

input[type="text"], input[type="hidden"], input[type="password"],select {
  font-family: inherit;
  height: 50px;
  padding: 6px 20px;
  box-shadow: none;
  font-size: 16px;
  border: 1px solid #efefef;
  line-height: normal;
  width: 100% !important;
  border-radius: 0px;
  color: #000000;
  background-color: #fff;
  margin-bottom: 5px;
}

select{
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #efefef;
  background: #eee;
  background: url(/files/user/img/brand/wdl/arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #ffffff 100%);
  background: url(/files/user/img/brand/wdl/arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #ffffff 100%);
  background-size: 30px, 100%;
  margin-bottom: 5px;
}

input:focus {
  border-color: #00a7e3;
}

table.table_regist {
  margin: 1em;
  width: 100%;
}

table.survey_pf {
  display: block;
}

tbody {
  display: block;
}

tr {
  display: block;
}

th {
  width: 100%;
}

td {
  float: left;
  width: 100%;
}

dt {
  font-weight: normal;
  position: absolute;
}

dl.name dt:nth-child(even) {
  right: 360px;
}

dt.error,
.errtable li {
  width: 100%;
  color: #f00;
  position: initial;
}

dd {
  display: block;
  margin-right: 20px;
  margin-right: 20px;
  float: left;
}

table.table_regist {
  margin: 1em;
  width: auto;
}

.regist_submit li {
  margin: 10px;
}

.menu_img img {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #efefef;
}

.menu_text {
  margin-top: 32px;
  padding: 16px;
  background: #fffacd;
  border: 1px solid #efefef;
}

.menu_text li {
  list-style: square;
  margin-left: 2em;
}

.btn-base2 {
  background-image: -webkit-linear-gradient(top left, #bccac8, #cccccc);
  background-image: linear-gradient(to bottom right, #bccac8, #cccccc);
}

.btn-base2:after {
  background: #434343;
}

td.errmsg {
  font-weight: bold;
}

table.errtable {
  display: block;
}

.survey_question {
  font-weight: bold;
  margin-top: 20px;
}

textarea {
  border: 1px solid #efefef;
  width: 100% !important;
  padding: 6px 20px;
}

label {
  font-weight: normal;
}

p.errmsg {
  display: none;
}

input.survey_submit,
input[type="button"] {
  overflow: visible;
  background-color: transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.3333333;
  font-size: 20px;
  font-weight: 500;
  border-radius: 27px;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  color: #fff;
  border-color: transparent;
  position: relative;
  z-index: 1;
  padding: 17px 30px;
  background-image: -webkit-linear-gradient(top left, #FF6666, #FF6666);
  background-image: linear-gradient(to bottom right, #FF6666, #FF6666);
}

.survey_submit:hover,
input[type="button"]:hover {
  opacity: .7;
}

input[value="クリア"] {
  font-size: 15px;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 10px;
}

input.survey_submit {
  display: block;
  margin: 20px auto;
}

.subsection {
  background: #f0242a;
  color: #fff;
  padding: .1em .5em;
  line-height: 2.5;
  border-radius: 4px;
  font-weight: normal;
}

.subsection2 {
  background: #FF6666;
  color: #fff;
  padding: .1em .1em;
  line-height: 2.5;
  border-radius: 3px;
  font-weight: normal;
}

.subsection3 {
  border-bottom: dotted 2px #f0242a;
  color: #f0242a;
  font-size: 1.2em;
  padding: .1em .1em;
  line-height: 3;
  border-radius: 3px;
  font-weight: normal;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 5px 10px;
}

.privacy_title {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1.5em;
}

.privacy_info {
  height: 450px;
  overflow: auto;
  background: #fff;
  border: 1px solid #efefef;
  padding: 2em;
  margin-bottom: 64px;
}

.privacy_info dt {
  position: relative;
  font-weight: bold;
}

.privacy_info dd {
  float: none;
  margin: .5em 0 2em;
}

.privacy_info h4 {
  color: #00a7e3;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 2em;
}

.kakomi {
  border: 2px dotted #ccc;
  padding: 1em;
}

.kakomi p {
  margin: 0;
}

.regist_submit {
  padding-bottom: 30px;
}

.entryform_bt {
  padding-bottom: 20px;
}
