@charset "utf-8";

/* =============================== */
/* サービス 企画・原稿作成 */
/* =============================== */

/* メインビジュアル */
/* -------------------------------------------------- */

#pageTitle {
	background-image: url(../../../img/service_planning/head_pc.jpg);
}

/* 背景のアイコン */
#srvoutline {
	background: url(../../../img/service_planning/bg1_pc.png) no-repeat right 35px top;
}

/* 選ばれる理由 */
@media all and (max-width: 1199px) {
	.excepbr {
		display: inherit !important;
	}
	#srvoutlineTit {
		line-height: 1.5;
	}
}

/* 調整：取材・原稿執筆 */
.detail {
	position: relative;
}

#plnIntervie .srvPanelBody {
	width: 380px;
	float: left;
	margin-left: 40px;
}

#plnIntervie .srvPanelFig {
	margin-left: 460px;
	margin-top: -40px;
	width: 600px;
}

#plnIntervie .srvPanelFig img {
	width: 100%;
	height: auto;
}

@media all and (max-width: 1300px) {
	#plnIntervie .srvPanelBody {
		width: 30vw;
	}
	
	#plnIntervie .srvPanelFig {
		width: 40vw;
		margin-left: 38vw;
	}
}