/* メインイメージ */
/* 包括 */
#mainImg {
	height: 345px;
}
/* 見出し */
.readTxt {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
	font-size: 160%;
	font-weight: normal;
	color: #000;
	padding: 60px 0 30px;
}

/* 記号 */
.kigou {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.regSup {
	vertical-align: top;
	font-size: 90%;
}
.readTxt {
	text-align: center;
}
.nowrapTxt {
	white-space: nowrap;
}

/* 画像 */
.fL {
	float: left;
}
.fR {
	float: right;
}
.txtSizeB {
	font-size: 135%;
}
.txtColL {
	width: 425px;
	float: left;
}
.imgColR {
	width: 242px;
	float: right;
}
.txtColLNarrow {
	width: 331px;
	float: left;
}
.imgColRWide {
	width: 336px;
	float: right;
}
.sTtl {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.txtColR {
	width: 323px;
	float: right;
}
.readTxt .noteMark {
	font-size: 48%;
}

/* 注釈 */
.noteBlock {
	margin-top: 10px;
	margin-bottom: 10px;
}
.listNote {
	font-size: 77%;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
/* YouTube埋め込み */
.youtubeWrap {
	width: 560px;
	margin: 20px auto 0;
}
.videoTtl {
	text-align: center;
	color: #007fe1;
	font-weight: bold;
	font-size: 123%;
	margin-bottom: 0.75em;
}
.videoTtl span {
	background: url(/corporate/eco/sgp/img/interview/vol22/ic_video.png) no-repeat left center;
	padding: 14px 0 2px 50px;
	line-height: 1.2;
	display: inline-block;
}

/* ココにもエコ！ 取り組み */
.sdgs {
	background: #f7f7f7;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	width: 360px;
	margin: 15px auto 30px auto;
	letter-spacing: -0.4em;
	position: relative;
}
.sdgs:before {
	content: '';
	display: block;
	width: 80px;
	border-top: #74c036 1px solid;
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	margin-left: auto;
	margin-right: auto;
}
.sdgs .sdgsTxt {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	padding-right: 1em;
	white-space: nowrap;
}
.sdgs .sdgsIc {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -0.4em;
}
.sdgs .sdgsIc li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin-left: 5px;
}
.sdgs .sdgsIc li:first-child {
	margin-left: 0;
}
.ecoWrap {
	background: #f1faec;
	padding: 20px;
}
.ecoWrap .txtColL {
	width: 385px;
}
.w422 {
	width: 422px;
	margin-left: auto;
	margin-right: auto;
}
.col2W300 {
	width: 633px;
	margin-left: auto;
	margin-right: auto;
}
.col2W300 li {
	width: 300px;
	float: left;
}
.col2W300 li:first-child {
	margin-right: 33px;
}
.col2W300 li .cap {
	margin-top: 2em;
}

/* ---------------------------------
	1ページ目
----------------------------------*/
#balloonEco01,
#balloonEco03 {
	margin-bottom: -15px;
}
#balloonEco02 {
	margin-top: -62px;
}
/* ---------------------------------
	2ページ目
----------------------------------*/
#mainImg {
	height: 325px;
	margin-bottom: 25px;
}
.txtColL391 {
	width: 391px;
	float: left;
}
.imgColR286 {
	width: 286px;
	float: right;
}
/* ---------------------------------
	3ページ目
----------------------------------*/
.txtColL367 {
	width: 367px;
	float: left;
}
.imgColR300 {
	width: 300px;
	float: right;
}
.txtUnderline {
	text-decoration: underline;
}

/* ---------------------------------
　インタビューを終えて
----------------------------------*/
/* 包括 */
.wrapOete {
	clear: both;
	width: 692px;
	margin-bottom: 10px;
	background: #f7f7f7;
}
#oeteTtl {
	background: url(/corporate/eco/sgp/img/interview/vol22/oete_bg.gif) no-repeat left top;
	padding: 22px 25px 0;
}

/* インナー */
.oeteInner {
	padding: 20px 25px;
	background: url(/corporate/eco/sgp/img/interview/vol22/oete_bottom.gif) no-repeat left bottom;
}
.oeteInner p:last-child {
	margin-bottom: 0;
}
.oeteInner .txtL {
	width: 310px;
	float: left;
}
.oeteInner .imgR {
	width: 310px;
	float: right;
}
.productLink {
	padding-left: 1em;
	text-indent: -1em;
}
/* 行間 */
.oeteInner p {
	line-height: 1.6;
	margin-bottom: 1em;
}
.oeteInner ul {
	line-height: 1.6;
}
.keisai {
	margin-bottom: 45px;
}

/* 改ページ */
.page-break-after {
	page-break-after: always;
}
