@charset 'utf-8';

/* ------------------------------
 会社概要
------------------------------ */


.tm {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 6px solid #c00000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
}

.company table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px dotted #a9acb2;
}

.company th,
.company td {
	line-height: 1.6;
}

.company tbody th,
.company tbody td {
	border-bottom: 1px dotted #a9acb2;
}

.company tbody th {
	font-size: 18px;
	font-weight: bold;
	width: 180px;
	padding: 10px 20px;
	color: #333;
	background: #fde4e5;
}

.company tbody td {
	font-size: 16px;
	padding: 10px 30px;
	background: #fff;
}

.company tbody tr:nth-child(even) th {
	background: #f7d4d5;
}

.company tbody tr:nth-child(even) td {
	background: #fffcfc;
}

#privacy_area {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 320px;
	margin-bottom: 80px;
	padding: 18px;
	border: 2px solid #dfdfdf;
	background: #fff;
}

#privacy_area h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #333;
	border-bottom: 1px dashed #ccc;
}

#privacy_area h5 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	color: #333;
}

#privacy_area p,
#privacy_area li,
#privacy_area dt,
#privacy_area dd {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

#privacy_area dt {
	font-weight: bold;
}

#privacy_area .mb {
	margin-bottom: 20px;
}

#privacy_area .mbl {
	margin-bottom: 30px;
}

#privacy_area li {
	margin: .5em 0 .5em 1em;
	list-style: decimal;
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/