@charset "utf-8";
/* -----------------------------
 buy-sell.css
----------------------------- */


/* -----------------------------
 PC
----------------------------- */
@media screen and (min-width:1000px) {

/* --------------------------------------- #mainimg --------------------------------------- */

	#mainimg {
		margin: 0px auto 100px;
	}

	#mainimg > div:first-of-type {
		position: relative;

		margin-bottom: 50px;
	}

	#mainimg h1 {
		position: absolute;
		bottom: 0;
		left: 0;

		padding: 20px 30px;
		width: 80%;

		background: 
			linear-gradient(
				to right,
				rgba(0, 26, 75, 0.6),
				rgba(0, 26, 75, 0.6),
				transparent
			)
		;

		letter-spacing: 2px;
		font-size: 3vw;
		color: #FFFFFF;
	}

	#mainimg > div:first-of-type img {
		width: 100%;
		height: auto;
height: 300px;
	}

	#mainimg > div:nth-of-type(2) {
		margin: 0px auto 100px;

		width: fit-content;
	}

	#mainimg > div:nth-of-type(2) p {
		line-height: 150%;
		letter-spacing: 1px;
		font-size: large;
	}

	#mainimg > div:last-of-type img {
		width: 100%;
		height: auto;
	}


/* --------------------------------------- #buySell --------------------------------------- */

	#buySell > div {
		margin-bottom: 60px;
	}

	#buySell h2 {
		margin-bottom: 20px;
		padding: 10px 20px;
		width: fit-content;
		background-color: #000000;

		letter-spacing: 2px;
		font-size: x-large;
		color: #FFFFFF;
	}

	#buySell ul { margin-bottom: 30px; }

	#buySell li {
		margin-bottom: 10px;
	}

	#buySell li::before {
		content: '・';
	}

	#buySell > div:first-of-type > div {
		padding: 20px;
		border: 1px solid #000000;
		border-radius: 20px;

		line-height: 150%;
		letter-spacing: 1px;
	}

	.toCon a {
		display: block;
		margin: 0px auto;
		padding: 30px 50px;
		width: fit-content;
		border-radius: 5px;
		background:
			linear-gradient(
				to bottom,
				#818181 0%,
				#575757 100%
			)
		;

		font-size: x-large;
		color: #FFFFFF;
	}

}

/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:999px) {

/* --------------------------------------- #mainimg --------------------------------------- */

	#mainimg > div:first-of-type {
		position: relative;

		margin-bottom: 50px;
	}

	#mainimg > div { margin-bottom: 50px; }

	#mainimg > div h1 {
		position: absolute;
		bottom: 0;
		left: 0;

		padding: 20px 30px;
		width: 80%;

		background: 
			linear-gradient(
				to right,
				rgba(0, 26, 75, 0.6),
				rgba(0, 26, 75, 0.6),
				transparent
			)
		;

		letter-spacing: 2px;
		font-size: 8vw;
		color: #FFFFFF;
	}
	#mainimg > div:first-of-type img {
		width: 100%;
		height: auto;
	}

	#mainimg > div:nth-of-type(2) { padding: 0px 10px; }

	#mainimg > div:nth-of-type(2) p {
		margin-bottom: 20px;
		line-height: 150%;
		letter-spacing: 1px;
	}

	#mainimg > div:last-of-type img {
		width: 100%;
		height: auto;
	}

/* --------------------------------------- #buySell --------------------------------------- */

	#buySell { padding: 0px 20px; }

	#buySell > div {
		margin-bottom: 60px;
	}

	#buySell h2 {
		margin-bottom: 20px;
		padding: 10px 20px;
		width: fit-content;
		background-color: #000000;

		letter-spacing: 2px;
		font-size: x-large;
		color: #FFFFFF;
	}

	#buySell ul { margin-bottom: 30px; }

	#buySell li {
		margin-bottom: 20px;
		line-height: 150%;
	}

	#buySell li::before {
		content: '・';
	}

	#buySell > div:first-of-type > div {
		padding: 20px;
		border: 1px solid #000000;
		border-radius: 20px;

		line-height: 150%;
		letter-spacing: 1px;
	}

	#buySell > div:first-of-type > div p {
		margin-bottom: 10px;
	}

	#buySell > div:nth-of-type(2) div p {
		margin-bottom: 10px;
		line-height: 150%;
	}

	.toCon a {
		display: block;
		margin: 0px auto;
		padding: 30px;
		width: fit-content;
		border-radius: 5px;
		background:
			linear-gradient(
				to bottom,
				#818181 0%,
				#575757 100%
			)
		;

		font-size: 5vw;
		color: #FFFFFF;
	}


/* --------------------------------------- #footer --------------------------------------- */

	footer nav ul li a {
		display: block;
		width: 100%;
		height: auto;
	}


}
