@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*================== ○○○○.html =================*/
.carten-con02{
    align-items: stretch!important;
}
.carten-con02>.box{
    display: flex;
    align-items: center;
    padding: 80px 8px;
} 
.carten-con02 img{
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.merit li{
    display: block!important;     
    position: relative;
    padding-left: 1.4em;
    line-height: 1.2;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
.merit li:before{
    position: absolute;
    width: 16px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex!important;
    align-items: center;
}
.merit2 li{
    border-bottom: 1px dotted #aaa;
    padding: 4px 2px;
}
#header .flxR .left{
    display: flex;
    align-items: center;
}
.telinfo{
    padding-left: 8px;
}
.telinfo span{
    display: block;
    text-align-last: left;
    font-size: 15px;
    line-height: 1.2;
    
}
@media only screen and (max-width: 834px){
    .carten-con02>.box{
        padding: 0px 8px;
    } 
}
@media screen and (min-width: 640px) and (max-width: 834px){
}
@media only screen and (max-width: 640px){
}