@charset "UTF-8";

/* -----------------------------------------------

	resp_home_keiyaku.css
	契約内容登録制度・契約内容照会制度設定

----------------------------------------------- */

div.section {
	font-size: 16px;
}
div.containerMain .section {
	margin: 0px;
	padding-bottom: 2em;
}
div.containerMain h1 {
	font-weight: bold;
	padding: 15px 0;
}
div.containerMain h2 {
	font-size: 28px;
	font-weight: bold;
}
div.containerMain h3 {
	font-weight: bold;
}
div.containerMain h2.hd {
	text-align: left;
	padding-bottom: 1em;
}
div.containerMain h3.hd {
	text-align: left;
	padding-bottom: 0.8em;
}
div.containerMain .description .list {
	font-size: 14px;
	padding-left: 16px;
	margin-bottom: 10px;
}
.txBold {
	font-weight: bold;
}
div.section ul {
	margin: 0;
	list-style-type: none;
}
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: "別ウィンドウで開く";
}
ol li {
	padding-bottom: 0.5em;
}
.indent {
	text-indent: -1.6em !important;
	padding-left: 1.5em !important;
}
.indentPl2em {
	text-indent: -2.1em !important;
	padding-left: 2em !important;
}
.indentPl1em {
	text-indent: -1.1em !important;
	padding-left: 1em !important;
}
.txXLarge {
	font-size: 30px;
}
@media only screen and (max-width: 767px) {
	div.containerMain h2 {
		font-size: 22px;
	}
	.txXLarge {
		font-size: 24px;
	}
}
