@charset "UTF-8";
.formContent {
		/*確認画面*/
}

.formContent .btn-back {
		background-color: #e7e7e7;
		border-color: #e7e7e7;
		font-weight: bold;
}
.formContent .btn-back:hover {
		color: #ffffff;
		background-color: #116890;
		border-color: #116890;
}

.formContent .reply {
		border-bottom: 1px dotted #e5e5e5;
		padding: 0 0 15px;
		margin: 0 0 15px;
}
.formContent .query-title {
		color: #86AA27;
		font-weight: 600;
}
@media (min-width: 576px) {
		.formContent .d-sm-inlineblock {
				display: inline-block;
		}
}

.formContent .form_midashi {
	font-weight: bold;
    background: #eeeeee;
    padding: 8px 5px 8px 10px;
    font-size: 18px;
	position: relative;
	margin-top: 4em;
}
.formContent .form_midashi::before {
	content: "";
	display: block;
	width: 5px;
	height: 100%;
	background-color: #116890;
	position: absolute;
	top: 50%;
	left: -5px;
	transform: translateY(-50%);
}
.form_item_area__button_area {
	text-align: center;
}
/* .btn {
	width: 300px;
	min-height: 80px;
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 4px;
	min-width: 185px;
	background-image: linear-gradient(53deg, #a5ecbe, #8eecdb);
	color: #064c69;
	font-weight: bold;
	line-height: 1.3;
	border-radius: 45px;
	padding: 14px 38px 13px 38px;
	box-sizing: border-box;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	letter-spacing: .05em;
	transition: all .2s;
	margin: 0 auto;
	cursor: pointer;
}
@media screen and (max-width:767px) {
	.btn {
		padding: 14px 38px 13px 38px;
		min-height: 50px;
		font-size: 16px;
		max-width: 100%;
	}
}
.btn:hover {
	color: #fff;
}
button[name="next"]::before {
	display: none;
}
button[name="back"] {
	background-image: none;
	background-color: #e4e4e4;
	color: #064c69;
}
button[name="back"]:hover {
	background-image: none;
	background-color: #b8b8b8;
	opacity: 0.8;
}
button[name="back"]::before {
	display: none;
} */
