@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	privacypolicy.css
*/

/*============================================================
	タブ
*/
.privacypolicy .tab ul {
	display: table;
	margin: 0 auto;
	width: 840px;
}
.privacypolicy .tab ul li {
	width: 33.33%;
}

/*============================================================
	コンテナ
*/
.privacypolicy .container {
	padding: 20px 50px 0;
}

/*============================================================
	リスト
*/
.privacypolicy .list li {
	margin: 40px 0;
	padding-left: 3em;
}
.privacypolicy .list li:first-child {
	margin-top: 0;
}
.privacypolicy .list li h3 {
	position: relative;
	margin: 0 0 10px 0;
}
.privacypolicy .list li h3 span {
	position: absolute;
	top: 0; left: -3em;
}

/*============================================================
	リスト[CCPA]
*/

#ccpa .list li {
	position: relative;
	margin: 12px 0;
	padding-left: 3.2em;
}
#ccpa .list span:first-child {
	position: absolute;
	top: 0; left: 1.6em;
}
#ccpa .list li:first-child {
	margin-top: 0;
}
#ccpa .indent li {
	padding-left: 4.6em;
}

/*============================================================
	リンク[CCPA]
*/
#ccpa a {
	color: #000;
}
/* ホバー */
#ccpa a {
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
#ccpa a:hover {
	opacity: 0.6;
}


/*============================================================
	情報
*/
.privacypolicy small {
	display: block;
	text-align: right;
	font-size: 86%;
	line-height: 1.7;
}

/*============================================================
	テーブル
*/
.privacypolicy .table {
	width: 100%;
}
.privacypolicy .table table {
	width: 100%;
	table-layout: fixed;
}
.privacypolicy .table table th,
.privacypolicy .table table td {
	padding: 10px 15px;
	border: 1px solid #c9cacc;
	font-size: 100%;
	line-height: 1.7;
}
.privacypolicy .table table th {
	background-color: #f3f3f3;
}
.privacypolicy .table table th:first-child {
	white-space: nowrap;
	width: 12em;
}
.privacypolicy .table table tr:first-child th {
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
.privacypolicy .table table td {
	text-align: left;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0;
}
.privacypolicy .table table sup {
	display: inline-block;
	-webkit-transform-origin: 50% 0%;
	        transform-origin: 50% 0%;
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}

/* ////////////////////////////////////////////////////////////
	ブレイクポイント
*/
@media screen and (max-width: 680px) {

	/*============================================================
		コンテナ
	*/
	.privacypolicy .container {
		padding: 40px 20px 0;
		width: 100%;
	}

	/*============================================================
		リスト
	*/
	.privacypolicy .list li {
		margin: 10px 0;
	}
	.privacypolicy .list li h3 {
		margin: 0 0 5px 0;
	}

	/*============================================================
		情報
	*/
	.privacypolicy small {
		margin-top: 30px;
		font-size: 90%;
		line-height: 1.7;
	}

	/**** 2019.3.15追記 ****/
	.privacypolicy .tab-switching li a{
		white-space: nowrap;
	}

	/*============================================================
		タブ
	*/
	.privacypolicy .tab ul {
		width: 100%;
	}
	.privacypolicy .tab ul li:first-child a,
	.privacypolicy .tab ul li:first-child span {
		line-height: 32px;
	}
	.privacypolicy .tab ul li a,
	.privacypolicy .tab ul li span {
		padding: 10px;
		font-size: 100%;
		line-height: 16px;
	}

	/*============================================================
		リスト[CCPA]
	*/
	#ccpa .list li {
		position: relative;
		margin: 15px 0;
		padding-left: 3.2em;
	}
	#ccpa .list li span:first-child {
		position: absolute;
		top: 0;
		left: 1.6em;
	}
	#ccpa .indent li {
		padding-left: 4.6em;
	}

	/*============================================================
	リンク[CCPA]
	*/
	#ccpa a:hover {
		opacity: 1;
	}


	/*============================================================
		テーブル
	*/
	.privacypolicy .table table {
		table-layout: auto;
	}
	.privacypolicy .table table th,
	.privacypolicy .table table td {
		padding: 8px 10px;
		font-size: 100%;
		line-height: 1.7;
		letter-spacing: 0;
		white-space: nowrap;
	}
	.privacypolicy .table table th:first-child {
		width: auto;
	}

}