.title {
	text-align: center;
	padding-bottom: 0px;
	padding-top: 80px;
	margin-bottom: -20px;
}

.pageimage {
	padding-top: 120px;
}
.pageimage-naka {
	background-size: cover;
	background-position: center;
	padding-top: 40px;
}
.page-title {
	padding: 15% 3% 3% 3%;
	color: #fff;
background: -moz-linear-gradient(to bottom,rgba(255,255,255,0.0) 10%,rgba(0,120,60,0.8)); 
background: -webkit-linear-gradient(to bottom,rgba(255,255,255,0.0) 10%,rgba(0,120,60,0.8)); 
background: linear-gradient(to bottom,rgba(255,255,255,0.0) 10%,rgba(0,120,60,0.8)); 
}
.page-title h2 {
	font-size: 260%;
	line-height: 1.5;
}
.page-title h6 {
	font-size: 90%;
	line-height: 1.5;
}

.page-cati {
	text-align: center;
	font-size: 140%;
	line-height: 1.6;
	padding-bottom: 30px;
	letter-spacing: 0.1em;
}

.page-btn {
	padding: 20px 0 ;
	text-align: center;
}
.page-btn li {
	display: inline;
	margin: 0 5px;
}
.page-btn a {
	border: 2px solid #FFE200;
	padding: 15px 40px;
	border-radius: 25px;		/* CSS3草案 */
	-webkit-border-radius: 25px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 25px;	/* Firefox用 */
	box-shadow: 0 2px 0 rgba(255,226,0,0.75);
	-webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
	background-color: #fff;
	background-image: url("../img/ya.png");
	background-size: 13px;
	background-position:93% 50%;
	background-repeat: no-repeat;
}
.page-btn a:hover {
	background-color: #FFE200;
}


.tyui-title {
	font-size: 120%;
	line-height: 1.5;
	padding-bottom: 10px;
}
.tyui-title span {
	color: #FFE200;
}


.red {
	color: #BE1D1D;
}

.waku-t {
	font-size: 120%;
	background-color: #F4F1EC;
	padding: 10px 18px;
	margin-bottom: 15px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.tenari li {
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom: 5px
}
.ul-wake ul {
	float: left;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}


.rei {
	background-color: #F4F1EC;
	padding: 40px;
	border-radius: 25px;		/* CSS3草案 */
	-webkit-border-radius: 25px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 25px;	/* Firefox用 */
}
.rei01 {
	float: left;
	width: 30%;
}
.rei02 {
	float: right;
	width: 68%;
}
.rei01 h3 {
	font-size: 130%;
	line-height: 1.5;
}
.rei02 ul {
	border-left: 2px solid #FFE200;
	padding-left: 10px;
	box-sizing: border-box;
}
.rei-ue {
	margin-top: 40px;
}


.cent-tt {
	text-align: center;
	padding-bottom: 40px;
}



@media screen and ( max-width:800px )
{

.pageimage {
	padding-top: 0px;
	text-align: center;
}
	
.page-btn {
	padding: 20px 0 ;
	text-align: center;
}
.page-btn li {
	display: block;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 1%;
	margin: 0;
}
.page-btn a {
display: block;
	padding: 10px;
}
	
.ul-wake ul {
	float: none;
	width: 100%;
	padding-right: 0px;
}
	
	
	
.rei01 {
	float: none;
	width: 100%;
}
.rei02 {
	float: none;
	width: 100%;
}
	
.rei02 ul {
	border-left: none;
	border-top: 2px solid #FFE200;
	padding-left: 0px;
	padding-top: 10px;
	margin-top: 10px
}
	
}



