@charset "UTF-8";



/* --------------- *\
 * login
\* --------------- */
#login {
  padding: 40px 0 80px 0;
  font-size: 14px;
}
#login .wrapper {
  width: 600px;
  padding: 0;
}
#login .wrapper.main {
  background-color: #000;
  border-radius: 12px;
}
#login h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
#login h3.sns_title {
  padding: 30px 10px 0 10px;
}
#login h3.sns_title.buy {
  padding: 0 10px;
}
#login .border {
  border-bottom: 1px solid #838383;
}
#login section:first-child {}
#login input[type="submit"] {
  width: 100%;
  padding: 10px 25px;
  margin: 30px auto 10px auto;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid #FEDF32;
  color: #FEDF32;
  border-radius: 4px;
}
#login .p_login_button {
  text-align: center;
}
#login .p_login_button a {
  color: #3E7FFF;
}
#login .inner,
#user_tmp-add .inner,
#user_add .inner {
  padding: 0px 100px;
  text-align: center;
}
#user_add #login_title,
#user_tmp-add #login_title,
#login #login_title {
  padding-top: 46px;
}
#user_add #login_title_buy,
#user_tmp-add #login_title_buy,
#login #login_title_buy {
  padding-top: 0px;
}

#login .regist p {
  margin-top: -5px;
}
#login .regist a {
  width: 360px;
  padding: 10px;
  margin-top: 15px;
  font-weight: bold;
}
#login #btn_account_create {
  width: 100%;
  margin: 0 auto;
}
#login #btn_account_create a#btn_create {
  padding: 10px 0;
  width: 100%;
  font-weight: bold;
  /*background-color: #FEDF32;*/
  border: 1px solid #FEDF32;
  border-radius: 4px;
  padding: 10px 0;
  color: #FEDF32;
}

#login #p_username,
#login #p_password,
#user_tmp-add #p_username{}

#login #p_username input,
#user_tmp-add #p_username input{
  background-image: url('https://assets.deep-exp.com/assets/img/front_x/common/adress_ico.webp');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center left 6px;
  padding-left: 36px;
}

#login #p_password input{
  background-image: url('https://assets.deep-exp.com/assets/img/front_x/common/pass_ico.webp');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center left 6px;
  padding-left: 36px;
}




/** tab_menus **/
.tab_menus {
  width: 600px;
  margin: 0 auto;
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
}
.tab_menu_body {
  background-color: #000;
  border-radius: 0 0 4px 4px;
}
.tab_menus .menu {
  display: table-cell;
  vertical-align: middle;
  width: 296px;
  height: 52px;
  font-weight: bold;
  text-align: center;
  /*padding: 15px 0;*/
  background-color: #333;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.tab_menus .menu:hover {
  cursor: pointer;
}
.tab_menus .selected {
  color: #191919;
  background-color: #fff;
}


/* #other_login */
.sns_login {
  display: block;
  height: 56px;
  line-height: 56px;
  padding-left: 146px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-align: left;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center left 100px;
}
#sns_login_facebook {
  background-image: url(https://assets.deep-exp.com/assets//img/front/common/snsbtn_f.webp);
  border: 1px solid #1977f2;
  background-color: #fff;
}
#sns_login_google {
  background-image: url(https://assets.deep-exp.com/assets/img/front/common/snsbtn_g.webp);
  border: 1px solid #e72515;
  background-color: #fff;
}


.login_input {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #333;
}
.login_input .required {
  /*
  position: absolute;
  left: 0;
  top: 10px;
  */
}
.login_input input {
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width : calc(100% - 40px);
  height: 40px;
  padding: 10px 0 10px 10px !important;
}
.login_input select {
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 40px;
  padding: 10px 0 10px 10px !important;
}
.login_input_col select{
  height: 40px;
}
.login_input .tippy_img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}
.birthday {
  display: flex;
  justify-content: space-between;
}
.birthday select {
  width: 32%;
}
.agree a {
  color: #fff;
}

p.selector {
  position: relative;
  border-top: 1px solid #838383;
  text-align: center;
  height: 20px;
  width: 100%;
  margin-bottom: 10px;
}
p.selector span{
  background-color: #000;
  padding: 0 10px;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}





#flow_inner {
  width: 456px;
  margin: 0 auto 30px auto;
  padding-top: 46px;
  text-align: center;
}
#flow_discription {
  display: flex;
  justify-content: space-around;
}
#flow_discription p{
  width: 33.3%;
  color: #ccc;
  text-align: center;
}
#flow_discription p.active{
  color: #fff;
  font-weight: bold;
}

@media (max-width: 767px) {
  #flow_inner {
    width: 375px;
    margin: 0 auto 20px auto;
    padding-top: 20px;
  }
  #flow_discription p{
    font-size: 12px;
  }
}






@media (max-width: 767px) {
  #login {
    margin-top: 0;
    padding: 0;
  }
  #login .wrapper {}
  #login h3 {
    font-size: 24px;
  }
  #login section:first-child p {}
  #login input[type="submit"] {}
  #login .regist {
    padding: 20px 30px 30px;
  }
  #login .regist p {}
  #login .regist a {
    width: 100%;
  }
  #login .inner,
  #user_tmp-add .inner,
  #user_add .inner {
    padding: 0px 12px;
  }
  #user_add #login_title,
  #user_tmp-add #login_title,
  #login #login_title {
    padding-top: 20px;
  }
  #user_add #login_title_buy,
  #user_tmp-add #login_title_buy,
  #login #login_title_buy {
    padding-top: 0px;
  }
  .sns_login {
    padding-left: 126px;
    background-position: center left 80px;
  }
  #login #btn_account_create {
    width: 100%;
  }
  #login #btn_account_create #icon_easy {
    left: auto;
    right: 20px;
  }
  #login input[type="submit"] {
    width: 100%;
  }

  .tab_menus .menu {
    border-radius: 0;
    line-height: 1.1em;
  }

  .goto_tab {
    background-color: #fef9d1;
    padding: 14px 0 14px 48px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    background-image: url(https://assets.deep-exp.com/assets/img/front/common/tab_ico.webp);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center left 10px;
    color: #191919;
  }
  .goto_tab:hover {
    cursor: pointer;
  }
  .goto_tab span{}
  .goto_tab::after {
    content: "";
    background-image: url(https://assets.deep-exp.com/assets/img/front/common/tab_arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 12px;
    display: block;
    width: 10px;
    height: 17px;
  }
}



@media (max-width: 600px) {
  #login .wrapper {
    width: 100%;
  }
  .tab_menus {
    width: 100%;
  }
}




/* --------------- *\
 * forget
\* --------------- */
#forget {
  padding: 40px 0 80px 0;
  font-size: 14px;
}
#forget .wrapper {
  width: 600px;
  padding: 0;
}
#forget .wrapper.main {
  background-color: #000;
  border-radius: 12px;
}
#forget section {
  padding: 50px;
}
#forget h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
#forget .submit {
  margin-top: 30px;
}
#forget .submit button {
  width: 300px;
  padding: 10px 0;
  font-weight: bold;
  color: #FEDF32;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #FEDF32;
}
@media (max-width: 767px) {
  #forget {
    margin-top: 0;
  }
  #forget .wrapper {
    width: 90%;
  }
  #forget section {
    padding: 20px;
  }
  #forget h3 {
    font-size: 24px;
  }
  #forget .submit button {
    width: 100%;
  }
}







/* --------------- *\
 * user_tmp-add
\* --------------- */
#user_tmp-add {
  padding: 40px 0 80px 0;
  font-size: 14px;
}
#user_tmp-add .wrapper {
  width: 600px;
  padding: 0;
}
#user_tmp-add .wrapper.main {
  background-color: #000;
  border-radius: 12px;
}
#user_tmp-add section {
  /*padding: 50px;*/
}
#user_tmp-add h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
#user_tmp-add form {
  margin-top: 15px;
}
#p_agree {
  margin-top: 10px;
}
#p_agree a {
  color: #fff;
}
#user_tmp-add button {
  width: 300px;
  font-weight: bold;
  padding: 10px 25px;
  margin: 40px auto;
  color: #FEDF32;
  border-radius: 4px;
  border: 1px solid #FEDF32;
  background-color: transparent;
}
#user_tmp-add .note {
  color: #666;
}
#user_tmp-add .note .orange {
  color: #ea5402;
}


#note_security span{
  background-image: url(https://assets.deep-exp.com/assets/img/front/common/security_ico.webp);
  background-size: 14px 16.3px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
}

#user_tmp-add .caution {
  background-color: #eeeeee;
  color: #333;
  padding: 20px;
  text-align: left;
}
#user_tmp-add .caution h4 {
  background-image: url(https://assets.deep-exp.com/assets/img/front/common/caution_ico.webp);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}
#user_tmp-add .caution ul{
  list-style-type: disc;
  margin-left: 14px;
}

@media (max-width: 767px) {
  #user_tmp-add {
    margin-top: 0;
    padding: 0;
    /*padding: 50px 0 0;*/
  }
  #user_tmp-add .wrapper {
    width: 100%;
    /*padding: 0;*/
  }
  #user_tmp-add section {
    /*padding: 20px;*/
  }
  #user_tmp-add h3 {
    font-size: 24px;
  }
  #user_tmp-add form {
    /*margin-top: 15px;*/
  }
  #p_agree {
    /*margin-top: 10px;*/
  }
  #user_tmp-add button {
    width: 100%;
    /*width: 200px;*/
    /*padding: 10px 25px;*/
    /*margin: 40px auto;*/
  }
}








/* --------------- *\
 * user_add
\* --------------- */
#user_add {
  padding: 40px 0 80px 0;
  font-size: 14px;
}
#user_add .wrapper {
  width: 600px;
  padding: 0;
}
#user_add .wrapper.main {
  background-color: #000;
  border-radius: 12px;
}
#user_add section {
  /*padding: 50px;*/
}
#user_add h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
#user_add form {
  margin-top: 15px;
}
#user_add form > div {
  /*margin-bottom: 10px;*/
}
#user_add input[type="text"],
#user_add input[type="password"] {
  height: 40px;
  line-height: 20px;
  padding: 10px;
}
#user_add select {
  height: 40px;
  line-height: 20px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.checkbox input[type="checkbox"] {
  display: none;
}
div.checkbox input[type="checkbox"] + label {
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: left top 2px;
  display: inline-block;
  padding: 0 0 4px 22px;
  line-height: 22px;
  cursor: pointer;
}
div.checkbox input[type="checkbox"] + label {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/checkbox_off.webp');
}
div.checkbox input[type="checkbox"]:checked + label {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/checkbox_on.webp');
}
div.checkbox input[type="checkbox"] {
  vertical-align: middle;
}

#user_add .note {
  font-size: 12px;
  color: #666;
}
#user_add input[type="submit"] {
  width: 300px;
  font-weight: bold;
  padding: 10px 0;
  margin: 40px auto;
  color: #FEDF32;
  background-color: transparent;
  border: 1px solid #FEDF32;
  border-radius: 4px;
}
#user_add a.button {
  display: block;
  width: 300px;
  padding: 10px 0;
  background-color: transparent;
  border: 1px solid #FEDF32;
  border-radius: 4px;
  color: #FEDF32;
  font-weight: bold;
}
#user_add .to_top {
  text-align: center;
}
#user_add .to_top a {
  color: #fff;
}
@media (max-width: 767px) {
  #user_add {
    margin-top: 0;
    padding: 0;
    /*padding: 100px 0 0;*/
  }
  #user_add .wrapper {
    width: 100%;
    /*padding: 0;*/
  }
  #user_add section {
    /*padding: 20px;*/
  }
  #user_add .flex > *:not(:first-child) {
    margin-top: 10px;
  }
  #user_add h3 {
    font-size: 24px;
  }
  #user_add form {
    /*margin-top: 15px;*/
  }
  #user_add input[type="text"] {
    /*width: 100%;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    /*border: 1px solid #ccc;*/
    /*padding: 0 10px;*/
  }
  #p_agree {
    /*margin-top: 10px;*/
  }
  #user_add button {
    /*width: 200px;*/
    /*padding: 10px 25px;*/
    /*margin: 40px auto;*/
  }
  #user_add input[type="submit"] {
    width: 100%;
  }
  #user_add a.button {
    width: 90%;
  }
}








/* --------------- *\
 * user_add-confirm
\* --------------- */
#user_add-confirm {
  padding: 40px 0 80px 0;
  font-size: 14px;
}
#user_add-confirm .wrapper {
  width: 600px;
  padding: 0;
}
#user_add-confirm section {
  padding: 50px;
}
#user_add-confirm h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
#user_add-confirm table {
  border-top: 1px solid #ccc;
  border-bottom: none;
  margin-top: 20px;
}
#user_add-confirm th,
#user_add-confirm td {
  background-color: transparent;
  border: none;
  padding: 5px 0
}
#user_add-confirm tr:first-child th,
#user_add-confirm tr:first-child td {
  padding-top: 15px;
}
#user_add-confirm .submit_area {
  display: flex;
  padding: 30px 0 0;
}
#user_add-confirm .submit_area > * {
  width: 40%;
  padding: 10px;
  font-weight: bold;
}
#user_add-confirm .submit_area > .back {
  background-color: #ddd;
}
@media (max-width: 767px) {
  #user_add-confirm {
    margin-top: 0;
    padding: 100px 0 0;
  }
  #user_add-confirm .wrapper {
    width: 90%;
    /*padding: 0;*/
  }
  #user_add-confirm section {
    padding: 20px;
  }
  #user_add-confirm h3 {
    font-size: 24px;
  }
}

