@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

header{
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.terms_title{
	width: 100px;
	margin: 50px auto 0;
}

.terms_sec{
	width: 90%;
	max-width: 1000px;
	margin: 50px auto 0;
}

.terms_sec:last-of-type{
	margin-bottom: 50px;
}

.terms_sec h2{
	font-size: 1.5em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #dbdada;
}

.terms_sec h2 span{
	font-size: 0.8em;
}
 
h2.top_sec{
	text-align: center;
	border: none;
}

.text-contents{
	font-size: 0.9em;
	letter-spacing: 0.05em;
	color: #2A2A2A;
	line-height: 1.8em;
	margin-top: 1.3em;
}

.list-type{
	border: 1px solid #dbdada;
	padding: 20px 20px 20px 40px;
	list-style: disc;
}

.list-type li{
	margin-bottom: 10px;
}

.more-type{
	font-size: 1em;
	border-top: 1px solid #dbdada;
	padding: 20px 0 0 20px;
	list-style: decimal;
}

.list-none{
	list-style: none;
	margin-left: -20px;
}

.next-con{
	border-bottom: 1px solid #dbdada;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.latin-type{
	list-style: lower-latin;
}

.table-contents{
	border: 1px solid #2F2F2F;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 0.9em;
}

.table-affiliate tr{
	border-bottom: 1px solid #2F2F2F;
}

.table-affiliate tr:last-child{
	border-bottom: none;
}

.table-affiliate th{
	background: #dbdada;
}

.table-affiliate th,td{
	padding: 0.5em 1em;
	box-sizing:border-box;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.table-privacy-plan{
	border: 1px solid #2F2F2F;
	width: fit-content;
}

.table-privacy-plan tr{
	border-bottom: 1px solid #2F2F2F;
	display: inline-flex;
	width: 100%;
}

.table-privacy-plan th{
	background: #dbdada;
}

.table-privacy-plan th,td{
	padding: 0.5em;
	box-sizing:border-box;
	width: 50%;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #2F2F2F;
}

.table-privacy-plan tr:last-child{
	border-bottom: 0;
}

.table-privacy-plan th:last-child,td:last-child{
	border-right: 0;
}

.camp-border{
	color: #F00;
	text-decoration: line-through;
}

.camp-border span{
	color: #000;
}

.campaign, .campaign-text{
	color: #F00;
	font-weight: bold;
}


@media screen and (min-width: 960px) {
	
	.table-contents{
		width: fit-content;
	}
	
	.table-affiliate th,td{
		display: revert;
	}
	
	.table-affiliate th{
		width: 30%;
	}
	
	.table-affiliate td{
		width: 50%;
	}

}


.terms_cp_title{
	font-size: 2em;
    width: 90%;
    max-width: 1000px;
    margin: 2em auto 0;
}