div.error {
	color: red;
}
div.errors {
	margin-bottom: 40px;
}
th.error {
	color: red;
}
.w10 {
	width: 10%;
}
.w20 {
	width: 20%;
}
.w30 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
}
.inquiryText {
	width: 100%;
	height: 100px;
}
.table01 th {
	width: 30%;
	position: relative;
	padding: 15px 45px 15px 15px;
}
button {
	margin: 10px 0;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
}
.caution {
	font-size: 80%;
	color: red;
	position: absolute;
	right: 20px;
	top: 15px;
}
@media screen and (max-width:599px) {
	.table01 th {
		width: inherit;
	}
}
