.content {
  padding: 0 0 85px;
  border: 0 solid red;
}
.content .join__type .join__type--box:first-of-type {
  border-right: 1px solid #eee;
}
.content .join__type .join__type--box .join__type--btn.ready {
  background-color: #99b6e9;
  cursor: not-allowed;
}

textarea {
  border: 1px solid #0048c8;
  outline: none;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 10px;
}
textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px #BDDAE0;
}
textarea::-webkit-scrollbar-thumb {
  background-color: #0048c8;
}

.textarea_style {
  margin-top: 5px;
  width: auto;
  height: auto;
  border: 1px solid #0048c8;
  border-radius: 2px;
  font-size: 16px;
}
.textarea_style:hover {
  -moz-box-shadow: 0 0 10px 1px #EBF6FF;
  -webkit-box-shadow: 0 0 10px 1px #EBF6FF;
  box-shadow: 0 0 10px 1px #EBF6FF;
  border: 1px solid #229CFF;
}
.textarea_style:focus {
  -moz-box-shadow: 0 0 5px 1px #EBF6FF;
  -webkit-box-shadow: 0 0 5px 1px #EBF6FF;
  box-shadow: 0 0 5px 1px #EBF6FF;
  border: 1px solid #0048c8;
}

@media (max-width: 480px) {
  .content .join__type {
    flex-direction: column;
  }
  .content .join__type .join__type--box {
    width: 100%;
  }
  .content .join__type .join__type--box:first-of-type {
    border-bottom: 1px solid #eee;
  }
}

/*# sourceMappingURL=create.css.map */
