@media screen and (max-width: 389px) {
	.team-ms {
		width: 100%;
		height: max-content;
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
		margin-bottom: 24px;
	}

	.title-bar {
		background: linear-gradient(to right,
				/* 角度を指定。例: 左から右へのグラデーション */
				rgba(100, 21, 185, 0.8) 0%,
				rgba(70, 75, 180, 0.85) 100%),
			linear-gradient(to top,
				/* 半透明レイヤーを重ねる */
				rgba(255, 255, 255, 1) 0%,
				rgba(255, 255, 255, 1) 100%);
		width: 100%;
		height: max-content;
		color: #FFFFFF;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 15px 0px 15px 0px;
	}

	.title-bar-text-small {
		font-size: 15px;
		font-weight: 700;
		margin: 0;
	}

	.title-bar-text-large {
		font-size: 21px;
		font-weight: 700;
		letter-spacing: 1.2px;
		text-decoration: underline;
		text-decoration-color: rgba(255, 243, 138, 1);
		text-decoration-thickness: 3px;
		text-underline-offset: 10px;
		padding-bottom: 10px;
		margin: 0;
		padding: 10px 0px 10px 0px;
	}

	.team-ms-img {
		width: 320px;
		height: auto;
	}

	.team-ms-merit-message {
		font-size: 20px;
		font-weight: 700;
		text-align: left;
	}

	.team-ms-merit-message span {
		color: rgba(97, 33, 161, 1);
	}

	.backup-message {
		font-size: 18px;
		font-weight: 500;
	}
}