@charset "UTF-8";
/* CSS Document */
.m-txt-lead > span {
 display: inline-block;
}
@media screen and (min-width: 768px) {
 .sp-only {
  display: none;
 }
}
@media screen and (max-width: 767px) {
 .pc-only {
  display: none;
 }
}
.m-list-order__txt sup {
 margin-right: 5px;
 color: #990000;
}
.l-yt__box {
 position: relative;
 width: 100%;
 height: 0;
 padding-bottom: 56.25%;
}
.l-yt__box iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
/* 20250325追加 */
.m-tbl tbody th, .m-tbl tbody td {
 height: 70px;
 padding: 15px;
}