th {
    padding: 0.5rem 1rem;
}

td {
    padding: 1rem;
}

.use-image {
    width: 100%;
}

#remote-support {
    width: 80%;
}

.margin-top-zero {
    margin-top: 0;
}

.margin-bottom-zero {
    margin-bottom: 0;
}

.margin-bottom-4 {
    margin-bottom: 4rem;
}

.padding-left-1 {
    padding-left: 1rem;
}

details[open] summary {
    color: black;
  }

  summary {
    color: #e58aa8;
    cursor: pointer;
    transition: 0.2s; 
  }

  summary:hover {
    cursor: pointer;
    background-color: #EFEFEF;
  }

  .ticket-details {
    margin: 1rem 0;
  }

/* 600px以下の場合 */
@media screen and (max-width: 600px) {

    #normal-pc {
        display: none;
    }    
    #childcare-pc {
        display: none;
    }    
    #student-pc {
        display: none;
    }    
    #support-pc {
        display: none;
    }    
    #silver-pc {
        display: none;
    }    
    #on-the-day-pc {
        display: none;
    }

}



/* 600pxより大きい場合 */
@media screen and (min-width: 601px) {
    .center-content {
        width: 50%;
        margin: 0 auto;
    }
    
    #normal-phone {
        display: none;
    }
    #childcare-phone {
        display: none;
    }
    #student-phone {
        display: none;
    }
    #support-phone {
        display: none;
    }
    #silver-phone {
        display: none;
    }
    #on-the-day-phone {
        display: none;
    }

    #remote-support {
        max-height: 500px;
        width: auto;
    }

}
