.sp-c-age {
  margin-top: 20px;
  margin-bottom: 30px;
}
.sp-c-age__header {
  text-align: center;
}
.sp-c-age__header img {
  width: 57.87%;
  max-width: 326px;
}
.sp-c-age__type-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-top: 30px;
}
.sp-c-age__type-list-item {
  position: relative;
  width: 26.67vw;
  min-width: 100px;
  max-width: 150px;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 6px 6px -4px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 6px 6px -4px rgba(0,0,0,0.25);
  box-shadow: 2px 6px 6px -4px rgba(0,0,0,0.25);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.sp-c-age__type-list-item:not(:first-of-type) {
  margin-left: 15px;
}
.sp-c-age__type-list-item-sticker {
  position: absolute;
  width: 12.8vw;
  height: 12.8vw;
  max-width: 70px;
  min-width: 48px;
  max-height: 70px;
  min-height: 48px;
  top: 0;
  right: 0;
  transform: translate(10px, -10px);
  -webkit-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
}
.sp-c-age__type-list-item-sticker img {
  width: 100%;
}
.sp-c-age__type-list-item-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}
.sp-c-age__type-list-item-btn .c-btnLink {
  -webkit-transform: translate(100%, -100%);
      -ms-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .sp-c-age__type-list-item:not(:first-of-type) {
    margin-left: 20px;
  }
}
