@charset "utf-8";

#gnav ul li#gnav_know > a{
	background-position: -260px -36px;
}

/* PC */
@media screen and (min-width: 1020px) {

#mvSub {
	background: #0168b7 url(/achievement/img/pc/mv_bg.jpg) no-repeat center top;
}
#main section > p {
	margin-bottom: 30px;
}
#main .map {
	width: 980px;
	height: 564px;
	position: relative;
}

/* modal */
.modal_area {
	display: none;
}
.modal_inner{
	background: #fff;
	padding: 30px 45px 30px;
	text-align: left;
}
.modal_inner h4 {
	font-size: 2.0rem;
	line-height: 1;
	padding-left: 20px;
	border-left: 4px solid #0068b7;
	margin-bottom: 20px;
}
.modal_inner ul {
	margin-bottom: 30px;
}
.modal_inner ul li {
	float: left;
	width: 390px;
	height: 235px;
	margin-bottom: 10px;
}
.modal_inner ul li p {
	padding-left: 10px;
}
.modal_inner ul li:nth-child(even) {
	margin-left: 10px;
}
.modal_inner ul li.gas_pipe {
	position: relative;
}
.modal_inner ul li.gas_pipe::after {
	content: "ガス管";
	position: absolute;
	top: 10px;
	left: 10px;
	background: #0068b7;
	color: #fff;
	width: 70px;
	text-align: center;
}

}



/* SP */
@media screen and (max-width: 1019px) {

#sp_gnav_achievement > a {
	color: #0068b7;
}

#main section {
	margin: 0 0 50px;
}
#main > p.leader {
	font-size: 1.6rem;
	margin: 0 0 20px;
	font-weight: bold;
}
#main section > p {
	margin-bottom: 30px;
}

.acd_content dt {
	color: #fff;
	padding: 20px 10px 20px 0px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	background: #494949 url(/common/img/ico_plus.png) no-repeat 96% center;
	background-size: 18px;
	border-bottom: 2px solid #f1f1f1;
}
.acd_content dt.open {
	background: #494949 url(/common/img/ico_minus.png) no-repeat 96% center;
	background-size: 18px;
}
.acd_content dt span {
	padding: 20px 20px 20px 82px;
}
.acd_content dt.facility01 span{
	background: url(/achievement/img/sp/ico_building01.png) no-repeat 12px center;
	background-size: 60px;
}
.acd_content dt.facility02 span{
	background: url(/achievement/img/sp/ico_building02.png) no-repeat 12px center;
	background-size: 60px;
}
.acd_content dt.facility03 span{
	background: url(/achievement/img/sp/ico_building03.png) no-repeat 12px center;
	background-size: 60px;
}
.acd_content dt.facility04 span{
	background: url(/achievement/img/sp/ico_building04.png) no-repeat 12px center;
	background-size: 60px;
}
.acd_content dt.facility05 span{
	background: url(/achievement/img/sp/ico_building05.png) no-repeat 12px center;
	background-size: 60px;
}
.acd_content dt.facility06 span{
	background: url(/achievement/img/sp/ico_building06.png) no-repeat 12px center;
	background-size: 60px;
}
.acd_content dt.facility07 span{
	background: url(/achievement/img/sp/ico_building07.png) no-repeat 12px center;
	background-size: 60px;
}
.acd_content dt.facility08 span{
	background: url(/achievement/img/sp/ico_building08.png) no-repeat 12px center;
	background-size: 60px;
}
.acd_content dt.facility09 span{
	background: url(/achievement/img/sp/ico_building09.png) no-repeat 12px center;
	background-size: 60px;
}
.acd_content dd {
	display: none;
	margin-bottom: 6%;
}
.acd_content dd > p {
	margin: 20px 0;
}
.acd_content dd ul li {
	margin-bottom: 3%;
}
.acd_content dd ul li img {
	width: 100%;
	height: auto;
}
.acd_content dd .btn {
	margin-top: 6%;
}
.acd_content dd ul li.gas_pipe {
	position: relative;
}
.acd_content dd ul li.gas_pipe::after {
	content: "ガス管";
	position: absolute;
	top: 10px;
	left: 10px;
	background: #0068b7;
	color: #fff;
	width: 70px;
	text-align: center;
	padding: 2px 0;
}

}