@charset "UTF-8";


/*============================
	thought__contents 
============================*/
.thought__contents {
    padding-bottom: 0;
    background: url(../img/thought/thought_obj.png) no-repeat left bottom/60%;
}

.thc__ttl {
    & img {
        position: absolute;
        width: 80px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.thou__txtwrap {
    width: 48%;
}

.thc__img {
    width: 50%;
}

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

    .thc__ttl {
        & img {
            width: 60px;
        }
    }

    .thou__txtwrap {
        width: 48%;
    }

    .thc__img {
        width: 50%;
    }
}

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

    .thc__ttl {
        .txt {
            line-height: 1.5;
        }

        & img {
            width: 60px;
        }
    }

    .thou__txtwrap {
        width: 100%;
        margin-bottom: 40px;
    }

    .thc__img {
        width: 100%;
    }

    .thc__lead {
        text-align: center;
    }
}