@charset 'utf-8';
.blocklist__item__outer--u-icvsas15s.cursor .div--u-izsdtvww2, .blocklist__item__outer--u-ig2jqp5h0.cursor .blocklist__item--u-ip5q8t0zn {
  cursor: pointer; }

.overflowHidden1 {
  overflow: hidden !important; }

.newform {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  direction: ltr;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s; }
  .newform.active {
    opacity: 1;
    visibility: visible; }
  .newform-div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5; }
  .newform-scrolling {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding: 15px;
    overflow: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -ms-flex-align: start;
    box-sizing: border-box; }
  .newform-wrap {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    flex: 0 0 auto;
    margin: auto; }
  .newform-body {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    display: inline-block;
    max-width: 500px;
    min-width: 500px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left; }
    .newform-body .tit {
      background: #0c5d2e;
      color: #fff;
      padding: 25px 25px;
      font-size: 25px;
      text-align: center; }
    .newform-body .bod {
      padding: 20px;
      font-size: 18px;
      line-height: 1.3;
      background: #fff; }
  .newform-close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 31px;
    height: 31px;
    transform: rotate(45deg);
    cursor: pointer; }
    .newform-close:before {
      position: absolute;
      top: 4px;
      bottom: 4px;
      content: '';
      left: 14px;
      border-left: 3px solid #11bd58;
      border-radius: 5px; }
    .newform-close:after {
      position: absolute;
      left: 4px;
      right: 4px;
      content: '';
      top: 14px;
      border-top: 3px solid #11bd58;
      border-radius: 5px; }
  @media (max-width: 480px) {
  .newform .newform-body {
    min-width: 0;
    max-width: none;
    width: calc(100vw - 30px); } }
