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

/* contents */
#mothersday_item {
	width: 800px;
	background: #FFF;
	color: #651313;
	padding-bottom: 50px;
    font-size: 18px;
    line-height: 160%;
}
#mothersday_item img {
	border: 0;
	margin: 0;
	vertical-align: bottom;
}
#mothersday_item .notice {
	width: 720px;
	margin: 30px auto;
	color: #651313;
}
#mothersday_item a {
	color: #651313;
}
#mothersday_item .notice .box {
	border: 2px solid #b8011b;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	border-top: none;
}
#mothersday_item .notice .box ul {
	padding: 0;
	margin: 0 15px 30px 15px;
	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: 40px;
    margin-right: 10px;
}