@charset "utf-8";
.maker_col {
		display: flex;
		align-items: flex-start;
		margin: 0 0 60px
}
.maker_logo {
		width: 242px;
		margin-right: 30px;
		border-radius: 6px;
		border: 1px solid #dcdcdc;
		overflow: hidden;
}
.maker_caption {
		flex: 1;
}
.maker_logo img {
		box-sizing: border-box;
		width: 100%;
		height: auto;
		transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		.maker_logo a:hover img {
				transform: scale(1.1);
		}
}
.maker_caption_hdr {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 35px;
}
.maker_caption_hdr h4 {
		font-size: 24px;
		font-weight: 600;
		padding: 0;
}
.maker_caption_hdr p {
		font-size: 13px !important;
}
.maker_caption_hdr p a {
		color: #14b46e;
		text-decoration: none;
		padding-right: 20px;
		position: relative;
		display: inline-block;
}
.maker_caption_hdr p a::before, .maker_caption_hdr p a::after {
		content: '';
		display: block;
		position: absolute;
		width: 6px;
		height: 6px;
}
.maker_caption_hdr p a::before {
		border: 1px solid #14b46e;
		right: 2px;
		top: calc(50% - 3px);
}
.maker_caption_hdr p a::after {
		border-top: 1px solid #14b46e;
		border-right: 1px solid #14b46e;
		right: 0px;
		top: calc(50% - 5px);
}
.maker_caption_hdr p a span {
		position: relative;
		z-index: 1;
}
.maker_caption_hdr p a span::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -3px;
		left: 0;
		width: calc(100% + 20px);
		height: 1px;
		background: #14b46e;
		transform-origin: right center;
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.maker_caption_hdr p a:hover span::after {
		transform: scaleX(0);
}
.maker_caption p {
		font-size: 16px;
		line-height: 1.8;
}
.maker_hd {
		font-size: 36px;
		font-weight: 600;
		margin: 160px 0 45px;
}
table.maker_contact {
		width: 100%;
		border-collapse: collapse;
}
table.maker_contact th, table.maker_contact td {
		border-bottom: 1px solid #dcdcdc;
		padding-top: 36px;
		padding-bottom: 36px;
		line-height: 2.0;
}
table.maker_contact tr th:first-child, table.maker_contact tr td:first-child {
		padding-left: 25px;
}
table.maker_contact th {
		color: #14b46e;
		font-weight: 600;
		text-align: left;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
}
table.maker_contact td {
		font-size: 16px;
}
.rate20 {
		width: 20%;
}
.rate25 {
		width: 25%;
}
.rate30 {
		width: 30%;
}
.rate40 {
		width: 40%;
}
@media(max-width: 840px) {
		.second_wrap {
				padding: 0 40px;
		}
}
@media(max-width: 767px) {
		.second_wrap {
				padding: 0 20px;
		}
		.maker_col {
				display: block;
				margin: 0 0 60px;
		}
		.maker_logo {
				width: 100%;
				margin: 0 0 10px;
				box-sizing: border-box;
				display: flex;
				justify-content: center;
		}
		.maker_logo img {
				display: block;
				width: 60%;
				margin: 0 auto;
		}
		.maker_caption_hdr {
				display: block;
				margin: 0 0 30px;
		}
		.maker_caption_hdr h4 {
				font-size: 24px;
				margin: 0 0 15px;
		}
		.maker_hd {
				font-size: 24px;
				font-weight: 600;
				margin: 120px 0 30px;
		}
		.maker_contact_wrap {
				border-top: 1px solid #dcdcdc;
		}
		table.maker_contact tr th:first-child, table.maker_contact tr td:first-child {
				padding-left: 0;
		}
		table.maker_contact th, table.maker_contact td {
				padding: 0px;
				display: block;
				border: none;
				line-height: 1.8;
		}
		table.maker_contact th {
				display: none;
		}
		table.maker_contact tr td::before {
				font-weight: 600;
				display: block;
				font-size: 14px;
				margin: 0;
				color: #14b46e;
		}
		table.maker_contact tr td:first-child::before {
				content: 'メーカー名';
				padding-top: 25px;
		}
		table.maker_contact tr td:nth-child(2)::before {
				content: '受付時間';
		}
		table.maker_contact tr td:nth-child(3)::before {
				content: '電話番号';
		}
		table.maker_contact tr td {
				padding-bottom: 25px;
		}
		table.maker_contact tr td:nth-child(3) {
				border-bottom: 1px solid #dcdcdc;
		}
		table.maker_contact tr td a {
				color: #14b46e;
				text-decoration: underline;
		}
}