<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button.btn {
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: bold;
	background-color: rgba(232, 95, 157, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 240px;
	min-height: 44px;
	margin: auto;
	position: relative;
	border: none;
	cursor: pointer;
}
button.btn:before,
button.btn:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	right: 0;
	bottom: 0;
}
button.btn:before {
	border-width: 0 0 16px 16px;
	border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
}
button.btn:after {
	border-width: 0 0 14px 14px;
	border-color: transparent transparent rgba(177, 70, 121, 1) transparent;
}
button.btn:hover {
	background-color: rgba(29, 32, 136, 1);
}

#estimate-order button.btn{
	margin: 0 5px;
}

form label, form span{
	width: auto;
}

section#estimate article dl.acc2-menu h4 {
	margin: 0;
}

section#estimate article dl.acc2-menu {
	line-height: 1.3;
}
section#estimate article dl.acc2-menu dd {
	/* background-color: rgba(255, 255, 255, 1); */
	display: none;
}
section#estimate article dl.acc2-menu dt,
section#estimate article dl.acc2-menu h4 {
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	text-align: left;
}
section#estimate article dl.acc2-menu dt {
	background: url("../img/estimate/open.png") center right 10px no-repeat;
	background-size: 30px 30px !important;
	background-color: rgba(232, 95, 157, 1) !important;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75em 50px 0.75em 10px;
	position: relative;
	cursor: pointer;
	border-color: rgba(232, 95, 157, 1) !important;
}
section#estimate article dl.acc2-menu dt:after,
section#estimate article dl.acc2-menu dt.active:before {
	font-size: 12px;
	white-space: nowrap;
}
section#estimate article dl.acc2-menu dt:after {
	/*content: "����";*/
}
section#estimate article dl.acc2-menu dt.active {
	background: url("../img/estimate/close.png") center right 10px no-repeat;
}
section#estimate article dl.acc2-menu dt.active:before {
	content: "";
	width: calc(100% - 20px);
	height: 1px;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
section#estimate article dl.acc2-menu dt.active:after {
	/*content: "������";*/
}
section#estimate article dl.acc2-menu dt span {
	margin-right: 1em;
}
section#estimate article dl.acc2-menu h4 {
	font-weight: 400;
}
section#estimate article dl.acc2-menu label {
	display: flex;
	align-items: center;
	padding: 0 10px;
	min-height: 44px;
	position: relative;
	z-index: 1;
}
section#estimate article dl.acc2-menu input + span:before {
	content: "";
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.caution_txt{
	font-size: 10px;
	display: inline;
}

#flashMessage {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-top: -40px;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
#flashMessage.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
#flashMessage.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

#flashMessage.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

@media screen and (max-width: 768px) {
	#estimate-order form dt,
	#estimate-order form dd{
		width: 100%;
	}
}

@media screen and (max-width: 1198px) {
	section#estimate form label{
		height: auto;
	}
}

@media screen and (min-width: 768px) {
	section#estimate article dl.acc-menu dt label:not(:first-of-type) {
	    width: 70px;
	}
}</pre></body></html>