@charset "utf-8";

.swal2-title{
	font-size: 1.4em !important;
}

element.style{
	background:#6E6E6E;
	border:none;
	

}

.swal2-styled.swal2-confirm{
	background:#6E6E6E;
	border:none;
}

.h-alert{
	font-size: 1.2em;
	font-weight: bold !important;
	
}

/*
.swal2-modal {
  direction: ltr !important;
}

.swal2-modal * {
  direction: rtl !important;
}
*/

/*
warningのアラートをハウスくんに変更
*/

.swal2-icon.swal2-question::before {
    content: "" !important;
}

.swal2-icon.swal2-question {
	background: url("/svg/bukken/img-happy_grin.svg") no-repeat;
	background-position: center;
	width: 13em !important;
	height: 13em !important;
	border: none!important;
    border-radius: 0% !important;


}