/*-------------------------------------------------
|-  section
-------------------------------------------------*/
.section-ttl {
    margin-bottom: 90px;
}
@media screen and (max-width: 767px){
    .section-ttl {
        margin-bottom: 25px;
    }
}
/*-------------------------------------------------
|- pickup
-------------------------------------------------*/
.pickup-wrap {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pickup-cate {
    min-width: 120px;
    margin-right: 10px;
    padding: 3px 10px;
    box-sizing: border-box;
    color: #333;
    font-size: var(--font-size12);
    font-weight: 600;
    text-align: center;
    display: block;
}
.pickup-date {
    color: #333;
    font-size: var(--font-size12);
    font-weight: 600;
}
.pickup-ttl {
    color: #333;
    margin-bottom: 20px;
    font-size: var(--font-size20);
    font-weight: bold;
}
.link-btn {
    margin: 100px auto 0;
}
@media screen and (max-width: 767px){
    .pickup-wrap {
        margin-bottom: 30px;
    }
    .pickup-cate {
        min-width: 125px;
    }
    .pickup-date {
        font-size: .78rem;
    }
    .pickup-ttl {
        margin-bottom: 30px;
        font-size: var(--font-size18);
    }
    .link-btn {
        width: 100%;
        max-width: none;
        margin: 50px auto 0;
    }
    .link-btn__link {
        padding: 23px 0;
        font-size: var(--font-size18);
    }
}
/*-------------------------------------------------
|- リッチテキスト対応
-------------------------------------------------*/
.pickup-detail a {
    color: #006AB5;
}
.pickup-detail a:hover {
    text-decoration: underline;
}
.pickup-detail iframe {
    width: 100%;
}
.pickup-detail strong {
    font-weight: 600;
}
.pickup-detail ul {
    padding-left: 20px;
    box-sizing: border-box;
}
