
.pageimg {
	background-image: url(../img/pageimg-01.jpg);
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 40% 70%;	
}
.page-title{
	position: relative;
	padding-top: 8%;
	
}
.page-title h2 {
	font-size: 140%;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #191919;
	
}
.page-title p {
	font-size: 270%;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #191919;
 	font-style:oblique;
}
.all-content02{
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	font-size: 120%;
	
}

.te01{
	margin: 0 auto;
	width: 40%;
	margin-top: 30px;
	margin-left: 30%;
}
.te01 img{
	width: 15%;
	text-align: center;
	float: left;
}
.te02{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.te01 h5{
	font-size: 170%;
	font-weight: bold;
	padding: 3px;
	padding-bottom: 10px;
	float: left;
	display: inline;
}
.te02 h5{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
.te02 h6{
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
.title01{
	margin-top: 100px;
	margin-bottom: 50px;
}
.title01 P{
	font-size: 230%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.title01 h3{
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;	
	padding-top: 40px;
	line-height: 30px;
}
.saiyou-btn {
	margin: 0 auto;
	background-color: #efca14;
	border: 2px solid #fff;
	text-align: center;
	padding: 20px 60px;
	width: 30%;
	display: block;
	position: relative;
	z-index: 2;
	color: #191919;
	margin-bottom: 100px;
}
.saiyou-btn::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  margin: 0;
  background: #efca14;
  transition: .3s;

}
.saiyou-btn:hover::after {
  width: 100%;
}
.saiyou-btn p {
	font-size: 100%;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.6;
}
.saiyou-btn:hover p {
	color: #fff;
}