@charset "Shift_JIS";

/* 個人情報保護に関して
============================ */
#corp.privacy .txt p {
	line-height: 2;
}
#corp.privacy .txtR {
	text-align: right;
}
#corp.privacy .box {
	background:#f2f2f2;
}
#corp.privacy ol.mgnT {
	margin-top: 2em;
} 
#corp.privacy ol li {
	margin-left: 24px;
	padding-left: 12px;
	margin-bottom: 0.5em;
	line-height: 2;
}
#corp.privacy ol li em {
	display: block;
	font-weight: bold;
}
#corp.privacy ol.alpha {
	margin: 1em 0;
}
#corp.privacy ol.alpha li {
	list-style-type: lower-alpha;
}
#corp.privacy ol.parenthesis {
	margin: 1em 0;
}
#corp.privacy ol.parenthesis li {
	list-style-type: none;
	counter-increment: cnt;
}
#corp.privacy ol.parenthesis li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
}
#corp.privacy ol.mgnB2 li {
	margin-bottom: 2em;
}
#corp.privacy ol.mgnB2 li ol li {
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	}
	@media print, screen and (min-width:768px) {
	#corp.privacy ol.mgnB2 li ol li {
		margin-left: 5em;
	}
}
#corp.privacy h3 + ol {
	margin-top: 1em;
}
#corp.privacy h2 + h3 {
	margin-top: 0;
}
#corp.privacy .atten {
	display: block;
	position: relative;
	margin-left: 1.2em;
	margin-bottom: 1.5em;
	font-size: 80%;
}
#corp.privacy .atten::before {
	content: "※";
	display: inline-block;
	margin-left: -1.2em;
	width: 1.2em;
}
/* プライバシーマーク */
#corp.privacy .flex {
	display: flex;
	flex-direction: column;
	}
	@media print, screen and (min-width:768px) {
	#corp.privacy .flex {
		flex-direction: row;
	}
}
#corp.privacy .flex .pic {
	margin-bottom: 16px;
	text-align: center;
	}
	@media print, screen and (min-width:768px) {
	#corp.privacy .flex .pic {
		flex-basis: 100px;
		max-width: 100px;
		margin-right: 34px;
		text-align: left;
	}
	#corp.privacy .flex div {
		width: calc(100% - 100px);
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.privacy .flex .pic {
		margin-right: 54px;
	}
}
#corp.privacy .flex .pic img {
	width: 80px;
	}
	@media print, screen and (min-width:768px) {
	#corp.privacy .flex .pic img {
		width: 100px;
	}
}

/* 表 */
#corp.privacy .table {
	margin-bottom: 2em;
}
#corp.privacy .table caption {
	display: none;
}
#corp.privacy .txt a {
	color: #000;
}
#corp.privacy .txt .btnBK a {
	color: #fff;
}
#corp.privacy .txt .btnBK a:hover {
	color: #000;
}

/* 箇条書き */
#corp.privacy ol.alpha ul.bullet li {
	list-style-type: disc;
	margin-left: 0;
	padding-left: 0;
}
#corp.privacy ol.alpha_parenthesis li {
	list-style-type: none;
	counter-increment: cnt;
}
#corp.privacy ol.alpha_parenthesis li:before{
	display: marker;
	content: counter(cnt, lower-alpha) ") ";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
}
#corp.privacy ol.alpha_parenthesis li.last:before{
	content: "c) ";
}
#corp.privacy .box {
	padding: 24px;
	margin-top: 20px;
	background: #f8f8f8;
	}
	@media print, screen and (min-width:768px) {
	#corp.privacy .box {
		padding: 40px 36px;
	}
}
#corp.privacy .box em {
	margin-bottom: 0.5em;
}
#corp.privacy .box:last-of-type {
	margin-bottom: 20px;
}
#corp.privacy .box:last-of-type p {
	margin-bottom: 0;
}
#corp.privacy .box ul.bullet li {
	list-style-type: disc;
	margin-left: 0;
	padding-left: 0;
}
#corp.privacy .box ul.bullet li:before{
	display: none;
}
#corp.privacy .box ul.bullet li .atten {
	margin-left: 0;
}
#corp.privacy .box ul.bullet li .atten::before {
	display: none;
}

/* 転送ページ
============================ */
#corp.privacy .center {
	text-align: center;
}
#corp.privacy .center .TextStyle1,
#corp.privacy .center .LinkListStyle1 {
	font-size: 100%;
	line-height: 2;
}