@charset "utf-8";
/* CSS Document */

main {
	background: linear-gradient(#EEEEEF,#D2D8CD);
}

/***********************
   ページタイトル
************************/
#page_title {
	background-image: url(/img/about/main_img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 500px;
	width: 100%;
	position: relative;
}
#page_title h3 {
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
	color: #FFF;
	font-family: "Sawarabi Mincho";
}
#page_title h3 span {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}


/***********************
   コンテンツ
************************/

#about_wrap > h4 {
	padding-bottom: 20px;
	font-size: 22px;
	font-family: "Sawarabi Mincho";
	text-align: center;
	font-weight: normal;
}

#about_wrap > p {
	padding-bottom: 50px;
	text-align: center;
}


#about_wrap h5 {
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
}

#about_wrap .float_left p {
	padding-bottom: 10px;
}


#about {
	border-top: 1px solid #999;
	padding-top: 50px;
}
#about p {
	text-align: center;
	padding-bottom: 30px;
}

#about p a {
	text-indent: -9999px;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
#about p a:hover {
	opacity: 0.6;
}


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

/***********************
   ページタイトル
************************/
#page_title {
	height: 300px;
}

}


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

/***********************
   ページタイトル
************************/
#page_title {
	height: 230px;
}
#page_title h3 {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}

}