@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main h2 {
	margin-bottom: 33px;
	padding: 52px 0 16px;
	font-size: 55px;
	text-align: center;
	background: url(../img/about/line.gif) no-repeat center bottom;
}

#main h2 span {
	font-weight: 300;
}

#main h3 {
	margin: 0 auto 33px;
	width: 480px;
	font-size: 22px;
	text-align: center;
	background: url(../img/about/line01.gif) repeat-x left 16px;
}

#main h3 span {
	padding: 0 20px;
	display: inline-block;
	background-color: #FFF;
}

#main .textImg {
	margin-bottom: 50px;
	text-align: center;
}

#main .photo {
	margin-bottom: 57px;
}

#main .photo img {
	width: 100%;
}

#main .text {
	margin: 0 auto 57px;
	width: 780px;
	font-size: 14px;
	line-height: 2.12;
}

#main .section {
	background: url(../img/about/bg.jpg) no-repeat center top;
	background-size: cover;
	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/about/bg.jpg',sizingMethod='scale');
}

#main .tableBox {
	margin: 0 auto 68px;
	padding: 14px 0 42px;
	width: 980px;
}

#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}

#main .tableBox th {
	padding-top: 25px;
	width: 29%;
	color: #0066cc;
	font-size: 21px;
	text-align: left;
	vertical-align: middle;
}

#main .tableBox th:first-child {
	padding-top: 20px;
	width: 6%;
	font-size: 60px;
	font-style: oblique;
}

#main .tableBox td {
	padding-top: 35px;
	width: 65%;
	font-size: 13px;
	line-height: 1.96;
}

#main .aboutList {
	margin: 0 auto;
	width: 1034px;
}

#main .aboutList li {
	padding: 0 31px 45px;
	width: 455px;
	float: left;
	font-size: 12px;
	line-height: 1.7;
}

#main .aboutList li p {
	padding-bottom: 1px;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 4px solid #000;
}

#main .aboutList li p span {
	font-size: 16px;
}

#main .aboutList li .pic {
	padding-top: 23px;
	height: 157px;
	text-align: center;
}

#main .aboutList li .link {
	margin-top: 20px;
}

#main .aboutList li .link a {
	text-decoration: underline;
}

#main .aboutList li .link a:hover {
	text-decoration: none;
}

#main .aboutList li .comBtn02 {
	margin-top: 22px;
	width: 240px;
	font-size: 12px;
}

#main .aboutList li .comBtn02 a {
	background-position: 12px center;
}

#main .aboutList li .comBtn02 a:hover {
	background-position: 22px center;
}

#main .btmP {
	margin: 0 auto 44px;
	padding-bottom: 15px;
	width: 980px;
	font-size: 11px;
	text-align: right;
	border-bottom: 1px solid #000;
}

#main .comBtn01 {
	margin: 0 auto;
	width: 300px;
	font-size: 20px;
}

#main .comBtn01 a {
	padding: 19px 0 17px;
	margin-bottom: 70px;
}

@media all and (min-width: 0) and (max-width: 767px)  {
	#main h2 {
		margin-bottom: 17px;
		padding: 27px 0 10px;
		font-size: 28px;
		background-size: 85px 1px;
	}
	
	#main .textImg {
		margin-bottom: 30px;
	}
	
	#main .photo {
		margin-bottom: 27px;
		height: auto;
		background: none;
	}
	
	#main .photo img {
		width: 100%;
		display: block;
	}
	
	#main .text {
		margin: 0 25px 30px;
		width: auto;
		font-size: 11px;
		line-height: 1.8;
	}
	
	#main h3 {
		margin: 0 25px 12px;
		width: auto;
		font-size: 13px;
		text-align: left;
		background: none;
	}

	#main h3 span {
		padding: 0;
	}
	
	
	#main .section {
		margin: 0;
		background: none;
	}
	
	#main .tableBox {
		margin: 0;
		padding: 0;
		width: auto;
	}

	#main .tableBox .back01 {
		background: url(../img/about/sp_bg01.jpg) no-repeat left top;
		background-size: 100% 100%;
	}

	#main .tableBox .back02 {
		background: url(../img/about/sp_bg02.jpg) no-repeat left top;
		background-size: 100% 100%;
	}

	#main .tableBox .back03 {
		background: url(../img/about/sp_bg03.jpg) no-repeat left top;
		background-size: 100% 100%;
	}
	
	#main .tableBox th {
		padding: 28px 25px 12px 0;
		width: 85%;
		float: left;
		font-size: 19px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	#main .tableBox th:first-child {
		padding: 17px 0 0 25px;
		width: 15%;
		float: left;
		font-size: 35px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;	
	}
	
	#main .tableBox td {
		padding: 0 25px 14px;
		width: 100%;
		float: left;
		font-size: 11px;
		line-height: 1.8;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;	
	}
	
	#main .aboutList {
		margin-bottom: 40px;
		width: auto;
		border-bottom: 3px solid #000;
	}
	
	#main .aboutList li {
		padding: 15px 20px 25px;
		width: auto;
		float: none;
		font-size: 11px;
		line-height: 1.85;
		position: relative;
		border-top: 3px solid #000;
	}
	
	#main .aboutList li p {
		left: 25px;
		top: 32px;
		font-size: 16px;
		border: none;
		position: absolute;
	}
	
	#main .aboutList li .pic {
		padding: 0 8px 10px 0;
		height: auto;
		text-align: right;
	}

	#main .aboutList li .pic img {
		width: 45%;
	}
	
	#main .aboutList li p span {
		display: block;
		font-size: 10px;
	}
	
	#main .aboutList li .comBtn02 {
		margin: 15px 20px 0;
		width: auto;
	}
	
	#main .aboutList li .comBtn02 a,
	#main .aboutList li .comBtn02 a:hover {
		background-position: 12px center;
	}
	
	#main .btmP {
		margin: 0 25px;
		width: auto;
		font-size: 10px;
		text-align: left;
		border: none;
	}
	
	#main .comBtn01 {
		margin: 0 40px;
		width: auto;
		font-size: 14px;
		margin-bottom: -70px;
	}
	
}