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

@media screen and (min-width: 768px) {
#service_bt_place {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.service_bt {
	position: relative;
}
.service_bt a {
	display: inline-block;
	border:1px solid #999;
	border-radius: 3px;
	padding: 10px 20px;
	margin: 20px;
	color: #999;
	font-size: 1.4rem;
	text-decoration: none;
	transition : all 0.5s ease 0s;
}
.service_bt a:hover {
	color: #FF0000;
	border:1px solid #FF0000;
}
.service_title {
	position: relative;
	width: 100%;
	color: #FFF;
	background: #2975CF;
	text-align: center;
	font-size: 1.8rem;
	padding: 10px 0;
	font-weight: 400;
}
.service_area {
	position: relative;
	padding: 50px 0 100px 0;
}
.service1_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 300;
}
.service1_place span.service_span1 {
	font-weight: 400;
	font-size: 1.8rem;
}
.service_img_center {
	width: 100%;
	margin-bottom: 20px;
}
.service_img_left {
	float: left;
	width: 45%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.service_img_right {
	float: right;
	width: 45%;
	margin-left: 20px;
	margin-bottom: 20px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#service_bt_place {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.service_bt {
	position: relative;
	display: inline-block;
	width: 40%;
	border:1px solid #999;
	border-radius: 3px;
	padding: 10px 10px;
	margin: 5%;
	box-sizing: border-box;
	text-align: center;
}
.service_bt a {
	color: #999;
	font-size: 1.4rem;
	text-decoration: none;
	transition : all 0.5s ease 0s;
}
.service_bt a:hover {
	color: #FF0000;
}
.service_title {
	position: relative;
	width: 100%;
	color: #FFF;
	background: #2975CF;
	text-align: center;
	font-size: 1.8rem;
	padding: 10px 0;
	font-weight: 400;
}
.service_area {
	position: relative;
	padding: 50px 0 100px 0;
}
.service1_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 300;
}
.service1_place span.service_span1 {
	font-weight: 400;
	font-size: 1.8rem;
}
.service_img_center {
	width: 100%;
	margin-bottom: 20px;
}
.service_img_left {
	width: 100%;
	margin-bottom: 20px;
}
.service_img_right {
	width: 100%;
	margin-bottom: 20px;
}
}