#schedules-section .schedule-list li .schedule-card h3 span.sat{
	color: #0b8db9;
}
.box-content table td, .box-content table th {
    text-align: left;
}
#ticket-section .ticket-prices li {
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 0.3em;
}
#ticket-section .ticket-prices li.not-detail-price{
        border-bottom: 1px solid #d8d8d8;
}
#ticket-section .ticket-price {
    position: relative;
    display: inline-block;
    margin-left: 0.35em;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #dcdcdc;
    background: red;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#ticket-section .ticket-notes{
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1em;
}
#ticket-section .ticket-price + span {
    font-size: 1.5rem;
    opacity: 0.7;
    margin-left: 0.35em;
    vertical-align: baseline;
}
#ticket-section .ticket-prices {
    list-style: none;
    margin: 0;
    padding: 0;
}
#ticket-section hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin: 20px 0 0;
}
.box-content .list {
    margin: 0 0 3rem;
}
.pre .notice li h6 {
    background: #a7d4f0;
}
#ticket-section .join{
    border-bottom: #1e8fcfd9 solid 1px;
}
#ticket-section .ticket-prices {
}
.box-content .box-wrap strong {
    display: inline-block;
    margin-bottom: 0.5em;
}
#ticket-section .hs-rulebox__bd p.caution {
    padding: 1em 1.9em;
    line-height: 2em;
    text-align: left;
    font-size: 1.1em;
}
h7{
    font-weight: bold;
    margin: 1em 0 0.5em 0;
    font-size: 1.6rem;
    display: inline-block;
    position: relative;
    padding-left: 1.6rem;

}
.eng{
    display: inline-block;
    margin-bottom:0.5em ;
}
h7::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1e8fcf;
}
#ticket-section .join{
    color: #1e8fcf;
}
#ticket-section .join-lead{
    color: #1e8fcf;
}
#ticket-section .ticket-att{
    border: #0300001a solid 1px;
    padding: 10px;
    background: #f1f1f1;
    margin-top: 1em;
}