/* �̿��� */
#service-wrap{
	position:relative;
}
#service-wrap::before{
	content: '';
    position: absolute;
    width: 458px;
    height: 458px;
    left: -150px;
    top: -50px;
    background: url(/img/marketer/pc/circle_img01.png) no-repeat center center;
    z-index: 2;
	opacity: 0.3;
    transform: rotate(-20deg);
}
#service-wrap::after{
	content: '';
    position: absolute;
    width: 342px;
    height: 866px;
    right: -30px;
    top: -200px;
    background: url(/img/marketer/pc/circle_img04.png) no-repeat center center;
    z-index: 2;
}
#service-wrap .inner{
	max-width: 1200px;
	margin:0 auto;
	padding:130px 40px 120px;
}
#service-wrap .content_wrap{
	margin-top:40px;
}
#service-wrap .content_wrap > p{
	font-size:18px;
	color:#25292c;
	margin-bottom:5px;
}
#service-wrap .content_wrap .content{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:20px 0;
	padding:30px 0 60px;
	font-size:18px;
	color:#25292c;
}
.service-ft{
	display:table;
	width:100%;
}
.service-ft > div{
	display:table-cell;
	vertical-align: middle;
}
.service-ft > div.rt{
	text-align:right;
}
.service-select{
	text-align: right;
	margin:30px 0;
}
.service-select select{
	width:25%;
}
.service-content{
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:30px 0;
}
