@charset "UTF-8";

/*  company
================================================ */


hr.separate {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*! #mainImg メイン画像
---------------------------------------- */

#mainImg {
	background-image: url(../img/common/bg_main02.jpg);
}

/* space */
.space60 {
  height: 60px;
}

/* caption box */
.caption_box_center {
    border: 5px solid #eee;
    background-color: #fcfcfc;
    position: relative;
    padding: 20px;
    font-size: 16px;
    text-align: center;
}

/*  intro
================================================ */

#intro {
	margin-bottom: 50px;
}
#intro .txt {
	text-align: center;
}
#intro p.txt1 {
	font-size: 24px;
}
#intro p.txt2 {
	font-size: 24px;
	color: #666666;
}
#intro p.txt3 {
	font-size: 40px;
	font-weight: bold;
	text-shadow:4px 4px 5px #d2d2d2;
}
#intro p.txt4 {
	font-size: 16px;
	border: solid 3px #4286f4;
	display: inline-block;
	padding: 0 10px;
}
#intro .txt4_wrap {
	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;
}
#outline h2.caption {
	font-size: 24px;
	margin-bottom: 20px;
}
#outline .table h3.line {
	font-size: 22px;
}
#outline .table p.description {
	font-size: 14px;
}

@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;
	}
}

