@charset "utf-8";

/* sec_panel
-------------------------------------------------- */
.sec_panel{
    color: #333;
    position: relative;
    z-index: 24;
}


/* 個別
-------------------------------------------------- */

@media print, screen and (min-width: 768px) {
    .panel_year .fig.year_1953_img01{
        position: relative;
    }
    .panel_year .fig.year_1953_img01 .img01{
        width: 450px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .panel_year .fig.year_1987_img02{
        margin-top: 126px;
    }
}


/* sec_note
-------------------------------------------------- */
.sec_note{}
.sec_note .sec_note_txt{
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    display: inline-block;
}

@media print, screen and (min-width: 768px) {
    .sec_note{
        margin-bottom: 100px;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .sec_note{
        margin-bottom: 60px;
        font-size: 14px;
    }
}
