@charset "utf-8";
@import url(base.css);
@import url(common.css);
@import url(common-contents.css);

/*-----   インタビュー -----*/

/*------------------------------------------------
コンテンツヘッダ
------------------------------------------------*/
header.contents > .title {
	background-color: #f6c7d1;
	background-image: url(../img/plaza/mv.jpg);
}

/* @media   */

/*  599px以下（SP）  */
@media screen and (max-width: 599px) {
header.contents > .title {
	background-image: url(../img_sp/plaza/mv.jpg);
}
}

/* @media   */


/*------------------------------------------------
article
------------------------------------------------*/
article.contents {
	margin-bottom: 50px;
}
article.contents > section .body p + p {
	margin-top: 1.5em;
}
/* @media   */

/*  599px以下（SP）  */
@media screen and (max-width: 599px) {
article.contents {
	margin-bottom: 3rem;
}
}

/* @media   */
