@charset "utf-8";

/*--- トップイメージ ---*/
.top_img {
	position: relative;	
}
.top_img h5{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 50px;
	letter-spacing: 5px;
	text-align: center;
	width: 800px;
}

/*----　テーブル　----*/

.info{
	margin: 0 0 0 auto;
	border-collapse: collapse;
  	border-spacing: 0;
	width: 100%;	
}
th,td{
	border-top: 2px solid ;
	border-bottom: 2px solid ;
	letter-spacing: 5px;
}
tr{
	height: 100px;
}
th{
	width: 23%;
	font-size: 30px;
}
td{
	font-size: 24px;
	padding-left: 90px;
}

.info .naiyou{
	padding-top:15px;
	padding-bottom: 15px;
}



