@charset "UTF-8";

/* ニュース　詳細
-------------------------------------------------- */

#yamazakiContents #newsHeader{
	background: #191A19;
	margin-bottom:60px;
}

#yamazakiContents #newsHeader a{
	display:block;
	float:right;
	width:100px;
	font-size:11px;
	text-decoration:none;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#3B3C3B;
	vertical-align: middle;
	margin:10px 0;
}

#yamazakiContents #newsHeader a:hover{background: #575857;}

#yamazakiContents #newsHeader a:before{
    display: inline-block;
    content: '';
    background: url(../img/common/icon_link2_back.png) no-repeat left top;
    background-size: 8px;
    width: 8px;
    height: 14px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -0px;
}

#yamazakiContents #newsHeader .parentTitle{	
	margin-bottom:10px;
	font-size:17px;
	height:50px;
	line-height:50px;
}

#yamazakiContents .newsDetailDate{
	font-size:13px;
	margin-bottom:20px;
	text-align: center;
}

#yamazakiContents .newsDetailDate span{
	display: block;
}

#yamazakiContents .newsDetail .newsMainTitle{
	font-size:28px;
	line-height:1.5;
	margin-bottom: 55px;
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: 0 0 5px #000;
}


#yamazakiContents .newsDetail section{
	width:960px;
	margin:0 auto 40px auto;
}

#yamazakiContents .newsDetail section h2{
	font-size:22px;
	margin-bottom:55px;
	letter-spacing: 0.1em;
	text-align:center;
}

#yamazakiContents .newsDetail section h3{
	font-size:18px;
	margin-bottom:10px;
}

#yamazakiContents .newsDetail section .textBox{
	overflow:hidden;
	padding-bottom:20px;
}

#yamazakiContents .newsDetail section .newsText{overflow:hidden;}

#yamazakiContents .newsDetail section p{
	line-height:2.2;
	margin-bottom:20px;
}

#yamazakiContents .newsDetail section .phBoxLeft{
	float:left;
	width:390px;
	margin-right:20px;
}

#yamazakiContents .newsDetail section .phBoxRight{
	float:right;
	width:390px;
	margin-left:20px;
}

#yamazakiContents .newsDetail section .phBoxLeft figure,
#yamazakiContents .newsDetail section .phBoxRight figure{
	display: block;
	font-size:12px;
	margin:0;
	padding:5px 0 0 0;
}

#yamazakiContents .btnOpinionForm{
	width:430px;
	/*margin:0 auto 60px;*/
	margin:0 auto 80px;
}

#yamazakiContents .btnOpinionForm a{
	background: url(../img/news/news_opinion.png) no-repeat left top;
	display: block;
	height:52px;
	width:427px;
	overflow: hidden;
	text-indent: -99em;
}

#yamazakiContents .btnOpinionForm a:hover{
	background-position: left bottom;
}


#yamazakiContents #newsPageNavi{
	width:960px;
	margin:0 auto 60px;
	background: url(../img/common/story_line.jpg) no-repeat center top;
	padding:30px 0 0 0;
}

#yamazakiContents #newsPageNavi ul{
	overflow: hidden;
	width:960px;
	background: url(../img/common/story_line.jpg) no-repeat center bottom;
	padding:0 0 30px 0;
}

#yamazakiContents #newsPageNavi ul li{
	float:left;
	width:420px;
	overflow:hidden;
}

#yamazakiContents #newsPageNavi ul li:first-child{float:right;}

#yamazakiContents #newsPageNavi ul li a{
	display:block;
	padding:0 0px 0 50px;
	overflow: hidden;
	position:relative;
}

#yamazakiContents #newsPageNavi ul li a:after{
	position:absolute;
	left:0px;
	top:22px;
	content:'';
	width:13px;
	height:20px;
	background: url(../img/common/icon_link2_back.png) no-repeat left top;
}

#yamazakiContents #newsPageNavi ul li a:hover{color:#CAAD76;}

#yamazakiContents #newsPageNavi ul li a:hover:after{background-position:left bottom;}
#yamazakiContents #newsPageNavi ul li:first-child a{padding:0 50px 0 0px;}

#yamazakiContents #newsPageNavi ul li:first-child a:after{
	left:auto;
	right:0px;
	background-image: url(../img/common/icon_link2.png);
}

#yamazakiContents #newsPageNavi ul li .newsImage{
	width:105px;
	float:left;
}

#yamazakiContents #newsPageNavi ul li .newsImage img{width:100%;}

#yamazakiContents #newsPageNavi ul li .newsTitle{
	float:right;
	width:250px;
}

#yamazakiContents #newsPageNavi ul li .newsTitle p{
	font-size:12px;
	margin-bottom:5px;
	line-height:1.1;
}

#yamazakiContents #newsPageNavi ul li .newsTitle p .category{
	padding-right:10px;
	margin-right:10px;
}
#yamazakiContents #newsPageNavi ul li .newsTitle p .date{
	display: block;
	padding-top:5px;
}

#yamazakiContents #newsPageNavi ul li .newsTitle h3{
	font-size:17px;
	line-height:1.4;
}

#yamazakiContents #backNewsList{
	text-align:center;
	font-size:18px;
	padding:0 0 60px 0;
}

#yamazakiContents #backNewsList a{
	text-decoration: none;
	vertical-align: middle;
	height:20px;
	line-height: 25px;
}

#yamazakiContents #newsPageNavi ul li a:hover .newsTitle p .category{border-right-color:#CAAD76;}

#yamazakiContents #backNewsList a:before{
	content:'';
	background: url(../img/common/icon_link2_back.png) no-repeat left top;
	width:13px;
	height:20px;
	margin-right:20px;
	display: inline-block;
	vertical-align: middle;
	top:-2px;
	position: relative;
}

#yamazakiContents #backNewsList a:hover{color:#CAAD76;}

#yamazakiContents #backNewsList a:hover:before{
	background-position: left bottom;
}

#yamazakiContents .campaignDescription{
	padding:40px 40px 0px;
	border:1px solid #333;
	margin-bottom:80px;
}

#yamazakiContents .newsDetail section .campaignDescription p{margin-bottom:20px;}

#yamazakiContents .newsDetail section.newsPresentEntry{
	background: #181A18;
	padding:25px;
	margin-bottom: 90px;
	text-align: center;
}

#yamazakiContents .newsPresentEntry .entryBtnArea{
	display: inline-block;
	border:1px solid #333;
	padding:7px;
}

#yamazakiContents .newsPresentEntry .entryBtnArea .presententry041{
	background: url(../news/images/041/btn_entry.png) no-repeat left top;
	width:572px;
	height:61px;
	overflow:hidden;
	text-indent: -99em;
	display: block;
}
#yamazakiContents .campaignDescription .presentPhoto{
	border:1px solid #333;
	display:inline-block;
	padding:40px 30px 0;
	margin-bottom: 20px;
}
#yamazakiContents .campaignDescription .presentPhoto ul{overflow: hidden;}
#yamazakiContents .campaignDescription .presentPhoto ul li{
	width:220px;
	float:left;
	position: relative;
}

#yamazakiContents .campaignDescription .presentPhoto ul li img{
	width:100%;
	position: absolute;
	left:0px;
}
#yamazakiContents .campaignDescription .presentPhoto ul li p{
	position: relative;
	z-index:10;
	padding-top:60%;
	width:100%;
	line-height: 1.5;
	text-align: center;
}


@media screen and (max-width: 768px){

	/* ニュース詳細 */

	#yamazakiContents #newsHeader{margin-bottom:30px;}

	#yamazakiContents #newsHeader a{
		display:block;
		float:right;
		width:90px;
		font-size:11px;
		text-decoration:none;
		height:30px;
		line-height:30px;
		text-align:center;
		background:#3B3C3B;
		vertical-align: middle;
		margin:10px;
	}

	#newsHeader a:before{
		background-size:7px;
		height:12px;
		margin-right:7px;
		font-size:14px;
		vertical-align: middle;
		top:0px;
	}

	#newsHeader .parentTitle{	
		margin-bottom:0px;
		font-size:15px;
		height:50px;
		line-height:50px;
		padding-left:20px;
	}

	#yamazakiContents .newsDetailDate{font-size:12px;}

	#yamazakiContents .newsDetail .newsMainTitle{
		font-size:20px;
		line-height:1.5;
		margin-bottom:20px;
	}

	#yamazakiContents .newsDetail .newsMainTitle span{display:block;}

	#yamazakiContents .newsDetail section{
		width:88%;
		margin:0 auto 20px auto;
	}

	#yamazakiContents .newsDetail section .phBoxLeft,
	#yamazakiContents .newsDetail section .phBoxRight{
		float:none;
		width:100%;
		margin:0 0 15px 0;
	}

	#yamazakiContents .newsDetail section .phBoxLeft figure,
	#yamazakiContents .newsDetail section .phBoxRight figure{
		display: block;
		font-size:12px;
		margin:0;
		padding:5px 0 0px 0;
	}

	#yamazakiContents .newsDetail section .phBoxLeft img,
	#yamazakiContents .newsDetail section .phBoxRight img{margin-bottom:0;}

	#yamazakiContents .newsDetail section img{
		max-width:100%;
		display: block;
		margin: 10px auto;
		float:none;
	}

	#yamazakiContents .newsDetail section h2{
		font-size:18px;
		margin-bottom:20px;
		text-align:center;
	}

	#yamazakiContents .newsDetail section h2 span{
		display: block;
		line-height: 1.3;
	}

	#yamazakiContents .newsDetail section h3{
		font-size:16px;
		margin-bottom:10px;
		line-height:1.5;
	}


	#yamazakiContents .newsDetail section p{
		font-size:13px;
		line-height:1.7;
		margin-bottom:20px;
	}

	#yamazakiContents .btnOpinionForm{
		max-width:280px;
		width: 74%;
		margin:0 auto 40px
	}

	#yamazakiContents .btnOpinionForm a{
		text-indent: 0;
		display: block;
		height:auto;
		text-align:left;
		line-height: 1.5;
		padding:10px 17px;
		width:auto;
		border:1px solid #333;
		text-decoration: none;
		background: url(../img/common/icon_blank_sp.png) no-repeat 93% center;
		background-size:12px;
		font-size:12px;
	}
	#yamazakiContents .btnOpinionForm a:hover{background-position:93% center;}
	#yamazakiContents .btnOpinionForm a span{display:block;}

	#yamazakiContents #newsPageNavi{
		width:100%;
		background: none;
		border-top:1px solid #333;
		padding:0px 0 0 0;
		margin-bottom:30px;
	}

	#yamazakiContents #newsPageNavi ul{
		width:100%;
		background: none;
		padding:0 0 0px 0;
	}

	#yamazakiContents #newsPageNavi ul li{
		float:none;
		width:100%;
		padding:23px 6%;
		box-sizing:border-box;
		border-bottom:1px solid #333;
	}
	#yamazakiContents #newsPageNavi ul li:first-child{float:none;}

	#yamazakiContents #newsPageNavi ul li a{
		display:block;
		padding:0 0px 0 15px;
		background: none;
		background-size: 8px;
	}

	#yamazakiContents #newsPageNavi ul li:first-child a{
		padding:0 15px 0 0px;
		background: none;
		background-size: 8px;
	}
	#yamazakiContents #newsPageNavi ul li a:after{
		width:8px;
		height:14px;
		background-size:8px;
		top:50%;
		margin-top:-7px;
	}

	#yamazakiContents #newsPageNavi ul li .newsImage{width:35%;}
	#yamazakiContents #newsPageNavi ul li .newsTitle{width:61%;}

	#yamazakiContents #newsPageNavi ul li .newsTitle p{
		font-size:11px;
		margin-bottom:5px;
		line-height:1.3;
	}

	#yamazakiContents #newsPageNavi ul li .newsTitle p .category{
		padding-right:0px;
		border-right:none;
		margin-right:0px;
		display:block;
	}

	#yamazakiContents #newsPageNavi ul li .newsTitle h3{
		font-size:14px;
		line-height:1.4;
	}

	#yamazakiContents #newsPageNavi ul li .newsTitle h3 br{display:none;}

	#yamazakiContents #backNewsList{
		text-align:center;
		font-size:13px;
		padding:0;
		background: #1A1B1A;
		margin:0 6% 20px;
	}

	#yamazakiContents #backNewsList a{
		text-decoration: none;
		vertical-align: middle;
		height:40px;
		line-height: 40px;
	}

	#yamazakiContents #backNewsList a:before{
		background: url(../img/common/icon_link2_back.png) no-repeat left top;
		background-size:8px;
		width:8px;
		height:11px;
		margin-right:10px;
	}

	#yamazakiContents .campaignDescription{
		padding:20px 20px 0px;
		border:1px solid #333;
		margin-bottom:40px;
	}

	#yamazakiContents .campaignDescription p span{display:block;}


#yamazakiContents .newsDetail section .campaignDescription p{margin-bottom:20px;}

#yamazakiContents .newsDetail section.newsPresentEntry{
	background: #181A18;
	padding:15px 0;
	margin:0 0 60px 0;
	text-align: center;
	width:100%;
}

#yamazakiContents .newsPresentEntry .entryBtnArea{
	display: inline-block;
	border:1px solid #222;
	padding:3px;
}

#yamazakiContents .newsPresentEntry .entryBtnArea .presententry041{
	background: url(../news/images/041/btn_entry_sp.png) no-repeat left top;
	background-size:286px;
	width:286px;
	height:56px;
}
#yamazakiContents .campaignDescription .presentPhoto{
	border:none;
	display:inline-block;
	padding:20px 10px 0;
	margin-bottom: 20px;
}
	#yamazakiContents .campaignDescription .presentPhoto ul li{float:none;}

	#yamazakiContents .campaignDescription .presentPhoto ul li p{text-align: left;}

br.pc{display: none;}

}




#yamazakiContents .newsMainHeader01 {
	max-width:100%;
	overflow: hidden;
	margin: 0 auto 55px;
}
#yamazakiContents .newsMainHeader01__inner {
	background:
	url(../img/common/story_line_02.jpg) no-repeat center bottom,
	url(../img/common/story_line_02.jpg) no-repeat center top;
	width:1270px;
	padding: 9px 47px;
	margin-left:-682px;
	position: relative;
	left:50%;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#yamazakiContents .newsMainHeader01__img__item {
	
}
#yamazakiContents .newsMainHeader01__title {
	font-size: 28px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
}
#yamazakiContents .newsMainHeader01__img--l {
	float: left;
}

#yamazakiContents .newsMainHeader01__img--r {
	float: right;
}
#yamazakiContents .newsMainHeader01__img--sp {
	display: none;
}

@media screen and (max-width: 768px){
#yamazakiContents .newsMainHeader01 {
	margin-bottom: 65px;
}
#yamazakiContents .newsMainHeader01__inner {
	display: block;
	width:auto;
	padding: 25px 1.5625%;
	margin-left:0;
	left:0;
}
#yamazakiContents .newsMainHeader01__title {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 25px;
}
#yamazakiContents .newsMainHeader01__img--l {
	display: none;
}
#yamazakiContents .newsMainHeader01__img--r {
	display: none;
}
#yamazakiContents .newsMainHeader01__img--sp {
	display: block;
}
#yamazakiContents .newsMainHeader01__img--sp img{
	width:100%;
	max-width: 680px;
	height: auto; 
}
}