.content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .reg__text {
  text-align: center;
}
.reg__text-promotion{
  text-align: center;
  color: #f0566e;
  font-size: 14px;
  font-size: 0.875rem;
}
.content .reg__mail {
  text-align: center;
}
.content .reg__mail-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.275;
}
.content .reg__mail-text {
  line-height: 1.275;
}
.content .reg__detail {
  border: 1px solid #d0d0d0;
  padding: 8px;
  margin: 16px auto 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}
.content .reg__detail p {
  line-height: 1.275;
}
.content .reg__btn a {
  display: block;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  background: #ED89A5;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
}
.content .reg__btn a.g {
  background: #999999;
}
.content .reg__btn a.d {
  background: #d00e31;
}
.content .reg__btn a.a {
  background: #ea5404;
}
.content .reg__btn a.s {
  background: #53585e;
}
.content .reg__confirm {
  display: inline-block;
  margin: 0 auto 16px;
}
.content .reg__confirm-caution {
  display: inline-block;
  margin: 0 auto 8px;
}

.foot__menu {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.foot__menu-list {
  position: relative;
  padding: 0;
  list-style-type: none;
}
.foot__menu-item:nth-child(even) .foot__menu-link {
  background: #ec8e9e;
}
.foot__menu-link {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  padding: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background: #ED89A5;
}
.foot__menu-link:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 24px 0;
  text-align: center;
}

.pagetop {
  position: fixed;
  right: 8px;
  bottom: 16px;
}
.pagetop a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #303030;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.pagetop a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin: auto;
}
