@charset "UTF-8";
/* CSS Document */


/*
form parts
*/
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="text"],
input[type="submit"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font: inherit;
  outline: none;
  box-sizing: border-box;
}

input[type="email"],
input[type="tel"],
input[type="password"],
input[type="text"],
textarea {
  width: 100%;
}

textarea {
  min-height: 100px;
}

select {
  font-size: 16px;
  padding: 5px;
}

.el_form_btns {
  text-align: center;
  margin-top: 35px;
}

input.el_form_input_xs {
  width: 3em;
  margin-right: 0.5em;
}

input.el_form_input_sm {
  width: 10em;
  margin-right: 0.5em;
}

.el_form_group {
  position: relative;
}

/*
footer
*/

#ly_footer {
  padding-top: 100px;
}

#ly_footer .logo {
  width: 36px;
  margin: 0 auto;
}

#ly_footer .un_Copyright {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
}

/*
margin
*/

.el_mt {
  margin-top: 40px;
}

/*
btn/link
*/
.el_btn {
  width: 120px;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 0;
  box-sizing: border-box;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 10px;
}

.el_btn_blue {
  background: #007CBE;
  color: #fff;
}

.el_btn_red {
  background: #F56868;
  color: #fff;
}

.el_btn_green {
  background: #70ADAD;
  color: #fff;
}

.el_btn_white {
  border: solid 2px #70ADAD !important;
  color: #70ADAD;
  background: #fff;
}

.el_txt_link {
  color: #187CBE;
  text-decoration: underline;
}

/*
txt
*/

.el_txt_red {
  color: #F56868;
}

.el_txt_green {
  color: #70ADAD;
}

.el_txt_caution {
  color: #F56868;
  font-weight: 700;
  margin-bottom: 20px;
}

.el_txt_sub {
  color: #5D5D5D;
  margin-bottom: 20px;
}

.el_msg_large {
  font-size: 24px;
  color: #70ADAD;
  font-weight: 700;
  text-align: center;
}


/*
box
*/
.el_box {
  background: #EFEFEF;
  margin-bottom: 30px;
}

.el_box .inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.el_box .inner table{
  width: 100%;
}

.el_form_group li {
  margin-bottom: 20px;
}

/*
privacy
*/
.uni_privacy {
  border: solid 1px #707070;
  padding: 10px;
}

.uni_privacy .inner {
  height: 500px;
  overflow: scroll;
  padding-right: 10px;
  box-sizing: border-box;
}

.privacy a,
.uni_privacy .inner a {
  color: #0089fe;
  text-decoration: underline;
}

.uni_privacy_form {
  text-align: center;
  padding: 30px 0;
}

.uni_privacy_form .el_form_group {
  font-size: 18px;
}

.uni_privacy_form el_form_group .input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font: inherit;
  outline: none;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

/*
for Login
*/

.sec_userLogin {
  line-height: 1.5;
  padding-top: 200px;
  margin: 0 auto;
}

.sec_userLogin .logo {
  width: 207px;
  margin: 0 auto 40px;
}

.sec_userLogin .el_form_group {
  text-align: center;
  margin-bottom: 15px;
}

.sec_userLogin .el_form_group label {
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}

.sec_userLogin .el_form_group input[type="email"],
.sec_userLogin .el_form_group input[type="password"],
.sec_userLogin .el_form_group input[type="text"] {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c6c6c6;
  padding: 5px;
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
  text-align: center;
}

.sec_userLogin .el_form_group .el_form_sub {
  color: #333333;
  font-weight: 400;
  margin: 5px auto;
}


/*
for Login After
*/

.start_btn {
  position: fixed;
  text-align: center;
  width: 120px;
  top: 10px;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
}

.sec_user {
  width: 90%;
  margin: 0 auto;
  padding-top: 120px;
}

.sec_user p {
  line-height: 1.75;
  margin-bottom: 20px;
}

.sec_user h2,
.sec_user h3,
.sec_user h4 {
  color: #70ADAD;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.sec_user h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.sec_user h3 {
  border-left: solid 13px #70ADAD;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  margin-bottom: 20px;
}

.sec_user h4 {
  border-bottom: dotted 1px #70ADAD;
  padding: 5px 0;
  margin-bottom: 20px;
}

.sec_user h3 .el_txt_link {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  display: inline-block;
}

.sec_user .el_form_group input[type="tel"],
.sec_user .el_form_group input[type="email"],
.sec_user .el_form_group input[type="password"],
.sec_user .el_form_group input[type="text"],
.sec_user .el_form_group textarea {
  border: solid 1px #707070;
  padding: 5px;
}

.sec_user .el_form_group {
  margin-bottom: 30px;
}

.sec_user table th,
.sec_user table td {
  padding: 4px;
}

.sec_user table th {
  text-align: right;
}

@media screen and (max-width: 480px) {

  .sec_user table th,
  .sec_user table td {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1.75;
  }
  .sec_user table th {
    border-bottom: dotted 1px #000;
  }
  .sec_user table td {
    padding-bottom: 20px;
  }
}

.sec_user .el_form_group .el_label {
  color: #70ADAD;
  border-bottom: dotted 1px #70ADAD;
  margin-bottom: 10px;
}

.sec_user .el_form_group input[type="text"] + input[type="text"] {
  margin-top: 10px;
}

.step_nav {
  margin-bottom: 30px;
  background: #EFEFEF;
  border: solid 1px #70ADAD;
}

.step_nav li {
  width: 25%;
  text-align: center;
  font-weight: 700;
  display: block;
  float: left;
  padding: 10px 0;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  color: #70ADAD;
  border-right: solid 1px #70ADAD;
  text-align: center;
  font-size: 12px;
}

.step_nav li:last-child {
  border-right: none;
}

.step_nav li.active {
  background: #70ADAD;
  color: #fff;
}

.step_nav li.active:after {
  content: "";
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 10px solid #70ADAD;
  position: absolute;
  right: -10px;
  top: 0;
}

.step_nav li.active:last-child:after {
  display: none;
}

/*
error message
*/
.message{
  padding: 10px;
  box-sizing: border-box;
  background: #eee;
}
.message.error {
  background: #CB444A;
  color: #fff;
}
.message.success {
  background: #408458;
  color: #fff;
}
.message.warning {
  background: #F6C244;
}

/*
password icon
*/
.el_form_group .fa {
  position: absolute;
  left: 50%;
  transform: translate(70px,10px);
}

.faq_link {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #E85382;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 35px;
}

.faq_link a {
  display: block;
  padding: 10px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .faq_link {
    top: 85%;
  }
}

#ly_footer .p_link {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

#ly_footer .p_link a {
  color: #0066cb;
  text-decoration: underline;
}

