table {
	width: 100%;
  text-align: center;
}
th{
	font-weight: bold;
	background-color:#EAEAEA;
}

table tr,table th,table td{
	padding: 2%;
	
}

h5{
	font-weight: bold;
	font-size: 120%;
	
}
table th, table td {
  border: solid 1px #9e9e9e96;
  /*実線 1px 黒*/
}

.button{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.button img{
	width: 100%;
}

.jidouhaisya-box{
	padding: 0;
}
.jidouhaisya-title{
	background-color: #cce198;
	padding: 10px;
	border-bottom: solid 1px #9e9e9e96;
	font-size: 120%;
	font-weight: bold;
	color: #004c00;
}
.tel-area{
	padding: 3%;
}
.tel-area a{
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 6px;
	pointer-events: none;
}
.tel-area a:link, .tel-area a:visited{
	color: red;
}

.denwa{
	font-size: 120%;
    background-color: #004c00;
    border-radius: 20px;
    padding: 6px 18px;
    color: #fff;
    display: inline-block;
}
hr{
	border: solid 3px #fff9bf;
	margin-bottom: 30px;
}

.teigaku{
	text-align: center;
	background-color: #8fc31f;
	color: #fff;
	padding: 10px;
	font-size: 150%;
}
.narita-area{
	width: 30%;
	font-size: 85%;
}
.note{
	border: solid 1px #9e9e9e96;
	border-top: none;
	padding: 3%;
}
.note p{
	font-size: 85%;
	margin-bottom: 1%;
}
.note .label{
	display: inline-block;
	color: #fff;
	background-color: #EA6E64;
	padding: 1% 3%;
	border-radius: 10px;
	margin-bottom: 1%;
	font-size: 100%;
}