@charset "utf-8";

/*=== メインエリア ===*/
.main-inner {
  padding-bottom: 135px;
  background-color: #fff;
}
.main-container {
  width: 980px;
  margin: 20px auto 0;
}
.main-cont {
  margin-top: 40px;
}
.main-txt {
  margin-top: 10px;
}


/*=== 登録 ===*/
.enter {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #068cce;
  text-align: center;
}
.mainvisual + .enter {
  margin-top: 20px;
}
.entry-transition {
  margin-top: 10px;
}
.entry-note {
  margin-top: 5px;
  font-size: 14px;
}


/*=== サービス ===*/
.service-list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}
.service-item {
  width: calc((100% - (16px * 2)) / 3);
}
a.service-link {
  display: block;
  color: #232b35;
  text-decoration: none;
}
a.service-link:visited {
  color: #232b35;
}
a.service-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.service-name {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  font-weight: bold;
}
.service-name::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 11px;
  height: 11px;
  background: url("/register/entrance/images/201210/icon_arrow.gif") no-repeat;
}


/*=== 限定特典 ===*/
.benefit-list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}
.benefit-item {
  width: calc((100% - (16px * 2)) / 3);
}


/*=== プレミアム ===*/
.main-cont.premium {
  margin-top: 20px;
}
.premium-inner {
  padding: 38px 80px 0 80px;
  background: url("/register/entrance/images/201210/premium_point_visual.jpg") no-repeat 0 0;
}
.premium-lead {
  margin: 30px 0 10px;
  padding: 0 10px;
  color: #7d6f2d;
  font-weight: bold;
  font-size: 14px;
}
.premium-list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.premium-item {
  width: calc((100% - (20px * 2)) / 3);
}
.premium-ttl {
  display: flex;
  align-items: center;
  color: #7d6f2d;
  font-weight: bold;
  line-height: 1.4;
}
.premium-thumb {
  margin-top: 10px;
}
.premium-txt {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 14px;
}
.premium-txt .type-small {
  font-size: 12px;
}
.premium-transition {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
a.premium-link {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
a.premium-link::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  background: url("/register/entrance/images/201210/premium_point_arrw.gif") no-repeat;
}


/*=== 詳細 ===*/
.info-txt {
  font-weight: bold;
}
.info-note {
  margin-top: 10px;
  padding-left: 1.8em;
  font-size: 14px;
  text-indent: -1.8em;
}


/*=== コース ===*/
.courseAreaEntrance {
  margin-top: 40px;
}