@charset "UTF-8";
/*******************************

historyCss

*******************************/
.bg-wh{
	padding-top: 100px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	.bg-wh{
		padding-top: 50px;
	}
}
/*-----------------------------
contents-list
-----------------------------*/
.contents-link li.current {
    background: url(../../img/link03.jpg) center center no-repeat;
    background-size: cover;
}

/*-----------------------------
history
-----------------------------*/
.history {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 200px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .history {
        margin-bottom: 100px;
    }
}

/*-----------------------------
history-list
-----------------------------*/
.history-list {
    width: 60%;
    border-left: 1px solid #bebebe;
}

.history-list li {
    margin-bottom: 45px;
    margin-left: -8px;
    margin-top: -10px;
}

.history-list dt {
    font-weight: bold;
    font-size: 110%;
}

.history-list dt:before {
    content: url(../img/icon.png);
    margin-right: 10px;
}

.history-list dd {
    padding-left: 45px;
    font-size: 90%;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .history-list {
        width: 100%;
        margin-bottom: 50px;
    }
    .history-list dd {
        font-size: 100%;
        padding-left: 30px;
    }
}

/*-----------------------------
history-photo
-----------------------------*/
.history-photo {
    width: 29%;
}

.history-photo li {
    margin-bottom: 15px;
}

.history-photo figure {
    margin: 0;
}

.history-photo figcaption {
    font-size: 80%;
    margin-top: 5px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .history-photo {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .history-photo li {
        width: 48%;
    }

    .history-photo figcaption {
        font-size: 90%;
    }
}
