@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
/* パソコンで見たときは"pc"のグラフを表示 */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマホで見たときは"sp"のグラフを表示 */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
