/*ーー　ヘッダー画像部分　ーー*/
#titlelead{
    background:url(../img/strength/headerbg.jpg);
    width: 100%;
    height: 350px;
    color: #fff;
    position: relative;
    display: block;
}

#titlelead #title01{
    position: absolute;
    top:16px;
    left:30px;
    margin: 1em 0 1em 0;
    font-size: 1.8em;
    line-height: 50px;
}
#titlelead #title02{
    position: absolute;
    top:63px;
    left:30px;
    font-size: 42px;
    line-height: 50px;
}
#titlelead #title03{
    position: absolute;
    top: 230px;
    left: 30px;
    font-size: 1.5em;
    letter-spacing: -0.08em;
}
#titlelead #title04{
    position: absolute;
    top: 50px;
    left:600px;
}


.strength-list{
    padding-top:65px;
}
.strength-list ul{
    margin:0 0 70px 0;
}
.strength-list h3{
    font-size: 1.8em;
    letter-spacing: -0.1em;
}

.img_right{
    float: right;
}
.img_left{
    float: left;
}
.img_box{
    width:100%;
    background: #ededed;
}
.img_box div{
    width: 43.75%;
    padding: 50px 30px 0 30px;
}
.img_box img{
    width: 50%;
    margin: 0;
    padding: 0;
}


.img_box:after,.topic_box:after{
  content: " ";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.thirtyyearsexperiences#own-factory{
    background:url(../img/strength/strength-blue-bg.jpg);
}


h2#hi-quo{
    padding:80px 0;
    font-size: 2.5em;
    text-align: center;
}
h3.top3{
    display: block;
    padding:0 0 0 0;
    font-weight: normal;
    font-size: 2.0em;
    height: 2em;
}
p.top3{
    padding: 50px 0 0 0;
}

h3.one-line{
    padding: 13px;
    height:1em;
    
}



.strength2{
    padding: 80px 0 0 0;

}
.topic_box{
    width:100%;
}

.topic_box_left{
    float: left;
    width: 410px;
    padding: 0 35px;
    margin: 0;
}

table#checklist{
    width: 480px;
    margin: 0 0 60px 0;
}
table#checklist tr{
        margin: 0;
    background: #fff;
}
table#checklist tr.odd{
    background: #efefef;
}
table#checklist td{
    height: 50px;
    width: 160px;
    text-align: center;

}


p.hoyu-cap{
    line-height: 1em;
    margin: 0;
    padding: 0 0 5px 0;
    letter-spacing: -0.1em;
    font-weight: bold;
}
h2.hoyu{
    font-size: 2.0em;
    line-height: 1.5em;
    margin: 0;
    padding: 0 0 45px 0;
    letter-spacing: -0.1em;
}

p.hoyu-p{
    line-height: 1.4em;
    letter-spacing: -0.05em;
    text-align: justify;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 500px) and (max-width: 799px){
.img_box{
    margin-bottom: 10px;
  }
.img_box img{
    width: 50%;
    margin-top: 5%;
    padding: 0;
} 
.img_box div{
    width: 43.75%;
    padding: 5.2% 0 0 3.125%;
}
    
.topic_box_left{
        width: 96%;
        padding: 0 2% 50px 2%;
    }
    table#checklist{
        width: 100%;
    }
    table#checklist td{
        width: 33%;
    }
    
}
@media screen and (max-width:499px){
    
    .img_box{
    width:100%;
    padding: 0 auto;
    }
    .img_box div{
    width: 97%;
    padding:20px 5px;
    }
    .img_box img{
        width: 100%;
    }
    .img_left { float: none; }
    .img_right{ float:none; }   
    .thirtyyearsexperiences#own-factory{
    background:url(../img/strength/strength-blue-bg-sp.jpg) bottom center;
    }
    .topic_box_left{
        width: 96%;
        padding: 0 2% 50px 2%;
    }
    table#checklist{
        width: 100%;
    }
    table#checklist td{
        width: 33%;
    }
    
}


