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


/* 背景関係 */
.chapter3-bg02{
    background: #000000 no-repeat center center;
    background-size: cover;
}

.chapter3-bg03{
    background: url(../images/bg/common_bg_01.png) no-repeat center center;
    background-size: cover;
}

.chapter3-bg02::before{
    content: '';
    background: url(../images/chapter3/ttl_chapter3-03.png) no-repeat center center;
    background-size: cover;
    height: 74px;
}
.chapter3-bg02.ttl-none::before{
    display: none;
}
/* 背景関係 end */

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

.item01.right {
    right: 45px;
    top: 40px;
}

.item01.right img{
    width: 234px;
}

.item02.right {
    right: 0;
    top: 142px;
}

.item02.right img{
    width: 250px;
}

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

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

.item01.right {
    right: 12vw;
    top: 10.667vw;
}

.item01.right img{
    width: 62.4vw;
}

.item02.right {
    right: 0;
    top: 37.867vw;
}

.item02.right img{
    width: 66.667vw;
}
/* コンテンツ配置 end */
}


