@charset "utf-8";
/* member */

.or-main h1 {
  margin-top: 30px;
}
h1 + .po-lead {
  margin: 3.15rem auto 3.5rem;
  text-align: center;
  font-size: 112%;
}
/* フォームエリア */
.or-member-form {
  overflow: hidden;
}
.or-member-form .or-l-left-contents,
.or-member-form .or-l-right-contents {
  width: 50%;
  padding: 0 1rem;
}
.or-member-form .or-l-left-contents {
  padding-right: 6rem;
  border-right: 1px solid #ccc;
}
.or-member-form .or-l-right-contents {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.or-member-form .or-l-contents {
  width: 100%;
  padding: 0 1rem;
  clear: both;
}
.or-member-form .or-l-left-contents h2,
.or-member-form .or-l-right-contents h2 {
  margin-left: -1rem;
  margin-bottom: 2.1rem;
}
/* form要素 */
.or-member-form label,
.or-member-form input {
  font-size: 112%;
}
.or-member-form label,
.or-member-form input[type="text"] {
  width: 100%;
  display: block;
}
.or-member-form input[type="checkbox"] + label {
  display: inline;
}
.or-member-form label {
  margin-bottom: 2px;
}
.or-member-form input,
.or-member-form select {
  margin-bottom: 1.4rem;
}
.or-member-form .po-l-form-inline {
  width: auto !important;
  display: inline-block !important;
  font-size: 100%;
  vertical-align: middle;
}
.or-member-form input.or-is-error {
  margin-bottom: 2px;
  background-color: #ffdbdb;
  border-color: #f00;
}
.or-member-form .or-error-text {
  display: block;
  font-size: 90%;
  font-weight: bold;
  color: #f00;
}
/* 住所のブロック */
.or-member-form .or-form-address {
  margin-bottom: 20px;
}
.or-form-address input,
.or-form-address select,
.or-form-address label {
  margin-bottom: 5px;
}
.or-form-address label {
  font-size: 100%;
}
.or-form-address label:first-child {
  font-size: 112%;
}
.or-member-form .or-form-address label[for="or-form-prefectures"] {
  padding-left: 10px;
}
/* 必須ラベル */
.or-form-label-required {
  margin-left: 5px;
  padding: 3px 4px;
  display: inline-block;
  background: #f00;
  border-radius: 3px;
  font-size: 74%;
  vertical-align: 2px;
  line-height: 1;
  color: #fff;
}
.or-member-form .or-l-contents {
  padding-top: 1rem;
  font-size: 1rem;
}
.or-member-form .or-l-contents p {
  margin: .3rem 0 .9rem;
}
.or-member-form .or-l-contents input[type="checkbox"] {
  margin-bottom: initial;
}
.or-member-form .or-l-contents label[for="or-form-checkbox"] {
  font-size: 100%;
}
/* 個人情報についてのブロック */
.po-info {
  width: 743px;
  margin: 4.5rem auto 1rem;
  padding: 0 1rem;
}
.po-info h2 {
  margin: 3rem 0 .7rem;
  font-size: 112%;
  text-align: center;
  color: #333;
}
.po-info .po-lead {
  text-align: center;
}
.po-info-body {
  height: 246px;
  margin-bottom: .7rem;
  padding: .5rem 1rem;
  border: 1px solid #666;
  overflow-y: scroll;
}
.po-info-body h3 {
  margin: 1rem 0;
  padding: 0;
  border: none;
  font-size: 100%;
}
.or-info-check {
  padding: .43rem 1rem;
  text-align: center;
  background: #f2f2f2;
}
.or-info-check input {
  margin-bottom: inherit;
  vertical-align: -1px;
}
.or-info-check label {
  font-size: 100%;
}
.or-info-check.or-is-error {
  background: #ffdbdb;
  border: 1px solid #f00;
}
.or-info-check.or-is-error label {
  font-weight: bold;
}
.or-l-botton {
  margin-top: 3.3rem;
}
.hidden-elem {
  display: none;
}
