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

/*==============================*/
/* Title */
/*==============================*/
div.termsWrap{
	width: min(960px,100%);
	margin: 0 auto;
	padding: 64px 72px 68px 72px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 6px -3px rgba(153, 153, 153, 0.5);
	counter-reset: terms;
}

div.terms:not(:last-child){ margin-bottom: 56px;}

div.terms > *:not(h2){ padding-left: 28px;}


/*---------------------------------
   
---------------------------------*/
div.terms h2{
	position: relative;
	margin-bottom: 28px;
	padding-left: 26px;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3em;
}
div.terms h2::before{
	position: absolute; top: 0; left: 0;
	counter-increment: terms;
	content: counter(terms) ".";
}


/*---------------------------------
   
---------------------------------*/
div.terms div.termsContent dl:not(:last-child){ margin-bottom: 32px;}

div.terms div.termsContent dl dt{
	margin-bottom: 18px;
	color: #000;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.3em;
}
div.terms div.termsContent dl dd p{
	font-size: 15px;
	line-height: 1.618em;
}
div.terms div.termsContent dl dd ul li{
	position: relative;
	padding-left: 16px;
	font-size: 15px;
	line-height: 1.618em;
}
div.terms div.termsContent dl dd ul li::before{
	position: absolute; top: 10px; left: 0;
	content: "";
	width: 6px;
	height: 6px;
	background: #46403B;
	border-radius: 50%;
}
div.terms div.termsContent dl dd ul li:not(:last-child){ margin-bottom: 6px;}

/*---------------------------------
   
---------------------------------*/
table{
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
}

/*-- 共通
------------------------- */
table th,
table td{
	padding: 12px 8px;
	border: 1px solid #ccc;
}

table td{ font-size: 14px;}

table thead th {
	padding: 8px 8px 9px 8px;
	background: #efefef;
	line-height: 1.3em;
}
table tbody th{
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: left;
}



/*==============================*/
/* main */
/*==============================*/

/*---------------------------------
   大見出し
---------------------------------*/

/*-- 中見出し
------------------------- */

/*-- 小見出し -- */