.index-header-wrapper {
    margin-left: 25%;
    background-color: #262626;
    background: #262626 url(../images/bg-index-header.png) repeat-x top center;
    color: #ffffff;
}
@media screen and (min-width: 1200px) {
    .index-header-wrapper {
        margin-left: 300px;
    }
}
.index-header {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px;
}
.index-header h1 {
    width: 60%;
    margin: 15px auto;
    text-align: center;
}
.index-header h2 {
    margin-top: 64px;
    margin-bottom: 32px;
    text-align: center;
    font-size: 32px;
}
.index-header .capture {
    width: 82.5%;
    margin: 40px auto 0;
    text-align: center;
}
.index-header p {
    line-height: 2;
}



.news-list li a {
    position: relative;
    display: block;
    color: #333333;
    text-decoration: none;
    transition: color 0.15s ease, background-color 0.15s ease;
}
.news-list li a:hover {
    background-color: #f5fcff;
    color: #0099cc;
}
.news-list li a::before {
    content: ">";
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -0.5em;
    font-size: 18px;
    line-height: 1;
    color: #d8d8d8;
}



@media screen and (max-width: 767px) {
    .index-header-wrapper {
        margin-left: 0;
    }
    .index-header {
        padding: 20px;
    }
    .index-header h1 {
        width: 80%;
    }
    .index-header h2 {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .index-header .capture {
        width: 95%;
    }
}
