.notice.ask-for-usage-notice {
	position: relative;
	padding: 10px;
	display:flex;
	flex-direction:row;
}
.notice.ask-for-usage-notice > div.notice-content {
	margin: 0 auto;
}
.notice.ask-for-usage-notice > div.notice-content > a {
	position: static;
	float: right;
	top: 0;
	right: 0;
	padding: 0 15px 10px 28px;
	margin-top: -10px;
	font-size: 13px;
	line-height: 1.23076923;
	text-decoration: none;
}
.notice.ask-for-usage-notice > div.notice-content > a::before {
	position: relative;
	top: 18px;
	left: -20px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.notice.ask-for-usage-notice > div.notice-image {
	width: 80px;
	height: 80px;
	margin:auto 0;
}
.notice.ask-for-usage-notice > div.notice-image > img {
	width: 100%;
	border-radius: 10%;
	vertical-align: text-top;
}
.notice.ask-for-usage-notice > div.notice-buttons > button {
	display:block;
	margin: 10px 0;
}
