@charset "utf-8";

/*--------
警察予備隊時代の写真の設定
----------*/
.main-photo-box {
    width: 100vw;
    height: 55vw;
    margin: 1vw auto 0;
    background-image: url(img/02_03_img/04_libraly.jpg);
    background-size: 105%;
    background-repeat: no-repeat;
}

/*--------
「駐屯地の沿革」タイトル設定
----------*/
h1,
.sta-index dt {
    font-size: 4.5vw;
    margin: 0 0 .5em;
    text-indent: .5em;
    font-family: 'hiraginokakugoW7';
    background: linear-gradient(to bottom, rgba(40, 40, 40, 1), rgba(0, 0, 0, 1), rgba(40, 40, 40, 1));
    color: white;
    line-height: 2;
    box-shadow: 0 1vw .5vw rgba(0, 0, 0, .2);
}

/*--------
年表の設定
----------*/
.history-photo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.history p {
    margin: .3em 0 0 1em;
    padding: 0;
    font-size: 3vw;
    line-height: 1.5;
    text-indent: 5vw;
}

/*--------
「福知山駐屯地の歴史」記事部分の設定
----------*/
.sta-index dd {
    margin: 0;
    padding: 0 1em;
    font-size: 3vw;
    text-indent: 1em;
    line-height: 1.5;
}