@charset "UTF-8";

/* page-header */

.contents-header-out {
    background: #F6F3EE;
}

.contents-header {
    width: 100%;
    height: 50px;
    background: url(../img/img-common/page-header-bg.jpg) no-repeat left top;
    background-size: contain;
}

h2 {
    padding: 15px 0 0 13px;
    width: 93px;
}

.contents-out2 {
    width: 100%;
}

@media (min-width: 480px) {}

@media (min-width: 641px) {}

@media (min-width: 768px) {
    .contents-header {
        height: 100px;
        background-size: auto;
    }
    h2 {
        padding: 27px 0 0 48px;
        width: auto;
    }
    .bread-crumb a:link,
    .bread-crumb a:visited,
    .bread-crumb a:hover,
    .bread-crumb a:active {
        color: #333;
    }
}

@media (min-width: 992px) {
    h2 {
        padding: 27px 0 0 48px;
    }
}

@media (min-width: 1200px) {}