/* ダンボールについてのお問い合わせ(box_inquiry.html)
====================================================================================================*/
#box_inquiry {
	margin-top: 60px;
	padding: 0 0 30px 0;
	background-color: #F2ECDB;
	border: solid 3px #53392B;
	border-radius: 5px;
}
#box_inquiry h2 {
	text-align: center;
	padding: 15px 0;
	border: none;
	color: #fff;
	background-color: #53392B;
}
#box_inquiry h2 + p {
	text-align: center;
	font-size: 16px;
}
#box_inquiry ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 15px;
}
#box_inquiry ul:nth-of-type(1) li {
	color: #53392B;
	font-size: 16px;
	font-weight: bold;
}
#box_inquiry ul:nth-of-type(1) span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #53392B;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 5px;
}
#box_inquiry ul:nth-of-type(2) li {
	width: 600px;
	padding: 20px 0;
	background-color: #fff;
	border: solid 1px #C4C4C4;
	border-radius: 5px;
	text-align: center;
}
#box_inquiry h3 {
	padding-left: 40px;
	line-height: 1.5;
	margin-bottom: 10px;
}
#box_inquiry li:nth-of-type(1) h3 {
	background: url(/img/icon/title-tel.svg) no-repeat 175px 0 / 30px 30px;
}
#box_inquiry li:nth-of-type(2) h3 {
	background: url(/img/icon/title-mail.svg) no-repeat 175px 0 / 30px 30px;
}
#box_inquiry li:nth-of-type(1) a {
	display: inline-block;
	font-size: 42px;
	line-height: 1;
	font-weight: bold;
	color: #53392B;
	margin-top: 15px;
}
#box_inquiry .button-brown {
	margin-top: 12px;
	width: 300px;
}
#box_inquiry .button-brown::after {
	content: '';
	display: block;
	width: 80px;
	height: 70px;
	background: url(/img/hakomaru/hakomaru-mail.png) no-repeat center/ 80px auto;
	background-size: cover;
	position: absolute;
	top: -17px;
	right: -25px;
}
/* カテゴリからダンボールを探す(list_category.html)
====================================================================================================*/
#list_category {
	margin-top: 60px;
}
#list_category h2 {
	background: url(/img/icon/title-box1.svg) no-repeat top left / 30px 30px;
}
#list_category h2 span {
	font-size: 20px;
	font-weight: bold;
}
#list_category h2 + p {
	margin-bottom: 20px;
}
#list_category h3 {
	padding: 10px 0 10px 40px;
}
#list_category h3:nth-of-type(1) {
	background: #FAF7EF url(/img/icon/title-size.svg) no-repeat 10px 7px / 26px 26px;
}
#list_category h3:nth-of-type(2) {
	background: #FAF7EF url(/img/icon/title-useful.svg) no-repeat 10px 7px / 26px 26px;
}
#list_category h3:nth-of-type(3) {
	background: #FAF7EF url(/img/icon/title-box2.svg) no-repeat 10px 7px / 26px 26px;
}
#list_category .view_moreBox {
	margin-bottom: 10px;
}
#list_category .view_moreBox:nth-of-type(-n+2) {
	height: 200px;
}
#list_category .view_moreBox:nth-of-type(3)::before {
	display: none;
}
#list_category .open:nth-of-type(1) {
	height: 450px;
}
#list_category .open:nth-of-type(2) {
	height: 300px;
}
#list_category .open:nth-of-type(3) {
	height: 250px;
}
#list_category .view_moreBtn {
	margin-bottom: 30px;
}
#list_category h4 {
	border-left: solid 10px #DBBD94;
	padding-left: 5px;
	margin-bottom: 10px;
}
#list_category ul + h4 {
	margin-top: 20px;
}
#list_category ul {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}
#list_category li {
	background-color: #fff;
	border: solid 1px #C4C4C4;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
	transition: 0.2s;
}
#list_category li:hover {
	transform: translateY(2px);
	box-shadow: none;
	transition: 0.2s;
}
#list_category li a {
	display: block;
	width: 205px;
	height: 40px;
	padding: 5px 0 5px 10px;
	color: #159DD9;
	font-size: 15px;
	line-height: 2;
}
#list_category li a span {
	color: #E23619;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	border: solid 1px #E23619;
	padding: 3px;
	border-radius: 3px;
}
/* 緩衝材・梱包資材を探す(list_kansyo.html)
====================================================================================================*/
#list_kansyo {
	margin-top: 60px;
}
#list_kansyo h2 {
	background: url(/img/icon/title-cushion-sheet.svg) no-repeat top left / 30px 30px;
}
#list_kansyo h2 span {
	font-size: 20px;
	font-weight: bold;
}
#list_kansyo ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 10px;
}
#list_kansyo li {
	width: 302px;
	border: solid 1px #C4C4C4;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
	transition: 0.2s;
}
#list_kansyo li:hover {
	transform: translateY(2px);
	box-shadow: none;
	transition: 0.2s;
}
#list_kansyo li a {
	display: block;
	text-align: center;
	color: #53392B;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
#list_kansyo li a span {
	display: block;
	color: #53392B;
	font-size: 15px;
}
#list_kansyo li img {
	display: block;
	width: 300px;
	height: 100px;
	border-radius: 4px 4px 0 0;
	margin: 0 auto 8px;
}