@charset "UTF-8";

/* Reset iOS submit button */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

#mainblk {
	width: 100%;
	margin: 0 auto;
}
#footer {
	margin-top: 20px;
}

fieldset {
	max-width: 900px;
	border: 1px solid #eaeaea;
	margin: 2px auto 20px auto;
	padding: 5px 10px;
}
legend {
	color: #474747;
	font-size: 1.3rem;
	font-weight: bold;
}
div.sub-group {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 7px 15px;
	clear: both;
}
div.even {
	background-color: #f3f3f3;
}
div.last {
	border-bottom-style: none;
}
div.sub-group p {
	text-align: center;
	background-color: black;
	color: #fff;
	margin: 5px auto;
	display: none;
}

.label-txt {
	width: 80%;
	color: #666666;
	display: block;
	text-align: left;
	float: none;
	margin-top: 1.5rem;
}
.example {
	font-size: 1.3rem;
	color: #666666;
}

#btn-box {
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 40px;
}
#description span {
	border-bottom: 1px dotted red;
}

#hsec1 ul.nvtab {
	margin-left: 530px;
}

#btn1, #btn2 {
	margin-left: 20px;
	display: block;
	width: 40%;
	height: 35px;
	color: #000;
	background-color: #ccc;
	padding:0;
	border:0;
	line-height: 32px;
	cursor: pointer;
	float: left;
	border-radius: 4px;
}
#btn1 {
	color: #fff;
	font-weight: bold;
	background-color: #008826;
}
#btn1:hover, #btn2:hover {
	color: #fff;
	background-color: #246ef5; /* 69f */
	font-weight: bold;
}
#btn1:active, #btn2:active {
	color: #fff;
	background-color: #f30;
	font-weight: bold;
}
.vltdt .label-txt {
	height: 9rem;
}
.vltdt label {
}
.subbox #agrmnt {
	margin-left: 50px;
}
fieldset input[type=text], fieldset input[type=tel],
fieldset input[type=email] {
	width: 100%!important;
	height: 48px;
	font-size: 1.6rem;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; /* firefox placeholder fix */
	border: 1px solid gray;
}
fieldset input[type=number] {
	width: 30%!important;
	height: 48px;
}
fieldset input:disabled {
	border-color: #b9bab9;
}
fieldset textarea {
	width: 90%!important;
	font-size: 1.6rem;
	border: 1px solid gray;
	background-color: #fff;
}
fieldset textarea#remarks, fieldset textarea#purpose {
	height: 96px;
}
/*
fieldset input[type=text], fieldset input[type=tel],
fieldset input[type=email] {
	max-width: 50%; /* 450px */
}*/
.count {
	font-size: 1.4rem;
	color: #800;
	font-weight: bold;
}
.quired {
	background-color: #e9001b;
	font-size: 1.1rem;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	margin-left: 4px;
}
#fieldmain label.required:after, #fieldmain span.required:after {
	content: "必須";
	background-color: #e9001b;
	font-size: 1.1rem;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	margin-left: 4px;
}
#fieldmain label.optional:after, #fieldmain span.optional:after {
	content: "任意";
	background-color: #006eff;
	font-size: 1.1rem;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	margin-left: 4px;
}
.form-select {
	display: block;
	width: 100%;
	height: 35px;
	overflow: hidden;
	max-width: 450px;
/*	text-align: center;*/
}
.form-select select {
/*	width: 100%;
	height: 35px;
	font-size: 1.4rem;
	font-size: 1.4rem;
	padding: 0 10px;*/
/*	border: none;
	position: relative; */
	width: 100%;
	padding: 0 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.form-select select::-ms-expand {
	display: none;
}
.form-select {
	position: relative;
	border: 1px solid #999;
	border-radius: 2px;
	background: #ffffff;
}
.form-select::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.form-select:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #999;
}
.form-select select:focus {
	outline: 2px solid #ff0000;
}
.idtfrm {
	word-break: break-all;
}

#fieldmain div.sub-group:nth-child(2n) {
	background-color: #f3f3f3;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	input[type=checkbox],
	input[type=radio] {
		--active: #275EFE;
		--active-inner: #fff;
		--focus: 2px rgba(39, 94, 254, .3);
		--border: #BBC1E1;
		--border-hover: #275EFE;
		--background: #fff;
		--disabled: #F6F8FF;
		--disabled-inner: #E1E6F9;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 21px;
		outline: none;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0;
		cursor: pointer;
		border: 1px solid var(--bc, var(--border));
		background: var(--b, var(--background));
		transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
	}
	input[type=checkbox]:after,
	input[type=radio]:after {
		content: "";
		display: block;
		left: 0;
		top: 0;
		position: absolute;
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
	}
	input[type=checkbox]:checked,
	input[type=radio]:checked {
		--b: var(--active);
		--bc: var(--active);
		--d-o: .3s;
		--d-t: .6s;
		--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
	}
	input[type=checkbox]:disabled,
	input[type=radio]:disabled {
		--b: var(--disabled);
		cursor: not-allowed;
		opacity: 0.9;
	}
	input[type=checkbox]:disabled:checked,
	input[type=radio]:disabled:checked {
		--b: var(--disabled-inner);
		--bc: var(--border);
	}
	input[type=checkbox]:disabled + label,
	input[type=radio]:disabled + label {
		cursor: not-allowed;
	}
	input[type=checkbox]:hover:not(:checked):not(:disabled),
	input[type=radio]:hover:not(:checked):not(:disabled) {
		--bc: var(--border-hover);
	}
	input[type=checkbox]:focus,
	input[type=radio]:focus {
		box-shadow: 0 0 0 var(--focus);
	}
	input[type=checkbox]:not(.switch),
	input[type=radio]:not(.switch) {
		width: 21px;
	}
	input[type=checkbox]:not(.switch):after,
	input[type=radio]:not(.switch):after {
		opacity: var(--o, 0);
	}
	input[type=checkbox]:not(.switch):checked,
	input[type=radio]:not(.switch):checked {
		--o: 1;
	}
	input[type=checkbox] + label,
	input[type=radio] + label {
		font-size: 1em;
		line-height: 21px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin-left: 4px;
	}

	input[type=checkbox]:not(.switch) {
		border-radius: 7px;
	}
	input[type=checkbox]:not(.switch):after {
		width: 5px;
		height: 9px;
		border: 2px solid var(--active-inner);
		border-top: 0;
		border-left: 0;
		left: 7px;
		top: 4px;
		transform: rotate(var(--r, 20deg));
	}
	input[type=checkbox]:not(.switch):checked {
		--r: 43deg;
	}
	input[type=checkbox].switch {
		width: 38px;
		border-radius: 11px;
	}
	input[type=checkbox].switch:after {
		left: 2px;
		top: 2px;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		background: var(--ab, var(--border));
		transform: translateX(var(--x, 0));
	}
	input[type=checkbox].switch:checked {
		--ab: var(--active-inner);
		--x: 17px;
	}
	input[type=checkbox].switch:disabled:not(:checked):after {
		opacity: 0.6;
	}

	input[type=radio] {
		border-radius: 50%;
	}
	input[type=radio]:after {
		width: 19px;
		height: 19px;
		border-radius: 50%;
		background: var(--active-inner);
		opacity: 0;
		transform: scale(var(--s, 0.7));
	}
	input[type=radio]:checked {
		--s: .5;
	}
}
