@charset "utf-8";

/* PC・SP：popup.css
 * **************************************************
 * Content
 * **************************************************
 */

/* Content
------------------------------------------------------------------ */

/* heading */
#content h2 {
	font-size: 2.0rem;
	margin: 0.92em 0 0 0;
}

/* text */
#content p.date {
	font-size: 1.3rem;
}

/* popBody */
#content .popBody {
	border-top: 1px solid #0068B7;
	margin: 2.3em 0 0 0;
	padding: 2.3em 0 0 0;
}

#content .popBody p {
	font-size: 1.4rem;
	line-height: 1.7;
}

#content .popBody ul {
	list-style: none;
	margin: 1.5em 0 0 0;
}

#content .popBody img {
	height: auto;
	max-width: 100%;
}

/*
 * ======================================
 * SP
 * ======================================
 */
@media screen and (max-width: 767px) {

	/* Content
------------------------------------------------------------------ */

	/* popBody */
	#content .popBody {
		margin: 1.3em 0 0 0;
		padding: 1.3em 0 0 0;
	}

}