#main-area table{
  width: 100%;
  height: auto;
  font-size: 18px;
  border-collapse: collapse;
  color: #555555;
  margin-bottom: 100px;
}
#main-area table tr{
  height: 30px;
}
#main-area table th{
  width: 50%;
}
#main-area table a.btn_01 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 240px;
	margin: auto;
	padding: 0.5rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
}
#main-area table a.btn_01:hover {
	color: #fff;
	background: #27acd9;
}
p.kanri{
  text-align: right;
}
p.kanri a{
  color: #555555;
}

.p-nest-base{
  width: 100%;
  height: 350px;
}
.p-nest-left{
  width: 40%;
  height: 200px;
  float: left;
  text-align: center;
}
.p-nest-left img{
  border: 2px solid #555555;
}
.p-nest-right{
  width: 55%;
  height: 350px;
  float: right;
  font-size: 20px;
  padding-right: 5%;
}
.p-nest-right a.btn_01 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 360px;
	margin: auto;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #27acd9;
}