html {
  box-sizing: border-box;
}

textarea {
  border-color: #b7b7b7;
}

input[type="button"],
input[type="radio"],
input[type="checkbox"],
input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"] + span,
input[type="radio"] + span {
  cursor: pointer;
  color: #333;
}

input[type="checkbox"]:checked + span,
input[type="radio"]:checked + span {
  color: #333;
}

.counter, .line_counter {
  font-weight: bold;
  font-size: 12px;
}
.counter label, .line_counter label {
  font-size: 12px !important;
  min-width: 80px !important;
  font-weight: normal;
}
.counter span, .line_counter span {
  font-size: 20px;
}
.counter span.count-over, .line_counter span.count-over {
  color: #d00;
}
.counter span.count-less, .line_counter span.count-less {
  color: #333;
}

.handle,
.no_handle {
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}

.handle:hover {
  opacity: 0.7;
}

select::-ms-expand {
  display: none;
}

/* ------------------------------
 title
------------------------------ */
.content-type1-m {
  font-size: 16px;
  line-height: 1.5em;
}
