@media screen and (max-width: 1450px) {

	#title {
		background-size: 1500px 100%;
	}

}

@media screen and (max-width: 950px) {

	#footer .socials {
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}

	#footer .socials p {
		text-align: center;
	}

	#footer .socials .icons {
		margin-left: auto;
		margin-right: auto;
	}

	#footer .vendor-container ul,
	#footer .vendor-container h3 {
		text-align: center;
	}

	#footer .vendor-container ul li {
		padding-left: 10px;
		padding-right: 10px;
	}

	#footer .socials {
		margin-top: 10px;
	}

}

@media screen and (max-width: 900px) {

	#title a img {
		height: 70px !important;
	}

	#title ul li a {
		font-size: 18px;
	}

	.content {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	#visual h1 {
		font-size: 66px;
		width: calc(100% - 150px);
	}

}

@media screen and (max-width: 860px) {

	.receipt-container .upload-information {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		margin-bottom: 30px;
		background-image: none;
		text-align: center;
		padding: 0px;
	}

	.howto {
		padding-bottom: 30px;
	}

	.howto ul {
		grid-template-columns: 1fr;
		max-width: 600px;
	}

	.howto ul li {
		padding-bottom: 30px;
	}


	.filler {
		display: none;
	}

}

@media screen and (max-width: 860px) {

	#title ul li:not(:last-child) {
		display: none;
	}

	#title {
		padding-bottom: 30px;
	}

}

@media screen and (max-width: 730px) {

	#footer ul li {
		display: inherit;
	}

	#title a img {
		height: 60px !important;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 22px;
	}

	label {
		line-height: 1.1;
	}

	#visual img.products {
		height: 28%;
		right: -120px;
	}

	#visual img.button {
		bottom: 23%;
		width: 200px;
		right: -20px;
		margin-left: 0px;
	}

	#visual img {
		display: none;
	}

	#visual img.mobile {
		display: inherit;
	}

	#howto {
		background-image: none;
		background-color: var(--color-red);
		border-radius: 10px;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 660px) {

	body.products div.products ul {
		grid-template-columns: 1fr 1fr;
	}

}

@media screen and (max-width: 550px) {

	body.faq h2 {
		font-size: 26px;
	}

	body.faq h3 {
		font-size: 20px;
	}

	body.faq p {
		font-size: 14px;
	}

	#visual h1 {
		font-size: 50px;
		width: calc(100% - 40px);
		text-align: center;
	}

	#visual img.triangle {
		display: none;
	}

	.howto ul .arrow-container {
		display: none;
	}

	#visual {
		padding: 0px 10px 20px 10px;
	}

}

@media screen and (max-width: 500px) {

	#footer h3 {
		font-size: 22px;
	}

	#visual img.products {
		height: 22%;
		right: -100px;
	}

	#visual h1 {
		font-size: 40px;
	}

}