@charset "UTF-8";
@media only screen and ( min-width: 768px ) {
	/***************************************************
	* 基本設定
	***************************************************/
	#contents.container .containerMain {
		width: 748px !important;
		font-size: 16px;
	}
	body{
		background: #ffffff;
	}
	
	/***************************************************
	* テキスト設定
	***************************************************/
	p{
		font-size:16px;
		line-height:1.8;
	}
	figcaption{
		font-size:14px;
		text-align:center;
	}
	h1{
		font-size:36px;
		text-align:left;
		font-weight: bold;
		padding: 15px 0;
	}
	h2{
		font-size:28px;
		text-align:left;
		padding-bottom: 1em;
	}
	h3{
		font-size:22px;
		text-align:left;
		padding-bottom: 0.8em;
	}
	.txRead{
		font-size:18px;
	}
	.txCaption{
		font-size:14px;
	}
	#wrapper{
		background: #ffffff;
	}
	.topicPath{
		font-size: 14px;
	}
	/***************************************************
	* ページ固有設定
	***************************************************/
	.ulNote img {
	width: 15px;
	margin: 0 4px 4px 4px;
	}
	.borderboxIndex{
		text-align: center;
		font-weight: bold;
		padding: 15px;
		background: #e4f4f9;
		border-top: solid 1px #e1e1e1;
		border-bottom: solid 1px #e1e1e1;
		margin: 0 20px;
	}
	.borderboxIndex p {
		margin: 0px
		padding: 0;
	}
	.borderboxText{
		padding: 15px 30px;
		border-bottom: solid 1px #e1e1e1;
		margin: 0 20px;
	}
	.borderboxtext p {
		margin: 0px
		padding: 0;
	}
}

/***************************************************
* sp-style
***************************************************/
@media only screen and ( max-width: 767px ) {
	/***************************************************
	* 基本設定
	***************************************************/
	.container div.containerMain{
		background: #ffffff;
		font-size: 16px;
	}
	#contents.container .containerMain {
		padding: 24px 10px 50px !important;
	}
	h1{
		font-size: 26px;
		text-align:left;
		margin-bottom: 22px;
	}
	.blo2col{
		display: block;
	}
	figcaption{
		font-size:13px;
	}
	h2{
		font-size:22px;
		text-align:left;
		margin-bottom: 16px;
	}
	h3{
		font-size:20px;
		text-align:left;
		margin: 25px 0 10px;
	}
	section p{
		padding: 0 10px;
	}
	.txRead{
		font-size:18px;
	}
	.txCaption{
		font-size:13px;
	}
	/***************************************************
	* ページ固有設定
	***************************************************/
	.ulNote img {
		width: 16px;
		margin: 0 3px 3px 3px;
	}
	ul.ulNote_mi li {
		font-size:13px;
	}
	.borderboxIndex{
		text-align: center;
		font-weight: bold;
		padding: 15px;
		background: #e4f4f9;
		border-top: solid 1px #e1e1e1;
		border-bottom: solid 1px #e1e1e1;
		margin: 0 12px;
	}
	.borderboxIndex p {
		margin: 0px
		padding: 0;
	}
	.borderboxText{
		padding: 15px;
		border-bottom: solid 1px #e1e1e1;
		margin: 0 12px;
	}
	.borderboxtext p {
		margin: 0px
		padding: 0;
	}
}

/*- 注釈リスト -*/
ul.ulNote {
	display: inline-block;
	margin: 0;
	position: relative;
}
ul.ulNote li {
	padding-left: 1.6em;
	position: relative;
}
ul.ulNote li span.kome {
	position: absolute;
	left: 0;
}
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: "別ウィンドウで開く";
