@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 %
---------------------------------------------------------------------*/


.table td *{
	word-break:break-all;
	}

		.table td button{
			line-height:0;
			border:0;
			background-color:#888;
			padding:5px;
			border-radius:5px;
			cursor:pointer;
			}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* pc */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 801px){
			
		
	.content_wrap form > .sec:not(:nth-of-type(1)){
		margin-top:50px;
		}
		
		
	.table td{
		text-align:center;
		}
		
		
	.caution{
		padding:15px;
		background-color:#FFE9DF;
		position:relative;
		padding-left:250px;
		}
	.caution p{
		position:absolute;
		left:70px;
		top:50%;
		margin-top:-16px;
		}
		.caution p span{
			display:inline-block;
			position:relative;
			padding-left:35px;
			font-size:20px;
			font-weight:bold;
			}
		.caution p span:before{
			width:32px;
			height:32px;
			background-image:url(../../img/search/icon_coution.png);
			background-size:cover;
			content:"";
			position:absolute;
			left:0;
			top:50%;
			margin-top:-16px;
			}
	
			
			.search_btn{
				text-align:center;
				margin-top:50px;
				}
			.search_btn button{
				text-align:center;
				display:inline-block;
				color:#fff!important;
				font-weight:bold;
				font-size:15px;
				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::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 + 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 form > .sec:not(:nth-of-type(1)){
		margin-top:50px;
		}
		
		
	.table td{
		text-align:center;
		}
		
			.table td button img{
				width:10px;
				}
		
					
		
		
	.caution{
		padding:15px;
		background-color:#FFE9DF;
		position:relative;
		text-align:left;
		}
	.caution p{
		margin-bottom:15px;
		text-align:center;
		}
		.caution p span{
			display:inline-block;
			position:relative;
			padding-left:35px;
			font-size:18px;
			font-weight:bold;
			}
		.caution p span:before{
			width:32px;
			height:32px;
			background-image:url(../../img/search/icon_coution.png);
			background-size:cover;
			content:"";
			position:absolute;
			left:0;
			top:50%;
			margin-top:-16px;
			}
			.search_btn{
				text-align:center;
				margin-top:50px;
				}
			.search_btn button{
				text-align:center;
				display:inline-block;
				color:#fff!important;
				font-weight:bold;
				font-size:15px;
				padding:10px 60px 8px;
				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::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 + p{
				margin-top:15px;
				}
	.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;
			}
		
		
	

}