@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.fv_other .text_wrap .text {
	text-shadow: 4px 4px 4px rgba(255, 255, 255, 1);
}

/* ---------------------------------------------------------------------------------------------------- */

.table {
	width: 100%;
}

.table tr th,
.table tr td {
	display: block;
	padding: 12px;
	border: 0;
	font-weight: 700;
}

.table tr th {
	white-space: nowrap;
}

.table tr td {}

@media screen and (min-width: 768px) {
	.table {
        border-collapse: separate;
        border-spacing: 0 12px;
	}

	.table tr th,
	.table tr td {
		display: table-cell;
	}

	.table tr th {
		width: 10%;
		text-align: center;
	}
}

@media screen and (min-width: 1440px) {
	.table tr th,
	.table tr td {
		font-size: 1.5rem;
	}

	.table tr td {
		padding-left: 36px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding: 10% 0 0;
}

.section_1 .wrap {
	gap: 24px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	position: relative;
	font-size: 1.5rem;
}

.section_1 .heading_wrap .heading::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 150%;
	height: auto;
	aspect-ratio: 631 / 180;
	background-image: url(../img/supported_types_text.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_1 .heading_wrap .heading .main {
	color: #0093EE;
}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content_1 {
	gap: 24px;
}

.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {}

.section_1 .content_wrap .content_2 {}

.section_1 .content_wrap .content_3 {}

@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1 .inner {}

	.section_1 .wrap {
		margin: 0;
		margin-right: auto;
	}

	.section_1 .heading_wrap {
		align-items: flex-start;
		width: max-content;
		max-width: 100%;
	}

	.section_1 .heading_wrap .heading::before {
		
	}

	.section_1 .content_wrap {
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
		gap: 12px;
	}

	.section_1 .content_wrap .content .item_wrap {
		align-items: flex-start;
	}

	.section .content_wrap .content .item_wrap .item {
		width: max-content;
		max-width: 100%;
	}

	.section_1 .content_wrap .content_1 {
		width: 50%;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {}

	.section_1 .content_wrap .content_2 {
		width: 50%;
	}

	.section_1 .content_wrap .content_2 .item_wrap {
		width: 100%;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item {
		width: 100%;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item img {
		width: 100%;
	}

	.section_1 .content_wrap .content_3 {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 25%;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap {
		gap: 36px;
	}

	.section_1 .content_wrap .content_1 {
		width: 65%;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		line-height: 2;
	}

	.section_1 .content_wrap .content_2 {
		width: 35%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 84px;
	}

	.section_1 .heading_wrap .heading {
		font-size: 3rem;
	}

	.section_1 .content_wrap {
		gap: 84px;
	}

	.section_1 .content_wrap .content_1 {
		width: 55%;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		font-size: 1.25rem;
	}

	.section_1 .content_wrap .content_2 {
		width: 45%;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .content_wrap {}

	.section_1 .content_wrap .content_1 {}

	.section_1 .content_wrap .content_2 {}

	.section_1 .content_wrap .content_3 {
		right: -120px;
		width: 32.5%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 .content_wrap .content .item_wrap .item .text_wrap {
	gap: 12px;
}

.section_2 .content_wrap .content .item_wrap .item .text_wrap .text_1 {
	font-size: 1.25rem;
	font-weight: 700;
}

.section_2 .content_wrap .content .item_wrap .item .text_wrap .text_3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    font-weight: 700;
    color: #0093EE;
}

.section_2 .content_wrap .content .item_wrap .item .text_wrap .text_3 img {
    width: auto;
    height: 2.4rem;
}

@media screen and (min-width: 768px) {
	.section_2 .wrap {
		margin: 0;
		margin-left: auto;
	}

	.section_2 .content_wrap {
		flex-direction: row;
		align-items: center;
	}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap {
		align-items: flex-start;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_2 .content_wrap .content .item_wrap .item .text_wrap .text_1 {
		font-size: 2.5rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {}

.section_3 .inner {
	padding: 10% 0 10%;
}

.section_3 .wrap {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {
	position: relative;
	font-size: 1.5rem;
}

.section_3 .heading_wrap .heading::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: auto;
	height: 175%;
	aspect-ratio: 772 / 185;
	background-image: url(../img/purchasing_text_1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_3 .heading_wrap .heading .main {
	color: #0093EE;
}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {
	gap: 24px;
}

.section_3 .content_wrap .content {}

.section_3 .content_wrap .content .item_wrap {}

.section_3 .content_wrap .content .item_wrap .item {}

.section_3 .content_wrap .content .item_wrap .item .text_wrap {
	max-width: 100%;
}

.section_3 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_3 .content_wrap .content_1 {}

.section_3 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
	text-align: center;
}

.section_3 .content_wrap .content_2 {}

.section_3 .content_wrap .content_2 .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.section_3 .content_wrap .content_2 .item_wrap .item .text_wrap .text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
	padding: 0 12px 12px 12px;
	border-bottom: 1px #0093EE solid;
    font-weight: 700;
    color: #0093EE;
}

.section_3 .content_wrap .content_2 .item_wrap .item .text_wrap .text img {
    width: auto;
    height: 2.4rem;
	transform: rotate(90deg);
}

.section_3 .content_wrap .content_3 {}

.section_3 .content_wrap .content_3 .item_wrap {
	gap: 24px;
}

.section_3 .content_wrap .content_3 .item_wrap .item {
    gap: 12px;
}

.section_3 .content_wrap .content_3 .item_wrap .item .text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}

.section_3 .content_wrap .content_3 .item_wrap .item .text_wrap .text {}

.section_3 .content_wrap .content_3 .item_wrap .item_top .text_wrap .text {
	font-size: 1.5rem;
	font-weight: 700;
	color: #0093EE;
}

.section_3 .content_wrap .content_3 .item_wrap .item_caution .text_wrap .text {}

.section_3 .content_wrap .content_3 .item_wrap .item_caution .text_wrap .text_1 {
	text-align: center;
}

.section_3 .content_wrap .content_3 .item_wrap .item_caution .text_wrap .text_2 {
	width: 100%;
	padding: 8px 0;
	background-color: #EEA300;
	text-align: center;
	color: #ffffff;
}

.section_3 .content_wrap .content_3 .item_wrap .item_caution .text_wrap .text_3 {
	width: 90%;
	margin: 0 auto;
}

.section_3 .content_wrap .content_3 .item_wrap .item_other .text_wrap .text .highlight_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
	padding: 0 12px;
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	background-color: #D0D0D0;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #ffffff;
}

.section_3 .content_wrap .content_3 .item_wrap .item_other .text_wrap .text .highlight_2 {
	font-size: 1.25rem;
	font-weight: 700;
}

.section_3 .content_wrap .content_3 .item_wrap .item_other .text_wrap .text .highlight_3 {
	font-weight: 700;
}

.section_3 .content_wrap .content_3 .item_wrap .item_other .text_wrap .text_1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
	width: 100%;
}

.section_3 .content_wrap .content_3 .item_wrap .item_other .text_wrap .text_2 {
	width: 100%;
	padding-top: 12px;
	border-top: 1px #D0D0D0 solid;
}

@media screen and (min-width: 768px) {
	.section_3 .content_wrap .content_2 .item_wrap .item .text_wrap {
		flex-direction: row;
	}

	.section_3 .content_wrap .content_3 .item_wrap .item_caution {
		width: 75%;
	}

	.section_3 .content_wrap .content_3 .item_wrap .item_other {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_3 .content_wrap .content_3 .item_wrap .item_other .text_wrap {
		width: 75%;
	}

	.section_3 .content_wrap .content_3 .item_wrap .item_other img {
		width: 25%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_3 .wrap {
		gap: 72px;
	}

	.section_3 .heading_wrap .heading {
		font-size: 3rem;
	}

	.section_3 .content_wrap {
		gap: 72px;
	}

	.section_3 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		font-size: 1.25rem;
	}

	.section_3 .content_wrap .content_2 .item_wrap .item .text_wrap {
		gap: 60px;
	}

	.section_3 .content_wrap .content_2 .item_wrap .item .text_wrap .text {
		gap: 24px;
		font-size: 1.25rem;
	}

	.section_3 .content_wrap .content_3 .item_wrap {
		gap: 48px;
	}

	.section_3 .content_wrap .content_3 .item_wrap .item_top .text_wrap .text {
		font-size: 2.5rem;
	}

	.section_3 .content_wrap .content_3 .item_wrap .item_caution .text_wrap .text_1 {
		font-size: 1.25rem;
	}

	.section_3 .content_wrap .content_3 .item_wrap .item_other .text_wrap .text .highlight_1 {
		font-size: 1.5rem;
	}

	.section_3 .content_wrap .content_3 .item_wrap .item_other .text_wrap .text .highlight_2 {
		font-size: 2rem;
	}

	.section_3 .content_wrap .content_3 .item_wrap .item_other .text_wrap .text_2 {
		font-size: 1.25rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_4 {}

.section_4 .inner {
	padding: 10% 0 10%;
}

.section_4 .wrap {
	gap: 24px;
	margin: 0 auto 0;
}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {
	position: relative;
	font-size: 1.75rem;
}

.section_4 .heading_wrap .heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
	transform: translate(-50%, 0);
    height: 175%;
	aspect-ratio: 1457 / 185;
	background-image: url(../img/purchasing_text_2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.section_4 .heading_wrap .heading .main {
	color: #0093EE;
}

.section_4 .heading_wrap .heading .sub {}

.section_4 .content_wrap {
	gap: 24px;
}

.section_4 .content_wrap .content {}

.section_4 .content_wrap .content .item_wrap {}

.section_4 .content_wrap .content .item_wrap .item {}

.section_4 .content_wrap .content .item_wrap .item .text {}

.section_4 .content_wrap .content_1 {
	width: 90%;
	max-width: 1280px;
}

.section_4 .content_wrap .content_1 .item_wrap {
	gap: 12px;
}

.section_4 .content_wrap .content_2 {
	width: 90%;
	max-width: 1280px;
}

.section_4 .content_wrap .content_2 .item_wrap {
	gap: 12px;
}

.section_4 .content_wrap .content_2 .item_wrap .item .img_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_4 .content_wrap .content_2 .item_wrap .item_1 .text {
	width: 100%;
	padding: 4px 0;
	background-color: #0093EE;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
}

.section_4 .table tr th {
	background-color: #0093EE;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.section_4 .content_wrap .content_1 .item_wrap {
		flex-direction: row;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item {
		width: 50%;
	}

	.section_4 .content_wrap .content_2 .item_wrap .item {
		width: 100%;
	}

	.section_4 .content_wrap .content_2 .item_wrap .item .img_wrap {
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		max-width: 100%;
	}

	.section_4 .content_wrap .content_2 .item_wrap .item .img_wrap .img {
		width: auto;
		height: auto;
	}

	.section_4 .content_wrap .content_2 .item_wrap .item .img_wrap .img img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.section_4 .wrap {
		gap: 36px;
	}

	.section_4 .content_wrap {
		gap: 36px;
	}

	.section_4 .content_wrap .content_1 .item_wrap {
		gap: 24px;
	}
}

@media screen and (min-width: 1440px) {
	.section_4 .wrap {
		gap: 96px;
	}

	.section_4 .heading_wrap .heading {
		font-size: 3rem;
	}

	.section_4 .content_wrap {
		gap: 96px;
	}

	.section_4 .content_wrap .content_2 .item_wrap {
		gap: 24px;
	}

	.section_4 .content_wrap .content_2 .item_wrap .item .img_wrap {
		gap: 48px;
	}

	.section_4 .content_wrap .content_2 .item_wrap .item_1 .text {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
