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

/* contents */
#mothersday_item {
	width: 100%;
	background: #FFF;
	color: #651313;
}
#mothersday_item a {
	color: #651313;
}
#mothersday_item img {
	border: 0;
	margin: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
#mothersday_item .notice {
	margin: 1em 0.8em;
}
#mothersday_item .notice .box {
	border: 2px solid #b8011b;
	padding: 15px;
	border-radius: 0 0 5px 5px;
	border-top: none;
}
#mothersday_item .notice .box h3 {
	font-size: 17px;
	line-height: 160%;
	margin: 0 0 10px 0;
	padding: 0;
}
#mothersday_item .notice .box ul {
	padding: 0;
	margin: 0 10px 30px 10px;
	list-style: none;
}
#mothersday_item .notice .box ul li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
#mothersday_item .notice .box ul:last-child,
#mothersday_item .notice .box ul li:last-child {
	margin-bottom: 0;
}
#mothersday_item .notice .box ul li strong {
	color: #b8011b;
}
#mothersday_item .notice h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#mothersday_item .notice h3 img {
    width: 30px;
    margin-right: 10px;
}