/*---------------------------
/*
/* Login Area
/*
/*---------------------------*/
.entry_area {
  width: 100%;
  display: table;
  content: '';
}

.entry_area::after {
  clear: both;
}

.entry_area .subtitle {
  background: #d8e4c0;
  padding: 0 0 0 35px;
  position: relative;
  color: #333;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #84952f;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
}

.entry_area .subtitle::before {
  display: block;
  content: '';
  position: absolute;
  background: #fff;
  width: 5px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.entry_login_area {
  border: 1px solid #84952f;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.login_area_main {
  padding: 30px 30px 20px;
}

.login_area_main dl {
  margin-bottom: 10px;
}

.login_area_main dl dt {
  display: inline-block;
  width: 110px;
  margin-right: 10px;
  text-align: right;
}

.login_area_main dl dd {
  display: inline-block;
  width: calc(100% - 125px);
  text-align: left;
}

.login_area_main dl dd input[type='email'],
.login_area_main dl dd input[type='password'] {
  background: #faffbd;
  border: #000 solid 1px;
  width: 100%;
  padding: 10px;
}

.login_btn {
  position: relative;
  width: 350px;
  margin: 0 auto;
}

.login_btn input[type='submit'] {
  height: 50px;
  line-height: 50px;
  width: 350px;
  background: #eba40b;
  text-align: center;
  display: block;
  border: none;
  color: #fff;
  cursor: pointer;
}

.login_btn::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 47%;
  right: 20px;
}

.login_forgotArea {
  margin: 30px 0;
}

/*---------------------------
/*
/* Regist Area
/*
/*---------------------------*/
.rg_area .entry_regist_area {
  border: 1px solid #84952f;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.rg_area .regist_area_main {
  display: table;
  padding: 20px 40px;
}

.rg_area .regist_area_main article {
  display: table-cell;
  padding-right: 45px;
  width: 60%;
}

.rg_area .regist_area_main article a {
  text-decoration: underline;
}

.rg_area .regist_btn {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
}

.rg_area .regist_btn a {
  height: 50px;
  line-height: 50px;
  width: 350px;
  background: #4a77d2;
  text-align: center;
  display: block;
  border: none;
  color: #fff !important;
  margin: 0 auto;
  position: relative;
}

.rg_area .regist_btn a::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 47%;
  right: 20px;
}

/*---------------------------
/*
/* Long Customer Area
/*
/*---------------------------*/
.long_customer_area {
  border: 1px solid #84952f;
  box-sizing: border-box;
  display: table;
  width: 100%;
  padding: 20px 40px;
}

.long_customer_article {
  display: table-cell;
  width: 60%;
  padding-right: 45px;
}

.long_customer_article .lc_subtitle {
  color: #4f6129;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}

.long_customer_article article {
  font-size: 15px;
}

.long_customer_btn {
  display: table-cell;
  vertical-align: middle;
}

.long_customer_btn a {
  height: 50px;
  line-height: 50px;
  width: 350px;
  background: #4f6129;
  text-align: center;
  display: block;
  border: none;
  color: #fff !important;
  margin: 0 auto;
  position: relative;
}

.long_customer_btn a::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 47%;
  right: 20px;
}

.privilege_title h2 {
  color: #4f6129;
  font-family: 'yumindb', serif;
  text-align: center;
  font-size: 26px;
  background: none;
  font-weight: bold;
  margin-bottom: 30px;
}

.privilege_subtitle h4 {
  color: #4f6129;
  font-family: 'yumindb', serif;
  text-align: center;
  font-size: 22px;
  background: none;
  padding-left: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.privilege_subtitle.twoline h4 {
  line-height: 28px;
}

.privilege_area {
  border-top: 5px solid #84952f;
  background: #fef8e7 url(../img/common/mypage_privilege_bg.png) center center
    no-repeat;
  margin-top: 55px;
  padding: 15px 0 30px;
  position: relative;
}

.privilege_area::before {
  position: absolute;
  content: '';
  display: block;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 18px;
  border-color: transparent transparent #84952f transparent;
}

.privilege_area ul {
  padding: 0 5px;
  display: flex;
}

.privilege_area ul li {
  border: 3px solid #b69603;
  background: #fff;
  margin-left: 12.5px;
  margin-right: 12.5px;
  width: 310px;
  padding: 15px 20px;
  height: 170px;
  box-sizing: border-box;
  position: relative;
}

.privilege_area ul li .prizemark {
  position: absolute;
  top: -34px;
  left: -12px;
}

.login_banner_area {
  margin: 30px 0;
}
