@charset "utf-8";

/***************************************************************************
*
* COMPANY STYLE
*
***************************************************************************/
#content{
	position: relative;
	padding-bottom: 72px;
}
.areaCompany{
	margin-top: 27px;
}
.areaCompany .areaTitle .titleJp{
	font-size: 33px;
	color: #14263f;
	background: url(../images/hajimete/area-title-bg.png) no-repeat center bottom/100%;
	padding-bottom: 32px;
}
.areaTitle .titleJp:before,
.areaTitle .titleJp:after{
	content: none;
}
.boxCompany{
	padding: 42px 56px 88px;
	background: #fff;
}
.boxCompany .boxProfile .tbl-info{
    width: 100%;
    margin-top: 33px;
}
.boxCompany .boxProfile .tbl-info tr{
	border-top: 1px solid #cfe3ee;
}
.boxCompany .boxProfile .tbl-info tr:last-child{
	border-bottom: 1px solid #cfe3ee;
}
.boxCompany .boxProfile .tbl-info th{
    padding: 15px 41px 20px;
    font-weight: bold;
    font-size: 16px;
    width: 209px;
    background: #e9f7ff;
    text-align: left;
}
.boxCompany .boxProfile .tbl-info td{
	padding-left: 54px;
	letter-spacing: 1.6px;
}
.boxCompany .boxRepair{
	margin-top: 75px;
}
.boxCompany .boxRepair .list{
	margin-top: 43px;
}
.boxCompany .boxRepair .list li{
	display: flex;
	flex-wrap: wrap;
	padding-right: 86px;
}
.boxCompany .boxRepair .list li + li{
	margin-top: 56px;
}
.boxCompany .boxRepair .list li .itemImg{
	width: 278px;
	text-align: center;
	padding-left: 30px;
}
.boxCompany .boxRepair .list li .itemDes{
	width:	calc(100% - 278px);
	padding-left: 4px;
}
.boxCompany .boxRepair .list li .itemDes .ttl{
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-top: -6px;
}
.boxCompany .boxRepair .list li .itemDes img{
    margin-top: -5px;
    margin-right: 3px;
}
.boxCompany .boxRepair .list li .itemDes .cnt{
    margin-top: 10px;
    letter-spacing: 0.6px;
    line-height: 1.9;
}
@media(max-width: 768px){
	body.customize_bg{
	    background: #fff;
	}
	#content:before{
		content:  none;
	}
	.boxCompany{
		background: transparent;
		padding: 0;
	}
	.areaCompany .areaTitle .titleJp{
		font-size: 20px;
		padding-bottom: 20px;
	    background: url(../images/company/area-title-bg-sp.png) no-repeat center bottom/100%;
	}
	.boxCompany .boxProfile .tbl-info{
		margin-top: 20px;
	}
	.boxCompany .boxProfile .tbl-info th{
	    padding: 11px 11px 13px 9px;
	    font-weight: bold;
	    font-size: 10px;
	    width: 30.3%;
	}
	.boxCompany .boxProfile .tbl-info td{
	    font-size: 11px;
	    width: 69.7%;
	    letter-spacing: 0;
	    padding: 11px 32px 11px 16px;
	}
	.boxCompany .boxRepair{
		margin-top: 48px;
	}
	.boxCompany .boxRepair .list li{
		padding: 0;
	}
	.boxCompany .boxRepair .list li .itemDes{
		width: 244px;
		margin: 0 auto;
		padding-left: 0;
	}
	.boxCompany .boxRepair .list li .itemDes .ttl{
		font-size: 18px;
	}
	.boxCompany .boxRepair .list li .itemDes .ttl img{
		width: 49px;
	}
	.boxCompany .boxRepair .list li .itemImg{
		width: 100%;
		padding-left: 0;
	}
	.boxCompany .boxRepair .list li .itemDes img{
		margin: 0;
	}
	.boxCompany .boxRepair .list li .itemDes .cnt{
		margin-top: 10px;
		letter-spacing: 0;
		font-size: 10px;
		line-height: 1.8;
	}
	.boxCompany .boxRepair .list li + li{
		font-size: 39px;
	}
}