@charset "utf-8";
/* CSS Document */

.entry_area {
	width: 820px;
	height: auto;
	margin: 0 auto;
	padding: 65px 0 90px;
}
.entry_area form>p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}
.entry_area form>p span {
	color: #f695ea;
}
.entry_area .error {
	padding: 10px 0;
}
.entry_area .error span {
	color: #4f4d4d;
	padding: 4px 0;
}
.sheet tr {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
.sheet tr th {
	position: relative;
	width: 220px;
	height: auto;
	vertical-align: middle;
	background: #dbdbdb;
}
.sheet tr th::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 0;
	left: 0;
}
.sheet tr th::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 100%;
	left: 0;
	transform: translateY(-2px);
}
.sheet tr th label {
	position: relative;
	padding-left: 35px;
	color: #4e4d4d;
	font-size: 14px;
	font-weight: bold;
	font-family: "A-OTF UD新ゴ Pr6N L";
}
.sheet tr th label::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 9px;
	transform: translateY(-50%);
	background: url(../img/common/4dots.svg) top left no-repeat;
	background-size: cover;
}
.sheet tr th label span {
	color: #f695ea;
	font-size: 14px;
}
.sheet tr td {
	font-size: 14px;
	width: 573px;
	height: auto;
	padding: 19px 0 19px 27px;
}
.sheet tr td input[type="text"] {
	width: 248px;
	height: 24px;
	padding-left: 10px;
	border: 1px solid #9b9b9b;
	letter-spacing: 1px;
}
.sheet tr td select {
	width: 248px;
	height: 24px;
	padding-left: 10px;
	border: 1px solid #000;
	letter-spacing: 1px;
}
.sheet tr td textarea {
	width: 382px;
	height: 80px;
	max-width: 544px;
	padding: 4px 10px;
	border: 1px solid #9b9b9b;
	letter-spacing: 1px;
}

.entry_area .caution {
	color: #4f4d4d;
	font-size: 14px;
	line-height: 22px;
	padding: 24px 0 18px;
}
.entry_area .btn_area {
	display: flex;
	justify-content: space-between;
	width: 740px;
	padding: 14px 40px;
	background: #dbdbdb;
}
.entry_area .confirm01 {
	margin-top: 60px;
	justify-content: center !important;
}
.entry_area .confirm02 {
	margin-top: 60px;
}
.entry_area .btn_area #reset {
	width: 360px;
	height: 52px;
	background: url(../img/entry/reset.png);
	background-size: cover;
}
.entry_area .btn_area #submit {
	width: 360px;
	height: 52px;
	background: url(../img/entry/submit.png);
	background-size: cover;
}
.entry_area .btn_area #back {
	width: 360px;
	height: 52px;
	background: url(../img/entry/back.png);
	background-size: cover;
	color: transparent;
}

.entry {
	display: none;
}