@charset "UTF-8";

div.section {
	font-size: 16px;
}
div.containerMain h1 {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
}
div.containerMain h2 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
div.containerMain h3.hd {
	border-top: 2px solid #cccccc;
	padding-top: 1em;
}
div.containerMain h3 {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px;
}
div.containerMain .description .list {
	font-size: 16px;
	font-weight: bold;
	padding-left: 16px;
	margin-bottom: 10px;
}
div.containerMain p {
    padding: 0 0 2em;
    line-height: 1.6;
}
div.containerMain dl.dlCustomerInfo, div.containerMain dl.customerInfo {
	margin: 0 0 2em;
	padding: 10px 10px 10px 60px;
	border: 1px solid #AFC0D0;
	background: #E0F1F8 url(/content/dam/shared/jp/ja/static/images/common/icon_customer.gif) no-repeat 10px 12px;
	min-height: 40px;
}
div.containerMain dl dt {
	font-weight: bold;
}
div.section div.bloLineRound {
	border: 1px solid #B7B7B7;
	padding: 10px;
	border-radius: 2px;
}
div.section ul {
	margin: 0;
	list-style-type: none;
}
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;
}
.numArea > span {
	font-size: 2.86em;
	font-weight: bold;
	line-height: 1;
}
.numArea > span > img {
	width: 57px;
	margin-right: 12px;
	vertical-align: middle;
}
.infoTxMedium {
	font-size: 18px;
	line-height: 1.78;
}
/* 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;
	}
	.numArea > a {
		font-size: 1.71em;
		font-weight: bold;
		line-height: 1;
		color: #333333;
		text-decoration: none;
	}
	.numArea > a > img {
		width: 38px;
		margin-right: 12px;
		vertical-align: middle;
	}
	.infoTxMedium {
		font-size: 16px;
		line-height: 1.78;
	}
}
