@charset "UTF-8";
#about_container{
    overflow:hidden;
    position:relative;
    display:none;
	width:1000px;
	height:400px;
	text-align:left;
}

#about_contents_1{
	display:none;
	width:800px;
}

#about_contents{
    width:800px;
    margin-left:100px;
	color:#41565c;
}

#about_contents h2{
	margin: 30px 0px 30px 0px;
	font-size:125%;
	font-weight:normal;
	letter-spacing:3px;
}

#about_contents .occupation{
	line-height:1.6em;
}

#about_contents .text{
	line-height:1.6em;
}


/*----------スマホ用の記述----------------*/

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

#about_container{
	width:100%;
    height:calc((400*56.25%)/1000);
}
    
#about_contents_1{
	display:none;
	width:calc(100%*(800/1000));
}
    
#about_contents{
    width:calc(100%*(800/1000));
    margin-left:calc(100%*(100/1000));
	color:#41565c;
}

}