@charset "utf-8";

/* NEWSLETTER専用
----------------------------------------*/
.mailmag_content {}
.mailmag_content_top {
	margin-bottom: 40px;
}
.mailmag_content_bottom {
	margin-bottom: 60px;
}
.mailmag_subtitle {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	background-color: #f4f4f4;
	margin-bottom: 15px;
	padding:12px 15px;
	position: relative;
}
.mailmag_text {
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.mailmag_text_help {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.4;
}
.mailmag_section {
	margin-bottom: 40px;
}
.mailmag_section:last-child {
	margin-bottom: 0;
}
.mailmag_section_title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}
.mailmag_heading {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.errorText {
	display:inline-block;
}
.errorText::before {
	content:"※";
}
