#sell h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0 20vw 0;
	font-size: 2em;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../img/sell/h1_l.png), url(../img/sell/h1_r.png);
	background-repeat: no-repeat;
	background-position: left bottom, right bottom;
	background-size: 52% auto, 48% auto;
}

#sell h2 {
	font-size: 1.75em;
}

#sell .sec01 h2 {
	padding: 30px 0;
	font-weight: normal;
}

#sell .sec01 .flex {
	flex-direction: column;
	align-items: center;
}

#sell .sec01 .flex > p {
	padding-bottom: 30px;
}

#sell .sec02 {
	padding: 30px 0;
}

#sell .sec02 h2 {
	padding: 5vw 0;
	margin-top: 40px;
	text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px , white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px,  white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px,  white -2px 1px, white 2px -1px, white -2px -1px;
	background: url(../img/sell/rings.svg) no-repeat center center;
	background-size: cover;
}

#sell .sec02 dl {
	position: relative;
	padding: 15px;
	line-height: 2;
	text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px , white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px,  white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px,  white -2px 1px, white 2px -1px, white -2px -1px;
	z-index: 2;
}

#sell .sec02 dl dt {
	margin-top: 30px;
}

#sell .sec02 .ebi, 
#sell .sec02 .okura, 
#sell .sec02 .goya {
	position: absolute;
	z-index: 0;
}

#sell .sec02 .ebi {
	top: 15%;
	right: 0;
}

#sell .sec02 .okura {
	top: 32%;
	left: 0;
}

#sell .sec02 .goya {
	bottom: 70vw;
	right: 0;
}

#sell .sec02 ul li {
	width: 50%;
}

#sell .sec03 .flex {
	flex-direction: column;
	align-items: center;
	gap: 15px;
	padding: 30px 0;
}

#sell .sec03 .flex > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	border: solid 1px #019C84;
}

#sell .sec03 .flex > div:nth-of-type(1) h2 {
	padding: 5px 15px;
	line-height: 1.5;
}

#sell .sec03 .flex > div:nth-of-type(1) ol {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
}

#sell .sec03 .flex > div:nth-of-type(1) ol li {
	position: relative;
	padding: 1em;
	background-color: #FFFFFF;
	border-radius: 20px;
}

#sell .sec03 .flex > div:nth-of-type(1) ol li:not(:last-of-type)::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #999999 transparent transparent transparent;
	transform: translateX(-50%);
}

#sell .sec03 .flex > div:nth-of-type(1) p {
	padding: 5px;
}

#sell .sec03 .flex > div:nth-of-type(2) {
	padding: 10px;
}

#sell .sec03 .flex > div:nth-of-type(2) h2 {
	padding: 0.5em;
	font-size: 1.75em;
	text-align: center;
	border-bottom: solid 1px;
}

#sell .sec03 .flex > div:nth-of-type(2) ol {
	font-weight: bold;
	border-bottom: solid 1px #019C84;
}

#sell .sec03 .flex > div:nth-of-type(2) ol li {
	display: flex;
	gap: 5px;
	padding: 1em 0;
}

#sell .sec03 .flex > div:nth-of-type(2) ol li > div:first-of-type {
	position: relative;
	padding-right: 1em;
	white-space: nowrap;
}

#sell .sec03 .flex > div:nth-of-type(2) ol li > div:first-of-type::after {
	content: "";
	display: block;
	position: absolute;
	top: 0.8em;
	width: 100%;
	border-top: dotted 2px #999999;
	z-index: -1;
}

#sell .sec03 .flex > div:nth-of-type(2) ol li > div:first-of-type > span {
	display: inline-block;
	padding-right: 5px;
	background-color: #FFFFFF;
}

#sell .sec03 .flex > div:nth-of-type(2) p {
	padding: 5px;
}

#sell .sec04 {
	margin-bottom: 150px;
}

#sell .sec04 .faq {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 40px 0;
}

#sell .sec04 .faq div {
	background-color: #FFFFFF;
	border: solid 1px #019C84;
	border-radius: 30px;
}

#sell .sec04 .faq dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	position: relative;
	padding: 15px;
	font-size: 1.2em;
	cursor: pointer;
}

#sell .sec04 .faq dt::before {
	content: "FAQ";
	font-size: 1.6em;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #019C84;
	letter-spacing: 0.1em;
}

#sell .sec04 .faq dt::after {
	content: "\025bd";
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em;
	max-width: 3em;
	max-height: 3em;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #019C84;
	line-height: 1;
	border: solid 1px #019C84;
	border-radius: 100%;
}

#sell .sec04 .faq dt.open::after {
	content: "\025b3";
}

#sell .sec04 .faq dd {
	display: none;
	padding: 0 1em 2em 1em;
	text-align: left;
}

#sell .sec04 .tomato {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


@media print, screen and (min-width: 768px) {
	#sell h1 {
		padding: 0;
		height: 200px;
		font-size: 3.8rem;
		background-position: left bottom, right 10px bottom;
		background-size: 390px auto, 370px auto;
	}

	#sell .sec01 h2 {
		padding: 60px 0;
		font-size: 4.2rem;
	}

	#sell .sec01 .flex {
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: start;
		gap: 60px;
	}

	#sell .sec01 .flex > img {
		width: 400px;
	}

	#sell .sec01 .flex > img {
		width: 400px;
	}

	#sell .sec01 .flex > p {
		width: 460px;
	}

	#sell .sec02 {
		padding: 50px 0;
	}

	#sell .sec02 h2 {
		padding: 55px 0;
		margin-top: 30px;
	}

	#sell .sec02 dl {
		padding: 0 240px 170px 240px;
	}

	#sell .sec02 ul li {
		width: 25%;
	}

	#sell .sec02 .ebi {
		top: 18%;
		right: -5px;
	}
	
	#sell .sec02 .okura {
		top: 42%;
		left: -15px;
	}
	
	#sell .sec02 .goya {
		bottom: 18%;
		right: 50px;
	}

	#sell .sec03 {
		padding-top: 80px;
	}

	#sell .sec03 .buri {
		position: absolute;
		top: -75px;
		left: 43%;
	}

	#sell .sec03 .flex {
		flex-direction: row;
		align-items: stretch;
	}

	#sell .sec03 .flex > div:nth-of-type(1) {
		max-width: 477px;
	}

	#sell .sec03 .flex > div:nth-of-type(2) {
		max-width: 425px;
	}

	#sell .sec03 .flex > div:nth-of-type(2) ol li > div:first-of-type {
		width: 10em;
	}

	#sell .sec04 .faq dt {
		gap: 30px;
		padding: 10px 40px 10px 40px;
		font-size: 1.4em;
	}

	#sell .sec04 .faq dt::before {
		font-size: 2.5em;
	}

	#sell .sec04 .faq dd {
		padding-left: 2.5em;
	}
}

