@charset "utf-8";
/* CSS Document */

/* トップページ設定 */
@media print,screen and (min-width: 768px){
/* PC用設定 */
.blog_banner {
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-bottom:7px;
}
.blog_banner li {
	padding:0px;
	margin:0px;
	float:left;
	width:49%;
}
.blog_banner li:nth-child(even) {
	float:right;
}
.blog_banner li img {
	width:100%;
}
.contants_pages {
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.contants_pages h3 {
	background-color: #00320A;
	font-size: 14px;
	line-height: 1em;
	color: #FFF;
	padding: 7px 0px;
	margin:0px;
	margin-bottom:10px;
	text-align: center;
	vertical-align: text-bottom;
}
.contants_pages li {
	padding:0px;
	margin:0px;
	float:left;
	width:48.5%;
}
.contants_pages li:nth-child(even) {
	float:right;
}
.contants_pages li img {
	width:100%;
	border: 1px solid #999;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#top_img {
	padding-top:55px;
}
#top_img img {
	width:100%;
}
#message {
	background-color: #ffebd8;
	padding:10px;
	margin-bottom:15px;
}
#message h2 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
}
#message h2 strong {
	font-weight: bold;
	color: #C00;
}
#menu {}
#menu h3 {
	font-size: 14px;
	line-height: 1em;
	color: #FFF;
	background-color: #FF7F00;
	text-align: center;
	padding: 8px 0px;
	vertical-align: text-bottom;
}
#menu ul {
	margin-bottom:15px;
}
#menu ul:after {
	content: "";
	display:block;
	clear:both;
}
#menu li {
	float:left;
	width:48%;
	margin-top:10px;
}
#menu li:nth-child(even) {
	float:right;
}
#menu li:nth-child(odd) {
	clear: both;
}
#menu li img {
	width:100%;
	border: 1px solid #999;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#menu .osusume {
	width:55%;
	margin:0px auto;
	padding-top:10px;
	float:none!important;
}
#menu .osusume img {
	width:100%;
	border: none;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#menu .osusume_banner {
	border: none;
}
#menu .info_banner {
	border: none;
	aspect-ratio: 5 / 1.9;
}
#menu .blog_banner li img {
	border: none;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	border-radius:12px;
}
}

