/* =========================== */
/* 全体設定 */
/* =========================== */

@media print,
screen and (min-width: 980px) {
    .ryousyu_flex {
        display: flex;
        justify-content: space-between;
    }
}

.ryousyu_flex {
    width: 100%;
}

.ryousyu_flex ul {
    flex-basis: 60%;
    margin-left: 4%;
}

.external.https img {
    width: 158px;
}

.thickbox,
.external.https {
    color: #0587d2 !important;
}

.piza_sub_text {
    font-weight: bold;
    color: #169FC3;
    margin: 38px auto 35px;
    text-align: center;
    font-size: 16px;
}


@media print,
screen and (min-width: 980px) {
    .piza_sub_text {
        margin: 56px auto 61px;
        font-size: 22px;
    }
}