@charset "utf-8";

h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	line-height: 1.4!important;
}

:focus {
	outline: none;
}

#footer .lineBNR {
	margin-bottom: 50px;
}

.lineup-template .fontL {
	font-size: 2em;
}
.lineup-template .fontM {
	font-size: 1.5em;
}
.lineup-template .fontS {
	font-size: 0.75em;
}

.coRed { color: #F44336!important; }
.coBlue { color: #3682f4!important; }

.mb-05rem { margin-bottom: 0.5rem; }
.mb-1rem { margin-bottom: 1rem!important; }
.mb-2rem { margin-bottom: 2rem!important; }
.mb-3rem { margin-bottom: 3rem!important; }
.mb-4rem { margin-bottom: 4rem!important; }
.mb-5rem { margin-bottom: 5rem!important; }

.mt-1rem { margin-top: 1rem!important; }
.mt-2rem { margin-top: 2rem!important; }
.mt-3rem { margin-top: 3rem!important; }
.mt-4rem { margin-top: 4rem!important; }
.mt-5rem { margin-top: 5rem!important; }

.lineupWrapp {
	background: #f8f8f8;
	padding: 4rem 0;
	margin-bottom: 0;
	position: relative;
}
.lineupWrapp .container {
	border: 1px solid #c9c9c9;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 2rem;
	border-radius: 0.5em;
}
.lineupWrapp .container:last-of-type {
	margin-bottom: 0;
}
.lineupWrapp.itemInfo .col.db {
	display: flex;
	flex-direction: row;
}


/* -- .itemInfo ------------------------------------------------------------- */
.lineupWrapp.itemInfo .fontL {
	font-size: 2.5em;
}

.lineupWrapp.itemInfo {
	padding: 4rem 0 2rem;
}
.lineupWrapp .colIn.itemData {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: stretch;
	width: calc(100% / 10 * 4);
	border-right: 1px solid #c9c9c9;
}
.lineupWrapp .colIn.itemData > div {
	padding: 0 1rem;
	margin: auto 0;
}

.lineupWrapp .colIn.itemData .itemPrice {
	margin: 0;
	padding: 0;
}

.lineupWrapp .colIn.itemData .itemPrice ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	position: relative;
}
.lineupWrapp .colIn.itemData .itemPrice ul::before,
.lineupWrapp .colIn.itemData .itemPrice ul::after {
	content: "";
	width: 1px;
	height: auto;
	background: #c9c9c9;
}
.lineupWrapp .colIn.itemData .itemPrice ul::before {
	order: 2;
}
.lineupWrapp .colIn.itemData .itemPrice ul::after {
	order: 4;
}

.lineupWrapp .colIn.itemData .itemPrice ul li {
	padding: 1.5rem 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.lineupWrapp .colIn.itemData .itemPrice ul li:nth-of-type(1) {
	order: 1;
}
.lineupWrapp .colIn.itemData .itemPrice ul li:nth-of-type(2) {
	order: 3;
}
.lineupWrapp .colIn.itemData .itemPrice ul li:nth-of-type(3) {
	order: 5;
}


.lineupWrapp .colIn.itemData .itemAccess ul {
	display: flex;
	flex-direction: column;
}

.lineupWrapp .colIn.itemData .itemAccess ul li {
	border-top: 1px solid #c9c9c9;
	margin-top: 0.75em;
	padding-top: 0.75em;
}

.lineupWrapp .colIn.itemData .itemAccess ul li:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}


.lineupWrapp .colIn.itemData .itemCta {
	margin-bottom: 0;
	padding: 0;
}

.lineupWrapp .colIn.itemData .itemCta p a,
.lineupWrapp .colIn.itemData .itemCta p span {
	display: block;
	text-align: center;
	padding: 0.875em;
	font-size: 1.5rem;
	text-decoration: none;
	color: #FFF;
	background-color: #59b050;
	box-shadow: 0px -6px 0px rgba(0,0,0,0.2) inset;
	transition: box-shadow 0.2s linear;
}
.lineupWrapp .colIn.itemData .itemCta p a:hover {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2) inset;
}
.lineupWrapp .colIn.itemData .itemCta.soldOut p span {
	background-color: #e97171;
	box-shadow: none;
}
.lineupWrapp .colIn.itemData .itemCta.soldOutEnd p span {
	background-color: #535353;
	box-shadow: none;
}



.lineupWrapp .colIn.itemData h5 {
	background: #4CAF50;
	border-radius: 10rem;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	color: #f2f2f2;
	padding: 0.2rem 0.875rem;
	display: inline-block;
	margin-bottom: 0.5em;
}

.lineupWrapp .colIn.itemData h2 {
	font-weight: bold;
	font-size: 1.75rem;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.lineupWrapp .colIn.itemData h6 {
	opacity: 0.8;
	margin-bottom: 0.25em;
	font-size: 0.875rem;
}

.lineupWrapp .colIn.itemImg {
	width: calc(100% / 10 * 6);
	background: #333;
}

.lineupWrapp .colIn.itemImg button.slick-arrow {
	position: absolute;
	z-index: 9;
	border: 0;
	background: none;
	padding: 0;
	top: 0;
	bottom: 0;
	width: 2.5rem;
	cursor: pointer;
	height: 7rem;
	margin: auto;
	background: #2e2e2e;
	overflow: hidden;
	text-indent: -999999rem;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.lineupWrapp .colIn.itemImg button.slick-arrow::after {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	border: 3px solid #FFF;
	top: 0;
	bottom: 0;
	left: 0.25rem;
	right: 0;
	position: absolute;
	margin: auto;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(225deg);
}

.lineupWrapp .colIn.itemImg button.slick-prev {  left: 0; }
.lineupWrapp .colIn.itemImg button.slick-next {
	right: 0;
	transform: rotate(180deg);
}


.lineupWrapp .colIn.itemImg .slick-track {
	background: #c9c9c9;
}
.lineupWrapp .colIn.itemImg .slick-track .slick-slide {
	margin: 0 0.5px;
	width: 600px;
	position: relative;
	background: #FFF;
	opacity: 0.7;
	transition: all 0.2s linear;
}
@media screen and (max-width: 768px) { /* for TB */
	.lineupWrapp .colIn.itemImg .slick-track .slick-slide {
		width: 400px;
	}
}

.lineupWrapp .colIn.itemImg .slick-track .slick-slide figure {
	height: 0;
	padding-top: 100%;
	margin: 0;
	position: relative;
}
.lineupWrapp .colIn.itemImg .slick-track .slick-slide figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}


.lineupWrapp .colIn.itemImg .slick-track .slick-slide figure p {
	position: absolute;
	bottom: 0;
	background: rgb(0 0 0 / 70%);
	left: 0;
	right: 0;
	padding: 0.5rem 1rem;
	color: #FFF;
	transition: all 0.2s linear;
	transform: translateY(110%);
}

.lineupWrapp .colIn.itemImg .slick-track .slick-slide.slick-active {
	opacity: 1;
}

.lineupWrapp .colIn.itemImg .slick-track .slick-slide.slick-active figure p {
	transform: translateY(0%);
}





/* -- .recoPoint ------------------------------------------------------------ */
.recoPoint {
	padding: 0 0 4rem;
	background: #f8f8f8;
	margin-bottom: 0;
}

.recoPoint .container {
	margin-top: 0;
	border-left: 2px solid #c9c9c9;
	border-right: 2px solid #c9c9c9;
	position: relative;
	padding: 1rem 2rem;
}

.recoPoint .container::after ,
.recoPoint .container::before {
	content: "";
	border-top: 2px solid #c9c9c9;
	border-bottom: 2px solid #c9c9c9;
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	width: 1rem;
}

.recoPoint .container::after {
	left: 0;
}

.recoPoint .container::before {
	right: 0;
}

.recoPoint h4 {
	font-size: 1.5rem;
	padding: 0.25em 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	background-size: 15px 15px;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
	            color-stop(.25, #fafafa), color-stop(.25, transparent),
	            color-stop(.5, transparent), color-stop(.5, #fafafa),
	            color-stop(.75, #fafafa), color-stop(.75, transparent),
	            to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #fafafa 25%, transparent 25%,
	          transparent 50%, #fafafa 50%, #fafafa 75%,
	          transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #fafafa 25%, transparent 25%,
	          transparent 50%, #fafafa 50%, #fafafa 75%,
	          transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #fafafa 25%, transparent 25%,
	          transparent 50%, #fafafa 50%, #fafafa 75%,
	          transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #fafafa 25%, transparent 25%,
	          transparent 50%, #fafafa 50%, #fafafa 75%,
	          transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #fafafa 25%, transparent 25%,
	          transparent 50%, #fafafa 50%, #fafafa 75%,
	          transparent 75%, transparent);
}


.recoPoint .recoGr {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.recoPoint .recoGr figure {
	margin: 0;
	margin-right: 1rem;
	flex-shrink: 0;
	border: 2px solid #f2f2f2;
	padding: 1px;
	box-shadow: 0px 10px 20px -20px #000000;
}

.recoPoint .recoGr p {
	text-align: left;
}







/* -- .itemDetail ----------------------------------------------------------- */
.lineupWrapp.itemDetail {
	border-top: 0.5rem solid #FFF;
}


.lineupWrapp.itemDetail .dlcol {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lineupWrapp.itemDetail .dlcol dl {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 1rem 0.75rem;
	text-align: center;
}
.lineupWrapp.itemDetail .dlcol dl:not(:last-of-type) {
	border-right: 1px solid #c9c9c9;
}

.lineupWrapp.itemDetail .dlcol.single dl {
	width: 100%;
}
.lineupWrapp.itemDetail .dlcol.six dl {
	width: calc(100% / 6 - 1px);
}
.lineupWrapp.itemDetail .dlcol.tri dl {
	width: calc(100% / 3);
}
.lineupWrapp.itemDetail .dlcol.db dl {
	width: calc(100% / 2);
}

.lineupWrapp.itemDetail .dlcol dl dt {
	font-size: 0.85rem;
	margin-bottom: 0.25em;
}
.lineupWrapp.itemDetail .dlcol dl dt .fontS {
	font-size: 0.85em;
}
.lineupWrapp.itemDetail .dlcol dl dd p {
	font-size: 1.5em;
}
.lineupWrapp.itemDetail .dlcol dl dd p.fontS {
	font-size: 1em;
}
.lineupWrapp.itemDetail .dlcol dl dd p.fontL {
	font-size: 2.5em;
}
.lineupWrapp.itemDetail .dlcol dl dd p span {
	font-size: 0.85rem;
	margin: 0 0.25em;
}


.lineupWrapp .container.title {
	border: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}
.lineupWrapp.itemDetail .container.title h2 {
	font-size: 1.75rem;
	font-weight: bold;
}
.lineupWrapp.itemDetail .container.title span {
	margin: 0 0.25em;
}


.lineupWrapp.itemDetail .container.resultSim .accoTitle {
	padding: 2rem;
	text-align: center;
}
.lineupWrapp.itemDetail .container.resultSim .accoTitle span {
	margin: 0 0.25em;
}


.lineupWrapp.itemDetail .container.resultSim .accoWrapp {
	border-top: 1px solid #c9c9c9;
}
.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol dl {
	padding: 1.5rem 2rem;
}
.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl {
	padding: 0;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl dt {
	margin-bottom: 0;
}
.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl.payment dt {
	background: #c20e0f;
}
.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl.income dt {
	background: #3682f4;
}
.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl.total dt {
	background: #f4a836;
}


.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl dt h5 {
	text-align: left;
	padding: 0.5em 1em;
	color: #FFF;
	font-size: 1rem;
}


.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl dd {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 100%;
}



.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl dd .leftCont {
	width: 7rem;
	background: #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl dd .leftCont p span {
	display: block;
}

.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl dd .rightCont {
	width: calc(100% - 7rem);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl dd .rightCont .resultDetail {
	width: calc(100% - 2rem);
}

.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl dd .rightCont .resultDetail ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	border-top: 1px solid #bbbaba;
	margin-top: 0.25rem;
	padding-top: 0.75rem;
	flex-wrap: nowrap;
}

.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl dd .rightCont .resultDetail ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100% / 3);
	border-right: 1px dotted #bbbaba;
}
.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl dd .rightCont .resultDetail ul li > span {
	font-size: 0.75em;
}
.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl dd .rightCont .resultDetail ul li > strong {
	font-size: 1.25em;
}

.resultDetail p {
	font-size: 0.75rem;
	line-height: 1.4;
}

.resultDetail ul li strong {
	font-size: 0.75rem;
	line-height: 1.4;
}

.resultDetail ul li strong span {
	font-size: 0.875em;
}

.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl dd .rightCont .resultDetail ul li:last-of-type {
	border-right: none;
}


.lineupWrapp.itemDetail .container.resultSim .accoWrapp .itemInfo .dlcol.resultWrapp dl.total dd {
	padding: 1rem;
	flex-direction: column;
}







/* -- .itemDetail > .Chart -------------------------------------------------- */
.itemDetail .Chart .colIn {
	border-top: 1px solid #c9c9c9;
	padding: 3rem;
	height: 600px;
}


/* -- .itemDetail > .notice ------------------------------------------------- */
.itemDetail .notice .colIn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.25em;
}
.itemDetail .notice .colIn ul li {
	font-size: 0.75rem;
}


/* -- .itemDetail > .outline ------------------------------------------------ */
.itemDetail.outline .dlcol:not(:last-of-type) {
	border-bottom: 1px solid #c9c9c9;
}

.itemDetail.outline .dlcol .facility {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.itemDetail.outline .dlcol .facility li::after {
	content: "、";
}

.itemDetail.outline .dlcol .facility li:last-of-type::after {
	content: "";
}



/* -- .lastCatch ------------------------------------------------------------ */
.lastCatch h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 0.875rem;
}

.lastCatch b {
	background: linear-gradient(transparent 70%, rgba(255, 106, 0, 0.4) 0%);
}



/* -- .etItemArea ----------------------------------------------------------- */
.etItemArea a {
	display: block;
	text-decoration: none;
	transition: opacity 0.2s ease-in-out;
}
.etItemArea a:hover {
	opacity: 0.7;
}
.etItemArea a dl {
	display: flex;
	align-items: center;
	justify-content: center;
}
.etItemArea a dl dt {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 1;
}
.etItemArea a dl dt h5 {
	font-size: 12px;
}
.etItemArea a dl dt h3 {
	font-size: 22px;
}
.etItemArea a dl dd ul {
	display: flex;
	align-items: flex-start;
	align-items: center;
	justify-content: flex-start;
	gap: 1px;
}



/* --------------------------------------------------------- MKTO reset LP -- */
body#bodyId {
	height: auto!important;
	width:  100%!important;
}

body .mktoContent {
	display: flex;
	flex-direction: column;
}

body .mktoContent .lpeCElement {
	position: static!important;
	left: 0!important;
	right: 0!important;
	width: 100%!important;
	height: auto!important;
}

body .mktoContent .lpeCElement > span.richTextSpan {
	text-align: center;
	max-width: 960px;
	margin: auto;
	width: auto!important;
	padding: 1rem 1rem 3rem;
	left: 0 !important;
	top: 0 !important;
	height: auto !important;
	position: initial;
	display: block;
}

body .mktoContent .lpeCElement:first-of-type > span.richTextSpan {
	padding: 4rem 1rem 3rem;
}



/* ------------------------------------------------------- MKTO reset form -- */
form.mktoForm .mktoOffset ,
form.mktoForm .mktoGutter ,
form.mktoForm .mktoClear {
	display: none !important;
}

form.mktoForm {
	width: 100%!important;
}

form.mktoForm .mktoFormRow fieldset ,
form.mktoForm .mktoButtonRow {
	border: none;
	background: #eff1f5;
	width: 100%;
	padding: 7rem 1rem 3rem!important;
	margin: 0 0 0.5rem 0!important;
	position: relative;
	float: none;
	min-height: unset;
}

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: auto;
	height: 7rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	color: #3c465f;

	left: 0;
	right: 0;
}

form.mktoForm .mktoFormCol {
	min-height: 0 !important;
	float: none !important;
	position: relative !important;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol {
	margin: 0 !important;
	padding: 0.75rem 0.25rem;
	width: 100%;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
	padding: 0 0 0 3rem !important;
	line-height: 1.6em;
	font-size: 0.875rem;
	height: 1.6em;
	width: auto!important;
	position: relative;
	margin-bottom: 0.5rem;
}

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;
	height: 100%;
	width: 2.5rem;
	position: absolute;
	border-radius: 0.25rem;
	color: #FFF;
	font-size: 0;
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.3);
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
}


form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap.mktoRequiredField .mktoLabel .mktoAsterix {
	padding-left: 0;
	float: none;
	background: #C2185B;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel .mktoAsterix::after {
	content: "任意";
	position: absolute;
	left: 0;
	font-size: 0.75rem;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}


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: #ffffff;
	appearance: none;
	-webkit-appearance: none;
	color: #000;
	font-size: 1.125rem;
	line-height: 1.2;
	min-height: 2.85rem;
	border: 1px solid #aeb0b6;
	padding: 0.5rem;
	box-shadow: none;
	width: 100%!important;
	border-radius: 0.25rem;
	margin: 0;
	box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 30%);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label ,
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label {
	font-size: 1rem;
}



form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList,
form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList {
	width: 100%!important;
	padding: 0;
	float: none;
	display: grid;
	grid-gap: 0.5rem 0.5rem;
	grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
	grid-template-rows: auto;
}

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;
	flex-grow: 1;
	width: auto!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.25rem;
	height: 1.25rem;
	border: 1px solid #a2a2a2;
	background: #FFF;
	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.8rem;
}

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

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=checkbox] + label:before {
	height: 1.4rem;
	bottom: 0.6rem;
	left: 0.8rem;
	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(1);
	opacity: 1;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=checkbox]:checked + label:before {
	transform: scale(1) rotate(405deg);
	/* box-shadow: 4px 0px 2px -2px rgba(0,0,0,0.5 ); */
	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;
	text-align: center;
}

form.mktoForm .mktoFormRow fieldset > .mktoFormRow .mktoFormCol .mktoHtmlText.mktoHasWidth span.notice {
	font-size: 0.75rem;
	display: block;
	text-align: right;
}

form.mktoForm .mktoButtonRow {
	background: #eaf3df;
	padding: 3rem 1rem 3rem!important;
	margin: 0!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-size: 1.5rem;
	box-shadow: 0px 0px 0px 0px rgba(32, 30, 24, 0);
	border-radius: 0.35rem;
	padding: 0.5em;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	overflow: hidden;
	z-index: 2;
	color: #FFF;
	text-indent: 0;
	text-align: center;
	text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.4);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s linear;
	border: 2px solid #486921;
	background: #7cb342;
	background: -moz-linear-gradient(-45deg,  #7cb342 0%, #567a2d 100%);
	background: -webkit-linear-gradient(-45deg,  #7cb342 0%,#567a2d 100%);
	background: linear-gradient(135deg,  #7cb342 0%,#567a2d 100%);
	min-width: 30%;
}

form.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
	box-shadow: 0px 13px 10px -10px rgba(32, 30, 24, 0.4);
}


















/* ------------------------------------------------------------- add Parts -- */
.RequiredCount{
	position: fixed;
	bottom: 50%;
	right: 10px;
	background: #c00;
	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: #FFF;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 7px;
}

.RequiredCount p{
	text-align: center;
	font-size: 10px;
	color: #FFF;
}

.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;
}















/* END */
