/* About */
.service_top {
    background: url(bg.jpg);
}

.service_top .wrapper {
    background: rgba(0,0,0,0.4);
}

.service_top p {
    letter-spacing: 0.3em !important;
}

#service h2 {
    margin-bottom: 50px;
}

/* 事業一覧 */
#service {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 1500px;
    padding: 100px 60px 0;
    margin: auto;
}
.jigyo {
    display: block;
    width: 33.3%;
    height: 600px;
    float: left;
    overflow: auto;
    padding: 10px;
    line-height: 1.5em;
    text-align: center;
}
.jigyo img {
    display: block;
    width: 100%;
}

.jigyo b {
    display: block;
    width: 100%;
    font-size: 1.6em;
    padding: 40px 0;
}
.jigyo p {
    display: block;
    width: 100%;
    height: 60px;
}

@media screen and (max-width: 1049px) {
#service {
    height: auto;
    padding: 0 0 50px;
    margin: auto;
}
.jigyo {
    width: 100%;
    height: auto;
    float: none;
    padding: 0 0 40px;
}
}