@charset "utf-8";
/* CSS Document */

.inquiry {
	margin: 2em 0;
	padding: 2em;
	box-shadow: 0px 0px 0.2em 2px #8e8e8e;
}

.must {
	color: #c00;
}

.att_list li {
	text-indent: -1em;
	padding-left: 1em;
}

.form_list li {
	padding: 1em 0;
	border-bottom: 1px solid #8e8e8e;
}

.form_list li:last-child {
	border: none;
	text-align: center;
}

.form_list li:last-child p {
	display: inline-block;
	margin: 0 0.5em;
	position: relative;
}

.form_list input,
.form_list textarea {
	font-family: "Yu Gothic","游ゴシック","YuGothic","游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	padding: 0.25em;
	font-size: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none;
	box-sizing: border-box;
	border: 1px solid #8e8e8e;
	margin: 0;
}

.form_list input[type='submit'],
.form_list input[type='reset'] {
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 0.5em 2em 0.5em 0.5em;
	background: #ffffff;
}

.form_list input[type='submit']:hover,
.form_list input[type='reset']:hover {
	opacity: 0.7;
}

.form_list p:before {
	content: "";
	width: 1em;
	height: 1em;
	border-radius: 1em;
	display: inline-block;
	background: #092d51;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 0.5em;
	z-index: 1;
}

.form_list p:after {
	content: "";
	width: 0;
	height: 0;
	z-index: 2;
	border-style: solid;
	border-width: 0.25em 0 0.25em 0.4em;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: calc(42%);
	right: calc(0.75em);
}

@media screen and (min-width: 769px) {

	._pc {
		display: none !important;
	}

	.form_list li dl {
		overflow: hidden;
	}

	.form_list li dl dt {
		float: left;
		width: 20%;
		display: block;
	}

	.form_list li dl dd {
		margin-left: 20%;
	}

	.form_list input[type='text'],
	.form_list input[type='tel'],
	.form_list textarea {
		display: block;
		width: 80%;
	}

	.form_list input.tel {
		width: 15em;
	}

	.form_list input.zip {
		width: 8em;
	}

}

@media screen and (max-width: 768px) {

	._sp {
		display: none !important;
	}

	.form_list input[type='text'],
	.form_list input[type='tel'],
	.form_list textarea {
		display: block;
		width: 100%;
	}

}
