@charset "UTF-8";
/*---------------取扱メーカー*/
.manufacturer {
	overflow-x: hidden;
}
.manufacturer .section_inner.w960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.manufacturer .section-heading {
	margin-bottom: 3em;
}
.manufacturer .section-heading.heading_text {
	margin-bottom: 5em;
}
.manufacturer .section-heading h2 {
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: normal;
	text-align: center;
	color: #565656;
}
.manufacturer .list_m ul {
	display: flex;
	flex-wrap: wrap;
}
.manufacturer .list_m ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.manufacturer .list_m ul li:nth-child(3n) {
	margin-right: 0;
}
.manufacturer .list_m ul li a {
	display: block;
	color: #1e73be;
	font-size: 1.5rem;
	padding-left: 1.5em;
	position: relative;
	transition: .3s;
}
.manufacturer .list_m ul li a:hover {
	opacity: .5;
}
.manufacturer .list_m ul li a::before {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-right: 1px solid #1e73be;
	border-bottom: 1px solid #1e73be;
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 0.7em;
}
@media screen and (max-width: 768px) {
	.manufacturer .section-heading.heading_text {
		margin-bottom: 3em;
	}
	.manufacturer .section-heading h2 {
		font-size: 2.4rem;
		text-align: left;
	}
	.manufacturer .list_m ul {
		justify-content: space-between;
	}
	.manufacturer .list_m ul li,
	.manufacturer .list_m ul li:nth-child(3n) {
		width: 48%;
		margin-right: 0;
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 480px) {
	.manufacturer .section-heading.heading_text {
		margin-bottom: 2em;
	}
	.manufacturer .section-heading h2 {
		font-size: 2rem;
	}
	.manufacturer .list_m ul {
		flex-direction: column;
	}
	.manufacturer .list_m ul li,
	.manufacturer .list_m ul li:nth-child(3n) {
		width: 100%;
	}
	.manufacturer .list_m ul li a {
		font-size: 1.4rem;
	}
}

.manufacturer .pay .pay_box {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px dashed #dddddd;
}
.manufacturer .pay .pay_box .title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	/*color: #3ba5f0;*/
	padding-bottom: 0.5em;
	margin-bottom: 1.4em;
	/*border-left: 5px solid #3ba5f0;*/
	position: relative;
}
.manufacturer .pay .pay_box .title::after {
	content:  "";
	display: block;
	width: 60px;
	height: 1px;
	background-color: #3ba5f0;
	position: absolute;
	left: 0;
	bottom: 0;
}
.manufacturer .pay .pay_box .note {
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.manufacturer .pay .pay_box .title {
		font-size: 1.8rem;
	}
	.manufacturer .pay .pay_box .title::after {
		width: 50px;
	}
	.manufacturer .pay .pay_box .note {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 480px) {
	.manufacturer .pay .pay_box .title {
		font-size: 1.6rem;
	}
}


