@charset "utf-8";


/* ////////////////////////////////////////////////////////////////////////////
	html_style.css（静的ページ共通css）
//////////////////////////////////////////////////////////////////////////// */
.f00046 * {
  box-sizing: border-box;
}
.f00046 .rel {
  position: relative;
}
.f00046 .rel .btn-box {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 49px;
}