/***  ***/
#pageColumn #tel_no {
    color: #808080;
    font-size: 22px;
    font-weight: bold;
    margin-left: 2%;
    margin-bottom: 50px;
}

#form dd label {
    display: inline-block;
    margin-top: 5px;
}

#form h3 {
	color: #525252;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
    margin-left: 5%;
    border-top: none;
}
#about_privacy {
	width: 90%;
    margin-left: auto;
    margin-right: auto;
	height: 195px;
	padding-top: 8px;
	overflow: auto;
	border: 1px solid #c4c4c4;
    background-color: #F3F6FB;
    margin-bottom: 35px;
}


@media screen and (max-width:600px) {
    #form h3 {
        margin-left: 2%;
    }
    #about_privacy {
        width: 96%;
    }
}


