@charset "UTF-8";

/*----------------------------------------

	+ content
		- notice

-----------------------------------------*/


/*----------------------------------------
	notice
-----------------------------------------*/
.notice {
	margin-top: 35px;
}
.notice .txt_title {
	font-weight: bold;
	font-size: 171.4%;
	line-height: 1.333;
	color: #05478b;
}

.notice .txt_medium {
	font-size: 100%;
	line-height: 1.571;
}

.notice .txt_large {
	font-size: 128.57%;
	line-height: 1.444;
}

.notice .txt_small {
	font-size: 85.71%;
	line-height: 1.666;
}

.notice .list_medium {
	font-size: 100%;
	line-height: 2.142;
}

.notice .list_large {
	font-size: 128.5%;
	line-height: 1.666;
}

.notice .list_small {
	font-size: 85.71%;
	line-height: 1.666;
}

.notice .space20 {
	padding-bottom: 20px;
}

.notice .space40 {
	padding-bottom: 40px;
}