@charset "UTF-8";

/*  company
================================================ */


/*! #mainImg メイン画像
---------------------------------------- */

#mainImg {
	background-image: url(../img/company/bg_main01.jpg);
}

/*  intro
================================================ */

#intro {
	margin-bottom: 50px;
}
#intro .txt {
	margin-bottom: 45px;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#intro {
		margin-bottom: 25px;
		padding: 0 10px;
	}
	#intro .txt {
		margin-bottom: 20px;
		font-size: 13px;
	}
}

/*  outline
================================================ */

#outline {
	width: 1040px;
	margin: -125px auto 70px;
	padding-top: 125px;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#outline {
		width: 100%;
		margin: -75px 0 20px;
		padding: 75px 3.9% 0;
	}
}
#outline .tit {
	margin-bottom: 25px;
	background: url(../img/company/bg_tit01.png) no-repeat 50% 50%;
	font-weight: 400;
	font-size: 26px;
}
@media screen and (max-width: 599px) {
	#outline .tit {
		margin: 0 0 3%;
		background: url(../img/company/bg_tit01.png) no-repeat 50% 50%;
		background-size: 690px;
		font-size: 18px;
	}
}
#outline .table {
	width: 100%;
	border: 2px solid #cac2b6;
}
#outline .table th, #outline .table td {
	line-height: 1.6;
	padding: 20px 23px;
	border-top: 1px solid #cac2b6;
	font-size: 16px;
	text-align: left;
}
#outline .table th {
	width: 198px;
	border-right: 1px solid #cac2b6;
	background: #f7f6f4;
	vertical-align: top;
}
#outline .table td.list {
	padding: 0;
}
#outline .table td.list dl {
	overflow: hidden;
	padding: 20px 23px;
	border-top: 1px solid #cac2b6;
}
#outline .table td.list dl:first-child {
	border-top: 0;
}
#outline .table td.list dl dt {
	float: left;
	width: 248px;
}
#outline .table td.list dl dd {
	float: left;
}
#outline .table td ul {
	overflow: hidden;
        padding: 20px 23px;
	list-style: disc;
}

@media screen and (max-width: 599px) {
	#outline .table {
		box-sizing: border-box;
		width: auto;
	}
	#outline .table th, #outline .table td {
		box-sizing: border-box;
		padding: 10px;
		font-size: 13px;
		vertical-align: top;
	}
	#outline .table th {
		width: 90px;
	}
	#outline .table td.list dl {
		padding: 10px;
	}
	#outline .table td.list dl dt {
		float: none;
		width: auto;
		margin: 0 0 5px;
	}
	#outline .table td.list dl dd {
		float: none;
	}
}

