
#work4 h3{
	margin-bottom: 10px;
}

.wbox{
	margin: 0 0 20px 0;
}

.d2{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #ff3399;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

.circle_bg{
	width: 55%;
	padding: 20px 0;
	background: url(../../inexp/img/circle.png) no-repeat top center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.emb_bg{
	width: 55%;
	padding: 20px 0;
	background: url(../../inexp/img/emb.png) no-repeat top center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.heart_bg{
	width: 55%;
	padding: 20px 0;
	background: url(../../inexp/img/heart.png) no-repeat top center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.circle_bg.left,
.emb_bg.left,
.heart_bg.left{
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.circle_bg.right,
.emb_bg.right,
.heart_bg.right{
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.circle,
.emb,
.heart{
	text-align: center;
}

.circle p,
.emb p,
.heart p{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 5px 0;
}

.wp{
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

.btmbd{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color:  #ff3399;
	padding: 0 10px;
}


/** wbox1 **/

#img1{
	position: relative;
	margin: 0 0 10px 0;
	padding-top: calc(315 / 810 * 100%);
	background: url(./img/img1.jpg) top center / cover no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#img1 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	width: 100%;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 35%;
	right: 10px;
}

#img1 li{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 18vw;
	height: 18vw;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 2px;
	border-radius: 50%;
}
#img1 li span{
	width: 100%;
	font-size: 11px;
	line-height: 12px;
}
#img1 li em{
	width: 100%;
	font-size: 10px;
	line-height: 12px;
}
#img1 li.si1{	background: #a143ff;}
#img1 li.si2{	background: #dca847;}
#img1 li.si3{	background: #3bcc31;}

#img1 h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #ff3399;
	padding: 0 0 0 325px;
}

span.si1{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #fff;
	padding: 40px 0 0 0;
	background: url(../../work4/img/si1.png) no-repeat 50% 10px #a143ff;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

span.si2{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #fff;
	padding: 40px 0 0 0;
	background: url(../../work4/img/si2.png) no-repeat 50% 10px #dca847;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

span.si3{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #fff;
	padding: 40px 0 0 0;
	background: url(../../work4/img/si3.png) no-repeat 50% 10px #3bcc31;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sibox{
	width: 100%;
	display: table;
	margin: 0 0 10px 0;
}

.sibox_l,
.sibox_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sibox_l{
	width: 90px;
	text-align: center;
	padding: 10px 0;
}

.sibox_r{
	padding: 10px 10px 10px 0;
}

.sibox_r p{
	font-size: 12px;
	line-height: 18px;
}

.sibox_r p:nth-child(2){
	font-size: 12px;
	line-height: 18px;
}

.sibox_r p:nth-child(2) span{	color: #ff0000;}

.sibg1{	background: url(../../work4/img/bg5.gif) top left; -webkit-background-size: 25px auto; background-size: 25px auto;}
.sibg2{	background: url(../../work4/img/bg6.gif) top left; -webkit-background-size: 25px auto; background-size: 25px auto;}
.sibg3{	background: url(../../work4/img/bg3.gif) top left; -webkit-background-size: 25px auto; background-size: 25px auto;}


/** wbox2 **/

.w2{
	width: calc(100% - 20px);
	display: table;
	font-size: 0;
	line-height: 0;
	margin: 0 10px 10px 10px;
}

.w2_l,
.w2_r{
	display: table-cell;
	vertical-align: top;
}

.w2_l p{
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px 0 0;
}

.w2_r{
	width: 100px;
}
.w2_r img{
	width: 100px;
	height: auto;
}

#img2_bg{
	margin: 0 0 10px 0;
	padding: 10px;
	background: url(../../work4/img/bg1.gif) top left;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}

#img2{
	position: relative;
	padding-top: calc(395 / 770 * 100%);
	background: url(../../work4/img/img2.jpg) top center / cover no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#img2 p{
	color: #ff3399;
	border-bottom: 3px double #ff3399;
}

#img2box div{
	margin: 0 10px 10px 10px;
	padding: 10px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#img2box div:nth-of-type(1){	background: #e0ac21;}
#img2box div:nth-of-type(2){	background: #35b6f2;}

#img2box div h4{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	padding: 2px 0 10px 30px;
	background: url(../../work1/img/d.png) no-repeat 0 0;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}

#img2box div ul{
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}

#img2box div li{
	font-size: 12px;
	line-height: 18px;
}


/** wbox3 **/

#img3_bg{
	margin: 0 0 10px 0;
	padding: 10px;
	background: url(../../work4/img/bg3.gif) top left;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}

#img3{
	position: relative;
	padding-top: calc(355 / 770 * 100%);
	background: url(./img/img3.jpg) top center / cover no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#img3 .circle_bg{	width: 46%;}

#img3 p{
	color: #37bd40;
	border-bottom: 3px double #37bd40;
}

#img3box ul{
	margin: 0 10px 10px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#img3box li{
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #ddd;
	padding: 7px 0 7px 16px;
	background: url(../../work4/img/c.png) no-repeat 0 10px;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
}

#img3box li:last-child{	border: none;}

.w3{
	width: calc(100% - 20px);
	display: table;
	margin: 0 10px 10px 10px;
}

.w3_l,
.w3_r{
	display: table-cell;
	vertical-align: middle;
}

.w3_l{
	width: 60px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #e0ac21;
	border-radius: 5px 0 0 5px;
}

.w3_r{
	background: #fff6c3;
	border-radius: 0 5px 5px 0;
	padding: 8px 10px;
}

.w3_r p{
	font-size: 12px;
	line-height: 16px;
	padding: 2px 0;
}


/** wbox4 **/

#img4_bg{
	margin: 0 0 10px 0;
	padding: 10px;
	background: url(../../work4/img/bg2.gif) top left;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}

#img4{
	position: relative;
	padding-top: calc(420 / 770 * 100%);
	background: url(../../work4/img/img4.jpg) top center / cover no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#img4box div{
	background: #fff;
	border: 1px solid #e0ac21;
	border-radius: 10px;
	margin: 0 10px 10px 10px;
}

#img4box div h4{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #e0ac21;
	padding: 5px 10px;
	border-radius: 8px 8px 0 0;
}

#img4box div p{
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
}

#img4box div span{
}


/** wbox5 **/

#img5{
	position: relative;
	margin: 0 10px;
	padding-top: calc(350 / 810 * 100%);
	background: url(./img/img5.jpg) top center / cover no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#img5 .circle_bg{	background: none;}

#img5 p{
	color: #ff3399;
	border-bottom: 3px double #ff3399;
}

.wd{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color:  #fff;
	background: url(../../work4/img/bg7.gif) top left;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	margin: 0 10px 10px 10px;
	padding: 10px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
