@charset "utf-8";

ul, li {
	list-style: none outside none;
	padding-bottom: 10px;
}
strong {
	font-size:2em;
}
em {
	font-weight: normal;
	font-style: normal;
}

.contents h1 {
	/* background: url(../img/contents_h2-line.gif) no-repeat scroll left bottom rgba(0, 0, 0, 0); */
	font-size: 2.2em;
	margin-bottom: 20px;
	padding: 20px 10px 10px 0;
}
.contents h2 {
	/* background: url(../img/contents_h2-line.gif) no-repeat scroll left bottom rgba(0, 0, 0, 0); */
	font-size: 2.5em;
	margin-bottom: 20px;
	padding: 20px 10px 10px 0;
}
.contents h3 {
	color: #1A9BD6;
	font-size: 1.6em;
	padding: 0 0 10px 0;
}
.contents h3.bP {
	padding: 0;
}
.contents h4 {
	/* background: url(../img/h4_bullet.gif) no-repeat scroll rgba(0, 0, 0, 0); */
	background-position: left top 10px;
	border-bottom: 1px dotted #1A9BD6;
	font-size: 1.5em;
	padding: 5px 0 5px 14px;
}
.contents h5 {
	color: #1A9BD6;
	font-size: 1.4em;
	font-weight: bold;
}

@media (min-width: 768px){
/* pc */

em {
	font-size: 150%;
}

/* pc end */
}


@media (max-width: 767px){
/* sp */

em {
	font-size: 135%;
}

/* sp end */
}