/**************************************************************************************************************

    仕事内容 / Service

**************************************************************************************************************/

@media screen and (max-width:639px){
    
    
    #ServiceBox{ padding: 0 0 0 0; }

    #ServiceBoxInner{
        background-color: #ffffff;
        margin: 0 auto 30px auto;
        overflow: hidden;
        display: table;
        table-layout: fixed;
    }
    
    
    .Service-Block dl:nth-child(odd){
        clear: both;
    }
    
    .Service-Block dl:nth-child(even){
        float: right;
    }
    
    .Service-Block dl.service{
        padding: 0 2%;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    
    .Service-Block dl.service dt{
        text-align: center;
        vertical-align: top;
    }
    
    .Service-Block dl.service dl.title dt img{
        height: 70px;
    }
    
    .Service-Block dl.service dd{
        vertical-align: top;
        font-size:12px;
        line-height: 20px;
    }
    
    
    .Service-Block dl.service dl.title{
        display: table;
        width: 100%;
    }
    
    
    .Service-Block dl.service dl.title dt{
        display: table-cell;
        width: 90px;
        text-align: center;
    }
    
    .Service-Block dl.service dl.title dd{
        display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 40px;
    padding-left: 10px;
    text-align: left;
    }
    .Service-Block dl.service dl.title dd ._eng{
        display: block;
        font-size: 12px;
    border-top: #cccccc 1px dotted;
    display: block;
    text-align: right;
    }
    
    .Service-Block dl dt span{
        font-size: 16px;
    }
    .Service-Block dl dd span.other{
        display: block;
        margin-top: 7px;
        font-size: 12px;
        padding: 5px 20px;
        border: #333333 1px dotted;
      border-radius: 5px;
    }
    .Service-Block dl dd span.other strong{
        display: block;
    }
    
    .Other-Block{ margin: 0 10px; }
    
    .Other-Block p.text{
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
        line-height: 24px;
    }
    
    
    
    .Other-Block ul{
        padding: 1%;
    border: 1px solid #f0f1f5;
    background: #fff;
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
        margin-bottom: 10px;
    
    }
    
    
    
}




@media screen and (min-width:640px){
    
    #ServiceBox{
        padding: 0 0 0 0;
    }

    #ServiceBoxInner{
        width: 980px;
        background-color: #ffffff;
        margin: 30px auto 30px auto;
        overflow: hidden;
        display: table;
        table-layout: fixed;
    }
    
    .Service-Block{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
        padding-bottom: 30px;
    }    
    
    
    .Service-Block dl:nth-child(odd){
        clear: both;
    }
    
    .Service-Block dl:nth-child(even){
        float: right;
    }
    
    .Service-Block dl.service{
        width: 45%;
        padding: 0 2%;
        float: left;
        margin-top: 30px;
        padding-bottom: 30px;
        border-bottom: #cccccc 1px solid;
    }
    
    .Service-Block dl.service dt{
        text-align: center;
        vertical-align: top;
        margin-bottom: 20px;
    }
    
    .Service-Block dl.service dd{
        vertical-align: top;
    }
    
    
    .Service-Block dl.service dl.title{
        display: table;
        width: 100%;
    }
    
    
    .Service-Block dl.service dl.title dt{
        display: table-cell;
        width: 130px;
        text-align: center;
    }
    
    .Service-Block dl.service dl.title dd{
        display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    padding-left: 10px;
    text-align: left;
    }
    .Service-Block dl.service dl.title dd ._eng{
        display: block;
        font-size: 16px;
    border-top: #cccccc 1px dotted;
    display: block;
    text-align: right;
    }
    
    /*
    .Service-Block dl.service01 dt span{
        background: url(../images/top/Ability01.svg) no-repeat 20% 50%;
        background-size: auto 100px;
        
    }
    .Service-Block dl.service02 dt{
        background: url(../images/top/Ability04.svg) no-repeat 50% 50%;
        background-size: auto 100px;
        
    }
    .Service-Block dl.service03 dt{
        background: url(../images/top/Ability02.svg) no-repeat 50% 50%;
        background-size: auto 100px;
        
    }
    */
    
    .Service-Block dl dt span{
        font-size: 24px;
    }
    .Service-Block dl dd span.other{
        display: block;
        margin-top: 7px;
        font-size: 12px;
        padding: 5px 20px;
        border: #333333 1px dotted;
      border-radius: 5px;
    }
    .Service-Block dl dd span.other strong{
        display: block;
    }
    
    /*
    .Service-Block dl{
*/
    
    .Other-Block p.text{
        text-align: center;
        padding: 30px 0;
    }
    
    
    
    .Other-Block ul{
    position: relative;
        padding: 1%;
    width: 30%;
    border: 1px solid #f0f1f5;
    background: #fff;
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
    
    }

}



