/*============================
MV
============================*/
#mv {
	background-image: url(../img/union_bg.jpg);
}

/*============================
組合について
============================*/
#about_union {
	padding-bottom: 1.00rem;
}

#about_union .lead {
	font-size: 0.18rem;
	line-height: 2;
	letter-spacing: 0.075em;
	text-align: center;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#about_union .lead {
		font-size: 0.14rem;
		line-height: 1.85;
		text-align: left;
	}
}

#about_union .union_table_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#about_union .union_table_wrap {
		padding-bottom: 0.20rem;
	}
}

#about_union .union_table_wrap .ph_wrap {
	width: 25%;
}

@media screen and (max-width: 599px) {
	#about_union .union_table_wrap .ph_wrap {
		width: 70%;
		margin: 0 auto 0.20rem;
	}
}

#about_union .union_table_wrap table {
	width: 70%;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	line-height: 1.5;
}

@media screen and (max-width: 599px) {
	#about_union .union_table_wrap table {
		width: 100%;
		font-size: 0.14rem;
		line-height: 1.5;
	}
}

#about_union .union_table_wrap table.w100 {
	width: 100%;
}

#about_union .union_table_wrap table th {
	text-align: left;
	width: 1.50rem;
	font-weight: 400;
	border-bottom: 1px solid #CCC;
	padding: 0.15rem 0;
}

@media screen and (max-width: 599px) {
	#about_union .union_table_wrap table th {
		width: 0.80rem;
	}
}

#about_union .union_table_wrap table td {
	text-align: left;
	font-weight: 400;
	border-bottom: 1px solid #CCC;
	padding: 0.15rem 0;
}

#about_union .union_table_wrap table td a {
	color: #111;
}

#about_union .union_table_wrap table td a:hover {
	color: #E62413;
}

#about_union .union_table_wrap table td a.tel {
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	#about_union .union_table_wrap table td a.tel {
		text-decoration: underline;
	}
}

/* MAP */
#about_union .union_map {
	width: 100%;
	height: 5.00rem;
}

@media screen and (max-width: 599px) {
	#about_union .union_map {
		height: 2.00rem;
	}
}

#about_union .union_map iframe {
	width: 100%;
	height: 100%;
}

/*============================
各地域の組合
============================*/
#about_union_list {
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
	#about_union_list {
		padding-bottom: 0.20rem;
	}
}

#about_union_list .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.30rem;
}

#about_union_list .list .detail {
	width: 50%;
	box-sizing: border-box;
	padding: 0 0.30rem 0.60rem;
	margin-top: 0.20rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#about_union_list .list .detail {
		width: 100%;
	}
}

#about_union_list .list .detail .title {
	font-size: 0.24rem;
	font-weight: 700;
	padding-bottom: 0.25rem;
}

@media screen and (max-width: 599px) {
	#about_union_list .list .detail .title {
		font-size: 0.18rem;
	}
}

#about_union_list .list .detail .more_btn {
	width: 2.00rem;
	position: absolute;
	top: -0.05rem;
	right: 0.30rem;
}

@media screen and (max-width: 599px) {
	#about_union_list .list .detail .more_btn {
		width: auto;
		top: -0.06rem;
	}
}

#about_union_list .list .detail .more_btn a {
	display: block;
	line-height: 0;
	padding: 0.17rem 0.20rem 0.19rem 0;
	color: #FFF;
	text-align: center;
	border-radius: 0.05rem;
	text-decoration: none;
	font-size: 0.14rem;
	background-color: #111;
	position: relative;
}

@media screen and (max-width: 599px) {
	#about_union_list .list .detail .more_btn a {
		padding: 0.15rem 0.25rem 0.17rem 0.10rem;
		font-size: 0.13rem;
	}
}

#about_union_list .list .detail .more_btn a:hover {
	background-color: #E62413;
}

#about_union_list .list .detail .more_btn a::after {
	content: "";
	width: 0.20rem;
	height: 0.10rem;
	background-image: url(../common/img/icon_right_bold_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.10rem;
	top: 50%;
	transform: translateY(-50%);
}

#about_union_list .list .detail .more_btn a span::after {
	content: "はこちら";
}

@media screen and (max-width: 599px) {
	#about_union_list .list .detail .more_btn a span::after {
		content: none;
	}
}

#about_union_list .list .detail .union_table_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	font-size: 0.15rem;
	letter-spacing: 0.075em;
	line-height: 1.5;
}

@media screen and (max-width: 599px) {
	#about_union_list .list .detail .union_table_wrap table {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
	}
}

#about_union_list .list .detail .union_table_wrap table th {
	text-align: left;
	width: 1.20rem;
	font-weight: 400;
	border-bottom: 1px solid #CCC;
	padding: 0.10rem 0;
}

@media screen and (max-width: 599px) {
	#about_union_list .list .detail .union_table_wrap table th {
		width: 0.90rem;
	}
}

#about_union_list .list .detail .union_table_wrap table td {
	text-align: left;
	font-weight: 400;
	border-bottom: 1px solid #CCC;
	padding: 0.10rem 0;
}

#about_union_list .list .detail .union_table_wrap table td a {
	color: #111;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	#about_union_list .list .detail .union_table_wrap table td a {
		text-decoration: underline;
		font-weight: 500;
	}
}
