@charset "utf-8";


/* ////////////////////////////////////////////////////////////////////////////
	html_style.css（静的ページ共通css）
//////////////////////////////////////////////////////////////////////////// */
.c00046 {
  width: 850px;
}
.c00046 * {
  box-sizing: border-box;
}
.c00046 .flex-box {
  display: flex;
}
.c00046 .btn-box {
  display: flex;
  justify-content: center;
  gap: 17px;
  width: 100%;
  padding-left: 2px;
}