body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0; padding:0;
	}
	hr {
	  height: 0;
	  margin: 5px;
	  padding: 0;
	  border: 0;
	}
	body,tr,td,th{
		font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		font-size:14px;
		letter-spacing: 0.03em;
		line-height: 1.6em;
	}
	* {
   -webkit-appearance: none;
}
 a{
	 text-decoration: none;
 }
/* 	ロゴまわり */
	.logo img{
		margin: 5px;
	}
	.logo img:first-child{
		margin-top:10px;
		margin-bottom: 10px;
	}
/* menu button */
.menu {
	display: block;
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0px;
	left: 50%;
	background-color:  #ffac5c;
	border-bottom:#ffd478 1px solid;
	z-index: 100;
	transform: translateX(-50%);
	-webkit-: translateX(-50%);
}
.menu ul{
	max-width: 1000px;
	width: 60%;
	height: 40px;
	
}
.menu ul li{
	font-family: "Helvetica Neue";
	display: table;
	max-width:250px;
	width: 25%;
	height: 40px;
	float: left;
	/* border-top:#ffd478 1px solid;
	border-bottom:#ffd478 1px solid; */
	border-left:#ffd478 1px solid;
	box-sizing: border-box;
}
.menu ul li:last-child{
	border-right:#ffd478 1px solid;
}
/* menu 今のページ（リンクなし部分） */
.menu ul p{
	font-size:16px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #990000;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-color:  #ffac5c;
}
/* menu リンクあり部分 */
.menu ul li a{
	font-size:16px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #990000;
	background-color: #ffac5c;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.menu ul li a:hover{
	color: #e63c17;
	background-color: #ffe987;
}
/* メイン 80px下げ */
.main {
	margin: 50 auto;
}

/* 罫線 */
	hr.style1{
		border-top: 1px solid #efe2dd;
	}
/* ボタンまわり装飾 */
	input,.button,.hidden_box label,.open_button{
	display: inline-block;
    color: #FFFFFF;
    background: #990000;
    border-style: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: pointer;
    height: 30px;
    width: auto;
    padding: 0 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
	}
	input:hover,.button:hover,.hidden_box label:hover,.open_button:hover{
	opacity:0.6;
	}
	.button a,.tri_button a{
	width:100%;
	height: 100%;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	}	
	.btntbl tr{
	vertical-align: middle;
	}
/* topのニュース */
	.top_message{
		padding-top: 15px;
		padding-right: 15px;
	}
	.top_message p{
		padding-top: 30px;
		font-weight: 600;
	}
	.top_message p:first-child{
		padding-top: 0px;
	}
	.top_message a{
		color: #a80000;
		text-decoration: none;
		transition: 0.4s ;
		-webkit-transition: 0.4s ;
	}
	.top_message a:hover{
		color: #a5d0ff;
	}
	
/* 	verbos */
	.ver_btntbl tr{
		vertical-align: top;
	}
	.ver_btntbl td{
		padding-top: 15px;
	}
	.verbos{
		width: 100px;
		height:60px;
		display: block;
		padding:15px 0px 0px 15px;
	}
	.verbos input{
		margin: 0px auto;
	}
	.tri_button{
		width: 100px;
		height: 30px;
		display: block;
		line-height: 30px;
		margin: 0 auto;
	}

	.tri_button form input,.tri_button a{
		font-size:12px;
		color:#FFFFFF;
		background:#990000;
		border-style:none;
		border-radius:0px;
		-webkit-border-radius:0px;
		cursor: pointer;
		height: 25px;
		width:30px;
		font-weight: bold;
		line-height: 26px;
		text-align: center;
		margin:5px 5px 0px 0px;
		float: left;
		transition: 0.4s;
	}
	.tri_button form:last-child input,.tri_button a:last-child{
		margin-right: 0px;
	}
	.tri_button a:hover{
		opacity: 0.6;
	}

/* 押したら説明でる */
.hidden_box input {
    display: none;
}
.modal_overlay{
	display: flex;
	justify-content: center;
	overflow: auto;
	position:fixed;
	top:0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.hidden_box .hidden_show a{
	font-weight: 500;
	color: #a80000;
	text-decoration: none;
	transition: 0.4s ;
	-webkit-transition: 0.4s ;
}
.hidden_box .hidden_show a:hover{
	color: #a5d0ff;
}


.hidden_show{
	display: block;
	font-size:12px;
	letter-spacing: 0.07em;
	line-height: 1.6em;
	background-color: #ffffff;
	position: fixed;
	width: 280px;
    height: 90px;
    left: 50%-150px;
    top: 20%;
    padding: 20px;
    opacity: 0.96;
	border:3px solid #d68f75;
	border-radius: 10px;
	z-index: 3;
	text-align: left;
	animation: show 0.5s linear 0s;
	
}

.hidden_show .close {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	border-radius: 10px;
	height: 20px;
	width: 20px;
	background-color: #d68f75;
	color: #ffffff;
	opacity: 0.96;
	animation: show 0.5s linear 0s;
	
}

.hidden_box input:checked ~ .modal_overlay{
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
/* テーブル装飾 */

 .wrap_scroll_table {
	max-width: 100vw;
	overflow-x: scroll;
	margin: 0 5px;
  }
  
   .scroll_table {
	margin-top: 10px;
	max-width: 100%;
 	 border-collapse: collapse;
  	white-space: nowrap;
	margin: 0 auto;
  }
  
  .scroll_table,
  .scroll_table td,
  .scroll_table th {
	border: 1px solid #ffd478;
	border-collapse: collapse;
  }
  
   .scroll_table th {
	background: #ffac5c;
	color: #990000;
	padding: 4px 12px;
	font-weight: bold;
	text-align: center;
  }
  
   .scroll_table td {
	background: #fff;
	padding: 4px 12px;
	text-align: left;
  }
  
   .txt {
	max-width: 100vw;
	margin: 0 auto;
	margin: 20px ;
  }
  