.underline>a {
    text-decoration: underline;
  }
  
  .small {
    color: red;
  }
  
  .contents {
    max-width: 1036px;
  }
  
  .item_row>.action {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  
  
  .item_row>.action .btn {
    width: 150px;
    height: 40px;
    font-size: 18px;
    letter-spacing: 1.6px;
  }
  
  .item_row>.action .btn+.btn {
    margin-left: 8px;
  }
  
  .item_wrap {
    width: 100%;
    margin-bottom: 24px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 15px;
  }
  
  .item_header {
    width: 100%;
    height: 40px;
    background: #285ee4;
    border-radius: 15px 15px 0 0;
  }
  
  .item_body {
    width: 100%;
    background: #fff;
    padding: 24px 16px;
    border-radius: 0 0 15px 15px;
  }
  
  .item_main {
    display: flex;
  }
  
  
  .csr_title {
    font-size: 24px;
    color: #3d3d3d;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
  }
  
  .csr_title>.group .btn {
    width: 128px;
    height: 32px;
    font-size: 16px;
  }
  
  .input_group textarea {
    width: 100%;
    /* max-width: 207px; */
    padding: 4px 12px;
    border: 1px solid #c6c6c6;
    border-radius: 8px;
    color: #3d3d3d;
    outline: none;
    font-size: 18px;
    min-height: 36px;
    resize: vertical;
  }
  
  
  .input_group.error .select-selected {
    border: 2px solid red;
  }
  
  /* 投資資訊 */
  .input_area {
    min-width: 311px;
    margin-bottom: 24px;
    position: relative;
    margin-right: 24px;
  }
  
  .input_area::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -12px;
    background-image: linear-gradient(to bottom, #C6C6C6 0%, #C6C6C6 70%, transparent 50%);
    background-size: 1px 12px;
    background-repeat: repeat-y;
  }
  
      /* 投資計算*/
      .table_area {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 24px;
    }
  
    .table-item_main {
        width: 100%;
        overflow-x: auto;
    }
  
    .body_item {
        display: flex;
        align-items: center;
        height: 40px;
    }
  
  
    .body-item_thead {
        position: sticky;
        top: 0;
    }
  
    .item_thead_tr>.body-item_th {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #c6c6c6;
    }
  
    .item_tbody_tr>.body-item_td {
        background-color: #fcfcfc;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
  
    .item_tbody_tr:nth-child(2n+1)>.body-item_td {
        background-color: #f6f6f6;
    }
  
    .item_tfoot_tr>.body-item_td {
        background-color: #E6EDFF;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
  
    .body-item_th,
    .body-item_td {
        text-align: center;
    }
  
    .body-item_th.text-right,
    .body-item_td.text-right {
        text-align: right;
    }
  
    .body-item_th.pl-16,
    .body-item_td.pl-16 {
        padding-left: 16px;
    }
  
    .body-item_th.pr-16,
    .body-item_td.pr-16 {
        padding-right: 16px;
    }
  
    .tb-statu {
      width: 60px;
      min-width: 60px;
  }
  
  .tb-date {
      width: 104px;
      min-width: 104px;
  }
  
  .tb-count {
      width: 80px;
      min-width: 80px;
  }
  
  .tb-price {
      width: 80px;
      min-width: 80px;
  }
  
  .tb-amount {
      width: 104px;
      min-width: 104px;
  }
  
  .modal .action {
    width: 100%;
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  
  .modal .action .btn {
    width: 100%;
  }
  
  .modal .action .btn+.btn {
    margin-left: 0;
    margin-bottom: 16px;
  }
  
    @media screen and (max-width: 900px) {
      .csr_title {
          flex-direction: column;
      }
  
      .csr_title>.group {
          margin-top: 16px;
      }
  }
  
  @media screen and (max-width: 768px) {
  .item_body .item_main {
      flex-direction: column;
  }
  
  .input_area{
    width: 100%;
    min-width: 282px;
    margin-right: 0;
  }
  
  .input_area::after{
    display: none;
  }
  
  .csr_title {
      flex-direction: row;
  }
  
    .csr_title>.group {
        margin-top: 0px;
    }
  }
  
  @media screen and (max-width: 500px) {
    .csr_title {
        flex-direction: column;
    }
  
  
    .csr_title>.group {
        margin-top: 16px;
        margin-left: auto;
    }
  }
  
  @media screen and (max-width: 450px) {
    .account_add form .action {
        max-width: 100%;
        flex-direction: column-reverse;
    }
  
    .account_add form .action .btn {
        width: 100%;
    }
  
    .account_add .action .btn+.btn {
        margin-left: 0;
        margin-bottom: 16px;
    }
  }
  
  @media screen and (max-width: 400px) {
  
    .main_title_content .group {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }
  }
  