@charset "utf-8";
/*////////////////////////////////////
service
////////////////////////////////////*/

@media screen and (min-width: 768px){
#service {
	position: relative;
	width: 100%;
	background: #000;
	padding: 150px 0;
}
#service_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.service_place {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	display: flex;
	justify-content: flex-start;
	border: 1px solid #FFF;
	padding: 30px;
}
.service_word_area {
	position: relative;
	width: 60%;
}
.service_photo {
	position: relative;
	width: 34%;
	margin: 0 3%;
}
.service_subtitle {
	position: relative;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 5px;
	background: #777;
	padding: 3px 10px;
	display: inline-block;
}
.service_title {
	position: relative;
	margin-bottom: 30px;
}
.service_title h3 {
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 700;
}
.service_word {
	position: relative;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 300;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#service {
	position: relative;
	width: 100%;
	background: #000;
	padding: 80px 0;
}
#service_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.service_place {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	border: 1px solid #FFF;
	padding: 30px;
}
.service_word_area {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.service_photo {
	position: relative;
	width: 100%;
}
.service_subtitle {
	position: relative;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 5px;
	background: #777;
	padding: 3px 10px;
	display: inline-block;
}
.service_title {
	position: relative;
	margin-bottom: 30px;
}
.service_title h3 {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
}
.service_word {
	position: relative;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 300;
}
}