@charset "utf-8";
/*!
 * This file provides to reset CSS for browsers and a lot of utility classes.
 *
 * @copyright (C) Fabric Arts inc.
 * @version   1.0.0
 */



/* PC Layout ******************************************************************************************* */
.error_title {
  font-size: 25px;
  text-align: center;
  margin: 50px;
}

.notfound {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.site_top {
  font-size: 20px;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 50px;
}


/* SP Layout ******************************************************************************************* */

@media screen and (max-width: 768px) {
.error_title {
  margin:  0 0 20px 0;
  padding: 0 30px	
}
	
.error_title h2{
  font-size: 20px;
  line-height: 1.6;

}

.notfound {
  font-size: 14px;
  line-height: 1.6;	
  padding: 0 20px;
  margin:  0 0 20px 0;
}	

.site_top {
  font-size: 14px;
  margin-bottom: 25px;
}	
	
	

}
/* End media screen */