.factory_bg {
    background: #eaf6fd url('../img/factory_back.jpg') left top / contain no-repeat;
    margin-top: 4rem;
}

.history_table tr th,
.history_table tr td {
    padding-bottom: 1em;
    vertical-align: top;
    font-size: 0.8em;
}

.history_table tr th,
.history_table tr td.month {
    padding-right: 1em;
}

.history_table tr td.month {
    white-space: nowrap;
}

.factory_detail {
    text-align: center;
}

.factory_detail h2.mincho {
    font-size: 1.5rem;
    margin-top: 1em;
}

.factory_detail h2.mincho span {
    color: #0069cc;
}

.factory_detail p {
    line-height: 2em;
}

/******************* タブレット用 ***************/
@media (min-width: 415px) {
    .factory_bg {
        margin-top: 4rem;
    }

    .history_table tr th,
.history_table tr td {
    font-size: 0.9em;
}

.history_table tr th,
.history_table tr td.month {
    padding-right: 1.2em;
}

.factory_detail h2.mincho {
    font-size: 2rem;
}
}

/********************** PC用 ******************/
@media (min-width: 1024px) {
    .factory_bg {
        margin-top: 120px;
    }

    .history_table tr th,
    .history_table tr td {
        font-size: 1em;
    }
    
    .history_table tr th,
    .history_table tr td.month {
        padding-right: 1.5em;
    }

    .factory_detail h2.mincho {
        font-size: 2rem;
    }
}