@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;
		}
		
	.event_table tr:nth-of-type(1) th:nth-of-type(2){
		width:60%;
		}
	.event_table td:nth-of-type(2){
		text-align:left;
		}
	.event_table th,
	/* .event_table td{
		text-align:center;
		} */
	.poricy_wrap{
		margin-top:20px;
		border:1px solid #ccc;
		padding:15px 20px;
		}
		.poricy_wrap dt{
			font-weight:bold;
			font-size:1.1em;
			}
		.poricy_wrap dd{
			margin-top:15px;
			padding-top:15px;
			border-top:1px dotted #ccc;
			}
	
	.privacy_poricy > div{
		margin-top:20px;
		}
		.privacy_poricy > div h4{
			margin-bottom:5px;
			}
		.privacy_poricy > div > div{
			padding-left:1em;
			}
		.privacy_poricy > div > div ul li:not(:first-child){
			margin-top:10px;
			}
		.privacy_poricy > div > div p:not(:first-child){
			margin-top:10px;
			}
		.privacy_poricy > div > div h5{
			margin-bottom:5px;
			font-size:14px;
			}
			
			
	.privacy{
		background-color:#F7F7F7;
		padding:40px 20px;
		}
		.privacy p:nth-of-type(1){
			text-align:center;
			}
			.privacy p:nth-of-type(1) input{
				margin-right:5px;
				}
			.privacy p:nth-of-type(1) span{
				font-size:0.8em;
				margin-top:10px;
				display:block;
				}
		
	.caution{
		padding:15px;
		background-color:#FFE9DF;
		position:relative;
		padding-left:250px;
		margin-bottom: 15px;
		}
	.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 ul {
				display:inline-block;
				}
				.search_btn ul li {
					float:left;
					width:300px;
					margin:0 2px;
					}
					.search_btn p{
						font-weight:bold;
						margin-bottom:15px;
						}
						.search_btn p span{
							display:block;
						    font-size: 0.8em;
							}
					.search_btn button{
						text-align:center;
						display:inline-block;
						color:#fff!important;
						font-weight:bold;
						font-size:15px;
						padding:10px 38px 8px;
						width:300px;
						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);
						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;
							}
	
		

}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* sp */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (max-width: 800px){
	
	.content_wrap form > .sec:not(:nth-of-type(1)){
		margin-top:50px;
		}
		
	.event_table th,
	/* .event_table td{
		text-align:center;
		} */
		
	.poricy_wrap{
		margin-top:20px;
		border:1px solid #ccc;
		padding:15px 20px;
		}
		.poricy_wrap dt{
			font-weight:bold;
			font-size:1.1em;
			}
		.poricy_wrap dd{
			margin-top:15px;
			padding-top:15px;
			border-top:1px dotted #ccc;
			}
	
	.privacy_poricy > div{
		margin-top:20px;
		}
		.privacy_poricy > div h4{
			margin-bottom:5px;
			}
		.privacy_poricy > div > div{
			padding-left:1em;
			}
		.privacy_poricy > div > div ul li:not(:first-child){
			margin-top:10px;
			}
		.privacy_poricy > div > div p:not(:first-child){
			margin-top:10px;
			}
		.privacy_poricy > div > div h5{
			margin-bottom:5px;
			font-size:14px;
			}
			
	.privacy{
		background-color:#F7F7F7;
		padding:40px 20px;
		}
		.privacy p:nth-of-type(1){
			text-align:center;
			}
			.privacy p:nth-of-type(1) input{
				margin-right:5px;
				}
			.privacy p:nth-of-type(1) span{
				font-size:0.8em;
				margin-top:10px;
				display:block;
				}
		.privacy p:nth-of-type(2){
			margin-top:15px;
			}
					
		
		
	.caution{
		padding:15px;
		background-color:#FFE9DF;
		position:relative;
		text-align:left;
		margin-bottom: 15px;
		}
	.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 ul li {
					margin-top:20px;
					}
					.search_btn p{
						font-weight:bold;
						}
						.search_btn p span{
							display:block;
						    font-size: 0.8em;
							}
					.search_btn button{
						text-align:center;
						display:inline-block;
						color:#fff!important;
						font-weight:bold;
						font-size:15px;
						padding:10px 60px 8px;
						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 + button{
						margin-top:20px;
						}
					.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;
							}
	
	.event_table tr:nth-of-type(1) th:nth-of-type(2){
		width:50%;
		}
		
		
	

}