/* =============================================================
  入稿データ作成ガイド　.guide
============================================================= */
/* 共通
-------------------------------------------*/
/* レイアウト調整
--------------------------------*/
/* h3 + img */
.guide h3 + img {
	margin-top: 1rem!important;
}
/* img + p */
.guide img + p {
	margin-top: 0.5rem;
}
/* p + img */
.guide p + img {
	margin-top: 0.5rem;
}
/* P + p */
.guide p + p {
	margin-top: 0.3rem; /* style.cssの上書き */
}

/* 見出し・文章
--------------------------------*/
/* h2 */
.guide h2{
	margin-bottom:3rem;
}

/* h3 */
.guide h3{
	position:relative;
}

.guide h3:before{
	content:"";
	position:absolute;
	bottom:7px;
	left:0;
	height:2px;
	width:100%;
	background:#fff;
}


/* 2行目以降字下げ */
.guide .data p,
.guide .paint p,
.guide .image p {
	text-indent: -2.8em;
	padding-left: 2.5em;
}
.guide .color p,
.guide .effect p {
	text-indent: -1em;
	padding-left: 1em;
}
/* a */
.guide p a {
	display: inline-block;
	text-decoration: underline;
}