@charset "utf-8";

/******************** form ********************/
p {
	text-align: left;
	padding: 0 10px;
}
dl.form {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	border: 1px solid #000;
	border-bottom: none;
}
dl.form dt {
	width: 25%;
	font-weight: bold;
	padding: 17px 15px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #555;
}
dl.form dt .small {
	font-size: 90%;
}
dl.form dt .hissu {
	color: #d00;
	font-size: 90%;
	margin-left: 10px;
}
dl.form dt .nini {
	color: #888;
	font-size: 90%;
	margin-left: 10px;
}
dl.form dd {
	width: 75%;
	border-bottom: 1px solid #555;
	padding: 15px 15px;
}

input, select, textarea {
	padding: 5px 5px;
	border-radius: 3px;
	color: #333;
	border: 1px solid #aaa;
}
select {
	margin-right: 3px;
}
textarea {
	width: 600px;
	height: 70px;
}
input[type="submit"] {
	width: 300px;
	line-height: 40px;
	font-size: 20px;
	background: #000;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}
.radio {
	display: flex;
}
.radio li {
	margin-right: 10px;
}
.radiobutton {
	display: none;
}
label {
	background: #999;
	color: #fff;
	display: block;
	line-height: 28px;
	text-align: center;
	width: 100px;
	border-radius: 5px;
}
.radiobutton:checked + label {
	background: #000;
	color: #fff;
}

p.sub {
	border-left:  8px solid #8f555f;
	margin: 30px 0 15px;
	font-size: 20px;
	padding-left: 10px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}




