@charset "UTF-8";
/* =================================================================================================
　素行調査ナビ／お問い合わせ
　http://sokoutyousa-navi.net/
================================================================================================= */
.lead,
.text {
	line-height: 180%;
	margin-bottom: 1rem;
}

.lead:last-child,
.text:last-child {
	margin-bottom: 0rem;
}

.form_box {
	margin-bottom: 1.5rem;
}

.form_box h4 {
	border: 1px solid #dedfd7;
	border-bottom: none;
	background: linear-gradient(to bottom, #fff 0%, #eee 100%);
	padding: 0.5rem;
}

.form_box .inner {
	border: 1px solid #dedfd7;
	background-color: #fafaf4;
	padding: 0.75rem;
}

.form_box textarea {
	width: 100%;
	box-sizing: border-box;
}

.form_box dl {
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: -webkit-flex;
	-js-display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2rem;
}

@media screen and (max-width: 592px) {
	.form_box dl {
		display: block;
	}
}

.form_box dl dt {
	width: 35%;
	font-weight: bold;
}

@media screen and (max-width: 592px) {
	.form_box dl dt {
		width: 100%;
		margin-bottom: 5px;
	}
}

.form_box dl dd {
	width: 65%;
	word-break: break-all;
}

@media screen and (max-width: 592px) {
	.form_box dl dd {
		width: 100%;
	}
}

.red {
	color: #cc0000;
}

.form_box input[type="text"] {
	width: 100%;
/*  width: 70%;*/
	box-sizing: border-box;
	padding: 0.5rem;
}

@media screen and (max-width: 592px) {
	.form_box input[type="text"] {
		width: 100%;
	}
}

.form_box .time dd {
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: -webkit-flex;
	-js-display: -ms-flexbox;
	-js-display: flex;
	display: flex;
}

.form_box .time dd label {
	display: block;
	width: 33%;
	white-space: nowrap;
}

.form_box .time dd label input {
	width: 80%;
}

form select {
	padding: 0.5rem;
	width: 60%;
}

@media screen and (max-width: 592px) {
	form select {
		width: 100%;
	}
}

form input[type=submit] {
	width: 200px;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
	padding: 1rem 0;
	background: none;
	border-radius: 3px;
	background-color: #ff6633;
	border: none;
	cursor: pointer;
}

form input[type=submit]:hover {
	opacity: 0.8;
}

input[type=button] {
	width: 200px;
	margin: 0 1rem;
	display: block;
	text-align: center;
	color: #fff;
	padding: 1rem 0;
	background: none;
	border-radius: 3px;
	background-color: #ff6633;
	border: none;
	cursor: pointer;
}

input[type=button]:hover {
	opacity: 0.8;
}

input[type=button]:first-child {
	background-color: #999;
}

.submit_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: -webkit-flex;
	-js-display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn_top {
	text-align: center;
}

/*add202103*/
.small {
	font-size: 15px;
	font-weight: normal;
}
label {
	display: inline-block;
	margin-bottom: 5px;
}
