<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.formInfo h3 {
	padding: 1em 0 .5em;
	color: #7C61A7;
	font-weight: 700;
	font-size: 140%;
}
.form-btn {
	text-align: center;
}
.form-btn input {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 4px;
	transition: opacity .3s ease;
}
.btn-next,
.btn-prev {
	position: relative;
	display: inline-block;
	width: 71.64%;
	max-width: 320px;
}
.btn-prev {
	max-width: 300px;
}
.btn-next::before,
.btn-prev::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 1.4em;
	height: 1.4em;
	margin-top: -0.7em;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg) skew(8deg,8deg);
	z-index: 5;
}
.btn-next::before {
	right: 1em;
}
.btn-prev::before {
	left: 1em;
}
.form-btn .btn-next input {
	padding: .8em;
	font-size: 20px;
	color: #fff;
	background : -moz-linear-gradient(50% 100% 90deg,rgba(150, 104, 198, 1) 0%,rgba(168, 105, 205, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(150, 104, 198, 1) 0%, rgba(168, 105, 205, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(150, 104, 198, 1) ),color-stop(1,rgba(168, 105, 205, 1) ));
  background : linear-gradient(0deg, rgba(150, 104, 198, 1) 0%, rgba(168, 105, 205, 1) 100%);
}
.form-btn .btn-prev input {
	padding: .8em;
	font-size: 16px;
	color: #7C61A7;
	background-color: #fff;
	border: 1px solid #ddd;
}
.error-message {
	color: #d93600;
	font-weight: 700;
	font-size: 90%;
}
.error-message.active {
	padding-top: .2em;
}
#contents.form .table.belong-table table input {
	width: 100%;
	box-sizing: border-box;
}
#contents.form .table.belong-table table select {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 50px;
	padding: 0 .5em;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: none;
}
.twoClm {
	display: flex;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
.twoClm.your-zip {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.twoClmL, .twoClmR {
	box-sizing: border-box;
}
.twoClmL {
	padding-top: 1em;
	width: 70px;
	font-size: 14px;
	white-space: nowrap;
}
.twoClmR {
	margin-left: 10px;
	width: calc(100% - 80px);
}
.twoClm.your-zip .twoClmL {
	width: 15px;
}
.twoClm.your-building .twoClmL {
	padding-top: .2em;
}
#contents.form .table.belong-table table .your-zip input {
	max-width: 20em;
}
.inputs-birthday {
	display: flex;
	justify-content: space-between;
}
.inputs-birthday &gt; div {
	width: 31%;
}
.inputs-birthday .input-title {
	font-weight: 700;
	padding-bottom: .5em;
}
@media only screen and (min-width: 641px) {
	#contents.form .table.belong-table table th {
		width: 150px;
		padding-right: 20px;
		white-space: nowrap;
		vertical-align: top;
	}
	#contents.form .table.belong-table table th.pt3 {
		padding-top: 1.5em;
	}
	.form-btn .btn-next input:hover {
		opacity: .8;
	}
	.form-btn .btn-prev + .btn-next {
		margin: 0 5px 5px;
	}
	#contents.form .table .twoClm input {
		box-sizing: border-box;
		width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.form-btn .btn-next input {
		font-size: 4.26vw;
	}
	.form-btn .btn-prev + .btn-next {
		display: block;
		margin: 10px auto 0;
	}
	.twoClm {
		margin-top: 10px;
		padding-top: 10px;
	}
	.twoClmL {
		font-size: 12px;	
	}
	#contents.form .table.belong-table table select {
		font-size: 12px;
		line-height: 40px;
		height: 40px;
	}
}</pre></body></html>