<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* *****共通設定***** */
.contents{
	background-color: aliceblue;
}

h2{
	text-align:center;
}


h3{
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
	font-size: 1.8rem;
}


.p03{
	font-size: 1.5rem;
	font-family: 'Kosugi Maru', sans-serif;	
}



.photo img{
	height: 100%;
}


/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {

	
	
} /* END */





</pre></body></html>