@charset "utf-8";
/* CSS Document */
.text_Indent {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.safety #contents #contentsMain .safetyContact a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #00a7ac;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.safety #contents #contentsMain .safetyContact a:hover {
	background: #00a7ac;
	color: #fff;
}

@media screen and (max-width: 767px){
	.safety #contents #contentsMain .safetyContact a {
		width: 100%;
		padding: 15px;
		font-size: 90%;
		box-sizing: border-box;
		background: #00a7ac;
		color: #fff;
	}
	.safety #contents .textBtn.width40 {
		width: 60%!important;
	}
}