@charset "utf-8";

/*-------------------------------------------------------------------
    * vcampaign.css
    * site name : チャンスイット　スマホ
    * description : 会員登録ページ指定
    * import : web/sp/member/*.jsp
-------------------------------------------------------------------*/

#register_main input,
#register_main button,
#register_main textarea,
#register_main select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#register_main img{
    width:100%;
    display:block;
}
/* タイトルの見出し*/
#register_main h1 {
    border-bottom: 1px solid #bebebe;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding: 6px 0 6px 32px;
    background: url(../../img/icon/title/ico_setting.png) no-repeat 0 0;
    background-size: 32px auto;
}

/* オレンジラインの見出し*/
#register_main dt{
    background: transparent;
    border-left: solid 5px #ffa747;
    padding: 0 10px;
    color: #555555;
    font-size: 1.2rem;
    font-weight:bold;
    margin:30px 0 10px;
}

/* テキスト装飾 */
#register_main .area{
    padding:14px 10px;
    text-align:left;
}
#register_main .note{
    color:#B9B9B9;
    font-size:1.0rem;
    font-weight:normal;
}
#register_main .required:before{
    content:'必須';
    color:#fff;
    background:#fd5259;
    font-size:1.0rem;
    padding:2px 6px;
    border-radius:5px;
    margin:0 6px 0 0;
}
#register_main .red_note{
    color:#fd5259;
    font-size:1.0rem;
    font-weight:normal;
}
#register_main .center{
    text-align:center;
    font-weight:bold;
}
#register_main .red{
    margin:5px 0 0;
    color:#fd5259;
    font-weight:bold;
}
#register_main .temp{
    margin:14px 0;
}
#register_main .temp img{
    display:block;
    width:90%;
    text-align:center;
    margin:30px auto;
}

/* input系 */
#register_main input,
#register_main select{
    width:100%;
    padding:16px;
    font-size: 1.2rem;
    box-sizing:border-box;
    border-radius:4px;
    border: 1px solid #bebebe;
    color: #555555;
}
#register_main input[type="submit"]{
    background:#49BB91;
    color:#fff;
    margin:40px 0 20px;
    -webkit-box-shadow: 0px 1px 5px #cec4b9;
    -moz-box-shadow: 0px 1px 5px #cec4b9;
    box-shadow: 0px 1px 5px #cec4b9;
}
#register_main .txt_area{
    text-align:center;
    margin:30px 0 0;
}
#register_main .txt_area span{
    font-weight:bold;
}
#register_main a{
    text-align:center;
}
/*　灰色ボタン */
#register_main .gray a{
    display:block;
    padding:14px;
    text-decoration:none;
    background:#A2A2A2;
    color:#fff;
    margin:40px 0 0;
    font-size: 1.2rem;
    border-radius:4px;
    -webkit-box-shadow: 0px 1px 5px #cec4b9;
    -moz-box-shadow: 0px 1px 5px #cec4b9;
    box-shadow: 0px 1px 5px #cec4b9;
}

/* ラジオボタンのフォーム */
#register_main .radio ul{
    overflow:hidden;
}
#register_main .radio li{
    width:50%;
    float:left;
}
#register_main .radio input[type="radio"]{
    display:none;
}
#register_main .radio input[type="radio"] + label{
    display: block;
    background: url(../../img/member/radio_off.png) no-repeat 2% center;
    background-size: 35px;
    padding: 15px 20px 15px 40px;
    color: #555;
    text-decoration: none;
    border: 1px solid #bebebe;
}
#register_main .radio li:first-child input[type="radio"] + label{
    border-radius:8px 0 0 8px;
}
#register_main .radio li:last-child input[type="radio"] + label{
    border-radius:0 8px 8px 0;
}
#register_main .radio input[type="radio"]:checked + label{
    background:  url(../../img/member/radio_on.png) no-repeat 2% center #fff4e7;
    background-size: 35px;
}
#register_main .birthday{
    width:100%;
}
#register_main select{
    background:#fff;
    padding:14px 4px;
    background-image: url(../../img/member/ico_arrow.png);
    background-size: 18px 10px;
    background-repeat: no-repeat;
    background-position: right center;
}
#register_main select.year{
    width:49%;
    margin:0 0 0 0;
}
#register_main select.month,
#register_main select.day{
    width:14%;
    margin:0 0 0 0;
}

/* メールアドレスのアドレス補助 */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
    text-align:left;
    font-size:1.4rem;
    line-height:3.0rem;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
    padding:0 10px;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}

/*　ステップ */
#register_main .step{
    width:100%;
    box-sizing:border-box;
    background:#FDF2E6;
    padding:14px 10px;
    display:table;
}
#register_main .step li{
    display:table-cell;
    border-radius:4px;
    padding:4px;
    font-size:1.0rem;
}
#register_main .step li span{
    display:inline-block;
    background:#555;
    color:#fff;
    margin:0 4px 0 0;
    border-radius:50px;
    width:20px;
}
#register_main .step li:nth-child(odd){
    background:#fff;
}
#register_main .step li.active{
    background:#fd5259;
    color:#fff;
}
#register_main .step li.active span{
    background:#fff;
    color:#fd5259;
}

/* TOPへボタン */
#register_main .to_top{
    background:#fff4e7;
    padding:20px;
    margin:0 0 40px;
}
#register_main .to_top a{
    background: #fff;
    color: #777;
    text-decoration:none;
    text-align:center;
    width:100%;
    margin:0 auto;
    padding:14px 0;
    display: block;
    font-size:1.0rem;
    font-weight:bold;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
    border-radius: 5px;
    position:relative;
}

/* 確認ページ */
#register_main .confirm dl {
    border-bottom: #aaa dotted 1px;
    padding: 0 0 14px;
}
#register_main .confirm dt{
    font-size:1.0rem;
    font-weight:normal;
    margin:14px 0 10px;
}
#register_main .confirm dd{
    font-size: 1.2rem;
    font-weight: bold;
    margin:0 0 0 14px;
}
/* 確認ページ セキュリティ認証 */
#register_main .confirm .authentication {
    padding: 20px 0 0;
    text-align: center;
}
#register_main .confirm .authentication > p {
    font-weight: bold;
}
#register_main .confirm .authentication .g-recaptcha {
    width: 304px;
    margin: 10px auto;
}
#register_main .confirm .authentication .g-caution {
    padding: 10px;
    margin-top: 10px;
    text-align: left;
    border: 1px solid #f00;
    color: #f00;
    font-size: 12px;
}

/* サンクスページ */
#register_main .thanks h2{
    color:#f55;
    font-size:1.2rem;
    margin:30px 0;
    font-weight:bold;
}
#register_main .thanks .pre_camp img{
    width:90%;
    margin:20px auto
}
#register_main .thanks h3{
    padding: 8px 0;
    background: #FFAB47;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border: none;
}
#register_main .thanks .pre_camp {
    /* padding-top: 20px; */
}
#register_main .thanks a {
    display: block;
    margin: 0 0 20px;
    text-decoration: none;
}
#register_main .register_use{
    background:#EEE;
    padding:20px 14px 5px;
    margin:0 0 30px;
}
#register_main .register_use ul{
    overflow:hidden;
}
#register_main .register_use ul li{
    width:48%;
    float:left;
    margin:0 0 15px;
}
#register_main .register_use ul li:nth-child(odd){
    margin:0 4% 0 0;
}
#register_main .register_use ul li a{
    background:#fff;
    color:#555;
    padding:12px 0 12px 4px;
    box-shadow: 0px 1px 3px #cec4b9;
    border-radius:5px;
    text-align:left;
    display:block;
    height:50%;
}
#register_main .register_use ul li a h4{
    font-size:1.2rem;
    font-weight:bold;
    padding:0 0 0 30px;
}
#register_main .register_use ul li a p{
    padding:0 0 0 30px;
    font-size:0.8rem;
}
#register_main .register_use ul li:nth-child(1) h4{
    background: url(../../img/icon/title/ico_limit.png) no-repeat left -4px;
    background-size: 32px auto;
}
#register_main .register_use ul li:nth-child(2) h4{
    background: url(../../img/icon/title/ico_point_news.png) no-repeat left -4px;
    background-size: 32px auto;
}
#register_main .register_use ul li:nth-child(3) h4{
    background: url(../../img/icon/title/ico_free.png) no-repeat left -5px;
    background-size: 32px auto;
}
#register_main .register_use ul li:nth-child(4) h4{
    background: url(../../img/icon/title/ico_inquiries.png) no-repeat left 0;
    background-size: 25px auto;
}
#register_main .register_use ul li:nth-child(5) h4{
    background: url(../../img/icon/title/ico_shop.png) no-repeat left -4px;
    background-size: 32px auto;
}
#register_main .register_use ul li:nth-child(6) h4{
    background: url(../../img/icon/title/ico_present.png) no-repeat left -4px;
    background-size: 32px auto;
}

/* ログインページ */
#register_main .login h2{
    background:#6c6c6c;
    color:#fff;
    border:none;
    text-align:left;
    font-weight:bold;
    font-size:1.2rem;
    padding:10px 0 10px 10px;
    margin:0;
}
#register_main .login dl{
    margin:0 0 20px;
}
#register_main .login dt{
    margin:0 0 16px;
}
#register_main .login .lost_pw{
     background:#fff4e7;
     padding:20px;
     margin:0 0 30px;
     overflow:hidden;
}
#register_main .login .lost_pw li{
    float:left;
    width:48%;
    margin:0 4% 0 0;
}
#register_main .login .lost_pw li:last-child{
    margin:0;
}
#register_main .login .lost_pw li a{
    background: #fff;
    color: #777;
    text-decoration:none;
    text-align:center;
    width:100%;
    margin:0 auto;
    padding:14px 0;
    display: block;
    font-size:1.0rem;
    font-weight:bold;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
    border-radius: 5px;
    position:relative;
}
#register_main .login .until{
    padding:30px 20px;
}
#register_main .login .until img{
    width:100%;
    margin:0 0 20px;
}
#register_main .login .security{
    text-align:center;
    margin:20px 0 0;
}
#register_main .login div.g-recaptcha {
    width: 304px;
    margin: 10px auto;
}
#register_main input[type="submit"]{
    margin:20px 0 30px;
}

/* セキュリティ認証 */
#register_main #avatar_image{
    width:320px !important;
    margin:20px auto 30px;
}
@media screen and (min-width:300px){
    #register_main #avatar_image{
        width:250px !important;
    }
}
#register_main #avatar_image img,
#register_main .security img{
    width:auto;
}
#register_main #capy-logo{
    bottom:-20px !important;
}
#capy-captcha-caption{
    margin:20px 0;
    font-size:15px;
    font-weight:bold;
    color:#fff;
    position: relative;
    background:#f55;
    padding:10px 20px;
    border-radius:50px;
}
#capy-captcha-caption:after{
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f55;
  border-width: 10px;
  margin-left: -10px;
}

 /* ----------------------------エラー */
#register_main .error{
     margin:10px 0 0;
     border-radius:5px;
     padding:8px 40px;
     background:url(../../img/icon/icon_error.png) 14px 8px no-repeat #fd5259;
     background-size:20px 20px;
     color:#fff;
}
#register_main .error_box{
    color:#fd5259;
    font-weight:bold;
    text-align:center;
    margin:0 auto 30px;
    padding:20px 0;
    width:90%;
    border:2px solid #fd5259;
}

/* アドネットワーク */
.adnetwork{
    margin:0 20px;
}
.adnetwork img{
    width:100px;
    height:auto;
}