@charset "utf-8";

/* title */
.title{
	background-color: #d8e4ea;
	padding: 80px 0 50px 0;
}
.ttlWrap h2{
	font-family: "Marcellus", serif;
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #0078ad;
	text-align: center;
	margin-bottom: 15px;
}
.ttlWrap p{
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}

/* formWrap_outer */
.tableWrap_outer{
	position: relative;
	background-image: url(../images/top/waveBg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
.tableWrap_outer:before{
	content: '';
	background-image: url(../images/top/waveTop.svg);
	aspect-ratio: 1920/100;
	width: 100%;
	height: auto;
	position: absolute;
	top:-1px;
	left: 0;
}
/*.tableWrap_outer:after{
	content: '';
	background-image: url(../images/location/waveBottom_blue.svg);
	aspect-ratio: 1920/94;
	width: 100%;
	height: auto;
	position: absolute;
	bottom:-1px;
	left: 0;
}*/
.tableWrap{
	width:1386px;
	margin:0 auto;
	padding: 200px 0 100px 0;
}
.tableWrap>p{
	font-size: 1em;
	text-align: center;
}
.formTable_inner{
	width:90%;
	margin:0 auto;
	padding: 50px 0;
}
.formTable_inner .mainTable,
.formTable_inner .subTable{
	width:100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.formTable_inner .privacyTable{
	width:100%;
	margin-bottom: 30px;
}
.formTable_inner .mainTable tr th{
	width:40%;
	font-size: 1.1em;
	font-weight: 500;
	text-align: right;
	border-bottom: 2px solid #e0e0e0;
	padding: 10px 20px 10px 0;
}
.formTable_inner .mainTable tr:nth-of-type(even) th{
	background-color: rgba(149, 198, 198,0.25);
}
.formTable_inner .mainTable tr:nth-of-type(odd) th{
	background-color: rgba(149, 198, 198,0.5);
}
.formTable_inner .subTable tr th{
	width:40%;
	font-size: 1.1em;
	font-weight: 500;
	text-align: right;
	border-bottom: 2px solid #e0e0e0;
	padding: 10px 20px 10px 0;
}
.formTable_inner .subTable tr:nth-of-type(even) th{            
	background-color: rgba(200, 200, 151,0.25);
}
.formTable_inner .subTable tr:nth-of-type(odd) th{
	background-color: rgba(200, 200, 151,0.5);
}
.formTable_inner .mainTable tr th .rTxt{
	display: inline-block;
	font-size: 0.75em;
	color:#eb6679;
	background-color:#fff;
	padding: 5px 8px;
	margin-left:5px;
}
.formTable_inner .mainTable tr td{
	width:60%;
	font-size: 1em;
	border-bottom: 2px solid #e0e0e0;
	padding: 10px 0 10px 20px;
}
.formTable_inner .subTable tr td{
	width:60%;
	font-size: 1em;
	border-bottom: 2px solid #e0e0e0;
	padding: 10px 0 10px 20px;
}
.formTable_inner .privacyTable tr th,
.formTable_inner .privacyTable tr td{
	display: block;
	text-align: center;
}
.ttlWrap h3{
	font-size: 2em;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
input[type=text],
input[type=email],
select{
	padding:0.5rem 0.75rem;
	border:2px solid #e0e0e0;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 5px;
}
.name,
.email,
.address{
	width: 100%;
}
.car{
	margin-right: 10px;
}
.nTxt{
	font-size: 0.85em;
	color: #8c8b8b;
}
.formTable_inner h3{
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 15px;
}
.checkDb{
	display: block;
	margin-bottom: 0.5rem;
	cursor: pointer;
}
input[type=checkbox]{
	width:1.25em;
	height:1.25em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.formTable_inner .privacyTable tr th{
	font-size: 1em;
	padding: 0px 0 5px 0;
}
.formTable_inner .privacyTable tr td{
	font-size: 1em;
	padding: 5px 0 0px 0;
}
.formTable_inner .privacyTable tr th .rTxt{
	display: inline-block;
	font-size: 0.75em;
	color:#fff;
	background-color:#eb6679;
	padding: 5px 8px;
	margin-right:8px;
}
.formTable_inner .privacyTable tr th a{
	font-size: 1em;
	color:#eb6679;
}
.formTable_inner .privacyTable tr th a:hover,
.formTable_inner .privacyTable tr th a:active{
	opacity:0.5;
}
.formTable_inner .privacyTable tr td label{
	cursor: pointer;
}
.submitBtn{
	text-align: center;
}
input[type=submit]{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color:#fff;
	background-color: #b5a784;
	width:370px;
	padding: 15px 0;
	border-radius: 5px;
	cursor: pointer;
}
input[type=submit]:hover,
input[type=submit]:active{
	opacity: 0.5;
}
@media (max-width:1600px){
	.tableWrap{
		width:87%;
	}
}
@media (max-width:1400px){
	input[type=submit]{
		width:320px;
		font-size: 1.25em;
	}
}
@media (max-width:1024px){
	.tableWrap{
		width:90%;
	}
	.formTable_inner .privacyTable tr th{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: left;
	}
}
@media (max-width:768px){
	.tableWrap_outer{
		background-image: url(../images/top/waveBg_sp.jpg);
	}
	.tableWrap{
		padding: 100px 0 50px 0;
	}
	.formTable_inner .mainTable tr th,
	.formTable_inner .subTable tr th{
		display: block;
		width:100%;
		font-size: 1.25em;
		font-weight: 500;
		text-align: left;
		border-bottom: none;
		padding: 10px 0 10px 1em;
		box-sizing: border-box;
	}
	.formTable_inner .mainTable tr td,
	.formTable_inner .subTable tr td{
		display: block;
		width:100%;
		font-size: 1.15em;
		border-bottom: none;
		padding: 5px 0 10px 0;
	}
	.formTable_inner .subTable tr th .under1400{
		display: none;
	}
	input[type=submit]{
		width:270px;
		font-size: 1.5em;
	}
}
@media (max-width:450px){
	.tableWrap{
		padding: 100px 0 0 0;
	}
	.formTable_inner .privacyTable tr th{
		width:100%;
	}
	.formTable_inner .privacyTable tr th .rTxt{
		width:34px;
		padding: 5px 0;
		text-align: center;
	}
	.formTable_inner .privacyTable tr th span:last-of-type{
		width:calc(100% - 42px);
	}
	.formTable_inner .privacyTable tr th .under1024{
		display: none;
	}
	input[type=submit]{
		width:230px;
		font-size: 1.25em;
	}
}

/* pageNotice */
.pageNotice {
    background-color: #d8e4ea;
    padding: 50px 0;
}