﻿@charset "UTF-8";
/* ==========================================================
 font
========================================================== */
/* ==========================================================
 color
========================================================== */
/* color theme
---------------------------------------------------------- */
/* clearfix
---------------------------------------------------------- */
/* header
---------------------------------------------------------- */
.header-login {
  border-bottom: 2px solid #d5d5d5;
}

.header-login-in {
  padding: 10px 15px;
  text-align: left;
}

/* area-alert
---------------------------------------------------------- */
.area-alert {
  padding: 11px 0;
  background-color: #fff5f5;
}

.area-alert-in {
  padding: 0 15px;
  font-size: 84%;
  line-height: 1.7;
  text-align: left;
}

.area-alert .alert {
  position: relative;
  padding-left: 32px;
  background: url("/sp/img/ccn_basic/common/login/ico_alert.png") no-repeat left center;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

/* area-login
---------------------------------------------------------- */
.area-login {
  padding: 20px 15px;
}

.area-login.bg-login-id {
  background: url("/sp/img/ccn_basic/common/login/bg_login_01.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}

.area-login.bg-login-pw {
  background: url("/sp/img/ccn_basic/common/login/bg_login_02.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}

.area-login .box-login {
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 2px 2px rgba(22, 22, 22, 0.06);
  box-shadow: 0 2px 2px rgba(22, 22, 22, 0.06);
  text-align: left;
}

.area-login .box-banner {
  margin: 15px 0;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 2px 2px rgba(22, 22, 22, 0.06);
  box-shadow: 0 2px 2px rgba(22, 22, 22, 0.06);
  text-align: center;
}

.area-login .box-login .form-input {
  width: 100%;
  padding: 6px 10px;
  background-color: #f8f8f8;
  border: 1px solid #c7c7c7;
  font-size: 109%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.area-login .box-login .btn {
  text-align: center;
}

.area-login .box-login .btn li {
  margin-top: 25px;
}

.area-login .box-login .btn li:first-child {
  margin-top: 0;
}

.area-login .box-login .btn .btn-cmn {
  width: 150px;
  height: 32px;
  background-color: #fff !important;
  -webkit-background-size: 5px auto !important;
  background-size: 5px auto !important;
  font-size: 84%;
  line-height: 30px;
}

.area-login .box-login .btn .btn-blue {
  border-color: #005baa;
  color: #005baa;
  background: url("/sp/img/ccn_basic/common/ico_arrow_right_07_cobalt.png") 92% 49% no-repeat;
  -webkit-background-size: 5px 8px;
  background-size: 5px 8px;
}

.area-login .box-login .links {
  margin: 0 30px;
}

.area-login .box-login .links ul {
  margin-bottom: -5px;
  line-height: 1.9;
}

.area-login .box-login .links li {
  text-align: center;
  word-break: break-word;
}

.area-login .box-login .links li a {
  display: inline-block;
  padding-left: 10px;
  background: url("/sp/img/ccn_basic/common/ico_arrow_right_04.png") no-repeat left center;
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a1a1a1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a1a1a1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #a1a1a1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #a1a1a1;
}

.box-login-id .content {
  margin: 0 0 22px;
}

.box-login-id .content .ttl {
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.box-login-id .content .form {
  padding: 0 20px;
}

.box-login-id .content .text {
  margin: 26px 15px 18px;
  line-height: 1.4;
  text-align: center;
}

.box-login-id .content .text dl {
  margin-top: 13px;
}

.box-login-pw {
  padding: 0 0 20px !important;
}

.box-login-pw .content {
  padding: 20px 21px 25px;
}

.box-login-pw .form {
  text-align: center;
}

.box-login-pw .form dl {
  text-align: left;
}

.box-login-pw .form dl dt {
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1;
}

.box-login-pw .form dl dd {
  margin-bottom: 30px;
  padding: 5px 0 0;
  line-height: 1.6;
}

.box-login-pw .form dl dd.text {
  font-size: 109%;
}

.box-login-pw .form dl dd:last-child {
  margin: 0;
  padding: 0;
}

.box-login-pw .content .text .txt {
margin: 0px 5px;
text-align: left;
font-size: 89%;
color: #a9a9a9;
}

.box-login-pw .content .text .txt a{
color: #005baa;
text-decoration: none;
}

.box-login-pw .form-checkbox {
  position: relative;
  display: inline-block;
  margin-top: 26px;
  line-height: 1.8;
  text-align: center;
}

.box-login-pw .form-checkbox label {
  padding-left: 28px;
  background: url("/sp/img/ccn_basic/common/login/ico_cmn_check_off_active.png") no-repeat left center;
  -webkit-background-size: 17px auto;
  background-size: 17px auto;
}

.box-login-pw .form-checkbox input {
  opacity: 0;
  position: absolute;
}

.box-login-pw .form-checkbox input:checked + label {
  background: url("/sp/img/ccn_basic/common/login/ico_cmn_check_on_active.png") no-repeat left center;
  -webkit-background-size: 17px auto;
  background-size: 17px auto;
}

.box-login-pw .img {
  margin-top: 10px;
  text-align: center;
}

.box-login-pw .btn {
  margin-top: 38px;
}

.box-login-pw .btn .btn-back {
  background: url("/sp/img/ccn_basic/common/ico_arrow_left_05.png") 8% 49% no-repeat;
}

.box-login-input {
  display: block;
  position: relative;
}

.formError {
  width: 100%;
  padding-top: 12px;
  left: 0 !important;
}

.formError + .input-txt-enquete-01,
.formError + .input-txt-enquete-02 {
  background-color: #fbe9e7;
}

.formError .formErrorArrowBottom {
  position: relative;
}

.formError .formErrorArrowBottom div {
  display: none;
}

.formError .formErrorContent {
  position: relative;
  min-width: inherit;
  padding: 0px 3px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #e91616;
  font-size: 109%;
}

.formError .formErrorContent:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background: url(/sp/img/ccn_basic/common/enquete/ico_cmn_arrow_error_01.png) no-repeat;
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  position: absolute;
  top: -8px;
  left: 10px;
}

.footer-in {
  padding: 25px 15px 20px;
}
