@charset "UTF-8";
/* CSS Document */
/*=================================================

　小田島商事株式会社

=================================================*/
.sub-title .title{
    text-shadow: none;
}
/* コンテンツ部分
-------------------------------------------------- */
.intro-title{
    position: relative;
}
.intro-title h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}
.intro-group{
    margin: 50px 0;
}
.intro-group .title-M{
    margin: 1.5em 0;
}
.intro-group ul{
    list-style-position: inside;
    padding: 0;
    margin: 0;
}
.intro-group ul li span{
    font-size: .9em;
    line-height: 1.8em;
}

.back{
    margin-top: 50px;
}
@media screen and (max-width:736px) {
    .intro-group{
        margin: 0;
    }
    .back{
        margin-top: 30px;
    }
    .intro-title h2{
        position: static;
        transform: none;
        text-align: center;
        width: 100%;
        margin: 30px 0;
    }
}
/* イメージボックス
-------------------------------------------------- */
.imgBox{
    display: flex;
}
.imgBox .item{
    flex: 1 1 100px;
}
.imgBox .item:not(:last-child){
    margin-right: 4px;
}

.imgBox .item p{
    margin: .5em 0;
}
@media screen and (max-width:736px) {
    .imgBox{
        display: block;
    }
    .imgBox .item{
        margin-bottom: 20px;
    }
    .imgBox .item:not(:last-child){
        margin-right: 0;
    }
}
/* お客様への支援のために
-------------------------------------------------- */
.forCustomer{
    background: url("img/forcostomer-bk.jpg") center center;
    background-size: cover;
    padding: 20px;
    margin-bottom: 30px;
}

.forCustomer .title{
    color: #fff;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    margin: .4em 0;
}
.forCustomer .title span{
    position: relative;
}
.forCustomer .title span::before,.forCustomer .title span::after{
    content: "";
    display: block;
    width: 4000px;
    height: 2px;
    background: #fff;
}
.forCustomer .title span::before{
    position: absolute;
    top: calc(50% - 1px);
    left: calc(100% + 1em);
}
.forCustomer .title span::after{
    position: absolute;
    top: calc(50% - 1px);
    right: calc(100% + 1em);
}

@media screen and (max-width:736px) {
    .forCustomer{
        margin-bottom: 0;
    }
}