/* 20250501追加 上部の余白用 */
.Main {
    padding-top: 120px;
}
/* /20250501追加 上部の余白用 */

.title{
    display: flex;
    align-items: center;
}

.rss{
    padding-left: 100px;
}

.mod_icon_txt_rss {
    display: inline-block;
    position: relative;
    border-radius: 4px;
    padding: 2px 10px 1px 10px;
    padding-left: 35px;
    color: #fff;
    font-size: 1.4rem;
    background: #FF7F00;
}

.mod_icon_txt_rss:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    background: url(../image/icon_rss_wh.svg) center no-repeat;
    background-size: contain;
}

.dl-1-link dd a {
    position: relative;
}

.dl-1-link dd a:hover {
  text-decoration: underline;
}

.dl-1-link dd a.basic-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 6px;
    right: -18px;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #e30934;
    border-right: 2px solid #e30934;
}

@media only screen and (max-width: 767.98px) {
    .title{
        justify-content: space-between;
    }
    .rss{
        padding-left: 0;
    }
    .dl-1-link{
        width: 95%;
    }
    .dl-1-link dd a.basic-link:after{
        bottom: 8px;
    }
    /* 20250501追加 上部の余白用 */
    .Main {
    padding-top: 46px;
    }
    /* /20250501追加 上部の余白用 */
}