.block-layer {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 400;
}

.m-cookie-confirm {
  background-color: rgba(0, 0, 0, 1);
  color: #fff !important;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 501;
  animation: m-cookie-confirm--anime 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.block-layer-cookie-setting {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 502;
    display:none;
}

.block-layer-cookie-setting-container {
    position: fixed;
    top: 0px;
    right: 0px;
    max-width: 780px;
    height: 100%;
    background: #fff;
    z-index: 503;
    position: relative;
	max-height: 780px;
	margin-left: auto;
	margin-right: auto;
	top: 6%;
	padding: 4rem;
	overflow-y: scroll;
	display:none;
}

.m-cookie-confirm__close-btn2 {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: 0;
  top: 0;
  right: 0;
}

.m-cookie-confirm__close-btn2:before, .m-cookie-confirm__close-btn2:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #000;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 50%;
}

.m-cookie-confirm__close-btn2:before {
  transform: translateX(-50%) rotate(45deg);
}

.m-cookie-confirm__close-btn2:after {
  transform: translateX(-50%) rotate(135deg);
}

#cookie-manager {
max-width: 780px;
/* display: none; */
}

.m-cookie-confirm__header p, 
.m-cookie-confirm__body p, 
.m-cookie-confirm__body .m-cookie-confirm__body__text p {
	color: #fff !important;
}

.m-cookie-confirm a {
	color: #fff !important;
	text-decoration: underline !important;
}

#cookie-toggle-01>.more { display: none; }
#cookie-toggle-01 h3 {
    font-size: 100% !important;
}
.cookie-toggle-01-checkbox {top: -16px !important; float: right;text-align: center; vertical-align: middle;}

.grey {
	color: #fff !important;
    background-color: #bfbfbf !important;
    border: 1px solid #bfbfbf !important;
}
.show_cookie {
	display: none;
}
.hide_cookie {
	display: block;
}
.margin-top-8em {
	 margin-top: 0.8em !important;
}
.margin-top-5em {
	 margin-top: 0.5em !important;
}
.margin-left-5em {
	 margin-left: 0.5em !important;
}
.margin-right-5em {
	 margin-right: 0.5em !important;
}

.parent_position_rel { position: relative; }
@media print, screen and (min-width: 768px) {
	.child_position_rel { position: absolute; top: 50%; }
}
@media screen and (max-width: 767px) {
	.child_position_rel {  top: 50%; }
}

@keyframes m-cookie-confirm--anime {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.m-cookie-confirm header {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.m-cookie-confirm__header p {
  margin-bottom: 0.5rem;
}

.m-cookie-confirm__link {
  color: #fff;
}

.m-cookie-confirm__body__text {
  line-height: 1.5;
}

.m-cookie-confirm__body__btns {
  font-size: 14px;
}

.m-cookie-confirm__accept-all {
  margin-bottom: 0.75rem;
}

.m-cookie-confirm__open-setting, .m-cookie-confirm__close-setting {
  color: #fff !important;
  margin-left: 0em;
}
.m-cookie-confirm__open-setting a, .m-cookie-confirm__close-setting  a {
	color: #fff !important;
	text-decoration: underline !important;
}

.m-cookie-confirm__open-setting, #m_cookie_confirm_open_setting { cursor: pointer; }

.m-cookie-confirm__close-btn {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: 0;
  top: 0;
  right: 0;
}

.m-cookie-confirm__close-btn:before, .m-cookie-confirm__close-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 50%;
}

.m-cookie-confirm__close-btn:before {
  transform: translateX(-50%) rotate(45deg);
}

.m-cookie-confirm__close-btn:after {
  transform: translateX(-50%) rotate(135deg);
}

.m-cookie-confirm[data-js-mode="notice"] .m-cookie-confirm__body__btns {
  /* display: none; */
}
.m-cookie-confirm[data-js-mode="notice"] #cookie-manager, #cookie-manager {
  /* display: none; */
}
.lightbox { display: none; }

.m-cookie-confirm--hide {
  transform: translateY(100%);
}

@media print, screen and (min-width: 768px) {
  .m-cookie-confirm__body {
    display: flex;
  }
  .m-cookie-confirm__body__text {
    font-size: 14px;
    flex: 1;
  }
  .m-cookie-confirm__body__text p {
    margin-bottom: 0;
  }
  .m-cookie-confirm__body__btns {
    min-width: 190px;
    margin-left: 0rem;
    /* margin-top: 2rem; */
  }
}

@media screen and (max-width: 767px) {
  .m-cookie-confirm__body__text {
    font-size: 12px;
  }
  .m-cookie-confirm__body__btns {
    text-align: center;
  }
}

.m-modal[data-js-modal-hash="#cookie-manager"] {
  z-index: 502;
}

.m-cookie-manager__headline h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.m-cookie-manager__text {
  font-size: 14px;
}

.m-cookie-manager__text a {
  color: #333;
  margin-left: 0.5em;
}

.m-cookie-manager__accept-all {
  margin-bottom: 1.5rem;
}


#cookie-manager dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
  border-collapse: collapse;
  border-bottom: 1px solid #dcdcdc;
}

#cookie-manager dt {
  font-weight: 700;
}

#cookie-manager dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.m-cookie-manager__headline h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.m-cookie-manager__text {
  font-size: 14px;
}

.m-cookie-manager__text a {
  color: #333;
  margin-left: 0.5em;
}

.m-cookie-manager__accept-all {
  margin-bottom: 1.5rem;
}

.m-cookie-manager__options dl {
  border-bottom: 1px solid #dcdcdc;
  border-collapse: collapse;
}

.m-cookie-manager__options dt {
  padding-right: 1.5rem;
}

.m-cookie-manager__options dd {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#cookie-manager  .m-cookie-manager__option {
  border-top: 1px solid #dcdcdc;
}

.m-cookie-manager__option dt {
  font-weight: 600;
}

.m-cookie-manager__option dd {
  font-size: 90%;
  line-height: 1.5;
}

.m-cookie-manager__option__switch {
  padding-left: 3rem;
}

@media print, screen and (min-width: 768px) {
  .m-cookie-manager__accept-all {
    text-align: right;
  }
  .m-cookie-manager__option {
    display: table-row;
  }
  .m-cookie-manager__option dt {
    display: table-cell;
    height: 5rem;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 1.5em;
  }
  .m-cookie-manager__option dd {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .m-cookie-manager__option__switch label {
    font-size: 20px;
    margin-bottom: 0;
  }
  .m-cookie-manager__save {
    text-align: right;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-cookie-manager__accept-all .m-cookie__accept-all {
    width: 100%;
  }
  .m-cookie-manager__text {
    line-height: 1.5;
  }
  .m-cookie-manager__option {
    position: relative;
    padding-top: 1rem;
    padding-right: 2.5rem;
    padding-bottom: 1rem;
  }
  .m-cookie-manager__option dd {
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .m-cookie-manager__option__switch {
    position: inherit;
    right: 0;
    top: 50%;
    margin-top: -9px;
  }
  .m-cookie-manager__option__switch label {
    font-size: 13px;
    margin-bottom: 0;
  }
  .m-cookie-manager__save {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .m-cookie-manager__save .m-cookie__save {
    width: 100%;
  }
}

.m-toggle-switch {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
  padding-right: 2.5rem;
  text-align: right;
  font-size: 14px;
  border: 0;
  min-width: 36px;
  line-height: 20px;
  -webkit-appearance: none;
  background-color: transparent;
}

.m-toggle-switch:before, .m-toggle-switch:after, .m-toggle-switch + span:before, .m-toggle-switch + span:after {
  content: "";
  display: block;
  border-radius: 10px;
  position: absolute;
  right: 0;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.m-toggle-switch:before, .m-toggle-switch + span:before {
  width: 36px;
  height: 20px;
  top: 0;
  background-color: #707070;
}

.m-toggle-switch:after, .m-toggle-switch + span:after {
  width: 16px;
  height: 16px;
  top: 2px;
  background-color: #fff;
  transform: translateX(-18px);
}

.m-toggle-switch--on:after, .m-toggle-switch--off:focus:after, .m-toggle-switch[data-js-toggle="checked"]:after, .m-toggle-switch:checked:after {
  transform: translateX(-2px) !important;
}

.m-toggle-switch--on:before, .m-toggle-switch--off:focus:before, .m-toggle-switch[data-js-toggle="checked"]:before, .m-toggle-switch:checked:before {
  background-color: #01916d;
}

.m-toggle-switch[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .m-toggle-switch:not([disabled]):hover {
    opacity: 0.8;
  }
  .m-toggle-switch:focus {
    opacity: 1;
  }
}

.m-toggle-btn {
  display: none;
  -webkit-appearance: none;
  background-color: transparent;
}

.m-toggle-btn__body {
  display: inline-block;
  width: 2.52em;
  height: 1.4em;
  background-color: #707070;
  border-radius: 0.7em;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 0.25em;
  vertical-align: sub;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.m-toggle-btn__body:before {
  content: "";
  display: block;
  border-radius: 0.7em;
  width: 1.4em;
  height: 1.4em;
  background-color: #fff;
  background: radial-gradient(circle, white 99%, rgba(255, 255, 255, 0) 100%);
  border: 2px solid #707070;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.m-toggle-btn__body:hover {
  opacity: 0.8;
}

.m-toggle-btn:checked + .m-toggle-btn__body, .m-toggle-btn__body[checked] {
  background-color: #01916d;
}

.m-toggle-btn:checked + .m-toggle-btn__body:before, .m-toggle-btn__body[checked]:before {
  border-color: #01916d;
  transform: translateX(1.12em);
}

.m-toggle-btn[disabled] + .m-toggle-btn__body {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.m-zero-notice {
  display: none;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-zero-notice__icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

[data-js-result-count="0"] .m-zero-notice {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .m-zero-notice__icon {
    width: 140px;
  }
  .m-zero-notice__text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-zero-notice__icon {
    width: 140px;
  }
  .m-zero-notice__text {
    text-align: left;
  }
}

