.p-provider {
	padding-top: 60px;
	padding-bottom: 23.4666666667%;
	color: var(--text-base);
}
@media (min-width: 48em) {
	.p-provider {
		padding-top: 100px;
		padding-bottom: 10.0529100529%;
	}
}

.p-provider__inner {
	width: calc(100% - 30px);
	max-width: 1080px;
	margin-inline: auto;
}
@media (min-width: 48em) {
	.p-provider__inner {
		width: calc(100% - 40px);
	}
}

.p-provider__lead {
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}
@media (min-width: 48em) {
	.p-provider__lead {
		font-size: 20px;
		margin-bottom: 72px;
	}
}

.p-provider__heading {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	font-size: 20px;
	line-height: 1.4;
	color: #000;
}
@media (min-width: 48em) {
	.p-provider__heading {
		gap: 12px;
		font-size: 22px;
	}
}
.p-provider__heading::before {
	display: block;
	flex: none;
	width: 5px;
	min-height: 20px;
	content: '';
	background-color: #000;
}
@media (min-width: 48em) {
	.p-provider__heading::before {
		min-height: 28px;
	}
}

.p-provider__notes {
	font-family: 'HondaGlobalFontJP-Regular', sans-serif;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
	font-size: 16px;
	line-height: 1.6;
}
@media (min-width: 48em) {
	.p-provider__notes {
		margin-top: 40px;
	}
}

.p-provider__note {
	display: grid;
	grid-template-columns: 16px 1fr;
	gap: 4px;
	align-items: start;
}

.p-provider__note-number,
.p-provider__note-text {
	margin: 0;
}

.p-provider__downloads {
	display: flex;
	justify-content: center;
	padding-inline: 15px;
	margin-top: 40px;
}
@media (min-width: 48em) {
	.p-provider__downloads {
		margin-top: 60px;
	}
}

.p-provider__download {
	position: relative;
	display: grid;
	align-items: center;
	grid-template-columns: 1fr auto 1fr;
	width: 100%;
	min-height: 65px;
	padding: 10px 24px;
	gap: 10px;
	color: var(--text-base);
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #35363b;
}
@media (min-width: 48em) {
	.p-provider__download {
		width: -moz-fit-content;
		width: fit-content;
		transition:
			border-color 0.3s ease,
			opacity 0.3s ease;
	}
	.p-provider__download:hover {
		border-color: var(--honda-red);
		opacity: 0.7;
	}
}
.p-provider__download::after {
	content: '';
}

.p-provider__download-icon {
	justify-self: end;
	width: 12px;
}

.p-provider__download-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.p-provider__download-title {
	font-size: 16px;
	line-height: 1.4;
}

.p-provider__download-size {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.2;
	color: #000;
}

.p-provider__disclosure {
	margin-top: 48px;
	background-color: #edf0f2;
}
@media (min-width: 48em) {
	.p-provider__disclosure {
		margin-top: 56px;
	}
}

.p-provider__disclosure-button {
	width: 100%;
	padding: 24px 15px;
	color: var(--text-base);
	cursor: pointer;
	background: transparent;
	text-align: left;
	border: 0;
}
@media (min-width: 48em) {
	.p-provider__disclosure-button {
		padding: 24px 24px;
		transition: opacity 0.3s ease;
	}
	.p-provider__disclosure-button:hover {
		opacity: 0.7;
	}
}

.p-provider__disclosure-button-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 30px;
}

.p-provider__disclosure-title {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-provider__disclosure-title {
		font-size: 20px;
	}
}

.p-provider__disclosure-icon {
	position: relative;
	flex: none;
	width: 15px;
	height: 15px;
}
.p-provider__disclosure-icon::before,
.p-provider__disclosure-icon::after {
	position: absolute;
	inset: 0;
	width: 15px;
	height: 2px;
	margin: auto;
	content: '';
	background-color: #000;
}
.p-provider__disclosure-icon::after {
	transition: transform 0.3s ease;
	transform: rotate(-90deg);
}
.p-provider__disclosure-button[aria-expanded='true'] .p-provider__disclosure-icon::after {
	transform: rotate(0deg);
}

.p-provider__disclosure-details {
	background-color: #edf0f2;
}

.p-provider__disclosure-body {
	padding: 8px 15px 30px;
	margin-inline: auto;
}
@media (min-width: 48em) {
	.p-provider__disclosure-body {
		padding: 16px 24px 32px;
	}
}

.p-provider__disclosure-text {
	font-family: 'HondaGlobalFontJP-Regular', sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
}

.p-provider__application-download {
	display: grid;
	grid-template-columns: 12px auto auto;
	gap: 8px 10px;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 17px 20px;
	margin-top: 20px;
	color: var(--text-base);
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #35363b;
}
@media (min-width: 48em) {
	.p-provider__application-download {
		width: -moz-fit-content;
		width: fit-content;
		margin-top: 32px;
		transition:
			border-color 0.3s ease,
			opacity 0.3s ease;
	}
	.p-provider__application-download:hover {
		border-color: var(--honda-red);
		opacity: 0.7;
	}
}

.p-provider__application-download-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
}

.p-provider__application-download-title {
	font-family: 'HondaGlobalFontJP-Regular', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
}

.p-provider__application-download-size {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2;
	color: #000;
}

.p-provider__contact {
	margin-top: 40px;
}

.p-provider__contact-heading {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}

.p-provider__contact-card {
	padding: 18px 15px;
	margin-top: 20px;
	background-color: #fff;
}
@media (min-width: 48em) {
	.p-provider__contact-card {
		padding: 20px 24px;
	}
}

.p-provider__contact-name {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
}

.p-provider__contact-link {
	font-family: 'HondaGlobalFontJP-Regular', sans-serif;
	font-weight: normal;
	display: inline-block;
	margin-top: 16px;
	font-size: 16px;
	line-height: 1.4;
	color: var(--text-base);
	text-decoration: underline;
	text-underline-offset: 0.18em;
	word-break: break-all;
}
@media (min-width: 48em) {
	.p-provider__contact-link {
		transition: opacity 0.3s ease;
	}
	.p-provider__contact-link:hover {
		opacity: 0.6;
		text-decoration: none;
	}
}
