@charset "utf-8";
@import url("page.css");
/* CSS Document */
#decision {
	display: block;
	margin: 0px auto;
	width: 96%;
}

#decision h1 {
	font-size: 36px;
	font-weight: 900;
	color: #135966;
	text-align: left;
	display: table-cell;
	width: 90%;
}
.btn-pdfdl {
	display: table-cell;
	width: 10%;
	box-sizing: border-box;
}

.decision {
	line-height: 1.6em;
	margin: 40px auto;
	width: 98%;
}

#decision-flow {
	background-image: url(../images/counseling/decision-flow.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 156.62%;
	height: 0px;
	width: 100%;
}

#overwork {
	display: block;
	margin: 50px auto;
	width: 96%;
}

#overwork h1 {
	font-size: 36px;
	font-weight: 900;
	color: #135966;
	text-align: left;
	display: table-cell;
	width: 90%;
}

.overwork {
	line-height: 1.6em;
	margin: 40px auto;
	width: 98%;
}

#overwork-flow {
	background-image: url(../images/counseling/overwork-flow.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 105%;
	height: 0px;
	width: 100%;
}

#mentalhealth {
	display: block;
	margin: 50px auto;
	width: 96%;
}

#mentalhealth h1 {
	font-size: 36px;
	font-weight: 900;
	color: #135966;
	line-height: 1.6em;
	text-align: left;
	display: table-cell;
	width: 90%;
}
.mentalhealth {
	line-height: 1.6em;
	margin: 40px auto;
	width: 98%;
}
#mentalhealth-flow {
	background-image: url(../images/counseling/mentalhealth-flow.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 109.75%;
	height: 0px;
	width: 100%;
}

#contactbox {
	display: table;
	margin: 40px 0;
	width: 100%;
}
#contactbox img {
	height: auto;
	width: 100%;
}
#btn_client {
	display: table-cell;
	margin: 0;
	padding: 0 5px;
	width: 50%;
	box-sizing: border-box;
}
#btn_contact {
	display: table-cell;
	margin: 0;
	padding: 0 5px;
	width: 50%;
	box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
#title h2 {
	background-image: url(../images/counseling/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 488px;
	width: 1100px;
}

#decision {
	display: block;
	margin: 60px auto;
	width: 800px;
}

#decision-flow {
	background-image: url(../images/counseling/decision-flow.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 0;
	height: 1253px;
	width: 800px;
}

#overwork {
	display: block;
	margin: 60px auto;
	width: 800px;
}

#overwork-flow {
	background-image: url(../images/counseling/overwork-flow.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 0;
	height: 840px;
	width: 800px;
}

#mentalhealth {
	display: block;
	margin: 0 auto;
	width: 800px;
}
#mentalhealth-flow {
	background-image: url(../images/counseling/mentalhealth-flow.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 0;
	height: 878px;
	width: 800px;
}

#contactbox {
	display: table;
	margin: 40px auto;
	width: 800px;
}
#contactbox a:hover {
	opacity: 0.7;
}
#btn_client {
	display: table-cell;
	margin: 0;
	padding-right: 7px;
	width: 400px;
	box-sizing: border-box;
}
#btn_contact {
	display: table-cell;
	margin: 0;
	padding-left: 7px;
	width: 400px;
	box-sizing: border-box;
}
}