@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

h1 {
  background: url(../img/bg_member_01.png) no-repeat;
  background-size: cover;
}
#contents {
  padding-bottom: 50px;
  margin-bottom: 15px;
}

/* ===================================
.contents01
=================================== */
.contents01 {
  background: url(../img/bg_member_02.jpg) no-repeat left top;
  padding: 20px 0 0 220px;
  height: 201px;
  box-sizing: border-box;
  margin-bottom: 70px;
}
.contents01 h3 {
  font-size: 27px;
  border: none;
  padding: 0;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.contents01 p {
  font-size: 18px;
}
.contents01 p span {
  color: #ff0000;
}

/* ===================================
.contents02
=================================== */
.contents02 {
  margin: 130px 0 90px;
  height: 615px;
}
.contents02 li {
  float: left;
  width: 346px;
  height: 565px;
  border: 1px solid #40b7ed;
  box-sizing: border-box;
  padding: 0 20px;
}
.contents02 li img {
  margin: -63px auto 17px;
  display: block;
}
.contents02 p {
  font-size: 18px;
  line-height: 1.7;
}
.contents02 p span {
  background: linear-gradient(transparent 80%, #ffed00 0%);
}
.contents02 p small {
  display: block;
  font-size: 14px;
  padding-top: 5px;
}
.contents02 li.benefits01 {
  background: url(../img/bg_member_03.jpg) no-repeat bottom;
}
.contents02 li.benefits02 {
  background: url(../img/bg_member_04.jpg) no-repeat bottom;
  margin: 0 31px;
}
.contents02 li.benefits03 {
  background: url(../img/bg_member_05.jpg) no-repeat bottom;
}

/* ===================================
.contents03
=================================== */
.contents03 {
}
.contents03 ol {
  overflow: hidden;
  margin: 40px 0 90px;
}
.contents03 li {
  float: left;
  width: 250px;
  padding-right: 33px;
  position: relative;
}
.contents03 li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 38px;
  right: 12px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #41b7ee;
  border-right: 3px solid #41b7ee;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contents03 li:last-child {
  padding-right: 0;
}
.contents03 li:last-child:after {
  display: none;
}
.contents03 h5 {
  font-size: 16px;
  font-weight: bold;
  color: #40b7ed;
}
.contents03 p {
  font-size: 15.4px;
  background: #f1fafe;
  padding: 10px;
  margin: 10px 0 0;
  height: 90px;
  box-sizing: border-box;
}

/* ===================================
#formid
=================================== */
#formid {
  background: #f7f7f6;
  padding: 1px 30px 42px;
}
#formid h3 {
  border: none;
}

/* form独自 */
.formArea dd.last {
  border: none;
  padding: 30px 0 0 275px;
}

.formArea.borderNone {
  border: none;
}
.parts01 {
  width: 200px !important;
}
.formArea small {
  font-size: 13px;
  padding-left: 8px;
}

.band {
  background: #e8e8e8;
  font-size: 16px;
  font-weight: bold;
  color: #153e9d;
  text-align: center;
  padding: 12px 0 9px;
  margin: 35px 0 10px;
}

/* form共通 */
/*------------------------------
.formArea
------------------------------*/
.formArea {
  width: 1040px;
  margin: 0 auto;
  border-top: 1px solid #ececec;
}
.formArea dt,
.formArea dd {
  position: relative;
  text-align: left;
}
.formArea dt {
  font-weight: bold;
  box-sizing: border-box;
  width: 275px;
  margin-top: 38px;
  padding: 0 0 0 15px;
  line-height: 34px;
  border-left: 2px solid #41b7ee;
  float: left;
  z-index: 9999;
}
.formArea dt:after {
  width: 50px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  font-size: 12px;
  border-radius: 3px;
  top: 7px;
}
.formArea dt span {
  font-size: 11px;
  display: block;
  font-weight: normal;
  line-height: 1.3;
  position: relative;
}
.formArea dt span.note01:after {
  content: '半角英数字';
  text-align: center;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px;
  box-sizing: border-box;
  font-weight: normal;
}
.formArea dd {
  border-bottom: 1px solid #ececec;
  padding: 30px 0 20px 300px;
}

/* 任意・必須のスタイル */
.formArea dt:after {
  content: '任意';
  text-align: center;
  text-indent: 1px;
  color: #fff;
  background: #808080;
  display: block;
  position: absolute;
  right: 0;
  box-sizing: border-box;
  font-weight: normal;
}
.formArea dt.req:after {
  content: '必須';
  background: #ffee00;
  color: #000;
  font-weight: bold;
}

/* ラジオボタンのスタイル */
.formArea input[type='radio'] + label,
.formArea input[type='checkbox'] + label {
  padding: 0 0 0 42px;
  line-height: 50px;
  background: #fff no-repeat 9px 50%;
  background-size: 22px auto;
  display: inline-block;
  cursor: pointer;
}

/* 入力枠の左にテキストが入る箇所 */
.formArea dd table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 10px;
}
.formArea dd table th,
.formArea dd table td {
  padding: 0;
  font-size: 14px;
}
.formArea dd table th {
  width: 5em;
  text-align: left;
}
.formArea dd table td {
  padding-left: 8px;
}

.formArea input[type='text'],
.formArea select,
.formArea textarea,
.formArea input[type='radio'] + label,
.formArea input[type='checkbox'] + label {
  width: 500px;
  height: 50px;
  margin: 0;
  padding: 0 10px;
  color: #1f1f1f;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  font-size: 20px;
}
/* テキストエリア */
.formArea textarea {
  box-sizing: border-box;
  height: 160px;
  margin: 0;
  padding: 15px 20px;
  width: 650px;
  resize: vertical;
  font-size: 17px;
}

/* メールアドレス入力枠 */
.formArea .form_email + dd input {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
}

.formArea select {
  padding-right: 0;
  cursor: pointer;
  width: 200px;
  font-size: 17px;
}
.formArea select.inputbox-error {
  background: #fbf0e6;
}
.formArea input[type='radio'],
.formArea input[type='checkbox'] {
  display: none;
}
.formArea input[type='radio'] + label,
.formArea input[type='checkbox'] + label {
  padding: 0 0 0 39px;
  line-height: 50px;
  background: #fff no-repeat 9px 50%;
  background-size: 22px auto;
  display: inline-block;
  cursor: pointer;
}
.formArea input[type='radio'] + label {
  background-image: url(https://contents.rals.biz/assets/form/img/bg_radio_02_off.png);
}
.formArea input[type='radio']:checked + label {
  background-image: url(https://contents.rals.biz/assets/form/img/bg_radio_02_on.png);
  background-color: #d2eefb;
}

.formArea input::-webkit-input-placeholder {
  color: #999;
}
.formArea input:-ms-input-placeholder {
  color: #999;
}
.formArea input::-moz-placeholder {
  color: #999;
}

.formError {
  z-index: 1;
}

/* ===================================
#privacy
=================================== */
#privacy {
  font-size: 17px;
  text-align: center;
  margin: 50px 0 40px;
}
#privacy a {
  color: #191919;
  text-decoration: underline;
}
#privacy a:hover {
  text-decoration: none;
}

/* ===================================
#submit
=================================== */
#submit input[type='submit'] {
  width: 500px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  background: #ffee00;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  color: #153e9d;
  border: none;
  display: block;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 1;
}
#submit input[type='submit']:hover {
  opacity: 0.7;
}
