/*レスポンシブ*/

@media screen and (max-width:557px) { 
	
	body{
		width:100%;
	}
	
	.info, .ichiran {
		width:100%;
	}
	
	.main{
		width:100%;
	}
	
	.login_form {
		padding: 80px 45px;
	}
	
	.head_menu {
		display:none;
	}
	
	.form_area {
		width: 100%;
		margin: 0 auto;
	}
	
	table.tmp_table{
		width: 100%;
	}
	
	.tmp_form {
		width: 100%;
	}
	
	.target_area_wrap, .result_area {
		width:100%;
		min-width:unset;
		max-width:100%;
	}
	
	.target_area{
		width:100%;
	}
	
	.form_area button, .tmp_form ~ button{
		width:100%;
	}
	
	.tmp_table th, .tmp_table td{
		/*display: block;*/
	}
	
	.mf_radio + label {
		margin: 0 9px;
	}
	
	.tmp_form > div > input[type=text] {
		font-size: 16px;
		width: 45.6%;
	}
	
	h2.result_title {
		font-size:19px;
	}
	
	.print_btn{
		display: none;
	}
	
}

