@CHARSET "utf-8";
body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}

#container {
  font-size: 16px;
  line-height: 1.5em;
  color: #444;
  font-family: "Pretendard", "Noto", Tahoma, Arial, sans-serif;
}
#container * {
  box-sizing: border-box;
}
#container table, #container input, #container select, #container textarea {
  font-size: 16px;
  line-height: 1.5em;
  color: #444;
  font-family: "Pretendard", "Noto", Tahoma, Arial, sans-serif;
}
#container input[type=text], #container input[type=password], #container input[type=tel], #container input[type=number], #container select {
  height: 46px;
  padding: 0 20px;
  border: 1px solid #888;
  border-radius: 10px;
}
#container input[type=checkbox] {
  width: 25px;
  height: 24px;
  margin: -2px 4px 0 0;
  background: url(/mobile/images/common/ico_check_off.svg) no-repeat;
}
#container input[type=checkbox]:checked {
  background-image: url(/mobile/images/common/ico_check_on.svg);
}
#container b, #container strong {
  font-weight: 700;
  font-family: "Pretendard", "Noto";
}
#container select {
  padding-left: 0;
}

.btnArea {
  margin-top: 40px;
}

.btnTypeA, .btnTypeB, .btnTypeC {
  display: inline-block;
  width: 100%;
  min-width: 1px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  background: #A5C000;
}

.btnTypeB {
  line-height: 48px;
  border: 1px solid #888;
  color: #888 !important;
  background: #fff;
}

.btnTypeC {
  line-height: 48px;
  border: 1px solid #A5C000;
  color: #91AC00 !important;
  background: #fff;
}

.btnTypeA:disabled, .btnTypeA.disabled, .btnTypeB:disabled, .btnTypeB.disabled {
  color: #888 !important;
  border-color: #e2e2e2;
  background: #e2e2e2;
}

.colorA {
  color: #A5C000 !important;
}

.colorB {
  color: #444 !important;
}

.caution li {
  font-size: 14px;
  color: #888;
}
.caution li:before {
  top: 9px;
  width: 4px;
  height: 1px;
  background: #888;
}

.policyLayer {
  opacity: 0;
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  z-index: 101;
  top: 50%;
  padding: 20px;
  border-radius: 10px;
  color: #444;
  font-family: "Pretendard";
  background: #fff;
}
.policyLayer h2 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}
.policyLayer .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.policyLayer .content h3 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 500;
}
.policyLayer .content h3:first-child {
  margin-top: 0;
}
.policyLayer .content p {
  color: #666;
  line-height: 1.5em;
  font-size: 14px;
}
.policyLayer.on {
  opacity: 1;
}

.joinStep {
  text-align: center;
  font-size: 0;
}
.joinStep li {
  position: relative;
  display: inline-block;
  padding: 0 22px;
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
}
.joinStep li b {
  position: relative;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border: 1px solid #eee;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background: #fff;
}
.joinStep li:not(:last-child):before {
  content: "";
  position: absolute;
  left: calc(50% + 20px);
  top: 20px;
  width: 60px;
  height: 1px;
  background: #eee;
}
.joinStep li.on {
  color: #91AC00;
}
.joinStep li.on b {
  border-color: #91AC00;
  background: #91AC00;
  color: #fff;
}
.joinStep li.on:before {
  background: #91AC00;
}

.onlyPc {
  display: none;
}

.onlyMobile {
  display: initial;
}

.br {
  display: block;
}

div:not(.webType) #header {
  position: relative;
  height: 48px;
  padding: 0;
  border-bottom: 1px solid #eee;
}
div:not(.webType) #header h1 {
  font-size: 20px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  color: #111;
  font-family: "Pretendard", "Noto", Tahoma, Arial, sans-serif;
}
div:not(.webType) #header .backBtn {
  position: absolute;
  right: 12px;
  top: 12px;
}
div:not(.webType) #container {
  padding: 35px 16px 50px;
}
div:not(.webType) #container .logo {
  margin-bottom: 35px;
  text-align: center;
}
div:not(.webType) #container .logo img {
  width: 115px;
}
div:not(.webType) #quick {
  display: none;
}

.loginArea input[type=text], .loginArea input[type=password] {
  width: 100%;
}
.loginArea input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  background-size: 100% !important;
}
.loginArea p:not(class) + p {
  margin-top: 8px;
}
.loginArea .idSave {
  margin-top: 16px;
  font-size: 14px;
}
.loginArea .idSave label + label {
  margin-left: 10px;
}
.loginArea .btnArea {
  clear: both;
  padding-top: 30px;
  margin: 0;
}
.loginArea .find {
  margin-top: 24px;
  font-size: 14px;
  text-align: center;
}
.loginArea .find a {
  color: #888;
}
.loginArea .find a + a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: -2px 12px 0 8px;
  vertical-align: middle;
  background: #ddd;
}

.snsLogin {
  margin: 30px 0;
  border-top: 1px solid #eee;
}
.snsLogin h2 {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 16px;
}
.snsLogin p {
  text-align: center;
  font-size: 0;
}
.snsLogin p a {
  display: inline-block;
  margin: 0 20px;
  font-size: 16px;
  line-height: 1.2em;
}
.snsLogin p a img {
  display: block;
  width: 70px;
  margin: 0 auto 10px;
}

.nonmemberInfo {
  text-align: center;
  font-size: 16px;
}
.nonmemberInfo p {
  color: #888;
}
.nonmemberInfo p a {
  color: #888;
  text-decoration: underline;
}

.familyJoin {
  padding: 30px 16px;
  margin: 0 -16px -50px;
  background: #f9f9f9;
}
.familyJoin h2 {
  margin-bottom: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #91AC00;
}
.familyJoin .text {
  text-align: center;
  word-break: keep-all;
}
.familyJoin .text .fs {
  display: block;
  margin-top: 5px;
  font-size: 12px !important;
}
.familyJoin .btnTypeA {
  margin-top: 30px;
}
.familyJoin .brand {
  overflow: hidden;
  margin-top: 30px;
  font-size: 0;
}
.familyJoin .brand li {
  display: inline-block;
  width: 33.3%;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.2em;
  color: #888;
}
.familyJoin .brand li em {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 15px;
  text-align: center;
  line-height: 100px;
  background: #fff;
}
.familyJoin .brand li em img {
  width: auto;
  vertical-align: middle;
}
.familyJoin .brand li span {
  font-size: 12px;
}
.familyJoin .brand li:nth-child(3) ~ li {
  margin-top: 17px;
}
.familyJoin .brand li.goongbe img {
  width: 81px;
}
.familyJoin .caution {
  padding-top: 30px;
}

.joinStep1 .text {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.joinStep1 .goLogin2 {
  margin-top: 30px;
  font-size: 14px;
  color: #888;
  text-align: center;
}
.joinStep1 .goLogin2 a {
  margin-left: 10px;
}
.joinStep1 .goLogin2 .pr:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #888;
}
.joinStep1 ~ .familyJoin .brand {
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.joinStep2 h2 {
  margin: 35px 0 20px;
  font-size: 22px;
  font-weight: 700;
}
.joinStep2 .all {
  font-size: 18px;
  font-weight: 700;
}
.joinStep2 .inner {
  margin: 0 0 15px 32px;
}
.joinStep2 .inner > li {
  position: relative;
  margin-top: 15px;
  padding-right: 25px;
}
.joinStep2 .inner > li > label {
  position: relative;
  display: inline-block;
  padding-left: 33px;
}
.joinStep2 .inner > li > label input {
  position: absolute;
  left: 0;
  top: 0;
}
.joinStep2 .inner > li .btnTypeB {
  margin: 15px 24px 0 0;
}
.joinStep2 .inner > li .icoDetail {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 22px;
  background: url(/mobile/images/member/ico_arrow1.svg) no-repeat 50% 50%;
}
.joinStep2 .inner > li .icoDetail span {
  position: absolute;
  left: 0;
  top: -10000px;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.joinStep2 .inner > li .family {
  overflow: hidden;
  padding: 30px 30px;
  margin: 15px -41px 0 -48px;
  font-size: 0;
  background: #f5f5f5;
}
.joinStep2 .inner > li .family li {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  width: 50%;
  font-size: 14px;
  color: #888;
  vertical-align: top;
}
.joinStep2 .inner > li .family li label {
  display: inline-block;
  width: 100px;
  text-align: center;
  line-height: 1.5em;
}
.joinStep2 .inner > li .family li em {
  display: block;
  margin: 0 auto 10px;
}
.joinStep2 .inner > li .family li img {
  width: auto;
  max-width: 100%;
}
.joinStep2 .inner > li .family li input {
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
.joinStep2 .inner > li .family li:nth-child(2) ~ li {
  margin-top: 30px;
}
.joinStep2 .inner > li .family li.sangha em {
  height: 34px;
  padding-top: 5px;
}
.joinStep2 .inner > li .family li.goongbe em {
  height: 50px;
  padding-top: 9px;
}
.joinStep2 .inner > li .family li.ilforno em {
  height: 38px;
  padding-top: 10px;
}
.joinStep2 .inner > li ul:not(.family) {
  margin-left: 32px;
}
.joinStep2 .inner > li ul:not(.family) li {
  display: inline-block;
  margin-top: 15px;
}
.joinStep2 .inner > li ul:not(.family) li + li {
  margin-left: 20px;
}

.joinStep3 h2 {
  margin: 35px 0 20px;
  font-size: 22px;
  font-weight: 700;
}

.fieldArea dt {
  margin: 30px 0 8px;
  font-weight: 500;
}
.fieldArea dt span {
  color: #EB1717;
}
.fieldArea dd input[type=text], .fieldArea dd input[type=password], .fieldArea dd input[type=tel], .fieldArea dd input[type=number], .fieldArea dd select {
  width: 100%;
  border-color: #ddd !important;
}
.fieldArea dd.typeB {
  position: relative;
  padding-right: 90px;
}
.fieldArea dd.typeB .btnTypeA {
  position: absolute;
  right: 0;
  top: 0;
  width: 82px;
  height: 46px;
  line-height: 46px;
}
.fieldArea dd.email {
  overflow: hidden;
}
.fieldArea dd.email input {
  float: left;
  width: calc((100% - 30px) * 0.6);
}
.fieldArea dd.email input:first-child {
  width: calc((100% - 30px) * 0.4);
}
.fieldArea dd.email .bar {
  float: left;
  width: 30px;
  line-height: 46px;
  text-align: center;
  color: #c2c2c2;
}
.fieldArea dd.email select {
  float: right;
  margin-top: 8px;
  width: calc((100% - 30px) * 0.6);
  text-align: left;
}
.fieldArea dd.phone {
  overflow: hidden;
}
.fieldArea dd.phone input {
  float: left;
  width: calc((100% - 40px) / 3);
}
.fieldArea dd.phone .bar {
  float: left;
  width: 20px;
  line-height: 46px;
  text-align: center;
  color: #c2c2c2;
}
.fieldArea dd .warn {
  margin: 6px 0 10px 10px;
  color: #EB1717;
  font-size: 14px;
  line-height: 1.4em;
}

.joinComplete h2 {
  padding-top: 60px;
  margin: 35px 0 30px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  background: url(/mobile/images/member/ico_complete.svg) no-repeat 50% 0;
}
.joinComplete .text {
  padding: 24px 0;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  background: #f9f9f9;
}
.joinComplete .btnArea a {
  width: calc(50% - 6px);
}
.joinComplete .btnArea a + a {
  margin-left: 12px !important;
}
.joinComplete .recommender {
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid #eee;
}
.joinComplete .recommender h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.joinComplete .recommender h3:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 25px;
  margin: -4px 4px 0 0;
  vertical-align: middle;
  background: url(/mobile/images/member/ico_caution.svg) no-repeat;
}
.joinComplete .recommender form {
  position: relative;
  display: block;
  padding-right: 90px;
}
.joinComplete .recommender form input {
  width: 100%;
  border-color: #ddd !important;
}
.joinComplete .recommender form .btnTypeA {
  position: absolute;
  right: 0;
  top: 0;
  width: 82px;
  height: 46px;
  line-height: 46px;
}

.fieldArea2 .field {
  position: relative;
  padding-right: 108px;
  margin-top: 4px;
}
.fieldArea2 .field input[type=text], .fieldArea2 .field input[type=tel] {
  width: 100%;
}
.fieldArea2 .field input::placeholder {
  color: #c2c2c2;
}
.fieldArea2 .field select {
  position: absolute;
  right: 0;
  top: 0;
  width: 104px;
  padding-left: 20px !important;
  text-align: left;
  color: #c2c2c2 !important;
}
.fieldArea2 .field .gender {
  position: absolute;
  right: 0;
  top: 0;
}
.fieldArea2 .field .gender a {
  display: inline-block;
  width: 50px;
  height: 46px;
  border: 1px solid #888;
  border-radius: 10px;
  line-height: 44px;
  color: #c2c2c2;
  text-align: center;
}
.fieldArea2 .field .gender a.active {
  color: #fff;
  border-color: #a5c000;
  background: #a5c000;
}
.fieldArea2 .field.typeB {
  padding-left: 108px;
}
.fieldArea2 .field.typeB select {
  left: 0;
  right: initial;
}
.fieldArea2 .field.typeC {
  padding: 0 !important;
}
.fieldArea2 .field .btnTypeA {
  position: absolute;
  right: 0;
  top: 0;
  width: 104px;
  height: 46px;
  line-height: 46px;
}
.fieldArea2 .field .warn {
  display: inline-block;
  margin: 6px 0 10px 10px;
  color: #EB1717;
  font-size: 14px;
  line-height: 1.4em;
}

.findArea {
  margin-top: 15px;
}
.findArea h2 {
  padding-top: 35px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #A5C000;
  background: url(/mobile/images/member/ico_caution.svg) no-repeat 50% 0;
}
.findArea h2.fail {
  background-image: url(/mobile/images/member/ico_caution3.svg);
}
.findArea h2.noBg {
  padding-top: 0;
  background: none;
}
.findArea .text {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  word-break: keep-all;
}
.findArea .text strong {
  text-decoration: underline;
  color: #a5c000;
}
.findArea h2 + .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.findArea .all {
  position: relative;
  height: 46px;
  padding: 0 20px;
  border: 1px solid #888;
  border-radius: 10px;
  line-height: 44px;
  color: #888;
  background: #f5f5f5;
}
.findArea .all input[type=checkbox] {
  width: 20px !important;
  height: 19px !important;
  background-size: auto 100% !important;
}
.findArea .all input[type=checkbox]:not(:checked) {
  background-image: url(/mobile/images/common/ico_check_off2.svg) !important;
}
.findArea .all .ico {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  width: 14px;
  height: 8px;
}
.findArea .all .ico:before {
  content: "";
  display: block;
  height: 100%;
  background: url(/mobile/images/member/ico_arrow3.svg) no-repeat 100% 50%;
  transition: all 0.2s;
}
.findArea .all .ico.on:before {
  transform: rotate(180deg);
}
.findArea ul {
  margin: 4px 21px 15px;
}
.findArea ul li {
  position: relative;
  padding: 4px 0;
  font-size: 14px;
  color: #888;
}
.findArea ul li input[type=checkbox] {
  width: 20px !important;
  height: 19px !important;
  background-size: auto 100% !important;
}
.findArea ul li input[type=checkbox]:not(:checked) {
  background-image: url(/mobile/images/common/ico_check_off2.svg) !important;
}
.findArea ul li .ico {
  position: absolute;
  right: 0;
  top: 12px;
  width: 14px;
  height: 8px;
}
.findArea ul li .ico:before {
  content: "";
  display: block;
  height: 100%;
  background: url(/mobile/images/member/ico_arrow4.svg) no-repeat 100% 50%;
  transition: all 0.2s;
}
.findArea ul li .ico.on:before {
  transform: rotate(180deg);
}
.findArea ul li .detail {
  display: none;
  padding: 10px;
  margin-top: 5px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5em;
  background: #f5f5f5;
}
.findArea ul li + li {
  border-top: 1px solid #888;
}
.findArea .phoneInfo {
  text-align: right;
}
.findArea .phoneInfo a {
  display: inline-block;
  padding-right: 17px;
  color: #888;
  font-size: 14px;
  background: url(/mobile/images/member/ico_caution2.svg) no-repeat 100% 5px;
}
.findArea .btnArea {
  margin-top: 30px;
}
.findArea .btnArea a + a {
  margin-top: 8px;
}

.webType .onlyPc, .webType .br {
  display: initial;
}
.webType .onlyMobile {
  display: none;
}
.webType .pcBr {
  display: block;
}
.webType .caution li {
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.5em;
}
.webType .caution li:before {
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.webType .policyLayer {
  left: 50%;
  right: initial;
  width: 524px;
}
.webType .policyLayer h2 {
  margin-bottom: 20px;
  font-size: 20px;
}
.webType .policyLayer .content h3 {
  font-size: 18px;
}
.webType .policyLayer .content p {
  font-size: 16px;
}
.webType .joinStep li {
  padding: 0 42px;
  font-size: 18px;
}
.webType .joinStep li b {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  line-height: 50px;
  font-size: 20px;
}
.webType .joinStep li:not(:last-child):before {
  left: calc(50% + 26px);
  top: 26px;
  width: 100px;
}
.webType #container {
  width: 100%;
  padding: 80px 0 70px;
  font-size: 20px;
}
.webType #container table, .webType #container input, .webType #container select, .webType #container textarea {
  font-size: 20px;
}
.webType #container input[type=text], .webType #container input[type=password], .webType #container input[type=tel], .webType #container input[type=number], .webType #container select {
  height: 60px;
}
.webType #container .btnTypeA, .webType #container .btnTypeB, .webType #container .btnTypeC {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
}
.webType #container .btnTypeB, .webType #container .btnTypeC {
  line-height: 50px;
}
.webType h1 {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #111;
  line-height: 1.5em;
}
.webType .loginArea {
  width: 400px;
  margin: 0 auto;
}
.webType .loginArea p:not(class) + p {
  margin-top: 10px;
}
.webType .loginArea input[type=checkbox] {
  width: 24px !important;
  height: 24px !important;
}
.webType .loginArea .idSave {
  margin: 17px 0 0;
  font-size: 18px;
}
.webType .loginArea .idSave label + label {
  margin-left: 20px;
}
.webType .loginArea .find {
  margin-top: 25px;
  font-size: 18px;
}
.webType .snsLogin {
  width: 400px;
  margin: 45px auto 80px;
}
.webType .snsLogin h2 {
  margin: 45px 0 20px;
  font-size: 18px;
}
.webType .snsLogin p {
  font-size: 0;
}
.webType .snsLogin p > span {
  display: inline-block;
  width: 122px;
}
.webType .snsLogin p a {
  margin: 0;
}
.webType .nonmemberInfo {
  font-size: 18px;
}
.webType .familyJoin {
  padding: 70px 0 70px;
  margin: 0 0 -70px;
}
.webType .familyJoin .wrap {
  position: relative;
  width: 915px;
  margin: 0 auto;
}
.webType .familyJoin h2 {
  text-align: left;
}
.webType .familyJoin .text {
  text-align: left;
  font-size: 18px;
  line-height: 1.4em;
}
.webType .familyJoin .btnTypeA {
  position: absolute;
  right: 0;
  top: 32px;
  width: auto;
  padding: 0 19px;
  margin-top: 0;
}
.webType .familyJoin .btnTypeA:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  margin: -4px 0 0 9px;
  vertical-align: middle;
  background: url(/mobile/images/member/ico_arrow2.svg) no-repeat;
}
.webType .familyJoin .brand {
  display: flex;
  justify-content: space-between;
  width: 910px;
  margin: 30px 0;
}
.webType .familyJoin .brand li {
  width: auto;
  font-size: 16px;
}
.webType .familyJoin .brand li em {
  width: 120px;
  height: 120px;
  margin-bottom: 18px;
  line-height: 120px;
}
.webType .familyJoin .brand li em img {
  transform: scale(1.2);
}
.webType .familyJoin .brand li span {
  font-size: 14px;
}
.webType .familyJoin .brand li:nth-child(3) ~ li {
  margin-top: 0;
}
.webType .familyJoin .caution {
  width: 915px;
  padding-top: 10px;
  margin: 0 auto;
  border-top-width: 0;
}
.webType .joinStep1 {
  width: 400px;
  margin: 0 auto;
}
.webType .joinStep1 .text {
  font-size: 22px;
}
.webType .joinStep1 .goLogin2 {
  margin-top: 15px;
  font-size: 18px;
}
.webType .joinStep1 ~ .snsLogin {
  margin-top: 100px;
  border-top-width: 1px;
}
.webType .joinStep1 ~ .familyJoin .text .fs {
  margin-top: 0;
  font-size: 16px !important;
}
.webType .joinStep1 ~ .familyJoin .brand {
  padding-top: 0;
  border-top-width: 0;
}
.webType .joinStep2 {
  width: 850px;
  margin: 0 auto;
}
.webType .joinStep2 h2 {
  margin: 80px 0 50px;
  font-size: 36px;
  text-align: center;
}
.webType .joinStep2 .all {
  font-size: 20px;
}
.webType .joinStep2 .inner {
  margin-bottom: 20px;
}
.webType .joinStep2 .inner > li {
  margin-top: 20px;
  padding-right: 0;
  font-size: 20px;
}
.webType .joinStep2 .inner > li > label {
  padding-left: 0;
}
.webType .joinStep2 .inner > li > label input {
  position: static;
}
.webType .joinStep2 .inner > li .btnTypeB {
  display: block;
  width: 340px;
  margin-left: 32px !important;
}
.webType .joinStep2 .inner > li .icoDetail {
  position: relative;
  top: -5px;
  display: inline-block;
  width: auto;
  height: 40px;
  margin: 0 0 -10px 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 36px 0 12px;
  line-height: 38px;
  vertical-align: top;
  background: none;
}
.webType .joinStep2 .inner > li .icoDetail span {
  position: static;
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 1em;
}
.webType .joinStep2 .inner > li .icoDetail span:after {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 7px);
  width: 8px;
  height: 14px;
  background: url(/mobile/images/member/ico_arrow1.svg) no-repeat;
}
.webType .joinStep2 .inner > li .family {
  padding: 45px;
  margin: 20px 0 40px 32px;
  border-radius: 16px;
}
.webType .joinStep2 .inner > li .family li {
  width: 33.3%;
  margin-top: 0;
  font-size: 16px;
}
.webType .joinStep2 .inner > li .family li label {
  width: 120px;
}
.webType .joinStep2 .inner > li .family li em {
  margin-bottom: 7px;
}
.webType .joinStep2 .inner > li .family li em img {
  transform: scale(1.2);
}
.webType .joinStep2 .inner > li .family li:nth-child(2) ~ li {
  margin-top: 0;
}
.webType .joinStep2 .inner > li .family li:nth-child(3) ~ li {
  margin-top: 30px;
}
.webType .joinStep2 .inner > li .family li.sangha em {
  height: 40px;
  padding-top: 6px;
}
.webType .joinStep2 .inner > li .family li.goongbe em {
  height: 40px;
  padding-top: 0;
}
.webType .joinStep2 .inner > li .family li.paulbassett em {
  height: 60px;
  padding-top: 0;
}
.webType .joinStep2 .inner > li .family li.crystal em {
  height: 60px;
  padding-top: 10px;
}
.webType .joinStep2 .inner > li .family li.ilforno em {
  height: 60px;
  padding-top: 20px;
}
.webType .joinStep2 .inner > li ul:not(.family) li {
  margin-top: 20px;
}
.webType .joinStep2 .caution {
  margin-left: 64px;
  padding: 24px 28px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.webType .joinStep3 {
  width: 620px;
  margin: 0 auto;
}
.webType .joinStep3 h2 {
  margin: 80px 0 50px;
  font-size: 36px;
  text-align: center;
}
.webType .fieldArea dt {
  font-size: 18px;
}
.webType .fieldArea dd.typeB {
  padding-right: 150px;
}
.webType .fieldArea dd.typeB .btnTypeA {
  width: 140px;
  height: 60px !important;
  line-height: 60px !important;
}
.webType .fieldArea dd.email input {
  width: calc((100% - 40px) * 0.4);
}
.webType .fieldArea dd.email input:first-child {
  width: calc((100% - 40px) * 0.3);
}
.webType .fieldArea dd.email .bar {
  width: 30px;
  line-height: 60px;
}
.webType .fieldArea dd.email select {
  margin: 0 0 0 10px;
  width: calc((100% - 40px) * 0.3);
}
.webType .fieldArea dd.phone .bar {
  line-height: 60px;
}
.webType .fieldArea + .btnArea {
  margin-top: 110px;
}
.webType .joinComplete {
  width: 1100px;
  margin: 0 auto;
}
.webType .joinComplete h2 {
  margin: 80px 0 40px;
  font-size: 24px;
  font-weight: 400;
}
.webType .joinComplete .text {
  font-size: 18px;
  font-weight: 400;
}
.webType .joinComplete .text p {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}
.webType .joinComplete .btnArea {
  width: 360px;
  margin: 80px auto 0;
}
.webType .joinComplete .recommender {
  padding-top: 50px;
  margin-top: 80px;
}
.webType .joinComplete .recommender h3 {
  font-size: 24px;
}
.webType .joinComplete .recommender form {
  width: 360px;
  margin: 0 auto;
}
.webType .joinComplete .recommender form input {
  height: 52px !important;
}
.webType .fieldArea2 .field {
  padding-right: 140px;
  margin-top: 10px;
}
.webType .fieldArea2 .field select {
  width: 130px;
}
.webType .fieldArea2 .field .gender a {
  width: 60px;
  height: 60px;
  line-height: 58px;
}
.webType .fieldArea2 .field .gender a + a {
  margin-left: 5px;
}
.webType .fieldArea2 .field.typeB {
  padding-left: 140px;
}
.webType .fieldArea2 .field .btnTypeA {
  width: 130px;
  height: 60px !important;
  line-height: 60px !important;
}
.webType .fieldArea2 .field .warn {
  margin: 10px 0 20px 10px;
  font-size: 18px;
}
.webType .findArea {
  position: relative;
  width: 600px;
  margin: 0 auto;
}
.webType .findArea:before {
  content: "";
  position: absolute;
  left: calc(50% - 200px);
  top: -30px;
  width: 400px;
  height: 1px;
  background: #eee;
}
.webType .findArea h2 {
  position: relative;
  padding-top: 0;
  font-size: 22px;
  background: none;
}
.webType .findArea h2:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 25px;
  margin: -4px 6px 0 0;
  vertical-align: middle;
  background: url(/mobile/images/member/ico_caution.svg) no-repeat 50% 0;
}
.webType .findArea h2.fail:before {
  background-image: url(/mobile/images/member/ico_caution3.svg);
}
.webType .findArea h2.noBg:before {
  display: none;
}
.webType .findArea .text {
  margin-bottom: 70px;
  font-size: 18px;
}
.webType .findArea h2 + .text {
  margin-top: 7px;
  padding-top: 0;
  border-top: 0;
}
.webType .findArea .all {
  height: 60px;
  line-height: 58px;
}
.webType .findArea .all .ico {
  top: calc(50% - 7px);
  width: 24px;
  height: 14px;
}
.webType .findArea .all .ico:before {
  background-image: url(/mobile/images/member/ico_arrow5.svg);
}
.webType .findArea ul {
  margin: 8px 21px 15px;
}
.webType .findArea ul li {
  padding: 8px 0;
  font-size: 18px;
}
.webType .findArea ul li .ico {
  width: 24px;
  height: 14px;
}
.webType .findArea ul li .ico:before {
  background-image: url(/mobile/images/member/ico_arrow6.svg);
}
.webType .findArea ul li .detail {
  font-size: 16px;
}
.webType .findArea .phoneInfo {
  margin-top: 10px;
}
.webType .findArea .phoneInfo a {
  padding-right: 26px;
  font-size: 18px;
  background-size: 22px;
  background-position-y: 4px;
}
.webType .findArea .btnArea {
  margin-top: 70px;
}
.webType .findArea .btnArea a + a {
  margin-top: 10px;
}
.webType .findResult {
  width: 400px;
}
.webType .findResult .text {
  margin: 0 -100px 30px;
}
.webType .findResult .fieldArea2 ~ .btnArea {
  margin-top: 0;
}

/*# sourceMappingURL=member.css.map */
