@charset "Shift_JIS";

.note_sp {
    display: none;
}

.note_pc {
    display: inline-block;
}

body {
    background: url(/img/genre/0104/bg_01.jpg);
}

.note_article * {
    box-sizing: border-box;
}

.note_article img {
    width: 100%;
    height: auto;
}

.note_article {
    color: #666;
    font-size: 20px;
    width: 980px;
    margin: 30px auto 0px;
    line-height: 1.6;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

.note_article .note_head_img {
    margin-bottom: 100px;
}

.note_article .note_section {
    margin: 0 65px 120px;
}

.note_article .note_ttl {
    font-size: 36px;
    margin-bottom: 60px;
    font-weight: bold;
}

.note_article .note_ttl2 {
    font-size: 30px;
    margin-bottom: 60px;
    font-weight: bold;
}

.note_article .note_ttl3 {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: bold;
}

.note_article .note_img {
    margin-bottom: 80px;
}

.note_article .note_txt {
    margin-bottom: 80px;
}

.note_article .note_bnr a {
    display: flex;
    width: 620px;
    height: 160px;
    border: 1px solid #ccc;
    color: inherit;
    text-decoration: none;
    border-radius: 4px;
    margin: -60px auto 0;
    overflow: hidden;
    background: #fff;
    justify-content: space-between;
}

.note_article .note_bnr a:hover {
    opacity: 0.7;
}

.note_article .note_bnr a:hover img {
    opacity: 1;
}

.note_article .note_bnr .txt {
    padding: 10px 20px;
    width: 400px;
    align-self: center;
}

.note_article .note_bnr .txt .txt1 {
    font-weight: bold;
    margin-bottom: 15px;
}

.note_article .note_bnr .txt .txt2 {
    font-size: 12px;
}

.note_article .note_bnr .img {
    width: 220px;
    overflow: hidden;
}

.note_article .note_bnr .img img {
    overflow: hidden;
}

.note_article .note_bnr {
    margin: 100px 0 0;
}

.note_article .note_section.bnr {
    margin: 80px 65px 0px;
}
.note_article .note_bnr_area {
    margin-top: 80px;
}
.note_article .note_section.bnr{
    margin-bottom: 0;
}
@media screen and (max-width: 750px) {
    .note_pc {
        display: none;
    }

    .note_sp {
        display: block;
    }

    img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    .note_article {
        color: #666;
        font-size: 4.27vw;
        width: 100%;
        margin: 8vw auto 20vw;
        line-height: 1.6;
    }

    .note_article .note_head_img {
        margin-bottom: 13.33vw
    }

    .note_article .note_section {
        margin: 0 5.3% 16vw;
    }

    .note_article .note_ttl {
        font-size: 1.56em;
        margin-bottom: 8vw;
    }

    .note_article .note_ttl2 {
        font-size: 1.24em;
        margin-bottom: 8vw;
    }

    .note_article .note_ttl3 {
        font-size: 1em;
        margin-bottom: 5.3vw;
    }

    .note_article .note_img {
        margin-bottom: 10.6vw;
    }

    .note_article .note_txt {
        margin-bottom: 10.6vw;
    }

    .note_article .note_bnr {
        margin: 13vw 5.3% 16vw;
    }

    .note_article .note_bnr a {
        width: 100%;
        height: 33.33vw;
        margin: -9% auto 0;
    }

    .note_article .note_bnr .txt {
        padding: 5.33vw 4vw;
        width: 62.5%;
        align-self: center;
    }

    .note_article .note_bnr .txt .txt1 {
        font-weight: bold;
        margin-bottom: 0.5em;
        line-height: 1.3;
    }

    .note_article .note_bnr .txt .txt1 .txt3 {
        font-size: 0.71em;
        line-height: 1.3;
        display: block;
    }

    .note_article .note_bnr .txt .txt2 {
        font-size: 0.5em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }

    .note_article .note_bnr .img {
        width: 37%;
        overflow: hidden;
        position: relative;
    }

    .note_article .note_bnr .img img {
        overflow: hidden;
        height: 100%;
        width: auto;
        position: absolute;
        left: 50%;
        right: 50%;
        transform: translate(-50%, 0);
        max-width: none;
    }
    .note_article .note_section.bnr {
        margin: 10vw 5.3% 0px;
    }

    .note_article .note_bnr_area {
        margin-bottom: 12%;
        margin-top: 0;
    }
    .note_article .bnr .note_bnr {
        margin-left:0;
        margin-right:0;
        margin-bottom: 0;
    }
}