@charset "UTF-8";


@media screen and (min-width:768px) {
	body.document main {
		min-height: 500px;
	}
	.nav-button {
		margin-top: 100px;
	}
	
	
	table {
		width: 100%;
		border-collapse: collapse;
	}
	table, th, td {
		margin: 0;
		padding: 0;
		border: none;
	}
	th, td {
		text-align: left;
		vertical-align: top;
		font-weight: normal;
	}
	th {
		position: relative;
		width: 250px;
		padding: 10px 10px 10px 0;
		font-size: 16px;
		font-weight: bold;
		color: #333;
	}
	td {
		position: relative;
		padding: 10px;
	}
	.note {
		display: block;
		margin: 8px 0 0;
		font-size: 14px;
	}
	
	
	th em {
		position: relative;
		display: inline-block;
		top: -2px;
		margin-left: 12px;
		padding: 4px 4px;
		font-size: 12px;
		line-height: 1;
		font-style: normal;
		font-weight: normal;
		border-radius: 4px;
		vertical-align: middle;
		color: #fff;
		background: #78909c;
	}
	
	.required th em {
		background: #d9534f;
	}
	
	
	form {
		margin: 50px 0 0;
	}
	
	input,
	textarea,
	select,
	option {
		line-height: 1;
		font-size: 15px;
		font-family: sans-serif !important;
		background: #fff;
	}

	input:focus,
	textarea:focus,
	select:focus {
		outline: 1px dotted #999;
	}


	input,
	textarea {
		margin: 0;
		padding: 5px;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	textarea {
		border: 1px solid #666;
	}
	input[type="checkbox"] {
		font-size: 16px;
	}
	select {
		border: 1px solid #666;
		border-radius: 0;
		background: #fff;
	}


	.pulldown-wrap {
		position: relative;
		display: block;
		width: 200px;
		text-align: center;
		overflow: hidden;
		border: 1px solid #666;
		background: #fff;

	}
	.pulldown-wrap select {
		width: 100%;
		padding: 5px 38px 5px 8px;
		cursor: pointer;
		border: none;
		outline: none;
		background: transparent;
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.pulldown-wrap select::-ms-expand {
		display: none;
	}

	.pulldown-wrap:before {
		position: absolute;
		content: "";
		top: 0.8em;
		right: 0.9em;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #333;
		pointer-events: none;
	}


	td .error {
	}
	td .error span {
		display: inline-block;
		margin: 5px 0 0;
		color: #d9534f;
		font-size: 14px;
	}
	tr.has-error input[type="text"],
	tr.has-error input[type="tel"],
	tr.has-error input[type="email"],
	tr.has-error textarea,
	tr.has-error select,
	tr.has-error .pulldown-wrap {
		border-color: #d9534f !important;
	}

	div.submission {
		margin: 50px 0 0;
		padding: 0 0 30px;
		text-align: center;
	}

	div.submission a {
		display: inline-block;
		padding: 15px 20px 16px;
		color: #fff;
		text-decoration: none;
		line-height: 1;
		font-size: 16px;
		font-weight: bold;
		background: #37b3e5;
		box-shadow: 4px 4px 0 0 #ddd;
	}
	div.submission a:hover {
		background: #69c6ec;
	}

	div.submission a.return {
		background: #666;
	}
	div.submission a + a {
		margin-left: 30px;
	}

	input[type="text"],
	input[type="email"] {
		width: 400px;
	}
	input.zip {
		width: 100px;
	}
	input.phone {
		width: 150px;
	}
	textarea {
		width: 100%;
		height: 200px;
		line-height: 1.5;
	}
	
	td.type ul {
		width: 300px;
	}
	td.type li {
		padding: 8px 12px;
		border: 2px solid #5cb85c;
		border-radius: 4px;
	}
	td.type li + li {
		margin-top: 12px;
	}
	td.type label {
		margin-left: 8px;
	}
	
	
	tr.break th,
	tr.break td {
		padding-top: 40px;
	}
	
	
	.preview {
		padding-bottom: 8px;
		border-bottom: 1px solid #ccc;
	}
	.preview li {
		padding-bottom: 6px;
	}
	.preview li:before {
		content: "・";
	}
}











@media screen and (max-width:767px) {
	body.document main {
	}
	.nav-button {
		margin-top: 60px;
	}
	
	
	
	table, tbody, tr, th, td {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}
	th, td {
		text-align: left;
		vertical-align: top;
		font-weight: normal;
	}
	th {
		position: relative;
		margin: 0 0 8px;
		font-size: 15px;
		font-weight: bold;
		color: #333;
	}
	td {
		position: relative;
		display: inline-block;
	}
	.note {
		display: block;
		margin: 5px 0 0;
		font-size: 13px;
	}
	
	tr + tr {
		margin-top: 20px;
	}
	tr + tr.break,
	tr + tr.break-sp {
		margin-top: 50px;
	}
	
	
	th em {
		position: relative;
		display: inline-block;
		top: -2px;
		margin-left: 12px;
		padding: 4px 4px;
		font-size: 12px;
		line-height: 1;
		font-style: normal;
		font-weight: normal;
		border-radius: 4px;
		vertical-align: middle;
		color: #fff;
		background: #78909c;
	}
	
	.required th em {
		background: #d9534f;
	}
	
	
	form {
		margin: 50px 0 0;
	}
	
	input,
	textarea,
	select,
	option {
		line-height: 1;
		font-size: 16px;
		font-family: sans-serif !important;
		background: #fff;
	}

	input:focus,
	textarea:focus,
	select:focus {
		outline: 1px dotted #999;
	}


	input,
	textarea {
		margin: 0;
		padding: 5px;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	textarea {
		border: 1px solid #666;
	}
	input[type="checkbox"] {
		font-size: 16px;
	}
	select {
		border: 1px solid #666;
		border-radius: 0;
		background: #fff;
	}


	.pulldown-wrap {
		position: relative;
		display: block;
		width: 200px;
		text-align: center;
		overflow: hidden;
		border: 1px solid #666;
		background: #fff;

	}
	.pulldown-wrap select {
		width: 100%;
		padding: 5px 38px 5px 8px;
		cursor: pointer;
		border: none;
		outline: none;
		background: transparent;
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.pulldown-wrap select::-ms-expand {
		display: none;
	}

	.pulldown-wrap:before {
		position: absolute;
		content: "";
		top: 0.8em;
		right: 0.9em;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #333;
		pointer-events: none;
	}


	td .error {
	}
	td .error span {
		display: inline-block;
		margin: 5px 0 0;
		color: #d9534f;
		font-size: 14px;
	}
	tr.has-error input[type="text"],
	tr.has-error input[type="tel"],
	tr.has-error input[type="email"],
	tr.has-error textarea,
	tr.has-error select,
	tr.has-error .pulldown-wrap {
		border-color: #d9534f !important;
	}

	div.submission {
		margin: 50px 0 0;
		padding: 0 0 30px;
		text-align: center;
	}

	div.submission a {
		display: inline-block;
		padding: 15px 20px 16px;
		color: #fff;
		text-decoration: none;
		line-height: 1;
		font-size: 16px;
		font-weight: bold;
		background: #37b3e5;
		box-shadow: 4px 4px 0 0 #ddd;
	}
	div.submission a:hover {
		background: #69c6ec;
	}

	div.submission a.return {
		background: #666;
	}
	div.submission a + a {
		margin-left: 30px;
	}

	input[type="text"],
	input[type="email"] {
		box-sizing: border-box;
		width: calc(100vw - 32px);
	}
	input.zip {
		width: 100px;
	}
	input.phone {
		width: 150px;
	}
	textarea {
		box-sizing: border-box;
		width: calc(100vw - 32px);
		height: 150px;
		line-height: 1.5;
	}
	
	td.type ul {
	}
	td.type li {
		padding: 8px 12px;
		border: 2px solid #5cb85c;
		border-radius: 4px;
	}
	td.type li + li {
		margin-top: 12px;
	}
	td.type label {
		margin-left: 8px;
		font-size: 15px;
	}
	
	
	
	
	
	.preview {
		box-sizing: border-box;
		width: calc(100vw - 32px);
		padding: 8px 6px;
		line-height: 1;
		border: 1px solid #ccc;
	}
	.preview ul {
		padding: 4px 0 5px;
	}
	.preview li + li {
		margin-top: 10px;
	}
	.preview li:before {
		content: "・";
	}
}