@charset "UTF-8";
.main_title_area{
	background: #F8F8F8;
	background-size: cover;
}
.main_title_area .wrap{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
}
.main_title_area .breadcrumbs{
	position: absolute;
	top: 0;
	left: 20px;
}
.main_title_area .main_title{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 1024px){
	.main_title_area .wrap{
		height: 60vw;
	}
	.main_title_area .main_title{
		font-size: 21px;
	}
}

#service{
	padding: 120px 0 10px;
}
#service .txt{
	margin-bottom: 90px;
}
#service h3{
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 1em;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	background: #F6F6F6;
}
#service h4{
  margin-top: 1em;
	font-size: 15px;
	font-weight: bold;
	line-height: 2.13;
}
#service .in{
	margin: 0 50px 90px;
}
#service *{
	font-size: 15px;
	line-height: 2.13;
}
#service li{
  margin-left: 1em;
  text-indent: -1em;
}
#service li *{
  margin-left: 0;
  text-indent: 0;
}
#service li ol{
  margin-bottom: 1em;
}


@media screen and (max-width: 1024px){
	#service{
		padding: 80px 0 30px;
	}
	#service .txt{
		margin-bottom: 60px;
	}
	#service h3{
    height: 50px;
		margin-bottom: 30px;
		font-size: 16px;
	}
	#service h4{
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 2;
	}
	#service p + h4{
		margin-top: 25px;
	}
	#service .in{
		margin: 0 0 50px;
	}
	#service p{
		font-size: 14px;
		line-height: 1.85;
	}
  #service li li{
    margin-left: 2.5em;
    text-indent: -2.8em;
  }
}