.main-contents{
    position: relative;
    padding-top: 125px;
    background: #F1F3F3;
}
.content-inner{
    position: relative;
    max-width: 1240px;
    z-index: 1;
}


.content-inner > .content-box{
    margin-bottom: 60px;
}
.content-box{
    margin-bottom: 60px;
}
.content-til{
    margin-bottom: 25px;
    font-size: 28px;
    text-align: center;
    font-weight: normal;
}
.content-boxin{
    padding: 30px 5% 60px;
    background: #fff;
}
.content-boxin.-nobtm{
    padding: 30px 5%;
}
.access-inner{
    max-width: 920px;
    margin: 10px auto 30px;
}
.dl-box{
    max-width: 920px;
    margin: 0 auto;
    padding: 10px 10px;
    border-bottom: 1px solid #DCE2E1;
}
.dl-box > .dt-til{
    position: relative;
    font-weight: bold;
    line-height: 1.6;
}
.dl-box > .dd-exp{
    line-height: 1.6;
}
.dl-box > .dd-exp > span{
    display: inline-block;
}
.dl-box > .dd-exp .tel_link,
.dl-box > .dd-exp .tel_link > a{
    color: #333;
}
.dl-box > .dd-exp > .pd-marg{
    padding: 0 0 0 10px;
}
.dl-box > .dd-exp > .pd-marg,
.dl-box > .dd-exp > .pd-marg > a{
    color: #333;
}
.dl-box > .dd-exp > a{
    color: #333;
}
.con-til{
    font-weight: bold;
    line-height: 1.6;
}
.con-exp{
    margin-bottom: 10px;
    line-height: 1.6;
}
.con-exp > span{
    display: inline-block;
}
.map-box{
    position: relative;
    padding-top: 350px;
}
.map-box iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:960px){
    .page-bk:before{
        background-image: url(/shared/images/text_company_w.svg);
    }
    .dl-box{
        display: flex;
        padding: 20px 15px;
    }
    .dl-box > .dt-til{
        flex: 0 0 20%;
        line-height: 2;
    }
    .dl-box > .dt-til:after{
        content: "";
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        height: 100%;
        margin: auto;
        background: #DCE2E1;
    }
    .dl-box > .dd-exp{
        flex: 0 0 80%;
        padding-left: 20px;
        line-height: 2;
    }
    .content-inner > .content-box{
        margin-bottom: 120px;
    }
    .content-box{
        margin-bottom: 120px;
    }
    .content-til{
        margin-bottom: 30px;
        font-size: 36px;
    }
    .con-til{
        line-height: 2;
    }
    .con-exp{
        line-height: 2;
    }
    .access-inner{
        margin: 20px auto 30px;
    }
    .map-box{
        position: relative;
        padding-top: 460px;
    }
}