main {
  #wrp {
    display: flex;
    justify-content: space-between;
    align-items: start;

    .float_textarea {
      position: sticky;
      top: 15px;
      right: 0;
      padding-bottom: 60px;
      order: 2;
      width: 350px;
      @media screen and (max-width:1600px) {
        width: 250px;
      }
      .heading_list {
        padding: 0;
        line-height: 1.5;
        li {
          padding: 0;
          display: inline-block;
        }
      }
      textarea {
        display: inline-block;
        height: 20em;
        vertical-align: top;
        padding: 5px;
        margin-bottom: 10px;
        line-height: 1.3;
      }
    }
    .pronpt_blc {
      order: 1;
      width: calc( 100% - 370px );
      margin-top: 0;
      @media screen and (max-width:1600px) {
        width: calc( 100% - 270px );
      }
      .bunrui_list {
        ul {
          padding: 0;
          li {
            display: inline-block;
          }
        }
      }
      .prompt_box {
        font-size: 0;
        h2 {
          margin-top: 70px;
          margin-bottom: 30px;
          &:nth-of-type(1){
            margin-top: 0;
          }
        }
        h3 {
          margin-top: 50px;
          margin-bottom: 30px;
        }
        h4 {
          margin-bottom: 15px;
          margin-top: 30px;
        }
        
        h5 {
          margin-bottom: 15px;
        }
        dl {
          border-bottom: 1px solid var(--cmnbdr04);
          width: calc( 33% - 18px );
          display: inline-flex;
          justify-content: space-between;
          font-size: 15px;
          margin-right: 20px;
          vertical-align: top;
          padding-bottom: 15px;
          margin-bottom: 15px;
          font-weight: 500;
          height: 6em;
          @media screen and (max-width:1600px) {
            width: calc( 50% - 21px );
          }
          p {
            display: none;
          }
          &:hover {
            p {
              display: block;
            }
          }
        }
        dt {
          width: 50%;
          vertical-align: top;
          word-break: break-word;
          vertical-align: top;
          line-height: 1.3;
          font-size: 14px;
          a {
            height: 2.6em;
            font-weight: 500;
            color: initial;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            &:hover {
              min-height: 2.6em;
              display: block;
              height: auto;
              -webkit-line-clamp: auto;
            }
          }
          .tag_list {
            padding: 0;
            list-style-type: none;
            padding-top: 5px;
            margin-bottom: 0;
            li {
              display: inline-block;
              background: #333;
              padding: 2px 5px 3px;
              font-size: 13px;
            }
          }
        }
        dd {
          width: calc( 50% - 10px );
          text-indent: 0;
          margin-left: 0;
          margin-bottom: 0;
          &:before {
            display: none;
          }
          textarea {
            display: inline-block;
            width: 100%;
            height: 5em;
            padding: 3px;
            vertical-align: top;
            line-height: 1.3;
            font-size: 14px;
          }
          .link {
            margin-bottom: 30px;
          }
        }
      }
    }
  }
}
