@charset "utf-8";
#satelite1 {
	margin-bottom: 100px;
	height: 500px;
}
#satelite_text {
	font-size: 23px;
	margin-bottom: 50px;
}


#video_wrap {
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.video iframe {
	margin-bottom: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.telework_button {
	margin-top: 30px;
}
.telework_button div {
	color: #72B953;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
.telework_button a {
	color: #FFFFFF;
	width: 240px;
	height: 74px;
	font-size: 27px;
	border: 1px solid #72B953;
	background-color: #72B953;
	border-radius: 30px;
	font-weight: lighter;
	padding-top: 15px;
}
.telework_button a:hover {
	color: #72B953;
	background-color: #ffffff;
}
@media (max-width:540px){
#video_wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
}
