@charset "utf-8";

/*----------------------------------------
さくらねこ♥ＴＮＲとはページ
----------------------------------------*/
.aboutTRNFlow {
    margin-bottom: 26px;
}
.unit-aboutTRN {
    padding-left: 150px;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
}
.trap {
    position: relative;
}
.flowImage {
    position: absolute;
    right: 0;
}
.neuter ul {
    background-image: url(../img/bg_trn_flow_02.jpg);
    background-color: transparent;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.unit-aboutTRN .title {
    font-size: 16px;
    font-weight: bold;
    color: inherit;
}
.trap {
    min-height: 132px;
    background-image: url(../img/trn_flow_01.jpg);
}
.neuter {
    min-height: 132px;
    background-image: url(../img/trn_flow_02.jpg);
}
.return {
     min-height: 111px;
    background-image: url(../img/trn_flow_03.jpg);
}
.unit-aboutTRN dt {
    float: left;
    line-height: 1.8;
}
.unit-aboutTRN dd {
    /*padding-left: 30px;*/
}

.btn-stl a {
    padding-top: 15px;
    padding-bottom: 15px;
}


@media (max-width: 450px) {
    .unit-aboutTRN {
        padding-left: 0;
    }

    .trap, .neuter, .return {
        background-position: left bottom;
        background-size: 30%;
    }

    .flowImage {
        zoom: 0.7;
    }
}

.flowImage {
    top: -150px;
}

@media (min-width: 690px) {
    .flowImage {
        top: -60px;
    }
}

@media (min-width: 768px) {
    .flowImage {
        top: -130px;
    }
}

@media (min-width: 910px) {
    .flowImage {
        top: -90px;
    }
}

@media (min-width: 1040px) {
    .flowImage {
        top: -60px;
    }
}