@charset "UTF-8";
/* CSS Document */
/* ======================================
		#secAbout (SP)
====================================== */
#secAbout {
	text-align: left;
}
#secAbout {
	padding-top: 1em;
	padding-bottom: 100px;
}
#secAbout .boxLead h2 {
	margin-bottom: 1em;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4;
}
#secAbout .boxLead p {
	margin-bottom: 1.5em;
	font-size: 15px;
	font-size: 1.5rem;
}
#secAbout .boxLead .boxName {
	font-size: 18px;
	font-size: 1.8rem;
}
#secAbout .boxImage {
	padding: 16%;
	margin-bottom: 50px;
	background: url("../images/about/image-bak_sp.jpg") no-repeat center/contain;
	text-align: center;
}
#secAbout .boxImage img {
	max-width: 240px;
}

#secAbout table {
	width: 100%;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	font-size: 1.4rem;
}
#secAbout  th {
	background-color: #f5f5f5;
	text-align: center;
}
#secAbout th,
#secAbout td {
	display: block;
	padding: .9em 1.8em;
	border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width:641px) {
  /*　for PC　*/
	/* ======================================
			#secAbout (min-width:641px)
	====================================== */
	#secAbout .boxLead {
		float: left;
		width: 56%;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#secAbout .boxImage {
		float: right;
		width: 43%;
		padding: 45px 15px;
		margin-bottom: 30px;
	}
	#secAbout .boxImage img {
		max-width: 310px;
	}

	#secAbout  th {
		/*width: 30%;*/
		width: 18%;
		background-color: #f5f5f5;
		border-right: 1px solid #dcdcdc;
		text-align: center;
	}
	#secAbout th,
	#secAbout td {
		display: table-cell;
		padding: 1em 1.8em;
		text-align: left;
	}
}


