@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　contact2025
 */

.breadcrumb {
	background: transparent;
	padding: 0;
	display: block;
}

.progress {
	height: auto;
	background: transparent;
}

.btn-line a {
	width: 250px;
	margin: 0 auto;

	/* position: relative;
	display: block;
	padding: 20px 55px;
	border: 1px solid #333;
	border-radius: 3px;
	line-height: 1;
	font-size: 1.5rem;
	text-align: center;
	transition: .3s;

	color: #333; */
}

/* .btn-line a::after {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 37px;
	height: 5px;
	content: "";
	background: url(../../img/common/arw_btn_long_bk.svg) no-repeat;
	background-size: 100% auto;
}

.btn-line a:hover {
	background: #333;
	color: #FFF;
}

.btn-line a:hover::after {
	background-image: url(../../img/common/arw_btn_long_w.svg);
} */

input[type="radio"]+label {
	display: inline;
}

input[type="radio"]:checked+label:after {
	left: -19px;
}

/* .alert {
	font-size: 1.2rem;
} */

@media all and (min-width: 769px) {
	input[type="radio"]+label:before {
		top: 5px;
	}

	input[type="radio"]:checked+label:after {
		top: 7px;
	}
}

@media all and (max-width: 768px) {
	.breadcrumb {
		display: none;
	}

	.content {
		overflow: hidden;
	}

	input[type="radio"]:checked+label:after {
		top: 5px;
	}

	input[type="checkbox"]+label span {
		white-space: normal;
	}

	.f-text.f-text-mini {
		width: 100%;
		max-width: 300px;
	}
}