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

@media screen and (min-width: 768px) {
#service {
	position: relative;
	width: 100%;
	padding: 150px 0;
}
#service_mess {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 100px;
}
#service_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.service_place {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.service_image {
	position: relative;
	width: 40%;
	margin-right: 4%;
}
.service_image img {
	border-radius: 30px;
}
.service_info {
	position: relative;
	width: 56%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.service_title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.service_title h3 {
	font-size: 2.6rem;
	font-weight: 600;
	color: #333;
}
.service_word {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 300;
}
.service_link {
	position: relative;
	width: 250px;
	border:1px solid #EEE;
	padding: 10px;
}
.service_link a {
	transition: all 0.3s;
}
.service_link a:hover {
	opacity: 0.8;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
#service {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#service_mess {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 100px;
}
#service_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.service_place {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.service_image {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.service_image img {
	border-radius: 30px;
}
.service_info {
	position: relative;
	width: 100%;
}
.service_title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.service_title h3 {
	font-size: 2.6rem;
	font-weight: 600;
	color: #333;
}
.service_word {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 300;
}
.service_link {
	position: relative;
	width: 250px;
	border:1px solid #EEE;
	padding: 10px;
	margin: 0 auto;
}
.service_link a {
	transition: all 0.3s;
}
.service_link a:hover {
	opacity: 0.8;
}
}