@charset "utf-8";

.contTitle_h3 + * {
    margin-top: 20px;
}
.contTitle_h4 {
    margin-top: 20px;
}
.contTitle_h4 + * {
    margin-top: 10px;
}

@media print, screen and (min-width: 770px) {
    .contTitle_h4 {
        margin-top: 30px;
    }
    .contTextBox {
        width: calc(100% - 40px);
    }
    .table_common {
        width: 100%;
    }
}

.icon_rss::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f143";
    color: #ff801e;
    padding-right: 5px;
}
