@charset "UTF-8";

@media (min-width : 900px) {
  .pcno {
    display: none;
  }
}
@media (max-width: 500px) {
  .spno {
    display: none;
  }
}
@media (min-width:500px) and (max-width: 900px) {
.tbno {
	display: none;
}
}

.red {
    color: #c30d23;
    font-feature-settings: "palt";
}
.fz {
    font-size: 115%;
    font-weight: bold;
}
.prohibitions {
    color: rgb(195, 13, 35);
    background-color:  rgb(195, 13, 35,0.1);
    border-radius: 8px;
    padding: 20px 40px 20px 60px;
    font-size: 110%;
    list-style-type: decimal;
    display: table;
    margin: 12px 0;
}
@media screen and (max-width: 670px) {
    .prohibitions {
        padding: 20px 15px 20px 35px;
        margin: 6px 0;
    }
}