@charset "utf-8";
.button-1 {
	display: inline-block;
	padding: 0.4em 1.6em;
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
	user-select: none;
	border: 1px #000 solid;
	transition: 0.4s ease;
	border-right: none;
	border-radius: 1em 0 0 1em;
  }
  
  .button-2 {
	display: inline-block;
	padding: 0.4em 1.6em;
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
	user-select: none;
	border: 1px #000 solid;
	transition: 0.4s ease;
	border-radius: 0 1em 1em 0;
  }
  
  html[lang="ja"] .lang_block .lang_jp,
  html[lang="en"] .lang_block .lang_en {
	  background: #000;
	  color: #fff;
  }
  
  .btn_hover:hover{
	color: #fff;
	background: #000;
  }
  
  .btn_td {
	display: flex;
  }
  
  .btn_table{
	float: right;
	margin: 0.4em;
  }
  
  .pageload_view{
	color: #fff !important;
	background: #000 !important;
  }