@charset "UTF-8";

/*infoのcssを追記
---------------------------------------------------------------------------*/

.info-date {
    font-size:70%;
    line-height:2
}
.txt-large{
    font-size:160%;
    font-family:Noto Serif JP,serif;
    font-weight:500;
    padding: 0 1%;
}
.yellow-marker {
    text-decoration: underline; /* 下線 */
    text-decoration-thickness: 0.5em; /* 線の太さ */
    text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
    text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
    text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.txt-red{
    color: red
}

.info-image-area {
    margin:5% auto 7% auto;
}
.info-image-area img {
    width:96%;
    height:auto;
    margin: 0 auto;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width:768px) {
    .info-image-area {
    }
    .info-image-area img {
        width:100%;
    }
}

@media screen and (min-width:768px) {
    .l-inside {

    }
}
