@charset "utf-8";

.sp {
	display: none;
}
@media screen and (max-width:640px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/*=====================================================================================
	
	Document    : chosa.css
	Description : 病職歴調査のご協力について
 
=====================================================================================*/

.p-hdLine {
	margin-top: 30px;
}

.ind {
	text-indent: 1em;
}

.ind3 {
    text-indent: -3em;
    padding-left: 3em;
}

.pd-l3e {
    padding-left: 3em;
}

.tx-right {
    text-align: right;
}
.mg-t40 {
    margin-top: 40px;
}

.pgBottomNav {
	margin-top: 30px;
	list-style: none;
}

.bottom-border {
	border-bottom:1px solid #dcdcdc;
	padding-bottom: 15px;
}