/*編集用は指マーク */
.nyedit{
    cursor:pointer
}

textarea {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
  
  textarea {
    padding: 10px;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
  }

    .btn {
        border-radius: 7px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 3 auto;
    max-width: 220px;
    padding: 3px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: rgb(149,202,252);
    background: linear-gradient(270deg, rgba(149,202,252,1) 0%, rgba(107,182,255,1) 100%);
    }
  .btn:hover {
    background: rgb(117,188,255);
    background: linear-gradient(270deg, rgba(117,188,255,1) 0%, rgba(62,159,252,1) 100%);
  }

