@charset "UTF-8";
.partners_wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.partners_wrap {
		display: block;
	}
}
@media print, screen and (max-width: 1200px) {
	.partners_wrap {
		width: 100%;
		padding: 0 15px;
		margin: 0 auto;
	}
}
.partners_left {
	width: 22.6%;
}
@media screen and (max-width: 980px) {
	.partners_left {
		width: 30%;
	}
}
@media screen and (max-width: 767px) {
	.partners_left {
		width: 100%;
		margin: 0 0 28px;
	}
}
.partners_left h4.partners_h4 {
	padding: 12px;
	margin: 0;
	color: #224e9d;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.4705882353;
	letter-spacing: 0.05em;
	text-align: center;
	border-top: 1px solid #224e9d;
	border-bottom: 1px solid #224e9d;
}
@media screen and (max-width: 767px) {
	.partners_left h4.partners_h4 {
		background-color: #2d4d98;
		color: #fff;
		font-weight: 500;
		font-size: 18px;
		line-height: 1.4444444444;
		letter-spacing: 0.05em;
		border: 0;
		position: relative;
	}
}
@media screen and (max-width: 767px) {
	.partners_left h4.partners_h4:before {
		position: absolute;
		top: 50%;
		right: 23px;
		transform: translateY(-50%);
		display: block;
		content: '';
		width: 2px;
		height: 18px;
		background-color: #fff;
		transition: transform 0.2s;
	}
}
@media screen and (max-width: 767px) {
	.partners_left h4.partners_h4:after {
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		display: block;
		content: '';
		width: 18px;
		height: 2px;
		background-color: #fff;
	}
}
@media screen and (max-width: 767px) {
	.partners_left h4.partners_h4.active:before {
		transform: translateY(-50%) rotate(90deg);
	}
}
.partners_left h5 {
	padding: 4px 23px 6px;
	margin: 0 0 12px;
	background-color: #f1f4f9;
	color: #2d4d98;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.4705882353;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.partners_left h5 {
		background-color: unset;
		font-weight: 500;
		font-size: 18px;
		line-height: 1.4444444444;
		letter-spacing: 0.05em;
		position: relative;
	}
}
@media screen and (max-width: 767px) {
	.partners_left h5:before {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		display: block;
		content: '';
		width: 15px;
		height: 1px;
		background-color: #2d4d98;
	}
}
.partners_left .form_wrap {
	padding: 28px 0;
}
@media screen and (max-width: 767px) {
	.partners_left .form_wrap {
		display: none;
		padding: 15px 14px 23px;
		background-color: #f4f4f4;
	}
}
.partners_left .search_form {
	margin: 0 0 29px;
}
@media screen and (max-width: 767px) {
	.partners_left .search_form {
		margin: 0 0 10px;
	}
}
.partners_left .check_form ul {
	display: flex;
	flex-flow: row wrap;
	padding: 0;
	margin: 0 0 21px;
	list-style: none;
}
@media screen and (max-width: 767px) {
	.partners_left .check_form ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin: 0 0 12px;
	}
}
.partners_left .check_form ul li {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	margin-bottom: 9px;
	color: #505050;
	font-size: 15px;
	line-height: 1.4666666667;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.partners_left .check_form ul li {
		width: 46%;
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 1.4666666667;
		letter-spacing: 0.05em;
	}
}
.partners_left .check_form button[type='submit'] {
	border: 2px solid #2d4d98;
}
.partners_left .check_form button[type='submit']:hover {
	background-color: #fff;
	color: #2d4d98;
}
.partners_right {
	width: 72.5%;
}
@media screen and (max-width: 980px) {
	.partners_right {
		width: 68%;
	}
}
@media screen and (max-width: 767px) {
	.partners_right {
		width: 100%;
	}
}
.partners_right ul.index {
	display: flex;
	flex-flow: row wrap;
	gap: 5px;
	padding: 0 0 11px;
	margin: 0 0 9px;
	list-style: none;
	background-color: #fff;
	transition: transform 0.5s;
	position: relative;
}
@media screen and (max-width: 767px) {
	.partners_right ul.index {
		gap: 4.5px;
		padding: 0 0 4px;
		margin: 0;
	}
}
.partners_right ul.index.fixed {
	position: fixed;
	top: 0;
	z-index: 898;
	padding: 6px 5px 5px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	transform: translateY(90px);
}
@media print, screen and (max-width: 1200px) {
	.partners_right ul.index.fixed {
		transform: translateY(70px);
	}
}
@media screen and (max-width: 767px) {
	.partners_right ul.index.fixed {
		left: 10px;
		right: 10px;
		transform: translateY(50px);
	}
}
.partners_right ul.index li {
	width: 37px;
	height: 37px;
	background-color: #fff;
	border: 1px solid #2d4d98;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
	.partners_right ul.index li {
		width: 39px;
		height: 39px;
	}
}
.partners_right ul.index li a {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #2d4d98;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
}
.partners_right ul.index li a:hover {
	background-color: #2d4d98;
	color: #fff;
}
.partners_right ul.index li.active {
	background-color: #2d4d98;
	color: #fff;
}
.partners_right ul.index li.active a {
	color: #fff;
}
.partners_right section {
	padding: 10px 25px 46px 30px;
	background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
	.partners_right section {
		padding: 10px 15px;
	}
}
.partners_right section {
	margin-top: 20px;
}
.partners_right section h4 {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 25px;
	line-height: 2;
	letter-spacing: 0.03em;
	color: #2d4d98;
}
@media screen and (max-width: 767px) {
	.partners_right section h4 {
		font-weight: 700;
		font-size: 21px;
		line-height: 1.1428571429;
		letter-spacing: 0.03em;
	}
}
.partners_right section ul {
	display: flex;
	flex-flow: row wrap;
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.partners_right section ul li {
	width: calc((100% - 14px) / 2);
	background-color: #fff;
	border-radius: 5px;
}
@media screen and (max-width: 980px) {
	.partners_right section ul li {
		width: 100%;
	}
}
.partners_right section ul li a {
	background: url('../media/images/common/arrow_button.svg') no-repeat right 14px top 14px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px 12px 41px;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 5px;
	transition: border 0.2s;
	position: relative;
}
@media screen and (max-width: 767px) {
	.partners_right section ul li a {
		padding: 12px 14px 40px;
	}
}
.partners_right section ul li a:after {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	background-image: url('../media/images/common/yamagata/arrow02.svg');
	background-size: cover;
}
@media print, screen and (min-width: 768px) {
	.partners_right section ul li a:hover {
		border-color: #2d4d98;
	}
}
.partners_right section ul li a img {
	width: 150px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 7px;
}
.partners_right section ul li a h5 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	margin: 0 0 15px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.partners_right section ul li a h5 {
		font-weight: 700;
		font-size: 15px;
		line-height: 1.4666666667;
		letter-spacing: 0;
		margin: 0 0 9px;
	}
}
.partners_right section ul li a p {
	margin: 0;
}
.partners_right section ul li a p.outline {
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #505050;
	display: none;
}
@media screen and (max-width: 767px) {
	.partners_right section ul li a p.outline {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.5714285714;
		letter-spacing: 0;
	}
}
.partners_right section ul li a p.category {
	position: absolute;
	left: 50%;
	bottom: 17px;
	transform: translateX(-50%);
	width: calc(100% - 24px);
	padding: 2px 11px;
	background-color: #2d4d98;
	color: #fff;
	font-size: 14px;
	line-height: 1.4285714286;
	letter-spacing: 0;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
	.partners_right section ul li a p.category {
		font-size: 13px;
		line-height: 1.4615384615;
		letter-spacing: 0;
	}
}
.partners_right section ul li a p.category span.booth:before {
	display: inline-block;
	content: '｜';
	margin: 0 3px;
}
