@charset "UTF-8";
.about {}
.about_title {}
.about_headline {}
.about_text {}
.infoBox {
	border: 1px #ECECEC solid;
	padding: 30px 10px;
}
.infoBox_inner {
	max-width: 1000px;
	margin: 0 auto;
}
.infoBox_title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.infoBox_text {}
.infoBox_link {
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}
.infoBox_link > a {}
.infoBox_link > a::before {
	content: "";
}
.infoBox_link > a::after {
	content: "";
}
.order {}
.order_title {}
.order_text {}
.order_tblWrap {}
.order_table {}
.order_table > thead {}
.order_table > thead > tr {}
.order_table > thead > tr:first-child {}
.order_table > thead > tr:last-child {}
.order_table > thead > tr > th {}
.order_table > thead > tr > td {}
.order_table > tbody {}
.order_table > tbody > tr {}
.order_table > tbody > tr:first-child {}
.order_table > tbody > tr:last-child {}
.order_table > tbody > tr > td {}
.bid {}
.bid_title {}
.bid_text {}
.bid_tblWrap {}
.bid_table {}
.bid_table > thead {}
.bid_table > thead > tr {}
.bid_table > thead > tr:first-child {}
.bid_table > thead > tr:last-child {}
.bid_table > thead > tr > th {
	white-space: nowrap;
}
.bid_table > thead > tr > td {}
.bid_table > tbody {}
.bid_table > tbody > tr {}
.bid_table > tbody > tr:first-child {}
.bid_table > tbody > tr:last-child {}
.bid_table > tbody > tr > td {}
.bid_table > tbody > tr > td > a {
	color: #0099D6;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.bid_table > tbody > tr > td > a > b {
	font-weight: normal;
	margin-right: 10px;
}
.bid_table > tbody > tr > td > a > .icon {
	font-size: 20px;
}
.about_link {
	max-width: 320px;
	margin: 0 auto 20px;
}
.about_link > a {}
.about_link > a::before {
	content: "";
}
.about_link > a::after {
	content: "";
}
.about_msg {
	text-align: center;
}
.bid_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.bid_list:last-child {
	margin-bottom: 0;
}
.bid_list > li {
	margin-right: 2em;
	margin-top: 2px;
	margin-bottom: 4px;
}
.bid_list > li:first-child {}
.bid_list > li:last-child {
	margin-right: 0;
}
.bid_list > li:nth-child(2n+1) {}
.bid_list > li:nth-child(n+3) {}
.bid_list > li > a {
	display: block;
	text-decoration: none;
}
.bid_list > li > a::before {}
.bid_list > li > a::after {}
.bid_list > li > a > .icon {
	font-size: 28px;
	margin-left: 10px;
}
section.bid.u-mbL:nth-of-type(5) {
	display: none;
}
section.bid.u-mbL:nth-of-type(6) {
	display: none;
}
@media screen and (min-width:1000px) {
	.about_link > a:hover {}
	.bid_list > li > a:hover {
		text-decoration: underline;
	}
	.infoBox_link > a:hover {}
}
@media screen and (max-width:999px) {
	.bid {}
	.bid_title {}
	.about {}
	.about_title {}
	.about_headline {}
	.about_text {}
	.infoBox {
		padding: 15px 10px;
	}
	.infoBox_inner {}
	.infoBox_title {
		font-size: 20px;
	}
	.infoBox_text {}
	.infoBox_link {}
	.infoBox_link > a {}
	.infoBox_link > a::before {}
	.infoBox_link > a::after {}
	.order {}
	.order_title {}
	.order_text {}
	.order_tblWrap {}
	.order_table {}
	.order_table > thead {}
	.order_table > thead > tr {}
	.order_table > thead > tr:first-child {}
	.order_table > thead > tr:last-child {}
	.order_table > thead > tr > th {}
	.order_table > thead > tr > td {}
	.order_table > tbody {}
	.order_table > tbody > tr {}
	.order_table > tbody > tr:first-child {}
	.order_table > tbody > tr:last-child {}
	.order_table > tbody > tr > td {}
	.bid {}
	.bid_title {}
	.bid_text {}
	.bid_tblWrap {}
	.bid_table {}
	.bid_table > thead {}
	.bid_table > thead > tr {}
	.bid_table > thead > tr:first-child {}
	.bid_table > thead > tr:last-child {}
	.bid_table > thead > tr > th {}
	.bid_table > thead > tr > td {}
	.bid_table > tbody {}
	.bid_table > tbody > tr {}
	.bid_table > tbody > tr:first-child {}
	.bid_table > tbody > tr:last-child {}
	.bid_table > tbody > tr > td {}
	.bid_table > tbody > tr > td > a {}
	.bid_table > tbody > tr > td > a > b {}
	.bid_table > tbody > tr > td > a > .icon {}
	.about_link {}
	.about_link > a {}
	.about_link > a::before {}
	.about_link > a::after {}
	.about_msg {}
	.bid_list {}
	.bid_list:last-child {}
	.bid_list > li {}
	.bid_list > li:first-child {}
	.bid_list > li:last-child {}
	.bid_list > li:nth-child(2n+1) {}
	.bid_list > li:nth-child(n+3) {}
	.bid_list > li > a {}
	.bid_list > li > a::before {}
	.bid_list > li > a::after {}
	.bid_list > li > a > .icon {}
}
@media screen and (max-width:767px) {
	.bid {}
	.bid_title {}
	.about {}
	.about_title {}
	.about_headline {}
	.about_text {}
	.infoBox {}
	.infoBox_inner {}
	.infoBox_title {
		font-size: 18px;
	}
	.infoBox_text {}
	.infoBox_link {
		max-width: none;
	}
	.infoBox_link > a {}
	.infoBox_link > a::before {}
	.infoBox_link > a::after {}
	.order {}
	.order_title {}
	.order_text {}
	.order_tblWrap {}
	.order_table {
		font-size: 12px;
		display: block;
		width: 550px;
	}
	.order_table > thead {}
	.order_table > thead > tr {}
	.order_table > thead > tr:first-child {}
	.order_table > thead > tr:last-child {}
	.order_table > thead > tr > th {}
	.order_table > thead > tr > td {}
	.order_table > tbody {}
	.order_table > tbody > tr {}
	.order_table > tbody > tr:first-child {}
	.order_table > tbody > tr:last-child {}
	.order_table > tbody > tr > td {}
	.bid {}
	.bid_title {}
	.bid_text {}
	.bid_tblWrap {}
	.bid_table {
		font-size: 12px;
	}
	.bid_table > thead {}
	.bid_table > thead > tr {}
	.bid_table > thead > tr:first-child {}
	.bid_table > thead > tr:last-child {}
	.bid_table > thead > tr > th {}
	.bid_table > thead > tr > td {}
	.bid_table > tbody {}
	.bid_table > tbody > tr {}
	.bid_table > tbody > tr:first-child {}
	.bid_table > tbody > tr:last-child {}
	.bid_table > tbody > tr > td {}
	.bid_table > tbody > tr > td > a {}
	.bid_table > tbody > tr > td > a > b {
		margin-right: 5px;
	}
	.bid_table > tbody > tr > td > a > .icon {
		font-size: 15px;
	}
	.about_link {}
	.about_link > a {}
	.about_link > a::before {}
	.about_link > a::after {}
	.about_msg {}
	.bid_list {
		display: block;
		margin-bottom: 10px;
	}
	.bid_list:last-child {}
	.bid_list > li {
		margin: 0 0 10px;
	}
	.bid_list > li:first-child {}
	.bid_list > li:last-child {}
	.bid_list > li:nth-child(2n+1) {}
	.bid_list > li:nth-child(n+3) {}
	.bid_list > li > a {
		display: flex;
		justify-content: space-between;
	}
	.bid_list > li > a::before {}
	.bid_list > li > a::after {}
	.bid_list > li > a > .icon {}
}
