.affiliated-orgs-main h3 {
	color: #755f5d;
	font-size: .21rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.9;
	margin-bottom: 110px;
}
.affiliated-orgs__link-container h4 {
	font-size: .24rem;
	font-weight: 500;
	text-align: center;
	position: relative;
	width: fit-content;
	padding-left: 30px;
	margin: 0 auto 25px;
}
.affiliated-orgs__link-container h4::before {
	content: "";
	display: block;
	background-image: url(../images/hishigata.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 18px;
	height: 23px;
	left: 0;
	top: 8px;
}
.affiliated-orgs__link--list {
	display: flex;
	color: #000;
	text-decoration: none;
	border-bottom: dotted 3px;
	padding: 27px 15px;
}
.affiliated-orgs__link--list:last-of-type {
	border-bottom: none;
}
.affiliated-orgs__link--img {
    width: 18%;
    margin-right: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.affiliated-orgs__link--img img {
    width: auto;
    max-height: 87px;
    max-width: 108px;
}
.affiliated-orgs__link-name {
	font-size: .18rem;
	font-weight: 500;
	margin-bottom: 8px;
}
.affiliated-orgs__link-lead {
	font-size: .14rem;
	color: #F49C13;
}
.affiliated-orgs__link--wrap {
	width: 780px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	border-top: solid 2px;
}
.affiliated-orgs__link-container {
	margin-bottom: 70px;
}
.affiliated-orgs__link-container:last-of-type {
	margin-bottom: 148px;
}
.affiliated-orgs__link--text {
    width: 87%;
}


@media screen and (max-width:844px) {
	.affiliated-orgs-main h3 {
		font-size: .18rem;
		margin-bottom: 70px;
	}
	.affiliated-orgs__link-container h4 {
		font-size: .21rem;
		text-align: left;
		margin: 0 auto 10px;
	}
	.affiliated-orgs__link-container h4::before {
		top: 5px;
		/* transform: translateY(-50%) rotate(45deg); */
	}
	.affiliated-orgs__link--list {
		padding: 20px 0px;
		justify-content: flex-end;
	}
	.affiliated-orgs__link-name {
		font-size: .17rem;
		margin-bottom: 6px;
	}
	.affiliated-orgs__link--wrap {
		padding: 0px 10px;
	}
    .affiliated-orgs__link--img {
        width: 80px;
        margin-right: 17px;
    }
	.affiliated-orgs__link--text {
		width: 70%;
	}
	.affiliated-orgs__link-container {
		margin-bottom: 90px;
	}
	.affiliated-orgs__link-container:last-of-type {
		margin-bottom: 100px;
	}
	.affiliated-orgs__link--list {
		border-bottom: dotted 2px;
	}
	.affiliated-orgs__link--list:last-of-type {
		border-bottom: dotted 2px;
	}
	.affiliated-orgs__link--img img {
		width: 100%;
	}
}