@charset "utf-8";
:root {
	--co-main: #3c465f;
	--co-main-light: #9b9da3;

	--co-white: #FFFFFF;
	--co-black: #2e2e2e;
	--co-gray:#aeb0b6;
	--co-red:#c61920;

	--te-mincho: YakuHanMP, 'Noto Serif JP', "游明朝" , sans-serif;
	--te-Gosick: YakuHanJP, 'Noto Sans JP',"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
}

/* ------------------------------------------------------- MKTO reset form -- */
section#formWrapp {
	padding: 0;
	background: #FFF;
}
form.mktoForm .mktoOffset ,
form.mktoForm .mktoGutter ,
form.mktoForm .mktoClear {
	display: none !important;
}
form.mktoForm {
	width: 100%!important;
}
form.mktoForm div,
form.mktoForm span,
form.mktoForm label,
form.mktoForm p {
	font-size: 18px;
}
form.mktoForm .mktoHtmlText p a {
	display: inline-block;
	text-decoration: underline;
}
form.mktoForm .mktoFormRow fieldset ,
form.mktoForm .mktoButtonRow {
	border: none;
	background: #eff1f5;
	width: 100%;
	margin: 0 0 2px 0!important;
	position: relative;
	float: none;
	min-height: unset;
	font-size: 18px!important;
	padding: 6em 1em 3em!important;
}
form.mktoForm .mktoButtonRow {
	margin: 0 !important;
}
form.mktoForm .mktoFormRow fieldset > .mktoFormRow {
	max-width: 960px;
	margin: auto!important;
	width: auto!important;
	position: relative;
	left: 0 !important;
	top: 0 !important;
	height: auto !important;
	display: flex;
}
form.mktoForm .mktoFormRow fieldset > legend {
	padding: 1.5em 0.5em;
	position: absolute;
	top: 0;
	margin: 0;
	height: 5em;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: inherit;
	text-align: center;
	font-family: var(--te-mincho);
	font-weight: bold;
	line-height: 1.2;
	color: var(--co-main);
	left: 0;
	right: 0;
	padding-inline-start: 0;
	padding-inline-end: 0;
	font-size: 24px;
}
form.mktoForm .mktoFormCol {
	min-height: 0 !important;
	float: none !important;
	position: relative !important;
}
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol {
	margin: 0 !important;
	padding: 0.75em 0.25em;
	width: 100%;
}
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: stretch;
	height: 100%;
}
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
	padding: 0 0 0 3.5em !important;
	line-height: 1.6em;
	font-size: 16px;
	width: auto!important;
	position: relative;
	margin-bottom: 0.5rem;
	text-align: left;
	font-weight: bold;
}
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel br {
	display: none;
}
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel .mktoAsterix {
	padding-left: 0;
	float: none;
	background: #aeb0b6;
	width: 3.5em;
	height: 2em;
	max-height: 100%;
	position: absolute;
	border-radius: 0.25rem;
	color: #FFF;
	font-size: 14px;
	box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 30%);
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 1;
}
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel .mktoAsterix::after {
	content: "任意";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: inherit;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-indent: 0;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap.mktoRequiredField .mktoLabel .mktoAsterix {
	background: #C2185B;
}
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap.mktoRequiredField .mktoLabel .mktoAsterix::after {
	content: "必須";
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap input ,
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField ,
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField ,
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label ,
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label {
	background-color: var(--co-white);
	-webkit-appearance: none;
	appearance: none;
	color: var(--co-black);
	font-size: 20px;
	line-height: 1.5;
	min-height: 2.5em;
	border: 1px solid var(--co-main-light);
	padding: 0.25em 0.5em;
	box-shadow: none;
	width: 100%!important;
	border-radius: 0.25em;
	margin: 0;
	box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 30%);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}


form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField {
	appearance: auto;
}


form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList,
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList {
	width: 100%!important;
	padding: 0;
	float: none;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.5em;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList input[type=radio] ,
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=checkbox] {
	display: none;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList input[type=radio] + label ,
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=checkbox] + label {
	cursor: pointer;
	position: relative;
	padding-left: 2.25em;
	min-width: calc(100% / 2 - 0.25em)!important;
	width: auto!important;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList input[type=radio] + label:only-of-type ,
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=checkbox] + label:only-of-type {
	min-width: 100%!important;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList input[type=radio] + label:after ,
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=checkbox] + label:after {
	content: "";
	width: 1.25em;
	height: 1.25em;
	border: 1px solid var(--co-main-light);
	background: var(--co-white);
	position: absolute;
	left: 0.6em;
	top: 0;
	bottom: 0;
	right: auto;
	margin: auto;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList input[type=radio] + label:after  {
	border-radius: 15rem;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList input[type=radio] + label:before ,
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=checkbox] + label:before {
	content: "";
	transition: all 0.2s linear;
	opacity: 0;
	transform: scale(0) rotate(0deg);
	z-index: 5;
	position: absolute;
	top: 0;
	right: auto;
	margin: auto;
	width: 0.8em;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList input[type=radio] + label:before{
	bottom: 0;
	left: 0.6em;
	background: #EF6C00;
	border-radius: 5em;
	width: 1.25em;
	height: 1.25em;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=checkbox] + label:before {
	height: 1.4em;
	bottom: 0.6em;
	left: 0.8em;
	border: 6px solid #EF6C00;
	border-top: 0;
	border-left: 0;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList input[type=radio]:checked + label:before {
	transform: scale(0.6);
	opacity: 1;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=checkbox]:checked + label:before {
	transform: scale(1) rotate(405deg);
	opacity: 1;
}


@media all and (-ms-high-contrast: none) {
	form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList,
	form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList {
		display: flex;
		flex-wrap: wrap;
	}

	form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList input[type=radio] + label ,
	form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=checkbox] + label {
		min-width: calc(100% / 3 ) !important;
	}
}


form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoHtmlText.mktoHasWidth {
	width: 100% !important;
	margin-top: -0.75rem;
	word-break: break-all;
}
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoHtmlText.mktoHasWidth span.notice {
	font-size: 0.75em;
	display: block;
	text-align: right;
}
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoHtmlText.mktoHasWidth a {
	text-decoration: underline;
	display: inline;
	transition: all 0.2s linear;
}
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoHtmlText.mktoHasWidth a:hover {
	opacity: 0.7;
}

form.mktoForm .mktoButtonRow {
	background: #eaf3df;
	padding: 3rem 1rem 3rem!important;
}
form.mktoForm .mktoButtonRow .mktoButtonWrap {
	margin-left: 0!important;
	display: block;
	text-align: center;
}
form.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton,
form.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover ,
form.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus ,
form.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:active {
	font-family: 'Noto Sans JP',"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Sans-Serif !important;
	font-size: 24px;
	box-shadow: 0px 0px 0px 0px rgba(32, 30, 24, 0);
	border-radius: 0.25em;
	padding: 0.5em;
	margin: 0 auto 5px;
	position: relative;
	font-weight: bold;
	overflow: hidden;
	color: var(--co-white);
	text-indent: 0;
	text-align: center;
	text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.4);
	min-width: 30%;
	text-decoration: none;
	z-index: 9;
	transition: all 0.1s linear;
	background: var(--co-red);
	box-shadow: 0px 5px 0px 0px #5a0b0f;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #5a0b0f;
}



form.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 0px;
	margin-top: 5px;
	background: var(--co-red);
}



/* ------------------------------------------------------------- add Parts -- */
.RequiredCount{
	position: fixed;
	bottom: 50%;
	right: 10px;
	background: var(--co-red);
	padding: 10px 30px;
	border-radius: 4px;
	z-index: 99999999;
	box-shadow: 0px 1px 0px 0px rgba(46, 46, 46, 0.6);
}
.RequiredCount h3{
	font-size: 10px;
	text-align: center;
	color: var(--co-white);
	font-weight: normal;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 7px;
}
.RequiredCount p{
	text-align: center;
	font-size: 10px;
	color: var(--co-white);
}
.RequiredCount p span.number{
	font-size: 26px;
	line-height: 0.95;
	margin-right: 5px;
	font-weight: bold;
}


body .fotter {
	background: #eff1f5;
	padding: 2rem 1rem;
	text-align: center;
}
body .fotter p {
	font-size: 12px;
	color: #929292;
}

/* ------------------------------------------------ add Parts / explainTxt -- */
.mktoForm .mktoFormRow .explainTxt p:last-of-type {
	margin-bottom:0.5em;
}
.mktoForm .mktoFormRow .explainTxt ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/* ------------------------------------------------ add Parts / datepicker -- */
#ui-datepicker-div {
	background: var(--co-white);
}
.ui-datepicker-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 0.75rem;
}
.ui-datepicker-header .ui-datepicker-next {
	order: 3;
}
.ui-datepicker-header .ui-datepicker-title {
	order: 2;
	font-size: 1rem;
	color: #356aad;
	font-weight: bold;
}
.ui-datepicker-header > a.ui-corner-all {
	background: #356aad;
	padding: 0.25rem 0.5rem;
	line-height: 1.1;
	display: block;
	color: var(--co-white);
	border-radius: 0.25em;
	font-size: 0.75rem;
	cursor: pointer;
	transition: all 0.2s linear;
}
.ui-datepicker-header > a.ui-corner-all span {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.ui-datepicker-header > a.ui-corner-all:hover {
	opacity: 0.7;
}
.ui-datepicker-header > a.ui-state-disabled {
	background: #ececec;
	cursor: auto;
	color: var(--co-black);
}
.ui-datepicker-header .ui-datepicker-title span {
	color: inherit;
	font-size: 1.2em;
}
.ui-datepicker-calendar tr {
	border: 0px;
}
.ui-datepicker-calendar th {
	padding: 0.25rem;
	text-align: center;
	min-width: auto;
	background: rgba(34, 62, 85, 0.1);
	border-top: #356aad 3px solid;
}
.ui-datepicker-calendar td {
	padding: 1px;
	border-right: 0px;
}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
	padding: 0.5rem 0.5rem;
	text-align: center;
	display: block;
	line-height: 1.1;
	position: relative;
	z-index: 1;
}
.ui-datepicker-calendar td a {
	background: #d0dff3;
}
.ui-datepicker-calendar td.ui-datepicker-week-end a {
	background: #f3d0e3;
}
.ui-datepicker-calendar td span {
	background: #ececec;
}
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar td a.ui-state-active {
	color: #FFF;
}
.ui-datepicker-calendar td a::after {
	content: "";
	width: 0%;
	position: absolute;
	height: 0%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #ad354b;
	z-index: -1;
	border-radius: 50rem;
	margin: auto;
	transition: all 0.2s linear;
}
.ui-datepicker-calendar td a:hover::after,
.ui-datepicker-calendar td a.ui-state-active::after {
	width: 80%;
	height: 80%;
}

.resultWrapp {
	background: #F2F2F2;
	padding: 1em;
	font-size: 16px;
	border: 1px solid #aeaeae;
	border-radius: 0.5em;
}
.resultWrapp .resultTable tr {
	display:flex;
	flex-direction:column;
	text-align:left;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.resultWrapp .resultTable tr th {
	font-size: 12px;
	font-weight: normal;
	display: flex;
	flex-direction: column;
}
.resultWrapp .resultTable tr .fontS {
	font-size:10px;
}
.resultWrapp .resultTable tr th.head {
	background: var(--co-main);
	color: var(--co-white);
	padding: 0.5em 1em;
	border-radius: 0.35em;
}
.resultWrapp .resultTable tr td {
	font-weight: bold;
}

@media screen and ( max-width:599px) {
/* ====================================== VIEWPORT SmartPhone 599px START!! = */
	body#bodyId {
		width: auto !important;
		height: auto !important;
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	h2 {
		font-size: 1.5rem;
	}
	form.mktoForm, 
	.mktoForm strong {
		padding: 0;
	}
	.mktoForm a {
		padding: 0;
		display: inline;
	}
	form.mktoForm .mktoFormRow fieldset {
		padding: 6rem 1rem 2rem!important;
	}
	form.mktoForm .mktoFormRow fieldset > legend {
		padding: 2em 1em;
		height: 1em;
		font-size: 16px;
	}
	form.mktoForm .mktoFormRow fieldset > .mktoFormRow {
		flex-direction: column;
	}
	form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol {
		padding: 1.25rem 0rem 0;
	}
	form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
		padding: 0 0 0 3.5em !important;
		float: none;
		height: auto;
		min-height: 1.25em;
	}
	form.mktoForm .mktoButtonRow {
		padding: 0.75rem!important;
	}
	form.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
		width: 100%;
	}
	.ui-datepicker-calendar tr {
		display: flex!important;
	}
}


/* ----------------------------------------- JQuery-UI Dialog add 20240624 -- */
.ui-dialog.ne-Appeal{
	--co-main: #f1712c;
}
.ui-dialog.ne-Target{
	background: var(--co-main);
}
.ui-dialog.ne-Target .ui-dialog-titlebar {
	background: var(--co-white);
	color: var(--co-main);
}
.ui-dialog.ne-Target .ui-dialog-content > p {
	color: #ffd571;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 60%);
	z-index: 999999999!important;
}
.ui-dialog {
	position: fixed!important;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 2rem)!important;
	max-width: 690px;
	background: var(--co-white);
	z-index: 99999999999;
	padding: 1em;
	border-radius: 0.5em;
	max-height: calc(100vh - 6em);
	display: flex!important;
	flex-direction: column;
}
.ui-dialog-titlebar {
	display: block;
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	background: var(--co-main);
	color: var(--co-white);
	line-height: 1.2;
	border-radius: 0.2em;
	padding: 0.35em 0.5em;
	text-align: center;
}
.ui-dialog-titlebar .ui-dialog-title {
	font-size: inherit;
	display: inherit;
}

.ui-dialog-content {
	margin-top: 1em;
	margin-bottom: 1em;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.ui-dialog-content .mktoConfirmDialogWrapp {
	flex-grow: 1;
	overflow-y: scroll;
	border-radius: 0.5em;
	border: 1px solid var(--co-main);
	padding: 1em;
	background-color: var(--co-white);
}
.ui-dialog-content > p {
	text-align: center;
	font-weight: bold;
	color: var(--co-red);
	margin-bottom: 0.75em!important;
}
.ui-dialog-content table {
	width: 100%;
}
.ui-dialog-content table tbody {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
.ui-dialog-content table tbody tr {
	display: flex;
	flex-direction: column;
	text-align: left!important;
	width: 100%;
}
.ui-dialog-content table tbody tr:not(:last-of-type) {
	border-bottom: 1px dashed var(--co-main);
	padding-bottom: 0.5em;
}
.ui-dialog-content table tbody tr th ,
.ui-dialog-content table tbody tr td {
	text-align: inherit;
}
.ui-dialog-content table tbody tr th {
	font-size: 0.75em;
	line-height: 1.2;
	color: var(--co-main);
	padding: 0;
	width: 100%;
}
.ui-dialog-content table tbody tr td {
	font-size: 1.125em;
	padding: 0;
}

.ui-dialog-titlebar-close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 4rem;
	border: none;
	appearance: none;
	background: #FFF;
	padding: 0;
	transform: translate(50%,-50%);
	width: 1em;
	height: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 0.125em;
}
.ui-dialog-titlebar-close .ui-icon-closethick {
	width: calc(100% - 1.4rem);
	height: 56%;
	margin-bottom: 0.05em;
	position: relative;
}
.ui-dialog-titlebar-close .ui-icon-closethick::before,
.ui-dialog-titlebar-close .ui-icon-closethick::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.05em;
	border-radius: 0.5em;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: var(--co-main);
}
.ui-dialog-titlebar-close .ui-icon-closethick::before {
	transform: rotate(35deg);
}
.ui-dialog-titlebar-close .ui-icon-closethick::after {
	transform: rotate(-35deg);
}

.ui-dialog-titlebar-close .ui-button-text {
	font-size: 0;
	text-indent: -999999px;
}
.ui-dialog-titlebar-close .ui-button-text::before {
	content: "閉じる";
	text-indent: 0px;
	font-size: 0.5rem;
	display: block;
	line-height: 1.2;
}

.ui-dialog-buttonset {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.3em;
	font-size: 3rem;
	background: #f2f2f2;
	padding: 0.3em;
	border-radius: 0.15em;
}
.ui-dialog-buttonset button {
	border: none;
	background: var(--co-main);
	color: var(--co-white);
	padding: 0.75em;
	text-align: center;
	width: calc(100% / 2);
	border-radius: 0.4em;
	font-size: 0.4em;
	font-weight: bold;
	cursor: pointer;
	transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out;
}
.ui-dialog-buttonset button.ui-dialog-button-unsuccess {
	background: var(--co-main-light);
}
.ui-dialog-buttonset button.ui-state-disabled {
	background: var(--co-main-light);
	cursor: auto;
}
.ui-dialog-buttonset button:not(.ui-state-disabled):hover {
	opacity: 0.6;
}
.ui-dialog-buttonset button span {
	display: inherit;
}

#ne-errorMessage {
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.9em;
	padding: 0.8em 0.8em 1.25em 0.8em;
	text-align: center;
	background: #fbdfe0;
}
#ne-errorMessage h3 {
	color: var(--co-red);
	margin-bottom: 0.25em;
}
