@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/

.red{
	color:#D71717;
	}

.table td *{
	word-break:break-all;
	}
	
	#request .table tr:nth-of-type(odd){
		background-color: #F7F7F7;
		}
			.search_btn button{
				border-radius:5px;
				}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* pc */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 801px){
			
		
	.content_wrap form > .sec:not(:nth-of-type(1)){
		margin-top:50px;
		}
		.h3{
			text-align:left;
			border-top:1px solid #000;
			border-bottom:1px solid #000;
			padding:15px 0;
			font-size:18px;
			}
		.h4{
			font-size:18px;
			border-bottom:solid 1px #D4D4D4;
			padding-bottom:10px;
			background:url(../../img/top_pc/h3_img.jpg) no-repeat left 8px;
			padding-left:25px;
			margin-bottom:27px;
			}
		.h4 span{
			color:#D71717;
			}
	
	.content_wrap{
		width:1040px;
		margin:auto;
		}
	
	.search_text{
		text-align:center;
		}
		
	.caution{
		margin-top:15px;
		padding:15px;
		background-color:#FFE9DF;
		position:relative;
		text-align:left;
		padding-left:70px;
		}
		.caution:before{
			width:32px;
			height:32px;
			background-image:url(../../img/search/icon_coution.png);
			background-size:cover;
			content:"";
			position:absolute;
			left:20px;
			top:50%;
			margin-top:-16px;
			}
		
		.search_table{
			width:100%;
			border-collapse:collapse;
			text-align:left;
			margin-top:-20px;
			font-size:1.1em;
			}
		
		.search_table tr th{
			width:150px;
			}
		.search_table tr:not(:last-child) th,
		.search_table tr:not(:last-child) td{
			border-bottom:1px solid #ccc;
			padding:20px;
			}
		.search_table tr:last-child th,
		.search_table tr:last-child td{
			padding:20px;
			}
			.search_table .region,
			.search_table .school_type,
			.search_table .field{
				display:inlin-block;
				position:relative;
				padding-left:30px;
				}
			.search_table .region::before,
			.search_table .school_type::before,
			.search_table .field::before{
				content:"";
				position:absolute;
				left:0;
				top:50%;
				margin-top:-8px;
				width:18px;
				height:16px;
				}
			.search_table .region::before{
				background-image:url(../../img/search/icon_marker.png);
				}
			.search_table .school_type::before{
				background-image:url(../../img/search/icon_school.png);
				}
			.search_table .field::before{
				background-image:url(../../img/search/icon_book.png);
				}
		
		
			.result_table tr th:nth-of-type(1){
				width:15%;
				}
			.result_table tr th:nth-of-type(2){
				width:50%;
				}
			.result_table tr th:nth-of-type(3){
				width:10%;
				}
			.result_table tr th:nth-of-type(4){
				width:10%;
				}
		.result_text{
			border:1px solid #ccc;
			padding:15px;
			}
			.result_text span{
				font-weight:bold;
				font-size:1.2em;
				margin-right:3px;
				}
		.result_text.nodata{
			position:relative;
			padding-left:70px;
			border:none;
			background-color:#FFFDEA;
			}
		.result_text.nodata::before{
			content:"";
			position:absolute;
			width:32px;
			height:32px;
			background-image:url(../../img/common/icon_coution_y.png);
			left:20px;
			top:50%;
			margin-top:-16px;
			}
			.school_list{
				margin-top:-8px;
				}
				.school_list li{
					margin-top:8px;
					}
				.school_list li a{
					text-decoration:underline;
					}
			
			
			.search_btn{
				text-align:center;
				margin-top:50px;
				}
			.search_btn button{
				border: 1px solid #ccc;
				padding:10px 60px 8px;
				font-size: 18px;
				background-color: #fff;
				cursor: pointer;
				position:relative;
				}
				.search_btn button::after{
				content:"";
				background-image:url(../../img/common/icon_arrow_right.png);
				width:16px;
				height:16px;
				position:absolute;
				right:10px;
				top:50%;
				margin-top:-8px;
				}
		
			.search_btn button{
				text-align:center;
				display:inline-block;
				color:#fff!important;
				font-weight:bold;
				font-size:17px;
				padding:10px 60px 8px;
				max-width:350px;
				border-radius:5px;
				box-sizing:border-box;
				box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.6);
				-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.6);
				/* -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.6); */
				border:none;
				transition:500ms;
				background-color:#D71717;
				position:relative;
				}
			.search_btn button:hover{
				opacity:0.6;
				transition:500ms;
				}
			.search_btn button + p{
				margin-top:15px;
				}
	
	.caution_yellow{
		margin-top:20px;
		padding:15px 15px 15px 70px;
		background-color:#FFFDEA;
		position:relative;
		margin-bottom:30px;
		}
	.caution_yellow p{
		margin:15px 0 5px;
		}
		.caution_yellow:before{
			width:32px;
			height:32px;
			background-image:url(../../img/common/icon_coution_y.png);
			background-size:cover;
			content:"";
			position:absolute;
			left:20px;
			top:50%;
			margin-top:-16px;
			}
		

}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* sp */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (max-width: 800px){
	
	.content_wrap{
		position:relative;
		}
	.content_wrap form > .sec:not(:nth-of-type(1)){
		margin-top:50px;
		}
		.table th{
			vertical-align:top;
			text-align:left;
			}
		
		.search_table{
			width:100%;
			border-collapse:collapse;
			text-align:left;
			margin-top:-20px;
			}
	
	.search_text{
		text-align:center;
		}
		
	.caution{
		margin-top:15px;
		padding:15px;
		background-color:#FFE9DF;
		position:relative;
		text-align:left;
		padding-left:70px;
		}
		.caution:before{
			width:32px;
			height:32px;
			background-image:url(../../img/search/icon_coution.png);
			background-size:cover;
			content:"";
			position:absolute;
			left:20px;
			top:50%;
			margin-top:-16px;
			}
		
		.search_table tr th{
			width:100px;
			}
		.search_table tr th,
		.search_table tr td{
			padding:20px 5px;
			}
		.search_table tr:not(:last-child) th,
		.search_table tr:not(:last-child) td{
			border-bottom:1px solid #ccc;
			}
		.search_table tr:last-child th,
		.search_table tr:last-child td{
			}
			.search_table .region,
			.search_table .school_type,
			.search_table .field{
				display:inlin-block;
				position:relative;
				padding-left:25px;
				}
			.search_table .region::before,
			.search_table .school_type::before,
			.search_table .field::before{
				content:"";
				position:absolute;
				left:0;
				top:50%;
				margin-top:-8px;
				width:18px;
				height:16px;
				}
			.search_table .region::before{
				background-image:url(../../img/search/icon_marker.png);
				}
			.search_table .school_type::before{
				background-image:url(../../img/search/icon_school.png);
				}
			.search_table .field::before{
				background-image:url(../../img/search/icon_book.png);
				}
				
			.result_table tr th{
				vertical-align:middle;
				}
			.result_table tr th:nth-of-type(1){
				width:15%;
				}
			.result_table tr th:nth-of-type(2){
				width:50%;
				}
			.result_table tr th:nth-of-type(3){
				width:10%;
				}
			.result_table tr th:nth-of-type(4){
				width:10%;
				}
		
		.table th{
			text-align:center;
			}
		.result_text{
			border:1px solid #ccc;
			padding:15px;
			}
			.result_text span{
				font-weight:bold;
				font-size:1.2em;
				margin-right:3px;
				}
		.result_text.nodata{
			position:relative;
			padding: 65px 15px 15px 15px;
			border:none;
			background-color:#FFFDEA;
			}
		.result_text.nodata::before{
			content:"";
			position:absolute;
			width:32px;
			height:32px;
			background-image:url(../../img/common/icon_coution_y.png);
			left:50%;
			margin-left: -16px;
			top: 15px;
			}
			.school_list{
				margin-top:-8px;
				}
				.school_list li{
					margin-top:8px;
					}
				.school_list li a{
					text-decoration:underline;
					}
			
			
			.search_btn{
				text-align:center;
				margin-top:50px;
				}
			.search_btn button{
				border: 1px solid #ccc;
				padding: 10px 60px 9px;
				font-size: 18px;
				background-color: #fff;
				cursor: pointer;
				position:relative;
				}
				.search_btn button::after{
				content:"";
				background-image:url(../../img/common/icon_arrow_right.png);
				width:16px;
				height:16px;
				position:absolute;
				right:10px;
				top:50%;
				margin-top:-8px;
				}
		
			.search_btn button{
				text-align:center;
				display:inline-block;
				color:#fff!important;
				font-weight:bold;
				font-size:17px;
				padding:10px 60px 8px;
				max-width:350px;
				border-radius:5px;
				box-sizing:border-box;
				box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.6);
				-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.6);
				/* -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.6); */
				border:none;
				transition:500ms;
				background-color:#D71717;
				position:relative;
				}
			.search_btn button:hover{
				opacity:0.6;
				transition:500ms;
				}
			.search_btn button + p{
				margin-top:30px;
				}
		
	.caution_yellow{
		padding:65px 15px 15px 15px;
		background-color:#FFFDEA;
		position:relative;
		margin-bottom:30px;
		}
	.caution_yellow p{
		margin:15px 0 5px;
		}
		.caution_yellow:before{
			width:32px;
			height:32px;
			background-image:url(../../img/common/icon_coution_y.png);
			background-size:cover;
			content:"";
			position:absolute;
			left:50%;
			margin-left:-16px;
			top:15px;
			}
	
		
		
	

}