@charset "Shift_JIS";
/* CSS Document */
:root {
	color: #533c32;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	background-color: #fff;
	box-sizing: border-box;
}

div.wrap {
	width: 900px;
	margin: auto;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #533c32;
	text-decoration: none;
	border-bottom: #533c32 1px dashed;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

h1 {
	font-size: 22px;
	text-align: center;
	margin: 50px auto 30px;
}
p.lead {
	width: 70%;
	text-align: center;
	margin: 0 auto 30px;
}

p.caption,
sup {
	color: #aa002b;
	padding-left: .3em;
}
table,
th,
td {
	border: #fff 1px solid;
	box-sizing: border-box;
}
table {
	width: 100%;
}
thead:nth-of-type(odd) > tr > th {
	background-color: #a9d1ce;
}
thead:nth-of-type(odd) > tr > td {
	background-color: #e1f0ef;
}
thead:nth-of-type(even) > tr > th {
	background-color: #d9d0b2;
}
thead:nth-of-type(even) > tr > td {
	background-color: #efebdf;
}

th,
td {
	padding: .5em 1em;
}
th {
	width: 20%;
	font-weight: normal;
}
td {
	width: 60%;
}
.w1 { width: 10%!important; }
.w2 { width: 20%!important; }
.w3 { width: 30%!important; }
.w4 { width: 40%!important; }
.w5 { width: 50%!important; }
.w6 { width: 60%!important; }
.w7 { width: 70%!important; }
.w8 { width: 80%!important; }
.w9 { width: 90%!important; }

input,
select {
	border: #533c32 1px solid;
    border-radius: 3px;
	padding: .3em .5em;
}
input[type=checkbox] {
	width: 17px;
	height: 17px;
}
input[type=submit],
input[type=reset],
input[type=button] {
	width: 10em;
	padding: .5em 0;
	background-color: #fff;
}
div.privacy {
	margin-top: 15px;
}
div.privacy > span:nth-of-type(2) {
	vertical-align: text-bottom;
	padding-bottom: .2em;
}

div.btn {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
div.btn > div {
	width: 50%;
	text-align: center;
	margin: 50px 0;
}
.caution {
	text-align: center;
	margin: 30px 0;
}
p.thanks {
	width: 80%;
	line-height: 200%;
	margin: 50px auto;
}
footer {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (min-width:701px) and (max-width:1050px) {
	div.wrap {
		width: 90%;
	}
	p.thanks {
		width: 70%;
	}
}
	@media only screen and (max-width: 700px) {
		.pc {
			display: none;
		}
		.sp {
			display: block;
		}
		div.wrap {
			width: 90%;
		}
		
		h1 {
			font-size: 5vw;
		}
		p.lead {
			width: 100%;
		}
		table {
			width: 100%;
			border-left: none;
			border-right: none;
		}
		th {
			display: block;
			width: 100%;
			font-weight: normal;
			border-left: none;
			border-right: none;
		}
		th.title {
			font-size: 110%;
			font-weight: bold;
		}
		td {
			display: block;
			width: 100%;
			border-left: none;
			border-right: none;
		}
		input[type=text] {
			width: 90%;
		}
		p.thanks {
			width: 90%;
		}
	}