@charset "UTF-8";
.forms {
  width: 860px;
  margin: 80px auto 50px;
}

.bold {
  font-weight: 400;
}

.att, .red {
  color: #d61717;
}

.tleStyle4 {
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #033c7c;
  margin-bottom: 30px;
}

form > dl > dd:not(:last-of-type) {
  margin-bottom: 40px;
}

input[type=text] {
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  padding: 10px;
}

.userdeta {
  width: 20em;
}

span.num {
  display: block;
  width: 7em;
  font-size: 0.7em;
  color: #ffffff;
  line-height: 1em;
  background: #033c7c;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.agree_caption {
  font-weight: 400;
  text-align: center;
  background: #e6ebf2;
  padding: 15px;
  margin-bottom: 20px;
}

.agree {
  text-align: center;
}

.submit_btn {
  margin-top: 30px;
}

.submit_btn {
  text-align: center;
  position: relative;
  background: #033c7c;
  color: #ffffff;
  line-height: 1;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  text-indent: 1em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.submit_btn:hover {
  background-color: #e6ebf2;
  color: #033c7c;
}

.submit_btn input[type=submit] {
  text-indent: 9999px;
  display: block;
  background-color: transparent;
  border: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}

.submit_btn i {
  font-size: 0.7em;
  margin-left: 1.4em;
}

[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.submit_btn i {
  font-size: 0.7em;
  margin-left: 1.4em;
}

.privacy_content > p {
  color: #033c7c;
  font-weight: 400;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.privacy_content .text {
  text-align: left;
  height: 300px;
  overflow-y: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875em;
  display: none;
  background: #f2f2f2;
}

.small {
  font-size: 0.882em;
}

/* アンケート */
.enquete　.tleStyle4 {
  vertical-align: middle;
}

.enquete span.num {
  margin-right: 5px;
  padding: 2px 10px;
  vertical-align: middle;
  display: inline;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.column3 li {
  width: 31.8%;
  margin-right: 1.5%;
}

.column2 li {
  width: 48%;
  margin-right: 2%;
}

input[type=radio] {
  -webkit-appearance: radio;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.enquete .tleStyle4 {
  vertical-align: middle;
}

.enquete .times {
  width: 5em;
  margin-right: 10px;
}

.tleStyle3 {
  font-size: 1.176em;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-left: 5px solid #033c7c;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  margin-bottom: 40px;
}

textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bcbcbc;
}

form > dl:not(:last-of-type) {
  margin-bottom: 50px;
}
