body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0 -50%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.ico-0410__line--t__expand {
  background-color: #fff;
  flex: 1;
  height: 100%;
}

.ico-0410__ico-w {
  z-index: 5;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  top: -6px;
  right: -6px;
}

.ico-0410__line--r {
  flex-direction: column;
  justify-content: flex-end;
  width: 2px;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.ico-0410__ico {
  width: 13px;
  position: relative;
  top: 1px;
}

.ico-0410__line--r__space {
  background-color: #0000;
  width: 100%;
  height: 24px;
}

.ico-0410__line--r__expand {
  background-color: #fff;
  flex: 1;
  width: 100%;
}

.ico-0410__line--t__space {
  background-color: #0000;
  width: 24px;
  height: 100%;
}

.ico-0410__line--t {
  width: 100%;
  height: 2px;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
}

.tadafy__ico-0410 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.ico-0410__label {
  padding: 11px 22px;
  position: relative;
}

@media screen and (max-width: 240px) {
  .tadafy__ico-0410 {
    transform: scale(.7);
  }
}


