/* 背景関係 */
.chapter2-bg{
    background: url(../images/bg/chapter2_bg.png) no-repeat center center;
    background-size: cover;
}
.chapter2-bg::before{
    content: '';
    background: url(../images/chapter2/ttl_chapter2-02.png) no-repeat center center;
    background-size: cover;
    height: 74px;
}
.ttl_chapter2-03::before{
    content: '';
    background: url(../images/chapter2/ttl_chapter2-02.png) no-repeat center center;
    background-size: cover;
    height: 74px;
}
.ttl_chapter2-04::before{
    content: '';
    background: url(../images/chapter2/ttl_chapter2-02.png) no-repeat center center;
    background-size: cover;
    height: 74px;
    width: 168px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 9;
}
.chapter2-bg.ttl-none::before{
    display: none;
}
/* 背景関係 end */

/* コンテンツ配置 */
.center-content.map{
    top: 26px;
}
.center-content.map img{
    width: 350px;
    margin: 0 auto;
}
.center-content.chapter2-ttl{
    top: 49px;
}
.center-content.chapter2-ttl img{
    width: 355px;
    margin: 0 auto;
}
.top36{
    top: 36px !important;
    /*z-index: 10;*/
}


/* コンテンツ配置 end */

@media screen and (max-width:599px) {
/* コンテンツ配置 */
.center-content.map img{
    width: 93.333vw;
    max-width: 350px;
}
.center-content.chapter2-ttl img{
    width: 94.667vw;
    max-width: 355px;
}

/* コンテンツ配置 end */
}