@charset "UTF-8";

/* ++++++++++++++++++++++++++++++
privacy-policy page
++++++++++++++++++++++++++++++ */
#mainTitle .ja-title small {
	display: inline-block;
}
#lowerBox .wBox { box-sizing: border-box; }
#contents .block + .block { border-top: 1px solid #e6e6e6; }
@media screen and (min-width:769px), print{
	#mainHeader { padding-bottom: 405px; }
	#lowerBox .wBox {
		margin-top: -310px;
		padding: 0 0 400px;
	}
	#contents .block {
		padding: 100px;
	}
}
@media screen and (max-width:768px){
	#mainHeader { padding-bottom: 20px; }
	#mainTitle { height: auto; }
}

#contents .num10 li {
	text-indent: -1em;
	padding-left: 1em;
}
#contents .num10 li .num {
	width: 1em;
	text-indent: 0;
	display: inline-block;
}
#contents .num15 li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#contents .num15 li .num {
	width: 1.5em;
	text-indent: 0;
	display: inline-block;
}
#contents .mt1em { margin-top: 1em; }
#contents .mt2em { margin-top: 2em; }
#contents .mt3em { margin-top: 3em; }
#contents .title { color: #6633cc; }
#contents .table table {
	width: 100%;
	table-layout: fixed;
}
#contents .table table tr td { vertical-align: top; }
#contents .table table tr > * { border: 1px solid #e6e6e6; }
#contents .table table tr > *:first-child { border-left: none; }
#contents .table table tr > *:last-child { border-right: none; }
@media screen and (min-width:769px), print{
	#contents .box + .box { margin-top: 80px; }
	#contents .title {
		font-size: 18px;
		margin-bottom: 1em;
	}
	#contents .table table tr > * { padding: 10px 18px; }
}
@media screen and (max-width:768px){
	#block01 li { margin-top: 2em; }
	#contents {
		font-size: 12px;
		padding-top: 40px;
		.block + .block {
			margin-top: 45px;
			padding-top: 45px;
		}
		.box + .box { margin-top: 41px; }
		.title {
			font-size: 15px;
			margin-bottom: 10px;
		}
		.table {
			table {
				width: 710px;
				tr > * { padding: 10px 17px; }
			}
		}
	}
}