@page { size: A4 } /* A4縦 */
@media print {
	.admin_menubar {
		display: none;
	}

	main#column1 {
		padding-left: 0;
	}

	.btn_box {
		display: none;
	}

	footer {
		display: none;
	}

	.interview_evaluation_sheet .col-md-2{
		width: 20%;
	}

	.interview_evaluation_sheet .col-md-10{
		width: 80%;
	}

	.interview_evaluation_sheet .row {
		display: flex;
		flex-wrap: nowrap;
	}

	.interview_evaluation_sheet .col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.interview_evaluation_sheet .col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.interview_evaluation_sheet .col-md-9 label {
		font-size: 12px;
	}

	.interview_evaluation_sheet .col-md-3.col-form-label {
		font-size: 12px;
	}

	.helper_interview_sheet textarea{
		height: auto;
	}
}
