@charset "utf-8";
.mainWrap {
	background-image: url(../img/sub/main_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: cover;
	height: 217px;
}
.main_titleBox {
	position: relative;
	height: 100%;
}
.main_title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 75px;
	margin: auto;
	font-size: 37px;
	font-weight: bold;
	line-height: 1;
}
.main_title span {
	display: block;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1{
	padding: 80px 0 100px;
	font-weight: 500;
	text-align: center;
}

.sec1 table{
	width: 100%;
}
.sec1 table tr{
	border-bottom: solid 1px #000;
}
.sec1 table tr:last-child{
	border-bottom: none;
}
.sec1 table th{
	padding: 25px 90px 25px 0;
	width: 365px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec1 table td{
	padding: 25px 10px 25px 5px;
	font-size: 18px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 1249px) {
}
@media screen and (max-width: 999px) {
/*-------------------------------------
	sec1
---------------------------------------*/
.sec1 table th{
	padding: 25px 50px 25px 0;
	width: 260px;
}
}
@media screen and (max-width: 679px) {
.mainWrap {
	height: 150px;
}
.main_title {
	height: 48px;
	font-size: 25px;
}
.main_title span img {
	width: 58px;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1{
	padding: 40px 0 50px;
}
.sec1 table th{
	display: block;
	padding: 15px 0 5px;
	width: 100%;
	font-size: 15px;
	text-align: left;
}
.sec1 table td{
	display: block;
	padding: 0 0 15px;
	font-size: 15px;
}

}

/* Portrait */
@media screen and (max-width:479px) {
}
