@charset "UTF-8";

/* -----------------------------------------------

	adr.css
	金融ADR制度について設定

----------------------------------------------- */

.container div.containerMain h1 {
	font-size: 36px;
	text-align: left;
	font-weight: bold;
	padding: 15px 0;
}
.container div.containerMain h2 {
	font-size: 28px;
	text-align: left;
	font-weight: bold;
	margin: 15px 0;
}
.container div.bloLineRound {
	border: 1px solid #B7B7B7;
	padding: 10px;
	border-radius: 2px;
}
.container div.containerMain .description .list {
	font-size: 16px;
	padding-left: 16px;
	margin-bottom: 10px;
}
a.linkBlank:after {
	background: url(/content/dam/shared/jp/ja/static/images/products/resp_icon_blank.png) no-repeat 0 0;
	content: "別ウィンドウで開く";
}
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: "";
}
/* SP */
@media print, screen and (max-width: 767px) {
	.container div.containerMain h1 {
		font-size: 26px;
	}
	.container div.containerMain h2 {
		font-size: 22px;
	}
	.container div.section {
		margin: 20px 0px;
	}
}
