@charset "UTF-8";
/* CSS Document */
.kaisya_bg{
 /*   background-image: url("images/img1_03.jpg");
    background-repeat: no-repeat;
    background-position: right center;*/
}
.sub_contents_w-bg {
    width: 100%;
    background-color: hsla(0,0%,100%,0.4); 
    padding-top: 60px;
    padding-bottom: 60px;
}
/*経営理念*/
.sub_contents1 {

    
    }
.img_left45 {
    width: 60%;
    float: left;
    margin-right:3%;
}
.right_text {
    float: left;
    width: 35%;
    line-height: 3em;
}

/*------------------------------------------------
mobile
------------------------------------------------*/  

@media screen and (max-width: 768px){
    .sub_contents_w-bg {
    padding-top: 20px;
    padding-bottom: 30px;
}
    .img_left45 {
   float:none;
   width: 98%;
     margin-right: auto;
    margin-left: auto;
}
.right_text {
    float:none;
   width: 98%;
     margin-right: auto;
    margin-left: auto;
}
}

