.title_area img {
  max-width: 300px;
}
.p-page__body-inner {
  border-top: none;
}


.c-button__group--sub .c-button.c-buttons-sm {
  position: relative;
}
.c-button__group--sub .c-button.c-buttons-sm:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: .75em 0;
  border-radius: 3px;
  background: #eff2f4;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  content: "Topへ戻る";
  text-align: center;
}
.c-button__group--sub .c-button.c-buttons-sm:hover:after {
  background: #dfe5e8;
}