@charset "utf-8";
/* CSS Document */

/*// 極小デバイス（縦向きモバイル, 576px 未満）
// Bootstrapではデフォルトで `xs` のメディアクエリは存在しない*/

/*// 小デバイス（横向きモバイル, 576px 以上）*/
@media (min-width: 576px) { 

.fs-5 {
    font-size: 1.0rem !important;
}
	
	
.catch03 {
    font-size: 1.4375rem !important;
}

	
	.catch03-01	{
		
		 font-size: 1.25rem !important;
		
	}
	
.catch_area{padding-top: 16%}

}

.catch04 {
    font-size: 1.75rem !important;
}



@media screen and (max-width: 750px) {
.fs-1 {
    font-size: 1.9rem !important;

  }
	
.catch01 {
    font-size: 1.0rem !important;
}
	
.catch02 {
    font-size: 1.7rem !important;
}
	
.catch03 {
    font-size: 1rem !important;
}
	
	.catch03-01	{
		
		 font-size: 1rem !important;
		
	}
	
	
.catch04 {
    font-size: 1.2rem !important;
}	
	
.catch_area{padding-top: 10%; padding-bottom: 10%;}

}
	


