@charset "UTF-8";

.contents {
	width: 100%;
    padding: 60px 0;
}
section {
	padding: 120px 0;
}

@media screen and (max-width: 1194px) {
	section {
		padding: 90px 0;
	}
}
@media screen and (max-width: 768px) {
	section {
		padding: 75px 0;
	}
}
@media screen and (max-width: 559px) {
	.contents {
		padding: 45px 0;
	}
	section {
		padding: 60px 0;
	}
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 320px) {
	.contents {
		padding: 30px 0;
	}
	section {
		padding: 45px 0;
	}
}



/* レスポンシブ *
 * ****************************************** */

@media screen and (min-width: 769px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}


/* 見出し *
 * ****************************************** */

.sub-title {
	text-align: center;
	color: #382D15;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
	.sub-title {
	}
}
@media screen and (max-width: 559px) {
	.sub-title {
	}
}
@media screen and (max-width: 430px) {
	.sub-title {
	}
}
@media screen and (max-width: 320px) {
	.sub-title {
	}
}





#commerce table {
	width: 100%;
}
#commerce table,
#commerce table tr,
#commerce table th,
#commerce table td {
	border-collapse: collapse;
	border: 1px solid #ededed;
	text-align: left;
}
#commerce table th {
	width: 35%;
	max-width: 380px;
	padding: 12px 30px;
}
#commerce table td {
	width: 75%;
	max-width: 818px;
	padding: 12px 30px;
}
#commerce table caption {
	margin: 0 0 30px;
}

@media screen and (max-width: 559px) {
	#commerce table tr,
	#commerce table th,
	#commerce table td {
		display: block;
		width: 100%;
		max-width: 100%;
		border: none;
	}
	#commerce table tr {
		border-bottom: 1px solid #ededed;
	}
	#commerce table th {
		padding: 15px 15px 0 15px;
	}
	#commerce table td {
		padding: 5px 15px 15px 15px;
	}
}
@media screen and (max-width: 430px) {
	
}


