@charset "utf-8";
header{
	display:block;
    width:100%;
	height:0;
	margin:0 auto;
	padding-top: 350px;
	background:url(../../about/img_about/about_head.jpg) no-repeat 0 0;
	background-size: cover;
}
.about_titl_p{
	margin: 60px 0;
	padding: 0;
}
h3 {
	margin: 50px 0;
	padding: 0;
}
.about {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.about_ill1 {
	float: left;
	max-width: 35%;
	margin: 10px;
	padding: 0;
}
.about_ill2 {
	float: left;
	max-width: 23%;
	margin-top: 15px;
	padding: 0;
}
.about_ill3 {
	float: left;
	max-width: 30%;
	margin-top: 30px;
	padding: 0;
}



.tsuyomi{
	margin: 80px 0 30px 0;
	padding:0;
}
.tsuyomi ul{
	margin: 0;
	padding: 30px 0 0 0;
}
.tsuyomi li{
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}
.tsuyomi_txt {
	margin: 0;
	padding: 0;
	text-align: left;
}
.tsuyomi_ill {
	max-width: 70%;
	height: auto;
}
.about_next {
	text-align: left;
	margin: 30px 0;
	padding: 0;
}
.about_next ul{
	margin: 0;
	padding: 0;
}
.about_next li{
	margin: 5px;
	padding: 0;
	list-style: none;
}
img {
	max-width: 90%;
	height: auto;
}

/*--------------
　     PC
---------------*/

@media all and (min-width: 641px){
	
header{
	display: block;
    width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	height: 700px;
	background: url(../../about/img_about/about_head.jpg) no-repeat 0 0;
	background-size: cover;
}
.about {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
}
.about p{
	line-height: 2;
}
.about_ill1 {
	position: absolute;
	left: 695px;
	top: 28px;
}
.about_ill2 {
	position: absolute;
	left: 9px;
	top: 382px;
}
.about_ill3 {
	position: absolute;
	left: 866px;
	top: 570px;
}
.about_ill1 img,.about_ill2 img,.about_ill3 img {
	max-width: 100%;
	height: auto;
}

.tsuyomi {
	margin: 100px auto 0 auto;
	padding: 0;
	width: 900px;
}
.tsuyomi_t {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.tsuyomi_t ul{
	margin: 60px 0 50px 0;
	padding: 0;
}
.tsuyomi_t li{
	float: left;
	margin: 0 10px;
	padding: 0;
	list-style: none;
}
.tsuyomi_txt {
	margin: 30px auto;
	padding: 0;
	width: 900px;
	text-align: left;
}
.tsuyomi_ill {
	max-width: 100%;
	height: auto;
}
.about_next {
	margin: 50px auto 100px auto;
	padding: 0;
	width: 650px;
	overflow: hidden;
}
.about_next ul{
	margin: 0;
	padding: 0;
}
.about_next li{
	float: left;
	margin: 0 0 0 70px;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
}
}
