@charset "utf-8";

	.flow-works__item {
		display: flex;
		flex-direction: column;
	}

	.flow-works_link{
		display: flex;
		justify-content: space-between;
		padding: 0 1.25rem;
		margin-top: 20px;
		flex-wrap: wrap;
		margin-top: auto;
	}
	
	.flow-works_link_box {
		width: 49%;
		margin-top: 10px;
	}
	
	.flow-works_link_box a {
		display: flex;
		background: #E2EAEF;
		border-radius: 100px;
		justify-content: space-between;
		align-items: center;
		padding: 6px;
	}
	
	.flow-works_thumb img {
		width: 60px;
		height: 60px;
		object-fit: cover;
		border-radius: 60px;
	}
	
	.flow-works_thumb {
		margin-right: 15px;
	}
	
	.flow-works_name {
		margin-right: auto;
		color: #042D84;
		line-height: 1;
		font-family: "noto-sans-jp-medium", sans-serif;
	}
	
	.flow-works_name h4 {
		font-size: 1.2rem;
		font-weight: 500;
		margin-bottom: 3px;
	}
	
	.flow-works_name span {
		font-size: 0.7rem;
		font-weight: 500;
	}
	
	.flow-works__item-text {
		margin-bottom: 20px;
	}

@media screen and (min-width: 768px) {
	
	
}

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