@charset "UTF-8";

/*-----------------------------
	main
-----------------------------*/
.section dl {
	margin: 10px 23px 0 15px;
}

.section dd {
	margin-bottom: 15px;
}

dt.required::after{
	content:"*";
	display: inline-block;
	position: relative;
	top: -2px;
	left: 0;
	margin: 0 5px;
	font-size: 12px;
	color: #f00;
}

span.md_note {
	font-size: 89%
}

dl dd fieldset label {
	display: block;
}

dl dd fieldset label input {
	margin: 0 3px 0 0;
}

p.trivial {
	margin: 0;
}

#confirm .trivial {
	display: none;
	height: 0;
}

form p.submit {
	width: 100%;
	text-align: center;
}

input[type="submit"],
.submit button {
	clear: left;
	width: 300px;
	margin-top: 10px;
	vertical-align: middle;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}

form#confirm .conf_none {
	display: none;
}

dl dd.name1 {
	position: relative;
	margin-left: 0;
	margin-right: 10px;
	float: left;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="number"] {
	font-size: 100%;
	width: 100%;
	box-sizing: border-box;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #E6FFE6 inset;
}

textarea {
	font-size: 100%;
	width: 100%;
	height: 5em;
	box-sizing: border-box;
}

.icon_required{
	position: relative;
	top: -2px;
	display: inline-block;
	margin-left: 5px;
	padding: 2px 10px 1px;
	font-size: 12px;
	color: #f00;
}

.onfocus input,
.onfocus textarea {
	background:#E6FFE6;
}

.error input{
	background-color: #FFAFAF;
}

.error::after{
	content :"未入力です";
	display: block;
	text-align: right;
	color: #f00;
}

.gotop {
	padding: 15px 0;
	margin: 20px 0 20px 25%;
	width: 50%;
	text-align: center;
	background-color: rgba(230, 255, 255, 0.5);
}

.gotop a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
