@charset "UTF-8";

.mee_catch {
    line-height: 1.4;
}
.mee_catch span {
    font-size: 24px;
}

.imgWrap {
    display: flex;
    align-items: start;
}
.imgWrap img {
    width: 40%;
}
.imgWrap .enzi_kun {
    display: flex;
    align-items: end;
}

.remark {
    position: relative;
    padding-left: 20px;
}
.remark::before {
    content: "※";
    position: absolute;
    left: 0;
}

.nikkei_info a {
    text-decoration: underline;
}
.nikkei_info a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .mee_catch span {
        font-size: 14px;
    }
}