@charset "utf-8";



.wlbCont p{
	margin-bottom: 1em;
	color: #555;
}

.group_txt{
	font-size: 1rem;
	font-weight: bold;
	margin-bottom:2em;
	color: #666;
}

.group_companylist dl{
	padding-bottom: 1em;
	border-bottom: #e9e9e9 solid 1px;
}

.group_companylist dl dt{
	margin-bottom: 1em;
	padding: 5px 10px;
	color: #000;
	background-color: #def3f8;
}

.group_companylist dl dd{
	margin-top: 0.5em;
	padding: 0 10px;
	color: #666;
}

.group_companylist dl dd.link a{
	padding-left: 1.1em;
	background-image: url(../common/img/cmn_icon_blanc01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 13px auto;
}

.group_companylist dl dd.link a.noBlank{
	padding-left: 0;
	background: none;
}


@media print,all and (min-width: 768px){

	.groupWrap{
		width: 100%;
		max-width: 1280px;
		margin: auto;
		background-color: #fff;
	}

	.groupTitle{
		background-image: url(./img/index_bg_title-pc.jpg);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center;
	}

	.groupTitle h1{
		width: 100%;
		height: 150px;
		margin: 0;
		padding: 0;
		text-align: center;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: #afdfec 8px solid;
	}

	.groupTitle h1 img{
		width: 313px;
	}

	.groupCont{
		width: 100%;
		max-width: 960px;
		margin: auto;
		padding: 60px 20px 20px;
		box-sizing: border-box;
		position: relative;
	}

	.group_companylist{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.group_companylist dl{
		width: 49%;
		margin-bottom: 2%;
	}

}


@media screen and ( max-width: 767px) {

	.groupWrap{
		background-color: #fff;
	}

	.groupTitle{
		background-image: url(./img/index_bg_title-sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.groupTitle h1{
		width: 100%;
		height: 120px;
		margin: 0;
		padding: 0;
		text-align: center;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: #afdfec 8px solid;
	}

	.groupTitle h1 img{
		width: 248px;
	}

	.groupCont{
		padding: 40px 20px 10px;
		box-sizing: border-box;
		position: relative;
	}

	.group_companylist dl{
		margin-bottom: 5%;
	}

}
