@charset "UTF-8";

div.containerMain h1 {
	font-size: 36px;
	text-align: left;
	font-weight: bold;
	padding: 15px 0;
}
div.containerMain h2 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
div.containerMain h3 {
	font-weight: bold;
}
div.containerMain p {
    padding: 0 0 2em;
    line-height: 1.6;
}
div.section ul {
	margin: 0;
	list-style-type: none;
    font-size: 16px;
}
ul.ulListCircle li {
	padding: 3px 0;
	padding-left: 16px;
	background: url(/content/dam/shared/jp/ja/static/images/common/icon_list_circle.gif) no-repeat 3px 0.7em;
}
ul.ulLink li {
    padding: 2px 0 2px 16px;
    background: url(/content/dam/shared/jp/ja/static/images/common/arrow_link.gif) no-repeat 4px 0.6em;
}
div.bloLineRound p {
	padding-bottom: 1em;
}
.txBold {
	font-weight: bold;
}
.txLarge {
	font-size: 124%;
}
a.linkBlank:after {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-position: 50%!important;
	background-size: contain!important;
	color: transparent;
	text-indent: -9999px;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
	content: "";
}
a.linkBlank:after {
	background: url(/content/dam/shared/jp/ja/static/images/products/resp_icon_blank.png) no-repeat 0 0;
	content: "別ウィンドウで開く";
}
/* SP */
@media print, screen and (max-width: 767px) {
	div.containerMain h1 {
		font-size: 26px;
	}
	div.containerMain h2 {
		font-size: 22px;
	}
	div.section {
		margin: 20px 0px;
	}
}
