@charset "utf-8";



/* -------------------------------------------------------------
    トラブル解決
-------------------------------------------------------------- */
.trouble-area .trouble-list .solution p {
	position: relative;
	padding-left: 15px;
}

.trouble-area .trouble-list .solution p::before {
    position: absolute;
    top: 20px;
    left: -3px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #0F75BC;
    display: block;
}

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

@media screen and (max-width: 768px) {
	.trouble-area .trouble-list .solution {
        min-height: 250px;
    }
	
	.trouble-area .trouble-list .solution p::before {
		top: 10px;
	}
	
}







