@charset "utf-8";

.e3dbox{
	margin-top: 50px;
	border: solid 1px #D2B44D;
	padding: 20px;
	background-color: #FFF;
}

.e3d{
	display: flex;
	justify-content: space-between;
}

.e3d .purple{
	background-color: #6a005f;
	width: 406px;
	box-sizing: border-box;
	padding: 20px;
}

.e3d .copy{
	width: 700px;
	box-sizing: border-box;
}
.e3d .copy .zu{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	font-size: 12px;
	color: #6a005f;
	line-height: 1.2;
}

.e3d .box1{
	width: 362px;
	text-align: center;
}
.e3d .box2{
	width: 290px;
	text-align: center;
	background-image: url("images/vr/back.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.e3d .box2 div:first-child{
	float: left;
	width: 124px;
}
.e3d .box2 div:nth-child(2){
	float: right;
	width: 124px;
}
.e3d .box2 div:nth-child(2) img{
	height: 169px;
}
.e3d .box2 div:last-child{
	clear: both;
	text-align: center;
}
.e3d .box2 div:last-child img{
	width: 160px;
}

.iconbox{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.icon{
	width: 700px;
	border: solid 1px #bfbfbf;
	padding: 10px;
	box-sizing: border-box;
}
.logobox{
	width: 406px;
	box-sizing: border-box;
	padding: 0;
}

.icon > div{
	width: 105px;
	float: left;
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	color: #444;
}
.icon ul{
	width: 550px;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.icon ul li{
	width: 25%;
	font-size: 12px;
}
.icon ul li img{
	width: 36px;
	float: left;
}
.icon ul li p{
	width: calc(100% - 36px);
	float: right;
	margin: 0;
	padding: 0 5px;
	box-sizing: border-box;
	line-height: 1.2;
}
.icon ul li:nth-child(3) p,
.icon ul li:nth-child(4) p,
.icon ul li:nth-child(6) p,
.icon ul li:nth-child(8) p{
	padding-top: 0.5em;
}

.icon ul li::after{
	content: "";
	display: block;
	clear: both;
}

.logobox img{
	float: left;
	width: 180px;
	margin-right: 10px;
}
.logobox p{
	font-size: 14px;
	line-height: 1.2;
	padding-top: 1em;
}
.logobox p.copy{
	clear: both;
	padding-top: 5px;
	font-size: 12px;
}



