@CHARSET "UTF-8";

/*********************************
新規登録ページ
*********************************/

.regist-inner {
  background: #f0f2f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  overflow: hidden;
}
.regist-inner .panel {
  margin: 0;
  padding: 34px 56px;
  width: 50%;
  float: left;
  border-radius: unset;
  background: none;
  box-sizing: border-box;
}
.regist-inner .panel:first-of-type {
  border-right: 1px solid #cccccc;
}

.additional {
  margin: 0;
  padding: 0;
  list-style: none;
}
.additional li {
  margin: 0 0 0.8em;
  font-weight: bold;
  line-height: 1.5em;
}
.additional li:before {
  margin: 0 1em 0 0;
  height: 19px;
  line-height: 24px;
  vertical-align: middle;
  content: url("/img/pc/arrows/login_arrow_r.png");
  display: inline-block;
}

.regist-input input {
  margin: 0;
  width: 100%;
  font-family: Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.regist-input input[type="text"] {
  padding: 4px;
  font-size: 1.4rem;
}

.buttons {
  margin: 15px 0;
  text-align: center;
}
.buttons input {
  /* margin: 0;
  padding: 0;
  width: 365px;
  height: 50px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border: none;
  background: url('/img/pc/button/btn_f_login.png'); */
}
#btn_regist {
  margin: 20px auto;
  width: 365px;
  height: 50px;
  display: block;
}
.buttons input:hover,
#btn_regist:hover {
  opacity: 0.7;
}

.panel h4 {
  margin: 0 0px 10px 0px;
}
#frm_do_login {
  margin: 0 0 2em 0;
}

.external ul {
  margin-bottom: 2em;
  padding: 0;
  list-style: none;
}
.external li {
  margin-bottom: 5px;
  padding: 0;
  background: #ffffff;
}
.external a {
  padding: 5px;
  height: 46px;
  line-height: 46px;
  text-align: left;
  position: relative;
  display: block;
}
.external a:link,
.external a:visited,
.external a:link,
.external a:visited {
  color: #555555;
}
.external a:link:hover,
.external a:visited:hover,
.external a:link:hover,
.external a:visited:hover {
  color: #ffffff;
}

#regist_facebook:before {
  margin-right: 15px;
  height: 46px;
  width: 46px;
  font-family: FontAwesome;
  content: "\f09a";
  font-size: 2.2rem !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background: #3d5a98;
}

#regist_google:before {
  margin-right: 15px;
  height: 46px;
  width: 46px;
  font-family: FontAwesome;
  content: "\f0d5";
  font-size: 2.2rem !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background: #dd4b39;
}

#regist_facebook:after,
#regist_google:after {
  padding: 21px 0;
  line-height: initial;
  content: url("/img/pc/arrows/login_arrow_r.png");
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 0;
}

#regist_facebook:hover {
  text-decoration: none;
  background: #3d5a98;
}

#regist_google:hover {
  text-decoration: none;
  background: #dd4b39;
}

#regist_facebook:hover:after,
#regist_google:hover:after {
  padding: 21px 0;
  content: url("/img/pc/arrows/login_whitearrow_r.png");
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 0;
}
.regist-inner .additional a:link,
.regist-inner .additional a:visited {
  color: #2088ff;
}

.information {
  margin: 0;
  padding: 15px;
  clear: both;
  border-radius: 3px;
  border: 2px solid #dddddd;
  background: #ffffff;
  display: block;
  box-sizing: border-box;
}
.information h5 {
  margin: 0;
  height: 30px;
  line-height: 31px;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  background: #404040;
}
.information p {
  margin: 0;
  padding: 10px;
  line-height: 3rem;
}

.caution_list {
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.step {
  margin-bottom: 10px;
}

.ad_a, .ad_type_b {
  margin-bottom: 10px;
}

.registsteps {
  display: table;
  margin: 0 auto;
}

.registstep {
  border: 2px solid #909291;
  color: #909291;
  width: 200px;
  display: table-cell;
  vertical-align: middle;
}

.registstep p {
  margin: 0 0 1rem 0;
  padding: 0;
}

.registstep.current {
  color: #ffffff;
  background: #318fd8;
  font-weight: bold;
}

.registstep.arrow {
  width: 80px;
  border: none;
}

input.common-btn {
  width: 100%;
}
