.label-prefecture, .label-search {
  font-weight: bold;
  padding-right: 2em;
}

.c-template-content p {
  margin-bottom: 1em;
}

.c-template-content select {
  min-width: initial;
}

.p-search {
  padding-bottom: 2em;
}

.c-template-content .channel-table-list th {
  width: auto;
  text-align: center;
  padding: 0.4rem 0rem 0.4rem 0rem;
  min-height: 6em;
}

.c-template-content .channel-table-list th span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: pre;
}

.c-template-content .channel-table-list td {
  text-align: center;
  padding: 0rem 0rem 0rem 0rem;
}

.th-send {
  font-weight: bold;
}

.no-data {
  font-weight: bold;
  color: red;
}


.disp-none {
  display: none;
}


/* pc */
/* @media (min-width: 769px) { */

  /* .c-template-content input {
    min-width: 50%;
    padding: 4px 4px 4px;
  } */

  /* .channel-table-list th {
    width: auto;
    writing-mode: vertical-lr;
    vertical-align: middle;
    text-align: right;
  } */

  /* .channel-table-list td {
    text-align: center;
  } */

/* } */

/* mobile */

  /* @media (max-width: 768px) { */

    /* .c-template-content input {
      min-width: 50%;
      padding: 4px 4px 4px;
    }
   */
  
    /* table .channel-table-list th { */
      /* width: auto!important; */
      /* width: auto;
      writing-mode: vertical-lr; */
      /* text-align:center */
      /* vertical-align: middle;
      text-align: right; */
  
    /* position: -webkit-sticky;
    position: sticky;
    top: 0; */
    /* z-index: 1; */
    /* padding: 1rem;
    } */
  
    /* .channel-table-list table td {
      text-align: center;
      padding: 1rem;
    } */
  
/* } */