@charset "utf-8";
/*
--------------------------------------------
CSR

csrInnerWrap
csrTextWrap
csrImgWrap
--------------------------------------------*/


/*
csrInnerWrap
--------------------------------------------*/
.csrInnerWrap {
    padding-bottom: 80px;
    border-bottom: 1px solid #ddd;
}

/*
csrTextWrap
--------------------------------------------*/
.csrTextWrap .ttl {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.7;
}
.csrTextWrap .text{
    font-weight: normal;
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .csrTextWrap .ttl {
        font-size: 18px;
    }
    .csrTextWrap .text{
        font-size: 14px;
    }
}


/*
csrImgWrap
--------------------------------------------*/
.csrImgWrap {
    width: 100%;
}