@charset "utf-8";

.lp-columns02__box {
	background-color: #f5fbff;
	border-radius: 5px;
	padding: 20px;
}
.lp-columns02__box--text {
	font-weight: 500;
	color: #116fa1;
	padding-left: 170px;
	position: relative;
	&::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: -30px;
		width: 155px;
		height: 160px;
		background: url(../img/img-man-pc.png) no-repeat center center;
	}
}
.lp-columns02__columns{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 750px) {
    .lp-columns02__image {
        width: 250px;
        margin: 0 auto 20px;
    }
    .lp-columns02__box {
        padding: 20px 10px;
        overflow: hidden;
    }
    .lp-columns02__box--text {
        padding-left: 73px;
        &::before {
            left: -23px;
            top: 50%;
            transform: translateY(-50%);
            width: 93px;
            height: 100px;
            background: url(../img/img-man-sp.png) no-repeat center center/contain;
        }
    }
    .lp-columns02__columns{
        flex-direction: column-reverse;
    }
    .lp-columns02__columns--image{
        width: 182px;
        margin: 0 auto 20px;
    }
}