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

/* 上部タイトルの背景画像 */
h1 {
  background: url(../img/sp/bg_member_01_sp.png) no-repeat;
  background-size: cover;
}
h1 img {
  width: auto;
  height: 53px;
}
#contents.inner {
  margin: 0;
}

/*下部ボタン非表示*/
body {
  padding-bottom: 0;
}
.contactBoxSP {
  display: none;
}
.gnav .contactBoxSP {
  display: block;
}

/* ===================================
.contents01
=================================== */
.contents01 {
  margin: 0 20px;
  padding: 21.34vw 0 40px 0;
  background: url(../img/sp/bg_member_02_sp.png) no-repeat center top;
  background-size: 100% 21.34vw;
}
.contents01 h3 {
  margin: 20px 0 10px;
  padding: 0;
  color: #3fb7eb;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
}
.contents01 p {
  font-size: 16px;
  line-height: 1.6;
}
.contents01 p span {
  color: #f00;
}

/* ===================================
.contents02
=================================== */
.contents02 {
  margin: 0 20px 40px;
}
.contents02 li {
  border: 1px solid #40b7ed;
  box-sizing: border-box;
  padding: 0 10px 26.67vw;
}
.contents02 li img {
  width: 161px;
  height: auto;
  margin: -50px auto 20px;
  display: block;
}
.contents02 p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.contents02 p span {
  background: linear-gradient(transparent 80%, #ffed00 0%);
}
.contents02 p small {
  display: block;
  font-size: 14px;
  padding-top: 5px;
}
.contents02 li.benefits01 {
  margin-top: 50px;
  background: url(../img/sp/bg_member_03_sp.png) no-repeat center bottom;
  background-size: 100% 26.67vw;
}
.contents02 li.benefits02 {
  margin-top: 70px;
  background: url(../img/sp/bg_member_04_sp.png) no-repeat center bottom;
  background-size: 100% 26.67vw;
}
.contents02 li.benefits03 {
  margin-top: 70px;
  background: url(../img/sp/bg_member_05_sp.png) no-repeat center bottom;
  background-size: 100% 26.67vw;
}

/* ===================================
.contents03
=================================== */
.contents03 {
  margin: 0 20px 40px;
}
.contents03 h2 {
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  background: #41b7ee;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
.contents03 ol {
}
.contents03 li {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 20px;
  text-align: center;
}
.contents03 li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -7px;
  border-top: 3px solid #41b7ee;
  border-right: 3px solid #41b7ee;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}
.contents03 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.contents03 li:last-child:after {
  display: none;
}
.contents03 h5 {
  font-size: 16px;
  font-weight: bold;
  color: #40b7ed;
}
.contents03 p {
  box-sizing: border-box;
  margin: 10px 0 0;
  padding: 20px 0;
  background: #f1fafe;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 360px) {
  .contents01 h3 {
    font-size: 18px;
  }
  .contents03 p {
    font-size: 14px;
  }
}

/* ===================================
#formid
=================================== */
#formid {
  margin: 0;
  padding: 30px 20px 40px;
  background: #f7f7f6;
}
#formid h3.band {
  background: #e8e8e8;
  font-size: 16px;
  font-weight: bold;
  color: #153e9d;
  text-align: center;
  padding: 12px 0 9px;
}

/*------------------------------
.formArea
------------------------------*/
.formArea {
  margin: 0 auto;
  border-top: 1px solid #e7e7e7;
}
.formArea dt {
  position: relative;
  box-sizing: border-box;
  margin: 30px 0 10px 0;
  padding: 0 0 0 10px;
  border-left: 2px solid #41b7ee;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}
.formArea dt:after {
  content: '任意';
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 20px;
  background: #808080;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-indent: 2px;
  line-height: 20px;
  letter-spacing: 3px;
  text-align: center;
}
.formArea dt.req:after {
  content: '必須';
  background: #ffee00;
  color: #000;
  font-weight: bold;
}
.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: 0 0 30px;
}
.formArea small {
  font-size: 14px;
  padding-left: 8px;
}
/* 入力枠の左にテキストが入る箇所 */
.formArea dd table {
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0;
}
.formArea dd table th,
.formArea dd table td {
  font-size: 14px;
}
.formArea dd table th {
  width: 70px;
  padding-right: 8px;
  text-align: left;
}
/*divContent*/
.divContent ul li {
  margin-bottom: 10px;
}
.divContent ul li:last-child {
  margin-bottom: 0 !important;
}
/*telBox*/
.telBox li {
  float: left;
  width: 48%;
  margin: 10px 0 0 0;
}
.telBox li:nth-of-type(2n) {
  float: right;
}
/*tel_time*/
.tel_time {
  padding-top: 10px;
}
.tel_time th {
  width: 100px !important;
}
/*form_address*/
.form_address th {
  padding-bottom: 10px;
  text-align: left !important;
}
.form_address td {
  padding-bottom: 10px;
}
.form_address tr:last-of-type th {
  padding-bottom: 0;
}
.form_address tr:last-of-type td {
  padding-bottom: 0;
}
/*各フォームパーツ*/
.formArea input[type='text'] {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #1f1f1f;
  font-size: 18px;
}
.formArea select {
  box-sizing: border-box;
  width: 200px;
  height: 50px;
  margin: 0;
  padding: 0 18px 0 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #1f1f1f;
  font-size: 18px;
}
.formArea textarea {
  box-sizing: border-box;
  width: 100%;
  height: 160px;
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #1f1f1f;
  font-size: 18px;
  resize: vertical;
}
.formArea input[type='radio'] {
  display: none;
}
.formArea input[type='radio'] + label {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 0 0 39px;
  background: #fff no-repeat 9px 50%;
  background-image: url(../img/sp/radio_off.png);
  background-size: 24px auto;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 50px;
}
.formArea input[type='radio']:checked + label {
  background-image: url(../img/sp/radio_on.png);
  background-color: #d2eefb;
}
.formArea input[type='checkbox'] {
  display: none;
}
.formArea input[type='checkbox'] + label {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 0 0 39px;
  background: #fff no-repeat 9px 50%;
  background-size: 24px auto;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 50px;
}
.formArea select.inputbox-error {
  background: #fbf0e6;
}
.formArea input::-webkit-input-placeholder {
  color: #999;
}
.formArea input:-ms-input-placeholder {
  color: #999;
}
.formArea input::-moz-placeholder {
  color: #999;
}
.parts01 {
  width: 200px !important;
}
#zipCode {
  width: 200px !important;
}
#address {
  font-size: 14px;
}
#buildingName {
  font-size: 14px;
}
/* メールアドレス入力枠 */
.formArea .form_email + dd input {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
}
.formError {
  z-index: 1;
}

/* ===================================
#privacy
=================================== */
#privacy {
  margin: 30px 0 20px;
  font-size: 15px;
  text-align: center;
}
#privacy a {
  color: #191919;
  text-decoration: underline;
}

/* ===================================
#submit
=================================== */
#submit input[type='submit'] {
  width: 300px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  background: #ffee00;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  color: #153e9d;
  border: none;
  display: block;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 360px) {
  #contents .infoArea .message {
    font-size: 14px;
  }
  #contents .infoArea .tel {
    font-size: 36px;
  }
  #contents .infoArea .tel span {
    font-size: 12px;
  }
  #contents .infoArea .tel a {
    padding-top: 8px;
  }
  .formArea input[type='text'],
  .formArea select,
  .formArea textarea,
  .formArea input[type='radio'] + label {
    font-size: 15px;
  }
  .formArea .form_email + dd input {
    font-size: 18px;
  }
  .formArea dd table th,
  .formArea dd table td {
    font-size: 13px;
  }
  #privacy {
    font-size: 12px;
  }
  #submit input[type='submit'] {
    width: 260px;
    font-size: 22px;
  }
}
