.svcSoluTitle{
    font-size: 3rem;
    letter-spacing: 1rem;
    
}

.soluTip{}

.soluTipInner{
    width: 100%;
    display: flex;
    border: 1px solid green;
    margin: 1rem auto;
    border-radius: 1rem;
    padding: 1rem;
 justify-content: center;
  align-items: center;
}

.soluTip img.tipImg{
    flex: 0 0 40%;
    max-width: 40%;
    width: fit-content;
}

.soluTip img.tipImg+p{
    padding-top: 0.75rem;
}

#tsuyomiBack{
    background: url(../img/services/tsuyomi_back.svg);
  /*background-size: cover;*/
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
    padding: 4rem 1rem 1.5rem 1rem;
    width: fit-content;
    margin: auto 0 auto auto;
}

small.greenTitle{
    padding:0.5rem 2rem;
}

#tsuyomiBackWrap{
    /*position: relative;*/
    margin-top: -2rem;
}

.cpBanner{
    border: 1px solid #ccc;
    padding: 1rem;
    margin: 1rem auto;
    max-width: 18rem;
}

@media screen and (max-width: 768px) {

    #linksTitle,
    #mainTitle{
        height: 5rem;
        width: auto !important;
    }
    small.greenTitle {
        padding: 0.5rem 2rem;
        margin: 1rem auto;
        display: inline-block;
    }
    #baikyaku,
    #souzoku{
        padding-top: 4rem;
    }
    
    .soluTip {
        width: 50%;
        flex: 0 0 50%;
    font-size: 0.75rem;
    }
    .soluTipInner{ 
        padding: 6px; 
        margin: 0.5rem auto;
        min-height: 7rem;

    }
    .soluTip img.tipImg+p {
        /*padding-top: 0.75rem;*/
        margin: auto;
        padding: 0.5rem 0;
    }
    
    .tipsWrap{
        align-items: stretch;
    }
    .linkExp{ font-size: 0.8rem; }
    
    #tsuyomiBack{
        margin: 2rem auto auto auto;
        font-size: 11px;
    }
}