@charset "UTF-8";

.wefdd-contents{
  .update-text{
    color: #f00;
    font-weight: bold;
  }
  .regular-text{
    height: 300px;
  }
  .checkbox-style{
    display: flex;
    flex-wrap: wrap;
    gap: 16px 12px;
    @media screen and (max-width: 782px){
      margin-top: 10px;
      label{
        margin-top: 0!important;
      }
    }
  }
  .description-box{
    width: calc(100% - 20px);
    ul{
      list-style-type: disc;
      margin-left: 2em;
    }
  }
}