@charset "utf-8";
#pagettl {
	background-color: rgba(61,73,117, 0.2);
}

/* ------------------------------
    #group
------------------------------ */
#group .group_list .box {
	padding: 50px 0;
	display: flex;
	border-bottom: 1px dashed #C1C1C1;
}
#group .group_list .box:first-child{
	border-top: 1px dashed #C1C1C1;
}
#group .group_list .box .logo {
	width: 188px;
}

#group .group_list .box .logo img {
	display: block;
	margin: 0 auto;
}


#group .group_list .box .info {
	width: calc(100% - 188px);
	padding: 0 0 0 50px;
}

#group .group_list .box .info .brand_name {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 1.4rem;
	font-weight: bold;
}

#group .group_list .box .info .brand_name .name {
	font-size: 1.8rem;
/*	line-height: 1.2;*/
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#group .group_list .box .info .brand_name .ja {
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
	color: #919191;
	margin-top: 6px;
	display: inline-block;
}

#group .group_list .box .info .btn {
	width: 256px;
	margin-top: 30px;
}

#group .group_list .box .info .btn a {
	padding: 9px 15px 9px 0;
	font-size: 1.4rem;
}

#group .group_list .box .info .btn a::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 14px;
	background: url(../img/group/icon_sitebtn.png) no-repeat center / 17px 14px;
	vertical-align: top;
	margin-left: 10px;
}


@media screen and (min-width: 769px) {
	.ie #group .group_list .box .info .btn a {
		padding: 12px 15px 6px 0;
	}
}

@media screen and (max-width: 768px) {
	#group .group_list .box {
		padding: 25px 0;
		display: flex;
		flex-direction: column;
	}

	#group .group_list .box .logo {
		width: inherit;
		padding: 0 0 25px 0;
	}

	#group .group_list .box .logo img {
		display: block;
		margin: 0 auto;
	}


	#group .group_list .box .info {
		width: inherit;
		padding: 0;
	}

	#group .group_list .box .info .brand_name {
		margin-bottom: 10px;
	}

	#group .group_list .box .info .brand_name .en {
		font-size: 1.5rem;
	}

	#group .group_list .box .info .brand_name .ja {
		font-size: .9rem;
		margin-top: 3px;
	}
	#group .group_list .box .info .btn {
		width: 190px;
		margin-top: 15px;
	}

	#group .group_list .box .info .btn a {
		padding: 7px 10px 7px 0;
		font-size: 1.1rem;
	}

	#group .group_list .box .info .btn.site a::after {
		width: 12px;
		height: 10px;
		background: url(../img/group/icon_sitebtn.png) no-repeat center / contain;
		vertical-align: middle;
		margin-left: 5px;
	}
}