@charset "utf-8";
/*------------------------------------------------------------
	selling
------------------------------------------------------------*/
#main .content {
	max-width: 120rem;
}
#main .sec01 {
	margin-bottom: 9rem;
	max-width: 95rem;
	position: relative;
}
#main .sec01 .photo {
	width: 34.7rem;
	position: absolute;
	top: -0.8rem;
	right: -2.3rem;
}
#main .sec01 .comList {
	max-width: 62rem;
}
#main .comTopBox {
	margin-bottom: 15.8rem;
}
#main .sec01 .btmTxt {
	padding: 1.5rem 5rem 2.1rem;
	color: #fff;
	font-size: 3.6rem;
	background-color: #003e1a;
	margin: 3.9rem 8rem 0 -2rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#main .sec01 .photo {
		width: 13.7rem;
		top: auto;
		right: -2.3rem;
		bottom: 0;
	}
	#main .sec01 .btmTxt {
		padding: 1.3rem 2rem 1.8rem;
		font-size: 2.5rem;
		line-height: 1.3;
	}
	#main .comTopBox {
		margin-bottom: 12rem;
	}
	#main .sec01 .comList {
		max-width: inherit;
	}
}


/* sec02 */
#main .sec02 {
	padding: 10.1rem 0 11.7rem;
	background-color: #f5f6f2;
}
#main .sec02 .content {
	display: flex;
}
#main .sec02 .headLine03 {
	font-size: 4.4rem;
	line-height: 1.75;
	text-align: left;
}
#main .sec02 .rightBox {
	flex: 1;
	margin: 2rem 0 0 12.4rem;
}
#main .sec02 p {
	line-height: 2;
}
@media all and (max-width: 896px) {
	#main .sec02 .content {
		display: block;
	}
	#main .sec02 .rightBox {
		margin: 0;
	}
	#main .sec02 .headLine03 {
		font-size: 3rem;
		line-height: 1.5;
		text-align: center;
	}
	#main .sec02 {
		padding: 6rem 0;
	}
}

/* sec03 */
#main .sec03 {
	padding: 14rem 0 14.6rem;
}
#main .sec03 .listUl {
	gap: 7.7rem 8rem;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.75;
}
#main .sec03 .listUl li {
	width: calc((100% - 16rem )/3);
}
#main .sec03 .listUl .image {
	position: relative;
	padding: 1.9rem 0 2rem 1.3rem;
	margin-right: -0.7rem;
}
#main .sec03 .listUl .image img {
	width: 100%;
}
#main .sec03 .listUl .image .num {
	padding-bottom: 0.7rem;
	width: 10rem;
	height: 10rem;
	font-size: 2rem;
	color: #003e1a;
	border: 1px solid #003e1a;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: -0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
@media all and (max-width: 896px) {
	#main .sec03 .listUl {
		display: block;
		font-size: 2rem;
	}
	#main .sec03 .listUl li {
		width: auto;
		margin-bottom: 5rem;
	}
	#main .sec03 .listUl .image .num {
		padding-bottom: 0;
		width: 9rem;
		height: 9rem;
	}
	#main .sec03 {
		padding: 8rem 0;
	}
	#main .sec03 .listUl .image {
		margin: 0 auto;
  		max-width: 37rem;
	}
}

/* sec04 */
#main .sec04 {
	color: #fff;
	background: url("../img/selling/bg.jpg") no-repeat center center / cover;
	padding: 13.1rem 0 15.1rem;
}
#main .sec04 .headLine03 {
	color: #fff;
	font-size: 4.4rem;
	margin-bottom: 3.3rem;
}
#main .sec04 .listBox {
	padding: 5.1rem 5rem 4.9rem;
	color: #333333;
	background-color: #fff;
}
#main .sec04 .listBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec04 .listBox table th,
#main .sec04 .listBox table td {
	text-align: center;
	vertical-align: middle;
	line-height: 1.75;
	padding: 1.5rem 1.5rem 1.6rem;
	border-bottom: 1px solid #c8c8c8;
}
#main .sec04 .listBox table thead td {
	color: #003e1a;
	background-color: #f5f6f2;
	border-top: 1px solid #003e1a;
	border-bottom: 1px solid #003e1a;
	text-align: center !important;
}
#main .sec04 .listBox table tr td:last-child {
	text-align: left;
}
#main .sec04 .listBox table .wid01 {
	width: 29.2%;
}
#main .sec04 .listBox table .wid02 {
	width: 28.5%;
}
#main .sec04 .centerTxt {
	margin-bottom: 5.4rem;
}
#main .sec04 .btmTxt {
	margin-top: 3.5rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	#main .sec04 .headLine03 {
		font-size: 3rem;
	}
	#main .sec04 {
		padding: 8rem 0;
	}
	#main .sec04 .listBox {
		padding: 2rem;
	}
	#main .sec04 .tableBox {
		margin-right: -2rem;
		padding-right: 2rem;
		overflow-x: auto;
	}
	#main .sec04 .listBox table {
		min-width: 70rem;
	}
}

/* sec05 */
#main .sec05 {
	padding-top: 15.5rem;
}
#main .sec05 .headLine03 {
	margin-bottom: 1.1rem;
	font-size: 3.6rem;
}
#main .sec05 .headLine03 span {
	position: relative;
	display: inline-block;
}
#main .sec05 .headLine03 span::before {
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: -0.5rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	background-color: #003e1a;
	content: '';
}
#main .sec05 .centerTxt {
	margin-bottom: 7.4rem;
	font-size: 2.8rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#main .sec05 .centerTxt .col {
	color: #009844;
}
#main .sec05 .centerTxt small {
	display: block;
	margin-bottom: 0.7rem;
	font-size: 2.4rem;
}
#main .sec05 .listUl {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 3rem;
	font-size: 2.4rem;
}
#main .sec05 .listUl li {
	padding: 5.5rem 0 6.2rem;
	width: calc((100% - 6rem)/3);
	text-align: center;
	background-color: #f5f6f2;
	letter-spacing: 0.1em;
}
#main .sec05 .listUl img {
	width: 9.3rem;
}
#main .sec05 .listUl .image {
	margin-bottom: 2.7rem;
}
#main .sec05 .btmTxt {
	margin-top: 6.9rem;
	color: #003e1a;
	text-align: center;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#main .sec05 .headLine03 {
		font-size: 3rem;
	}
	#main .sec05 .headLine03 span::before {
		width: 0.6rem;
		height: 0.6rem;
		top: 0;
	}
	#main .sec05 .centerTxt {
		font-size: 2rem;
	}
	#main .sec05 .centerTxt small {
		margin-bottom: 0.7rem;
		font-size: 1.6rem;
	}
	#main .sec05 {
		padding-top: 8.5rem;
	}
	#main .sec05 .listUl {
		display: block;
		gap: 0;
		font-size: 2rem;
	}
	#main .sec05 .listUl li {
		padding: 3.5rem 0 3.2rem;
		width: auto;
		margin-bottom: 3rem;
	}
	#main .sec05 .listUl img {
		width: 7.3rem;
	}
	#main .sec05 .listUl .image {
		margin-bottom: 1.7rem;
	}
	#main .sec05 .btmTxt {
		margin-top: 3.9rem;
		font-size: 2.3rem;
	}
}