  @charset "utf-8";
/* CSS Document */
#keyVisualArea{
	background-image: url("/seihin/technology/theme/carbon_neutral/img/keyVisual.jpg");
}
footer{
	margin-top: 0;
}

.anker-sec .lead-txt{
	font-weight: 400;
	margin-bottom: 40px;
}

.ankerBtn li a br{
	display: none;
}

#anker-sec01 {
	margin-top: 40px;
}

#anker-sec02 ul.list{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
}
#anker-sec02 ul.list > li{
	width: 47.5%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
#anker-sec02 ul.list > li:last-child{
	margin-bottom: 0;
}
#anker-sec02 ul.list > li .txtBox{
	margin-bottom: 40px;
}
#anker-sec02 ul.list > li .theme-hd03{
	margin-top: 0;
}

#anker-sec02 ul.list > li .attention{
	margin-top: 15px;
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.2;
}

.ankerPath{
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.btn-text{
	font-size: 1.8rem;
	font-weight: 700;
	fill: #2B2828;
}
#roadMap-wrap a:hover{
	text-decoration: none;
}
#roadMap-wrap a:hover .btn-text{
	fill: #6890bf;
}

#roadMap-wrap text{
	font-family: 'Noto Sans JP','ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
}

.svgMap{
	width: 100%;
	max-height: 333px;
	height: 34vw;
}

@media screen and (max-width: 820px){
	#anker-sec02 ul.list > li .theme-hd03 .pcStyle{
		display: none;
	}
}

@media screen and (max-width: 767px){
	#anker-sec02 ul.list{
		margin-top: 40px;
	}
	#anker-sec02 ul.list .theme-hd02.num{
		margin-bottom: 10px;
	}
	#anker-sec02 ul.list > li .theme-hd03{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 600px){
	#anker-sec02 ul.list{
		display: block;
	}
	#anker-sec02 ul.list > li{
		width: 100%;
		margin-bottom: 40px;
	}
	#anker-sec02 ul.list > li .txtBox {
		margin-bottom: 20px;
	}
}
