@charset "utf-8";


/*-----------------------------------------------
    index
-----------------------------------------------*/
.cmnMainTit {
    background-image: url(../img/company/bgTopCompany01.jpg);
}
#pnkz{
    padding-bottom:103px;
}
@media only screen and (max-width:767px){
    .cmnMainTit{
        margin: 0 0 70px;
    }
    .cmnMainTit{
        background-image: url(../img/company/bgTopCompanySp01.jpg);
    }
    #pnkz{
    padding: 18px 0 16px 20px;
    } 
}


/* secCenter */
.secCenter .txtBox{
    background-image: url(../img/company/bgCompanyCenter01.jpg);
    height: 920px;
    margin: 0 20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    padding-left:285px;
    margin-bottom:550px;
}
.secCenter .txtBox .innerTxtBox{
    margin-top:32px;
}
.secCenter .txtBox .innerTit{
    font-size:34px;
    line-height: 1.8;
    letter-spacing: 6px;
}
.secCenter .innerTxtBox .innerTxt{
    font-size:15px;
    line-height: 2.55;
    margin-top:22px;
}
.secCenter .txtBox::after{
    content: "";
    width: 960px;
    height: 400px;
    position: absolute;
    bottom: -450px;
    background: url(../img/company/bgTopCompany02.jpg);
    right: calc(100% - 960px);
}
@media only screen and (max-width:1700px){
    .secCenter .txtBox{
        padding-left:100px;
    }
}
@media only screen and (max-width:1500px){
    .secCenter .txtBox{
        padding-left:20px;
    }
}
@media only screen and (max-width:767px){
    .secCenter .txtBox .innerTxtBox{
        margin-top:5px;
    }
    .secCenter .txtBox{
        padding-left:0;
    }
    .secCenter .txtBox::after{
        display: none;
    }
    .secCenter .txtBox{
        background-image:none;
        height: auto;
    }
    .secCenter .txtBox .innerTit{
        font-size:18px;
        line-height: 1.8;
        letter-spacing: 2px;
    }
    .secCenter .innerTxtBox .innerTxt{
        font-size:13px;
        line-height:1.8;
        margin-top:22px;
    }
    .secCenter .innerTxtBox .innerTxt.innerTop {
        margin-top: 10px;
    }
    .secCenter .imageBox{
        margin-top:25px;
    }
    .secCenter .txtBox{
        margin-bottom:40px;
    }
}

/* secAbout */
.secAbout .titLabel{
    text-align: center;
    background-color:#373e46
}
.secAbout .titLabel .innerTit{
    font-size:24px;
    color:#fff;
    padding:35px 0;
    letter-spacing: 3px;
}
@media only screen and (max-width:767px){
    .secAbout .titLabel .innerTit{
        font-size:15px;
        padding:22px 0;
        letter-spacing:1px;
    }
}

/* secDeatailsInfo */
.secDeatailsInfo{ 
    margin-top:50px;
    margin-bottom:40px;
}
.secDeatailsInfo.bottom{ margin-top:40px;}
.secDeatailsInfo .list{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.secDeatailsInfo .boxLeft{ width: 70.312%;}
.secDeatailsInfo table{ width:100%;}
.secDeatailsInfo th,
.secDeatailsInfo td{
	font-size:15px;
	padding:20px 30px;
	line-height:1.8;
	border:1px solid #cccccc;
	vertical-align:middle;
}
.secDeatailsInfo th{
	width:220px;
	background:#f9f9f9;
}
.secDeatailsInfo td a{
	color:#1d1d1d;
	text-decoration:underline;
	display:inline-block;
}
.secDeatailsInfo .aBtn{
	display:block;
	text-decoration:none;
	color:#1d1d1d;
	text-align:center;
	border-radius: 50px;
	background:#6aba03;
	padding:34px 0 30px;
    color: #fff;
    position: relative;
}
.secDeatailsInfo .aBtn::after{
    content:"";
	position:absolute;
	top:0;
	right: 30px;
	bottom:0;
	margin:auto;
	background:url(../img/modelhouse/iconBtnArrow.gif) top center / cover no-repeat;
	width:8px;
	height:14px;
}
.secDeatailsInfo .aBtn .btnTxt{
	font-size:20px;
	line-height:1.5;
	font-weight:700;
	display:inline-block;
	position:relative;
	padding-left:35px;
}
.secDeatailsInfo .aBtn .btnTxt::after{
	content:"";
	position:absolute;
	top:0;
	left:-10px;
	bottom:0;
	margin:auto;
	background:url(../img/modelhouse/iconBtn01.gif) top center / cover no-repeat;
	width:36px;
	height:34px;
}
.secDeatailsInfo .aBtn.aTel{
	background:#373e46;
	color:#fff;
	padding:22px 0 16px;
	margin-top:20px;
}
.secDeatailsInfo .aBtn.aTel::after {
    display: none;
}
.secDeatailsInfo .num{
	font-size:32px;
	line-height:32px;
	letter-spacing:2.5px;
	position:relative;
	display:inline-block;
	padding-left:25px;
    position: relative;
}
.secDeatailsInfo .num::after{
	content:"";
	position:absolute;
	top:0;
	left:-3px;
	bottom:0;
	margin:auto;
	background:url(../img/modelhouse/iconBtnTel.gif) top center / cover no-repeat;
	width:19px;
	height:26px;
}
.secDeatailsInfo .smallTxt{
	font-size:11px;
	line-height:20px;
	padding-top:4px;
}
@media only screen and (max-width:767px){
	.secDeatailsInfo{ 
        margin-top:20px;
        margin-bottom:20px;
    }
	.secDeatailsInfo.bottom{ margin-top:30px;}
	.secDeatailsInfo .list{ display:block;}
	.secDeatailsInfo .boxLeft{ width:100%;}
	.secDeatailsInfo th,
	.secDeatailsInfo td{
		font-size:13px;
		line-height: 1.4;
		padding:16px 10px;
	}
	.secDeatailsInfo th{ 
        width:80px;
        font-size:13px;
    }
	.secDeatailsInfo .boxRight{ 
		width:55.223%;
        margin:0 auto;
		margin-top:20px;
        margin-bottom:20px;
	}
	.secDeatailsInfo .aBtn{
		padding:15px 0 10px;
	}
    .secDeatailsInfo .aBtn .btnTxt{
		font-size:17px;
		line-height:48px;
		font-weight:700;
		display:inline-block;
		position:relative;
		padding-left:40px;
	}
	.secDeatailsInfo .aBtn .btnTxt::after{
		content:"";
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		margin:auto;
		width:32px;
		height:30px;
	}
	.secDeatailsInfo .aBtn.aTel{
		padding:12px 0;
		margin-top:17px;
	}
	.secDeatailsInfo .smallTxt{
		text-align:center;
		padding-top:0;
		font-size: 10px;
	}
	.secDeatailsInfo .num {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 2px;
		position: relative;
		display: inline-block;
		padding-left: 25px;
		position: relative;
	}
	.secDeatailsInfo .num::after {
		left: -3px;
		width: 15px;
		height: 20px;
	}
}

@media only screen and (max-width: 767px){
    .cmnBtmBnr.company {
        padding: 70px 0 30px;
    }
	.secMap .googleMap {
		position: relative;
		padding-bottom: 59.25%;
		height: 0;
		overflow: hidden;
   }
	
   .secMap .googleMap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
   }
}
/* 220510 */
.secgraph{
	max-width: 1280px;
	margin: 0 auto;
margin-top: 61px;}
.secgraph .Titbox{
	text-align: center;
	background-color: #373e46;
	height: 70px;
}
.secgraph .Titbox .tit{
	font-size: 18px;
	line-height: 60px;
	color: #fff;
letter-spacing: 2px;padding-top: 5px;}
.secgraph .flexbox{
	width: 1075px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	color: #000;
margin-top: 30px;}
.secgraph .flexbox .box{
	width: 33.333%;
	border: 1px solid #cccccc;
	border-right: none;
}
.secgraph .flexbox .box:last-child{
	border-right: 1px solid #cccccc;
}
.secgraph .flexbox .box .top{
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f1f1f1;
	height: 59px;
}
.secgraph .flexbox .box .top .txt{
	font-size: 15px;
	line-height: 30px;
}
.secgraph .flexbox .box .middle{
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f9f9;
	height: 59px;
}
.secgraph .flexbox .box:first-child .middle{
	width: 500%;
	position: relative;
	z-index: 10;
}
.secgraph .flexbox .box .middle .txt{
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
}
.secgraph .flexbox .box .bottom{
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}
.secgraph .flexbox .box .bottom .txt{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
@media only screen and (max-width: 767px){
	.secgraph{
		max-width: 1280px;
		margin: 0 auto;
	margin-top: 29px;}
	.secgraph .Titbox{
		text-align: center;
		background-color: #373e46;
		height: 40px;
	}
	.secgraph .Titbox .tit{
		font-size: 12px;
		line-height: 1.916;
		color: #fff;
	letter-spacing: 0px;padding-top: 10px;}
	.secgraph .flexbox{
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: stretch;
		flex-wrap: nowrap;
		color: #000;
	margin-top: 16px;}
	.secgraph .flexbox .box{
		width: calc(100% / 4);
		border: 1px solid #cccccc;
		border-right: none;
	}
	.secgraph .flexbox .box:last-child{
		border-right: 1px solid #cccccc;
	}
	.secgraph .flexbox .box .top{
		border-bottom: 1px solid #cccccc;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #f1f1f1;
		height: 38px;
	}
	.secgraph .flexbox .box .top .txt{
		font-size: 11px;
		line-height: 1.27;
	}
	.secgraph .flexbox .box .middle{
		border-bottom: 1px solid #cccccc;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #f9f9f9;
		height: 38px;
	}
	.secgraph .flexbox .box .middle .txt{
		font-size: 11px;
		line-height: 1.2;
		font-weight: bold;
	text-align: center;}
	.secgraph .flexbox .box .bottom{
		height: 38px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #ffffff;
	}
	.secgraph .flexbox .box .bottom .txt{
		font-size: 13px;
		line-height: 1.2;
		font-weight: bold;
	}
	.secgraph .brSp{
		display: none;
	}
}
@media only screen and (max-width: 359px){
	.secgraph .brSp{
		display: inline;
	}
}
.secgraph .topBtmTxt  {
	text-align: center;
	margin: 30px auto;
}
.secgraph .topBtmTxt .txt{
    font-size: 26px;
    font-weight: bold;
    padding-top: 12px;
}
.secgraph .topBtmTxt .fRed{
    color: #ec1111;
}
@media only screen and (max-width:767px){
	.secgraph .topBtmTxt  {
        width: 100%;
        height: auto;
        text-align: center;
		margin: 10px auto 15px;
    }
    .secgraph .topBtmTxt .txt{
        font-size: 14px;
        line-height: 24px;
    }
	.secgraph .topBtmTxt .fRed{
		display: inline-block;
	}
}