/*============================
共通
============================*/
#lower_mv {
	background-position: center bottom;
}

/*コンテンツタイトル*/
#service .cont_title {
	font-size: 0.36rem;
	font-weight: 700;
	margin-bottom: 0.35rem;
	letter-spacing: 0.05em;
	line-height: 1;
}
@media screen and (max-width: 599px){
	#service .cont_title {
		font-size: 0.20rem;
		margin-top: 0.30rem;
		margin-bottom: 0.2rem;
		text-align: center;
	}
}


/*============================
電気メーター工事とは
============================*/
#service_about {
	position: relative;
	padding-bottom: 1.80rem;
}
@media screen and (max-width: 599px){
	#service_about {
		padding-bottom: 0;
	}
}


#service_about .sec_title {
	text-align: center;
}

#service_about .box {
	width: 50%;
	padding-right: 0.50rem;
	box-sizing: border-box;
	padding-top: 2.00rem;
	padding-bottom: 1.40rem;
}
@media screen and (max-width: 599px){
	#service_about .box {
		width: 100%;
		padding-right: 0;
		box-sizing: border-box;
		padding-top: 0;
		padding-bottom: 0;
	}
}


#service_about .box .text {
	font-size: 0.16rem;
	letter-spacing: 0.1em;
	line-height: 2.25;
}
@media screen and (max-width: 599px){
	#service_about .box .text {
		font-size: 0.15rem;
		letter-spacing: 0.1em;
		line-height: 2;
		margin-bottom: 0.30rem;
	}

}


/*画像*/
#service_about .ph_wrap{
	position: absolute;
	width: 50%;
	height: 4.6rem;
	right: 0;
	top: 2.00rem;
}
@media screen and (max-width: 599px){
	#service_about .ph_wrap{
		position: static;
		width: 100%;
		height: auto;
	}
}

#service_about .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*============================
電気メーター交換工事の流れ
============================*/
#service_flow {
	background: linear-gradient(180deg, #F2F2F2 0%, #F2F2F2 87%, #fff 50%, #fff 100%);
	padding-top: 0.80rem;
}
@media screen and (max-width: 599px){
	#service_flow {
		padding-top: 0.20rem;
		background: linear-gradient(180deg, #F2F2F2 0%, #F2F2F2 100%, #fff 50%, #fff 100%);
	}
}


#service_flow .cont_title {
	text-align: center;
}

#service_flow .lead {
	text-align: center;
	font-size: 0.16rem;
	letter-spacing: 0.1em;
	line-height: 2.25;
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 599px){
	#service_flow .lead {
		font-size: 0.15rem;
		line-height: 2;
		text-align: left;
	}
}


/*リスト*/
#service_flow .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#service_flow .list .item {
	max-width: 3.50rem;
	width: 33.333%;
	border-top: 0.05rem solid #C71E0A;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
@media screen and (max-width: 599px){
	#service_flow .list .item {
		max-width: 100%;
		width: 100%;
		margin-bottom: 0.30rem;
	}
}


/*画像*/
#service_flow .list .item .ph_wrap {
	width: 100%;
	height: 2.30rem;
	position: relative;
}

#service_flow .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*数字*/
#service_flow .list .item .ph_wrap::before {
	position: absolute;
	font-family: 'Poppins', sans-serif;
	font-size: 0.48rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: transparent;
	-webkit-text-stroke: 1px #c71e0a;
	bottom: -0.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

#service_flow .list .item:nth-child(1) .ph_wrap::before {
	content: '01';
}

#service_flow .list .item:nth-child(2) .ph_wrap::before {
	content: '02';
}

#service_flow .list .item:nth-child(3) .ph_wrap::before {
	content: '03';
}

/*テキストボックス*/
#service_flow .list .item .text_box {
	background: #fff;
	padding: 0.10rem 0.25rem 0.20rem;
}


/*タイトル*/
#service_flow .list .item .list_title {
	font-size: 0.18rem;
	font-weight: 700;
	left: 0.05em;
	text-align: center;
	padding: 0.21rem 0;
}

@media screen and (max-width: 599px){
#service_flow .list .item .list_title {
	font-size: 0.16rem;
	padding: 0.25rem 0 0.15rem;
}
}

/*本文*/
#service_flow .list .item .text {
	font-size: 0.16rem;
	letter-spacing: 0.1em;
	line-height: 1.875;
}
@media screen and (max-width: 599px){
#service_flow .list .item .text {
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
}


/*============================
訪問する作業員について
============================*/
#service_sagyouin {
	padding: 1.30rem 0;
}
@media screen and (max-width: 599px){
	#service_sagyouin {
		padding: 0.20rem 0 0.50rem;
	}
}


#service_sagyouin .cont_title {
	text-align: center;
}

#service_sagyouin .lead {
	text-align: center;
	font-size: 0.16rem;
	letter-spacing: 0.1em;
	line-height: 2.25;
	max-width: 9.50rem;
	margin: auto;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px){
	#service_sagyouin .lead {
		text-align: left;
		font-size: 0.15rem;
		line-height: 2;
	}
}


#service_sagyouin .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#service_sagyouin .list .item {
	width: 50%;
	box-sizing: border-box;
}

@media screen and (max-width: 599px){
#service_sagyouin .list .item {
	width: 100%;
	margin-bottom: 0.20rem;
}
}

#service_sagyouin .list .item:nth-child(1) {
	padding-right: 0.05rem;
}

#service_sagyouin .list .item:nth-child(2) {
	padding-left: 0.05rem;
}

#service_sagyouin .list .item .note {
	display: block;
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 0.10rem;
	line-height: 1.5;
}

@media screen and (max-width: 599px){
#service_sagyouin .list .item .note {
	font-size: 0.12rem;
	padding-top: 0.06rem;
}
}


/*============================
FAQ
============================*/
#service_faq {
	background: #F2F2F2;
	padding: 0.80rem 0;
}
@media screen and (max-width: 599px){
	#service_faq {
		background: #F2F2F2;
		padding: 0.20rem 0 0.50rem;
	}
}

#service_faq .lead {
	text-align: center;
}
@media screen and (max-width: 599px){
	#service_faq .lead {
		text-align: left;
	}
}

#service_faq .cont_title {
	text-align: center;
}

#service_faq .faq_wrapper .box {
	background: #fff;
}