@charset "utf-8";

#notice {
	padding-top: 60px;
}
/* _____ 834px 以下 _____ */
@media not (min-width: 835px) {
	#notice.element-box {
		max-width: 650px;
	}
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	#notice {
		padding-top: 90px;
	}
}



.notice-contents h3 {
	padding: 20px 0 5px;
	border-bottom: 2px #333333 solid;
	font-weight: bold;
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	.notice-contents h3 {
		padding: 40px  0 10px;
		border-bottom: 4px #333333 solid;
	}
}



.notice-contents .note01 {
	font-size: 14px;
	margin: 20px 0;
	line-height: 1.8;
	letter-spacing: 0;
}
.notice-contents .note02 {
	font-size: 12px;
	padding-left: .5em;
	text-indent: -.5em;
	line-height: 1.8;
	letter-spacing: 0;
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	.notice-contents .note01 {
		margin: 30px 0 20px;
		font-size: 16px;
		line-height: 2;
		letter-spacing: .2px;
	}
	.notice-contents .note02 {
		font-size: 14px;
		line-height: 1.8;
	}
}



.notice-last {
	font-weight: 400;
	padding-top: 30px;
	width: 95%;
	margin: auto;
}
/* _____ 834px 以下 _____ */
@media not (min-width: 835px) {
	.notice-last {
		font-size: 14px;
	}
}
/* _____ 600px 以下 _____ */
@media not (min-width: 600px) {
	.notice-last {
		width: 100%;
	}
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	.notice-last {
		padding-top: 40px;
	}
}