.section__wrapper--worry--01 .content__list--vertical{
	justify-content: center;
	gap: 25px;
}
	.content__items--worry--01{
		width: 208px;
		border: 1px solid var(--page-main-color);
		background-color: #fff;
	}
	.content__items__inner--worry--01{
		padding: 30px 23px;
	}
		.content__img--worry--01{
			width: 90px;
			height: 90px;
			margin: 0 auto 15px;
		}
		.content__items--worry--01 .content__img--worry--01 img{
			border-radius: 50%;
			object-fit: cover;
		}
			.content__img--worry--01{
				border-radius: 50%;
			}
			.content__subttl--worry--01{
				margin-bottom: 12px;
			}

@media screen and (max-width: 1080px){
    .section__wrapper--worry--01 .section__ttl{
        margin-bottom: 5.333vw;
    }
    .section__wrapper--worry--01 .content__list--vertical{
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 4vw;
    }
        .content__items--worry--01{
            width: 100%;
            border: 1px solid #DBDBDB;
            background-color: #fff;
        }
        .content__items__inner--worry--01{
            display: flex;
            align-items: center;
            gap: 4.267vw;
            padding: 5.333vw 5.333vw 4.833vw;
        }
            .content__img--worry--01{
                width: 18.667vw;
                height: 18.667vw;
                margin: 0;
                flex-shrink: 0;
            }
            .section__wrapper--worry--01 .content__description--worry--01{
                flex: 1;
                color: #333;
                font-size: 4.533vw;
                font-weight: 400;
                line-height: 1.5;
            }
}