@charset "utf-8";


/* ---------------------------------------------------
news/category.css
ニュースポップアップ用CSS
--------------------------------------------------- */


/* ---------------------------------------------------
共通
--------------------------------------------------- */
.popup_ttl01 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
.popup_txt01 {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 1.7;
}
.popup_sec01 .pic {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 12px;
	line-height: 1.1;
}
.popup_sec01 .pic img {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.popup_sec01 .pic {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}

}
