
@charset "UTF-8";

/*------------------こんなお悩み解消します！調整------------------*/
#top_worries + div .content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#top_worries + div .content_wrapper a {
    position: relative;
    min-width: 400px;
}
#top_worries + div .content_wrapper a:before {
    content: '';
    background-image: url(/common/upload_data/aikou-kikakucom/image/20240423113320.png);
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 13px;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    opacity: 1;
}
#top_worries + div .content_wrapper a span {
    text-align: left;
    margin-left: 30px;
}
@media screen and (max-width: 500px) {
#top_worries + div .content_wrapper a {
    min-width: 90%;
    width: 90% !important;
}
}