﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    about css
------------------------------------------------------------*/  

#aboutHd{
	width:100%;
	text-align:center;
	font-size:150%;
	margin-bottom:60px;
}


/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (max-width: 834px){

#aboutHd {
    font-size: 142%;
    margin-bottom: 48px;
}

}

/* SP */
@media screen and (max-width: 480px){

#aboutHd {
    font-size: 134%;
    margin-bottom: 30px;
}

}